As requested by pudge.
[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 [ 16224] By: jhi                                   on 2002/04/27  17:53:20
32         Log: Integrate perlio;
33              
34              Correct which var is nulled, stack movement protection.
35      Branch: perl
36           !> ext/PerlIO/encoding/encoding.xs
37 ____________________________________________________________________________
38 [ 16223] By: jhi                                   on 2002/04/27  17:43:26
39         Log: Subject: PATCH t/TEST
40              From: Mark-Jason Dominus <mjd@plover.com>
41              Date: Sat, 27 Apr 2002 14:06:56 -0400
42              Message-ID: <20020427180656.5422.qmail@plover.com>
43      Branch: perl
44            ! t/TEST
45 ____________________________________________________________________________
46 [ 16222] By: sky                                   on 2002/04/27  17:00:29
47         Log: Ahem, look another way.
48      Branch: perl
49            ! ext/threads/shared/t/queue.t
50 ____________________________________________________________________________
51 [ 16221] By: nick                                  on 2002/04/27  16:34:48
52         Log: Correct which var is nulled, stack movement protection.
53      Branch: perlio
54            ! ext/PerlIO/encoding/encoding.xs
55 ____________________________________________________________________________
56 [ 16220] By: jhi                                   on 2002/04/27  16:27:18
57         Log: Integrate perlio;
58              
59              Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
60              - if encoding loads Encode then stack grows.
61              - pp_binmode was not allowing for that to happen
62              - added PUTBACK/SPAGAIN.
63      Branch: perl
64           !> pp_sys.c
65 ____________________________________________________________________________
66 [ 16219] By: jhi                                   on 2002/04/27  16:23:44
67         Log: First half of NetBSD patch-ai, from Johnny Lam:
68              
69              The first part removes "installman" and "installhtml" from the
70              .PHONY target, which was causing problems during installation.
71              
72              (the installman and installhtml are not phony targets,
73              they are real files)
74      Branch: perl
75            ! Makefile.SH
76 ____________________________________________________________________________
77 [ 16218] By: nick                                  on 2002/04/27  16:22:40
78         Log: Integrate mainline
79      Branch: perlio
80           +> ext/threads/shared/t/cond.t
81           !> MANIFEST ext/threads/shared/shared.xs
82           !> ext/threads/shared/t/queue.t
83 ____________________________________________________________________________
84 [ 16217] By: jhi                                   on 2002/04/27  16:20:49
85         Log: NetBSD patch-ab from Johnny Lam:
86              
87              Some tweaks to the NetBSD hints file to make the Configure
88              process more useful when not building from pkgsrc.  This file
89              will definitely need to change again when the 1.6 release of
90              NetBSD comes out, but I'll handle the changes at the later
91              date.
92      Branch: perl
93            ! hints/netbsd.sh
94 ____________________________________________________________________________
95 [ 16216] By: nick                                  on 2002/04/27  16:19:21
96         Log: Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
97              - if encoding loads Encode then stack grows.
98              - pp_binmode was not allowing for that to happen
99              - added PUTBACK/SPAGAIN.
100      Branch: perlio
101            ! pp_sys.c
102 ____________________________________________________________________________
103 [ 16215] By: jhi                                   on 2002/04/27  15:52:24
104         Log: Integrate perlio;
105              
106              Fix fd leak on Via(bogus).
107              Finish implementing PerlIOVia_open().
108              Export more guts of PerlIO_* so Via_open() can work.
109              Fix various PerlIO_allocate() features exposed by above.
110              
111              Re-instate $PerlIO::encoding::check at boot.
112              (Retaining Dan's XS side require though I don't see need.)
113      Branch: perl
114           !> embed.fnc ext/PerlIO/Via/Via.xs
115           !> ext/PerlIO/encoding/encoding.pm
116           !> ext/PerlIO/encoding/encoding.xs ext/PerlIO/t/via.t makedef.pl
117           !> perlio.c perlio.h perliol.h
118 ____________________________________________________________________________
119 [ 16214] By: jhi                                   on 2002/04/27  15:48:34
120         Log: Upgrade to Encode 1.62.
121      Branch: perl
122            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
123 ____________________________________________________________________________
124 [ 16213] By: ams                                   on 2002/04/27  15:38:50
125         Log: Subject: Re: Change 16122: Try to be clearer about perlio.
126              From: Philip Newton <Philip.Newton@gmx.net>
127              Date: Sat, 27 Apr 2002 08:51:30 +0200
128              Message-Id: <bgikcuc301j0ehljjpqbtr5b3tts50m1ge@4ax.com>
129              
130              Subject: Re: Change 16183: Stop being coy.
131              From: Philip Newton <Philip.Newton@gmx.net>
132              Date: Sat, 27 Apr 2002 08:52:13 +0200
133              Message-Id: <djikcuksn2cvm35broiqfu8c89abtprfmc@4ax.com>
134      Branch: perl
135            ! INSTALL pod/perldelta.pod
136 ____________________________________________________________________________
137 [ 16212] By: sky                                   on 2002/04/27  13:54:46
138         Log: Add test numbers to make "make test" happy. Order is irrelevant
139              but number of oks is not.
140      Branch: perl
141            ! ext/threads/shared/t/queue.t
142 ____________________________________________________________________________
143 [ 16211] By: nick                                  on 2002/04/27  13:29:55
144         Log: Re-instate $PerlIO::encoding::check at boot.
145              (Retaining Dan's XS side require though I don't see need.)
146      Branch: perlio
147            ! ext/PerlIO/encoding/encoding.pm
148            ! ext/PerlIO/encoding/encoding.xs
149 ____________________________________________________________________________
150 [ 16210] By: sky                                   on 2002/04/27  12:56:44
151         Log: Fixed race condtions and deadlocks in interaction with 
152              cond_wait/cond_signal and lock.
153              Now we wait for a lock to gie up if we return from COND_WAIT
154              and we are still locked. We also notifiers potential 
155              lockers that it is free for locking when we go into COND_WAIT.
156      Branch: perl
157            + ext/threads/shared/t/cond.t
158            ! MANIFEST ext/threads/shared/shared.xs
159            ! ext/threads/shared/t/queue.t
160 ____________________________________________________________________________
161 [ 16209] By: nick                                  on 2002/04/27  12:32:41
162         Log: Integrate mainline
163      Branch: perlio
164           +> t/win32/system_tests
165            - t/op/system_tests
166           !> MANIFEST ext/Digest/MD5/t/files.t ext/Time/HiRes/HiRes.pm
167           !> hints/netbsd.sh lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm
168           !> pod/perldelta.pod pod/perltodo.pod pp_ctl.c t/japh/abigail.t
169           !> t/lib/warnings/pp_hot t/win32/system.t
170 ____________________________________________________________________________
171 [ 16208] By: sky                                   on 2002/04/27  11:46:53
172         Log: Saving locks after we set it to 0 was kind of pointless.
173              Hunting down fixes in cond_* functions.
174      Branch: perl
175            ! ext/threads/shared/shared.xs
176 ____________________________________________________________________________
177 [ 16207] By: nick                                  on 2002/04/27  10:12:00
178         Log: Fix fd leak on Via(bogus).
179              Finish implementing PerlIOVia_open().
180              Export more guts of PerlIO_* so Via_open() can work.
181              Fix various PerlIO_allocate() features exposed by above.
182      Branch: perlio
183            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t makedef.pl perlio.c
184            ! perlio.h perliol.h
185 ____________________________________________________________________________
186 [ 16206] By: jhi                                   on 2002/04/27  00:52:30
187         Log: NetBSD and OpenBSD cannot do comments at #! line
188              (or long #! lines?)
189      Branch: perl
190            ! t/japh/abigail.t
191 ____________________________________________________________________________
192 [ 16205] By: jhi                                   on 2002/04/26  23:56:32
193         Log: Add taint rethink to the todo list.
194      Branch: perl
195            ! pod/perltodo.pod
196 ____________________________________________________________________________
197 [ 16204] By: jhi                                   on 2002/04/26  22:33:45
198         Log: Integrate changes #16199 and #16201 from macperl;
199              
200              Time::Local compatibility patches, from Graham
201              
202              MacPerl require() portability patches
203      Branch: perl
204           !> lib/Time/Local.pm pp_ctl.c
205 ____________________________________________________________________________
206 [ 16203] By: jhi                                   on 2002/04/26  21:47:06
207         Log: Subject: [PATCH] Re: [ID 20020425.012] segfault when printing to close indirect filehandle
208              From: Nicholas Clark <nick@unfortu.net>
209              Date: Fri, 26 Apr 2002 23:27:23 +0100
210              Message-ID: <20020426222722.GH312@Bagpuss.unfortu.net>
211      Branch: perl
212            ! t/lib/warnings/pp_hot
213 ____________________________________________________________________________
214 [ 16202] By: pudge                                 on 2002/04/26  21:11:06
215         Log: Working on MacPerl tests
216      Branch: macperl
217            ! macos/MacPerlTests.cmd
218 ____________________________________________________________________________
219 [ 16201] By: pudge                                 on 2002/04/26  21:10:49
220         Log: MacPerl require() portability patches
221      Branch: macperl
222            ! pp_ctl.c
223 ____________________________________________________________________________
224 [ 16200] By: pudge                                 on 2002/04/26  21:09:45
225         Log: Fix a few MacPerl_CanonDir() problems
226      Branch: macperl
227            ! macos/macish.c macos/macish.h
228 ____________________________________________________________________________
229 [ 16199] By: pudge                                 on 2002/04/26  21:08:52
230         Log: Time::Local compatibility patches, from Graham
231      Branch: macperl
232            ! lib/Time/Local.pm
233 ____________________________________________________________________________
234 [ 16198] By: jhi                                   on 2002/04/26  20:10:53
235         Log: Subject: Re: [PATCH ext/Time/HiRes/HiRes.pm] Political Correctness
236              From: Simon Cozens <simon@netthink.co.uk>
237              Date: Fri, 26 Apr 2002 21:58:21 +0100
238              Message-ID: <20020426205821.GB5855@netthink.co.uk>
239      Branch: perl
240            ! ext/Time/HiRes/HiRes.pm
241 ____________________________________________________________________________
242 [ 16197] By: jhi                                   on 2002/04/26  20:04:44
243         Log: NetBSD: if the /usr/pkg/lib is there, the linker wants
244              to know about it always (not just when using the pth).
245      Branch: perl
246            ! hints/netbsd.sh
247 ____________________________________________________________________________
248 [ 16196] By: jhi                                   on 2002/04/26  18:27:39
249         Log: EBCDIC MD5.xs checksum update from Merijn Broeren.
250      Branch: perl
251            ! ext/Digest/MD5/t/files.t
252 ____________________________________________________________________________
253 [ 16195] By: jhi                                   on 2002/04/26  17:56:51
254         Log: Subject: FIXIN problem under Win32
255              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
256              Date: Thu, 25 Apr 2002 23:03:31 +0200
257              Message-ID: <8920180377.20020425230331@tesla.rcub.bg.ac.yu>
258      Branch: perl
259            ! lib/ExtUtils/MM_Unix.pm
260 ____________________________________________________________________________
261 [ 16194] By: nick                                  on 2002/04/26  17:36:16
262         Log: Integrate mainline
263      Branch: perlio
264           +> ext/Encode/lib/Encode/Guess.pm
265           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
266           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
267           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
268           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
269           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
270           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
271           +> t/lib/sample-tests/die_last_minute
272           !> (integrate 94 files)
273 ____________________________________________________________________________
274 [ 16193] By: jhi                                   on 2002/04/26  17:11:30
275         Log: Subject: [PATCH t\win32] system_tests are relevant only to win32\system.t
276              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
277              Date: Fri, 26 Apr 2002 15:38:16 +0200
278              Message-ID: <14316006107.20020426153816@tesla.rcub.bg.ac.yu>
279      Branch: perl
280            + t/win32/system_tests
281            - t/op/system_tests
282            ! MANIFEST t/win32/system.t
283 ____________________________________________________________________________
284 [ 16192] By: jhi                                   on 2002/04/26  16:45:28
285         Log: Mention explicitly the NetBSD + pth combination.
286      Branch: perl
287            ! pod/perldelta.pod
288 ____________________________________________________________________________
289 [ 16191] By: jhi                                   on 2002/04/26  15:06:20
290         Log: Subject: [PATCH] Fix email address.
291              From: Abigail <abigail@foad.org>
292              Date: Fri, 26 Apr 2002 18:03:11 +0200
293              Message-ID: <20020426180311.A23545@gatekeeper.osp.nl>
294      Branch: perl
295            ! t/japh/abigail.t
296 ____________________________________________________________________________
297 [ 16190] By: jhi                                   on 2002/04/26  14:33:03
298         Log: NetWare update from C Aditya.
299      Branch: perl
300            ! NetWare/Makefile lib/ExtUtils/MM_NW5.pm
301            ! lib/ExtUtils/MM_Unix.pm
302 ____________________________________________________________________________
303 [ 16189] By: jhi                                   on 2002/04/26  13:35:48
304         Log: Subject: [PATCH vms/test.com] use t/TEST
305              From: "Craig A. Berry" <craigberry@mac.com>
306              Date: Fri, 26 Apr 2002 09:34:46 -0500
307              Message-Id: <a05111708b8ef12696579@[172.16.52.1]>
308      Branch: perl
309            ! vms/test.com
310 ____________________________________________________________________________
311 [ 16188] By: jhi                                   on 2002/04/26  13:34:35
312         Log: Update Changes.
313      Branch: perl
314            ! Changes patchlevel.h
315 ____________________________________________________________________________
316 [ 16187] By: jhi                                   on 2002/04/26  12:43:48
317         Log: Subject: [Encode] s/=over2/=over 2/g
318              From: Dan Kogai <dankogai@dan.co.jp>
319              Date: Fri, 26 Apr 2002 14:57:09 +0900
320              Message-Id: <721D1832-58DA-11D6-A636-00039301D480@dan.co.jp>
321      Branch: perl
322            ! ext/Encode/Encode.pm
323 ____________________________________________________________________________
324 [ 16186] By: jhi                                   on 2002/04/26  12:28:18
325         Log: Use temp int variable in the W*() since direct casting
326              to either an int or an IV would not be right.
327      Branch: perl
328            ! ext/POSIX/POSIX.xs
329 ____________________________________________________________________________
330 [ 16185] By: jhi                                   on 2002/04/26  12:23:02
331         Log: The #16182 radiates U32ness.
332      Branch: perl
333            ! embed.fnc embed.h proto.h regcomp.c toke.c
334 ____________________________________________________________________________
335 [ 16184] By: jhi                                   on 2002/04/26  12:00:04
336         Log: Subject: t/TEST ported to VMS
337              From: "Craig A. Berry" <craigberry@mac.com>
338              Date: Fri, 26 Apr 2002 00:13:31 -0500
339              Message-Id: <a05111705b8ee84f53e79@[172.16.52.1]>
340      Branch: perl
341            ! t/TEST
342 ____________________________________________________________________________
343 [ 16183] By: jhi                                   on 2002/04/26  11:57:58
344         Log: Stop being coy.
345      Branch: perl
346            ! pod/perldelta.pod
347 ____________________________________________________________________________
348 [ 16182] By: jhi                                   on 2002/04/26  11:53:58
349         Log: Subject: Re: binary compatibility
350              From: Mark-Jason Dominus <mjd@plover.com>
351              Date: Wed, 24 Apr 2002 17:35:07 -0400
352              Message-ID: <20020424213507.7846.qmail@plover.com>
353      Branch: perl
354            ! op.h
355 ____________________________________________________________________________
356 [ 16181] By: gsar                                  on 2002/04/26  07:39:20
357         Log: fix typo that caused pseudo-fork() crashes on win64 (we were only
358              allocating half of the retstack!)
359      Branch: perl
360            ! README.win32 sv.c
361 ____________________________________________________________________________
362 [ 16180] By: gsar                                  on 2002/04/26  06:27:11
363         Log: temporary variable not wide enough to hold all the bits in
364              op->op_targ
365      Branch: perl
366            ! op.c
367 ____________________________________________________________________________
368 [ 16179] By: jhi                                   on 2002/04/26  03:21:50
369         Log: Add an idea/question from Damian. 
370      Branch: perl
371            ! pod/perltodo.pod
372 ____________________________________________________________________________
373 [ 16178] By: gsar                                  on 2002/04/26  02:46:52
374         Log: build missing utilities on windows; clean stray files
375      Branch: perl
376            ! win32/Makefile win32/makefile.mk
377 ____________________________________________________________________________
378 [ 16177] By: jhi                                   on 2002/04/26  02:33:19
379         Log: Upgrade to Encode 1.61, from Dan Kogai.
380      Branch: perl
381            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
382            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
383            ! ext/Encode/lib/Encode/Guess.pm
384            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/CJKT.t
385            ! ext/Encode/t/guess.t ext/Encode/t/jperl.t
386            ! ext/Encode/t/mime-header.t
387 ____________________________________________________________________________
388 [ 16176] By: jhi                                   on 2002/04/26  01:22:04
389         Log: Subject: [PATCH doc] bytes::length TIMTOWTDI
390              From: andreas.koenig@anima.de (Andreas J. Koenig)
391              Date: Tue, 23 Apr 2002 04:40:42 +0200      
392              Message-ID: <m37kmzi1cl.fsf@anima.de>
393      Branch: perl
394            ! pod/perluniintro.pod
395 ____________________________________________________________________________
396 [ 16175] By: gsar                                  on 2002/04/26  01:10:17
397         Log: MD5.xs checksum, ascii only (TODO: someone with access to an EBCDIC
398              platform needs to fill in the other branch here)
399      Branch: perl
400            ! ext/Digest/MD5/t/files.t
401 ____________________________________________________________________________
402 [ 16174] By: gsar                                  on 2002/04/26  00:45:36
403         Log: MANIFEST is needlessly held open for entire duration of "make test"
404      Branch: perl
405            ! t/TEST t/harness
406 ____________________________________________________________________________
407 [ 16173] By: gsar                                  on 2002/04/26  00:41:39
408         Log: various signed/unsigned mismatch nits
409      Branch: perl
410            ! ext/B/B.xs ext/ByteLoader/ByteLoader.xs
411            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
412            ! ext/Digest/MD5/MD5.xs ext/Encode/Unicode/Unicode.xs
413            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/Opcode/Opcode.xs
414            ! ext/PerlIO/encoding/encoding.xs ext/Storable/Storable.xs
415            ! ext/Time/HiRes/HiRes.xs regcomp.c
416 ____________________________________________________________________________
417 [ 16172] By: jhi                                   on 2002/04/25  23:48:03
418         Log: Subject: [PATCH] Re: [PATCH] another Storable test (Re: perl@16005)
419              From: Nicholas Clark <nick@unfortu.net>
420              Date: Thu, 25 Apr 2002 22:41:57 +0100
421              Message-ID: <20020425214156.GB295@Bagpuss.unfortu.net>       
422      Branch: perl
423            + ext/Storable/t/croak.t ext/Storable/t/downgrade.t
424            + ext/Storable/t/make_downgrade.pl
425            ! MANIFEST ext/Storable/Storable.pm ext/Storable/Storable.xs
426            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
427            ! ext/Storable/t/utf8hash.t
428 ____________________________________________________________________________
429 [ 16171] By: jhi                                   on 2002/04/25  22:16:49
430         Log: Extra guidance for JAPH debuggers.
431      Branch: perl
432            ! t/japh/abigail.t
433 ____________________________________________________________________________
434 [ 16170] By: jhi                                   on 2002/04/25  22:13:02
435         Log: Subject: [PATCH] fix vos/vos.c to implement pow(0,0)
436              From: Paul_GreenVOS@vos.stratus.com
437              Date: Wed, 24 Apr 02 18:27 edt
438              Message-Id: <200204242252.SAA07978@mailhub1.stratus.com>
439      Branch: perl
440            ! vos/vos.c
441 ____________________________________________________________________________
442 [ 16169] By: ams                                   on 2002/04/25  20:33:35
443         Log: Subject: [PATCH] don't build B/C twice on VMS
444              From: "Craig A. Berry" <craigberry@mac.com>
445              Date: Thu, 25 Apr 2002 16:00:57 -0500
446              Message-Id: <a05111702b8ee1bab9144@[172.16.52.1]>
447      Branch: perl
448            ! configure.com
449 ____________________________________________________________________________
450 [ 16168] By: ams                                   on 2002/04/25  20:31:19
451         Log: Subject: Re: POSIX::WEXITSTATUS broken again
452              From: Andy Dougherty <doughera@lafayette.edu>
453              Date: Thu, 25 Apr 2002 17:01:08 -0400 (EDT)
454              Message-Id: <Pine.SOL.4.10.10204251656510.2019-100000@maxwell.phys.lafayette.edu>
455      Branch: perl
456            ! ext/POSIX/POSIX.xs
457 ____________________________________________________________________________
458 [ 16167] By: ams                                   on 2002/04/25  19:49:09
459         Log: Subject: [PATCH] Re: [PATCH] ext/attrs.t getting skipped
460              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
461              Date: Thu, 25 Apr 2002 13:39:35 -0700
462              Message-Id: <HmGy8gzkguHW092yn@efn.org>
463      Branch: perl
464            ! t/harness
465 ____________________________________________________________________________
466 [ 16166] By: ams                                   on 2002/04/25  19:43:06
467         Log: $fh->close(); print $fh "foo" would segfault under -w in
468              report_evil_fh() because $fh doesn't have a name.
469      Branch: perl
470            ! util.c
471 ____________________________________________________________________________
472 [ 16165] By: gsar                                  on 2002/04/25  18:19:32
473         Log: cwd.t wasn't running all the tests because cmd.exe wasn't
474              being found properly
475      Branch: perl
476            ! ext/Cwd/t/cwd.t
477 ____________________________________________________________________________
478 [ 16164] By: jhi                                   on 2002/04/25  17:45:03
479         Log: Brace yourself from Craig Berry to keep older compilers happy.
480      Branch: perl
481            ! vms/vms.c
482 ____________________________________________________________________________
483 [ 16163] By: jhi                                   on 2002/04/25  17:43:50
484         Log: More %{} overload tests.
485      Branch: perl
486            ! lib/overload.t
487 ____________________________________________________________________________
488 [ 16162] By: gsar                                  on 2002/04/25  17:41:48
489         Log: some extension builds need to find pl2bat.bat on windows
490      Branch: perl
491            ! win32/buildext.pl
492 ____________________________________________________________________________
493 [ 16161] By: jhi                                   on 2002/04/25  17:26:53
494         Log: Subject: [PATCH MM 5.91_02] MM_VMS.pm: handle empty PM_TO_BLIB
495              From: "Craig A. Berry" <craigberry@mac.com>
496              Date: Thu, 25 Apr 2002 12:30:06 -0500
497              Message-Id: <a05111700b8edeb2f3419@[172.16.52.1]>
498      Branch: perl
499            ! lib/ExtUtils/MM_VMS.pm
500 ____________________________________________________________________________
501 [ 16160] By: gsar                                  on 2002/04/25  17:04:10
502         Log: windows build fails if there is no perlglob.exe in the PATH
503      Branch: perl
504            ! win32/buildext.pl
505 ____________________________________________________________________________
506 [ 16159] By: jhi                                   on 2002/04/25  16:06:25
507         Log: Mysterious setlocale() core dump in ancient Solaris
508              found by Merijn Broeren.  Doesn't look like Perl's fault.
509      Branch: perl
510            ! pod/perldelta.pod
511 ____________________________________________________________________________
512 [ 16158] By: jhi                                   on 2002/04/25  14:38:13
513         Log: Subject: Re: [PATCH] pp_ctl.c:pp_require
514              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
515              Date: Thu, 25 Apr 2002 17:35:23 +0200
516              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC77@hamsem01.de.gedas.vwg>
517      Branch: perl
518            ! pp_ctl.c
519 ____________________________________________________________________________
520 [ 16157] By: jhi                                   on 2002/04/25  14:30:40
521         Log: Subject: [PATCH] pp_ctl.c:pp_require
522              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
523              Date: Thu, 25 Apr 2002 16:01:14 +0200
524              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC76@hamsem01.de.gedas.vwg>
525      Branch: perl
526            ! pp_ctl.c
527 ____________________________________________________________________________
528 [ 16156] By: jhi                                   on 2002/04/25  14:29:16
529         Log: -Wformat cleanups from Robin Barker.
530      Branch: perl
531            ! dump.c embed.fnc proto.h sv.c
532 ____________________________________________________________________________
533 [ 16155] By: jhi                                   on 2002/04/25  14:27:07
534         Log: Subject: [PATCH] Test::Harness 2.01 -> 2.03
535              From: Michael G Schwern <schwern@pobox.com>
536              Date: Thu, 25 Apr 2002 01:51:27 -0400
537              Message-ID: <20020425055127.GB3456@blackrider>
538      Branch: perl
539            + t/lib/sample-tests/bignum t/lib/sample-tests/die
540            + t/lib/sample-tests/die_head_end
541            + t/lib/sample-tests/die_last_minute
542            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
543            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
544            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/taint
545 ____________________________________________________________________________
546 [ 16154] By: jhi                                   on 2002/04/25  14:24:53
547         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42 -> 0.44
548              From: Michael G Schwern <schwern@pobox.com>
549              Date: Thu, 25 Apr 2002 01:32:10 -0400
550              Message-ID: <20020425053210.GA3334@blackrider>
551      Branch: perl
552            + lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
553            + lib/Test/Simple/t/strays.t
554            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
555            ! lib/Test/Simple.pm lib/Test/Simple/Changes
556            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
557            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/exit.t
558            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/undef.t
559            ! lib/Test/Simple/t/use_ok.t
560 ____________________________________________________________________________
561 [ 16153] By: jhi                                   on 2002/04/25  14:12:35
562         Log: Elaborate a bit on Storable.
563      Branch: perl
564            ! pod/perldelta.pod
565 ____________________________________________________________________________
566 [ 16152] By: jhi                                   on 2002/04/25  12:59:50
567         Log: Cleaner Encode tests under -Mutf8.
568      Branch: perl
569            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t ext/Encode/t/jperl.t
570 ____________________________________________________________________________
571 [ 16151] By: jhi                                   on 2002/04/25  00:57:24
572         Log: Subject: [PATCH] installperl
573              From: Abe Timmerman <abe@ztreet.demon.nl>
574              Date: Thu, 25 Apr 2002 01:00:00 +0200
575              Message-ID: <50eecu0f6jd5vji7s0smqnjbid2e1p0ilk@4ax.com>
576      Branch: perl
577            ! installperl
578 ____________________________________________________________________________
579 [ 16150] By: jhi                                   on 2002/04/25  00:48:09
580         Log: Subject: Re: [Encode] Patch to fix Encod-XML::SAX conflicts
581              From: Dan Kogai <dankogai@dan.co.jp>
582              Date: Thu, 25 Apr 2002 10:49:13 +0900
583              Message-Id: <A4F06B9C-57EE-11D6-A6E0-00039301D480@dan.co.jp>
584      Branch: perl
585            ! ext/PerlIO/encoding/encoding.xs
586 ____________________________________________________________________________
587 [ 16149] By: jhi                                   on 2002/04/24  22:57:53
588         Log: Stray =back.
589      Branch: perl
590            ! README.win32
591 ____________________________________________________________________________
592 [ 16148] By: rgs                                   on 2002/04/24  21:12:40
593         Log: Add an untested warning variant.
594      Branch: perl
595            ! t/lib/warnings/op
596 ____________________________________________________________________________
597 [ 16147] By: jhi                                   on 2002/04/24  20:37:15
598         Log: Update Changes.
599      Branch: perl
600            ! Changes patchlevel.h
601 ____________________________________________________________________________
602 [ 16146] By: jhi                                   on 2002/04/24  20:21:43
603         Log: Wrong plan.
604      Branch: perl
605            ! ext/Encode/t/mime-header.t
606 ____________________________________________________________________________
607 [ 16145] By: jhi                                   on 2002/04/24  20:20:53
608         Log: Upgrade to Encode 1.60, from Dan Kogai.
609      Branch: perl
610            + ext/Encode/lib/Encode/Guess.pm
611            + ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
612            + ext/Encode/t/mime-header.t
613            ! MANIFEST ext/Encode/CN/Makefile.PL ext/Encode/Changes
614            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
615            ! ext/Encode/Encode/encode.h ext/Encode/JP/Makefile.PL
616            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
617            ! ext/Encode/TW/Makefile.PL ext/Encode/lib/Encode/Config.pm
618            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/fallback.t
619 ____________________________________________________________________________
620 [ 16144] By: gsar                                  on 2002/04/24  18:59:05
621         Log: another case of enabling binmode() where it should not be: if the
622              *.enc files are CRLF terminated, the result gets CRCRLF terminations
623      Branch: perl
624            ! ext/Encode/t/CJKT.t
625 ____________________________________________________________________________
626 [ 16143] By: jhi                                   on 2002/04/24  18:34:27
627         Log: microperl update; boldly assume time() and time_t
628              (since we assume ANSI and i_time, anyway).
629      Branch: perl
630            ! uconfig.h uconfig.sh
631 ____________________________________________________________________________
632 [ 16142] By: jhi                                   on 2002/04/24  18:30:14
633         Log: Integrate #16136, #16137, #16138 from macperl;
634              
635              Silly fix for the SC compiler's fixation with "comp" as a type
636              
637              Skip more PerlIO symbols for sfio
638              
639              Play nicely in miniperl
640      Branch: perl
641           !> ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm
642           !> lib/File/Spec/Mac.pm makedef.pl
643 ____________________________________________________________________________
644 [ 16141] By: pudge                                 on 2002/04/24  18:15:19
645         Log: Sync configpm and config.h for use in 5.8
646              (still need to do config.sh)
647      Branch: macperl
648            ! macos/config.h macos/configpm
649 ____________________________________________________________________________
650 [ 16140] By: pudge                                 on 2002/04/24  18:14:05
651         Log: Make MM_MacOS work with new MakeMaker
652      Branch: macperl
653            ! macos/lib/ExtUtils/MM_MacOS.pm
654 ____________________________________________________________________________
655 [ 16139] By: pudge                                 on 2002/04/24  18:13:34
656         Log: Makefile.mk changes for 5.8: additional extensions
657              and source files; bump version
658      Branch: macperl
659            ! macos/MPVersion.r macos/Makefile.mk macos/macperl/Makefile.mk
660 ____________________________________________________________________________
661 [ 16138] By: pudge                                 on 2002/04/24  18:12:22
662         Log: Play nicely in miniperl
663      Branch: macperl
664            ! lib/File/Copy.pm lib/File/Spec/Mac.pm
665 ____________________________________________________________________________
666 [ 16137] By: pudge                                 on 2002/04/24  18:10:34
667         Log: Skip more PerlIO symbols for sfio
668      Branch: macperl
669            ! makedef.pl
670 ____________________________________________________________________________
671 [ 16136] By: pudge                                 on 2002/04/24  18:09:37
672         Log: Silly fix for the SC compiler's fixation with "comp" as a type
673      Branch: macperl
674            ! ext/Unicode/Normalize/Normalize.xs
675 ____________________________________________________________________________
676 [ 16135] By: pudge                                 on 2002/04/24  18:08:45
677         Log: Merge macperl xsubpp with current xsubpp
678      Branch: macperl
679            ! macos/xsubpp
680 ____________________________________________________________________________
681 [ 16134] By: nick                                  on 2002/04/24  18:08:37
682         Log: Integrate mainline
683      Branch: perlio
684           +> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
685           +> lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
686            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
687            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
688            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
689            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
690            - lib/ExtUtils/t/Problem-Module/Makefile.PL
691            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
692           !> (integrate 44 files)
693 ____________________________________________________________________________
694 [ 16133] By: pudge                                 on 2002/04/24  18:05:50
695         Log: Delete more included modules from bundled_ext
696      Branch: macperl
697            - macos/bundled_ext/Digest/MD5/Changes
698            - macos/bundled_ext/Digest/MD5/MD5.pm
699            - macos/bundled_ext/Digest/MD5/MD5.xs
700            - macos/bundled_ext/Digest/MD5/Makefile.PL
701            - macos/bundled_ext/Digest/MD5/Makefile.mk
702            - macos/bundled_ext/Digest/MD5/README
703            - macos/bundled_ext/Digest/MD5/hints/dec_osf.pl
704            - macos/bundled_ext/Digest/MD5/hints/irix_6.pl
705            - macos/bundled_ext/Digest/MD5/rfc1321.txt
706            - macos/bundled_ext/Digest/MD5/t/badfile.t
707            - macos/bundled_ext/Digest/MD5/t/files.t
708            - macos/bundled_ext/Digest/MD5/t/md5-aaa.t
709            - macos/bundled_ext/Digest/MD5/typemap
710            - macos/bundled_ext/Filter/Util/Call/Call.pm
711            - macos/bundled_ext/Filter/Util/Call/Call.xs
712            - macos/bundled_ext/Filter/Util/Call/Makefile.PL
713            - macos/bundled_ext/Filter/Util/Call/ppport.h
714            - macos/bundled_ext/Filter/t/call.t
715            - macos/bundled_ext/Filter/t/filter-util.pl
716            - macos/bundled_ext/List/Util/ChangeLog
717            - macos/bundled_ext/List/Util/Makefile.PL
718            - macos/bundled_ext/List/Util/README
719            - macos/bundled_ext/List/Util/Util.xs
720            - macos/bundled_ext/List/Util/lib/List/Util.pm
721            - macos/bundled_ext/List/Util/lib/Scalar/Util.pm
722            - macos/bundled_ext/List/Util/t/blessed.t
723            - macos/bundled_ext/List/Util/t/dualvar.t
724            - macos/bundled_ext/List/Util/t/first.t
725            - macos/bundled_ext/List/Util/t/max.t
726            - macos/bundled_ext/List/Util/t/maxstr.t
727            - macos/bundled_ext/List/Util/t/min.t
728            - macos/bundled_ext/List/Util/t/minstr.t
729            - macos/bundled_ext/List/Util/t/readonly.t
730            - macos/bundled_ext/List/Util/t/reduce.t
731            - macos/bundled_ext/List/Util/t/reftype.t
732            - macos/bundled_ext/List/Util/t/shuffle.t
733            - macos/bundled_ext/List/Util/t/sum.t
734            - macos/bundled_ext/List/Util/t/tainted.t
735            - macos/bundled_ext/List/Util/t/weak.t
736            - macos/bundled_ext/MIME/Base64/Base64.pm
737            - macos/bundled_ext/MIME/Base64/Base64.xs
738            - macos/bundled_ext/MIME/Base64/Changes
739            - macos/bundled_ext/MIME/Base64/Makefile.PL
740            - macos/bundled_ext/MIME/Base64/QuotedPrint.pm
741            - macos/bundled_ext/MIME/Base64/README
742            - macos/bundled_ext/MIME/Base64/t/base64.t
743            - macos/bundled_ext/MIME/Base64/t/quoted-print.t
744            - macos/bundled_ext/MIME/Base64/t/unicode.t
745            - macos/bundled_ext/Storable/ChangeLog
746            - macos/bundled_ext/Storable/Makefile.PL
747            - macos/bundled_ext/Storable/README
748            - macos/bundled_ext/Storable/Storable.pm
749            - macos/bundled_ext/Storable/Storable.xs
750            - macos/bundled_ext/Storable/t/blessed.t
751            - macos/bundled_ext/Storable/t/canonical.t
752            - macos/bundled_ext/Storable/t/compat-0.6.t
753            - macos/bundled_ext/Storable/t/dclone.t
754            - macos/bundled_ext/Storable/t/dump.pl
755            - macos/bundled_ext/Storable/t/forgive.t
756            - macos/bundled_ext/Storable/t/freeze.t
757            - macos/bundled_ext/Storable/t/lock.t
758            - macos/bundled_ext/Storable/t/overload.t
759            - macos/bundled_ext/Storable/t/recurse.t
760            - macos/bundled_ext/Storable/t/retrieve.t
761            - macos/bundled_ext/Storable/t/store.t
762            - macos/bundled_ext/Storable/t/tied.t
763            - macos/bundled_ext/Storable/t/tied_hook.t
764            - macos/bundled_ext/Storable/t/tied_items.t
765            - macos/bundled_ext/Storable/t/utf8.t
766            - macos/bundled_ext/Time/HiRes/Changes
767            - macos/bundled_ext/Time/HiRes/HiRes.pm
768            - macos/bundled_ext/Time/HiRes/HiRes.t
769            - macos/bundled_ext/Time/HiRes/HiRes.xs
770            - macos/bundled_ext/Time/HiRes/Makefile.PL
771            - macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
772            - macos/bundled_ext/Time/HiRes/hints/sco.pl
773 ____________________________________________________________________________
774 [ 16132] By: jhi                                   on 2002/04/24  17:03:22
775         Log: Thou shalt not assume %x works for UVs.
776      Branch: perl
777            ! ext/Encode/Encode.xs
778 ____________________________________________________________________________
779 [ 16131] By: nick                                  on 2002/04/24  15:50:31
780         Log: Submit an old integrate
781      Branch: perlio
782           +> (branch 27 files)
783            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
784            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
785            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
786            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
787            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
788            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
789            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
790           !> (integrate 84 files)
791 ____________________________________________________________________________
792 [ 16130] By: jhi                                   on 2002/04/24  15:38:12
793         Log: Partially retract #12056, from Craig Berry.
794      Branch: perl
795            ! vms/vms.c
796 ____________________________________________________________________________
797 [ 16129] By: pudge                                 on 2002/04/24  14:37:10
798         Log: Delete more included modules from bundled_lib
799      Branch: macperl
800            - macos/bundled_lib/blib/lib/Class/ISA.pm
801            - macos/bundled_lib/blib/lib/Digest.pm
802            - macos/bundled_lib/blib/lib/Filter/Simple.pm
803            - macos/bundled_lib/blib/lib/Memoize.pm
804            - macos/bundled_lib/blib/lib/Memoize/AnyDBM_File.pm
805            - macos/bundled_lib/blib/lib/Memoize/Expire.pm
806            - macos/bundled_lib/blib/lib/Memoize/ExpireFile.pm
807            - macos/bundled_lib/blib/lib/Memoize/ExpireTest.pm
808            - macos/bundled_lib/blib/lib/Memoize/NDBM_File.pm
809            - macos/bundled_lib/blib/lib/Memoize/SDBM_File.pm
810            - macos/bundled_lib/blib/lib/Memoize/Storable.pm
811            - macos/bundled_lib/blib/lib/NEXT.pm
812            - macos/bundled_lib/blib/lib/Net/Cmd.pm
813            - macos/bundled_lib/blib/lib/Net/Config.pm
814            - macos/bundled_lib/blib/lib/Net/Domain.pm
815            - macos/bundled_lib/blib/lib/Net/FTP.pm
816            - macos/bundled_lib/blib/lib/Net/FTP/A.pm
817            - macos/bundled_lib/blib/lib/Net/FTP/E.pm
818            - macos/bundled_lib/blib/lib/Net/FTP/I.pm
819            - macos/bundled_lib/blib/lib/Net/FTP/L.pm
820            - macos/bundled_lib/blib/lib/Net/FTP/dataconn.pm
821            - macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
822            - macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
823            - macos/bundled_lib/blib/lib/Net/NNTP.pm
824            - macos/bundled_lib/blib/lib/Net/Netrc.pm
825            - macos/bundled_lib/blib/lib/Net/POP3.pm
826            - macos/bundled_lib/blib/lib/Net/SMTP.pm
827            - macos/bundled_lib/blib/lib/Net/Time.pm
828            - macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
829            - macos/bundled_lib/blib/lib/Switch.pm
830            - macos/bundled_lib/t/Class/ISA/test.pl
831            - macos/bundled_lib/t/Digest/Digest.t
832            - macos/bundled_lib/t/Filter/Simple/ExportTest.pm
833            - macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
834            - macos/bundled_lib/t/Filter/Simple/FilterTest.pm
835            - macos/bundled_lib/t/Filter/Simple/ImportTest.pm
836            - macos/bundled_lib/t/Filter/Simple/data.t
837            - macos/bundled_lib/t/Filter/Simple/export.t
838            - macos/bundled_lib/t/Filter/Simple/filter.t
839            - macos/bundled_lib/t/Filter/Simple/filter_only.t
840            - macos/bundled_lib/t/Filter/Simple/import.t
841            - macos/bundled_lib/t/Memoize/array.t
842            - macos/bundled_lib/t/Memoize/array_confusion.t
843            - macos/bundled_lib/t/Memoize/correctness.t
844            - macos/bundled_lib/t/Memoize/errors.t
845            - macos/bundled_lib/t/Memoize/expire.t
846            - macos/bundled_lib/t/Memoize/expire_file.t
847            - macos/bundled_lib/t/Memoize/expire_module_n.t
848            - macos/bundled_lib/t/Memoize/expire_module_t.t
849            - macos/bundled_lib/t/Memoize/flush.t
850            - macos/bundled_lib/t/Memoize/normalize.t
851            - macos/bundled_lib/t/Memoize/prototype.t
852            - macos/bundled_lib/t/Memoize/speed.t
853            - macos/bundled_lib/t/Memoize/tie.t
854            - macos/bundled_lib/t/Memoize/tie_gdbm.t
855            - macos/bundled_lib/t/Memoize/tie_ndbm.t
856            - macos/bundled_lib/t/Memoize/tie_sdbm.t
857            - macos/bundled_lib/t/Memoize/tie_storable.t
858            - macos/bundled_lib/t/Memoize/tiefeatures.t
859            - macos/bundled_lib/t/Memoize/unmemoize.t
860            - macos/bundled_lib/t/NEXT/actual.t
861            - macos/bundled_lib/t/NEXT/actuns.t
862            - macos/bundled_lib/t/NEXT/next.t
863            - macos/bundled_lib/t/NEXT/unseen.t
864            - macos/bundled_lib/t/Switch/t/given.t
865            - macos/bundled_lib/t/Switch/t/nested.t
866            - macos/bundled_lib/t/Switch/t/switch.t
867            - macos/bundled_lib/t/libnet/config.t
868            - macos/bundled_lib/t/libnet/ftp.t
869            - macos/bundled_lib/t/libnet/hostname.t
870            - macos/bundled_lib/t/libnet/libnet_t.pl
871            - macos/bundled_lib/t/libnet/netrc.t
872            - macos/bundled_lib/t/libnet/nntp.t
873            - macos/bundled_lib/t/libnet/require.t
874            - macos/bundled_lib/t/libnet/smtp.t
875 ____________________________________________________________________________
876 [ 16128] By: pudge                                 on 2002/04/24  14:18:55
877         Log: Remove Text::Balanced from bundled_lib (already in lib)
878      Branch: macperl
879            - macos/bundled_lib/blib/lib/Text/Balanced.pm
880            - macos/bundled_lib/t/Text/Balanced/t/extbrk.t
881            - macos/bundled_lib/t/Text/Balanced/t/extcbk.t
882            - macos/bundled_lib/t/Text/Balanced/t/extdel.t
883            - macos/bundled_lib/t/Text/Balanced/t/extmul.t
884            - macos/bundled_lib/t/Text/Balanced/t/extqlk.t
885            - macos/bundled_lib/t/Text/Balanced/t/exttag.t
886            - macos/bundled_lib/t/Text/Balanced/t/extvar.t
887            - macos/bundled_lib/t/Text/Balanced/t/gentag.t
888 ____________________________________________________________________________
889 [ 16127] By: jhi                                   on 2002/04/24  14:17:16
890         Log: A word of warning to the users of UTF-8 locales.
891      Branch: perl
892            ! pod/perluniintro.pod
893 ____________________________________________________________________________
894 [ 16126] By: jhi                                   on 2002/04/24  12:54:17
895         Log: Forgotten from #16125.
896      Branch: perl
897            ! t/lib/MakeMaker/Test/Utils.pm
898 ____________________________________________________________________________
899 [ 16125] By: jhi                                   on 2002/04/24  05:16:09
900         Log: Upgrade to MakeMaker 5.91_02, from Michael Schwern.
901      Branch: perl
902            + lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
903            + lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
904            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
905            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
906            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
907            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
908            - lib/ExtUtils/t/Problem-Module/Makefile.PL
909            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
910            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
911            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Cygwin.pm
912            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
913            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
914            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
915            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
916            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/Manifest.t
917            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
918            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/problems.t
919 ____________________________________________________________________________
920 [ 16124] By: jhi                                   on 2002/04/24  02:03:08
921         Log: Subject: New UTF-8 surprise
922              From: andreas.koenig@anima.de (Andreas J. Koenig)
923              Date: Mon, 22 Apr 2002 12:08:48 +0200
924              Message-ID: <m38z7gjb9r.fsf@anima.de>
925      Branch: perl
926            ! pp_hot.c t/op/subst.t
927 ____________________________________________________________________________
928 [ 16123] By: gsar                                  on 2002/04/24  01:25:17
929         Log: create a //depot/macperl/... branch with a //depot/macperl/macos/...
930              tree that is branched from //depot/maint-5.6/macperl/macos/...
931      Branch: macperl
932           +> (branch 3590 files)
933 ____________________________________________________________________________
934 [ 16122] By: jhi                                   on 2002/04/23  23:52:11
935         Log: Try to be clearer about perlio.
936      Branch: perl
937            ! INSTALL
938 ____________________________________________________________________________
939 [ 16121] By: jhi                                   on 2002/04/23  23:45:41
940         Log: Subject: Re: binary compatibility
941              From: Andy Dougherty <doughera@lafayette.edu>
942              Date: Tue, 23 Apr 2002 16:21:26 -0400 (EDT)
943              Message-ID: <Pine.SOL.4.10.10204231614020.754-100000@maxwell.phys.lafayette.edu>
944      Branch: perl
945            ! INSTALL patchlevel.h
946 ____________________________________________________________________________
947 [ 16120] By: jhi                                   on 2002/04/23  23:41:52
948         Log: Go on record about the binary backward incompatibility.
949      Branch: perl
950            ! pod/perldelta.pod
951 ____________________________________________________________________________
952 [ 16119] By: jhi                                   on 2002/04/23  23:09:02
953         Log: Subject: [PATCH] was: t/win32/system.t Borland too helpful
954              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
955              Date: Wed, 24 Apr 2002 01:51:43 +0400
956              Message-ID: <006e01c1eb11$156d2390$695cc3d9@vad>
957      Branch: perl
958            ! t/win32/system.t
959 ____________________________________________________________________________
960 [ 16118] By: jhi                                   on 2002/04/23  23:08:12
961         Log: Subject: [PATCH: perl@16083] fix lib/locale.t for VMS with many installed locales
962              From: PPrymmer@factset.com
963              Date: Tue, 23 Apr 2002 17:14:32 -0400
964              Message-ID: <OF099100A8.2627549C-ON85256BA4.007443F3@55.25.11>
965      Branch: perl
966            ! lib/locale.t
967 ____________________________________________________________________________
968 [ 16117] By: jhi                                   on 2002/04/23  23:07:02
969         Log: Subject: [PATCH Redux] Nuke obsolete way to build debugging (etc) perls
970              From: Paul_GreenVOS@vos.stratus.com
971              Date: Tue, 23 Apr 02 15:06 edt   
972              Message-Id: <200204231906.PAA26393@mailhub1.stratus.com>
973      Branch: perl
974            ! Makefile.SH cflags.SH
975 ____________________________________________________________________________
976 [ 16116] By: jhi                                   on 2002/04/23  23:05:14
977         Log: metaconfig unit change for #16115.
978      Branch: metaconfig
979            ! U/compline/byteorder.U
980      Branch: perl
981            ! config_h.SH
982 ____________________________________________________________________________
983 [ 16115] By: jhi                                   on 2002/04/23  23:04:24
984         Log: Regen Configure to mirror #16111 (with one added tweak).
985      Branch: perl
986            ! Configure
987 ____________________________________________________________________________
988 [ 16114] By: jhi                                   on 2002/04/23  22:54:46
989         Log: Retract #16109.
990      Branch: perl
991            ! lib/ExtUtils/MM_Unix.pm
992 ____________________________________________________________________________
993 [ 16113] By: jhi                                   on 2002/04/23  22:38:04
994         Log: FAQ sync.
995      Branch: perl
996            ! pod/perlfaq3.pod pod/perlfaq8.pod
997 ____________________________________________________________________________
998 [ 16112] By: jhi                                   on 2002/04/23  22:34:08
999         Log: use encoding no more defaults to Latin 1.
1000      Branch: perl
1001            ! pod/perluniintro.pod
1002 ____________________________________________________________________________
1003 [ 16111] By: gsar                                  on 2002/04/23  22:27:07
1004         Log: Configure test for byteorder loses bits
1005      Branch: perl
1006            ! Configure
1007 ____________________________________________________________________________
1008 [ 16110] By: gsar                                  on 2002/04/23  21:32:03
1009         Log: hacking around byteorder variance between config.sh and config.h
1010              isn't needed after change#16099
1011      Branch: perl
1012            ! ext/Storable/t/malice.t
1013 ____________________________________________________________________________
1014 [ 16109] By: jhi                                   on 2002/04/23  17:54:33
1015         Log: (retracted by #16114)
1016              
1017              Subject: [PATCH] Nuke obsolete way to build debugging (etc) perls
1018              From: "Green, Paul" <Paul.Green@stratus.com>
1019              Date: Tue, 23 Apr 2002 13:47:19 -0400
1020              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E24ED@EXNA4.stratus.com>
1021      Branch: perl
1022            ! lib/ExtUtils/MM_Unix.pm
1023 ____________________________________________________________________________
1024 [ 16108] By: jhi                                   on 2002/04/23  14:45:07
1025         Log: Subject: [PATCH] lib/File/Find.pm for QNX, NTO
1026              From: Norton Allen <allen@huarp.harvard.edu>
1027              Date: Tue, 23 Apr 2002 11:50:07 -0400 (edt)
1028              Message-Id: <200204231550.LAA24648@bottesini.harvard.edu>
1029      Branch: perl
1030            ! lib/File/Find.pm
1031 ____________________________________________________________________________
1032 [ 16107] By: jhi                                   on 2002/04/23  14:44:13
1033         Log: Subject: [PATCH] README.qnx, hints/qnx.sh
1034              From: Norton Allen <allen@huarp.harvard.edu>
1035              Date: Tue, 23 Apr 2002 11:48:54 -0400 (edt)
1036              Message-Id: <200204231548.LAA24135@bottesini.harvard.edu>
1037      Branch: perl
1038            ! README.qnx hints/qnx.sh
1039 ____________________________________________________________________________
1040 [ 16106] By: jhi                                   on 2002/04/23  13:57:48
1041         Log: Subject: [PATCH] pod/perlhist.pod
1042              From: Abigail <abigail@foad.org>
1043              Date: Tue, 23 Apr 2002 16:21:31 +0200
1044              Message-ID: <20020423162131.A7017@gatekeeper.osp.nl>
1045              
1046              (removed 5.005_04 which never happened)
1047      Branch: perl
1048            ! pod/perlhist.pod
1049 ____________________________________________________________________________
1050 [ 16105] By: jhi                                   on 2002/04/23  13:46:31
1051         Log: Subject: Re: [PATCH abigail.t] another portability attempt
1052              From: Abigail <abigail@foad.org>
1053              Date: Tue, 23 Apr 2002 11:35:54 +0200
1054              Message-ID: <20020423113554.A25149@gatekeeper.osp.nl>
1055      Branch: perl
1056            ! t/japh/abigail.t
1057 ____________________________________________________________________________
1058 [ 16104] By: jhi                                   on 2002/04/23  13:35:03
1059         Log: NetWare tweak from C Aditya.
1060      Branch: perl
1061            ! NetWare/Nwmain.c NetWare/nw5.c
1062 ____________________________________________________________________________
1063 [ 16103] By: gsar                                  on 2002/04/23  06:33:25
1064         Log: fix a typo
1065      Branch: perl
1066            ! regexec.c
1067 ____________________________________________________________________________
1068 [ 16102] By: jhi                                   on 2002/04/23  04:41:43
1069         Log: Uncurliff.
1070      Branch: perl
1071            ! README.ko
1072 ____________________________________________________________________________
1073 [ 16101] By: jhi                                   on 2002/04/23  04:36:27
1074         Log: Pointer to UV casting.
1075      Branch: perl
1076            ! regexec.c
1077 ____________________________________________________________________________
1078 [ 16100] By: jhi                                   on 2002/04/23  02:36:09
1079         Log: metaconfig unit change for #16099.
1080      Branch: metaconfig
1081            ! U/compline/byteorder.U
1082 ____________________________________________________________________________
1083 [ 16099] By: jhi                                   on 2002/04/23  02:35:52
1084         Log: Use UV (not long) for BYTEORDER.
1085      Branch: perl
1086            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1087            ! config_h.SH
1088 ____________________________________________________________________________
1089 [ 16098] By: jhi                                   on 2002/04/23  02:18:10
1090         Log: # cpp commands must start in the first column.
1091      Branch: perl
1092            ! scope.c
1093 ____________________________________________________________________________
1094 [ 16097] By: jhi                                   on 2002/04/23  01:52:36
1095         Log: Reborn as text.
1096      Branch: perl
1097            + NetWare/interface.cpp
1098 ____________________________________________________________________________
1099 [ 16096] By: jhi                                   on 2002/04/23  01:52:00
1100         Log: Dead as binary.
1101      Branch: perl
1102            - NetWare/interface.cpp
1103 ____________________________________________________________________________
1104 [ 16095] By: jhi                                   on 2002/04/23  01:49:37
1105         Log: Undo #16091, a time-warped escapee.
1106      Branch: perl
1107            ! lib/ExtUtils/t/MM_Cygwin.t
1108 ____________________________________________________________________________
1109 [ 16094] By: jhi                                   on 2002/04/23  01:43:42
1110         Log: *size tweaks from Sarathy.
1111      Branch: perl
1112            ! ext/Storable/t/malice.t
1113 ____________________________________________________________________________
1114 [ 16093] By: jhi                                   on 2002/04/23  01:12:50
1115         Log: Subject: [PATCH pod/perlguts.pod] remove a redundant =over
1116              From: Stas Bekman <stas@stason.org>
1117              Date: Tue, 23 Apr 2002 01:52:22 +0800
1118              Message-ID: <3CC44DD6.3090401@stason.org>
1119      Branch: perl
1120            ! pod/perlguts.pod
1121 ____________________________________________________________________________
1122 [ 16092] By: jhi                                   on 2002/04/23  01:05:37
1123         Log: Subject: [PATCH] (Updated) Work around bug in gcc 2.95.2 on hppa targets
1124              From: Paul_GreenVOS@vos.stratus.com
1125              Date: Mon, 22 Apr 02 20:35 edt
1126              Message-Id: <200204230034.UAA01134@mailhub2.stratus.com>
1127      Branch: perl
1128            + hints/t001.c
1129            ! MANIFEST hints/README.hints hints/vos.sh
1130 ____________________________________________________________________________
1131 [ 16091] By: jhi                                   on 2002/04/23  00:42:12
1132         Log: (retracted by #16095)
1133      Branch: perl
1134            ! lib/ExtUtils/t/MM_Cygwin.t
1135 ____________________________________________________________________________
1136 [ 16090] By: jhi                                   on 2002/04/23  00:16:09
1137         Log: Subject: Re: perl@16083
1138              From: Nicholas Clark <nick@unfortu.net>
1139              Date: Mon, 22 Apr 2002 23:17:45 +0100
1140              Message-ID: <20020422221744.GF302@Bagpuss.unfortu.net>
1141      Branch: perl
1142            ! ext/Storable/t/malice.t
1143 ____________________________________________________________________________
1144 [ 16089] By: jhi                                   on 2002/04/23  00:12:09
1145         Log: Upgrade to Encode 1.58.
1146      Branch: perl
1147            + ext/Encode/t/CJKT.t ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
1148            + ext/Encode/t/big5-eten.enc ext/Encode/t/big5-eten.utf
1149            + ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
1150            + ext/Encode/t/gb2312.enc ext/Encode/t/gb2312.utf
1151            + ext/Encode/t/jisx0201.enc ext/Encode/t/jisx0201.utf
1152            + ext/Encode/t/jisx0208.enc ext/Encode/t/jisx0208.utf
1153            + ext/Encode/t/jisx0212.enc ext/Encode/t/jisx0212.utf
1154            + ext/Encode/t/ksc5601.enc ext/Encode/t/ksc5601.utf
1155            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
1156            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
1157            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
1158            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
1159            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
1160            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
1161            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
1162            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
1163            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/TW/TW.pm
1164            ! ext/Encode/bin/ucm2table ext/Encode/t/perlio.t
1165 ____________________________________________________________________________
1166 [ 16088] By: jhi                                   on 2002/04/22  19:55:18
1167         Log: On Win32 the end.t failure should be gone now.
1168      Branch: perl
1169            ! pod/perldelta.pod
1170 ____________________________________________________________________________
1171 [ 16087] By: jhi                                   on 2002/04/22  19:51:29
1172         Log: Subject: [PATCH] update VOS-specific pod files
1173              From: Paul_GreenVOS@vos.stratus.com
1174              Date: Mon, 22 Apr 02 16:02 edt
1175              Message-Id: <200204222002.QAA07350@mailhub1.stratus.com>
1176      Branch: perl
1177            ! README.vos pod/perlport.pod
1178 ____________________________________________________________________________
1179 [ 16086] By: jhi                                   on 2002/04/22  19:50:05
1180         Log: Subject: [PATCH] cleanup ./hints/vos.sh
1181              From: Paul_GreenVOS@vos.stratus.com
1182              Date: Mon, 22 Apr 02 15:26 edt
1183              Message-Id: <200204221926.PAA05539@mailhub1.stratus.com>
1184      Branch: perl
1185            ! hints/vos.sh
1186 ____________________________________________________________________________
1187 [ 16085] By: jhi                                   on 2002/04/22  19:48:20
1188         Log: Upgrade to Encode 1.57, from Dan Kogai.
1189      Branch: perl
1190            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
1191            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/CN/HZ.pm
1192            ! ext/Encode/lib/Encode/Encoding.pm
1193            ! ext/Encode/lib/Encode/JP/JIS7.pm
1194            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/JP.t
1195            ! ext/Encode/t/KR.t ext/Encode/t/jperl.t ext/Encode/t/perlio.t
1196 ____________________________________________________________________________
1197 [ 16084] By: ams                                   on 2002/04/22  18:10:13
1198         Log: Subject: [PATCH perl5005delta perlhack perlhist] small corrections
1199              From: Stas Bekman <stas@stason.org>
1200              Date: Tue, 23 Apr 2002 01:59:07 +0800
1201              Message-Id: <3CC44F6B.5010300@stason.org>
1202      Branch: perl
1203            ! pod/perl5005delta.pod pod/perlhack.pod pod/perlhist.pod
1204 ____________________________________________________________________________
1205 [ 16083] By: jhi                                   on 2002/04/22  16:41:03
1206         Log: Update Changes.
1207      Branch: perl
1208            ! Changes patchlevel.h
1209 ____________________________________________________________________________
1210 [ 16082] By: jhi                                   on 2002/04/22  16:22:50
1211         Log: In MANIFEST but not added.
1212      Branch: perl
1213            + NetWare/interface.cpp
1214 ____________________________________________________________________________
1215 [ 16081] By: jhi                                   on 2002/04/22  16:15:26
1216         Log: Duh.
1217      Branch: perl
1218            ! lib/ExtUtils/MM_Unix.pm
1219 ____________________________________________________________________________
1220 [ 16080] By: jhi                                   on 2002/04/22  16:07:26
1221         Log: Subject: Re: t/japh/abigail.t [PATCH]
1222              From: Norton Allen <allen@huarp.harvard.edu>
1223              Date: Sun, 21 Apr 2002 21:14:59 -0400 (edt)
1224              Message-Id: <200204220114.VAA06066@bottesini.harvard.edu>
1225      Branch: perl
1226            ! t/japh/abigail.t
1227 ____________________________________________________________________________
1228 [ 16079] By: ams                                   on 2002/04/22  15:59:55
1229         Log: Subject: {PATCH docs] sockatmark
1230              From: Mark-Jason Dominus <mjd@plover.com>
1231              Date: Mon, 22 Apr 2002 02:43:42 -0400
1232              Message-Id: <20020422064342.24646.qmail@plover.com>
1233      Branch: perl
1234            ! ext/IO/lib/IO/Socket.pm pod/perlfunc.pod
1235 ____________________________________________________________________________
1236 [ 16078] By: jhi                                   on 2002/04/22  15:57:21
1237         Log: Subject: [PATCH] cflags.SH -- to preserve hint file options
1238              From: Paul_GreenVOS@vos.stratus.com
1239              Date: Mon, 22 Apr 02 12:40 edt
1240              Message-Id: <200204221639.MAA11298@mailhub2.stratus.com>
1241      Branch: perl
1242            ! cflags.SH
1243 ____________________________________________________________________________
1244 [ 16077] By: jhi                                   on 2002/04/22  15:18:18
1245         Log: Add new files from #16076; re-sort.
1246      Branch: perl
1247            ! MANIFEST
1248 ____________________________________________________________________________
1249 [ 16076] By: jhi                                   on 2002/04/22  15:15:22
1250         Log: NetWare changeover from Watcom to Codewarrior, from C Aditya.
1251      Branch: perl
1252            + NetWare/MP.imp NetWare/bat/CWbuild.bat NetWare/nwhashcls.cpp
1253            + NetWare/nwhashcls.h NetWare/nwperlhost.h NetWare/nwvmem.h
1254            + NetWare/perllib.cpp NetWare/splittree.pl
1255            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
1256            ! NetWare/dl_netware.xs NetWare/interface.h NetWare/iperlhost.h
1257            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/t/NWScripts.pl
1258            ! NetWare/testnlm/type/type.c ext/File/Glob/bsd_glob.c
1259            ! iperlsys.h lib/ExtUtils/MM.pm lib/ExtUtils/MM_NW5.pm
1260            ! lib/ExtUtils/MM_Unix.pm makedef.pl perl.c x2p/a2py.c
1261            ! x2p/hash.c x2p/walk.c
1262 ____________________________________________________________________________
1263 [ 16074] By: jhi                                   on 2002/04/22  15:04:25
1264         Log: Subject: Re: [ID 20020422.003] Suggestion in Perl 5.6.1 installation on AIX
1265              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1266              Date: Mon, 22 Apr 2002 17:56:17 +0200
1267              Message-Id: <20020422175549.BECB.H.M.BRAND@hccnet.nl>
1268      Branch: perl
1269            ! README.aix
1270 ____________________________________________________________________________
1271 [ 16073] By: jhi                                   on 2002/04/22  12:59:17
1272         Log: Signedness nit.
1273      Branch: perl
1274            ! ext/PerlIO/encoding/encoding.xs
1275 ____________________________________________________________________________
1276 [ 16072] By: jhi                                   on 2002/04/22  12:58:04
1277         Log: No semicolons after blocks.
1278      Branch: perl
1279            ! ext/Encode/Encode.xs
1280 ____________________________________________________________________________
1281 [ 16071] By: jhi                                   on 2002/04/22  12:48:19
1282         Log: Upgrade to PerlIO::encoding 0.04, from Dan Kogai.
1283      Branch: perl
1284            ! ext/PerlIO/encoding/encoding.pm
1285            ! ext/PerlIO/encoding/encoding.xs
1286 ____________________________________________________________________________
1287 [ 16070] By: jhi                                   on 2002/04/22  12:44:09
1288         Log: Upgrade to Encode 1.56, from Dan Kogai.
1289      Branch: perl
1290            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
1291            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
1292            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/README
1293            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
1294            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
1295            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
1296            ! ext/Encode/bin/ucmlint ext/Encode/encoding.pm
1297            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
1298            ! ext/Encode/lib/Encode/Config.pm
1299            ! ext/Encode/lib/Encode/Encoder.pm
1300            ! ext/Encode/lib/Encode/Encoding.pm
1301            ! ext/Encode/lib/Encode/JP/H2Z.pm
1302            ! ext/Encode/lib/Encode/JP/JIS7.pm
1303            ! ext/Encode/lib/Encode/KR/2022_KR.pm
1304            ! ext/Encode/lib/Encode/PerlIO.pod
1305            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/jperl.t
1306            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
1307            ! ext/Encode/ucm/big5-hkscs.ucm
1308 ____________________________________________________________________________
1309 [ 16069] By: jhi                                   on 2002/04/22  12:38:30
1310         Log: Comment tweak from Philip.
1311      Branch: perl
1312            ! opcode.pl
1313 ____________________________________________________________________________
1314 [ 16068] By: gsar                                  on 2002/04/22  09:53:36
1315         Log: a Test::Harness tweak to make the test lines show up prettier
1316      Branch: perl
1317            ! lib/Test/Harness.pm
1318 ____________________________________________________________________________
1319 [ 16067] By: nick                                  on 2002/04/22  09:19:23
1320         Log: Integrate mainline
1321      Branch: perlio
1322           !> lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
1323           !> lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
1324           !> t/lib/warnings/perlio t/win32/system.t
1325 ____________________________________________________________________________
1326 [ 16066] By: nick                                  on 2002/04/22  09:01:43
1327         Log: Integrate //depot/perlio into mainline
1328      Branch: perl
1329           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
1330           !> ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
1331           !> ext/PerlIO/encoding/encoding.xs pod/perliol.pod
1332 ____________________________________________________________________________
1333 [ 16065] By: gsar                                  on 2002/04/22  08:37:17
1334         Log: clean up after stray test file littering
1335              
1336              NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when
1337              it seems that it shouldn't (looks like a handle leak in PerlIO
1338              to me)
1339      Branch: perl
1340            ! lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
1341            ! lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
1342            ! t/lib/warnings/perlio t/win32/system.t
1343 ____________________________________________________________________________
1344 [ 16064] By: nick                                  on 2002/04/22  08:02:58
1345         Log: Integrate mainline into perlio
1346      Branch: perlio
1347           +> ext/Storable/t/malice.t
1348            ! pod/perliol.pod
1349           !> (integrate 57 files)
1350 ____________________________________________________________________________
1351 [ 16063] By: gsar                                  on 2002/04/22  07:23:30
1352         Log: integrate change#16062 from mainline
1353              
1354              another windows fix: only create a new console for subprocesses
1355              when all three stdhandles are invalid (from Jan Dubois)
1356      Branch: maint-5.6/perl
1357            ! win32/win32.c
1358 ____________________________________________________________________________
1359 [ 16062] By: gsar                                  on 2002/04/22  07:02:03
1360         Log: another windows fix: only create a new console for subprocesses
1361              when all three stdhandles are invalid (from Jan Dubois)
1362      Branch: perl
1363            ! win32/win32.c
1364 ____________________________________________________________________________
1365 [ 16060] By: gsar                                  on 2002/04/22  02:40:57
1366         Log: all the thread tests now pass on windows (32-bit and 64-bit)
1367      Branch: perl
1368            ! README.win32
1369 ____________________________________________________________________________
1370 [ 16059] By: gsar                                  on 2002/04/22  02:35:45
1371         Log: enable maximal optimizations on win64
1372      Branch: perl
1373            ! win32/Makefile win32/makefile.mk
1374 ____________________________________________________________________________
1375 [ 16058] By: jhi                                   on 2002/04/22  01:38:31
1376         Log: Tweaks copied from Philip Newton's Encode patches.
1377      Branch: perl
1378            ! AUTHORS
1379 ____________________________________________________________________________
1380 [ 16057] By: sky                                   on 2002/04/22  00:19:40
1381         Log: End blocks were not run on Win32.
1382              The real fix should be to turn this flag on in RunPerl but
1383              I think we are too close 5.8 to change that.
1384      Branch: perl
1385            ! ext/threads/threads.xs
1386 ____________________________________________________________________________
1387 [ 16056] By: sky                                   on 2002/04/21  23:29:22
1388         Log: Do not unlock mutex twice.
1389              Do not unlock mutex after it has been destroyed and freed.
1390              Do not email p5p without uncrossing eyes.
1391      Branch: perl
1392            ! ext/threads/threads.xs
1393 ____________________________________________________________________________
1394 [ 16055] By: gsar                                  on 2002/04/21  22:32:29
1395         Log: squelch some more type mismatch warnings
1396              
1397              SvREFCNT_dec(x ? y : z) did not typecast the right thing due to
1398              missing parens in macro definition
1399      Branch: perl
1400            ! dump.c ext/Cwd/Cwd.xs ext/Data/Dumper/Dumper.xs
1401            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/IO/poll.c
1402            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/encoding/encoding.xs
1403            ! pp.c regexec.c sv.h
1404 ____________________________________________________________________________
1405 [ 16054] By: jhi                                   on 2002/04/21  22:24:52
1406         Log: Make writing user-defined character properties nicer.
1407      Branch: perl
1408            ! lib/utf8_heavy.pl pod/perlunicode.pod t/op/pat.t
1409 ____________________________________________________________________________
1410 [ 16053] By: gsar                                  on 2002/04/21  21:39:08
1411         Log: test appears to be ass_u_ming sizeof(long) == sizeof(IV), which
1412              isn't the case on win64
1413      Branch: perl
1414            ! ext/Storable/t/malice.t
1415 ____________________________________________________________________________
1416 [ 16052] By: jhi                                   on 2002/04/21  21:24:07
1417         Log: One more way to do character class subtraction.
1418      Branch: perl
1419            ! pod/perlunicode.pod
1420 ____________________________________________________________________________
1421 [ 16051] By: jhi                                   on 2002/04/21  21:04:19
1422         Log: Mopup of #16048.
1423      Branch: perl
1424            ! pp_sys.c
1425 ____________________________________________________________________________
1426 [ 16050] By: gsar                                  on 2002/04/21  20:55:38
1427         Log: some test failures have been fixed
1428      Branch: perl
1429            ! README.win32
1430 ____________________________________________________________________________
1431 [ 16049] By: gsar                                  on 2002/04/21  20:50:21
1432         Log: use compare_text() rather than compare() to avoid bogus
1433              failures when the test files happen to be CRLF terminated
1434      Branch: perl
1435            ! ext/Encode/t/JP.t
1436 ____________________________________________________________________________
1437 [ 16048] By: gsar                                  on 2002/04/21  19:53:08
1438         Log: fixes for all the warnings reported by Visual C (most of this
1439              change is from change#12026)
1440      Branch: perl
1441            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs gv.c hv.c
1442            ! locale.c mg.c op.c perl.c perl.h perlio.c perly.c perly.y pp.c
1443            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c
1444            ! regexec.c sv.c toke.c universal.c utf8.c util.c
1445            ! vms/perly_c.vms win32/perllib.c win32/win32.c win32/win32sck.c
1446 ____________________________________________________________________________
1447 [ 16047] By: jhi                                   on 2002/04/21  17:21:56
1448         Log: Subject: [PATCH] another Storable test (Re: perl@16005)
1449              From: Nicholas Clark <nick@unfortu.net>
1450              Date: Sun, 21 Apr 2002 19:15:24 +0100
1451              Message-ID: <20020421181523.GC332@Bagpuss.unfortu.net>
1452      Branch: perl
1453            + ext/Storable/t/malice.t
1454            ! MANIFEST ext/Storable/Storable.pm
1455 ____________________________________________________________________________
1456 [ 16046] By: jhi                                   on 2002/04/21  17:09:01
1457         Log: Subject: [PATCH] Win32: encode/t/perlio.t needs some binmode
1458              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1459              Date: Sun, 21 Apr 2002 19:37:51 +0200
1460              Message-ID: <3CC3150F.5798.22A05AE@localhost>
1461      Branch: perl
1462            ! ext/Encode/t/perlio.t
1463 ____________________________________________________________________________
1464 [ 16045] By: jhi                                   on 2002/04/21  16:29:28
1465         Log: Subject: [PATCH 5.7.3 docs] Typo in pod/perltrap.pod
1466              From: Andrey Sapozhnikov <sapa@icb.chel.su>
1467              Date: Fri, 19 Apr 2002 19:55:56 +0600
1468              Message-ID: <3CC021EC.5080005@icb.chel.su>
1469              
1470              (tweaked a bit)
1471      Branch: perl
1472            ! pod/perltrap.pod
1473 ____________________________________________________________________________
1474 [ 16044] By: jhi                                   on 2002/04/21  16:22:17
1475         Log: Do not assume that io buffer flushing happens in the same
1476              order as joins (that assumption broke in a multicpu IRIX box)
1477      Branch: perl
1478            ! ext/threads/t/thread.t
1479 ____________________________________________________________________________
1480 [ 16043] By: jhi                                   on 2002/04/21  15:56:30
1481         Log: As if people would be reading the documentation :-)
1482      Branch: perl
1483            ! opcode.pl
1484 ____________________________________________________________________________
1485 [ 16042] By: jhi                                   on 2002/04/21  15:15:05
1486         Log: Typo tweaks.
1487      Branch: perl
1488            ! pod/perlrun.pod
1489 ____________________________________________________________________________
1490 [ 16041] By: sky                                   on 2002/04/21  13:53:54
1491         Log: Got the last memory leak in the while(1) { threads->create(sub 
1492              {})->join() }, now we can loop over a million threads without a 
1493              problem. 
1494              Cleared up SVs that should have been mortal but never where.
1495      Branch: perl
1496            ! ext/threads/threads.xs
1497 ____________________________________________________________________________
1498 [ 16040] By: rgs                                   on 2002/04/21  12:25:15
1499         Log: Make doc clearer, as suggested by Brent Dax
1500      Branch: perl
1501            ! opcode.pl
1502 ____________________________________________________________________________
1503 [ 16039] By: rgs                                   on 2002/04/21  12:20:47
1504         Log: Revert change #15974.
1505      Branch: perl
1506            ! ext/B/B/Deparse.pm
1507 ____________________________________________________________________________
1508 [ 16038] By: nick                                  on 2002/04/21  08:43:48
1509         Log: Integrate mainline
1510      Branch: perlio
1511           +> win32/config.vc64 win32/config_H.vc64
1512           !> (integrate 43 files)
1513 ____________________________________________________________________________
1514 [ 16037] By: nick                                  on 2002/04/21  08:10:07
1515         Log: Integrate mainline
1516      Branch: perlio
1517           +> ext/Encode/ucm/big5-eten.ucm
1518            - ext/Encode/ucm/big5.ucm win32/Makefile.win64
1519            - win32/config.win64 win32/config_H.win64
1520           !> MANIFEST Porting/makerel ext/Encode/Changes
1521           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
1522           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
1523           !> ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
1524           !> ext/Encode/lib/Encode/Config.pm
1525           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
1526           !> ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
1527           !> ext/threads/threads.xs lib/Memoize/t/errors.t pod/perlfunc.pod
1528           !> pod/perlunicode.pod vms/vms.c
1529 ____________________________________________________________________________
1530 [ 16036] By: jhi                                   on 2002/04/21  03:04:41
1531         Log: S_ stands sfor static.
1532      Branch: perl
1533            ! hv.c
1534 ____________________________________________________________________________
1535 [ 16035] By: jhi                                   on 2002/04/21  02:52:35
1536         Log: htovs et al might be macros.
1537      Branch: perl
1538            ! perl.h
1539 ____________________________________________________________________________
1540 [ 16034] By: gsar                                  on 2002/04/21  02:11:06
1541         Log: missed checkin of this file in change#16033
1542      Branch: perl
1543            ! makedef.pl
1544 ____________________________________________________________________________
1545 [ 16033] By: gsar                                  on 2002/04/21  01:55:35
1546         Log: Windows 64-bit support:
1547              
1548              * support for building it in the regular makefiles
1549              * large files support via the _*i64() functions (this should be
1550              portable to the 32-bit universe too, but quite untested and
1551              and binary-incompatible, therefore not enabled there)
1552              * three additional test failures in addition to the t/end.t one
1553              (see README.win32)
1554              * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel
1555              the ones available from the CRT (needed because Perl uses
1556              the UVxf macros in both sprintf() *and* in sv_catpvf() et al.)
1557              * add a few 64-bit notes to README.win32
1558              
1559              The following general problems were also fixed:
1560              
1561              * s/struct stat/Stat_t/g
1562              * Data::Dumper had some naughty 'long' typecasts
1563              * Errno_pm.PL didn't work safe when winsock.h was not in the same
1564              directory as errno.h
1565              * various tell/seek things were incorrectly prototyped
1566              * squelch ugly looking noise when running tests
1567              * Embed.t wasn't linking in all the libraries
1568              * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1)
1569              * re-enable all the disabled warnings (additional fixes may be
1570              needed for the warnings uncovered by this)
1571      Branch: perl
1572            + win32/config.vc64 win32/config_H.vc64
1573            ! MANIFEST README.win32 doio.c dosish.h
1574            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL iperlsys.h
1575            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/basic.t mg.c perl.c
1576            ! perl.h sv.c t/op/exec.t util.c win32/Makefile win32/config.gc
1577            ! win32/config.vc win32/makefile.mk win32/perlglob.c
1578            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32io.c
1579            ! win32/win32iop.h win32/win32sck.c
1580 ____________________________________________________________________________
1581 [ 16032] By: jhi                                   on 2002/04/20  23:07:20
1582         Log: Upgrade to Encode 1.52, from Dan Kogai.
1583      Branch: perl
1584            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
1585            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
1586            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
1587            ! ext/Encode/lib/Encode/JP/JIS7.pm
1588            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/TW.t
1589            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
1590            ! ext/Encode/ucm/big5-hkscs.ucm
1591 ____________________________________________________________________________
1592 [ 16031] By: jhi                                   on 2002/04/20  22:22:23
1593         Log: Subject: Re: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
1594              From: Mark-Jason Dominus <mjd@plover.com>
1595              Date: Sat, 20 Apr 2002 03:36:28 -0400
1596              Message-ID: <20020420073628.324.qmail@plover.com>
1597      Branch: perl
1598            ! pod/perlopentut.pod
1599 ____________________________________________________________________________
1600 [ 16030] By: sky                                   on 2002/04/20  22:02:32
1601         Log: Remove auto-detach
1602              Cleans up memory now, destroys the mutex and frees thread
1603              Makes returnvalues mortal
1604              Doesn't run thread_destruct until the thread has stopped AND
1605              all references to it are gone.
1606      Branch: perl
1607            ! ext/threads/threads.xs
1608 ____________________________________________________________________________
1609 [ 16029] By: jhi                                   on 2002/04/20  21:46:33
1610         Log: Subject: [PATCH @16005] rescue perldoc for VMS
1611              From: "Craig A. Berry" <craigberry@mac.com>
1612              Date: Sat, 20 Apr 2002 15:16:30 -0500
1613              Message-Id: <a05111701b8e779a639b9@[172.16.52.1]>
1614      Branch: perl
1615            ! vms/vms.c
1616 ____________________________________________________________________________
1617 [ 16028] By: jhi                                   on 2002/04/20  21:44:27
1618         Log: Subject: Re: [PATCH] typo
1619              From: andreas.koenig@anima.de (Andreas J. Koenig)
1620              Date: Sat, 20 Apr 2002 15:41:23 +0200
1621              Message-ID: <m37kn2o5bw.fsf@anima.de>
1622      Branch: perl
1623            ! ext/Encode/encoding.pm
1624 ____________________________________________________________________________
1625 [ 16027] By: nick                                  on 2002/04/20  21:42:09
1626         Log: Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
1627              and change test not to skip them.
1628      Branch: perlio
1629            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.xs
1630 ____________________________________________________________________________
1631 [ 16026] By: jhi                                   on 2002/04/20  21:40:20
1632         Log: Upgrade to Encode 1.51, from Dan Kogai.
1633      Branch: perl
1634            + ext/Encode/ucm/big5-eten.ucm
1635            - ext/Encode/ucm/big5.ucm
1636            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
1637            ! ext/Encode/Encode.xs ext/Encode/MANIFEST
1638            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
1639            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
1640            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
1641            ! ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
1642 ____________________________________________________________________________
1643 [ 16025] By: gsar                                  on 2002/04/20  19:58:59
1644         Log: purge existing win64 stuff (this never really worked in 5.7.x)
1645              in preparation for completely redone win64 support
1646      Branch: perl
1647            - win32/Makefile.win64 win32/config.win64 win32/config_H.win64
1648            ! MANIFEST Porting/makerel
1649 ____________________________________________________________________________
1650 [ 16024] By: rgs                                   on 2002/04/20  19:09:35
1651         Log: Subject: Re: perl@16005
1652              From: Stas Bekman <stas@stason.org>
1653              Date: Sat, 20 Apr 2002 13:06:49 +0800
1654              Message-ID: <3CC0F769.1010705@stason.org>
1655              (with a minor formatting nit)
1656      Branch: perl
1657            ! pod/perlfunc.pod
1658 ____________________________________________________________________________
1659 [ 16023] By: nick                                  on 2002/04/20  19:06:04
1660         Log: Some tweaks for encodings which need lines.
1661              Also disabled trial of using fallbacks.
1662      Branch: perlio
1663            ! ext/PerlIO/encoding/encoding.pm
1664            ! ext/PerlIO/encoding/encoding.xs
1665 ____________________________________________________________________________
1666 [ 16022] By: nick                                  on 2002/04/20  18:37:38
1667         Log: Various tweaks to Encode
1668      Branch: perlio
1669            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
1670            ! ext/Encode/Unicode/Unicode.xs
1671            ! ext/Encode/lib/Encode/Encoding.pm
1672            ! ext/Encode/lib/Encode/JP/JIS7.pm
1673            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/perlio.t
1674 ____________________________________________________________________________
1675 [ 16021] By: jhi                                   on 2002/04/20  14:31:31
1676         Log: Subject: [PATCH] perlunicode.pod typos
1677              From: andreas.koenig@anima.de (Andreas J. Koenig)     
1678              Date: Sat, 20 Apr 2002 11:20:25 +0200
1679              Message-ID: <m3vgamoheu.fsf@anima.de>
1680      Branch: perl
1681            ! pod/perlunicode.pod
1682 ____________________________________________________________________________
1683 [ 16020] By: jhi                                   on 2002/04/20  14:28:12
1684         Log: Test tweak from mjd.
1685      Branch: perl
1686            ! lib/Memoize/t/errors.t
1687 ____________________________________________________________________________
1688 [ 16019] By: jhi                                   on 2002/04/20  14:26:17
1689         Log: Integrate perlio;
1690              
1691              Tweak to Encode.xs to avoid buffer overrun.
1692              
1693              Add :bytes to POD part.
1694              Remove 'alias' to Encode now it exists as a module.
1695              
1696              Fill in the PERLIO sections.
1697      Branch: perl
1698           !> ext/Encode/Encode.xs lib/PerlIO.pm pod/perlrun.pod
1699 ____________________________________________________________________________
1700 [ 16018] By: nick                                  on 2002/04/20  13:38:24
1701         Log: Fill in the PERLIO sections.
1702      Branch: perlio
1703            ! pod/perlrun.pod
1704 ____________________________________________________________________________
1705 [ 16017] By: nick                                  on 2002/04/20  13:37:15
1706         Log: Add :bytes to POD part.
1707              Remove 'alias' to Encode now it exists as a module.
1708      Branch: perlio
1709            ! lib/PerlIO.pm
1710 ____________________________________________________________________________
1711 [ 16016] By: sky                                   on 2002/04/20  13:12:31
1712         Log: Really let the update of the link list do something.
1713      Branch: perl
1714            ! ext/threads/threads.xs
1715 ____________________________________________________________________________
1716 [ 16015] By: nick                                  on 2002/04/20  07:51:26
1717         Log: Integrate mainline
1718      Branch: perlio
1719           !> README.cn README.tw ext/B/O.pm lib/utf8_heavy.pl
1720           !> pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
1721           !> t/io/open.t t/japh/abigail.t t/lib/warnings/doio t/op/pat.t
1722 ____________________________________________________________________________
1723 [ 16014] By: nick                                  on 2002/04/20  07:46:11
1724         Log: Tweak to Encode.xs to avoid buffer overrun.
1725      Branch: perlio
1726            ! ext/Encode/Encode.xs
1727 ____________________________________________________________________________
1728 [ 16013] By: jhi                                   on 2002/04/20  01:48:13
1729         Log: Subject: [PATCH] t/japh/abigail.t
1730              From: abigail@foad.org
1731              Date: Fri, 19 Apr 2002 02:21:36 +0200
1732              Message-ID: <20020419002136.16948.qmail@foad.org>
1733              
1734              Subject: Re: [PATCH] t/japh/abigail.t
1735              From: "Craig A. Berry" <craigberry@mac.com>
1736              Date: Fri, 19 Apr 2002 11:23:45 -0500
1737              Message-Id: <a05111705b8e5f49d5618@[172.16.52.1]>
1738      Branch: perl
1739            ! t/japh/abigail.t
1740 ____________________________________________________________________________
1741 [ 16012] By: jhi                                   on 2002/04/20  01:46:03
1742         Log: User-defined character properties were unintentionally
1743              removed, noticed by Dan Kogai.
1744      Branch: perl
1745            ! lib/utf8_heavy.pl pod/perlre.pod pod/perlretut.pod
1746            ! pod/perlunicode.pod t/op/pat.t
1747 ____________________________________________________________________________
1748 [ 16011] By: jhi                                   on 2002/04/19  21:53:55
1749         Log: Subject: Re: [PATCH] Big5-related changes.
1750              From: Autrijus Tang <autrijus@autrijus.org>
1751              Date: Sat, 20 Apr 2002 04:06:31 +0800
1752              Message-ID: <20020419200631.GA20964@not.autrijus.org>
1753      Branch: perl
1754            ! README.cn README.tw
1755 ____________________________________________________________________________
1756 [ 16010] By: rgs                                   on 2002/04/19  20:52:19
1757         Log: Add a BUGS sections to O.pm
1758      Branch: perl
1759            ! ext/B/O.pm
1760 ____________________________________________________________________________
1761 [ 16009] By: rgs                                   on 2002/04/19  20:07:02
1762         Log: Disable warning noise
1763      Branch: perl
1764            ! t/io/open.t
1765 ____________________________________________________________________________
1766 [ 16008] By: rgs                                   on 2002/04/19  19:54:08
1767         Log: More tests for the 3-arg open
1768      Branch: perl
1769            ! t/io/open.t t/lib/warnings/doio
1770 ____________________________________________________________________________
1771 [ 16007] By: nick                                  on 2002/04/19  17:45:53
1772         Log: Silence warning generating warning message for U+FFFF does not map etc.
1773      Branch: perlio
1774            ! ext/Encode/Encode.xs
1775 ____________________________________________________________________________
1776 [ 16006] By: nick                                  on 2002/04/19  15:24:57
1777         Log: Integrate mainline (for Tk with Encode testing)
1778              Some perlio & encode issues otherwise cleanish.
1779      Branch: perlio
1780           +> ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
1781           +> ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
1782           +> ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
1783           +> ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
1784           +> ext/threads/t/thread.t
1785            - ext/Encode/lib/Encode/Unicode.pm
1786           !> (integrate 38 files)
1787 ____________________________________________________________________________
1788 [ 16005] By: jhi                                   on 2002/04/19  13:26:39
1789         Log: Update Changes.
1790      Branch: perl
1791            ! Changes patchlevel.h
1792 ____________________________________________________________________________
1793 [ 16004] By: jhi                                   on 2002/04/19  13:15:22
1794         Log: Subject: [PATCH] warn on ref open without perlio
1795              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1796              Date: Thu, 18 Apr 2002 23:17:44 +0200
1797              Message-ID: <20020418231744.A24159@rafael>
1798              
1799              (with one nit, the skip message needed "# " prefix)
1800      Branch: perl
1801            ! doio.c pod/perldiag.pod t/lib/warnings/doio
1802 ____________________________________________________________________________
1803 [ 16003] By: jhi                                   on 2002/04/19  12:59:11
1804         Log: Subject: Smoke 15996 /pro/3gl/CPAN/perl-current  
1805              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1806              Date: Fri, 19 Apr 2002 15:43:47 +0200
1807              Message-Id: <20020419153704.C397.H.M.BRAND@hccnet.nl>
1808      Branch: perl
1809            ! README.hpux
1810 ____________________________________________________________________________
1811 [ 16002] By: jhi                                   on 2002/04/19  12:58:23
1812         Log: Upgrade to PerlIO::encoding 0.02, from Dan Kogai.
1813      Branch: perl
1814            ! ext/PerlIO/encoding/encoding.pm
1815            ! ext/PerlIO/encoding/encoding.xs
1816 ____________________________________________________________________________
1817 [ 16001] By: jhi                                   on 2002/04/19  12:58:00
1818         Log: Upgrade to Encode 1.50, from Dan Kogai.
1819      Branch: perl
1820            + ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
1821            + ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
1822            + ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
1823            + ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
1824            - ext/Encode/lib/Encode/Unicode.pm
1825            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
1826            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
1827            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/encode.h
1828            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
1829            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
1830            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/JP/JIS7.pm
1831            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/JP.t
1832            ! ext/Encode/t/KR.t ext/Encode/t/jisx0208.euc
1833            ! ext/Encode/t/jisx0208.ref
1834 ____________________________________________________________________________
1835 [ 16000] By: jhi                                   on 2002/04/19  12:16:08
1836         Log: Subject: CPAN.pm sync
1837              From: andreas.koenig@anima.de (Andreas J. Koenig)
1838              Date: Fri, 19 Apr 2002 11:55:07 +0200
1839              Message-ID: <m3ads0qah0.fsf@anima.de>
1840      Branch: perl
1841            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
1842 ____________________________________________________________________________
1843 [ 15999] By: jhi                                   on 2002/04/19  12:08:54
1844         Log: Snip away an obsolete section noticed by Benjamin Goldberg.
1845      Branch: perl
1846            ! pod/perltooc.pod
1847 ____________________________________________________________________________
1848 [ 15998] By: jhi                                   on 2002/04/19  00:43:45
1849         Log: The previous change on this was *ahem* slightly off-topic.
1850      Branch: perl
1851            ! ext/PerlIO/encoding/encoding.pm
1852 ____________________________________________________________________________
1853 [ 15997] By: gsar                                  on 2002/04/19  00:19:47
1854         Log: variant of change#14657 from mainline, modified for binary
1855              compatibility for 5.6.x (from  Jan Dubois)
1856      Branch: maint-5.6/perl
1857            ! lib/Win32.pod win32/win32.c
1858 ____________________________________________________________________________
1859 [ 15996] By: ams                                   on 2002/04/18  16:16:26
1860         Log: Subject: [PATCH] Typo in pod/perldebtut.pod
1861              From: abigail@foad.org
1862              Date: Thu, 18 Apr 2002 17:09:45 +0200
1863              Message-Id: <20020418150945.389.qmail@foad.org>
1864      Branch: perl
1865            ! pod/perldebtut.pod
1866 ____________________________________________________________________________
1867 [ 15995] By: jhi                                   on 2002/04/18  14:14:10
1868         Log: z/OS situation update.
1869      Branch: perl
1870            ! pod/perldelta.pod
1871 ____________________________________________________________________________
1872 [ 15994] By: jhi                                   on 2002/04/18  13:43:37
1873         Log: Doc tweaks.
1874      Branch: perl
1875            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
1876 ____________________________________________________________________________
1877 [ 15993] By: jhi                                   on 2002/04/18  13:05:46
1878         Log: The tests need perlio.
1879      Branch: perl
1880            ! ext/Encode/t/JP.t ext/Encode/t/encoding.t
1881 ____________________________________________________________________________
1882 [ 15992] By: jhi                                   on 2002/04/18  12:58:17
1883         Log: Subject: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
1884              From: Mark-Jason Dominus <mjd@plover.com>
1885              Date: Thu, 18 Apr 2002 09:38:17 -0400
1886              Message-ID: <20020418133817.22436.qmail@plover.com>    
1887              
1888              Subject: [PATCH 5.7.3 docs] Backticks in void context are no longer inefficient
1889              From: Mark-Jason Dominus <mjd@plover.com>
1890              Date: Thu, 18 Apr 2002 09:54:50 -0400
1891              Message-ID: <20020418135450.22999.qmail@plover.com>    
1892      Branch: perl
1893            ! pod/perlfaq8.pod
1894 ____________________________________________________________________________
1895 [ 15991] By: sky                                   on 2002/04/18  09:18:14
1896         Log: Port testcases from thr5005 tests so we don't fail on same things.
1897              Added yield support using threads->yield().
1898      Branch: perl
1899            + ext/threads/t/thread.t
1900            ! MANIFEST ext/threads/threads.pm ext/threads/threads.xs
1901 ____________________________________________________________________________
1902 [ 15990] By: nick                                  on 2002/04/18  07:56:40
1903         Log: Integrate mainline
1904      Branch: perlio
1905            - t/io/full.t
1906           !> MANIFEST README.cn README.hpux README.jp README.ko README.tw
1907           !> hints/unicos.sh hints/unicosmk.sh lib/ExtUtils/t/Embed.t
1908           !> perl.c t/op/groups.t toke.c win32/win32.c
1909 ____________________________________________________________________________
1910 [ 15989] By: sky                                   on 2002/04/18  07:15:55
1911         Log: Always flush the PerlIO buffers after running END blocks in 
1912              perl_destruct. This should fix ext/threads/t/end.t under Win32.
1913      Branch: perl
1914            ! perl.c
1915 ____________________________________________________________________________
1916 [ 15988] By: dougm                                 on 2002/04/18  01:56:16
1917         Log: plug memory leak in perl_destruct() by cleaning out PL_debug_pad
1918      Branch: perl
1919            ! perl.c
1920 ____________________________________________________________________________
1921 [ 15987] By: jhi                                   on 2002/04/17  21:51:18
1922         Log: Move /dev/full testing post-5.8.0.
1923      Branch: perl
1924            - t/io/full.t
1925            ! MANIFEST
1926 ____________________________________________________________________________
1927 [ 15986] By: jhi                                   on 2002/04/17  21:38:43
1928         Log: Neither UNICOS nor UNICOS/mk sport shared libraries.
1929              ("Crays have only REAL memory.")
1930      Branch: perl
1931            ! hints/unicos.sh hints/unicosmk.sh
1932 ____________________________________________________________________________
1933 [ 15985] By: jhi                                   on 2002/04/17  21:33:56
1934         Log: Subject: [PATCH 5.7.3 Win32] Devel::DProf Real Elapsed Times
1935              From: luc.st-louis@ca.transport.bombardier.com
1936              Date: Wed, 17 Apr 2002 14:22:25 -0400
1937              Message-ID: <85256B9E.0064EBE9.00@btg_hub01.bombardier.com>
1938      Branch: perl
1939            ! win32/win32.c
1940 ____________________________________________________________________________
1941 [ 15984] By: jhi                                   on 2002/04/17  21:12:34
1942         Log: With -Uuseperlio the error might be EBADF.
1943      Branch: perl
1944            ! t/io/full.t
1945 ____________________________________________________________________________
1946 [ 15983] By: jhi                                   on 2002/04/17  21:05:04
1947         Log: Subject: [PATCH@15930] Borland for Win32 adaptation for lib/ExtUtils/t/Embed.t
1948              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
1949              Date: Wed, 17 Apr 2002 21:16:22 +0400
1950              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028117@cio-test001.spb.lucent.com>
1951      Branch: perl
1952            ! lib/ExtUtils/t/Embed.t
1953 ____________________________________________________________________________
1954 [ 15982] By: jhi                                   on 2002/04/17  21:04:02
1955         Log: Subject: [PATCH] RE: failed with undefined USE_PERLIO for Win32
1956              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
1957              Date: Wed, 17 Apr 2002 20:08:03 +0400
1958              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028116@cio-test001.spb.lucent.com>
1959      Branch: perl
1960            ! win32/win32.c
1961 ____________________________________________________________________________
1962 [ 15981] By: jhi                                   on 2002/04/17  21:02:13
1963         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
1964              From: Mark-Jason Dominus <mjd@plover.com>
1965              Date: Wed, 17 Apr 2002 11:14:17 -0400
1966              Message-ID: <20020417151417.27268.qmail@plover.com>
1967      Branch: perl
1968            ! t/io/full.t
1969 ____________________________________________________________________________
1970 [ 15980] By: jhi                                   on 2002/04/17  20:57:36
1971         Log: README.cjk update.
1972      Branch: perl
1973            ! README.cn README.jp README.ko README.tw
1974 ____________________________________________________________________________
1975 [ 15979] By: rgs                                   on 2002/04/17  20:24:48
1976         Log: Subject: [PATCH toke.c] @:foo?
1977              From: Philip Newton <Philip.Newton@gmx.net>
1978              Date: Wed, 17 Apr 2002 19:48:09 +0200
1979              Message-ID: <v6drbu0mkupaklru4efcq40lv7d4vajdp1@4ax.com>
1980      Branch: perl
1981            ! toke.c
1982 ____________________________________________________________________________
1983 [ 15978] By: rgs                                   on 2002/04/17  20:20:19
1984         Log: Subject: Re: gcc on HP
1985              From: Philip Newton <Philip.Newton@gmx.net>
1986              Date: Wed, 17 Apr 2002 20:36:34 +0200
1987              Message-ID: <83grbucf0imh8pnnjf6o5q4t0st3ja14j4@4ax.com>
1988      Branch: perl
1989            ! README.hpux
1990 ____________________________________________________________________________
1991 [ 15977] By: rgs                                   on 2002/04/17  19:54:49
1992         Log: Adjust test for groups that appear multiple times on Cygwin
1993      Branch: perl
1994            ! t/op/groups.t
1995 ____________________________________________________________________________
1996 [ 15976] By: nick                                  on 2002/04/17  17:03:40
1997         Log: Integrate mainline
1998      Branch: perlio
1999           +> ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
2000           +> ext/PerlIO/encoding/encoding.pm
2001           +> ext/PerlIO/encoding/encoding.xs ext/threads/shared/queue.pm
2002           +> ext/threads/shared/t/queue.t t/io/full.t
2003            - ext/Encode/lib/Encode/XS.pm
2004           !> (integrate 50 files)
2005 ____________________________________________________________________________
2006 [ 15975] By: jhi                                   on 2002/04/17  14:40:03
2007         Log: Update Changes.
2008      Branch: perl
2009            ! Changes patchlevel.h
2010 ____________________________________________________________________________
2011 [ 15974] By: jhi                                   on 2002/04/17  14:34:16
2012         Log: Subject: [PATCH B::Deparse] "foo bar"->()
2013              From: Robin Houston <robin@kitsite.com>
2014              Date: Wed, 17 Apr 2002 15:45:32 +0100
2015              Message-ID: <20020417154532.A25446@puffinry.freeserve.co.uk>
2016      Branch: perl
2017            ! ext/B/B/Deparse.pm
2018 ____________________________________________________________________________
2019 [ 15973] By: jhi                                   on 2002/04/17  14:34:03
2020         Log: metaconfig unit change for #15972.
2021      Branch: metaconfig/U/perl
2022            ! Extensions.U
2023 ____________________________________________________________________________
2024 [ 15972] By: jhi                                   on 2002/04/17  14:31:42
2025         Log: As suggested by Arthur: the threads and threads::shared
2026              modules are always present.  This tries to preempt two
2027              kinds of bug reports: (1) "the Perl 5.8.0 was supposed
2028              to have this new fancy threads implementation but my Perl
2029              doesn't seem to have it" (2) someone attempting to install
2030              threads using CPAN.pm and CPAN.pm helpfully starting to
2031              install perl 5.8.0 (which they might already have installed).
2032      Branch: perl
2033            ! Configure ext/threads/Makefile.PL
2034            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm
2035            ! ext/threads/shared/shared.xs ext/threads/threads.pm
2036            ! ext/threads/threads.xs
2037 ____________________________________________________________________________
2038 [ 15971] By: jhi                                   on 2002/04/17  14:19:07
2039         Log: More signedness nits.
2040      Branch: perl
2041            ! ext/Encode/Encode.xs
2042 ____________________________________________________________________________
2043 [ 15970] By: jhi                                   on 2002/04/17  13:02:33
2044         Log: fast_abs_path() is tainted.
2045      Branch: perl
2046            ! ext/Cwd/t/cwd.t
2047 ____________________________________________________________________________
2048 [ 15969] By: jhi                                   on 2002/04/17  12:56:17
2049         Log: Signedness nit.
2050      Branch: perl
2051            ! ext/Encode/bin/enc2xs
2052 ____________________________________________________________________________
2053 [ 15968] By: jhi                                   on 2002/04/17  12:45:42
2054         Log: Subject: gcc on HP
2055              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2056              Date: Wed, 17 Apr 2002 12:43:38 +0200
2057              Message-Id: <20020417124159.66F5.H.M.BRAND@hccnet.nl>     
2058      Branch: perl
2059            ! README.hpux
2060 ____________________________________________________________________________
2061 [ 15967] By: jhi                                   on 2002/04/17  12:43:07
2062         Log: Add just a little bit more explanation to PerlIO::encoding.
2063      Branch: perl
2064            ! ext/PerlIO/encoding/encoding.pm
2065 ____________________________________________________________________________
2066 [ 15966] By: jhi                                   on 2002/04/17  12:32:17
2067         Log: PerlIO::encoding 0.01 from Dan Kogai.
2068      Branch: perl
2069            + ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
2070            + ext/PerlIO/encoding/encoding.pm
2071            + ext/PerlIO/encoding/encoding.xs
2072            ! MANIFEST
2073 ____________________________________________________________________________
2074 [ 15965] By: jhi                                   on 2002/04/17  12:24:56
2075         Log: Upgrade to Encode 1.42, from Dan Kogai.
2076      Branch: perl
2077            - ext/Encode/lib/Encode/XS.pm
2078            ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
2079            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
2080            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
2081            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/_PM.e2x
2082            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
2083            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
2084            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
2085            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
2086            ! ext/Encode/lib/Encode/Config.pm
2087            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/CN.t
2088            ! ext/Encode/t/Encoder.t ext/Encode/t/JP.t ext/Encode/t/KR.t
2089            ! ext/Encode/t/TW.t ext/Encode/t/Unicode.t
2090            ! ext/Encode/t/encoding.t
2091 ____________________________________________________________________________
2092 [ 15964] By: jhi                                   on 2002/04/17  12:17:42
2093         Log: Test tweaks from mjd and Benjamin Goldberg.
2094      Branch: perl
2095            ! t/io/full.t
2096 ____________________________________________________________________________
2097 [ 15963] By: jhi                                   on 2002/04/16  22:31:24
2098         Log: Document taint-safeness.   Life in the fast_abs_path()
2099              lane is unsafe.
2100      Branch: perl
2101            ! lib/Cwd.pm
2102 ____________________________________________________________________________
2103 [ 15962] By: jhi                                   on 2002/04/16  22:14:41
2104         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
2105              From: Mark-Jason Dominus <mjd@plover.com>
2106              Date: Tue, 16 Apr 2002 19:24:12 -0400
2107              Message-ID: <20020416232412.14297.qmail@plover.com>
2108      Branch: perl
2109            + t/io/full.t
2110            ! MANIFEST perlio.c
2111 ____________________________________________________________________________
2112 [ 15961] By: jhi                                   on 2002/04/16  22:10:54
2113         Log: Manifestations of mjd, from mjd.
2114      Branch: perl
2115            ! MANIFEST
2116 ____________________________________________________________________________
2117 [ 15960] By: jhi                                   on 2002/04/16  22:10:11
2118         Log: metaconfig unit change for #15959.
2119      Branch: metaconfig/U/perl
2120            ! Extensions.U
2121 ____________________________________________________________________________
2122 [ 15959] By: jhi                                   on 2002/04/16  22:09:56
2123         Log: Subject: Re: [-Uusedl] Encode does work but perl -V goes funny! 
2124              From: Andy Dougherty <doughera@lafayette.edu>
2125              Date: Tue, 16 Apr 2002 13:39:14 -0400 (EDT)
2126              Message-ID: <Pine.SOL.4.10.10204161333450.28145-100000@maxwell.phys.lafayette.edu>
2127      Branch: perl
2128            ! Configure
2129 ____________________________________________________________________________
2130 [ 15958] By: jhi                                   on 2002/04/16  22:05:07
2131         Log: Subject: [PATCH] Re: Unbalanced string table refcount (was: perl@15930)
2132              From: Nicholas Clark <nick@unfortu.net>
2133              Date: Tue, 16 Apr 2002 22:22:41 +0100
2134              Message-ID: <20020416212241.GA315@Bagpuss.unfortu.net>
2135      Branch: perl
2136            ! embed.fnc global.sym hv.c universal.c
2137 ____________________________________________________________________________
2138 [ 15957] By: jhi                                   on 2002/04/16  21:58:44
2139         Log: Documents for Merijn and lots of XXXs for NI-S :-)
2140      Branch: perl
2141            ! pod/perlfunc.pod pod/perlrun.pod
2142 ____________________________________________________________________________
2143 [ 15956] By: sky                                   on 2002/04/16  21:26:53
2144         Log: Added queue.pm and test case, still disabled because of discovered race (or am I insane)
2145              in the locking code. All threaded code seems to fail mysteriusly from the PL_utf8_idstart
2146              stuff being 0xabababab on cleanup.
2147      Branch: perl
2148            + ext/threads/shared/queue.pm ext/threads/shared/t/queue.t
2149            ! MANIFEST
2150 ____________________________________________________________________________
2151 [ 15955] By: nick                                  on 2002/04/16  20:46:03
2152         Log: Integate mainline (other machine)
2153      Branch: perlio
2154           !> Changes lib/FileCache.t patchlevel.h pod/perlhist.pod
2155           !> t/op/magic.t
2156 ____________________________________________________________________________
2157 [ 15954] By: nick                                  on 2002/04/16  20:13:32
2158         Log: Integrate mainline
2159      Branch: perlio
2160           +> README.cn README.jp README.ko README.tw
2161           +> ext/threads/shared/t/av_refs.t
2162           +> ext/threads/shared/t/shared_attr.t t/japh/abigail.t
2163           !> (integrate 41 files)
2164 ____________________________________________________________________________
2165 [ 15953] By: rgs                                   on 2002/04/16  19:53:28
2166         Log: B::walkoptree bugfix (see also #15850)
2167      Branch: perl
2168            ! ext/B/B.xs ext/B/t/terse.t
2169 ____________________________________________________________________________
2170 [ 15952] By: rgs                                   on 2002/04/16  18:36:49
2171         Log: Subject: [PATCH perltodo.pod] Small patch: detypo and style change
2172              From: Philip Newton <Philip.Newton@gmx.net>
2173              Date: Tue, 16 Apr 2002 21:09:44 +0200
2174              Message-ID: <altobus8993o1qee6eu6ac1ro4topkt0vr@4ax.com>
2175      Branch: perl
2176            ! pod/perltodo.pod
2177 ____________________________________________________________________________
2178 [ 15951] By: jhi                                   on 2002/04/16  13:44:28
2179         Log: Subject: [PATCH] B::Deparse problems with japhs
2180              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2181              Date: Tue, 16 Apr 2002 15:47:33 +0100
2182              Message-Id: <200204161447.g3GElX016515@crypt.compulink.co.uk>    
2183      Branch: perl
2184            ! ext/B/B/Deparse.pm
2185 ____________________________________________________________________________
2186 [ 15950] By: jhi                                   on 2002/04/16  13:36:30
2187         Log: Stas' tainting worries, obscured by me.
2188      Branch: perl
2189            ! ext/Cwd/t/cwd.t lib/Cwd.pm
2190 ____________________________________________________________________________
2191 [ 15949] By: jhi                                   on 2002/04/16  13:16:31
2192         Log: Pod tweak to avoid =item<japanese> problems.
2193      Branch: perl
2194            ! README.jp
2195 ____________________________________________________________________________
2196 [ 15948] By: jhi                                   on 2002/04/16  12:39:18
2197         Log: Some UTF-8 todos.
2198      Branch: perl
2199            ! pod/perltodo.pod
2200 ____________________________________________________________________________
2201 [ 15947] By: jhi                                   on 2002/04/16  12:34:36
2202         Log: Let's not promise too much: use utf8 only works on identifier
2203              names, not package or subroutine names (admittedly limited [1], but
2204              that's what the Camel says, and that's what we are going to stick
2205              to for 5.8.0).  Also document that use vars does not do utf8.
2206              [1] The obvious problem in both is that package and subroutine
2207              names need to mappable to the filesystem.
2208      Branch: perl
2209            ! lib/utf8.pm lib/vars.pm pod/perluniintro.pod
2210 ____________________________________________________________________________
2211 [ 15946] By: jhi                                   on 2002/04/16  12:02:18
2212         Log: Subject: [PATCH] small typo in IO::Pipe pod
2213              From: Slaven Rezic <rezic@onlineoffice.de>
2214              Date: Tue, 16 Apr 2002 12:31:10 +0200
2215              Message-Id: <200204161031.MAA08156@mom.intra.onlineoffice.de>
2216      Branch: perl
2217            ! ext/IO/lib/IO/Pipe.pm
2218 ____________________________________________________________________________
2219 [ 15945] By: jhi                                   on 2002/04/16  11:57:45
2220         Log: Subject: [PATCH] Flaw in Attribute::Handlers 0.76
2221              From: Arthur Bergman <arthur@contiller.se>
2222              Date: Tue, 16 Apr 2002 11:58:45 +0200
2223              Message-Id: <8A74F82C-5120-11D6-AEA5-003065D64CBE@contiller.se>
2224      Branch: perl
2225            ! lib/Attribute/Handlers.pm
2226 ____________________________________________________________________________
2227 [ 15944] By: jhi                                   on 2002/04/16  04:31:49
2228         Log: Add CJK READMEs from Autrijus Tang, Dan Kogai, and
2229              Jungshik Shin.  Regen toc.
2230      Branch: perl
2231            + README.cn README.jp README.ko README.tw
2232            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
2233 ____________________________________________________________________________
2234 [ 15943] By: jhi                                   on 2002/04/16  03:59:00
2235         Log: my $utf8here, our $utf8here, and package variable $utf8here.
2236              
2237              The actual minimal fix is in utf8.c and from NI-S,
2238              the rest are the tests (in fresh_perl since I couldn't get
2239              them easily to work elsewhere) and a slight behaviour change:
2240              previously UTF-8 identifiers had to start with an alphabetic
2241              character.  No more so, now they can start with an (Unicode)
2242              ID_Continue character (which however is not a (Unicode) digit).
2243              (Limiting the first character to ID_Start would be rather
2244              restrictive, since ID_Start allows only alphabetic letters.)
2245              
2246              TODO: use vars qw($utf8here).  This I don't find to be
2247              a showstopper.
2248      Branch: perl
2249            ! embed.fnc embed.h embedvar.h handy.h intrpvar.h lib/vars.pm
2250            ! perl.c perlapi.h proto.h sv.c t/run/fresh_perl.t utf8.c
2251 ____________________________________________________________________________
2252 [ 15942] By: ams                                   on 2002/04/16  02:24:25
2253         Log: Subject: [PATCH] lib/FileCache.t needs to use valid filename chars
2254              From: "Craig A. Berry" <craigberry@mac.com>
2255              Date: Mon, 15 Apr 2002 22:06:14 -0500
2256              Message-Id: <a05101501b8e144aa1d4a@[172.16.52.1]>
2257      Branch: perl
2258            ! lib/FileCache.t
2259 ____________________________________________________________________________
2260 [ 15941] By: ams                                   on 2002/04/16  02:16:35
2261         Log: Subject: [PATCH] s2p fix for VMS
2262              From: "Craig A. Berry" <craigberry@mac.com>
2263              Date: Mon, 15 Apr 2002 21:48:36 -0500
2264              Message-Id: <a05101500b8e13f80e770@[172.16.52.1]>
2265      Branch: perl
2266            ! configure.com t/x2p/s2p.t x2p/s2p.PL
2267 ____________________________________________________________________________
2268 [ 15940] By: jhi                                   on 2002/04/15  22:23:31
2269         Log: The LGPL code relicensed, with permission from Mark Klein of DIS.
2270              (and the licensing of the other code clarified, from Mark Bixby.)
2271      Branch: perl
2272            ! mpeix/mpeix.c
2273 ____________________________________________________________________________
2274 [ 15939] By: jhi                                   on 2002/04/15  22:17:16
2275         Log: AUTHORS updates.
2276      Branch: perl
2277            ! AUTHORS
2278 ____________________________________________________________________________
2279 [ 15938] By: sky                                   on 2002/04/15  22:13:17
2280         Log: Add support for my $foo : shared; 
2281              Add testcase for this.
2282              Update manifest.
2283      Branch: perl
2284            + ext/threads/shared/t/shared_attr.t
2285            ! MANIFEST ext/threads/shared/shared.pm
2286 ____________________________________________________________________________
2287 [ 15937] By: jhi                                   on 2002/04/15  21:58:38
2288         Log: Subject: [PATCH] t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.)
2289              From: abigail@foad.org
2290              Date: Mon, 15 Apr 2002 17:41:17 +0200
2291              Message-ID: <20020415154117.1559.qmail@foad.org>
2292              
2293              (With EBCDIC skippage added, and the skip reason
2294              skippage on the two ?? loops tweaked.)
2295      Branch: perl
2296            + t/japh/abigail.t
2297            ! MANIFEST t/TEST
2298 ____________________________________________________________________________
2299 [ 15936] By: jhi                                   on 2002/04/15  21:48:56
2300         Log: Subject: Re: [ID 20020412.005] Dancing ??s
2301              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
2302              Date: Sun, 14 Apr 2002 16:09:30 +0100
2303              Message-Id: <200204141509.g3EF9UQ18111@crypt.compulink.co.uk>
2304      Branch: perl
2305            ! pod/perlop.pod pp_hot.c t/op/pat.t
2306 ____________________________________________________________________________
2307 [ 15935] By: jhi                                   on 2002/04/15  21:47:45
2308         Log: Subject: [PATCH] t/test.pl additional functionality for runperl
2309              From: abigail@foad.org
2310              Date: Mon, 15 Apr 2002 17:40:02 +0200
2311              Message-ID: <20020415154002.1549.qmail@foad.org>
2312      Branch: perl
2313            ! t/test.pl
2314 ____________________________________________________________________________
2315 [ 15934] By: jhi                                   on 2002/04/15  21:46:27
2316         Log: Subject: [PATCH]universal.c:XS_Internals_hv_clear_placeholders is too long
2317              From: "Craig A. Berry" <craigberry@mac.com>
2318              Date: Mon, 15 Apr 2002 14:05:26 -0500
2319              Message-Id: <5.1.0.14.2.20020415125256.0332ede0@exchi01>
2320      Branch: perl
2321            ! universal.c
2322 ____________________________________________________________________________
2323 [ 15933] By: sky                                   on 2002/04/15  21:26:16
2324         Log: Test arrays containing references, and references to shared arrays.
2325      Branch: perl
2326            + ext/threads/shared/t/av_refs.t
2327 ____________________________________________________________________________
2328 [ 15932] By: nick                                  on 2002/04/15  15:06:49
2329         Log: Integrate mainline (for Encode)
2330      Branch: perlio
2331           +> ext/Encode/Encode/ConfigLocal_PM.e2x
2332           +> ext/Encode/lib/Encode/JP/JIS7.pm
2333            - ext/Encode/lib/Encode/JP/2022_JP.pm
2334            - ext/Encode/lib/Encode/JP/2022_JP1.pm
2335            - ext/Encode/lib/Encode/JP/JIS.pm
2336           !> (integrate 26 files)
2337 ____________________________________________________________________________
2338 [ 15931] By: ams                                   on 2002/04/15  14:51:31
2339         Log: Subject: [PATCH] Chip didn't time travel.
2340              From: abigail@foad.org
2341              Date: Mon, 15 Apr 2002 17:40:22 +0200
2342              Message-Id: <20020415154022.1554.qmail@foad.org>
2343      Branch: perl
2344            ! pod/perlhist.pod
2345 ____________________________________________________________________________
2346 [ 15930] By: jhi                                   on 2002/04/15  14:40:56
2347         Log: Update Changes.
2348      Branch: perl
2349            ! Changes patchlevel.h
2350 ____________________________________________________________________________
2351 [ 15929] By: jhi                                   on 2002/04/15  14:33:52
2352         Log: The #15921 made the 'no warnings' unnecessary.
2353      Branch: perl
2354            ! t/op/magic.t
2355 ____________________________________________________________________________
2356 [ 15928] By: jhi                                   on 2002/04/15  14:28:59
2357         Log: Subject: Re: [FILE] FileCache.t
2358              From: belg4mit <belg4mit@mit.edu>
2359              Date: Mon, 15 Apr 2002 01:31:21 -0400
2360              Message-ID: <3CBA65A9.A228DBA1@mit.edu>
2361      Branch: perl
2362            ! lib/FileCache.t
2363 ____________________________________________________________________________
2364 [ 15927] By: jhi                                   on 2002/04/15  14:19:27
2365         Log: FileCache 1.02, from Jerrad Pierce <belg4mit@MIT.EDU>.
2366      Branch: perl
2367            ! lib/FileCache.pm lib/FileCache.t
2368 ____________________________________________________________________________
2369 [ 15926] By: jhi                                   on 2002/04/15  13:47:16
2370         Log: Subject: [PATCH] Re: [PATCH] Re: restricted hashes are unblessable
2371              From: Nicholas Clark <nick@unfortu.net>
2372              Date: Sun, 14 Apr 2002 22:54:43 +0100
2373              Message-ID: <20020414215442.GE301@Bagpuss.unfortu.net>
2374      Branch: perl
2375            ! lib/Hash/Util.t
2376 ____________________________________________________________________________
2377 [ 15925] By: jhi                                   on 2002/04/15  13:23:34
2378         Log: Subject: [Encode] 1.40 released!
2379              From: Dan Kogai <dankogai@dan.co.jp>
2380              Date: Mon, 15 Apr 2002 07:51:52 +0900
2381              Message-Id: <3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp>
2382      Branch: perl
2383            + ext/Encode/Encode/ConfigLocal_PM.e2x
2384            + ext/Encode/lib/Encode/JP/JIS7.pm
2385            - ext/Encode/lib/Encode/JP/2022_JP.pm
2386            - ext/Encode/lib/Encode/JP/2022_JP1.pm
2387            - ext/Encode/lib/Encode/JP/JIS.pm
2388            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
2389            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
2390            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/README
2391            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
2392            ! ext/Encode/lib/Encode/Config.pm
2393            ! ext/Encode/lib/Encode/Encoder.pm
2394            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
2395            ! ext/Encode/t/jperl.t ext/Encode/t/unibench.pl
2396 ____________________________________________________________________________
2397 [ 15924] By: jhi                                   on 2002/04/15  12:52:58
2398         Log: return undef is of questionable style.
2399      Branch: perl
2400            ! lib/Hash/Util.pm
2401 ____________________________________________________________________________
2402 [ 15923] By: jhi                                   on 2002/04/15  12:47:26
2403         Log: Subject: [PATCH 5.7.3 tests] Check to make sure @- and @+ interpolation bug is  fixed
2404              From: mjd@plover.com
2405              Date: 15 Apr 2002 06:46:02 -0000
2406              Message-ID: <20020415064602.17052.qmail@plover.com>     
2407      Branch: perl
2408            ! t/op/magic.t
2409 ____________________________________________________________________________
2410 [ 15922] By: jhi                                   on 2002/04/15  12:40:09
2411         Log: Subject: [PATCH 5.7.3] test @+ and @- features   
2412              From: mjd@plover.com
2413              Date: 14 Apr 2002 22:30:17 -0000
2414              Message-ID: <20020414223017.17361.qmail@plover.com>
2415      Branch: perl
2416            ! t/op/re_tests
2417 ____________________________________________________________________________
2418 [ 15921] By: jhi                                   on 2002/04/15  12:37:04
2419         Log: Subject: [PATCH 5.7.3] Supporess spurious warnings for @+ and and @-
2420              From: Mark-Jason Dominus <mjd@plover.com>
2421              Date: Mon, 15 Apr 2002 02:41:52 -0400
2422              Message-ID: <20020415064152.16958.qmail@plover.com>
2423      Branch: perl
2424            ! perl.c t/lib/warnings/toke
2425 ____________________________________________________________________________
2426 [ 15920] By: jhi                                   on 2002/04/15  12:32:43
2427         Log: Subject: [PATCH configure.com] was (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01)
2428              From: "Craig A. Berry" <craigberry@mac.com>
2429              Date: Sun, 14 Apr 2002 18:56:02 -0500
2430              Message-Id: <a05101500b8df8f770e55@[172.16.52.1]>
2431      Branch: perl
2432            ! configure.com
2433 ____________________________________________________________________________
2434 [ 15919] By: nick                                  on 2002/04/15  06:14:25
2435         Log: Integrate mainline
2436      Branch: perlio
2437           !> AUTHORS Configure ext/Storable/Storable.xs hints/hpux.sh
2438           !> lib/Cwd.pm lib/FileCache.pm lib/Hash/Util.pm lib/Hash/Util.t
2439           !> lib/vars.pm perl.c reentr.pl t/lib/warnings/toke universal.c
2440 ____________________________________________________________________________
2441 [ 15918] By: ams                                   on 2002/04/15  04:25:48
2442         Log: Subject: [PATCH lib/Cwd.pm] solve one taint problem
2443              From: Stas Bekman <stas@stason.org>
2444              Date: Mon, 15 Apr 2002 11:45:03 +0800
2445              Message-Id: <3CBA4CBF.9030306@stason.org>
2446      Branch: perl
2447            ! lib/Cwd.pm
2448 ____________________________________________________________________________
2449 [ 15917] By: ams                                   on 2002/04/15  04:21:14
2450         Log: Subject: Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied
2451              From: Mark-Jason Dominus <mjd@plover.com>
2452              Date: Mon, 15 Apr 2002 00:30:26 -0400
2453              Message-Id: <20020415043026.11417.qmail@plover.com>
2454      Branch: perl
2455            ! perl.c t/lib/warnings/toke
2456 ____________________________________________________________________________
2457 [ 15916] By: rgs                                   on 2002/04/14  19:30:41
2458         Log: Correct precedence problem in #15915
2459      Branch: perl
2460            ! lib/vars.pm
2461 ____________________________________________________________________________
2462 [ 15915] By: jhi                                   on 2002/04/14  15:41:01
2463         Log: use vars wasn't use utf8 aware.
2464      Branch: perl
2465            ! lib/vars.pm
2466 ____________________________________________________________________________
2467 [ 15914] By: jhi                                   on 2002/04/14  15:20:58
2468         Log: Subject: [PATCH] Re: restricted hashes are unblessable
2469              From: Nicholas Clark <nick@unfortu.net>
2470              Date: Sat, 13 Apr 2002 23:43:02 +0100
2471              Message-ID: <20020413224302.GB14889@Bagpuss.unfortu.net>
2472              
2473              The function name sucks but can't think of anything better.
2474      Branch: perl
2475            ! lib/Hash/Util.pm lib/Hash/Util.t universal.c
2476 ____________________________________________________________________________
2477 [ 15913] By: jhi                                   on 2002/04/14  14:55:07
2478         Log: Subject: AUTHORS update
2479              From: Chris Nandor <pudge@pobox.com>
2480              Date: Sun, 14 Apr 2002 11:54:40 -0400
2481              Message-ID: <pudge-BDAEFB.11544014042002@onion.valueclick.com>
2482      Branch: perl
2483            ! AUTHORS
2484 ____________________________________________________________________________
2485 [ 15912] By: nick                                  on 2002/04/14  14:47:18
2486         Log: XS versions of encode/decode for Encode::Unicode
2487      Branch: perlio
2488            ! ext/Encode/Encode.xs ext/Encode/lib/Encode/Unicode.pm
2489 ____________________________________________________________________________
2490 [ 15911] By: jhi                                   on 2002/04/14  14:28:59
2491         Log: metaconfig unit changes for #15910.
2492      Branch: metaconfig
2493            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
2494            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
2495            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
2496            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
2497            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
2498            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
2499            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
2500            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
2501            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
2502            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
2503            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
2504            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
2505            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
2506            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
2507            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
2508            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
2509            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
2510            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
2511            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
2512            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
2513            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
2514            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
2515            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
2516            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
2517 ____________________________________________________________________________
2518 [ 15910] By: jhi                                   on 2002/04/14  14:26:14
2519         Log: Simplify the _r probing code by adding the i_systime
2520              only for the APIs where it matters.
2521      Branch: perl
2522            ! Configure reentr.pl
2523 ____________________________________________________________________________
2524 [ 15909] By: jhi                                   on 2002/04/14  14:10:14
2525         Log: Integrate perlio;
2526              
2527              Avoid expensive paranoid check that decoder does return legal UTF-8
2528              
2529              Disable test code (assertions) in CRLF layer.
2530      Branch: perl
2531           !> ext/Encode/Encode.xs perlio.c
2532 ____________________________________________________________________________
2533 [ 15908] By: jhi                                   on 2002/04/14  14:05:45
2534         Log: Subject: patch for FileCache in 5.7.3
2535              From: JPIERCE <belg4mit@MIT.EDU>
2536              Date: Sun, 14 Apr 2002 00:38:21 -0400
2537              Message-Id: <200204140438.AAA30812@calloway.mit.edu>
2538      Branch: perl
2539            ! lib/FileCache.pm
2540 ____________________________________________________________________________
2541 [ 15907] By: jhi                                   on 2002/04/14  14:03:53
2542         Log: Subject: Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
2543              From: Tim Bunce <Tim.Bunce@pobox.com>
2544              Date: Sun, 14 Apr 2002 12:07:35 +0100
2545              Message-ID: <20020414120735.U81028@dansat.data-plan.com>
2546      Branch: perl
2547            ! ext/Storable/Storable.xs
2548 ____________________________________________________________________________
2549 [ 15906] By: jhi                                   on 2002/04/14  14:00:03
2550         Log: Subject: [ PATCH ] time problem on 10.20 w/ threads
2551              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2552              Date: Sun, 14 Apr 2002 16:29:59 +0200
2553              Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl>
2554      Branch: perl
2555            ! hints/hpux.sh
2556 ____________________________________________________________________________
2557 [ 15905] By: jhi                                   on 2002/04/14  13:50:14
2558         Log: Subject: Enable portable gcc code on hp-ux
2559              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2560              Date: Sun, 14 Apr 2002 16:30:01 +0200
2561              Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl>
2562      Branch: perl
2563            ! hints/hpux.sh
2564 ____________________________________________________________________________
2565 [ 15904] By: nick                                  on 2002/04/14  09:18:01
2566         Log: Disable test code (assertions) in CRLF layer.
2567      Branch: perlio
2568            ! perlio.c
2569 ____________________________________________________________________________
2570 [ 15903] By: nick                                  on 2002/04/14  09:16:39
2571         Log: Avoid expensive paranoid check that decoder does return legal UTF-8
2572      Branch: perlio
2573            ! ext/Encode/Encode.xs
2574 ____________________________________________________________________________
2575 [ 15902] By: nick                                  on 2002/04/14  09:15:45
2576         Log: Integrate mainline
2577      Branch: perlio
2578           +> ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
2579           +> t/win32/longpath.t t/win32/system.t
2580            - t/op/winsystem.t
2581           !> (integrate 30 files)
2582 ____________________________________________________________________________
2583 [ 15901] By: jhi                                   on 2002/04/13  23:10:36
2584         Log: Fixed URL for the Alpha editor.
2585      Branch: perl
2586            ! pod/perlfaq3.pod
2587 ____________________________________________________________________________
2588 [ 15900] By: jhi                                   on 2002/04/13  21:43:19
2589         Log: Dedodgify.
2590      Branch: perl
2591            ! ext/Storable/Storable.xs
2592 ____________________________________________________________________________
2593 [ 15899] By: jhi                                   on 2002/04/13  21:23:41
2594         Log: AUTHORS updates.
2595      Branch: perl
2596            ! AUTHORS
2597 ____________________________________________________________________________
2598 [ 15898] By: jhi                                   on 2002/04/13  19:59:49
2599         Log: s2p needs Config.pm.
2600      Branch: perl
2601            ! Makefile.SH
2602 ____________________________________________________________________________
2603 [ 15897] By: jhi                                   on 2002/04/13  19:58:15
2604         Log: Subject: [PATCH] Benchmark.t 75,90,109
2605              From: Nicholas Clark <nick@unfortu.net>
2606              Date: Sat, 13 Apr 2002 21:43:04 +0100
2607              Message-ID: <20020413204303.GB12835@Bagpuss.unfortu.net>
2608      Branch: perl
2609            ! lib/Benchmark.t
2610 ____________________________________________________________________________
2611 [ 15896] By: jhi                                   on 2002/04/13  19:10:08
2612         Log: Tweaks by Autrijus Tang.
2613      Branch: perl
2614            ! ext/Encode/encoding.pm
2615 ____________________________________________________________________________
2616 [ 15895] By: jhi                                   on 2002/04/13  18:27:05
2617         Log: FAQ sync.
2618      Branch: perl
2619            ! pod/perlfaq5.pod
2620 ____________________________________________________________________________
2621 [ 15894] By: jhi                                   on 2002/04/13  16:22:06
2622         Log: z/OS tally update.
2623      Branch: perl
2624            ! pod/perldelta.pod
2625 ____________________________________________________________________________
2626 [ 15893] By: jhi                                   on 2002/04/13  15:25:55
2627         Log: Subject: [dodgy PATCH] Re: [Storable] utf8 keys started working!
2628              From: Nicholas Clark <nick@unfortu.net>
2629              Date: Sat, 13 Apr 2002 02:58:07 +0100
2630              Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net>
2631      Branch: perl
2632            + ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
2633            ! MANIFEST dump.c embed.fnc embed.h ext/Storable/Storable.xs
2634            ! ext/Storable/t/utf8.t global.sym hv.c hv.h proto.h
2635            ! t/lib/st-dump.pl
2636 ____________________________________________________________________________
2637 [ 15892] By: jhi                                   on 2002/04/13  15:24:54
2638         Log: Add piconv and enc2xs to the list of utilities.
2639      Branch: perl
2640            ! utils.lst
2641 ____________________________________________________________________________
2642 [ 15891] By: jhi                                   on 2002/04/13  14:55:11
2643         Log: s.
2644      Branch: perl
2645            ! pod/perlunicode.pod
2646 ____________________________________________________________________________
2647 [ 15890] By: rgs                                   on 2002/04/13  14:51:27
2648         Log: Phrasing fixes by Nick Clark
2649      Branch: perl
2650            ! pod/perlunicode.pod
2651 ____________________________________________________________________________
2652 [ 15889] By: rgs                                   on 2002/04/13  12:33:09
2653         Log: More POD fixes and typos
2654      Branch: perl
2655            ! pod/perlunicode.pod
2656 ____________________________________________________________________________
2657 [ 15888] By: rgs                                   on 2002/04/13  10:49:14
2658         Log: Subject: Re: UTF-8 and DB_File ?
2659              From: andreas.koenig@anima.de (Andreas J. Koenig)
2660              Date: Sat, 13 Apr 2002 13:29:41 +0200
2661              Message-ID: <m3ads7j0pm.fsf@anima.de>
2662      Branch: perl
2663            ! pod/perlunicode.pod
2664 ____________________________________________________________________________
2665 [ 15887] By: jhi                                   on 2002/04/12  22:38:23
2666         Log: Fix a typo noticed by Paul Johnson.
2667      Branch: perl
2668            ! MANIFEST
2669 ____________________________________________________________________________
2670 [ 15886] By: jhi                                   on 2002/04/12  21:38:11
2671         Log: Subject: Re: Win32 Status
2672              From: Michael G Schwern <schwern@pobox.com>
2673              Date: Fri, 12 Apr 2002 10:15:33 -0400
2674              Message-ID: <20020412141533.GB9788@blackrider>
2675      Branch: perl
2676            ! lib/ExtUtils/t/INST.t
2677 ____________________________________________________________________________
2678 [ 15885] By: jhi                                   on 2002/04/12  20:18:41
2679         Log: Upgrade to Encode 1.34, from Dan Kogai.
2680      Branch: perl
2681            ! ext/Encode/Changes ext/Encode/Encode.pm
2682            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
2683            ! ext/Encode/t/Unicode.t
2684 ____________________________________________________________________________
2685 [ 15884] By: jhi                                   on 2002/04/12  20:16:16
2686         Log: Subject: [PATCH] Updated e-mail address in AUTHORS file
2687              From: Graham TerMarsch <graham@howlingfrog.com>
2688              Date: Fri, 12 Apr 2002 12:28:47 -0700
2689              Message-Id: <200204121228.47826.graham@howlingfrog.com>
2690      Branch: perl
2691            ! AUTHORS
2692 ____________________________________________________________________________
2693 [ 15883] By: jhi                                   on 2002/04/12  20:01:37
2694         Log: Subject: [PATCH] Re: OK, what did I break in unpack?
2695              From: Nicholas Clark <nick@unfortu.net>
2696              Date: Fri, 12 Apr 2002 21:59:06 +0100
2697              Message-ID: <20020412205906.GD353@Bagpuss.unfortu.net>
2698      Branch: perl
2699            ! pp_pack.c t/op/pack.t
2700 ____________________________________________________________________________
2701 [ 15882] By: jhi                                   on 2002/04/12  19:59:36
2702         Log: Re-sort MANIFEST.
2703      Branch: perl
2704            ! MANIFEST
2705 ____________________________________________________________________________
2706 [ 15881] By: jhi                                   on 2002/04/12  19:58:43
2707         Log: Move also the Win32 system testing to t/win32.
2708      Branch: perl
2709            + t/win32/system.t
2710            - t/op/winsystem.t
2711            ! MANIFEST
2712 ____________________________________________________________________________
2713 [ 15880] By: jhi                                   on 2002/04/12  19:57:05
2714         Log: Integrate change #15879 from maint-5.6;
2715              
2716              Win32::GetLongPathName() did not return valid results if there
2717              were "." and ".." components in the path; also fix a potential
2718              buffer overflow if the long path happens to be longer than
2719              MAX_PATH (this can presumably happen if they use \\?\... style
2720              paths); add a rather limited testsuite that exercises just the
2721              edge cases
2722      Branch: perl
2723           +> t/win32/longpath.t
2724           !> MANIFEST t/harness win32/win32.c
2725 ____________________________________________________________________________
2726 [ 15879] By: gsar                                  on 2002/04/12  19:45:50
2727         Log: Win32::GetLongPathName() did not return valid results if there
2728              were "." and ".." components in the path; also fix a potential
2729              buffer overflow if the long path happens to be longer than
2730              MAX_PATH (this can presumably happen if they use \\?\... style
2731              paths); add a rather limited testsuite that exercises just the
2732              edge cases
2733      Branch: maint-5.6/perl
2734            + t/win32/longpath.t
2735            ! MANIFEST t/harness win32/win32.c
2736 ____________________________________________________________________________
2737 [ 15878] By: nick                                  on 2002/04/12  14:38:32
2738         Log: Integrate mainline
2739      Branch: perlio
2740           +> lib/ExtUtils/t/INST_PREFIX.t
2741           !> (integrate 37 files)
2742 ____________________________________________________________________________
2743 [ 15877] By: jhi                                   on 2002/04/12  14:05:23
2744         Log: Update Changes.
2745      Branch: perl
2746            ! Changes patchlevel.h
2747 ____________________________________________________________________________
2748 [ 15876] By: jhi                                   on 2002/04/12  13:36:52
2749         Log: Discuss the magic of \w in security terms.
2750      Branch: perl
2751            ! pod/perlsec.pod pod/perlunicode.pod
2752 ____________________________________________________________________________
2753 [ 15875] By: jhi                                   on 2002/04/12  13:16:43
2754         Log: Add a warning about the symbolic methods and
2755              symbolic sub refs not being checked for taint.
2756      Branch: perl
2757            ! pod/perlsec.pod
2758 ____________________________________________________________________________
2759 [ 15874] By: jhi                                   on 2002/04/12  12:27:41
2760         Log: In EBCDIC the BOM detection doesn't seem
2761              to be working right.  For now skipping the test,
2762              waiting for Dan's opinion.
2763      Branch: perl
2764            ! ext/Encode/t/Unicode.t
2765 ____________________________________________________________________________
2766 [ 15873] By: jhi                                   on 2002/04/12  02:10:33
2767         Log: Update to Net::Ping 2.16.
2768      Branch: perl
2769            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
2770 ____________________________________________________________________________
2771 [ 15872] By: jhi                                   on 2002/04/12  02:06:04
2772         Log: Upgrade to CGI.pm 2.81.
2773      Branch: perl
2774            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/html.t
2775 ____________________________________________________________________________
2776 [ 15871] By: jhi                                   on 2002/04/12  01:48:01
2777         Log: Move up restricted hashes a bit.
2778      Branch: perl
2779            ! pod/perldelta.pod
2780 ____________________________________________________________________________
2781 [ 15870] By: jhi                                   on 2002/04/12  01:23:58
2782         Log: Now using Unicode 3.2.0.
2783      Branch: perl
2784            ! pod/perldelta.pod
2785 ____________________________________________________________________________
2786 [ 15869] By: jhi                                   on 2002/04/11  22:48:24
2787         Log: UNICOS too has sockpair issues (unsurprisingly,
2788              since UNICOS/mk has them too)
2789      Branch: perl
2790            ! ext/Socket/socketpair.t
2791 ____________________________________________________________________________
2792 [ 15868] By: jhi                                   on 2002/04/11  20:41:23
2793         Log: FAQ patch from mjd regarding Tie::File.
2794      Branch: perl
2795            ! pod/perlfaq5.pod
2796 ____________________________________________________________________________
2797 [ 15867] By: jhi                                   on 2002/04/11  19:19:36
2798         Log: ZWNJ, ZWJ.  Any further convenience aliasing should
2799              consider using the NamesList.
2800      Branch: perl
2801            ! lib/charnames.pm lib/charnames.t
2802 ____________________________________________________________________________
2803 [ 15866] By: jhi                                   on 2002/04/11  18:40:55
2804         Log: Subject: [PATCH] free CheckTree from the tyranny of the forward slash
2805              From: "Craig A. Berry" <craigberry@mac.com>
2806              Date: Thu, 11 Apr 2002 13:47:21 -0500
2807              Message-Id: <a05101500b8db89763fbf@[172.16.52.1]>
2808      Branch: perl
2809            ! lib/File/CheckTree.pm lib/File/CheckTree.t
2810 ____________________________________________________________________________
2811 [ 15865] By: jhi                                   on 2002/04/11  18:39:36
2812         Log: More NT Unicode information from Jan Dubois.
2813      Branch: perl
2814            ! pod/perltodo.pod
2815 ____________________________________________________________________________
2816 [ 15864] By: jhi                                   on 2002/04/11  18:21:39
2817         Log: Add one perltodo item (and move bunch of them to better spot),
2818              add sysopen() to "Functions for filehandles, files, or directories".
2819      Branch: perl
2820            ! pod/perlfunc.pod pod/perltodo.pod
2821 ____________________________________________________________________________
2822 [ 15863] By: jhi                                   on 2002/04/11  14:46:45
2823         Log: Prettyprinting: shorten the lines to avoid linewrapping.
2824      Branch: perl
2825            ! t/TEST
2826 ____________________________________________________________________________
2827 [ 15862] By: jhi                                   on 2002/04/11  14:42:06
2828         Log: Also NEC SUPER-UX has buggy sockpair().
2829      Branch: perl
2830            ! ext/Socket/socketpair.t
2831 ____________________________________________________________________________
2832 [ 15861] By: jhi                                   on 2002/04/11  13:35:01
2833         Log: dTHX works on its own just fine.
2834      Branch: perl
2835            ! ext/DynaLoader/dl_aix.xs
2836 ____________________________________________________________________________
2837 [ 15860] By: jhi                                   on 2002/04/11  13:34:40
2838         Log: Must hold off building s2p until there's a miniperl.
2839      Branch: perl
2840            ! Makefile.SH
2841 ____________________________________________________________________________
2842 [ 15859] By: jhi                                   on 2002/04/11  13:02:10
2843         Log: AIX: strerror_r() needs dTHX.
2844      Branch: perl
2845            ! ext/DynaLoader/dl_aix.xs
2846 ____________________________________________________________________________
2847 [ 15858] By: jhi                                   on 2002/04/11  12:42:57
2848         Log: Extracting the s2p may require the right dynlibpath.
2849      Branch: perl
2850            ! Makefile.SH
2851 ____________________________________________________________________________
2852 [ 15857] By: jhi                                   on 2002/04/11  12:40:59
2853         Log: Doc tweaks.
2854      Branch: perl
2855            ! ext/Time/HiRes/HiRes.pm
2856 ____________________________________________________________________________
2857 [ 15856] By: jhi                                   on 2002/04/11  12:33:57
2858         Log: Subject: [PATCH] MakeMaker 5.55_03 -> 5.90_01
2859              From: Michael G Schwern <schwern@pobox.com>
2860              Date: Thu, 11 Apr 2002 01:25:26 -0400
2861              Message-ID: <20020411052525.GA17038@blackrider>
2862      Branch: perl
2863            + lib/ExtUtils/t/INST_PREFIX.t
2864            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
2865            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
2866            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
2867            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/INST.t
2868            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
2869            ! lib/ExtUtils/t/prefixify.t
2870 ____________________________________________________________________________
2871 [ 15855] By: nick                                  on 2002/04/11  06:26:44
2872         Log: Integrate mainline
2873      Branch: perlio
2874           !> (integrate 42 files)
2875 ____________________________________________________________________________
2876 [ 15854] By: jhi                                   on 2002/04/11  02:38:50
2877         Log: Unused variables.
2878      Branch: perl
2879            ! ext/threads/shared/shared.xs ext/threads/threads.xs
2880 ____________________________________________________________________________
2881 [ 15853] By: jhi                                   on 2002/04/11  02:15:51
2882         Log: Subject: [ PATCH ] Minor Term::ReadLine POD fix
2883              From: Ilya Martynov <ilya@martynov.org>
2884              Date: 11 Apr 2002 03:21:17 +0400
2885              Message-ID: <87u1qj9m36.fsf_-_@abra.ru>
2886      Branch: perl
2887            ! lib/Term/ReadLine.pm
2888 ____________________________________________________________________________
2889 [ 15852] By: jhi                                   on 2002/04/10  22:48:15
2890         Log: Upgrade to Encode 1.33, from Dan Kogai.
2891      Branch: perl
2892            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
2893            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Encoder.pm
2894            ! ext/Encode/lib/Encode/Supported.pod
2895            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Encoder.t
2896            ! ext/Encode/t/bogus.ucm ext/Encode/ucm/adobeStdenc.ucm
2897            ! ext/Encode/ucm/adobeSymbol.ucm
2898            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
2899 ____________________________________________________________________________
2900 [ 15851] By: jhi                                   on 2002/04/10  21:25:30
2901         Log: Backward portability from Dan Kogai.
2902      Branch: perl
2903            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
2904            ! ext/Storable/t/compat06.t ext/Storable/t/dclone.t
2905            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
2906            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
2907            ! ext/Storable/t/recurse.t ext/Storable/t/retrieve.t
2908            ! ext/Storable/t/store.t ext/Storable/t/tied.t
2909            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
2910            ! ext/Storable/t/utf8.t
2911 ____________________________________________________________________________
2912 [ 15850] By: rgs                                   on 2002/04/10  20:07:42
2913         Log: Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT
2914              correctly). As a side-effect, fix a bug in B::Lint. The corresponding
2915              bug in B::walkoptree still to be fixed.
2916      Branch: perl
2917            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/t/lint.t
2918 ____________________________________________________________________________
2919 [ 15849] By: jhi                                   on 2002/04/10  18:39:15
2920         Log: Subject: [PATCH perldelta.pod] Japanese language is ja
2921              From: Philip Newton <Philip.Newton@gmx.net>
2922              Date: Wed, 10 Apr 2002 21:29:58 +0200
2923              Message-ID: <0h49bukom05uc62sqkp3ogr5gsv8udquh7@4ax.com>
2924      Branch: perl
2925            ! pod/perldelta.pod
2926 ____________________________________________________________________________
2927 [ 15848] By: jhi                                   on 2002/04/10  14:22:12
2928         Log: Integrate perlio;
2929              
2930              Add a \t to Win32 pm_to_blib $(TOUCH) line.
2931      Branch: perl
2932           !> lib/ExtUtils/MM_Win32.pm
2933 ____________________________________________________________________________
2934 [ 15847] By: nick                                  on 2002/04/10  13:08:29
2935         Log: Add a \t to Win32 pm_to_blib $(TOUCH) line.
2936      Branch: perlio
2937            ! lib/ExtUtils/MM_Win32.pm
2938 ____________________________________________________________________________
2939 [ 15846] By: jhi                                   on 2002/04/10  12:57:51
2940         Log: Try to fool old AIX when threading, from Merijn.
2941      Branch: perl
2942            ! perl.h
2943 ____________________________________________________________________________
2944 [ 15845] By: jhi                                   on 2002/04/10  12:44:51
2945         Log: Update Changes.
2946      Branch: perl
2947            ! Changes patchlevel.h
2948 ____________________________________________________________________________
2949 [ 15844] By: jhi                                   on 2002/04/10  12:38:41
2950         Log: Welcome to the 5.7.3.
2951      Branch: perl
2952            ! NetWare/Makefile win32/Makefile
2953 ____________________________________________________________________________
2954 [ 15843] By: jhi                                   on 2002/04/10  12:34:01
2955         Log: Make x2p/s2p part of the test_prep target now that we
2956              have a test for it.
2957      Branch: perl
2958            ! Makefile.SH
2959 ____________________________________________________________________________
2960 [ 15842] By: jhi                                   on 2002/04/10  11:47:23
2961         Log: Integrate perlio.
2962              
2963              We have been 5.7.3 for a while - install there ...
2964      Branch: perl
2965           !> win32/makefile.mk
2966 ____________________________________________________________________________
2967 [ 15841] By: jhi                                   on 2002/04/10  11:45:14
2968         Log: SImilarly to old HP-UX, in old AIX too including
2969              crypt.h leads into trouble.  (from Merijn)
2970      Branch: perl
2971            ! hints/aix.sh
2972 ____________________________________________________________________________
2973 [ 15840] By: nick                                  on 2002/04/10  10:04:19
2974         Log: We have been 5.7.3 for a while - install there ...
2975      Branch: perlio
2976            ! win32/makefile.mk
2977 ____________________________________________________________________________
2978 [ 15839] By: nick                                  on 2002/04/10  10:03:46
2979         Log: Intgrate mainline
2980      Branch: perlio
2981           +> ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm t/x2p/s2p.t
2982            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
2983            - ext/Encode/ucm/macGurmukhi.ucm ext/File/Glob/t/utf8.t
2984           !> (integrate 40 files)
2985 ____________________________________________________________________________
2986 [ 15838] By: ams                                   on 2002/04/10  04:16:45
2987         Log: Subject: [PATCH] ext/attrs.t getting skipped
2988              From: "Craig A. Berry" <craigberry@mac.com>
2989              Date: Tue, 9 Apr 2002 23:58:49 -0500
2990              Message-Id: <a05101503b8d970983e6d@[172.16.52.1]>
2991      Branch: perl
2992            ! t/TEST
2993 ____________________________________________________________________________
2994 [ 15837] By: jhi                                   on 2002/04/10  01:18:57
2995         Log: Subject: [PATCH] Re: another patch (unready) against t/op/sub_lval.t
2996              From: Michael G Schwern <schwern@pobox.com>
2997              Date: Tue, 9 Apr 2002 20:52:55 -0400
2998              Message-ID: <20020410005254.GI8954@blackrider>
2999      Branch: perl
3000            ! t/op/sub_lval.t
3001 ____________________________________________________________________________
3002 [ 15836] By: jhi                                   on 2002/04/09  23:43:55
3003         Log: Undo accident in #15385.
3004      Branch: metaconfig/U/perl
3005            ! Extensions.U
3006 ____________________________________________________________________________
3007 [ 15835] By: jhi                                   on 2002/04/09  23:41:01
3008         Log: Retract the UTF-8 filenames patch.  This may be
3009              better dealt with in Perl level, a la File::Spec
3010              (since the whole mess is strongly filesystem-specific).
3011      Branch: metaconfig/U/perl
3012            + usecjk.U
3013            ! Extensions.U
3014      Branch: perl
3015            - ext/File/Glob/t/utf8.t
3016            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
3017            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
3018            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
3019            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
3020            ! t/op/readdir.t
3021 ____________________________________________________________________________
3022 [ 15834] By: jhi                                   on 2002/04/09  20:05:59
3023         Log: Upgrade to Encode 1.32, from Dan Kogai.
3024      Branch: perl
3025            + ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm
3026            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
3027            - ext/Encode/ucm/macGurmukhi.ucm
3028            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
3029            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
3030            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Alias.pm
3031            ! ext/Encode/lib/Encode/Encoder.pm
3032            ! ext/Encode/lib/Encode/Supported.pod
3033            ! ext/Encode/lib/Encode/Unicode.pm
3034            ! ext/Encode/ucm/adobeStdenc.ucm ext/Encode/ucm/adobeSymbol.ucm
3035            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
3036 ____________________________________________________________________________
3037 [ 15833] By: jhi                                   on 2002/04/09  18:32:27
3038         Log: Add tests for s2p/psed, from Wolfgang Laun.
3039      Branch: perl
3040            + t/x2p/s2p.t
3041            ! MANIFEST t/TEST
3042 ____________________________________________________________________________
3043 [ 15832] By: jhi                                   on 2002/04/09  18:14:57
3044         Log: FAQ sync.
3045      Branch: perl
3046            ! pod/perlfaq2.pod pod/perlfaq3.pod
3047 ____________________________________________________________________________
3048 [ 15831] By: jhi                                   on 2002/04/09  18:02:55
3049         Log: Remove false dependency between getgrent and setpwent
3050              having/not having FILE**.  Also make the names of the
3051              {set,get,end}* interface struct members a bit shorter.
3052      Branch: perl
3053            ! reentr.c reentr.h reentr.pl
3054 ____________________________________________________________________________
3055 [ 15830] By: jhi                                   on 2002/04/09  16:11:43
3056         Log: Avoid bad prototypes.
3057      Branch: perl
3058            ! hints/hpux.sh
3059 ____________________________________________________________________________
3060 [ 15829] By: jhi                                   on 2002/04/09  14:45:48
3061         Log: metaconfig unit change for #15828.
3062      Branch: metaconfig
3063            ! U/protos/Protochk.U
3064 ____________________________________________________________________________
3065 [ 15828] By: jhi                                   on 2002/04/09  14:45:21
3066         Log: As Merijn points out, pthread.h really needs to be known
3067              by protochk.
3068      Branch: perl
3069            ! Configure
3070 ____________________________________________________________________________
3071 [ 15827] By: jhi                                   on 2002/04/09  12:45:56
3072         Log: Integrate perlio;
3073              
3074              Patch up Encode for Tk
3075      Branch: perl
3076           !> ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
3077           !> ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
3078 ____________________________________________________________________________
3079 [ 15826] By: nick                                  on 2002/04/09  12:38:25
3080         Log: Patch up Encode for Tk
3081      Branch: perlio
3082            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
3083            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
3084 ____________________________________________________________________________
3085 [ 15825] By: jhi                                   on 2002/04/09  11:51:36
3086         Log: Portability tweak.
3087      Branch: perl
3088            ! lib/File/CheckTree.t
3089 ____________________________________________________________________________
3090 [ 15824] By: sky                                   on 2002/04/09  10:51:07
3091         Log: Subject: [PATCH] perlhist.pod doesn't mention 5.7.3.
3092              From: Abigail <abigail@osp.nl>
3093              Date: tis apr 09, 2002  01:46:58  Europe/Stockholm
3094              Message-Id: <20020409134658.A18986@gatekeeper.osp.nl>
3095      Branch: perl
3096            ! pod/perlhist.pod
3097 ____________________________________________________________________________
3098 [ 15823] By: nick                                  on 2002/04/09  08:17:59
3099         Log: Integrate mainline
3100      Branch: perlio
3101           +> ext/Encode/lib/Encode/Config.pm
3102           +> ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
3103           !> (integrate 37 files)
3104 ____________________________________________________________________________
3105 [ 15822] By: ams                                   on 2002/04/09  06:43:50
3106         Log: Subject: [PATCH @15821] File::CheckTree hates @'s
3107              From: Spider Boardman <spider@Orb.Nashua.NH.US>
3108              Date: Tue, 09 Apr 2002 02:00:51 -0400
3109              Message-Id: <200204090600.CAA20267@Orb.Nashua.NH.US>
3110      Branch: perl
3111            ! lib/File/CheckTree.pm
3112 ____________________________________________________________________________
3113 [ 15821] By: jhi                                   on 2002/04/09  01:56:05
3114         Log: Small perldelta tweaks.
3115      Branch: perl
3116            ! pod/perldelta.pod
3117 ____________________________________________________________________________
3118 [ 15820] By: jhi                                   on 2002/04/09  01:37:28
3119         Log: File::Checktree update from Paul Grassie.
3120      Branch: perl
3121            ! lib/File/CheckTree.pm lib/File/CheckTree.t
3122 ____________________________________________________________________________
3123 [ 15819] By: ams                                   on 2002/04/08  22:43:48
3124         Log: Subject: patch against t/op/sub_lval.t
3125              From: Jim Cromie <jcromie@divsol.com>
3126              Date: Mon, 08 Apr 2002 17:38:16 -0600
3127              Message-Id: <3CB229E8.9080500@divsol.com>
3128      Branch: perl
3129            ! t/op/sub_lval.t
3130 ____________________________________________________________________________
3131 [ 15818] By: ams                                   on 2002/04/08  22:40:16
3132         Log: Humbly pay homage to the redundancy gods.
3133      Branch: perl
3134            ! mg.c
3135 ____________________________________________________________________________
3136 [ 15817] By: jhi                                   on 2002/04/08  22:20:46
3137         Log: metaconfig mirror #15816.
3138      Branch: metaconfig
3139            ! U/modified/Unix.U
3140 ____________________________________________________________________________
3141 [ 15816] By: ams                                   on 2002/04/08  22:18:32
3142         Log: Nuke one overly-broad generalisation, as suggested by Sarathy.
3143      Branch: perl
3144            ! Porting/Glossary
3145 ____________________________________________________________________________
3146 [ 15815] By: jhi                                   on 2002/04/08  22:05:08
3147         Log: Small piconv tweaks (sent to Dan).
3148      Branch: perl
3149            ! ext/Encode/Encode.pm ext/Encode/bin/piconv
3150            ! ext/Encode/lib/Encode/Alias.pm
3151 ____________________________________________________________________________
3152 [ 15814] By: jhi                                   on 2002/04/08  19:04:52
3153         Log: Update Changes.
3154      Branch: perl
3155            ! Changes patchlevel.h
3156 ____________________________________________________________________________
3157 [ 15813] By: jhi                                   on 2002/04/08  18:56:58
3158         Log: FAQ sync.  (Ignoring the few URL differences for now.)
3159      Branch: perl
3160            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
3161            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
3162            ! pod/perlfaq7.pod pod/perlfaq9.pod
3163 ____________________________________________________________________________
3164 [ 15812] By: jhi                                   on 2002/04/08  18:23:41
3165         Log: Upgrade to Encode 1.31, from Dan Kogai.
3166      Branch: perl
3167            + ext/Encode/lib/Encode/Config.pm ext/Encode/t/Encoder.t
3168            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
3169            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Encoder.pm
3170            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
3171 ____________________________________________________________________________
3172 [ 15811] By: ams                                   on 2002/04/08  17:00:37
3173         Log: Subject: Re: lib/sort.t failure -- real PATCH enclosed
3174              From: Andy Dougherty <doughera@lafayette.edu>
3175              Date: Mon, 8 Apr 2002 13:20:39 -0400 (EDT)
3176              Message-Id: <Pine.SOL.4.10.10204081317040.20618-100000@maxwell.phys.lafayette.edu>
3177      Branch: perl
3178            ! lib/sort.t pp_sort.c
3179 ____________________________________________________________________________
3180 [ 15810] By: jhi                                   on 2002/04/08  16:27:32
3181         Log: metaconfig unit changes for #15809.
3182      Branch: metaconfig
3183            ! U/Glossary.patch U/modified/Unix.U U/modified/libs.U
3184 ____________________________________________________________________________
3185 [ 15809] By: jhi                                   on 2002/04/08  16:27:10
3186         Log: Mirroring #15806.
3187      Branch: perl
3188            ! Porting/Glossary Porting/config.sh Porting/config_H
3189 ____________________________________________________________________________
3190 [ 15808] By: jhi                                   on 2002/04/08  13:57:41
3191         Log: metaconfig unit changes for #15807.
3192      Branch: metaconfig
3193            ! U/protos/Protochk.U U/threads/d_asctime_r.U
3194            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
3195            ! U/threads/d_ctime_r.U U/threads/d_drand48_r.U
3196            ! U/threads/d_endgrent_r.U U/threads/d_endhostent_r.U
3197            ! U/threads/d_endnetent_r.U U/threads/d_endprotoent_r.U
3198            ! U/threads/d_endpwent_r.U U/threads/d_endservent_r.U
3199            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
3200            ! U/threads/d_getgrnam_r.U U/threads/d_gethostbyaddr_r.U
3201            ! U/threads/d_gethostbyname_r.U U/threads/d_gethostent_r.U
3202            ! U/threads/d_getlogin_r.U U/threads/d_getnetbyaddr_r.U
3203            ! U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
3204            ! U/threads/d_getprotobyname_r.U
3205            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
3206            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
3207            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
3208            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
3209            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
3210            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
3211            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
3212            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
3213            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
3214            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
3215            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
3216            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
3217            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
3218            ! U/threads/i_pthread.U
3219      Branch: perl
3220            ! config_h.SH
3221 ____________________________________________________________________________
3222 [ 15807] By: jhi                                   on 2002/04/08  13:57:12
3223         Log: Subject: [ PATCH ] Re: no snapshot today, no RC1 Monday    
3224              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3225              Date: Mon, 08 Apr 2002 14:34:27 +0200
3226              Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl>
3227      Branch: perl
3228            ! Configure hints/hpux.sh reentr.pl
3229 ____________________________________________________________________________
3230 [ 15806] By: ams                                   on 2002/04/08  13:50:43
3231         Log: Subject: [PATCH] Updates to Porting/Glossary
3232              From: Paul_GreenVOS@vos.stratus.com
3233              Date: Mon, 8 Apr 02 10:44 edt
3234              Message-Id: <200204081445.KAA16861@mailhub1.stratus.com>
3235      Branch: perl
3236            ! Porting/Glossary
3237 ____________________________________________________________________________
3238 [ 15805] By: ams                                   on 2002/04/08  13:47:32
3239         Log: Subject: [PATCH] Re: MakeMaker broken (was Re: perl patch level 15780
3240              coredumps on startup)
3241              From: Michael G Schwern <schwern@pobox.com>
3242              Date: Mon, 8 Apr 2002 10:34:49 -0400
3243              Message-Id: <20020408143449.GB3245@blackrider>
3244      Branch: perl
3245            ! lib/ExtUtils/MM_Unix.pm
3246 ____________________________________________________________________________
3247 [ 15804] By: ams                                   on 2002/04/08  13:29:28
3248         Log: Subject: [PATCH] example in pod/perllexwarn.pod
3249              From: Slaven Rezic <slaven.rezic@berlin.de>
3250              Date: Mon, 8 Apr 2002 16:12:52 +0200 (CEST)
3251              Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de>
3252      Branch: perl
3253            ! pod/perllexwarn.pod
3254 ____________________________________________________________________________
3255 [ 15803] By: jhi                                   on 2002/04/08  12:35:08
3256         Log: Upgrade to Encode 1.30, from Dan Kogai. 
3257      Branch: perl
3258            + ext/Encode/lib/Encode/Encoder.pm
3259            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
3260            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Alias.pm
3261            ! ext/Encode/lib/Encode/Supported.pod
3262            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
3263            ! ext/Encode/t/grow.t
3264 ____________________________________________________________________________
3265 [ 15802] By: jhi                                   on 2002/04/08  12:11:26
3266         Log: Subject: Re: [MIME::Base64 patch] t/base64.t fix
3267              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3268              Date: Mon, 08 Apr 2002 01:08:40 +0100
3269              Message-Id: <200204080008.g3808eT02175@crypt.compulink.co.uk>
3270      Branch: perl
3271            ! ext/MIME/Base64/t/base64.t
3272 ____________________________________________________________________________
3273 [ 15801] By: nick                                  on 2002/04/08  07:28:27
3274         Log: Integrate mainline
3275      Branch: perlio
3276           +> ext/Encode/t/Unicode.t ext/Encode/t/unibench.pl
3277           +> ext/Encode/ucm/jis0208.ucm ext/Encode/ucm/jis0212.ucm
3278           +> ext/File/Glob/t/utf8.t
3279           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
3280           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
3281           +> lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
3282            - ext/Encode/lib/Encode/10646_1.pm
3283            - ext/Encode/lib/Encode/Internal.pm
3284            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
3285            - ext/Encode/ucm/cp37.ucm ext/Encode/ucm/ibm-1250.ucm
3286            - ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
3287            - ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
3288            - ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
3289            - ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
3290            - ext/Encode/ucm/macJapan.ucm ext/Encode/ucm/macRumanian.ucm
3291           !> (integrate 157 files)
3292 ____________________________________________________________________________
3293 [ 15800] By: ams                                   on 2002/04/08  07:06:21
3294         Log: Subject: [PATCH] ExtUtils::Packlist doesn't grok filenames with spaces
3295              From: Jan Dubois <JanD@ActiveState.com>
3296              Date: Mon, 08 Apr 2002 00:10:39 -0700
3297              Message-Id: <hkf2bu4tq2j4784o3mua795jgochaesuas@4ax.com>
3298      Branch: perl
3299            ! lib/ExtUtils/Packlist.pm
3300 ____________________________________________________________________________
3301 [ 15799] By: ams                                   on 2002/04/08  04:50:36
3302         Log: Subject: [PATCH pod/perlguts.pod] docco fixes
3303              From: Stas Bekman <stas@stason.org>
3304              Date: Mon, 8 Apr 2002 13:43:36 +0800 (SGT)
3305              Message-Id: <Pine.LNX.4.44.0204081316090.23983-100000@hope.stason.org>
3306      Branch: perl
3307            ! pod/perlguts.pod
3308 ____________________________________________________________________________
3309 [ 15798] By: ams                                   on 2002/04/08  03:56:52
3310         Log: New descriptions for savepv*(), as suggested by Gisle Aas.
3311      Branch: perl
3312            ! util.c
3313 ____________________________________________________________________________
3314 [ 15797] By: ams                                   on 2002/04/08  01:30:38
3315         Log: Remove, eliminate, and destroy multiple, redundant occurences of the
3316              same line of code. (As suggested by Simon Cozens.)
3317      Branch: perl
3318            ! mg.c
3319 ____________________________________________________________________________
3320 [ 15796] By: ams                                   on 2002/04/08  01:27:24
3321         Log: Fix prototypes of save{,shared}pv{,n} (s/sv/pv/) as suggested by
3322              Simon Cozens.
3323      Branch: perl
3324            ! embed.fnc util.c
3325 ____________________________________________________________________________
3326 [ 15795] By: ams                                   on 2002/04/08  01:05:16
3327         Log: Subject: [ID 20020407.002] Bug (?) and patch for DProf
3328              From: Tom Brown <thecap@peach.ece.utexas.edu>
3329              Date: Sun, 07 Apr 2002 23:20:05 GMT
3330              Message-Id: <E16uM6r-0002up-00@peach.ece.utexas.edu>
3331      Branch: perl
3332            ! ext/Devel/DProf/DProf.xs
3333 ____________________________________________________________________________
3334 [ 15794] By: jhi                                   on 2002/04/07  23:31:28
3335         Log: Retract #15793 since #15775 should fix the problem.
3336      Branch: perl
3337            ! hv.c
3338 ____________________________________________________________________________
3339 [ 15793] By: jhi                                   on 2002/04/07  23:25:14
3340         Log: (Retracted by #15794)
3341              Subject: [PATCH] hv.c
3342              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
3343              Date: Sun, 7 Apr 2002 14:25:48 +0200
3344              Message-ID: <3CB056EC.16340.1119992@localhost>
3345      Branch: perl
3346            ! hv.c
3347 ____________________________________________________________________________
3348 [ 15792] By: ams                                   on 2002/04/07  21:48:49
3349         Log: Make other nits nervous.
3350      Branch: perl
3351            ! gv.c perl.c
3352 ____________________________________________________________________________
3353 [ 15791] By: ams                                   on 2002/04/07  20:31:08
3354         Log: Subject: [MIME::Base64 patch] t/base64.t fix
3355              From: Dan Kogai <dankogai@dan.co.jp>
3356              Date: Mon, 8 Apr 2002 06:19:29 +0900
3357              Message-Id: <25BF9A84-4A6D-11D6-9F9F-00039301D480@dan.co.jp>
3358      Branch: perl
3359            ! ext/MIME/Base64/t/base64.t
3360 ____________________________________________________________________________
3361 [ 15790] By: ams                                   on 2002/04/07  20:15:52
3362         Log: Subject: [PATCH] Devel/Peek/Peek.xs: reverse ifdef logic
3363              From: Slaven Rezic <slaven.rezic@berlin.de>
3364              Date: Sun, 7 Apr 2002 22:59:47 +0200 (CEST)
3365              Message-Id: <200204072059.g37KxlgN091129@vran.herceg.de>
3366      Branch: perl
3367            ! ext/Devel/Peek/Peek.xs
3368 ____________________________________________________________________________
3369 [ 15789] By: rgs                                   on 2002/04/07  19:34:10
3370         Log: Fully qualify in warning message the name of a subroutine redefined
3371              via glob assignment
3372      Branch: perl
3373            ! sv.c t/lib/warnings/op t/lib/warnings/sv
3374 ____________________________________________________________________________
3375 [ 15788] By: jhi                                   on 2002/04/07  17:32:49
3376         Log: Update from Dan Kogai.
3377      Branch: perl
3378            ! ext/Encode/t/Unicode.t
3379 ____________________________________________________________________________
3380 [ 15787] By: jhi                                   on 2002/04/07  16:59:45
3381         Log: Can't right now twist my brain to figure out
3382              the right CR/LF code point mappings in EBCDIC.
3383      Branch: perl
3384            ! lib/Pod/t/eol.t
3385 ____________________________________________________________________________
3386 [ 15786] By: jhi                                   on 2002/04/07  16:57:21
3387         Log: Subject: [PATCH] Re: [PATCH] Re: perl@15772
3388              From: Nicholas Clark <nick@ccl4.org>
3389              Date: Sun, 7 Apr 2002 15:01:56 +0100
3390              Message-ID: <20020407150156.R10686@plum.flirble.org>
3391      Branch: perl
3392            ! ext/Data/Dumper/Dumper.xs
3393 ____________________________________________________________________________
3394 [ 15785] By: jhi                                   on 2002/04/07  16:52:53
3395         Log: Tpyo.
3396      Branch: perl
3397            ! lib/Pod/t/eol.t
3398 ____________________________________________________________________________
3399 [ 15784] By: jhi                                   on 2002/04/07  16:41:29
3400         Log: EBCDIC branch was forgotten.
3401      Branch: perl
3402            ! ext/Devel/Peek/Peek.t
3403 ____________________________________________________________________________
3404 [ 15783] By: jhi                                   on 2002/04/07  16:29:09
3405         Log: charnames::viacode() was broken, noticed by Jeffrey.
3406      Branch: perl
3407            ! lib/charnames.pm lib/charnames.t
3408 ____________________________________________________________________________
3409 [ 15782] By: jhi                                   on 2002/04/07  15:53:35
3410         Log: Missing files.
3411      Branch: perl
3412            + ext/Encode/t/Unicode.t ext/Encode/t/grow.t
3413            ! MANIFEST ext/Encode/MANIFEST
3414 ____________________________________________________________________________
3415 [ 15781] By: jhi                                   on 2002/04/07  15:47:27
3416         Log: (intentionally empty)
3417      Branch: perl
3418            ! MANIFEST sv.h
3419 ____________________________________________________________________________
3420 [ 15780] By: jhi                                   on 2002/04/07  15:34:10
3421         Log: Upgrade to Encode 1.26, from Dan Kogai.
3422      Branch: perl
3423            + ext/Encode/t/unibench.pl ext/Encode/ucm/jis0208.ucm
3424            + ext/Encode/ucm/jis0212.ucm
3425            - ext/Encode/lib/Encode/10646_1.pm
3426            - ext/Encode/lib/Encode/Internal.pm
3427            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
3428            - ext/Encode/t/grow.t ext/Encode/ucm/cp37.ucm
3429            - ext/Encode/ucm/ibm-1250.ucm ext/Encode/ucm/ibm-1251.ucm
3430            - ext/Encode/ucm/ibm-1252.ucm ext/Encode/ucm/ibm-1253.ucm
3431            - ext/Encode/ucm/ibm-1254.ucm ext/Encode/ucm/ibm-1255.ucm
3432            - ext/Encode/ucm/ibm-1256.ucm ext/Encode/ucm/ibm-1257.ucm
3433            - ext/Encode/ucm/ibm-1258.ucm ext/Encode/ucm/macJapan.ucm
3434            - ext/Encode/ucm/macRumanian.ucm
3435            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
3436            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
3437            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
3438            ! ext/Encode/bin/piconv ext/Encode/bin/unidump
3439            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
3440            ! ext/Encode/lib/Encode/Encoding.pm
3441            ! ext/Encode/lib/Encode/Supported.pod
3442            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
3443            ! ext/Encode/t/jperl.t ext/Encode/ucm/adobeStdenc.ucm
3444            ! ext/Encode/ucm/adobeSymbol.ucm
3445            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/ascii.ucm
3446            ! ext/Encode/ucm/cp037.ucm ext/Encode/ucm/cp1006.ucm
3447            ! ext/Encode/ucm/cp1026.ucm ext/Encode/ucm/cp1250.ucm
3448            ! ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
3449            ! ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
3450            ! ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
3451            ! ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
3452            ! ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
3453            ! ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
3454            ! ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
3455            ! ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
3456            ! ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
3457            ! ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
3458            ! ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
3459            ! ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
3460            ! ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
3461            ! ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
3462            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
3463            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
3464            ! ext/Encode/ucm/jis0201.ucm ext/Encode/ucm/koi8-r.ucm
3465            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macCentEuro.ucm
3466            ! ext/Encode/ucm/macChinsimp.ucm ext/Encode/ucm/macChintrad.ucm
3467            ! ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
3468            ! ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macDingbats.ucm
3469            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGreek.ucm
3470            ! ext/Encode/ucm/macGujarati.ucm ext/Encode/ucm/macGurmukhi.ucm
3471            ! ext/Encode/ucm/macHebrew.ucm ext/Encode/ucm/macIceland.ucm
3472            ! ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
3473            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRoman.ucm
3474            ! ext/Encode/ucm/macSymbol.ucm ext/Encode/ucm/macThai.ucm
3475            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
3476            ! ext/Encode/ucm/nextstep.ucm
3477 ____________________________________________________________________________
3478 [ 15779] By: jhi                                   on 2002/04/07  14:51:04
3479         Log: Duh.  If the input is a stream of UTF-8 bytes, all that's
3480              needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus.
3481              Now, where was my coffee mug...
3482      Branch: perl
3483            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs pod/perlfunc.pod
3484            ! pp_sys.c
3485 ____________________________________________________________________________
3486 [ 15778] By: jhi                                   on 2002/04/07  14:35:15
3487         Log: Subject: [PATCH] MakeMaker basic.t on Win32
3488              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
3489              Date: Sun, 7 Apr 2002 14:25:48 +0200
3490              Message-ID: <3CB056EC.27101.1119A3D@localhost>
3491              
3492              Subject: [PATCH] MakeMaker && Win32 && nmake
3493              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
3494              Date: Sun, 7 Apr 2002 14:25:48 +0200
3495              Message-ID: <3CB056EC.9001.11199ED@localhost>
3496      Branch: perl
3497            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
3498 ____________________________________________________________________________
3499 [ 15777] By: jhi                                   on 2002/04/07  14:27:06
3500         Log: Subject: Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM,
3501              From: Philip Newton <Philip.Newton@gmx.net>
3502              Date: Sun, 07 Apr 2002 07:51:49 +0200      
3503              Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com>
3504      Branch: perl
3505            ! utf8.c
3506 ____________________________________________________________________________
3507 [ 15776] By: jhi                                   on 2002/04/07  14:25:28
3508         Log: There was no nice way of getting in UTF-8 filenames:
3509              now one can use in the (new) three-arg form of readdir()
3510              and in File::Glob import a ":utf8" to transparently accept
3511              the filenames as Unicode.  Note that only :utf8 is supported,
3512              not fancier stuff like :encoding(foobar)
3513      Branch: perl
3514            + ext/File/Glob/t/utf8.t
3515            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
3516            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
3517            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
3518            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
3519            ! t/op/readdir.t
3520 ____________________________________________________________________________
3521 [ 15775] By: rgs                                   on 2002/04/07  11:15:46
3522         Log: Subject: [PATCH] Re: perl@15772
3523              From: Nicholas Clark <nick@ccl4.org>
3524              Date: Sun, 7 Apr 2002 11:06:42 +0100
3525              Message-ID: <20020407110641.O10686@plum.flirble.org>
3526      Branch: perl
3527            ! hv.c
3528 ____________________________________________________________________________
3529 [ 15774] By: jhi                                   on 2002/04/07  01:21:07
3530         Log: Subject: [PATCH] Re: 15764 breakage
3531              From: Michael G Schwern <schwern@pobox.com>
3532              Date: Sat, 6 Apr 2002 19:14:02 -0500
3533              Message-ID: <20020407001401.GA7076@blackrider>
3534      Branch: perl
3535            ! lib/ExtUtils/MM_Unix.pm
3536 ____________________________________________________________________________
3537 [ 15773] By: jhi                                   on 2002/04/06  19:25:47
3538         Log: Instruction tweak.
3539      Branch: perl
3540            ! README.os390
3541 ____________________________________________________________________________
3542 [ 15772] By: jhi                                   on 2002/04/06  19:05:50
3543         Log: Update Changes.
3544      Branch: perl
3545            ! Changes patchlevel.h
3546 ____________________________________________________________________________
3547 [ 15771] By: jhi                                   on 2002/04/06  18:59:53
3548         Log: Subject: [PATCH] Encode tweaks for VMS
3549              From: Michael G Schwern <schwern@pobox.com>
3550              Date: Sat, 6 Apr 2002 03:26:09 -0500
3551              Message-ID: <20020406082609.GA28758@blackrider>
3552      Branch: perl
3553            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
3554            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
3555            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
3556            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
3557 ____________________________________________________________________________
3558 [ 15770] By: jhi                                   on 2002/04/06  18:54:06
3559         Log: Prettyprinting and version paranoia.
3560      Branch: perl
3561            ! ext/DB_File/t/db-recno.t
3562 ____________________________________________________________________________
3563 [ 15769] By: jhi                                   on 2002/04/06  18:50:17
3564         Log: Be explicit about the two DB_File tests croaking
3565              in Mac OS X.
3566      Branch: perl
3567            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
3568 ____________________________________________________________________________
3569 [ 15768] By: jhi                                   on 2002/04/06  17:53:52
3570         Log: Regen toc.
3571      Branch: perl
3572            ! pod/perltoc.pod
3573 ____________________________________________________________________________
3574 [ 15767] By: jhi                                   on 2002/04/06  17:25:13
3575         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
3576              From: Benjamin Goldberg <goldbb2@earthlink.net>
3577              Date: Fri, 05 Apr 2002 19:15:42 -0500
3578              Message-ID: <3CAE3E2E.8483505@earthlink.net>
3579      Branch: perl
3580            ! hv.h
3581 ____________________________________________________________________________
3582 [ 15766] By: jhi                                   on 2002/04/06  17:18:14
3583         Log: Underline that the current implementation is not
3584              guaranteed to be forever; and reformat a bit.
3585      Branch: perl
3586            ! lib/utf8.pm
3587 ____________________________________________________________________________
3588 [ 15765] By: jhi                                   on 2002/04/06  17:15:34
3589         Log: Subject: Weak spots in the utf8 manpage
3590              From: andreas.koenig@anima.de (Andreas J. Koenig)
3591              Date: Fri, 05 Apr 2002 10:08:44 +0200      
3592              Message-ID: <m3u1qqefeb.fsf@anima.de>      
3593      Branch: perl
3594            ! lib/utf8.pm
3595 ____________________________________________________________________________
3596 [ 15764] By: jhi                                   on 2002/04/06  16:58:02
3597         Log: Subject: [PATCH] MakeMaker core sync 5.54_01 -> 5.55_02
3598              From: Michael G Schwern <schwern@pobox.com>
3599              Date: Sat, 6 Apr 2002 03:22:03 -0500
3600              Message-ID: <20020406082203.GA28713@blackrider>
3601      Branch: perl
3602            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
3603            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
3604            + lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
3605            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
3606            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm
3607            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
3608            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
3609            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
3610            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Win32.t
3611            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
3612 ____________________________________________________________________________
3613 [ 15763] By: jhi                                   on 2002/04/06  16:53:50
3614         Log: No need to avoid utf8 warnings after #15762.
3615      Branch: perl
3616            ! lib/Unicode/Collate.pm
3617 ____________________________________________________________________________
3618 [ 15762] By: jhi                                   on 2002/04/06  16:41:06
3619         Log: As noted by Philip Newton: nothing wrong with BOM,
3620              but 0xFFFE quite wrong.
3621      Branch: perl
3622            ! t/lib/warnings/utf8 utf8.c utf8.h
3623 ____________________________________________________________________________
3624 [ 15761] By: jhi                                   on 2002/04/06  16:17:57
3625         Log: Explain the "gaps" in the UTF-8 encoding.
3626      Branch: perl
3627            ! pod/perlunicode.pod utf8.h
3628 ____________________________________________________________________________
3629 [ 15760] By: jhi                                   on 2002/04/06  16:09:20
3630         Log: Subject: [PATCH] Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conversions)
3631              From: Nicholas Clark <nick@unfortu.net>
3632              Date: Sat, 6 Apr 2002 14:54:51 +0100
3633              Message-ID: <20020406135450.GA644@Bagpuss.unfortu.net>
3634      Branch: perl
3635            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
3636 ____________________________________________________________________________
3637 [ 15759] By: jhi                                   on 2002/04/06  16:08:14
3638         Log: Signedness nits.
3639      Branch: perl
3640            ! hv.c
3641 ____________________________________________________________________________
3642 [ 15758] By: jhi                                   on 2002/04/06  16:07:03
3643         Log: Make hv_notallowed a static as suggested by Nick Clark;
3644              and synchronize the nomenclature to talk about restricted
3645              (not fixed) hashes.
3646      Branch: perl
3647            ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod
3648            ! proto.h
3649 ____________________________________________________________________________
3650 [ 15757] By: jhi                                   on 2002/04/06  15:47:52
3651         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
3652              From: Nicholas Clark <nick@unfortu.net>
3653              Date: Sat, 6 Apr 2002 00:21:17 +0100
3654              Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net>
3655              
3656              (with the last one reversed)
3657      Branch: perl
3658            ! doop.c dump.c embed.fnc ext/Devel/Peek/Peek.t hv.c hv.h
3659            ! pod/perlunicode.pod pp.c sv.h t/op/utfhash.t
3660 ____________________________________________________________________________
3661 [ 15756] By: jhi                                   on 2002/04/06  15:46:35
3662         Log: Update the warning message.
3663      Branch: perl
3664            ! README.tru64
3665 ____________________________________________________________________________
3666 [ 15755] By: jhi                                   on 2002/04/06  15:26:44
3667         Log: Subject: [perlunicode]   A nasty doc bug causing the real one!
3668              From: Dan Kogai <dankogai@dan.co.jp>
3669              Date: Sat, 6 Apr 2002 06:08:40 +0900
3670              Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp>
3671      Branch: perl
3672            ! pod/perlunicode.pod
3673 ____________________________________________________________________________
3674 [ 15754] By: rgs                                   on 2002/04/05  20:47:22
3675         Log: Some tests were failing silently instead of saying "not ok"
3676      Branch: perl
3677            ! t/comp/proto.t
3678 ____________________________________________________________________________
3679 [ 15753] By: nick                                  on 2002/04/05  19:30:12
3680         Log: Integrate mainline
3681      Branch: perlio
3682           !> Configure NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
3683           !> dosish.h ext/Storable/Storable.xs ext/Storable/t/dclone.t
3684           !> lib/Tie/File/t/26_twrite.t lib/sort.t pod/perlfunc.pod
3685 ____________________________________________________________________________
3686 [ 15752] By: jhi                                   on 2002/04/05  18:37:32
3687         Log: Minor Tie::File test patch, from mjd.
3688      Branch: perl
3689            ! lib/Tie/File/t/24_cache_loop.t
3690 ____________________________________________________________________________
3691 [ 15751] By: jhi                                   on 2002/04/05  18:35:35
3692         Log: Not *that* different line endings (noticed by Philip Newton)
3693      Branch: perl
3694            ! pod/perldelta.pod
3695 ____________________________________________________________________________
3696 [ 15750] By: jhi                                   on 2002/04/05  18:02:26
3697         Log: Retract #15745 for now; won't work without more Encode fixes.
3698      Branch: perl
3699            ! ext/Encode/lib/Encode/10646_1.pm
3700 ____________________________________________________________________________
3701 [ 15749] By: jhi                                   on 2002/04/05  17:00:01
3702         Log: metaconfig unit change for #15748.
3703      Branch: metaconfig
3704            ! U/modified/Oldconfig.U
3705 ____________________________________________________________________________
3706 [ 15748] By: jhi                                   on 2002/04/05  16:58:45
3707         Log: Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems
3708              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
3709              Date: Fri, 5 Apr 2002 10:43:43 -0700 (MST)
3710              Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com>
3711      Branch: perl
3712            ! Configure
3713 ____________________________________________________________________________
3714 [ 15747] By: jhi                                   on 2002/04/05  13:42:29
3715         Log: NetWare update from C Aditya.
3716      Branch: perl
3717            ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h
3718 ____________________________________________________________________________
3719 [ 15746] By: jhi                                   on 2002/04/05  13:34:11
3720         Log: Win32 pacifying from mjd.
3721      Branch: perl
3722            ! lib/Tie/File/t/26_twrite.t
3723 ____________________________________________________________________________
3724 [ 15745] By: jhi                                   on 2002/04/05  13:07:21
3725         Log: Integrate perlio;
3726              
3727              Not only did UCS-2 have dodgy name it was buggy.
3728      Branch: perl
3729           !> ext/Encode/lib/Encode/10646_1.pm
3730 ____________________________________________________________________________
3731 [ 15744] By: nick                                  on 2002/04/05  13:02:36
3732         Log: Not only did UCS-2 have dodgy name it was buggy.
3733      Branch: perlio
3734            ! ext/Encode/lib/Encode/10646_1.pm
3735 ____________________________________________________________________________
3736 [ 15743] By: jhi                                   on 2002/04/05  12:50:21
3737         Log: Subject: Patch for bug ID 20020221.007
3738              From: Archer Sully <archer@meer.net>
3739              Date: Thu, 4 Apr 2002 21:45:34 -0700
3740              Message-Id: <20020405044630.8F2B3C859@mail.goldenagewireless.net>
3741              
3742              Fix for "[ID 20020221.007] SEGV in Storable with empty string
3743              scalar object" (dclone)
3744      Branch: perl
3745            ! ext/Storable/Storable.xs ext/Storable/t/dclone.t
3746 ____________________________________________________________________________
3747 [ 15742] By: rgs                                   on 2002/04/05  12:22:26
3748         Log: Subject: Re: lib/sort.t failure 
3749              From: "John P. Linderman" <jpl@research.att.com>
3750              Date: Fri, 05 Apr 2002 06:19:07 -0500
3751              Message-ID: <200204051119.GAA00032@raptor.research.att.com>
3752              
3753              with a minor formatting tweak
3754      Branch: perl
3755            ! pod/perlfunc.pod
3756 ____________________________________________________________________________
3757 [ 15741] By: rgs                                   on 2002/04/05  11:58:14
3758         Log: Subject: Re: lib/sort.t failure (and [PATCH])
3759              From: "John P. Linderman" <jpl@research.att.com>
3760              Date: Fri, 05 Apr 2002 07:13:27 -0500
3761              Message-ID: <200204051213.HAA13004@raptor.research.att.com>
3762      Branch: perl
3763            ! lib/sort.t
3764 ____________________________________________________________________________
3765 [ 15740] By: nick                                  on 2002/04/05  09:31:42
3766         Log: Integrate mainline
3767      Branch: perlio
3768           +> (branch 49 files)
3769           !> (integrate 82 files)
3770 ____________________________________________________________________________
3771 [ 15739] By: jhi                                   on 2002/04/05  01:52:28
3772         Log: Subject: A TEST. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
3773              From: Dan Kogai <dankogai@dan.co.jp>
3774              Date: Fri, 5 Apr 2002 11:52:50 +0900
3775              Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp>
3776      Branch: perl
3777            ! ext/Encode/t/Aliases.t
3778 ____________________________________________________________________________
3779 [ 15738] By: jhi                                   on 2002/04/05  01:45:24
3780         Log: Subject: A FIX. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
3781              From: Dan Kogai <dankogai@dan.co.jp>
3782              Date: Fri, 5 Apr 2002 11:39:55 +0900
3783              Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
3784      Branch: perl
3785            ! ext/Encode/lib/Encode/Alias.pm
3786 ____________________________________________________________________________
3787 [ 15737] By: jhi                                   on 2002/04/04  22:28:32
3788         Log: Subject: Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
3789              From: Ilmari Karonen <iltzu@sci.fi>
3790              Date: Fri, 5 Apr 2002 01:35:08 +0300 (EET DST)
3791              Message-ID: <Pine.SOL.3.96.1020405004632.9372C-100000@simpukka>
3792      Branch: perl
3793            ! gv.c t/op/method.t
3794 ____________________________________________________________________________
3795 [ 15736] By: jhi                                   on 2002/04/04  22:28:10
3796         Log: I was fooled for a while, somebody else might be too.
3797      Branch: perl
3798            ! t/test.pl
3799 ____________________________________________________________________________
3800 [ 15735] By: jhi                                   on 2002/04/04  22:10:51
3801         Log: test.pl-ify.
3802      Branch: perl
3803            ! t/op/method.t
3804 ____________________________________________________________________________
3805 [ 15734] By: jhi                                   on 2002/04/04  19:54:19
3806         Log: Upgrade to Encode 1.20, from Dan Kogai.
3807      Branch: perl
3808            + ext/Encode/bin/unidump ext/Encode/ucm/adobeStdenc.ucm
3809            + ext/Encode/ucm/adobeSymbol.ucm
3810            + ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/cp037.ucm
3811            + ext/Encode/ucm/cp1006.ucm ext/Encode/ucm/cp1026.ucm
3812            + ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
3813            + ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
3814            + ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
3815            + ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
3816            + ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
3817            + ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
3818            + ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
3819            + ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
3820            + ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
3821            + ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
3822            + ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
3823            + ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
3824            + ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
3825            + ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
3826            + ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macChinsimp.ucm
3827            + ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDevanaga.ucm
3828            + ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGujarati.ucm
3829            + ext/Encode/ucm/macGurmukhi.ucm ext/Encode/ucm/macHebrew.ucm
3830            + ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
3831            + ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRUMnn.ucm
3832            + ext/Encode/ucm/macSymbol.ucm
3833            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
3834            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
3835            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
3836            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
3837            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
3838            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
3839            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
3840            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
3841            ! ext/Encode/Makefile.PL ext/Encode/Symbol/Makefile.PL
3842            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/Makefile.PL
3843            ! ext/Encode/TW/TW.pm ext/Encode/bin/enc2xs
3844            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/10646_1.pm
3845            ! ext/Encode/lib/Encode/Alias.pm
3846            ! ext/Encode/lib/Encode/Supported.pod
3847            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
3848            ! ext/Encode/t/Aliases.t ext/Encode/t/encoding.t
3849            ! ext/Encode/t/jperl.t ext/Encode/ucm/ascii.ucm
3850            ! ext/Encode/ucm/cp1250.ucm ext/Encode/ucm/cp932.ucm
3851            ! ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
3852            ! ext/Encode/ucm/cp950.ucm ext/Encode/ucm/koi8-r.ucm
3853            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macCroatian.ucm
3854            ! ext/Encode/ucm/macCyrillic.ucm ext/Encode/ucm/macDingbats.ucm
3855            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macIceland.ucm
3856            ! ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macThai.ucm
3857            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
3858            ! ext/Encode/ucm/nextstep.ucm
3859 ____________________________________________________________________________
3860 [ 15733] By: jhi                                   on 2002/04/04  17:23:31
3861         Log: Subject: left-over "use 5.7.2" in threads.pm
3862              From: Slaven Rezic <slaven.rezic@berlin.de>
3863              Date: 21 Mar 2002 23:18:13 +0100
3864              Message-ID: <87k7s5pntm.fsf@vran.herceg.de>
3865      Branch: perl
3866            ! ext/threads/threads.pm
3867 ____________________________________________________________________________
3868 [ 15732] By: ams                                   on 2002/04/04  17:08:13
3869         Log: Subject: [PATCH 5.7.3 DOCS]
3870              From: mjd@plover.com
3871              Date: 4 Apr 2002 15:59:39 -0000
3872              Message-Id: <20020404155939.6754.qmail@plover.com>
3873      Branch: perl
3874            ! pod/perlfaq9.pod
3875 ____________________________________________________________________________
3876 [ 15731] By: jhi                                   on 2002/04/04  16:11:47
3877         Log: metaconfig unit change for #15730.
3878      Branch: metaconfig
3879            ! U/threads/usethreads.U
3880 ____________________________________________________________________________
3881 [ 15730] By: jhi                                   on 2002/04/04  16:11:06
3882         Log: Subject: Re: lib/sort.t failure [PATCH]
3883              From: Andy Dougherty <doughera@lafayette.edu>
3884              Date: Thu, 4 Apr 2002 12:05:30 -0500 (EST)
3885              Message-ID: <Pine.SOL.4.10.10204041204001.20180-100000@maxwell.phys.lafayette.edu>
3886              
3887              Default to usethreads in case the user most probably forgot it.
3888      Branch: perl
3889            ! Configure
3890 ____________________________________________________________________________
3891 [ 15729] By: jhi                                   on 2002/04/04  13:57:41
3892         Log: Typo nits from Wolfgang Laun.
3893      Branch: perl
3894            ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm
3895 ____________________________________________________________________________
3896 [ 15728] By: rgs                                   on 2002/04/04  07:09:12
3897         Log: Detypo in diagnostics.
3898      Branch: perl
3899            ! lib/locale.t
3900 ____________________________________________________________________________
3901 [ 15727] By: jhi                                   on 2002/04/04  05:54:20
3902         Log: pod2html: try to be EOL agnostic.
3903              (Needs testing on CRLF and CR platforms.)
3904      Branch: perl
3905            + lib/Pod/t/eol.t
3906            ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod
3907 ____________________________________________________________________________
3908 [ 15726] By: jhi                                   on 2002/04/04  00:27:19
3909         Log: Subject: [PATCH} Pod::HTML and HTML4
3910              From: Robert Spier <rspier@pobox.com>
3911              Date: Wed, 03 Apr 2002 16:26:21 -0800
3912              Message-ID: <3CAB9DAD.20305@pobox.com>
3913      Branch: perl
3914            ! lib/Pod/Html.pm
3915 ____________________________________________________________________________
3916 [ 15725] By: jhi                                   on 2002/04/03  22:53:41
3917         Log: Byebye, beebee.
3918      Branch: perl
3919            ! t/lib/warnings/perlio
3920 ____________________________________________________________________________
3921 [ 15724] By: jhi                                   on 2002/04/03  22:39:48
3922         Log: Subject: Re: enc2xs needs portable way to know it's in the core
3923              From: PPrymmer@factset.com
3924              Date: Wed, 3 Apr 2002 14:29:32 -0500
3925              Message-ID: <OF58635186.C7427DDE-ON85256B90.0067A130@55.25.11>
3926      Branch: perl
3927            ! configure.com
3928 ____________________________________________________________________________
3929 [ 15723] By: jhi                                   on 2002/04/03  22:33:09
3930         Log: Subject: [PATCH] Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if  paths contain shell metacharacters
3931              From: Dominic Dunlop <domo@computer.org>
3932              Date: Wed, 3 Apr 2002 22:44:01 +0200
3933              Message-Id: <p05101502b8d10666f60c@[192.168.1.6]>
3934      Branch: perl
3935            ! lib/File/Spec/t/rel2abs2rel.t
3936 ____________________________________________________________________________
3937 [ 15722] By: jhi                                   on 2002/04/03  22:25:48
3938         Log: Subject: [PATCH] pp_pack.c - remove SIGFPE on VOS
3939              From: Paul_GreenVOS@vos.stratus.com
3940              Date: Wed, 3 Apr 02 16:34 est
3941              Message-Id: <200204032134.QAA29744@mailhub2.stratus.com>
3942      Branch: perl
3943            ! pp_pack.c
3944 ____________________________________________________________________________
3945 [ 15721] By: jhi                                   on 2002/04/03  22:13:35
3946         Log: Upgrade to Tie::File 0.93, from mjd.
3947      Branch: perl
3948            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
3949            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
3950            ! lib/Tie/File/t/41_heap.t
3951 ____________________________________________________________________________
3952 [ 15720] By: jhi                                   on 2002/04/03  21:33:54
3953         Log: Subject: lib/AnyDBM_File.t incorrectly passes even without any dbm
3954              From: Andy Dougherty <doughera@lafayette.edu>
3955              Date: Wed, 3 Apr 2002 16:17:51 -0500 (EST)
3956              Message-ID: <Pine.SOL.4.10.10204031607030.20955-100000@maxwell.phys.lafayette.edu>
3957      Branch: perl
3958            ! lib/AnyDBM_File.t
3959 ____________________________________________________________________________
3960 [ 15719] By: rgs                                   on 2002/04/03  21:08:21
3961         Log: Tweak the Atof macro : perl wasn't compiling with -Duseithreads
3962              and ccflags including -DNO_LOCALE
3963      Branch: perl
3964            ! perl.h
3965 ____________________________________________________________________________
3966 [ 15718] By: jhi                                   on 2002/04/03  20:27:49
3967         Log: EPOC tweaks from Olaf Flebbe.
3968      Branch: perl
3969            ! README.epoc epoc/epoc.c epoc/epocish.h util.c
3970 ____________________________________________________________________________
3971 [ 15717] By: jhi                                   on 2002/04/03  20:25:55
3972         Log: Subject: [PATCH] Set @INC earlier
3973              From: Andy Dougherty <doughera@lafayette.edu>
3974              Date: Wed, 3 Apr 2002 16:18:47 -0500 (EST)
3975              Message-ID: <Pine.SOL.4.10.10204031618150.20955-100000@maxwell.phys.lafayette.edu>
3976      Branch: perl
3977            ! lib/AnyDBM_File.t lib/sort.t
3978 ____________________________________________________________________________
3979 [ 15716] By: rgs                                   on 2002/04/03  19:28:38
3980         Log: perlcompile.pod was listing all B:: modules, except B::Concise
3981              (resubmitted)
3982      Branch: perl
3983            ! pod/perlcompile.pod
3984 ____________________________________________________________________________
3985 [ 15715] By: rgs                                   on 2002/04/03  19:16:27
3986         Log: perlcompile.pod was listing all B:: modules, except B::Concise
3987      Branch: perl
3988            ! pod/perlcompile.pod
3989 ____________________________________________________________________________
3990 [ 15714] By: jhi                                   on 2002/04/03  19:15:33
3991         Log: non-perlio robustness.
3992      Branch: perl
3993            ! ext/Socket/socketpair.t lib/utf8.t
3994 ____________________________________________________________________________
3995 [ 15713] By: nick                                  on 2002/04/03  18:06:49
3996         Log: Integrate mainline
3997      Branch: perlio
3998           +> lib/Tie/File/t/41_heap.t
3999           !> MANIFEST ext/threads/threads.pm lib/ExtUtils/MM_Win95.pm
4000           !> lib/File/Compare.pm perl.c pod/perldiag.pod pp_ctl.c regcomp.c
4001           !> regexec.c t/op/re_tests t/op/tiearray.t
4002 ____________________________________________________________________________
4003 [ 15712] By: jhi                                   on 2002/04/03  17:55:48
4004         Log: Tweak for 8.3 compat.
4005      Branch: perl
4006            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
4007            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.xs
4008            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/Makefile.PL
4009            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
4010            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
4011            ! ext/Encode/bin/enc2xs
4012 ____________________________________________________________________________
4013 [ 15711] By: jhi                                   on 2002/04/03  17:04:22
4014         Log: Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
4015              From: Mark-Jason Dominus <mjd@plover.com>
4016              Date: Wed, 03 Apr 2002 13:04:40 -0500
4017              Message-ID: <20020403180440.7614.qmail@plover.com>
4018      Branch: perl
4019            ! t/op/tiearray.t
4020 ____________________________________________________________________________
4021 [ 15710] By: jhi                                   on 2002/04/03  15:49:10
4022         Log: Forgotten.
4023      Branch: perl
4024            + lib/Tie/File/t/41_heap.t
4025            ! MANIFEST
4026 ____________________________________________________________________________
4027 [ 15709] By: jhi                                   on 2002/04/03  15:04:15
4028         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
4029              From: Mark Kvale <kvale@phy.ucsf.edu>
4030              Date: Tue, 2 Apr 2002 13:57:37 -0800
4031              Message-Id: <02040213573702.66352@ivy.ucsf.edu>
4032      Branch: perl
4033            ! t/op/re_tests
4034 ____________________________________________________________________________
4035 [ 15708] By: jhi                                   on 2002/04/03  15:01:51
4036         Log: Subject: Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps
4037              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
4038              Date: Wed, 03 Apr 2002 03:34:34 +0100
4039              Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk>
4040      Branch: perl
4041            ! regcomp.c
4042 ____________________________________________________________________________
4043 [ 15707] By: jhi                                   on 2002/04/03  15:00:53
4044         Log: The leavetry crash should now be history.
4045      Branch: perl
4046            ! t/op/tiearray.t
4047 ____________________________________________________________________________
4048 [ 15706] By: jhi                                   on 2002/04/03  14:56:47
4049         Log: Subject: [PATCH lib/ExtUtils/MM_Win95.pm] Re: I can't build anything in ext/
4050              From: Michael G Schwern <schwern@pobox.com>
4051              Date: Wed, 3 Apr 2002 10:56:44 -0500
4052              Message-ID: <20020403155644.GC916@blackrider>
4053      Branch: perl
4054            ! lib/ExtUtils/MM_Win95.pm
4055 ____________________________________________________________________________
4056 [ 15705] By: jhi                                   on 2002/04/03  14:49:35
4057         Log: Subject: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
4058              From: Dave Mitchell <davem@fdgroup.com>
4059              Date: Wed, 3 Apr 2002 02:08:26 +0100
4060              Message-ID: <20020403020825.B16724@fdgroup.com>
4061      Branch: perl
4062            ! pp_ctl.c
4063 ____________________________________________________________________________
4064 [ 15704] By: jhi                                   on 2002/04/03  14:18:58
4065         Log: Prototype tweak for non-threaded builds.
4066      Branch: perl
4067            ! perl.c
4068 ____________________________________________________________________________
4069 [ 15703] By: jhi                                   on 2002/04/03  14:12:03
4070         Log: Detached threads do not help; they still hold resources.
4071      Branch: perl
4072            ! ext/threads/threads.pm pod/perldiag.pod
4073 ____________________________________________________________________________
4074 [ 15702] By: jhi                                   on 2002/04/03  13:55:17
4075         Log: Doc tweak from Wolfgang Laun.
4076      Branch: perl
4077            ! lib/File/Compare.pm
4078 ____________________________________________________________________________
4079 [ 15701] By: jhi                                   on 2002/04/03  13:49:11
4080         Log: Subject: [PATCH bleadperl] regexec.c
4081              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4082              Date: Wed, 3 Apr 2002 11:13:30 +0200
4083              Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu>
4084      Branch: perl
4085            ! regexec.c
4086 ____________________________________________________________________________
4087 [ 15700] By: jhi                                   on 2002/04/03  13:47:22
4088         Log: Document the "Cleanup skipped ..." warning.
4089      Branch: perl
4090            ! ext/threads/threads.pm pod/perldiag.pod
4091 ____________________________________________________________________________
4092 [ 15699] By: jhi                                   on 2002/04/03  13:35:58
4093         Log: Integrate perlio;
4094              
4095              Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
4096              
4097              Fix segfaults when mainthread exits with other threads running:
4098              - track number of running threads
4099              - if main thread calls perl_destruct() with other threads running
4100              skip most of cleanup (with a warning).
4101      Branch: perl
4102           !> embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
4103           !> lib/ExtUtils/xsubpp perl.c perl.h perlapi.h perlvars.h
4104           !> pod/perlapi.pod proto.h
4105 ____________________________________________________________________________
4106 [ 15698] By: nick                                  on 2002/04/03  13:15:30
4107         Log: Fix segfaults when mainthread exits with other threads running:
4108              - track number of running threads
4109              - if main thread calls perl_destruct() with other threads running
4110              skip most of cleanup (with a warning).
4111      Branch: perlio
4112            ! embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
4113            ! perl.c perl.h perlapi.h perlvars.h pod/perlapi.pod proto.h
4114 ____________________________________________________________________________
4115 [ 15697] By: nick                                  on 2002/04/03  07:34:13
4116         Log: Integrate mainline
4117      Branch: perlio
4118           +> lib/Net/Ping/t/250_ping_hires.t
4119           !> (integrate 33 files)
4120 ____________________________________________________________________________
4121 [ 15696] By: nick                                  on 2002/04/03  06:41:58
4122         Log: Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
4123      Branch: perlio
4124            ! lib/ExtUtils/xsubpp
4125 ____________________________________________________________________________
4126 [ 15695] By: jhi                                   on 2002/04/03  03:10:27
4127         Log: Subject: [PATCH @15047] debugger
4128              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4129              Date: Sat, 16 Mar 2002 04:38:50 -0500
4130              Message-ID: <20020316043850.A9223@math.ohio-state.edu>
4131      Branch: perl
4132            ! lib/perl5db.pl
4133 ____________________________________________________________________________
4134 [ 15694] By: jhi                                   on 2002/04/02  22:26:23
4135         Log: Third Degree flags.
4136      Branch: perl
4137            ! Makefile.SH
4138 ____________________________________________________________________________
4139 [ 15693] By: jhi                                   on 2002/04/02  21:19:21
4140         Log: Subject: [5.7.3 DOC PATCH] 'splice' with negative LENGTH
4141              From: Mark-Jason Dominus <mjd@plover.com>
4142              Date: Tue, 02 Apr 2002 16:35:11 -0500
4143              Message-ID: <20020402213511.27781.qmail@plover.com>
4144              
4145              (tweaked)
4146      Branch: perl
4147            ! pod/perlfunc.pod
4148 ____________________________________________________________________________
4149 [ 15692] By: jhi                                   on 2002/04/02  21:01:41
4150         Log: Upgrade to Tie::File 0.92, from mjd.
4151      Branch: perl
4152            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
4153            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
4154            ! lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/09_gen_rs.t
4155            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/16_handle.t
4156            ! lib/Tie/File/t/20_cache_full.t lib/Tie/File/t/30_defer.t
4157            ! lib/Tie/File/t/40_abs_cache.t
4158 ____________________________________________________________________________
4159 [ 15691] By: jhi                                   on 2002/04/02  20:42:56
4160         Log: Subject: [PATCH] Update my email address in perl.c
4161              From: Paul_GreenVOS@vos.stratus.com
4162              Date: Tue, 2 Apr 02 15:27 est
4163              Message-Id: <200204022027.PAA29837@mailhub1.stratus.com>
4164      Branch: perl
4165            ! AUTHORS perl.c
4166 ____________________________________________________________________________
4167 [ 15690] By: rgs                                   on 2002/04/02  20:36:04
4168         Log: POD fix.
4169      Branch: perl
4170            ! pod/perldelta.pod
4171 ____________________________________________________________________________
4172 [ 15689] By: jhi                                   on 2002/04/02  20:35:13
4173         Log: What started as a small nit (the charnames test, nit found
4174              be Hugo), ballooned a bit... the goal is Larry's wish that
4175              illegal Unicode (such as U+FFFF) by default doesn't warn,
4176              since what if somebody WANTS to create illegal Unicode?
4177              Now getting close to this in the regex runtime.
4178              (Also, fix more of my fixation that BOM would be U+FFFE.)
4179      Branch: perl
4180            ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c
4181            ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h
4182 ____________________________________________________________________________
4183 [ 15688] By: jhi                                   on 2002/04/02  18:57:19
4184         Log: Talk more about Net::Ping.
4185      Branch: perl
4186            ! pod/perldelta.pod
4187 ____________________________________________________________________________
4188 [ 15687] By: jhi                                   on 2002/04/02  18:35:27
4189         Log: Upgrade to Net::Ping 2.14.
4190      Branch: perl
4191            + lib/Net/Ping/t/250_ping_hires.t
4192            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/CHANGES
4193            ! lib/Net/Ping/README lib/Net/Ping/t/130_tcp_inst.t
4194            ! lib/Net/Ping/t/140_stream_inst.t
4195 ____________________________________________________________________________
4196 [ 15686] By: jhi                                   on 2002/04/02  18:09:46
4197         Log: XML::Parser 2.31 should be out shortly.
4198      Branch: perl
4199            ! pod/perldelta.pod
4200 ____________________________________________________________________________
4201 [ 15685] By: jhi                                   on 2002/04/02  17:37:44
4202         Log: Subject: RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm)
4203              From: George Necula <necula@eecs.berkeley.edu>
4204              Date: Tue, 2 Apr 2002 10:22:41 -0800
4205              Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu>
4206      Branch: perl
4207            ! lib/File/Spec/Cygwin.pm
4208 ____________________________________________________________________________
4209 [ 15684] By: jhi                                   on 2002/04/02  15:39:04
4210         Log: EBCDIC test tweak.
4211      Branch: perl
4212            ! pod/perldelta.pod t/uni/case.pl
4213 ____________________________________________________________________________
4214 [ 15683] By: nick                                  on 2002/04/02  15:36:17
4215         Log: Integrate mainline
4216      Branch: perlio
4217           !> NetWare/t/NWScripts.pl ext/Encode/Encode.xs lib/CPAN.pm
4218           !> lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
4219           !> lib/Net/SMTP.pm lib/perl5db.pl os2/os2ish.h perlio.c scope.c
4220 ____________________________________________________________________________
4221 [ 15682] By: jhi                                   on 2002/04/02  15:05:58
4222         Log: Subject: [PATCH @15047] ASCII vs BINARY on OS/2 in perlio
4223              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4224              Date: Tue, 2 Apr 2002 00:37:08 -0500
4225              Message-ID: <20020402003708.A8648@math.ohio-state.edu>
4226      Branch: perl
4227            ! os2/os2ish.h perlio.c
4228 ____________________________________________________________________________
4229 [ 15681] By: jhi                                   on 2002/04/02  15:01:34
4230         Log: Subject: [PATCH @15047] debugger again
4231              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4232              Date: Tue, 2 Apr 2002 00:30:31 -0500
4233              Message-ID: <20020402003030.A8567@math.ohio-state.edu>
4234      Branch: perl
4235            ! lib/perl5db.pl
4236 ____________________________________________________________________________
4237 [ 15680] By: jhi                                   on 2002/04/02  14:53:19
4238         Log: Subject: [PATCH @15047] test() in CPAN.pm
4239              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4240              Date: Tue, 2 Apr 2002 00:46:45 -0500
4241              Message-ID: <20020402004645.A8674@math.ohio-state.edu>
4242      Branch: perl
4243            ! lib/CPAN.pm
4244 ____________________________________________________________________________
4245 [ 15679] By: gbarr                                 on 2002/04/02  14:27:37
4246         Log: Sync with libnet-1.11
4247      Branch: perl
4248            ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
4249            ! lib/Net/SMTP.pm
4250 ____________________________________________________________________________
4251 [ 15678] By: jhi                                   on 2002/04/02  14:01:35
4252         Log: NetWare tweaks from C Aditya.
4253      Branch: perl
4254            ! NetWare/t/NWScripts.pl scope.c
4255 ____________________________________________________________________________
4256 [ 15677] By: jhi                                   on 2002/04/02  13:35:49
4257         Log: Subject: Re: [Encode] Perl community vs. Encode.xs; verdit reached
4258              From: Dan Kogai <dankogai@dan.co.jp>
4259              Date: Tue, 2 Apr 2002 22:21:47 +0900
4260              Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>
4261      Branch: perl
4262            ! ext/Encode/Encode.xs
4263 ____________________________________________________________________________
4264 [ 15676] By: jhi                                   on 2002/04/02  13:22:51
4265         Log: Integrate perlio;
4266              
4267              Calculate buffer size needs in float to avoid 32-bit overflow.
4268              
4269              Add buffer size growth test.
4270      Branch: perl
4271           +> ext/Encode/t/grow.t
4272           !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST
4273 ____________________________________________________________________________
4274 [ 15675] By: nick                                  on 2002/04/02  07:49:41
4275         Log: Add buffer size growth test.
4276      Branch: perlio
4277            + ext/Encode/t/grow.t
4278            ! MANIFEST ext/Encode/MANIFEST
4279 ____________________________________________________________________________
4280 [ 15674] By: nick                                  on 2002/04/02  07:40:49
4281         Log: Calculate buffer size needs in float to avoid 32-bit overflow.
4282      Branch: perlio
4283            ! ext/Encode/Encode.xs
4284 ____________________________________________________________________________
4285 [ 15673] By: nick                                  on 2002/04/02  07:40:06
4286         Log: Integrate mainline
4287      Branch: perlio
4288           +> (branch 102 files)
4289            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
4290            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
4291            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
4292            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
4293            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
4294            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
4295            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
4296            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
4297            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5-hkscs.ucm
4298            - ext/Encode/Encode/big5.ucm ext/Encode/Encode/cp1047.ucm
4299            - ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
4300            - ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
4301            - ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
4302            - ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/euc-cn.ucm
4303            - ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/euc-kr.ucm
4304            - ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
4305            - ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/hp-roman8.ucm
4306            - ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
4307            - ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
4308            - ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
4309            - ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
4310            - ext/Encode/Encode/ibm-1258.ucm ext/Encode/Encode/ir-165.ucm
4311            - ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/johab.ucm
4312            - ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-r.ucm
4313            - ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/ksc5601.ucm
4314            - ext/Encode/Encode/macCentEuro.ucm
4315            - ext/Encode/Encode/macCroatian.ucm
4316            - ext/Encode/Encode/macCyrillic.ucm
4317            - ext/Encode/Encode/macDingbats.ucm
4318            - ext/Encode/Encode/macGreek.ucm
4319            - ext/Encode/Encode/macIceland.ucm
4320            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
4321            - ext/Encode/Encode/macRumanian.ucm
4322            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
4323            - ext/Encode/Encode/macTurkish.ucm
4324            - ext/Encode/Encode/macUkraine.ucm
4325            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
4326            - ext/Encode/Encode/roman8.ucm ext/Encode/Encode/shiftjis.ucm
4327            - ext/Encode/Encode/symbol.ucm ext/Encode/Encode/viscii.ucm
4328            - ext/Encode/compile ext/Encode/encode.h
4329            - ext/Encode/lib/Encode/CN/2022_CN.pm
4330            - ext/Encode/lib/Encode/Details.pod ext/Encode/ucm2table
4331            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
4332            - lib/Memoize/t/expire_module_t.t lib/encoding.pm lib/encoding.t
4333            - lib/unicore/PropertyValueAliases.txt
4334           !> (integrate 143 files)
4335 ____________________________________________________________________________
4336 [ 15672] By: ams                                   on 2002/04/02  04:42:44
4337         Log: Win32 fix for Tie::File from MJD.
4338      Branch: perl
4339            ! lib/Tie/File.pm
4340 ____________________________________________________________________________
4341 [ 15671] By: jhi                                   on 2002/04/02  01:59:40
4342         Log: Add a few tests to the timing-sensitive list.
4343      Branch: perl
4344            ! INSTALL
4345 ____________________________________________________________________________
4346 [ 15670] By: jhi                                   on 2002/04/01  20:57:03
4347         Log: Subject: [PATCH sort.t] extensive regression testing
4348              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4349              Date: Mon, 1 Apr 2002 23:50:24 +0200
4350              Message-ID: <20020401235024.E677@rafael>
4351      Branch: perl
4352            ! lib/sort.t
4353 ____________________________________________________________________________
4354 [ 15669] By: jhi                                   on 2002/04/01  20:38:57
4355         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)
4356              From: Nicholas Clark <nick@unfortu.net>
4357              Date: Mon, 1 Apr 2002 21:54:05 +0100
4358              Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net>
4359      Branch: perl
4360            ! lib/Memoize/t/errors.t
4361 ____________________________________________________________________________
4362 [ 15668] By: jhi                                   on 2002/04/01  20:33:06
4363         Log: Subject: getting rid of a few superfluous $&/$`
4364              From: Jeffrey Friedl <jfriedl@yahoo.com>
4365              Date: Mon, 1 Apr 2002 01:32:34 -0800 (PST)
4366              Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com>
4367              
4368              (with more-backward-compat than just using @- and @+, also by Jeffrey)
4369              
4370              (The version number of Text::Balanced intentionally not
4371              increased since Damian will make a new release after 5.8)
4372      Branch: perl
4373            ! lib/Pod/Html.pm lib/Text/Balanced.pm
4374 ____________________________________________________________________________
4375 [ 15667] By: jhi                                   on 2002/04/01  20:16:46
4376         Log: Subject: [PATCH 5.7.3 TESTS]
4377              From: mjd@plover.com
4378              Date: 1 Apr 2002 20:32:18 -0000
4379              Message-ID: <20020401203218.25230.qmail@plover.com>
4380      Branch: perl
4381            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
4382            ! t/op/tiearray.t t/test.pl
4383 ____________________________________________________________________________
4384 [ 15666] By: jhi                                   on 2002/04/01  20:13:49
4385         Log: Subject: [PATCH] VOS-specific patch to iperlsys.h to work around errno bu
4386              From: Paul_GreenVOS@vos.stratus.com
4387              Date: Mon, 1 Apr 02 15:15 est
4388              Message-Id: <200204012048.PAA05178@mailhub2.stratus.com>
4389      Branch: perl
4390            ! iperlsys.h
4391 ____________________________________________________________________________
4392 [ 15665] By: jhi                                   on 2002/04/01  19:14:18
4393         Log: Subject: [PATCH] VOS-only change to lib/ExtUtils/MM_Unix.pm
4394              From: Paul_GreenVOS@vos.stratus.com
4395              Date: Mon, 1 Apr 02 14:11 est
4396              Message-Id: <200204011911.OAA06024@mailhub1.stratus.com>
4397      Branch: perl
4398            ! lib/ExtUtils/MM_Unix.pm
4399 ____________________________________________________________________________
4400 [ 15664] By: jhi                                   on 2002/04/01  17:58:49
4401         Log: Subject: [PATCH] (not solving: Re: Storable can't do utf8 hash keys)
4402              From: Nicholas Clark <nick@unfortu.net>
4403              Date: Mon, 1 Apr 2002 19:30:05 +0100
4404              Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net>
4405      Branch: perl
4406            ! t/op/pat.t t/op/utfhash.t
4407 ____________________________________________________________________________
4408 [ 15663] By: jhi                                   on 2002/04/01  17:56:27
4409         Log: Subject: [PATCH 5.7.3] warning for split(/.../g, ...);
4410              From: Mark-Jason Dominus <mjd@plover.com>
4411              Date: Mon, 01 Apr 2002 13:22:01 -0500
4412              Message-ID: <20020401182201.21189.qmail@plover.com>
4413      Branch: perl
4414            ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op
4415 ____________________________________________________________________________
4416 [ 15662] By: jhi                                   on 2002/04/01  17:06:10
4417         Log: Update Changes.
4418      Branch: perl
4419            ! Changes patchlevel.h
4420 ____________________________________________________________________________
4421 [ 15661] By: jhi                                   on 2002/04/01  16:22:54
4422         Log: Subject: [PATCH 5.7.3 DOC]
4423              From: mjd@plover.com
4424              Date: 1 Apr 2002 17:23:40 -0000
4425              Message-ID: <20020401172340.16410.qmail@plover.com>
4426      Branch: perl
4427            ! pod/perldelta.pod
4428 ____________________________________________________________________________
4429 [ 15660] By: jhi                                   on 2002/04/01  15:38:56
4430         Log: CRAY TS does not have -h rounddiv, from Keith Thompson.
4431      Branch: perl
4432            ! hints/unicos.sh
4433 ____________________________________________________________________________
4434 [ 15659] By: jhi                                   on 2002/04/01  15:14:13
4435         Log: Advertise piconv and enc2xs.
4436      Branch: perl
4437            ! pod/perldelta.pod
4438 ____________________________________________________________________________
4439 [ 15658] By: jhi                                   on 2002/04/01  15:08:02
4440         Log: Add enc2xs.
4441      Branch: perl
4442            + utils/enc2xs.PL
4443            ! MANIFEST utils/Makefile
4444 ____________________________________________________________________________
4445 [ 15657] By: jhi                                   on 2002/04/01  14:28:09
4446         Log: Integrate perlio;
4447              
4448              Be more explicit testing for \015 not \r
4449      Branch: perl
4450           !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod
4451           !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c
4452 ____________________________________________________________________________
4453 [ 15656] By: jhi                                   on 2002/04/01  14:22:14
4454         Log: Subject: BOM, 0xFFFE, 0xFEFF, etc.
4455              From: Philip Newton <Philip.Newton@gmx.net>
4456              Date: Mon, 01 Apr 2002 17:06:18 +0200
4457              Message-ID: <aptgauk21cvnpiotsrm3gaul98j2dqsj9p@4ax.com>
4458      Branch: perl
4459            ! lib/charnames.pm lib/charnames.t
4460 ____________________________________________________________________________
4461 [ 15655] By: jhi                                   on 2002/04/01  13:56:06
4462         Log: Subject: detypo patch
4463              From: andreas.koenig@anima.de (Andreas J. Koenig)
4464              Date: Mon, 01 Apr 2002 10:09:21 +0200
4465              Message-ID: <m3r8lzsuvi.fsf@anima.de>
4466      Branch: perl
4467            ! INSTALL
4468 ____________________________________________________________________________
4469 [ 15654] By: jhi                                   on 2002/04/01  13:49:57
4470         Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER  MARK,
4471              From: Philip Newton <Philip.Newton@gmx.net>
4472              Date: Mon, 01 Apr 2002 08:12:01 +0200
4473              Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com>
4474      Branch: perl
4475            ! lib/charnames.pm lib/charnames.t
4476 ____________________________________________________________________________
4477 [ 15653] By: nick                                  on 2002/04/01  09:20:24
4478         Log: Be more explicit testing for \015 not \r
4479      Branch: perlio
4480            ! t/io/crlf.t
4481 ____________________________________________________________________________
4482 [ 15652] By: jhi                                   on 2002/04/01  04:41:45
4483         Log: If under UTF-8 locale the utf8.pm really needs to be found.
4484      Branch: perl
4485            ! t/comp/cpp.t t/run/switchPx.t
4486 ____________________________________________________________________________
4487 [ 15651] By: jhi                                   on 2002/04/01  02:55:22
4488         Log: Upgrade to Tie::File 0.91, from mjd.
4489      Branch: perl
4490            + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t
4491            + lib/Tie/File/t/26_twrite.t
4492            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
4493            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
4494            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
4495            ! lib/Tie/File/t/16_handle.t
4496 ____________________________________________________________________________
4497 [ 15650] By: jhi                                   on 2002/04/01  02:49:14
4498         Log: DJGPP tweaks from Laszlo.
4499      Branch: perl
4500            ! lib/ExtUtils/MM_DOS.pm util.c
4501 ____________________________________________________________________________
4502 [ 15649] By: jhi                                   on 2002/04/01  02:47:14
4503         Log: Discussion about minimal installations.
4504      Branch: perl
4505            ! INSTALL
4506 ____________________________________________________________________________
4507 [ 15648] By: jhi                                   on 2002/04/01  02:42:41
4508         Log: Comment tweak from Hugo.
4509      Branch: perl
4510            ! regexec.c
4511 ____________________________________________________________________________
4512 [ 15647] By: jhi                                   on 2002/04/01  02:30:18
4513         Log: Another UTF-8 locale tweak from Hugo.
4514      Branch: perl
4515            ! regexec.c
4516 ____________________________________________________________________________
4517 [ 15646] By: jhi                                   on 2002/04/01  02:26:49
4518         Log: Document the known MacOS X locale problem.
4519      Branch: perl
4520            ! pod/perldelta.pod
4521 ____________________________________________________________________________
4522 [ 15645] By: jhi                                   on 2002/04/01  02:17:50
4523         Log: Regex fix from Hugo: in UTF-8 locales the character
4524              counting code didn't work right for minimal matches.
4525      Branch: perl
4526            ! regexec.c
4527 ____________________________________________________________________________
4528 [ 15644] By: jhi                                   on 2002/04/01  02:02:32
4529         Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8
4530              From: Spider Boardman <spider@Orb.Nashua.NH.US>
4531              Date: Sun, 31 Mar 2002 20:32:43 -0500
4532              Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US>
4533      Branch: perl
4534            ! lib/ExtUtils/xsubpp
4535 ____________________________________________________________________________
4536 [ 15643] By: jhi                                   on 2002/04/01  02:00:10
4537         Log: Document known FreeBSD locale glitch. 
4538      Branch: perl
4539            ! pod/perldelta.pod
4540 ____________________________________________________________________________
4541 [ 15642] By: jhi                                   on 2002/04/01  00:57:44
4542         Log: There is --list in glibc iconv.
4543      Branch: perl
4544            ! ext/Encode/bin/piconv
4545 ____________________________________________________________________________
4546 [ 15641] By: jhi                                   on 2002/03/31  23:18:51
4547         Log: Slight usage tweaks to piconv: show usage with
4548              no -t -f or -l arguments, or with -h.
4549      Branch: perl
4550            ! ext/Encode/bin/piconv
4551 ____________________________________________________________________________
4552 [ 15640] By: jhi                                   on 2002/03/31  23:08:28
4553         Log: Get the piconv installed.
4554      Branch: perl
4555            + utils/piconv.PL
4556            ! MANIFEST utils/Makefile
4557 ____________________________________________________________________________
4558 [ 15639] By: jhi                                   on 2002/03/31  22:35:21
4559         Log: Spelling tweaks.
4560      Branch: perl
4561            ! ext/Encode/bin/piconv
4562 ____________________________________________________________________________
4563 [ 15638] By: jhi                                   on 2002/03/31  22:31:29
4564         Log: Upgrade to Encode 1.11, from Dan Kogai.
4565      Branch: perl
4566            + ext/Encode/Encode/Changes.e2x
4567            + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x
4568            + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x
4569            + ext/Encode/bin/ucm2table ext/Encode/encoding.pm
4570            + ext/Encode/t/encoding.t ext/Encode/t/jperl.t
4571            + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
4572            + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
4573            + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
4574            + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
4575            + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
4576            + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
4577            + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
4578            + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm
4579            + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm
4580            + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm
4581            + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm
4582            + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
4583            + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm
4584            + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm
4585            + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm
4586            + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm
4587            + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm
4588            + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
4589            + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
4590            + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
4591            + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
4592            + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm
4593            + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm
4594            + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm
4595            + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm
4596            + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
4597            + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm
4598            + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm
4599            + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm
4600            + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm
4601            + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
4602            + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm
4603            + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm
4604            + ext/Encode/ucm/viscii.ucm
4605            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
4606            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
4607            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
4608            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
4609            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
4610            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
4611            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
4612            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
4613            - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
4614            - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
4615            - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
4616            - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
4617            - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
4618            - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
4619            - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
4620            - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
4621            - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
4622            - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
4623            - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
4624            - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
4625            - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
4626            - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
4627            - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
4628            - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
4629            - ext/Encode/Encode/ksc5601.ucm
4630            - ext/Encode/Encode/macCentEuro.ucm
4631            - ext/Encode/Encode/macCroatian.ucm
4632            - ext/Encode/Encode/macCyrillic.ucm
4633            - ext/Encode/Encode/macDingbats.ucm
4634            - ext/Encode/Encode/macGreek.ucm
4635            - ext/Encode/Encode/macIceland.ucm
4636            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
4637            - ext/Encode/Encode/macRumanian.ucm
4638            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
4639            - ext/Encode/Encode/macTurkish.ucm
4640            - ext/Encode/Encode/macUkraine.ucm
4641            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
4642            - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
4643            - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table
4644            - lib/encoding.pm lib/encoding.t
4645            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
4646            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
4647            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
4648            ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL
4649            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
4650            ! ext/Encode/Makefile.PL ext/Encode/README
4651            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
4652            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
4653            ! ext/Encode/lib/Encode/Alias.pm
4654            ! ext/Encode/lib/Encode/Supported.pod
4655 ____________________________________________________________________________
4656 [ 15637] By: jhi                                   on 2002/03/31  20:50:23
4657         Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
4658              make viacode no-allocatedcode to return the 0xFFFD) tweaks,
4659              respective test    and doc tweaks.
4660      Branch: perl
4661            ! lib/charnames.pm lib/charnames.t
4662 ____________________________________________________________________________
4663 [ 15636] By: jhi                                   on 2002/03/31  20:34:29
4664         Log: Subject: [PATCH] Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
4665              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4666              Date: Sun, 31 Mar 2002 22:47:31 +0200
4667              Message-ID: <20020331224731.E854@rafael>
4668      Branch: perl
4669            ! pod/perlfunc.pod
4670 ____________________________________________________________________________
4671 [ 15635] By: jhi                                   on 2002/03/31  19:45:33
4672         Log: Subject: [PATCH] __attribute__ problems with g++
4673              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4674              Date: Sun, 31 Mar 2002 22:43:03 +0200
4675              Message-ID: <3CA790F7.23864.27BD5B4@localhost>
4676      Branch: perl
4677            ! perl.h
4678 ____________________________________________________________________________
4679 [ 15634] By: jhi                                   on 2002/03/31  19:28:38
4680         Log: Put back the #! line, false alarm.
4681      Branch: perl
4682            ! lib/ExtUtils/t/Constant.t
4683 ____________________________________________________________________________
4684 [ 15633] By: jhi                                   on 2002/03/31  15:07:20
4685         Log: Subject: Re: [Patch] pod/perlvar.pod
4686              From: Philip Newton <Philip.Newton@gmx.net>
4687              Date: Sun, 31 Mar 2002 07:40:43 +0200
4688              Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>
4689      Branch: perl
4690            ! pod/perlvar.pod
4691 ____________________________________________________________________________
4692 [ 15632] By: jhi                                   on 2002/03/31  03:03:11
4693         Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere
4694              From: Spider Boardman <spider@Orb.Nashua.NH.US>
4695              Date: Sat, 30 Mar 2002 21:37:37 -0500
4696              Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US>      
4697      Branch: perl
4698            ! ext/Socket/socketpair.t
4699 ____________________________________________________________________________
4700 [ 15631] By: jhi                                   on 2002/03/30  23:30:45
4701         Log: Subject: Re: compile tweak for Win32
4702              From: Michael G Schwern <schwern@pobox.com>
4703              Date: Fri, 29 Mar 2002 17:48:22 -0500      
4704              Message-ID: <20020329224822.GG16816@blackrider>
4705      Branch: perl
4706            ! win32/buildext.pl
4707 ____________________________________________________________________________
4708 [ 15630] By: jhi                                   on 2002/03/30  23:21:56
4709         Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C
4710              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4711              Date: Sat, 30 Mar 2002 22:19:46 +0100
4712              Message-ID: <20020330221946.A28497@rafael>
4713      Branch: perl
4714            ! t/lib/1_compile.t
4715 ____________________________________________________________________________
4716 [ 15629] By: jhi                                   on 2002/03/30  23:21:23
4717         Log: Subject: [PATCH regmesg.t] increase output verbosity
4718              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4719              Date: Sat, 30 Mar 2002 22:34:08 +0100
4720              Message-ID: <20020330223408.C28497@rafael>
4721      Branch: perl
4722            ! t/op/regmesg.t
4723 ____________________________________________________________________________
4724 [ 15628] By: jhi                                   on 2002/03/30  23:19:59
4725         Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t
4726              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4727              Date: Sat, 30 Mar 2002 21:36:23 +0100
4728              Message-ID: <20020330213623.A677@rafael>
4729      Branch: perl
4730            ! regcomp.c
4731 ____________________________________________________________________________
4732 [ 15627] By: jhi                                   on 2002/03/30  17:43:51
4733         Log: If using a network filesystem several different hosts
4734              may be trying to lock the same file.  In this case offering
4735              to kill the other process is not that helpful.  (Unless one
4736              has *real* clustering, but that's not usually the case.)
4737      Branch: perl
4738            ! lib/CPAN.pm
4739 ____________________________________________________________________________
4740 [ 15626] By: jhi                                   on 2002/03/30  16:52:09
4741         Log: Subject: [DOC PATCH] Document Dumpvalue::stringify
4742              From: andreas.koenig@anima.de (Andreas J. Koenig)
4743              Date: Sat, 30 Mar 2002 06:12:36 +0100
4744              Message-ID: <m3hemyvdtn.fsf@anima.de>
4745      Branch: perl
4746            ! lib/Dumpvalue.pm
4747 ____________________________________________________________________________
4748 [ 15625] By: jhi                                   on 2002/03/30  16:50:33
4749         Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script...
4750              From: Jeremy Zawodny <Jeremy@Zawodny.com>
4751              Date: Fri, 29 Mar 2002 17:55:20 -0800
4752              Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com>
4753      Branch: perl
4754            ! utils/dprofpp.PL
4755 ____________________________________________________________________________
4756 [ 15624] By: jhi                                   on 2002/03/30  16:03:12
4757         Log: Subject: [Patch] pod/perlvar.pod
4758              From: Dan Kogai <dankogai@dan.co.jp>
4759              Date: Sun, 31 Mar 2002 02:03:36 +0900
4760              Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>
4761      Branch: perl
4762            ! pod/perlvar.pod
4763 ____________________________________________________________________________
4764 [ 15623] By: jhi                                   on 2002/03/30  15:56:31
4765         Log: Subject: [PATCH] MM & Encode fixes
4766              From: Michael G Schwern <schwern@pobox.com>
4767              Date: Sat, 30 Mar 2002 06:41:56 -0500
4768              Message-ID: <20020330114156.GA16533@blackrider>
4769      Branch: perl
4770            + lib/ExtUtils/t/basic.t
4771            - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
4772            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
4773            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
4774            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
4775            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
4776            ! lib/ExtUtils/t/hints.t
4777 ____________________________________________________________________________
4778 [ 15622] By: jhi                                   on 2002/03/30  15:13:30
4779         Log: EBCDICification.
4780      Branch: perl
4781            ! lib/charnames.t
4782 ____________________________________________________________________________
4783 [ 15621] By: jhi                                   on 2002/03/30  15:12:45
4784         Log: Upgrade to Tie::File 0.90, from mjd.
4785      Branch: perl
4786            + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t
4787            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
4788            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
4789            ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
4790            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
4791            ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t
4792            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
4793            ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t
4794            ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
4795 ____________________________________________________________________________
4796 [ 15620] By: jhi                                   on 2002/03/29  22:25:35
4797         Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ?
4798              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4799              Date: Sat, 30 Mar 2002 00:20:39 +0100
4800              Message-ID: <20020330002039.A716@rafael>
4801      Branch: perl
4802            ! lib/sort.pm
4803 ____________________________________________________________________________
4804 [ 15619] By: jhi                                   on 2002/03/29  22:15:37
4805         Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1
4806              From: Michael G Schwern <schwern@pobox.com>
4807              Date: Fri, 29 Mar 2002 18:14:20 -0500
4808              Message-ID: <20020329231419.GI16816@blackrider>
4809      Branch: perl
4810            ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64
4811            ! wince/Makefile.ce
4812 ____________________________________________________________________________
4813 [ 15618] By: jhi                                   on 2002/03/29  22:09:26
4814         Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t
4815              From: Paul_GreenVOS@vos.stratus.com
4816              Date: Fri, 29 Mar 02 18:01 est
4817              Message-Id: <200203292301.SAA22919@mailhub1.stratus.com>
4818      Branch: perl
4819            ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t
4820 ____________________________________________________________________________
4821 [ 15617] By: jhi                                   on 2002/03/29  22:02:28
4822         Log: AUTHORS updates.
4823      Branch: perl
4824            ! AUTHORS
4825 ____________________________________________________________________________
4826 [ 15616] By: jhi                                   on 2002/03/29  21:00:32
4827         Log: Upgrade to Encode 1.01, from Dan Kogai.
4828      Branch: perl
4829            ! ext/Encode/Changes ext/Encode/Encode.pm
4830            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
4831            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
4832            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
4833            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
4834            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
4835            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
4836            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
4837            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
4838            ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
4839            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
4840            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
4841            ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
4842            ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
4843            ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
4844            ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
4845            ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
4846            ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
4847            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
4848            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
4849            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
4850            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
4851            ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
4852            ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
4853            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
4854            ! ext/Encode/Encode/ksc5601.ucm
4855            ! ext/Encode/Encode/macCentEuro.ucm
4856            ! ext/Encode/Encode/macCroatian.ucm
4857            ! ext/Encode/Encode/macCyrillic.ucm
4858            ! ext/Encode/Encode/macDingbats.ucm
4859            ! ext/Encode/Encode/macGreek.ucm
4860            ! ext/Encode/Encode/macIceland.ucm
4861            ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
4862            ! ext/Encode/Encode/macRumanian.ucm
4863            ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
4864            ! ext/Encode/Encode/macTurkish.ucm
4865            ! ext/Encode/Encode/macUkraine.ucm
4866            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
4867            ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
4868            ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL
4869            ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv
4870            ! ext/Encode/lib/Encode/CJKConstants.pm
4871            ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t
4872            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
4873            ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table
4874 ____________________________________________________________________________
4875 [ 15615] By: jhi                                   on 2002/03/29  18:47:01
4876         Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS
4877              From: "Craig A. Berry" <craigberry@mac.com>
4878              Date: Fri, 29 Mar 2002 13:46:28 -0600
4879              Message-Id: <a05101501b8ca725b1d7f@[172.16.52.1]>
4880      Branch: perl
4881            ! configure.com
4882 ____________________________________________________________________________
4883 [ 15614] By: jhi                                   on 2002/03/29  18:34:27
4884         Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
4885              which one has to get from the CPAN distribution.
4886      Branch: perl
4887            + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t
4888            + lib/Memoize/t/expmod_t.t
4889            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
4890            - lib/Memoize/t/expire_module_t.t
4891            ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm
4892            ! lib/Memoize/README
4893 ____________________________________________________________________________
4894 [ 15613] By: jhi                                   on 2002/03/29  17:40:09
4895         Log: metaconfig unit tweak.
4896      Branch: metaconfig/U/perl
4897            ! versiononly.U
4898 ____________________________________________________________________________
4899 [ 15612] By: jhi                                   on 2002/03/29  17:39:38
4900         Log: Configure-related tweaks.
4901      Branch: perl
4902            ! Porting/Glossary Porting/config.sh Porting/config_H
4903            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4904            ! vos/config.ga.h
4905 ____________________________________________________________________________
4906 [ 15611] By: jhi                                   on 2002/03/29  17:27:51
4907         Log: Ooops.
4908      Branch: perl
4909            ! t/op/ver.t
4910 ____________________________________________________________________________
4911 [ 15610] By: jhi                                   on 2002/03/29  17:26:42
4912         Log: Subject: [PATCH @15606] d_time for vms
4913              From: "Craig A. Berry" <craigberry@mac.com>
4914              Date: Fri, 29 Mar 2002 11:58:29 -0600
4915              Message-Id: <a05101500b8ca5a9c8cc6@[192.168.56.168]>
4916      Branch: perl
4917            ! configure.com
4918 ____________________________________________________________________________
4919 [ 15609] By: jhi                                   on 2002/03/29  17:25:26
4920         Log: Subject: Re: Regex-Unicode bugs
4921              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4922              Date: Thu, 28 Mar 2002 10:12:35 +0100
4923              Message-ID: <20020328101235.F678@rafael>
4924      Branch: perl
4925            ! t/op/regmesg.t
4926 ____________________________________________________________________________
4927 [ 15608] By: jhi                                   on 2002/03/29  17:21:22
4928         Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions
4929              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4930              Date: Fri, 29 Mar 2002 16:53:27 +0000
4931              Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk>
4932      Branch: perl
4933            ! pod/perlre.pod pod/perlretut.pod
4934 ____________________________________________________________________________
4935 [ 15607] By: jhi                                   on 2002/03/29  17:19:26
4936         Log: Subject: Re: debugger debuggers wanted
4937              From: spidb@cpan.org
4938              Date: Fri, 29 Mar 2002 06:34:11 -0500
4939              Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US>
4940      Branch: perl
4941            ! lib/perl5db.pl
4942 ____________________________________________________________________________
4943 [ 15606] By: jhi                                   on 2002/03/29  15:42:51
4944         Log: Update Changes.
4945      Branch: perl
4946            ! Changes patchlevel.h
4947 ____________________________________________________________________________
4948 [ 15605] By: jhi                                   on 2002/03/29  15:36:43
4949         Log: Rename for 8.3-friendliness.
4950      Branch: perl
4951            + lib/unicore/PropValueAliases.txt
4952            - lib/unicore/PropertyValueAliases.txt
4953            ! MANIFEST lib/unicore/README.perl
4954 ____________________________________________________________________________
4955 [ 15604] By: jhi                                   on 2002/03/29  15:33:19
4956         Log: Retract ExtUtils/t/basic.t until it works.
4957      Branch: perl
4958            - lib/ExtUtils/t/basic.t
4959            ! MANIFEST
4960 ____________________________________________________________________________
4961 [ 15603] By: jhi                                   on 2002/03/29  15:12:08
4962         Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
4963              From: Slaven Rezic <slaven.rezic@berlin.de>
4964              Date: 28 Mar 2002 22:27:14 +0100
4965              Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
4966      Branch: perl
4967            ! hints/freebsd.sh
4968 ____________________________________________________________________________
4969 [ 15602] By: jhi                                   on 2002/03/29  15:10:43
4970         Log: Interesting... where did this come from?
4971              (The Configure change in #15600)
4972      Branch: perl
4973            ! config_h.SH
4974 ____________________________________________________________________________
4975 [ 15601] By: jhi                                   on 2002/03/29  15:10:12
4976         Log: metaconfig unit change for #15600.
4977      Branch: metaconfig/U/perl
4978            ! versiononly.U
4979 ____________________________________________________________________________
4980 [ 15600] By: jhi                                   on 2002/03/29  15:08:22
4981         Log: Subject: versiononly should not put `old' versions in inc
4982              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4983              Date: Fri, 29 Mar 2002 12:53:49 +0100
4984              Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
4985      Branch: perl
4986            ! Configure
4987 ____________________________________________________________________________
4988 [ 15599] By: jhi                                   on 2002/03/29  14:45:52
4989         Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
4990              From: Michael G Schwern <schwern@pobox.com>
4991              Date: Fri, 29 Mar 2002 04:12:47 -0500
4992              Message-ID: <20020329091247.GA7432@blackrider>
4993              
4994              (with two nits: (1) change lib/Extutils/Command/MM.pm
4995              in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
4996              @INC to compile.t)
4997      Branch: perl
4998            + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
4999            + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
5000            + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
5001            + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
5002            + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
5003            + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
5004            + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
5005            + lib/ExtUtils/t/Problem-Module/Makefile.PL
5006            + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
5007            + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
5008            + t/lib/MakeMaker/Test/Utils.pm
5009            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
5010            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
5011            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
5012            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
5013            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
5014            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
5015            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
5016            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
5017            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
5018            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
5019            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
5020            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
5021            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
5022            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
5023            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
5024            ! t/lib/TieOut.pm
5025 ____________________________________________________________________________
5026 [ 15598] By: jhi                                   on 2002/03/29  14:11:58
5027         Log: Leftovers from Encode 0.99.
5028      Branch: perl
5029            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
5030            - ext/Encode/compile ext/Encode/encode.h
5031            - ext/Encode/lib/Encode/CN/2022_CN.pm
5032            - ext/Encode/lib/Encode/Details.pod
5033 ____________________________________________________________________________
5034 [ 15597] By: nick                                  on 2002/03/29  14:03:35
5035         Log: Integrate mainline
5036      Branch: perlio
5037           +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
5038           +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
5039           +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
5040           !> (integrate 130 files)
5041 ____________________________________________________________________________
5042 [ 15596] By: jhi                                   on 2002/03/29  13:46:35
5043         Log: Subject: Another Unicode-3.2-induced doc fix
5044              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5045              Date: Fri, 29 Mar 2002 21:45:47 +0900
5046              Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
5047      Branch: perl
5048            ! ext/Unicode/Normalize/Normalize.pm
5049 ____________________________________________________________________________
5050 [ 15595] By: jhi                                   on 2002/03/29  13:44:25
5051         Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
5052              From: Slaven Rezic <slaven.rezic@berlin.de>
5053              Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
5054              Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
5055      Branch: perl
5056            ! reentr.c reentr.pl
5057 ____________________________________________________________________________
5058 [ 15594] By: jhi                                   on 2002/03/29  13:38:48
5059         Log: Subject: [PATCH] Quieting OS X
5060              From: Michael G Schwern <schwern@pobox.com>
5061              Date: Fri, 29 Mar 2002 05:46:23 -0500
5062              Message-ID: <20020329104622.GA9163@blackrider>
5063      Branch: perl
5064            ! ext/POSIX/t/posix.t t/op/stat.t
5065 ____________________________________________________________________________
5066 [ 15593] By: ams                                   on 2002/03/29  07:32:22
5067         Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
5068              From: Paul_GreenVOS@vos.stratus.com
5069              Date: Fri, 29 Mar 02 0:05 est
5070              Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
5071      Branch: perl
5072            ! ext/Time/HiRes/HiRes.xs
5073 ____________________________________________________________________________
5074 [ 15592] By: ams                                   on 2002/03/29  07:28:29
5075         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
5076              From: Spider Boardman <spidb@cpan.org>
5077              Date: Fri, 29 Mar 2002 00:52:24 -0500
5078              Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
5079      Branch: perl
5080            ! op.c t/op/attrs.t
5081 ____________________________________________________________________________
5082 [ 15591] By: jhi                                   on 2002/03/29  03:15:18
5083         Log: It's perlce.
5084      Branch: perl
5085            ! pod/perldelta.pod
5086 ____________________________________________________________________________
5087 [ 15590] By: jhi                                   on 2002/03/29  02:59:03
5088         Log: MPE/iX tweaks from Mark Bixby.
5089      Branch: perl
5090            ! ext/Storable/t/lock.t mpeix/relink
5091 ____________________________________________________________________________
5092 [ 15589] By: jhi                                   on 2002/03/29  02:30:48
5093         Log: Upgrade to Encode 1.00, from Dan Kogai.
5094              
5095              (one nit: bin/enc2xs needed also ../..)
5096      Branch: perl
5097            + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
5098            + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
5099            + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
5100            ! (edit 104 files)
5101 ____________________________________________________________________________
5102 [ 15588] By: jhi                                   on 2002/03/29  01:38:10
5103         Log: Subject: [PATCH] NEXT LINE --> NEL
5104              From: Philip Newton <Philip.Newton@gmx.net>
5105              Date: Thu, 28 Mar 2002 21:03:10 +0000
5106              Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
5107      Branch: perl
5108            ! lib/charnames.pm lib/charnames.t
5109 ____________________________________________________________________________
5110 [ 15587] By: jhi                                   on 2002/03/28  18:17:08
5111         Log: binmode :bytes, again.
5112      Branch: perl
5113            ! lib/utf8.t
5114 ____________________________________________________________________________
5115 [ 15586] By: jhi                                   on 2002/03/28  16:23:41
5116         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
5117              From: Mark-Jason Dominus <mjd@plover.com>
5118              Date: Thu, 28 Mar 2002 10:36:03 -0500
5119              Message-ID: <20020328153603.11992.qmail@plover.com>
5120      Branch: perl
5121            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
5122 ____________________________________________________________________________
5123 [ 15585] By: jhi                                   on 2002/03/28  16:20:03
5124         Log: Support Unicode 3.1 names, names without the (XX), and BOM.
5125      Branch: perl
5126            ! lib/charnames.pm lib/charnames.t pp_pack.c
5127 ____________________________________________________________________________
5128 [ 15584] By: jhi                                   on 2002/03/28  15:52:30
5129         Log: If expecting UTF-8, probably not expecting UTF-16.
5130      Branch: perl
5131            ! t/comp/require.t
5132 ____________________________________________________________________________
5133 [ 15583] By: jhi                                   on 2002/03/28  13:48:29
5134         Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
5135              From: Paul_GreenVOS@vos.stratus.com
5136              Date: Thu, 28 Mar 02 8:22 est
5137              Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
5138      Branch: perl
5139            ! lib/Time/Local.pm
5140 ____________________________________________________________________________
5141 [ 15582] By: jhi                                   on 2002/03/28  13:47:14
5142         Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
5143              From: Paul_GreenVOS@vos.stratus.com
5144              Date: Thu, 28 Mar 02 7:46 est
5145              Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
5146      Branch: perl
5147            ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
5148 ____________________________________________________________________________
5149 [ 15581] By: jhi                                   on 2002/03/28  13:45:48
5150         Log: A little bit better error message for \pq, still
5151              not good because the script context is not shown.
5152      Branch: perl
5153            ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
5154 ____________________________________________________________________________
5155 [ 15580] By: jhi                                   on 2002/03/28  13:28:44
5156         Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
5157              From: Jeffrey Friedl <jfriedl@yahoo.com>
5158              Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
5159              Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
5160      Branch: perl
5161            ! sv.c t/op/pat.t
5162 ____________________________________________________________________________
5163 [ 15579] By: jhi                                   on 2002/03/28  13:22:25
5164         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
5165              From: Mark-Jason Dominus <mjd@plover.com>
5166              Date: Thu, 28 Mar 2002 05:04:40 -0500
5167              Message-ID: <20020328100440.22081.qmail@plover.com>
5168      Branch: perl
5169            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
5170 ____________________________________________________________________________
5171 [ 15578] By: jhi                                   on 2002/03/28  13:19:21
5172         Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
5173              From: mjd@plover.com
5174              Date: 28 Mar 2002 09:22:06 -0000
5175              Message-ID: <20020328092206.18833.qmail@plover.com>
5176      Branch: perl
5177            ! lib/encoding.t
5178 ____________________________________________________________________________
5179 [ 15577] By: jhi                                   on 2002/03/28  13:03:48
5180         Log: Unicode 3.2.0-induced doc tweaks.
5181      Branch: perl
5182            ! pod/perlretut.pod pod/perlunicode.pod
5183 ____________________________________________________________________________
5184 [ 15576] By: nick                                  on 2002/03/28  07:40:04
5185         Log: Integrate mainline (clean in Win32/MinGW but for end.t)
5186      Branch: perlio
5187           +> (branch 31 files)
5188           !> (integrate 162 files)
5189 ____________________________________________________________________________
5190 [ 15575] By: jhi                                   on 2002/03/28  04:19:51
5191         Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
5192              From: Paul_GreenVOS@vos.stratus.com
5193              Date: Thu, 28 Mar 02 0:16 est
5194              Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
5195      Branch: perl
5196            ! ext/POSIX/t/posix.t
5197 ____________________________________________________________________________
5198 [ 15574] By: jhi                                   on 2002/03/28  04:07:23
5199         Log: Subject: Re: Regex-Unicode bugs
5200              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5201              Date: Wed, 27 Mar 2002 13:48:06 +0100
5202              Message-ID: <20020327134806.C18945@rafael>
5203              
5204              regmesg.t patch still would be nice.
5205      Branch: perl
5206            ! regcomp.c
5207 ____________________________________________________________________________
5208 [ 15573] By: jhi                                   on 2002/03/28  03:46:14
5209         Log: Subject: Re: Regex-Unicode bugs
5210              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
5211              Date: Wed, 27 Mar 2002 12:39:57 +0000
5212              Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
5213      Branch: perl
5214            ! pod/perldiag.pod regcomp.c
5215 ____________________________________________________________________________
5216 [ 15572] By: jhi                                   on 2002/03/28  03:38:34
5217         Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
5218              From: Paul_GreenVOS@vos.stratus.com
5219              Date: Wed, 27 Mar 02 23:33 est
5220              Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
5221      Branch: perl
5222            ! t/io/fs.t
5223 ____________________________________________________________________________
5224 [ 15571] By: jhi                                   on 2002/03/28  02:25:53
5225         Log: The Official 3.2.0 came out.
5226      Branch: perl
5227            + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
5228            + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
5229            + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
5230            + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
5231            + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
5232            + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
5233            + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
5234            + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
5235            + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
5236            + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
5237            + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
5238            + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
5239            + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
5240            + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
5241            + lib/unicore/lib/UnifiedI.pl
5242            ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
5243 ____________________________________________________________________________
5244 [ 15570] By: jhi                                   on 2002/03/28  02:00:29
5245         Log: socketpair binmode :bytes.
5246      Branch: perl
5247            ! ext/Socket/socketpair.t
5248 ____________________________________________________________________________
5249 [ 15569] By: jhi                                   on 2002/03/28  01:46:21
5250         Log: Don't install anything beneath 't' directories.
5251      Branch: perl
5252            ! installperl
5253 ____________________________________________________________________________
5254 [ 15568] By: jhi                                   on 2002/03/28  01:43:52
5255         Log: More UTF-8 locale sensitivity.
5256      Branch: perl
5257            ! t/io/utf8.t
5258 ____________________________________________________________________________
5259 [ 15567] By: jhi                                   on 2002/03/28  01:20:31
5260         Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
5261              From: Stas Bekman <stas@stason.org>
5262              Date: Thu, 28 Mar 2002 10:13:45 +0800
5263              Message-ID: <3CA27C59.4020209@stason.org>
5264              
5265              Temp file cleanup.
5266      Branch: perl
5267            ! lib/Pod/t/pod2html-lib.pl
5268 ____________________________________________________________________________
5269 [ 15566] By: jhi                                   on 2002/03/28  01:12:17
5270         Log: Be compatible also with non-UTF-8 locales.
5271      Branch: perl
5272            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
5273            ! lib/Locale/Language.pod
5274 ____________________________________________________________________________
5275 [ 15565] By: jhi                                   on 2002/03/28  00:58:36
5276         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
5277              From: Spider Boardman <spidb@cpan.org>
5278              Date: Wed, 27 Mar 2002 20:52:28 -0500
5279              Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
5280      Branch: perl
5281            ! cv.h op.c t/op/attrs.t toke.c
5282 ____________________________________________________________________________
5283 [ 15564] By: jhi                                   on 2002/03/27  23:54:59
5284         Log: "Last element".
5285      Branch: perl
5286            ! pod/perlfunc.pod
5287 ____________________________________________________________________________
5288 [ 15563] By: jhi                                   on 2002/03/27  23:53:27
5289         Log: Subject: Error in perlfunc for "die"
5290              From: William R Ward <bill@wards.net>
5291              Date: 27 Mar 2002 12:31:32 -0800
5292              Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
5293      Branch: perl
5294            ! pod/perlfunc.pod
5295 ____________________________________________________________________________
5296 [ 15562] By: jhi                                   on 2002/03/27  23:50:23
5297         Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
5298              From: Mark Kvale <kvale@phy.ucsf.edu>
5299              Date: Wed, 27 Mar 2002 16:45:37 -0800
5300              Message-Id: <02032716453705.38063@ivy.ucsf.edu>
5301      Branch: perl
5302            ! pod/perlre.pod pod/perlretut.pod
5303 ____________________________________________________________________________
5304 [ 15561] By: jhi                                   on 2002/03/27  23:48:15
5305         Log: Try to handle UTF-8 locales.
5306      Branch: perl
5307            ! lib/locale.t
5308 ____________________________________________________________________________
5309 [ 15560] By: jhi                                   on 2002/03/27  22:57:45
5310         Log: More binmode :bytes.
5311      Branch: perl
5312            ! t/io/utf8.t
5313 ____________________________________________________________________________
5314 [ 15559] By: jhi                                   on 2002/03/27  22:48:39
5315         Log: binmode(FH, ":bytes") is the right way, methinks.
5316      Branch: perl
5317            ! ext/PerlIO/t/encoding.t
5318 ____________________________________________________________________________
5319 [ 15558] By: jhi                                   on 2002/03/27  22:29:30
5320         Log: UTF-8 locale: need to open explicitly for bytes.
5321      Branch: perl
5322            ! ext/PerlIO/t/encoding.t
5323 ____________________________________________________________________________
5324 [ 15557] By: jhi                                   on 2002/03/27  21:59:54
5325         Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
5326      Branch: perl
5327            ! lib/Locale/Language.pm lib/Locale/Language.pod
5328 ____________________________________________________________________________
5329 [ 15556] By: jhi                                   on 2002/03/27  21:44:37
5330         Log: Warn instead of croak.
5331      Branch: perl
5332            ! pod/perldiag.pod utf8.c
5333 ____________________________________________________________________________
5334 [ 15555] By: jhi                                   on 2002/03/27  21:18:40
5335         Log: UTF-8 locale: there might already be one UTF-8 discipline.
5336      Branch: perl
5337            ! lib/open.t
5338 ____________________________________________________________________________
5339 [ 15554] By: jhi                                   on 2002/03/27  21:09:20
5340         Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
5341              From: "Craig A. Berry" <craigberry@mac.com>
5342              Date: Wed, 27 Mar 2002 15:22:13 -0600
5343              Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
5344      Branch: perl
5345            ! t/lib/1_compile.t t/lib/compmod.pl
5346 ____________________________________________________________________________
5347 [ 15553] By: jhi                                   on 2002/03/27  21:08:03
5348         Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
5349              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5350              Date: Wed, 27 Mar 2002 22:35:03 +0100
5351              Message-ID: <20020327223503.A678@rafael>
5352      Branch: perl
5353            ! pod/perlop.pod
5354 ____________________________________________________________________________
5355 [ 15552] By: jhi                                   on 2002/03/27  20:52:19
5356         Log: Start using the Unicode 3.2.0 data (NOTE: still
5357              unofficial, but the data is unlikely to change much.
5358              Doublecheck when 3.2.0 gets released.)
5359      Branch: perl
5360            + lib/unicore/PropertyAliases.txt
5361            + lib/unicore/PropertyValueAliases.txt
5362            ! (edit 129 files)
5363 ____________________________________________________________________________
5364 [ 15551] By: jhi                                   on 2002/03/27  15:20:05
5365         Log: Update Changes.
5366      Branch: perl
5367            ! Changes patchlevel.h
5368 ____________________________________________________________________________
5369 [ 15550] By: jhi                                   on 2002/03/27  15:06:56
5370         Log: Further fixing for #15549.  Six tests are failing
5371              under Solaris with en_US.UTF-8 but those failures seem
5372              unrelated to the BOUND problem, will look at them later.
5373      Branch: perl
5374            ! regexec.c
5375 ____________________________________________________________________________
5376 [ 15549] By: jhi                                   on 2002/03/27  14:45:05
5377         Log: Possible fix for "Orks, Dragons, and Elves":
5378              should now build under UTF-8 locales (is building
5379              under Solaris en_US.UTF-8 right now).
5380      Branch: perl
5381            ! Makefile.SH regexec.c
5382 ____________________________________________________________________________
5383 [ 15548] By: jhi                                   on 2002/03/27  14:11:37
5384         Log: Forgotten from #15523.
5385      Branch: perl
5386            ! lib/Math/BigInt/Calc.pm
5387 ____________________________________________________________________________
5388 [ 15547] By: jhi                                   on 2002/03/27  13:53:31
5389         Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off
5390              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>      
5391              Date: Wed, 27 Mar 2002 13:32:00 +0100
5392              Message-ID: <20020327133200.A18945@rafael>
5393      Branch: perl
5394            ! regcomp.c t/lib/warnings/regcomp
5395 ____________________________________________________________________________
5396 [ 15546] By: jhi                                   on 2002/03/27  13:51:52
5397         Log: Subject: [PATCH] MANIFES --> MANIFEST
5398              From: Philip Newton <Philip.Newton@gmx.net>
5399              Date: Wed, 27 Mar 2002 10:05:46 +0000
5400              Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com>
5401              
5402              (plus a few tweaks more)
5403      Branch: perl
5404            ! Porting/check83.pl
5405 ____________________________________________________________________________
5406 [ 15545] By: nick                                  on 2002/03/27  07:37:36
5407         Log: Integrate mainline
5408      Branch: perlio
5409           +> lib/Math/BigInt/t/with_sub.t
5410            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
5411            - lib/bignum/t/trace.t
5412           !> (integrate 76 files)
5413 ____________________________________________________________________________
5414 [ 15544] By: jhi                                   on 2002/03/27  03:17:46
5415         Log: Obsolete mailing list information.
5416      Branch: perl
5417            ! README.bs2000 README.os390 README.vmesa
5418 ____________________________________________________________________________
5419 [ 15543] By: jhi                                   on 2002/03/27  03:11:55
5420         Log: More URL "whitespacing".
5421      Branch: perl
5422            ! README.bs2000 README.hurd README.mpeix README.netware
5423            ! README.os390 README.vmesa README.vos README.win32
5424            ! pod/perl5004delta.pod pod/perl5005delta.pod
5425            ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod
5426            ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod
5427            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
5428            ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod
5429            ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod
5430            ! pod/perltodo.pod
5431 ____________________________________________________________________________
5432 [ 15542] By: jhi                                   on 2002/03/27  02:40:33
5433         Log: I like doubleclicking on URLs in pods to select them.
5434      Branch: perl
5435            ! README.amiga README.epoc README.vos pod/perl561delta.pod
5436            ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod
5437            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
5438            ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod
5439            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod
5440            ! pod/perltodo.pod pod/perlvar.pod
5441 ____________________________________________________________________________
5442 [ 15541] By: jhi                                   on 2002/03/27  02:04:47
5443         Log: Regen modlib.
5444      Branch: perl
5445            ! pod/perlmodlib.pod
5446 ____________________________________________________________________________
5447 [ 15540] By: jhi                                   on 2002/03/27  01:43:52
5448         Log: Update the CPAN sites list.
5449      Branch: perl
5450            ! pod/perlmodlib.PL pod/perlmodlib.pod
5451 ____________________________________________________________________________
5452 [ 15539] By: jhi                                   on 2002/03/27  01:15:11
5453         Log: Regen modlib, toc.
5454      Branch: perl
5455            ! pod/perlmodlib.pod pod/perltoc.pod
5456 ____________________________________________________________________________
5457 [ 15538] By: jhi                                   on 2002/03/27  01:13:12
5458         Log: s/rationale/rational/
5459      Branch: perl
5460            ! lib/Math/BigRat.pm lib/bigrat.pm
5461 ____________________________________________________________________________
5462 [ 15537] By: jhi                                   on 2002/03/27  01:01:33
5463         Log: s/done/esac/
5464      Branch: perl
5465            ! hints/dec_osf.sh
5466 ____________________________________________________________________________
5467 [ 15536] By: jhi                                   on 2002/03/27  00:54:21
5468         Log: Advertise big* and BigRat.
5469      Branch: perl
5470            ! pod/perldelta.pod
5471 ____________________________________________________________________________
5472 [ 15535] By: jhi                                   on 2002/03/26  22:42:41
5473         Log: A missing ) in #15527.
5474      Branch: perl
5475            ! pp_sys.c
5476 ____________________________________________________________________________
5477 [ 15534] By: jhi                                   on 2002/03/26  22:24:17
5478         Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV
5479              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5480              Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST)
5481              Message-ID: <Pine.LNX.4.33.0203261318490.2854-100000@lapaki>
5482      Branch: perl
5483            ! lib/ExtUtils/typemap
5484 ____________________________________________________________________________
5485 [ 15533] By: jhi                                   on 2002/03/26  22:19:04
5486         Log: Subject: Re: Cygwin PerlIO.t failing
5487              From: Stas Bekman <stas@stason.org>
5488              Date: Wed, 27 Mar 2002 01:34:11 +0800
5489              Message-ID: <3CA0B113.1070800@stason.org>
5490      Branch: perl
5491            ! ext/PerlIO/PerlIO.t
5492 ____________________________________________________________________________
5493 [ 15532] By: jhi                                   on 2002/03/26  22:11:17
5494         Log: Subject: [PATCH] safety check for vms/test.com
5495              From: "Craig A. Berry" <craigberry@mac.com>
5496              Date: Tue, 26 Mar 2002 12:15:21 -0600
5497              Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01>
5498      Branch: perl
5499            ! vms/test.com
5500 ____________________________________________________________________________
5501 [ 15531] By: jhi                                   on 2002/03/26  22:10:33
5502         Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads
5503              From: PPrymmer@factset.com
5504              Date: Tue, 26 Mar 2002 13:04:59 -0500
5505              Message-ID: <OFA872ECE0.98E1F5D3-ON85256B88.0059C33A@55.25.11>
5506      Branch: perl
5507            ! configure.com
5508 ____________________________________________________________________________
5509 [ 15530] By: jhi                                   on 2002/03/26  22:08:35
5510         Log: Subject: [PATCH] Minor typo in test harness
5511              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
5512              Date: Tue, 26 Mar 2002 17:44:06 -0000
5513              Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com>
5514      Branch: perl
5515            ! t/lib/warnings/perlio
5516 ____________________________________________________________________________
5517 [ 15529] By: jhi                                   on 2002/03/26  22:06:59
5518         Log: Subject: PATCH s2p.PL
5519              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
5520              Date: Tue, 26 Mar 2002 17:16:46 +0100
5521              Message-ID: <3CA09EEE.E499DD38@alcatel.at>
5522      Branch: perl
5523            ! x2p/s2p.PL
5524 ____________________________________________________________________________
5525 [ 15528] By: jhi                                   on 2002/03/26  22:03:22
5526         Log: Retract Math::BigInt::Lite, Tels had second thoughts.
5527      Branch: perl
5528            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
5529            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
5530            ! MANIFEST
5531 ____________________________________________________________________________
5532 [ 15527] By: jhi                                   on 2002/03/26  22:01:01
5533         Log: Avoid and document a weird bug in UNICOS/mk.
5534      Branch: perl
5535            ! pod/perldelta.pod pp_sys.c
5536 ____________________________________________________________________________
5537 [ 15526] By: jhi                                   on 2002/03/26  20:28:45
5538         Log: Math::BigInt::Lite 0.09, from Tels.
5539      Branch: perl
5540            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
5541            ! MANIFEST
5542 ____________________________________________________________________________
5543 [ 15525] By: jhi                                   on 2002/03/26  20:14:38
5544         Log: For now disable the test in OS/390; it seems to hang,
5545              but frustratingly seems to run from command line and
5546              from Perl debugger.
5547      Branch: perl
5548            ! lib/Math/BigInt/t/mbi_rand.t
5549 ____________________________________________________________________________
5550 [ 15524] By: jhi                                   on 2002/03/26  19:57:27
5551         Log: EPOC update from Olaf Flebbe.
5552      Branch: perl
5553            ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
5554            ! pod/perlport.pod t/io/fs.t
5555 ____________________________________________________________________________
5556 [ 15523] By: jhi                                   on 2002/03/26  19:54:48
5557         Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
5558              and bignum 0.11, from Tels.
5559      Branch: perl
5560            + lib/Math/BigInt/t/with_sub.t
5561            - lib/bignum/t/trace.t
5562            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
5563            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t
5564            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t
5565            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t
5566            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t
5567            ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t
5568            ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t
5569            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t
5570            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t
5571            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
5572            ! lib/bignum/t/bigrat.t lib/bigrat.pm
5573            ! t/lib/Math/BigInt/Subclass.pm
5574 ____________________________________________________________________________
5575 [ 15522] By: jhi                                   on 2002/03/26  16:07:58
5576         Log: Integrate perlio;
5577              
5578              Fix [ID 20020326.001] - cr/lf spanning buffer boundary
5579              
5580              Testcase for crlf spanning buffer boundary
5581      Branch: perl
5582           +> t/io/crlf.t
5583           !> MANIFEST perlio.c
5584 ____________________________________________________________________________
5585 [ 15521] By: nick                                  on 2002/03/26  15:31:55
5586         Log: Testcase for crlf spanning buffer boundary
5587      Branch: perlio
5588            + t/io/crlf.t
5589            ! MANIFEST
5590 ____________________________________________________________________________
5591 [ 15520] By: nick                                  on 2002/03/26  15:09:52
5592         Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary
5593      Branch: perlio
5594            ! perlio.c
5595 ____________________________________________________________________________
5596 [ 15519] By: jhi                                   on 2002/03/26  14:50:08
5597         Log: Can't test Net:: much in OS/390 without Convert::EBCDIC.
5598      Branch: perl
5599            ! t/lib/1_compile.t
5600 ____________________________________________________________________________
5601 [ 15518] By: jhi                                   on 2002/03/26  14:39:08
5602         Log: Document the Configure (really, awk) glitch in
5603              UNICOS/mk.
5604      Branch: perl
5605            ! pod/perldelta.pod
5606 ____________________________________________________________________________
5607 [ 15517] By: jhi                                   on 2002/03/26  13:32:31
5608         Log: Subject: [PATCH] Win32 w/o multiplicity build fails
5609              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5610              Date: Fri, 22 Mar 2002 16:11:28 +0100
5611              Message-ID: <3C9B57B0.31936.496399@localhost>
5612      Branch: perl
5613            ! win32/win32.c
5614 ____________________________________________________________________________
5615 [ 15516] By: jhi                                   on 2002/03/26  13:29:24
5616         Log: Subject: Re: Jarkko likes OOOOs
5617              From: "Gerrit P. Haase" <gp@familiehaase.de>
5618              Date: Tue, 26 Mar 2002 08:44:02 +0100
5619              Message-ID: <40509050505.20020326084402@familiehaase.de>
5620      Branch: perl
5621            ! t/io/fs.t
5622 ____________________________________________________________________________
5623 [ 15515] By: jhi                                   on 2002/03/26  13:23:32
5624         Log: Subject: [patch utils/perlbug] subject header setting problem      
5625              From: Stas Bekman <stas@stason.org>
5626              Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT)
5627              Message-ID: <Pine.LNX.4.44.0203262107310.2288-100000@hope.stason.org>
5628      Branch: perl
5629            ! utils/perlbug.PL
5630 ____________________________________________________________________________
5631 [ 15514] By: jhi                                   on 2002/03/26  13:20:23
5632         Log: Subject: [PATCH] win32/makefile.mk
5633              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5634              Date: Tue, 26 Mar 2002 13:56:19 +0100
5635              Message-ID: <3CA07E03.13094.8ACAD1@localhost>
5636      Branch: perl
5637            ! win32/makefile.mk
5638 ____________________________________________________________________________
5639 [ 15513] By: nick                                  on 2002/03/26  07:17:17
5640         Log: Integrate mainline
5641      Branch: perlio
5642           +> (branch 39 files)
5643            - (delete 109 files)
5644           !> (integrate 105 files)
5645 ____________________________________________________________________________
5646 [ 15512] By: nick                                  on 2002/03/26  06:52:42
5647         Log: Integrate mainline
5648      Branch: perlio
5649           !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
5650           !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm
5651           !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c
5652           !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod
5653           !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl
5654 ____________________________________________________________________________
5655 [ 15511] By: jhi                                   on 2002/03/26  04:25:44
5656         Log: Installation advice from Robert Spier. 
5657      Branch: perl
5658            ! INSTALL
5659 ____________________________________________________________________________
5660 [ 15510] By: jhi                                   on 2002/03/26  04:12:15
5661         Log: Stas setting things right.
5662      Branch: perl
5663            ! ext/PerlIO/PerlIO.t
5664 ____________________________________________________________________________
5665 [ 15509] By: jhi                                   on 2002/03/26  03:57:22
5666         Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t
5667              From: Paul_GreenVOS@vos.stratus.com
5668              Date: Mon, 25 Mar 02 23:57 est
5669              Message-Id: <200203260457.XAA19233@mailhub2.stratus.com>
5670      Branch: perl
5671            ! ext/IO/lib/IO/t/io_unix.t
5672 ____________________________________________________________________________
5673 [ 15508] By: jhi                                   on 2002/03/26  03:55:54
5674         Log: Add threads hints for UNICOS/mk and UNICOS.
5675              (I'm just guessing on UNICOS.)
5676      Branch: perl
5677            ! hints/unicos.sh hints/unicosmk.sh
5678 ____________________________________________________________________________
5679 [ 15507] By: jhi                                   on 2002/03/26  01:19:57
5680         Log: Mention the effect of Unicode keys on hashes.
5681      Branch: perl
5682            ! pod/perlunicode.pod
5683 ____________________________________________________________________________
5684 [ 15506] By: jhi                                   on 2002/03/25  22:38:12
5685         Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.)
5686              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
5687              Date: Mon, 25 Mar 2002 17:24:33 -0600
5688              Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01>
5689      Branch: perl
5690            ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
5691            ! vms/vms_yfix.pl
5692 ____________________________________________________________________________
5693 [ 15505] By: jhi                                   on 2002/03/25  22:36:18
5694         Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
5695      Branch: perl
5696            ! hints/dec_osf.sh
5697 ____________________________________________________________________________
5698 [ 15504] By: jhi                                   on 2002/03/25  20:39:05
5699         Log: The .ucm of Encode are big when uncompressed.
5700      Branch: perl
5701            ! INSTALL
5702 ____________________________________________________________________________
5703 [ 15503] By: jhi                                   on 2002/03/25  19:58:04
5704         Log: I don't understand what is going on what these
5705              news tests, retracting the whole lot.
5706      Branch: perl
5707            ! ext/PerlIO/PerlIO.t
5708 ____________________________________________________________________________
5709 [ 15502] By: jhi                                   on 2002/03/25  19:50:32
5710         Log: Upgrade to Encode 0.99, from Dan Kogai.
5711      Branch: perl
5712            + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm
5713            + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
5714            + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
5715            + ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-kr.ucm
5716            + ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
5717            + ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/ir-165.ucm
5718            + ext/Encode/Encode/ksc5601.ucm
5719            + ext/Encode/Encode/macCentEuro.ucm
5720            + ext/Encode/Encode/macCroatian.ucm
5721            + ext/Encode/Encode/macCyrillic.ucm
5722            + ext/Encode/Encode/macDingbats.ucm
5723            + ext/Encode/Encode/macGreek.ucm
5724            + ext/Encode/Encode/macIceland.ucm
5725            + ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
5726            + ext/Encode/Encode/macRumanian.ucm
5727            + ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
5728            + ext/Encode/Encode/macTurkish.ucm
5729            + ext/Encode/Encode/macUkraine.ucm
5730            + ext/Encode/Encode/shiftjis.ucm
5731            + ext/Encode/lib/Encode/10646_1.pm
5732            + ext/Encode/lib/Encode/CJKConstants.pm
5733            + ext/Encode/lib/Encode/CN/2022_CN.pm
5734            + ext/Encode/lib/Encode/JP/2022_JP.pm
5735            + ext/Encode/lib/Encode/JP/2022_JP1.pm
5736            + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t
5737            + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
5738            + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
5739            + ext/Encode/ucm2table
5740            - (delete 109 files)
5741            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
5742            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
5743            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
5744            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
5745            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
5746            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
5747            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
5748            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
5749            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
5750            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
5751            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
5752            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
5753            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
5754            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
5755            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
5756            ! ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/ibm-1250.ucm
5757            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
5758            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
5759            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
5760            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
5761            ! ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/koi8-f.ucm
5762            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
5763            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
5764            ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm
5765            ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm
5766            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
5767            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
5768            ! ext/Encode/Makefile.PL ext/Encode/README
5769            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
5770            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
5771            ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
5772            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
5773            ! ext/Encode/lib/Encode/Details.pod
5774            ! ext/Encode/lib/Encode/Encoding.pm
5775            ! ext/Encode/lib/Encode/Internal.pm
5776            ! ext/Encode/lib/Encode/JP/H2Z.pm
5777            ! ext/Encode/lib/Encode/JP/JIS.pm
5778            ! ext/Encode/lib/Encode/Supported.pod
5779            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
5780            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
5781            ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t
5782            ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc
5783            ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
5784            ! ext/Encode/t/jisx0212.ref
5785 ____________________________________________________________________________
5786 [ 15501] By: jhi                                   on 2002/03/25  19:16:21
5787         Log: Noise with -w.
5788      Branch: perl
5789            ! ext/PerlIO/PerlIO.t
5790 ____________________________________________________________________________
5791 [ 15500] By: jhi                                   on 2002/03/25  19:02:41
5792         Log: If no perlio no perlio warnings, either.
5793      Branch: perl
5794            ! lib/warnings.t
5795 ____________________________________________________________________________
5796 [ 15499] By: jhi                                   on 2002/03/25  18:57:47
5797         Log: ...and put some of the new perlio tests here.
5798              The in-memory ones not yet since my poor brain
5799              refuses to find the right TODO incantation.
5800      Branch: perl
5801            ! ext/PerlIO/PerlIO.t
5802 ____________________________________________________________________________
5803 [ 15498] By: jhi                                   on 2002/03/25  18:23:36
5804         Log: Take away the perlio-requiring tests..
5805      Branch: perl
5806            ! t/io/open.t
5807 ____________________________________________________________________________
5808 [ 15497] By: jhi                                   on 2002/03/25  18:04:39
5809         Log: More correct now, but actually the two new tests
5810              need to be moved, since they are perlio-only...
5811      Branch: perl
5812            ! t/io/open.t
5813 ____________________________________________________________________________
5814 [ 15496] By: jhi                                   on 2002/03/25  17:57:32
5815         Log: More neo-io tests from Stas Bekman.
5816      Branch: perl
5817            ! t/io/open.t
5818 ____________________________________________________________________________
5819 [ 15495] By: jhi                                   on 2002/03/25  17:52:33
5820         Log: Document the QNX6 sprintf glitch.
5821      Branch: perl
5822            ! pod/perldelta.pod
5823 ____________________________________________________________________________
5824 [ 15494] By: jhi                                   on 2002/03/25  17:46:27
5825         Log: AmigaOS must use the ixemul directly, since there
5826              is no more vfork support.
5827      Branch: perl
5828            ! hints/amigaos.sh
5829 ____________________________________________________________________________
5830 [ 15493] By: jhi                                   on 2002/03/25  17:39:18
5831         Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6
5832              From: Norton Allen <allen@huarp.harvard.edu>
5833              Date: Mon, 25 Mar 2002 13:39:25 -0500 (est)
5834              Message-Id: <200203251839.NAA02055@bottesini.harvard.edu>
5835      Branch: perl
5836            ! pp_sys.c
5837 ____________________________________________________________________________
5838 [ 15492] By: jhi                                   on 2002/03/25  17:38:33
5839         Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6
5840              From: Norton Allen <allen@huarp.harvard.edu>
5841              Date: Mon, 25 Mar 2002 13:36:17 -0500 (est)
5842              Message-Id: <200203251836.NAA01517@bottesini.harvard.edu>
5843      Branch: perl
5844            ! ext/Socket/socketpair.t
5845 ____________________________________________________________________________
5846 [ 15491] By: jhi                                   on 2002/03/25  16:57:10
5847         Log: Clarify the 8.3 rule.
5848      Branch: perl
5849            ! Porting/check83.pl
5850 ____________________________________________________________________________
5851 [ 15490] By: nick                                  on 2002/03/25  16:05:07
5852         Log: Integrate mainline
5853      Branch: perlio
5854           +> ext/Encode/lib/Encode/EncFormat.pod
5855           +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c
5856            - ext/Encode/lib/EncodeFormat.pod
5857           !> (integrate 41 files)
5858 ____________________________________________________________________________
5859 [ 15489] By: jhi                                   on 2002/03/25  15:52:33
5860         Log: Update Changes.
5861      Branch: perl
5862            ! Changes patchlevel.h
5863 ____________________________________________________________________________
5864 [ 15488] By: jhi                                   on 2002/03/25  15:32:39
5865         Log: Forgotten from #15486.
5866      Branch: perl
5867            ! perl.c
5868 ____________________________________________________________________________
5869 [ 15487] By: jhi                                   on 2002/03/25  15:23:56
5870         Log: It seems that FreeBSD does not like using Perl's malloc
5871              when multithreaded.
5872      Branch: perl
5873            ! hints/freebsd.sh
5874 ____________________________________________________________________________
5875 [ 15486] By: jhi                                   on 2002/03/25  14:37:03
5876         Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno?
5877              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5878              Date: Mon, 25 Mar 2002 11:33:17 +0100
5879              Message-ID: <20020325113317.A1410@rafael>
5880              
5881              Apparently VMS does not do YYDEBUG.
5882      Branch: perl
5883            ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
5884 ____________________________________________________________________________
5885 [ 15485] By: jhi                                   on 2002/03/25  14:10:20
5886         Log: Subject: [PATCH] warnings for perlio + others
5887              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
5888              Date: Mon, 25 Mar 2002 13:01:44 -0000
5889              Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
5890      Branch: perl
5891            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm
5892            ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c
5893            ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h
5894            ! warnings.pl
5895 ____________________________________________________________________________
5896 [ 15484] By: jhi                                   on 2002/03/25  01:53:29
5897         Log: As verified by Doug MacEachern.
5898      Branch: perl
5899            ! pod/perldelta.pod
5900 ____________________________________________________________________________
5901 [ 15483] By: jhi                                   on 2002/03/24  23:23:50
5902         Log: MPE/iX update from Mark Bixby.
5903      Branch: perl
5904            + mpeix/mpeix.c
5905            ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
5906            ! hints/mpeix.sh mpeix/mpeixish.h
5907 ____________________________________________________________________________
5908 [ 15482] By: jhi                                   on 2002/03/24  22:54:00
5909         Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant
5910              From: Nicholas Clark <nick@unfortu.net>
5911              Date: Sun, 24 Mar 2002 22:50:06 +0000
5912              Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net>
5913      Branch: perl
5914            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
5915 ____________________________________________________________________________
5916 [ 15481] By: jhi                                   on 2002/03/24  22:35:56
5917         Log: Subject: [PATCH] fix warning + carp interaction
5918              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>       
5919              Date: Sun, 24 Mar 2002 23:00:21 -0000
5920              Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk>
5921      Branch: perl
5922            ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
5923            ! warnings.pl
5924 ____________________________________________________________________________
5925 [ 15480] By: jhi                                   on 2002/03/24  22:30:48
5926         Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus.
5927              (All the code changes have already been applied earlier.)
5928      Branch: perl
5929            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
5930 ____________________________________________________________________________
5931 [ 15479] By: jhi                                   on 2002/03/24  22:11:46
5932         Log: DB_File: for the core version, no need to specify
5933              a minimum MM version.
5934      Branch: perl
5935            ! ext/DB_File/Makefile.PL
5936 ____________________________________________________________________________
5937 [ 15478] By: jhi                                   on 2002/03/24  21:33:42
5938         Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow
5939              From: Dave Mitchell <davem@fdgroup.com>
5940              Date: Sun, 24 Mar 2002 22:23:08 +0000
5941              Message-ID: <20020324222308.B21963@fdgroup.com>
5942      Branch: perl
5943            ! pp_pack.c
5944 ____________________________________________________________________________
5945 [ 15477] By: jhi                                   on 2002/03/24  21:19:45
5946         Log: Subject: [PATCH @15450] errno help for VMS
5947              From: "Craig A. Berry" <craigberry@mac.com>
5948              Date: Sun, 24 Mar 2002 16:17:52 -0600
5949              Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]>
5950      Branch: perl
5951            ! ext/POSIX/t/posix.t vms/vms.c
5952 ____________________________________________________________________________
5953 [ 15476] By: jhi                                   on 2002/03/24  21:18:45
5954         Log: Upgrade to Locale::Codes 2.03.
5955      Branch: perl
5956            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
5957            ! lib/Locale/Country.pm
5958 ____________________________________________________________________________
5959 [ 15475] By: jhi                                   on 2002/03/24  20:36:46
5960         Log: metaconfig unit change for #15474.
5961      Branch: metaconfig/U/perl
5962            ! Extensions.U
5963 ____________________________________________________________________________
5964 [ 15474] By: jhi                                   on 2002/03/24  20:35:49
5965         Log: The #15472 said "properly".  Ha!
5966      Branch: perl
5967            ! Configure
5968 ____________________________________________________________________________
5969 [ 15473] By: jhi                                   on 2002/03/24  20:17:37
5970         Log: metaconfig unit change for #15472.
5971      Branch: metaconfig/U/perl
5972            ! Extensions.U
5973 ____________________________________________________________________________
5974 [ 15472] By: jhi                                   on 2002/03/24  20:16:56
5975         Log: Properly scan for the subextensions of Encode
5976              when doing static builds.
5977      Branch: perl
5978            ! Configure
5979 ____________________________________________________________________________
5980 [ 15471] By: jhi                                   on 2002/03/24  19:58:38
5981         Log: Tru64: Document the known odbm failure with static builds.
5982      Branch: perl
5983            ! README.tru64
5984 ____________________________________________________________________________
5985 [ 15470] By: jhi                                   on 2002/03/24  17:56:01
5986         Log: microperl tweaks.
5987      Branch: perl
5988            ! Makefile.micro locale.c util.c
5989 ____________________________________________________________________________
5990 [ 15469] By: jhi                                   on 2002/03/24  17:32:36
5991         Log: metaconfig unit changes for #15468.
5992      Branch: metaconfig
5993            ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U
5994            ! U/modified/libc.U U/modified/libs.U
5995            ! U/threads/d_pthread_atfork.U
5996 ____________________________________________________________________________
5997 [ 15468] By: jhi                                   on 2002/03/24  17:32:05
5998         Log: Various metaconfig unit cleanup; only one visible change
5999              in Configure, though.
6000      Branch: perl
6001            ! Configure
6002 ____________________________________________________________________________
6003 [ 15467] By: jhi                                   on 2002/03/24  15:53:59
6004         Log: Upgrade to Encode 0.98, from Dan Kogai.
6005      Branch: perl
6006            + ext/Encode/lib/Encode/EncFormat.pod
6007            + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm
6008            - ext/Encode/lib/EncodeFormat.pod
6009            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
6010            ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
6011            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
6012            ! ext/Encode/lib/Encode/Alias.pm
6013            ! ext/Encode/lib/Encode/Details.pod
6014            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
6015            ! ext/Encode/lib/Encode/JP/JIS.pm
6016            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
6017 ____________________________________________________________________________
6018 [ 15466] By: jhi                                   on 2002/03/24  13:58:44
6019         Log: Integrate perlio;
6020              
6021              Avoid core-dump in Encode with PERLIO=mmap
6022      Branch: perl
6023           !> ext/Encode/Encode.xs
6024 ____________________________________________________________________________
6025 [ 15465] By: jhi                                   on 2002/03/24  13:51:15
6026         Log: In the spirit of #15464.
6027      Branch: perl
6028            ! perl.c sv.c
6029 ____________________________________________________________________________
6030 [ 15464] By: jhi                                   on 2002/03/24  13:49:02
6031         Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault    
6032              From: Michael G Schwern <schwern@pobox.com>
6033              Date: Sun, 24 Mar 2002 02:27:25 -0500
6034              Message-ID: <20020324072725.GA3554@blackrider>
6035      Branch: perl
6036            ! perl.c
6037 ____________________________________________________________________________
6038 [ 15463] By: nick                                  on 2002/03/24  10:24:41
6039         Log: Integrate mainline
6040      Branch: perlio
6041           +> (branch 28 files)
6042            - lib/bigfloat.t lib/bigint.t
6043           !> (integrate 59 files)
6044 ____________________________________________________________________________
6045 [ 15462] By: nick                                  on 2002/03/24  08:59:35
6046         Log: Avoid core-dump in Encode with PERLIO=mmap
6047      Branch: perlio
6048            ! ext/Encode/Encode.xs
6049 ____________________________________________________________________________
6050 [ 15461] By: nick                                  on 2002/03/24  08:58:21
6051         Log: Too many machines doing integrate mainline
6052      Branch: perlio
6053           !> Changes Configure lib/AutoSplit.t
6054           !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod
6055           !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod
6056           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod
6057           !> pp_ctl.c reentr.h reentr.pl t/op/override.t
6058 ____________________________________________________________________________
6059 [ 15460] By: jhi                                   on 2002/03/24  04:57:48
6060         Log: Retract Math::BigInt::Lite for now, seems to confuse
6061              bignum and bigrat.
6062      Branch: perl
6063            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
6064            ! MANIFEST
6065 ____________________________________________________________________________
6066 [ 15459] By: jhi                                   on 2002/03/24  04:48:19
6067         Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS
6068              From: "Craig A. Berry" <craigberry@mac.com>
6069              Date: Sat, 23 Mar 2002 23:23:00 -0600
6070              Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]>       
6071      Branch: perl
6072            ! configure.com vms/vms.c
6073 ____________________________________________________________________________
6074 [ 15458] By: jhi                                   on 2002/03/24  04:46:37
6075         Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling
6076              From: Michael G Schwern <schwern@pobox.com>
6077              Date: Sat, 23 Mar 2002 21:32:32 -0500
6078              Message-ID: <20020324023232.GA29972@blackrider>
6079              
6080              (with Russ Allbery's simplifications)
6081      Branch: perl
6082            ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
6083 ____________________________________________________________________________
6084 [ 15457] By: jhi                                   on 2002/03/24  00:28:47
6085         Log: Merge Math::BigInt::Lite 0.08, from Tels.
6086      Branch: perl
6087            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
6088            ! MANIFEST
6089 ____________________________________________________________________________
6090 [ 15456] By: jhi                                   on 2002/03/24  00:23:49
6091         Log: Too chatty.
6092      Branch: perl
6093            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
6094 ____________________________________________________________________________
6095 [ 15455] By: jhi                                   on 2002/03/24  00:21:07
6096         Log: Merge bignum 0.10, from Tels.
6097      Branch: perl
6098            + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm
6099            + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
6100            + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
6101            + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
6102            + lib/bignum/t/option_a.t lib/bignum/t/option_l.t
6103            + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm
6104            ! MANIFEST
6105 ____________________________________________________________________________
6106 [ 15454] By: jhi                                   on 2002/03/23  23:58:44
6107         Log: Rename the Perl 4 tests in preparation of bignum.
6108      Branch: perl
6109            + lib/bigfloatpl.t lib/bigintpl.t
6110            - lib/bigfloat.t lib/bigint.t
6111            ! MANIFEST
6112 ____________________________________________________________________________
6113 [ 15453] By: jhi                                   on 2002/03/23  23:07:04
6114         Log: Merge Math::BigRat 0.04, from Tels.
6115      Branch: perl
6116            + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
6117            + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
6118            + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
6119            + t/lib/Math/BigRat/Test.pm
6120            ! MANIFEST
6121 ____________________________________________________________________________
6122 [ 15452] By: jhi                                   on 2002/03/23  21:44:23
6123         Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal
6124              From: Dave Mitchell <davem@fdgroup.com>
6125              Date: Sat, 23 Mar 2002 22:27:24 +0000
6126              Message-ID: <20020323222724.A19425@fdgroup.com>
6127      Branch: perl
6128            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
6129 ____________________________________________________________________________
6130 [ 15451] By: jhi                                   on 2002/03/23  21:40:02
6131         Log: Forgotten.
6132      Branch: perl
6133            ! ext/Unicode/Normalize/README
6134 ____________________________________________________________________________
6135 [ 15450] By: jhi                                   on 2002/03/23  21:00:05
6136         Log: Update Changes.
6137      Branch: perl
6138            ! Changes patchlevel.h
6139 ____________________________________________________________________________
6140 [ 15449] By: jhi                                   on 2002/03/23  20:44:57
6141         Log: Subject: perldoc -m [PATCH]
6142              From: "John L. Allen" <allen@grumman.com>
6143              Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
6144              Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
6145      Branch: perl
6146            ! utils/perldoc.PL
6147 ____________________________________________________________________________
6148 [ 15448] By: jhi                                   on 2002/03/23  20:42:30
6149         Log: Subject: Re: Copious warnings from Sys::Syslog
6150              From: andreas.koenig@anima.de (Andreas J. Koenig)
6151              Date: Sat, 23 Mar 2002 06:47:08 +0100
6152              Message-ID: <m31yebvns3.fsf@anima.de>
6153      Branch: perl
6154            ! ext/Sys/Syslog/Syslog.pm
6155 ____________________________________________________________________________
6156 [ 15447] By: jhi                                   on 2002/03/23  20:34:43
6157         Log: Upgrade to Math::BigInt 1.55, from Tels.
6158      Branch: perl
6159            + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
6160            + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
6161            + lib/Math/BigInt/t/use_lib4.t
6162            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
6163            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
6164            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
6165            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
6166            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
6167            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
6168            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
6169            ! lib/Math/BigInt/t/upgrade.t
6170 ____________________________________________________________________________
6171 [ 15446] By: jhi                                   on 2002/03/23  19:50:02
6172         Log: Upgrade to Encode 0.97, from Dan Kogai.
6173      Branch: perl
6174            ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
6175            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
6176            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
6177            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
6178            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
6179            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
6180            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
6181            ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
6182            ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
6183            ! ext/Encode/t/Tcl.t
6184 ____________________________________________________________________________
6185 [ 15445] By: jhi                                   on 2002/03/23  17:33:08
6186         Log: Slight tweaks on #15443.
6187      Branch: perl
6188            ! pod/perlvar.pod
6189 ____________________________________________________________________________
6190 [ 15444] By: nick                                  on 2002/03/23  17:30:42
6191         Log: Integrate mainline
6192      Branch: perlio
6193           +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
6194           +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
6195           +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
6196           !> (integrate 50 files)
6197 ____________________________________________________________________________
6198 [ 15443] By: jhi                                   on 2002/03/23  17:30:09
6199         Log: Subject: patch [bleadperl]: Document %! special variable
6200              From: mjd@plover.com
6201              Date: 23 Mar 2002 18:25:44 -0000
6202              Message-ID: <20020323182544.11741.qmail@plover.com>    
6203      Branch: perl
6204            ! pod/perlvar.pod
6205 ____________________________________________________________________________
6206 [ 15442] By: jhi                                   on 2002/03/23  17:17:47
6207         Log: Since the Encode::JP is unsupported under EBCDIC we
6208              cannot run this test (aliases as such should work fine).
6209      Branch: perl
6210            ! ext/Encode/t/Aliases.t
6211 ____________________________________________________________________________
6212 [ 15441] By: jhi                                   on 2002/03/23  17:15:15
6213         Log: EBCDIC: the sorting order is different under
6214              byte-EBCDIC and Unicode.
6215      Branch: perl
6216            ! t/op/utfhash.t
6217 ____________________________________________________________________________
6218 [ 15440] By: jhi                                   on 2002/03/23  17:09:17
6219         Log: EBCDIC: the character codes are different.
6220      Branch: perl
6221            ! lib/Pod/t/pod2html-lib.pl
6222 ____________________________________________________________________________
6223 [ 15439] By: jhi                                   on 2002/03/23  03:05:11
6224         Log: Purify: #15434 got the test the wrong.
6225              (Is there an approved way of testing "is this an unop"?)
6226      Branch: perl
6227            ! op.c
6228 ____________________________________________________________________________
6229 [ 15438] By: jhi                                   on 2002/03/23  01:40:53
6230         Log: Purify: Array bounds read: could read one character past the end.
6231      Branch: perl
6232            ! pp_pack.c
6233 ____________________________________________________________________________
6234 [ 15437] By: jhi                                   on 2002/03/23  01:22:10
6235         Log: Purify: Array bounds read: reading one byte before the buffer.
6236      Branch: perl
6237            ! util.c
6238 ____________________________________________________________________________
6239 [ 15436] By: jhi                                   on 2002/03/23  01:14:24
6240         Log: Purify: Unitialized memory read.  Too many code paths
6241              to keep track of, I guess.
6242      Branch: perl
6243            ! sv.c
6244 ____________________________________________________________________________
6245 [ 15435] By: jhi                                   on 2002/03/23  01:00:31
6246         Log: Purify: Array bounds write: pre-extend the strxfrm
6247              buffer by a factor of four (suggested maximum by HP-UX;
6248              Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
6249              know how portable that is; locale.c uses yet another trick
6250              (not a particularly good trick, I might add))
6251      Branch: perl
6252            ! ext/POSIX/POSIX.xs
6253 ____________________________________________________________________________
6254 [ 15434] By: jhi                                   on 2002/03/23  00:48:23
6255         Log: Purify: Array bounds read: o->op_last was accessed
6256              for unops (via newUNOP() and ck_eof()).
6257              (analysis okay, patch bad: see #15439)
6258      Branch: perl
6259            ! op.c
6260 ____________________________________________________________________________
6261 [ 15433] By: jhi                                   on 2002/03/22  23:19:34
6262         Log: Subject: [PATCH] vms/test.com, File::Find tests
6263              From: "Craig A. Berry" <craigberry@mac.com>
6264              Date: Fri, 22 Mar 2002 16:52:59 -0600
6265              Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
6266      Branch: perl
6267            ! vms/test.com
6268 ____________________________________________________________________________
6269 [ 15432] By: jhi                                   on 2002/03/22  23:18:44
6270         Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
6271              From: Michael G Schwern <schwern@pobox.com>
6272              Date: Fri, 22 Mar 2002 18:08:19 -0500
6273              Message-ID: <20020322230819.GB16454@blackrider>
6274      Branch: perl
6275            ! ext/Sys/Syslog/Syslog.pm
6276 ____________________________________________________________________________
6277 [ 15431] By: jhi                                   on 2002/03/22  21:52:56
6278         Log: Update the information on Encode.
6279      Branch: perl
6280            ! pod/perldelta.pod
6281 ____________________________________________________________________________
6282 [ 15430] By: jhi                                   on 2002/03/22  21:48:28
6283         Log: Upgrade to Encode 0.96, from Dan Kogai.
6284      Branch: perl
6285            + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
6286            + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
6287            + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
6288            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
6289            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
6290            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
6291            ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
6292            ! ext/Encode/lib/Encode/Alias.pm
6293            ! ext/Encode/lib/Encode/Encoding.pm
6294            ! ext/Encode/lib/Encode/Internal.pm
6295            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
6296 ____________________________________________________________________________
6297 [ 15429] By: jhi                                   on 2002/03/22  20:52:18
6298         Log: Subject: [PATCH] h2xs.t fix for VMS
6299              From: "Craig A. Berry" <craigberry@mac.com>
6300              Date: Fri, 22 Mar 2002 15:47:38 -0600
6301              Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
6302      Branch: perl
6303            ! lib/h2xs.t
6304 ____________________________________________________________________________
6305 [ 15428] By: jhi                                   on 2002/03/22  20:50:42
6306         Log: One more pass.
6307      Branch: perl
6308            ! epoc/config.sh
6309 ____________________________________________________________________________
6310 [ 15427] By: jhi                                   on 2002/03/22  20:46:43
6311         Log: Even better version from Olaf Flebbe.
6312      Branch: perl
6313            ! epoc/config.sh pp_sys.c util.c
6314 ____________________________________________________________________________
6315 [ 15426] By: jhi                                   on 2002/03/22  20:34:28
6316         Log: EPOC update from Olaf Flebbe.
6317      Branch: perl
6318            ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
6319            ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
6320 ____________________________________________________________________________
6321 [ 15425] By: jhi                                   on 2002/03/22  20:03:33
6322         Log: Tweak from John P. Linderman.
6323      Branch: perl
6324            ! pod/perlhack.pod
6325 ____________________________________________________________________________
6326 [ 15424] By: jhi                                   on 2002/03/22  17:08:36
6327         Log: Subject: [PATCH pod/perlfunc.pod] doc fix
6328              From: Stas Bekman <stas@stason.org>
6329              Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
6330              Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
6331      Branch: perl
6332            ! pod/perlfunc.pod
6333 ____________________________________________________________________________
6334 [ 15423] By: jhi                                   on 2002/03/22  17:06:42
6335         Log: Subject: [PATCH] check sysconf's return value in reentr.c
6336              From: <slaven.rezic@berlin.de>
6337              Date: Fri, 22 Mar 2002 18:30:36 +0100
6338              Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
6339              
6340              (plus use 4k instead 2k as the "usual" size)
6341      Branch: perl
6342            ! reentr.c reentr.pl
6343 ____________________________________________________________________________
6344 [ 15422] By: jhi                                   on 2002/03/22  15:23:38
6345         Log: Update Changes.
6346      Branch: perl
6347            ! Changes patchlevel.h
6348 ____________________________________________________________________________
6349 [ 15421] By: jhi                                   on 2002/03/22  15:18:30
6350         Log: Forgot from #15416.
6351      Branch: perl
6352            ! pod/perlfaq3.pod
6353 ____________________________________________________________________________
6354 [ 15420] By: jhi                                   on 2002/03/22  15:15:37
6355         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
6356              From: andreas.koenig@anima.de (Andreas J. Koenig)
6357              Date: Fri, 22 Mar 2002 16:27:51 +0100
6358              Message-ID: <m3n0x0vczs.fsf@anima.de>
6359      Branch: perl
6360            ! pod/perlmodstyle.pod
6361 ____________________________________________________________________________
6362 [ 15419] By: jhi                                   on 2002/03/22  15:14:42
6363         Log: metaconfig unit changes for #15418.
6364      Branch: metaconfig
6365            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
6366            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
6367            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
6368            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
6369            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
6370            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
6371            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
6372            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
6373            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
6374            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
6375            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
6376            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
6377            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
6378            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
6379            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
6380            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
6381            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
6382            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
6383            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
6384            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
6385            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
6386            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
6387            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
6388            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
6389 ____________________________________________________________________________
6390 [ 15418] By: jhi                                   on 2002/03/22  15:14:09
6391         Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
6392              Also, there's no i_stdio.
6393      Branch: perl
6394            ! Configure reentr.h reentr.pl
6395 ____________________________________________________________________________
6396 [ 15417] By: jhi                                   on 2002/03/22  15:07:33
6397         Log: Document a known AIX warning.
6398      Branch: perl
6399            ! pod/perldelta.pod
6400 ____________________________________________________________________________
6401 [ 15416] By: jhi                                   on 2002/03/22  15:03:05
6402         Log: Undo #15415, allow the faq people to catch up first.
6403      Branch: perl
6404            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
6405 ____________________________________________________________________________
6406 [ 15415] By: jhi                                   on 2002/03/22  13:30:38
6407         Log: FAQ sync.
6408      Branch: perl
6409            ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
6410 ____________________________________________________________________________
6411 [ 15414] By: jhi                                   on 2002/03/22  13:25:17
6412         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
6413              From: andreas.koenig@anima.de (Andreas J. Koenig)
6414              Date: Fri, 22 Mar 2002 15:16:19 +0100
6415              Message-ID: <m38z8kwuvg.fsf@anima.de>
6416              
6417              (plus reformat)
6418      Branch: perl
6419            ! pod/perldelta.pod
6420 ____________________________________________________________________________
6421 [ 15413] By: jhi                                   on 2002/03/22  13:20:48
6422         Log: Integrate perlio;
6423              
6424              Fix [ID 20020318.003] cannot open STDOUT into in memory variable
6425              
6426              Check for sanity of UTF-8 keys in hashes
6427      Branch: perl
6428           +> t/op/utfhash.t
6429           !> MANIFEST doio.c
6430 ____________________________________________________________________________
6431 [ 15412] By: nick                                  on 2002/03/22  10:50:53
6432         Log: Check for sanity of UTF-8 keys in hashes
6433              (feel free to add more tests...)
6434      Branch: perlio
6435            + t/op/utfhash.t
6436            ! MANIFEST
6437 ____________________________________________________________________________
6438 [ 15411] By: ams                                   on 2002/03/22  08:36:33
6439         Log: Revert #15200 for backwards compatiblity reasons.
6440      Branch: perl
6441            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
6442            ! pp_ctl.c t/op/override.t
6443 ____________________________________________________________________________
6444 [ 15410] By: nick                                  on 2002/03/22  07:47:41
6445         Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
6446              - when (e.g.) STDOUT is char special file and gets IoOFP
6447              created - do _NOT_ pass num_svs as that fopen-s stringified
6448              glob, and not fdopen-s the fd.
6449      Branch: perlio
6450            ! doio.c
6451 ____________________________________________________________________________
6452 [ 15409] By: nick                                  on 2002/03/22  07:19:33
6453         Log: Integrate mainline
6454      Branch: perlio
6455           +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
6456           +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
6457           +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
6458           +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
6459           +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
6460           +> ext/Encode/lib/Encode/Details.pod
6461           +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
6462           +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
6463           +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
6464           +> lib/Pod/t/pod2html-lib.pl
6465            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
6466           !> (integrate 39 files)
6467 ____________________________________________________________________________
6468 [ 15408] By: jhi                                   on 2002/03/22  04:09:19
6469         Log: Win32 tweak from mjd.
6470      Branch: perl
6471            ! lib/Tie/File.pm
6472 ____________________________________________________________________________
6473 [ 15407] By: jhi                                   on 2002/03/22  04:07:13
6474         Log: If Unicode keys are entered to a hash, a bit is turned on.
6475              If the bit is on, when the keys are fetched from the hash
6476              (%h, each %h, keys %h), the Unicodified versions of the keys
6477              are returned if needed.  This solution errs on the size of
6478              over-Unicodifying, the old solution erred on the side of
6479              under-Unicodifying.  As long as the hash keys can be a mix
6480              of byte and Unicode strings, a perfect fit is hard to come by.
6481      Branch: perl
6482            ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
6483            ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
6484 ____________________________________________________________________________
6485 [ 15406] By: jhi                                   on 2002/03/22  01:21:57
6486         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
6487              From: Mike Guy <mjtg@cam.ac.uk>
6488              Date: Fri, 22 Mar 2002 02:08:20 +0000
6489              Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
6490      Branch: perl
6491            ! pod/perldelta.pod
6492 ____________________________________________________________________________
6493 [ 15405] By: jhi                                   on 2002/03/21  23:13:44
6494         Log: PM_SETRE() fallout.
6495      Branch: perl
6496            ! ext/ByteLoader/bytecode.h
6497 ____________________________________________________________________________
6498 [ 15404] By: jhi                                   on 2002/03/21  22:54:42
6499         Log: Subject: [PATCH pod/perlxs.pod] doc fix
6500              From: Stas Bekman <stas@stason.org>
6501              Date: Thu, 21 Mar 2002 18:47:35 +0800
6502              Message-ID: <3C99BA47.9010403@stason.org>
6503      Branch: perl
6504            ! pod/perlxs.pod
6505 ____________________________________________________________________________
6506 [ 15403] By: jhi                                   on 2002/03/21  22:53:11
6507         Log: Subject: [PATCH]
6508              From: Slaven Rezic <slaven.rezic@berlin.de>
6509              Date: 21 Mar 2002 10:19:23 +0100
6510              Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
6511              
6512              Disable gethostbyaddr_r for all 4.x FreeBSD versions.
6513      Branch: perl
6514            ! hints/freebsd.sh
6515 ____________________________________________________________________________
6516 [ 15402] By: jhi                                   on 2002/03/21  22:50:19
6517         Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
6518              From: Tim Bunce <Tim.Bunce@pobox.com>
6519              Date: Thu, 21 Mar 2002 21:18:05 +0000
6520              Message-ID: <20020321211805.E25276@dansat.data-plan.com>
6521      Branch: perl
6522            ! ext/Storable/Storable.xs
6523 ____________________________________________________________________________
6524 [ 15401] By: jhi                                   on 2002/03/21  20:48:52
6525         Log: Reword the Apache^Wmod_perl bit so that Sarathy
6526              can sleep easier :-)
6527      Branch: perl
6528            ! pod/perldelta.pod
6529 ____________________________________________________________________________
6530 [ 15400] By: jhi                                   on 2002/03/21  20:19:31
6531         Log: It seems that the strange failure (core dump) of
6532              t/uni/fold.t on ithreads Solaris builds is a gcc bug:
6533              (1) using Sun's cc helps
6534              (2) rewriting the ithreads PM_SETRE() to do the
6535              setting in two steps helps
6536              (3) no other platforms have the crash
6537              (4) Tru64's Third Degree sees nothing evil
6538              So we implement (2).
6539      Branch: perl
6540            ! op.h
6541 ____________________________________________________________________________
6542 [ 15399] By: jhi                                   on 2002/03/21  20:09:23
6543         Log: Solaris: default to the SUNwspro cc if it is available.
6544      Branch: perl
6545            ! hints/solaris_2.sh
6546 ____________________________________________________________________________
6547 [ 15398] By: jhi                                   on 2002/03/21  18:41:57
6548         Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
6549              does not get fixed in time.
6550      Branch: perl
6551            ! pod/perldelta.pod
6552 ____________________________________________________________________________
6553 [ 15397] By: jhi                                   on 2002/03/21  18:19:53
6554         Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
6555              From: Dave Mitchell <davem@fdgroup.com>
6556              Date: Thu, 21 Mar 2002 17:24:40 +0000
6557              Message-ID: <20020321172440.C13683@fdgroup.com>
6558      Branch: perl
6559            ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
6560            ! pod/perlapi.pod proto.h sv.h toke.c
6561 ____________________________________________________________________________
6562 [ 15396] By: jhi                                   on 2002/03/21  18:00:51
6563         Log: One more proto escapee.
6564      Branch: perl
6565            ! hints/linux.sh
6566 ____________________________________________________________________________
6567 [ 15395] By: jhi                                   on 2002/03/21  17:56:57
6568         Log: metaconfig unit change for #15394.
6569      Branch: metaconfig/U/perl
6570            ! Checkcc.U
6571 ____________________________________________________________________________
6572 [ 15394] By: jhi                                   on 2002/03/21  17:56:34
6573         Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
6574              From: Robin Barker <rmb1@cise.npl.co.uk>
6575              Date: Thu, 21 Mar 2002 17:35:00 GMT
6576              Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
6577      Branch: perl
6578            ! Configure
6579 ____________________________________________________________________________
6580 [ 15393] By: jhi                                   on 2002/03/21  17:36:06
6581         Log: Subject: Re: [tests for Pod::Html]
6582              From: Stas Bekman <stas@stason.org>
6583              Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
6584              Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
6585      Branch: perl
6586            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
6587            - t/pod2html/README
6588            ! MANIFEST lib/Pod/t/pod2html-lib.pl
6589 ____________________________________________________________________________
6590 [ 15392] By: jhi                                   on 2002/03/21  16:17:53
6591         Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
6592              From: Stas Bekman <stas@stason.org>
6593              Date: Thu, 21 Mar 2002 18:50:56 +0800
6594              Message-ID: <3C99BB10.50004@stason.org>
6595      Branch: perl
6596            ! ext/Cwd/Cwd.xs
6597 ____________________________________________________________________________
6598 [ 15391] By: jhi                                   on 2002/03/21  16:16:57
6599         Log: Upgrade to Encode 0.95, from Dan Kogai.
6600      Branch: perl
6601            + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
6602            + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
6603            + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
6604            + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
6605            + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
6606            + ext/Encode/lib/Encode/Details.pod
6607            + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
6608            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
6609            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
6610            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
6611            ! ext/Encode/Makefile.PL
6612 ____________________________________________________________________________
6613 [ 15390] By: jhi                                   on 2002/03/21  14:48:35
6614         Log: Mention the new syslog try-harder feature.
6615      Branch: perl
6616            ! pod/perldelta.pod
6617 ____________________________________________________________________________
6618 [ 15389] By: jhi                                   on 2002/03/21  14:44:56
6619         Log: metaconfig unit changes for #15388.
6620      Branch: metaconfig
6621            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
6622            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
6623            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
6624            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
6625            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
6626            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
6627            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
6628            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
6629            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
6630            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
6631            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
6632            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
6633            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
6634            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
6635            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
6636            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
6637            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
6638            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
6639            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
6640            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
6641            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
6642            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
6643            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
6644            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
6645 ____________________________________________________________________________
6646 [ 15388] By: jhi                                   on 2002/03/21  14:44:09
6647         Log: Subject: [PATCH @15373] More HP-UX/IA64 work
6648              From: Spider Boardman <spider@web.zk3.dec.com>
6649              Date: Thu, 21 Mar 2002 09:23:45 -0500
6650              Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
6651      Branch: perl
6652            ! Configure hints/hpux.sh reentr.pl
6653 ____________________________________________________________________________
6654 [ 15387] By: jhi                                   on 2002/03/21  14:37:56
6655         Log: NetWare diff from C Aditya.
6656      Branch: perl
6657            ! perl.h
6658 ____________________________________________________________________________
6659 [ 15386] By: jhi                                   on 2002/03/21  14:36:05
6660         Log: The htmlview test doesn't work yet.
6661      Branch: perl
6662            + t/pod2html/README
6663            - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
6664            ! MANIFEST
6665 ____________________________________________________________________________
6666 [ 15385] By: jhi                                   on 2002/03/21  14:15:01
6667         Log: Placeholder.
6668      Branch: perl
6669            ! MANIFEST
6670 ____________________________________________________________________________
6671 [ 15384] By: jhi                                   on 2002/03/21  14:03:50
6672         Log: Integrate perlio: missing tabs in makefile.mk.
6673      Branch: perl
6674           !> win32/makefile.mk
6675 ____________________________________________________________________________
6676 [ 15383] By: jhi                                   on 2002/03/21  13:52:18
6677         Log: Subject: [tests for Pod::Html]
6678              From: Stas Bekman <stas@stason.org>
6679              Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
6680              Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
6681      Branch: perl
6682            + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
6683            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
6684            + lib/Pod/t/pod2html-lib.pl
6685            ! MANIFEST
6686 ____________________________________________________________________________
6687 [ 15382] By: nick                                  on 2002/03/21  07:21:57
6688         Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
6689      Branch: perlio
6690           +> ext/Encode/AUTHORS ext/Encode/Changes
6691           +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
6692           +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
6693           +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
6694           +> ext/I18N/Langinfo/fallback/const-c.inc
6695           +> ext/I18N/Langinfo/fallback/const-xs.inc
6696           +> lib/ExtUtils/t/Constant.t
6697            - ext/Encode/Encode/euc-jp-0212.enc
6698            - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
6699            - ext/Encode/t/table.euc ext/Encode/t/table.ref
6700            - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
6701           !> (integrate 105 files)
6702 ____________________________________________________________________________
6703 [ 15381] By: nick                                  on 2002/03/21  06:59:57
6704         Log: Restore tabs so dmake will parse file!
6705      Branch: perlio
6706            ! win32/makefile.mk
6707 ____________________________________________________________________________
6708 [ 15380] By: jhi                                   on 2002/03/21  04:26:03
6709         Log: Upgrade to Unicode::Normalize 0.16.
6710      Branch: perl
6711            ! ext/Unicode/Normalize/Changes
6712            ! ext/Unicode/Normalize/Normalize.pm
6713 ____________________________________________________________________________
6714 [ 15379] By: jhi                                   on 2002/03/21  02:59:46
6715         Log: Schwern's wallet is a bit more loose.
6716      Branch: perl
6717            ! t/lib/1_compile.t
6718 ____________________________________________________________________________
6719 [ 15378] By: jhi                                   on 2002/03/20  21:57:22
6720         Log: Subject: [PATCH]
6721              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6722              Date: Wed, 20 Mar 2002 22:56:17 -0000
6723              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
6724              
6725              packWARN also for subdirs.
6726      Branch: perl
6727            ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
6728            ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
6729            ! win32/win32.c
6730 ____________________________________________________________________________
6731 [ 15377] By: jhi                                   on 2002/03/20  21:50:11
6732         Log: A plan is better.
6733      Branch: perl
6734            ! ext/Encode/t/CJKalias.t
6735 ____________________________________________________________________________
6736 [ 15376] By: jhi                                   on 2002/03/20  21:26:09
6737         Log: Upgrade to Encode 0.94, from Dan Kogai.
6738      Branch: perl
6739            + ext/Encode/lib/Encode/Description.pod
6740            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
6741            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
6742            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
6743            ! ext/Encode/lib/Encode/Encoding.pm
6744            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
6745            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
6746            ! ext/Encode/t/CJKalias.t
6747 ____________________________________________________________________________
6748 [ 15375] By: jhi                                   on 2002/03/20  21:09:27
6749         Log: Rats' nest.
6750      Branch: perl
6751            ! hints/solaris_2.sh
6752 ____________________________________________________________________________
6753 [ 15374] By: jhi                                   on 2002/03/20  21:01:59
6754         Log: Rrright.
6755      Branch: perl
6756            ! pod/perlguts.pod
6757 ____________________________________________________________________________
6758 [ 15373] By: jhi                                   on 2002/03/20  17:36:43
6759         Log: Update Changes.
6760      Branch: perl
6761            ! Changes patchlevel.h
6762 ____________________________________________________________________________
6763 [ 15372] By: jhi                                   on 2002/03/20  16:54:35
6764         Log: Reapply #15336.
6765      Branch: perl
6766            ! ext/Encode/lib/Encode/Tcl.pm
6767 ____________________________________________________________________________
6768 [ 15371] By: jhi                                   on 2002/03/20  15:28:44
6769         Log: Upgrade to Encode 0.93, from Dan Kogai.
6770      Branch: perl
6771            + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
6772            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
6773            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
6774            ! ext/Encode/README ext/Encode/TW/TW.pm
6775            ! ext/Encode/lib/Encode/CN/HZ.pm
6776            ! ext/Encode/lib/Encode/Encoding.pm
6777            ! ext/Encode/lib/Encode/Internal.pm
6778            ! ext/Encode/lib/Encode/JP/Constants.pm
6779            ! ext/Encode/lib/Encode/JP/H2Z.pm
6780            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
6781            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
6782            ! ext/Encode/lib/Encode/Tcl/Escape.pm
6783            ! ext/Encode/lib/Encode/Tcl/Table.pm
6784            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
6785            ! ext/Encode/lib/Encode/iso10646_1.pm
6786            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
6787            ! ext/Encode/t/JP.t
6788 ____________________________________________________________________________
6789 [ 15370] By: jhi                                   on 2002/03/20  15:13:42
6790         Log: Subject: patch for syslog
6791              From: <Nick.Williams@morganstanley.com>
6792              Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
6793              Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
6794      Branch: perl
6795            ! ext/Sys/Syslog/Syslog.pm
6796 ____________________________________________________________________________
6797 [ 15369] By: jhi                                   on 2002/03/20  15:10:17
6798         Log: Some failure updates.
6799      Branch: perl
6800            ! pod/perldelta.pod
6801 ____________________________________________________________________________
6802 [ 15368] By: jhi                                   on 2002/03/20  15:02:04
6803         Log: Getopt::Long 2.29 from Johan Vromans.
6804      Branch: perl
6805            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
6806 ____________________________________________________________________________
6807 [ 15367] By: jhi                                   on 2002/03/20  14:58:56
6808         Log: Rename ExtUtils.t to Constant.t, as suggested by
6809              Nicholas Clark.
6810      Branch: perl
6811            + lib/ExtUtils/t/Constant.t
6812            - lib/ExtUtils/t/ExtUtils.t
6813            ! MANIFEST
6814 ____________________________________________________________________________
6815 [ 15366] By: jhi                                   on 2002/03/20  14:56:27
6816         Log: Subject: [PATCH] TODO - Make Schwern Poorer
6817              From: Nicholas Clark <nick@unfortu.net>
6818              Date: Tue, 19 Mar 2002 22:50:28 +0000
6819              Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
6820      Branch: perl
6821            ! t/lib/1_compile.t
6822 ____________________________________________________________________________
6823 [ 15365] By: jhi                                   on 2002/03/20  14:47:15
6824         Log: Subject: Re: The story of O [PATCH]
6825              From: Richard.Foley@t-online.de (Richard Foley)
6826              Date: Sun, 17 Mar 2002 08:37:26 +0100
6827              Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
6828      Branch: perl
6829            ! lib/perl5db.pl
6830 ____________________________________________________________________________
6831 [ 15364] By: jhi                                   on 2002/03/20  14:43:11
6832         Log: Mention the external modules Encode::HanExtra and
6833              PadWalker.
6834      Branch: perl
6835            ! pod/perldelta.pod
6836 ____________________________________________________________________________
6837 [ 15363] By: jhi                                   on 2002/03/20  14:38:23
6838         Log: Subject: [PATCH] List lexicals from debugger
6839              From: Peter Scott <Peter@PSDT.com>
6840              Date: Tue, 19 Mar 2002 12:28:52 -0800
6841              Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
6842      Branch: perl
6843            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
6844 ____________________________________________________________________________
6845 [ 15362] By: jhi                                   on 2002/03/20  14:37:05
6846         Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
6847              and :encoding(xxx) was errorneously parsed.
6848      Branch: perl
6849            ! lib/open.pm
6850 ____________________________________________________________________________
6851 [ 15361] By: jhi                                   on 2002/03/20  14:34:38
6852         Log: Subject: [PATCH bleadperl] exec.t tweak
6853              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6854              Date: Wed, 20 Mar 2002 01:21:40 +0100
6855              Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
6856              
6857              4NT returns 2 as error-code for nonexistant file.
6858      Branch: perl
6859            ! t/op/exec.t
6860 ____________________________________________________________________________
6861 [ 15360] By: jhi                                   on 2002/03/20  14:33:09
6862         Log: minor Tie::File test patch to make win32 happier, from mjd.
6863      Branch: perl
6864            ! lib/Tie/File/t/30_defer.t
6865 ____________________________________________________________________________
6866 [ 15359] By: jhi                                   on 2002/03/20  14:31:53
6867         Log: Subject: [PATCH bleadperl] magic.t tweak
6868              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6869              Date: Wed, 20 Mar 2002 00:39:16 +0100
6870              Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
6871      Branch: perl
6872            ! t/op/magic.t
6873 ____________________________________________________________________________
6874 [ 15358] By: jhi                                   on 2002/03/20  14:23:46
6875         Log: Typo fix from Andreas Koenig, plus a tweak.
6876      Branch: perl
6877            ! pod/perlunicode.pod
6878 ____________________________________________________________________________
6879 [ 15357] By: jhi                                   on 2002/03/20  14:21:33
6880         Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
6881              in Mandrake 8.2.  Now we need to figure out a way not to
6882              unbreak Apache.
6883      Branch: perl
6884            ! hints/linux.sh
6885 ____________________________________________________________________________
6886 [ 15356] By: jhi                                   on 2002/03/20  13:59:58
6887         Log: Fix for "UTF-8 bug with s///" from Hugo.
6888      Branch: perl
6889            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
6890            ! t/op/pat.t
6891 ____________________________________________________________________________
6892 [ 15355] By: jhi                                   on 2002/03/20  02:23:23
6893         Log: metaconfig unit change for #15354.
6894      Branch: metaconfig
6895            ! U/threads/usethreads.U
6896 ____________________________________________________________________________
6897 [ 15354] By: jhi                                   on 2002/03/20  02:23:01
6898         Log: Installation updates on threads and perlio.
6899      Branch: perl
6900            ! Configure INSTALL
6901 ____________________________________________________________________________
6902 [ 15353] By: jhi                                   on 2002/03/20  01:17:27
6903         Log: Tpo.
6904      Branch: perl
6905            ! pod/perlfaq6.pod
6906 ____________________________________________________________________________
6907 [ 15352] By: jhi                                   on 2002/03/20  01:15:54
6908         Log: Regen modlib and toc.
6909      Branch: perl
6910            ! pod/perlmodlib.pod pod/perltoc.pod
6911 ____________________________________________________________________________
6912 [ 15351] By: jhi                                   on 2002/03/20  01:12:28
6913         Log: Whitespace tweaks.
6914      Branch: perl
6915            ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
6916            ! pod/perltodo.pod pod/perlunicode.pod
6917 ____________________________________________________________________________
6918 [ 15350] By: jhi                                   on 2002/03/20  00:55:54
6919         Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
6920              think UTF-8, embrace your inner UTF-8, as suggested by Larry.
6921              (And as suggested by Markus Kuhn.)
6922              
6923              While we are at it, document also the case of
6924              mixed hash keys as a known potential troublemaker.
6925              (Since it's locale-related, sometimes.)
6926      Branch: perl
6927            ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
6928            ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
6929            ! pod/perluniintro.pod
6930 ____________________________________________________________________________
6931 [ 15349] By: jhi                                   on 2002/03/20  00:47:17
6932         Log: Surely a typo.
6933      Branch: perl
6934            ! gv.c
6935 ____________________________________________________________________________
6936 [ 15348] By: jhi                                   on 2002/03/19  22:05:29
6937         Log: Take two.
6938      Branch: perl
6939            + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
6940            + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
6941 ____________________________________________________________________________
6942 [ 15347] By: jhi                                   on 2002/03/19  22:04:45
6943         Log: Let's try this from scratch.
6944      Branch: perl
6945            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
6946            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
6947 ____________________________________________________________________________
6948 [ 15346] By: jhi                                   on 2002/03/19  21:59:14
6949         Log: I could do this all day...
6950      Branch: perl
6951            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
6952            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
6953 ____________________________________________________________________________
6954 [ 15345] By: jhi                                   on 2002/03/19  21:54:20
6955         Log: Grrr.
6956      Branch: perl
6957            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
6958            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
6959 ____________________________________________________________________________
6960 [ 15344] By: jhi                                   on 2002/03/19  21:49:47
6961         Log: Subject: Re: Nearly OK for cygwin@15318
6962              From: John Peacock <jpeacock@rowman.com>
6963              Date: Tue, 19 Mar 2002 15:58:08 -0500
6964              Message-ID: <3C97A660.3060302@rowman.com>
6965      Branch: perl
6966            ! pod/perlport.pod
6967 ____________________________________________________________________________
6968 [ 15343] By: jhi                                   on 2002/03/19  21:47:02
6969         Log: Subject: Re: Nearly OK for cygwin@15318
6970              From: <slaven.rezic@berlin.de>
6971              Date: Tue, 19 Mar 2002 21:47:49 +0100
6972              Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
6973              
6974              Subject: Re: Nearly OK for cygwin@15318
6975              From: <slaven.rezic@berlin.de>
6976              Date: Tue, 19 Mar 2002 21:37:18 +0100
6977              Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
6978      Branch: perl
6979            ! pod/perlport.pod t/io/fs.t
6980 ____________________________________________________________________________
6981 [ 15342] By: jhi                                   on 2002/03/19  21:41:12
6982         Log: D'oh.
6983      Branch: perl
6984            + ext/I18N/Langinfo/fallback/const-c.inc
6985            + ext/I18N/Langinfo/fallback/const-xs.inc
6986 ____________________________________________________________________________
6987 [ 15341] By: jhi                                   on 2002/03/19  21:40:49
6988         Log: Subject: [PATCH] proper fallback for I18N::Langinfo
6989              From: Nicholas Clark <nick@unfortu.net>
6990              Date: Tue, 19 Mar 2002 22:37:08 +0000
6991              Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
6992              
6993              Subject: Re: [PATCH] proper fallback for I18N::Langinfo
6994              From: Nicholas Clark <nick@ccl4.org>
6995              Date: Tue, 19 Mar 2002 22:39:55 +0000
6996              Message-ID: <20020319223954.G94831@plum.flirble.org>
6997      Branch: perl
6998            - ext/I18N/Langinfo/fallback.xs
6999            ! MANIFEST
7000 ____________________________________________________________________________
7001 [ 15340] By: jhi                                   on 2002/03/19  21:31:16
7002         Log: Text, not binary.
7003      Branch: perl
7004            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
7005            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
7006 ____________________________________________________________________________
7007 [ 15339] By: jhi                                   on 2002/03/19  21:26:10
7008         Log: Subject: Re: perl@15244
7009              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7010              Date: Mon, 18 Mar 2002 17:37:31 +0100
7011              Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
7012              
7013              (Goedendag: Dutch whitespace police)
7014      Branch: perl
7015            ! hints/hpux.sh
7016 ____________________________________________________________________________
7017 [ 15338] By: jhi                                   on 2002/03/19  21:10:29
7018         Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
7019              From: Nicholas Clark <nick@unfortu.net>
7020              Date: Tue, 19 Mar 2002 21:52:47 +0000
7021              Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
7022      Branch: perl
7023            ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
7024            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
7025            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
7026            ! ext/Sys/Syslog/Makefile.PL
7027 ____________________________________________________________________________
7028 [ 15337] By: jhi                                   on 2002/03/19  20:09:22
7029         Log: More pathname portability checks.
7030      Branch: perl
7031            ! Porting/check83.pl
7032 ____________________________________________________________________________
7033 [ 15336] By: jhi                                   on 2002/03/19  18:41:50
7034         Log: Begone, Encode::Tcl::Extended.
7035      Branch: perl
7036            ! ext/Encode/lib/Encode/Tcl.pm
7037 ____________________________________________________________________________
7038 [ 15335] By: jhi                                   on 2002/03/19  18:40:10
7039         Log: This is like trying to put the shaving cream
7040              back to the can...
7041      Branch: perl
7042            ! hints/linux.sh
7043 ____________________________________________________________________________
7044 [ 15334] By: jhi                                   on 2002/03/19  18:31:59
7045         Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
7046              types of usleep().  Fun, fun. fun.
7047      Branch: perl
7048            ! hints/linux.sh
7049 ____________________________________________________________________________
7050 [ 15333] By: jhi                                   on 2002/03/19  18:25:21
7051         Log: Sarathy's new suggestion for Linux threading flags.
7052      Branch: perl
7053            ! hints/linux.sh
7054 ____________________________________________________________________________
7055 [ 15332] By: jhi                                   on 2002/03/19  18:23:30
7056         Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
7057      Branch: perl
7058            - ext/Encode/Encode/euc-jp-0212.ucm
7059            ! MANIFEST ext/Encode/Encode/euc-jp.ucm
7060            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
7061 ____________________________________________________________________________
7062 [ 15331] By: jhi                                   on 2002/03/19  18:18:21
7063         Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
7064              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7065              Date: Tue, 19 Mar 2002 00:42:22 +0100
7066              Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
7067      Branch: perl
7068            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
7069 ____________________________________________________________________________
7070 [ 15330] By: jhi                                   on 2002/03/19  18:00:48
7071         Log: "+" is not a valid filename character in VMS.
7072      Branch: perl
7073            + ext/Encode/Encode/euc-jp-0212.ucm
7074            - ext/Encode/Encode/euc-jp+0212.ucm
7075            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
7076 ____________________________________________________________________________
7077 [ 15329] By: jhi                                   on 2002/03/19  15:49:12
7078         Log: Update Changes.
7079      Branch: perl
7080            ! Changes patchlevel.h
7081 ____________________________________________________________________________
7082 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
7083         Log: Take away _GNU_SOURCE since that does not seem
7084              to play well with other software (like Apache),
7085              just hint away the WHOAs.
7086      Branch: perl
7087            ! hints/linux.sh
7088 ____________________________________________________________________________
7089 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
7090         Log: metaconfig unit change for #15326.
7091      Branch: metaconfig
7092            ! U/threads/d_crypt_r.U
7093 ____________________________________________________________________________
7094 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
7095         Log: Support crypt_r(const char*,const char*, CRYPTD*).
7096      Branch: perl
7097            ! Configure reentr.h reentr.pl
7098 ____________________________________________________________________________
7099 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
7100         Log: VMS acrobatics from Peter Prymmer.
7101      Branch: perl
7102            ! lib/ExtUtils/t/ExtUtils.t
7103 ____________________________________________________________________________
7104 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
7105         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
7106              From: Stas Bekman <stas@stason.org>
7107              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
7108              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
7109      Branch: perl
7110            ! lib/Pod/Html.pm
7111 ____________________________________________________________________________
7112 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
7113         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
7114              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7115              Date: Tue, 19 Mar 2002 10:49:27 +0100
7116              Message-ID: <20020319104927.C705@rafael>   
7117      Branch: perl
7118            ! ext/B/t/xref.t
7119 ____________________________________________________________________________
7120 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
7121         Log: Integrate perlio;
7122              
7123              Move docs for Encode::valid_utf8 (which does not exist)
7124              to be docs for utf8::valid() (which does).
7125      Branch: perl
7126           !> ext/Encode/Encode.pm lib/utf8.pm
7127 ____________________________________________________________________________
7128 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
7129         Log: Remove Encode::Tcl::Extended, suggested by
7130              SADAHIRO Tomoyuki.
7131      Branch: perl
7132            - ext/Encode/Encode/euc-jp-0212.enc
7133            - ext/Encode/lib/Encode/Tcl/Extended.pm
7134            ! MANIFEST ext/Encode/MANIFEST
7135            ! ext/Encode/lib/Encode/Tcl/Escape.pm
7136            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
7137 ____________________________________________________________________________
7138 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
7139         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
7140      Branch: perl
7141            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
7142            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
7143            + ext/Encode/t/jisx0212.ref
7144            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
7145            - ext/Encode/t/table.ref
7146            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
7147            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
7148            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
7149            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
7150            ! ext/Encode/lib/Encode/CN/HZ.pm
7151            ! ext/Encode/lib/Encode/Encoding.pm
7152            ! ext/Encode/lib/Encode/Internal.pm
7153            ! ext/Encode/lib/Encode/JP/Constants.pm
7154            ! ext/Encode/lib/Encode/JP/H2Z.pm
7155            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
7156            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
7157            ! ext/Encode/lib/Encode/Tcl/Escape.pm
7158            ! ext/Encode/lib/Encode/Tcl/Extended.pm
7159            ! ext/Encode/lib/Encode/Tcl/Table.pm
7160            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
7161            ! ext/Encode/lib/Encode/iso10646_1.pm
7162            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
7163            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
7164            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
7165 ____________________________________________________________________________
7166 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
7167         Log: constness+signedness nit.
7168      Branch: perl
7169            ! ext/Unicode/Normalize/Normalize.xs
7170 ____________________________________________________________________________
7171 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
7172         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
7173      Branch: perl
7174            ! ext/Unicode/Normalize/Changes
7175            ! ext/Unicode/Normalize/Normalize.pm
7176            ! ext/Unicode/Normalize/Normalize.xs
7177            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
7178            ! ext/Unicode/Normalize/t/func.t
7179 ____________________________________________________________________________
7180 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
7181         Log: Split the ebcdic details to perlebcdic.
7182      Branch: perl
7183            ! pod/perlebcdic.pod pod/perluniintro.pod
7184 ____________________________________________________________________________
7185 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
7186         Log: Be explicit.
7187      Branch: perl
7188            ! pod/perluniintro.pod
7189 ____________________________________________________________________________
7190 [ 15315] By: nick                                  on 2002/03/19  09:24:18
7191         Log: Integrate mainline
7192      Branch: perlio
7193           +> ext/List/Util/t/openhan.t
7194           !> (integrate 53 files)
7195 ____________________________________________________________________________
7196 [ 15314] By: nick                                  on 2002/03/19  07:39:07
7197         Log: Move docs for Encode::valid_utf8 (which does not exist)
7198              to be docs for utf8::valid() (which does).
7199      Branch: perlio
7200            ! ext/Encode/Encode.pm lib/utf8.pm
7201 ____________________________________________________________________________
7202 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
7203         Log: Update the Unicode vs EBCDIC situation.
7204      Branch: perl
7205            ! pod/perlebcdic.pod pod/perluniintro.pod
7206 ____________________________________________________________________________
7207 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
7208         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
7209              From: Robert Spier <rspier@pobox.com>
7210              Date: Mon, 18 Mar 2002 19:22:55 -0800
7211              Message-ID: <15510.44815.383439.823671@rls.cx>
7212      Branch: perl
7213            ! ext/threads/t/end.t
7214 ____________________________________________________________________________
7215 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
7216         Log: UTF-8 walk errors that become visible in EBCDIC.
7217      Branch: perl
7218            ! regexec.c
7219 ____________________________________________________________________________
7220 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
7221         Log: s/regcinclasslen/reginclass/ and remove the old
7222              reginclass since nothing is using it.
7223      Branch: perl
7224            ! embed.fnc embed.h proto.h regexec.c
7225 ____________________________________________________________________________
7226 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
7227         Log: Close the file so it can be (a) removed (b) reopened.
7228      Branch: perl
7229            ! ext/B/t/xref.t
7230 ____________________________________________________________________________
7231 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
7232         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
7233              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7234              Date: Mon, 18 Mar 2002 23:14:31 +0100
7235              Message-ID: <20020318231431.A699@rafael>
7236      Branch: perl
7237            ! ext/B/B.xs utf8.c
7238 ____________________________________________________________________________
7239 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
7240         Log: Failed patch hunk reapplied.
7241      Branch: perl
7242            ! lib/Tie/File/t/32_defer_misc.t
7243 ____________________________________________________________________________
7244 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
7245         Log: For DEBUGGING threaded builds.
7246      Branch: perl
7247            ! sv.c
7248 ____________________________________________________________________________
7249 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
7250         Log: AUTHORS update.
7251      Branch: perl
7252            ! AUTHORS
7253 ____________________________________________________________________________
7254 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
7255         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
7256              (Fix from Craig Berry)
7257      Branch: perl
7258            ! pp_sys.c
7259 ____________________________________________________________________________
7260 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
7261         Log: Subject: [PATCH] configure.com home-grown kill() check
7262              From: "Craig A. Berry" <craigberry@mac.com>
7263              Date: Mon, 18 Mar 2002 13:52:59 -0600
7264              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
7265      Branch: perl
7266            ! configure.com
7267 ____________________________________________________________________________
7268 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
7269         Log: Upgrade to Tie::File 0.50.
7270      Branch: perl
7271            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
7272            ! lib/Tie/File/t/32_defer_misc.t
7273 ____________________________________________________________________________
7274 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
7275         Log: AUTHORS updates.
7276      Branch: perl
7277            ! AUTHORS
7278 ____________________________________________________________________________
7279 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
7280         Log: Update Changes.
7281      Branch: perl
7282            ! Changes patchlevel.h
7283 ____________________________________________________________________________
7284 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
7285         Log: OS/390 update.
7286      Branch: perl
7287            ! pod/perldelta.pod
7288 ____________________________________________________________________________
7289 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
7290         Log: Forgot from #15288.
7291      Branch: perl
7292            ! ext/B/B.xs
7293 ____________________________________________________________________________
7294 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
7295         Log: Make regex DEBUGGING faster.
7296      Branch: perl
7297            ! perl.c perl.h regexec.c
7298 ____________________________________________________________________________
7299 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
7300         Log: Undo accidental perl.h part of #15295 (wait for #15297)
7301      Branch: perl
7302            ! perl.h
7303 ____________________________________________________________________________
7304 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
7305         Log: Subject: prefix slip
7306              From: andreas.koenig@anima.de (Andreas J. Koenig)
7307              Date: Mon, 18 Mar 2002 16:24:46 +0100
7308              Message-ID: <m3y9gp3nlt.fsf@anima.de>
7309              
7310              (perl.h part accidental, undone by #15296)
7311      Branch: perl
7312            ! INSTALL perl.h
7313 ____________________________________________________________________________
7314 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
7315         Log: Be tidy.
7316      Branch: perl
7317            ! ext/B/t/xref.t
7318 ____________________________________________________________________________
7319 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
7320         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
7321              From: Spider Boardman <spider@web.zk3.dec.com>
7322              Date: Mon, 18 Mar 2002 10:09:50 -0500
7323              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
7324      Branch: perl
7325            ! README.tru64 hints/dec_osf.sh
7326 ____________________________________________________________________________
7327 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
7328         Log: NetWare tweaks from C Aditya <caditya@novell.com>
7329      Branch: perl
7330            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
7331 ____________________________________________________________________________
7332 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
7333         Log: metaconfig unit change for #15290.
7334      Branch: metaconfig/U/perl
7335            ! perlxv.U
7336 ____________________________________________________________________________
7337 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
7338         Log: Subject: d_nv_preserves_uv_bits
7339              From: Nicholas Clark <nick@unfortu.net>
7340              Date: Thu, 14 Mar 2002 22:24:19 +0000
7341              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
7342      Branch: perl
7343            ! Configure Porting/Glossary Porting/config.sh config_h.SH
7344            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
7345            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
7346            ! win32/config.bc win32/config.gc win32/config.vc
7347            ! win32/config.win64
7348 ____________________________________________________________________________
7349 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
7350         Log: Subject: Re: perl@15244
7351              From: Spider Boardman <spider@web.zk3.dec.com>
7352              Date: Mon, 18 Mar 2002 09:38:55 -0500
7353              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
7354              
7355              (IA64 work.)
7356      Branch: perl
7357            ! hints/hpux.sh perl.h
7358 ____________________________________________________________________________
7359 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
7360         Log: Subject: [PATCH B] B::perlstring()
7361              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7362              Date: Sun, 17 Mar 2002 23:06:12 +0100
7363              Message-ID: <20020317230612.A24442@rafael>
7364      Branch: perl
7365            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
7366 ____________________________________________________________________________
7367 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
7368         Log: Subject: [PATCH] another pack "w" thing
7369              From: Nicholas Clark <nick@unfortu.net>
7370              Date: Sat, 16 Mar 2002 21:52:15 +0000
7371              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
7372      Branch: perl
7373            ! pp_pack.c t/op/pack.t
7374 ____________________________________________________________________________
7375 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
7376         Log: More prototypes blindness in Solaris.
7377              (TODO: readdir64_r really needs to be seen.)
7378      Branch: perl
7379            ! hints/solaris_2.sh
7380 ____________________________________________________________________________
7381 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
7382         Log: Integrate perlio;
7383              
7384              Tidy the "does not map" message for non-characters
7385              (e.g. iso-8859-3 "\xA5").
7386      Branch: perl
7387           !> ext/Encode/Encode.xs
7388 ____________________________________________________________________________
7389 [ 15284] By: nick                                  on 2002/03/18  11:00:31
7390         Log: Integrate mainline
7391      Branch: perlio
7392           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
7393           +> lib/Tie/File/t/32_defer_misc.t
7394           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
7395           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
7396           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
7397           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
7398           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
7399           !> reentr.pl regexec.c t/op/pat.t util.c
7400 ____________________________________________________________________________
7401 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
7402         Log: Sync with Scalar-List-Utils-1.07
7403      Branch: perl
7404            + ext/List/Util/t/openhan.t
7405            ! MANIFEST ext/List/Util/ChangeLog
7406            ! ext/List/Util/lib/List/Util.pm
7407            ! ext/List/Util/lib/Scalar/Util.pm
7408 ____________________________________________________________________________
7409 [ 15282] By: nick                                  on 2002/03/18  08:11:28
7410         Log: Tidy the "does not map" message for non-characters
7411              (e.g. iso-8859-3 "\xA5").
7412      Branch: perlio
7413            ! ext/Encode/Encode.xs
7414 ____________________________________________________________________________
7415 [ 15281] By: ams                                   on 2002/03/18  04:44:37
7416         Log: URL fix from MJD.
7417      Branch: perl
7418            ! pod/perlfaq3.pod
7419 ____________________________________________________________________________
7420 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
7421         Log: More prototype calming (really should fix the Configure
7422              protochk, but not at this point in time).
7423      Branch: perl
7424            ! hints/solaris_2.sh
7425 ____________________________________________________________________________
7426 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
7427         Log: return at the wrong side of #endif.
7428      Branch: perl
7429            ! util.c
7430 ____________________________________________________________________________
7431 [ 15278] By: ams                                   on 2002/03/17  23:45:31
7432         Log: Typo fix from Stas Bekman.
7433      Branch: perl
7434            ! pod/perlhack.pod
7435 ____________________________________________________________________________
7436 [ 15277] By: ams                                   on 2002/03/17  23:41:35
7437         Log: Upgrade to Tie::File 0.21.
7438      Branch: perl
7439            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
7440            + lib/Tie/File/t/32_defer_misc.t
7441            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
7442            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
7443            ! lib/Tie/File/t/22_autochomp.t
7444 ____________________________________________________________________________
7445 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
7446         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
7447              character classes use inlined macros instead of the full
7448              function call.
7449      Branch: perl
7450            ! regexec.c
7451 ____________________________________________________________________________
7452 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
7453         Log: Integrate perlio;
7454              
7455              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
7456              
7457              Other :encoding oddities
7458              - we should really pop while we can still make method calls
7459              in case DESTROY does something.
7460              - Provide a no-op DESTROY
7461              - Use SvPV_only() rather than just SvPV_on()
7462      Branch: perl
7463           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
7464           !> ext/Encode/lib/Encode/Encoding.pm sv.c
7465 ____________________________________________________________________________
7466 [ 15274] By: nick                                  on 2002/03/17  20:00:12
7467         Log: Other :encoding oddities
7468              - we should really pop while we can still make method calls
7469              in case DESTROY does something.
7470              - Provide a no-op DESTROY
7471              - Use SvPV_only() rather than just SvPV_on()
7472      Branch: perlio
7473            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
7474            ! ext/Encode/lib/Encode/Encoding.pm
7475 ____________________________________________________________________________
7476 [ 15273] By: nick                                  on 2002/03/17  19:53:24
7477         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
7478      Branch: perlio
7479            ! sv.c
7480 ____________________________________________________________________________
7481 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
7482         Log: Implement the retry-on-ERANGE for the get*_r().
7483              The buffer will keep doubling until 64k.
7484      Branch: perl
7485            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
7486            ! reentr.h reentr.pl
7487 ____________________________________________________________________________
7488 [ 15271] By: nick                                  on 2002/03/17  17:38:44
7489         Log: Integrate mainline
7490      Branch: perlio
7491           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
7492           +> t/op/pow.t
7493           !> (integrate 28 files)
7494 ____________________________________________________________________________
7495 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
7496         Log: Subject: UTF-8 bug (maybe alreayd known?)
7497              From: andreas.koenig@anima.de (Andreas J. Koenig)
7498              Date: Fri, 08 Mar 2002 16:36:01 +0100
7499              Message-ID: <m3n0xjul5q.fsf@anima.de>
7500      Branch: perl
7501            ! pp_hot.c t/op/pat.t
7502 ____________________________________________________________________________
7503 [ 15269] By: nick                                  on 2002/03/17  09:12:39
7504         Log: Integarate mainline
7505      Branch: perlio
7506           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
7507           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
7508           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
7509           !> (integrate 69 files)
7510 ____________________________________________________________________________
7511 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
7512         Log: Subject: SEGV in s/// and UTF-8
7513              From: andreas.koenig@anima.de (Andreas J. Koenig)
7514              Date: Tue, 12 Mar 2002 00:40:09 +0100
7515              Message-ID: <m3r8mqad2e.fsf@anima.de>
7516      Branch: perl
7517            ! regexec.c t/op/pat.t
7518 ____________________________________________________________________________
7519 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
7520         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
7521              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
7522              which assume that 2**someinteger is accurate.
7523      Branch: perl
7524            + t/op/pow.t
7525            ! MANIFEST pp.c t/test.pl
7526 ____________________________________________________________________________
7527 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
7528         Log: _r-ify config.win64, too.
7529      Branch: perl
7530            ! win32/config.win64
7531 ____________________________________________________________________________
7532 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
7533         Log: Better place to initialize (IRIX cc noticed that
7534              the many "goto defchars" bypass the initialization)
7535      Branch: perl
7536            ! regcomp.c
7537 ____________________________________________________________________________
7538 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
7539         Log: If not building threaded, never mind the threaded prototypes.
7540      Branch: perl
7541            ! Configure reentr.pl
7542 ____________________________________________________________________________
7543 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
7544         Log: metaconfig: If not using threads, not point probing for the
7545              prototypes (since they might be hidden behind many defines
7546              we won't have if not building threaded)
7547      Branch: metaconfig
7548            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
7549            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
7550            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
7551            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
7552            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
7553            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
7554            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
7555            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
7556            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
7557            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
7558            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
7559            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
7560            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
7561            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
7562            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
7563            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
7564            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
7565            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
7566            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
7567            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
7568            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
7569            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
7570            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
7571            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
7572 ____________________________________________________________________________
7573 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
7574         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
7575      Branch: perl
7576            ! hints/freebsd.sh
7577 ____________________________________________________________________________
7578 [ 15261] By: ams                                   on 2002/03/16  18:14:04
7579         Log: Upgrade to Tie::File 0.20.
7580      Branch: perl
7581            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
7582            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
7583            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
7584            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
7585            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
7586            ! lib/Tie/File/t/11_rv_splice_rs.t
7587            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
7588            ! lib/Tie/File/t/16_handle.t
7589 ____________________________________________________________________________
7590 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
7591         Log: There seems to be a trend for the *time_r to be hidden.
7592      Branch: perl
7593            ! hints/irix_6.sh
7594 ____________________________________________________________________________
7595 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
7596         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
7597              From: Stas Bekman <stas@stason.org>
7598              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
7599              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
7600      Branch: perl
7601            ! lib/Pod/Html.pm
7602 ____________________________________________________________________________
7603 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
7604         Log: Subject: [PATCH] Re: dumpvar.pl bug
7605              From: Peter Scott <Peter@PSDT.com>
7606              Date: Fri, 15 Mar 2002 18:19:21 -0800
7607              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
7608      Branch: perl
7609            ! lib/dumpvar.pl lib/perl5db.pl
7610 ____________________________________________________________________________
7611 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
7612         Log: More paranoid _r protochecking.  At least Tru64 and
7613              Linux need additional hinting help to believe that
7614              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
7615              to see what goes bang.
7616      Branch: perl
7617            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
7618            ! reentr.pl
7619 ____________________________________________________________________________
7620 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
7621         Log: metaconfig: more paranoid _r protochecking.
7622      Branch: metaconfig
7623            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
7624            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
7625            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
7626            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
7627            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
7628            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
7629            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
7630            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
7631            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
7632            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
7633            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
7634            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
7635            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
7636            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
7637            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
7638            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
7639            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
7640            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
7641            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
7642            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
7643            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
7644            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
7645            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
7646            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
7647 ____________________________________________________________________________
7648 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
7649         Log: HP-UX gcc 3 warnings found by Sarathy.
7650      Branch: perl
7651            ! regcomp.c sv.c
7652 ____________________________________________________________________________
7653 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
7654         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
7655              From: Slaven Rezic <slaven.rezic@berlin.de>
7656              Date: 16 Mar 2002 15:29:18 +0100
7657              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
7658      Branch: perl
7659            ! pod/perldelta.pod
7660 ____________________________________________________________________________
7661 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
7662         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
7663      Branch: perl
7664            ! Porting/findrfuncs reentr.h reentr.pl
7665 ____________________________________________________________________________
7666 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
7667         Log: UIN32_MAX with borken under HP-UX+gcc
7668      Branch: perl
7669            ! handy.h
7670 ____________________________________________________________________________
7671 [ 15251] By: ams                                   on 2002/03/16  02:38:08
7672         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
7673              *::DESTROY() is deprecated
7674              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7675              Date: Thu, 14 Mar 2002 18:39:22 -0500
7676              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
7677              
7678              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
7679              *::DESTROY() is deprecated
7680              From: Dave Mitchell <davem@fdgroup.com>
7681              Date: Fri, 15 Mar 2002 19:22:49 +0000
7682              Message-Id: <20020315192249.A22389@fdgroup.com>
7683      Branch: perl
7684            ! gv.c t/op/method.t
7685 ____________________________________________________________________________
7686 [ 15250] By: ams                                   on 2002/03/16  02:14:41
7687         Log: Plural nit.
7688      Branch: perl
7689            ! pod/perldelta.pod
7690 ____________________________________________________________________________
7691 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
7692         Log: Doesn't make sense to test for protos if the
7693              functions are not to be used (!= functions exist!)
7694              This might be the key (well, a key) to the HP-UX
7695              problems.
7696      Branch: perl
7697            ! reentr.h reentr.pl
7698 ____________________________________________________________________________
7699 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
7700         Log: Typo in #15247.
7701      Branch: perl
7702            ! hints/hpux.sh
7703 ____________________________________________________________________________
7704 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
7705         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
7706              in HP-UX (from H.Merijn Brand)
7707      Branch: perl
7708            ! hints/hpux.sh
7709 ____________________________________________________________________________
7710 [ 15246] By: ams                                   on 2002/03/15  17:53:23
7711         Log: Subject: minor corrections in perldelta.pod
7712              From: mjd@plover.com
7713              Date: 15 Mar 2002 18:48:42 -0000
7714              Message-Id: <20020315184842.13573.qmail@plover.com>
7715      Branch: perl
7716            ! pod/perldelta.pod
7717 ____________________________________________________________________________
7718 [ 15245] By: ams                                   on 2002/03/15  17:37:52
7719         Log: Upgrade to Tie::File 0.19.
7720      Branch: perl
7721            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
7722            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
7723            + lib/Tie/File/t/21_win32.t
7724            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
7725            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
7726            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
7727            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
7728            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
7729            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
7730            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
7731            ! lib/Tie/File/t/17_misc_meth.t
7732 ____________________________________________________________________________
7733 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
7734         Log: Update Changes.
7735      Branch: perl
7736            ! Changes patchlevel.h
7737 ____________________________________________________________________________
7738 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
7739         Log: Forgot from #15241.
7740      Branch: perl
7741            ! win32/config_sh.PL
7742 ____________________________________________________________________________
7743 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
7744         Log: Subject: patch pod/perltodo.pod
7745              From: mjd@plover.com
7746              Date: 15 Mar 2002 15:42:18 -0000
7747              Message-ID: <20020315154218.10163.qmail@plover.com>
7748              
7749              (With s/WANT/Want/)
7750      Branch: perl
7751            ! pod/perltodo.pod
7752 ____________________________________________________________________________
7753 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
7754         Log: Subject: [PATCH bleadperl] (revision 5 undef)
7755              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7756              Date: Fri, 15 Mar 2002 00:39:48 +0100
7757              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
7758      Branch: perl
7759            ! win32/config.bc win32/config.gc win32/config.vc
7760            ! win32/config.win64
7761 ____________________________________________________________________________
7762 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
7763         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
7764              From: Michael G Schwern <schwern@pobox.com>
7765              Date: Thu, 14 Mar 2002 16:39:29 -0500
7766              Message-ID: <20020314213929.GA2912@blackrider>
7767      Branch: perl
7768            ! lib/perl5db.pl
7769 ____________________________________________________________________________
7770 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
7771         Log: Integrate perlio.
7772      Branch: perl
7773           !> embed.fnc ext/Encode/t/JP.t
7774 ____________________________________________________________________________
7775 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
7776         Log: Monster _r patch: try to scan for all known _r variants,
7777              and then use them (under ithreads).  May fail in HP-UX,
7778              and the op/groups is known to be fickle everywhere.  Known
7779              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
7780              warnings in AIX since the first arguments of getnetbyaddr
7781              and getnetbyadd_r are of different types.  Thanks, IBM.)
7782              
7783              In non-Configure platforms deny the existence of any
7784              of the _r thingies.  (Also add the recently introduced
7785              d_tm_* to places it wasn't already in.)
7786              
7787              TODO: the suggested glibc buffer growth retry loop in case
7788              some entries (at least for: gr*, host*) are big.
7789              Forgot win32/config.win64.
7790      Branch: perl
7791            + reentr.c reentr.h reentr.pl
7792            ! Configure MANIFEST Makefile.SH NetWare/Makefile
7793            ! NetWare/config.wc Porting/Glossary Porting/config.sh
7794            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
7795            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
7796            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
7797            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
7798            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
7799            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
7800            ! win32/config.bc win32/config.gc win32/config.vc
7801            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
7802 ____________________________________________________________________________
7803 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
7804         Log: Be more explicit on when is the $! worth anything.
7805      Branch: perl
7806            ! pod/perlvar.pod
7807 ____________________________________________________________________________
7808 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
7809         Log: metaconfig: _r _r we go.
7810      Branch: metaconfig
7811            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
7812            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
7813            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
7814            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
7815            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
7816            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
7817            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
7818            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
7819            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
7820            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
7821            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
7822            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
7823            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
7824            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
7825            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
7826            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
7827            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
7828            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
7829            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
7830            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
7831            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
7832            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
7833            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
7834            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
7835 ____________________________________________________________________________
7836 [ 15235] By: nick                                  on 2002/03/15  07:31:54
7837         Log: Add the binmode()s to make JP.t pass on Win32
7838      Branch: perlio
7839            ! ext/Encode/t/JP.t
7840 ____________________________________________________________________________
7841 [ 15234] By: nick                                  on 2002/03/15  07:20:49
7842         Log: Integrate perlio
7843      Branch: perl
7844           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
7845 ____________________________________________________________________________
7846 [ 15233] By: nick                                  on 2002/03/15  07:18:02
7847         Log: Mark JP.t's data files as binary
7848      Branch: perlio
7849            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
7850 ____________________________________________________________________________
7851 [ 15232] By: nick                                  on 2002/03/15  07:13:38
7852         Log: Integrate mainline
7853      Branch: perlio
7854           +> ext/B/t/xref.t
7855           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
7856           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
7857           !> perl.c t/op/arith.t
7858 ____________________________________________________________________________
7859 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
7860         Log: The section needs to be in the makedepend script
7861              (from Jan-Erik Karlsson).
7862      Branch: perl
7863            ! makedepend.SH
7864 ____________________________________________________________________________
7865 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
7866         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
7867              From: Nicholas Clark <nick@unfortu.net>
7868              Date: Thu, 14 Mar 2002 23:05:23 +0000
7869              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
7870      Branch: perl
7871            ! ext/Safe/safe2.t
7872 ____________________________________________________________________________
7873 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
7874         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
7875              From: "Brent Dax" <brentdax@cpan.org>
7876              Date: Thu, 14 Mar 2002 09:08:41 -0800
7877              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
7878      Branch: perl
7879            ! lib/Pod/Html.pm
7880 ____________________________________________________________________________
7881 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
7882         Log: metaconfig: one round again for the _r.
7883      Branch: metaconfig
7884            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
7885            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
7886            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
7887            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
7888            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
7889            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
7890            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
7891            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
7892            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
7893            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
7894            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
7895            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
7896            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
7897            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
7898            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
7899            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
7900            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
7901            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
7902            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
7903            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
7904            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
7905            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
7906            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
7907            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
7908 ____________________________________________________________________________
7909 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
7910         Log: metaconfig: new round of the _r units.
7911      Branch: metaconfig
7912            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
7913            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
7914            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
7915            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
7916            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
7917            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
7918            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
7919            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
7920            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
7921            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
7922            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
7923            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
7924            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
7925            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
7926            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
7927            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
7928            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
7929            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
7930            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
7931            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
7932            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
7933            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
7934            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
7935            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
7936      Branch: metaconfig/U/perl
7937            + i_crypt.U
7938 ____________________________________________________________________________
7939 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
7940         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
7941              From: Paul_GreenVOS@vos.stratus.com
7942              Date: Tue, 12 Mar 02 19:22 est   
7943              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
7944      Branch: perl
7945            ! lib/Benchmark.t t/op/arith.t
7946 ____________________________________________________________________________
7947 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
7948         Log: Subject: Re: Win32: C:\Program Files
7949              From: "Ken Williams" <ken@mathforum.org>
7950              Date: Wed, 13 Mar 2002 17:50:59 -0600
7951              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
7952              
7953              Add -t to perl -h.
7954      Branch: perl
7955            ! perl.c
7956 ____________________________________________________________________________
7957 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
7958         Log: Extra paranoia from Nick Clark.
7959      Branch: perl
7960            ! ext/Safe/safe2.t
7961 ____________________________________________________________________________
7962 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
7963         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
7964              From: Nicholas Clark <nick@ccl4.org>
7965              Date: Wed, 13 Mar 2002 14:22:50 +0000
7966              Message-ID: <20020313142250.G92566@plum.flirble.org>
7967      Branch: perl
7968            ! ext/Safe/safe2.t
7969 ____________________________________________________________________________
7970 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
7971         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
7972              From: <slaven.rezic@berlin.de>
7973              Date: Tue, 12 Mar 2002 13:03:41 +0100      
7974              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
7975      Branch: perl
7976            ! Makefile.SH
7977 ____________________________________________________________________________
7978 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
7979         Log: Subject: [PATCH] a test for B::Xref
7980              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7981              Date: Wed, 13 Mar 2002 17:18:57 +0100
7982              Message-ID: <20020313171857.F1144@rafael>
7983      Branch: perl
7984            + ext/B/t/xref.t
7985            ! MANIFEST ext/B/B/Xref.pm
7986 ____________________________________________________________________________
7987 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
7988         Log: Subject: [PATCH] Exporter.pm POD fixups
7989              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7990              Date: Wed, 13 Mar 2002 16:21:42 +0100
7991              Message-ID: <20020313162142.A1144@rafael>
7992      Branch: perl
7993            ! lib/Exporter.pm
7994 ____________________________________________________________________________
7995 [ 15219] By: nick                                  on 2002/03/14  07:00:16
7996         Log: Integrate mainline
7997      Branch: perlio
7998           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
7999 ____________________________________________________________________________
8000 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
8001         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
8002              From: Michael G Schwern <schwern@pobox.com>
8003              Date: Wed, 13 Mar 2002 17:43:00 -0500
8004              Message-ID: <20020313224300.GG3311@blackrider>
8005      Branch: perl
8006            ! lib/ExtUtils/MM_VMS.pm
8007 ____________________________________________________________________________
8008 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
8009         Log: Pod tweak.
8010      Branch: perl
8011            ! lib/open.pm
8012 ____________________________________________________________________________
8013 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
8014         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
8015              From: "Craig A. Berry" <craigberry@mac.com>
8016              Date: Wed, 13 Mar 2002 01:44:01 -0600
8017              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
8018      Branch: perl
8019            ! vms/descrip_mms.template
8020 ____________________________________________________________________________
8021 [ 15215] By: nick                                  on 2002/03/13  08:08:36
8022         Log: Integrate mainline.
8023      Branch: perlio
8024           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
8025            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
8026            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
8027            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
8028            - ext/Data/Util/t/Hash.t
8029           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
8030           !> ext/Encode/lib/Encode/CN/HZ.pm
8031           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
8032           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
8033           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
8034           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8035           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
8036           !> t/op/override.t toke.c universal.c
8037 ____________________________________________________________________________
8038 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
8039         Log: metaconfig: three guesses.
8040      Branch: metaconfig
8041            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
8042            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
8043            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
8044            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
8045            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
8046            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
8047            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
8048            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
8049            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
8050            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
8051            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
8052            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
8053            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
8054            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
8055            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
8056            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
8057            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
8058            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
8059            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
8060            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
8061            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
8062            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
8063            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
8064            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
8065 ____________________________________________________________________________
8066 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
8067         Log: metaconfig: regen _r units again.
8068      Branch: metaconfig
8069            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
8070            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
8071            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
8072            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
8073            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
8074            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
8075            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
8076            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
8077            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
8078            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
8079            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
8080            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
8081            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
8082            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
8083            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
8084            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
8085            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
8086            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
8087            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
8088            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
8089            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
8090            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
8091            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
8092            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
8093 ____________________________________________________________________________
8094 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
8095         Log: metaconfig: regen _r units.
8096      Branch: metaconfig
8097            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
8098            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
8099            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
8100            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
8101            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
8102            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
8103            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
8104            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
8105            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
8106            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
8107            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
8108            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
8109            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
8110            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
8111            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
8112            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
8113            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
8114            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
8115            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
8116            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
8117            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
8118            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
8119            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
8120            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
8121            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
8122 ____________________________________________________________________________
8123 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
8124         Log: metaconfig unit tweaks.
8125      Branch: metaconfig
8126            + U/threads/d_setprotoent_r.U
8127            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
8128            ! U/threads/d_tmpnam_r.U
8129 ____________________________________________________________________________
8130 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
8131         Log: metaconfig: replace the _r units with autogenerated ones.
8132      Branch: metaconfig
8133            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
8134            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
8135            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
8136            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
8137            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
8138            + U/threads/d_getprotobyname_r.U
8139            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
8140            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
8141            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
8142            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
8143            + U/threads/d_setservent_r.U
8144            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
8145            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
8146            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
8147            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
8148            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
8149            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
8150            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
8151            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
8152            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
8153            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
8154            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
8155            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
8156            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
8157            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
8158            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
8159            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
8160            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
8161            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
8162            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
8163            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
8164            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
8165            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
8166            ! U/threads/d_ttyname_r.U
8167 ____________________________________________________________________________
8168 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
8169         Log: More known threadsafings.
8170      Branch: perl
8171            ! Porting/findrfuncs
8172 ____________________________________________________________________________
8173 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
8174         Log: Small tweaks.
8175      Branch: perl
8176            ! lib/Internals.t universal.c
8177 ____________________________________________________________________________
8178 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
8179         Log: VERSIONize.
8180      Branch: perl
8181            ! ext/Encode/lib/Encode/CN/HZ.pm
8182            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
8183            ! ext/Encode/lib/Encode/JP/JIS.pm
8184 ____________________________________________________________________________
8185 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
8186         Log: Subject: perl datastructure conversion shortcuts for DDD
8187              From: Stas Bekman <stas@stason.org>
8188              Date: Mon, 11 Mar 2002 14:54:31 +0800
8189              Message-ID: <3C8C54A7.5020502@stason.org>
8190      Branch: perl
8191            ! pod/perlhack.pod
8192 ____________________________________________________________________________
8193 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
8194         Log: Regen modlib.
8195      Branch: perl
8196            ! pod/perlmodlib.pod
8197 ____________________________________________________________________________
8198 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
8199         Log: Regen toc.
8200      Branch: perl
8201            ! pod/perltoc.pod
8202 ____________________________________________________________________________
8203 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
8204         Log: Tiny pod tweaks.
8205      Branch: perl
8206            ! lib/Hash/Util.pm
8207 ____________________________________________________________________________
8208 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
8209         Log: perldeltaize Hash::Util.
8210      Branch: perl
8211            ! pod/perldelta.pod
8212 ____________________________________________________________________________
8213 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
8214         Log: Move the readonly interface back to universal.c,
8215              (new name: Internals::SvREADONLY), remove Data::Util,
8216              move Hash::Util to lib, also introduce refcnt interface
8217              (Internals::SvREFCNT).     Make both the new interfaces
8218              to be more sane so that if they set the value, they return
8219              the new value, not the old one.
8220      Branch: perl
8221            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
8222            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
8223            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
8224            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
8225            - ext/Data/Util/t/Hash.t
8226            ! MANIFEST ext/B/t/stash.t universal.c
8227 ____________________________________________________________________________
8228 [ 15200] By: ams                                   on 2002/03/12  15:16:05
8229         Log: Subject: Disambiguate "Can't locate"
8230              From: Mike Guy <mjtg@cam.ac.uk>
8231              Date: Tue, 12 Mar 2002 16:04:23 +0000
8232              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
8233      Branch: perl
8234            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
8235            ! pp_ctl.c t/op/override.t
8236 ____________________________________________________________________________
8237 [ 15199] By: ams                                   on 2002/03/12  15:04:43
8238         Log: Subject: [PATCH] perl/lib/File/stat.t
8239              From: Paul_GreenVOS@vos.stratus.com
8240              Date: Tue, 12 Mar 02 11:00 est
8241              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
8242      Branch: perl
8243            ! lib/File/stat.t
8244 ____________________________________________________________________________
8245 [ 15198] By: ams                                   on 2002/03/12  15:00:44
8246         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
8247              From: Robin Barker <rmb1@cise.npl.co.uk>
8248              Date: Tue, 12 Mar 2002 13:31:58 GMT
8249              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
8250      Branch: perl
8251            ! pod/perlfunc.pod
8252 ____________________________________________________________________________
8253 [ 15197] By: ams                                   on 2002/03/12  14:57:34
8254         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
8255              From: "Clinton A. Pierce" <clintp@geeksalad.org>
8256              Date: Tue, 12 Mar 2002 10:11:53 -0500
8257              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
8258      Branch: perl
8259            ! toke.c
8260 ____________________________________________________________________________
8261 [ 15196] By: nick                                  on 2002/03/12  13:40:35
8262         Log: Integrate mainline
8263      Branch: perlio
8264           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
8265           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
8266           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
8267           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
8268            - t/lib/access.t
8269           !> (integrate 96 files)
8270 ____________________________________________________________________________
8271 [ 15195] By: nick                                  on 2002/03/12  06:08:24
8272         Log: Integrate mainline (a while ago)
8273      Branch: perlio
8274           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
8275           +> ext/Encode/t/TW.t
8276            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
8277            - ext/Encode/lib/Encode/Tcl/HanZi.pm
8278            - ext/I18N/Langinfo/fallback.c
8279           !> (integrate 80 files)
8280 ____________________________________________________________________________
8281 [ 15194] By: ams                                   on 2002/03/12  06:02:20
8282         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
8283              From: Jonathan Stowe <gellyfish@gellyfish.com>
8284              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
8285              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
8286      Branch: perl
8287            ! ext/Encode/CN/Makefile.PL
8288 ____________________________________________________________________________
8289 [ 15193] By: ams                                   on 2002/03/12  05:55:07
8290         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
8291              From: Dave Mitchell <davem@fdgroup.co.uk>
8292              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
8293              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
8294      Branch: perl
8295            ! pod/perlguts.pod
8296 ____________________________________________________________________________
8297 [ 15192] By: ams                                   on 2002/03/12  05:50:08
8298         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
8299              From: Anton Tagunov <tagunov@motor.ru>
8300              Date: Tue, 12 Mar 2002 01:40:58 +0300
8301              Message-Id: <1194068830.20020312014058@motor.ru>
8302              (Applied with tweaks.)
8303      Branch: perl
8304            ! lib/utf8.pm
8305 ____________________________________________________________________________
8306 [ 15191] By: ams                                   on 2002/03/12  05:42:21
8307         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
8308              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8309              Date: Sun, 10 Mar 2002 22:10:15 +0100
8310              Message-Id: <3C8BD9C7.13988.73992D@localhost>
8311      Branch: perl
8312            ! iperlsys.h
8313 ____________________________________________________________________________
8314 [ 15190] By: ams                                   on 2002/03/12  05:38:08
8315         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
8316              From: Anton Tagunov <tagunov@motor.ru>
8317              Date: Mon, 11 Mar 2002 23:27:47 +0300
8318              Message-Id: <19414222180.20020311232747@motor.ru>
8319      Branch: perl
8320            ! pod/perlsub.pod
8321 ____________________________________________________________________________
8322 [ 15189] By: ams                                   on 2002/03/12  05:34:49
8323         Log: Subject: minor patch for comment in utfebcdic.h
8324              From: Anton Tagunov <tagunov@motor.ru>
8325              Date: Tue, 12 Mar 2002 00:20:21 +0300
8326              Message-Id: <13817376786.20020312002021@motor.ru>
8327      Branch: perl
8328            ! utfebcdic.h
8329 ____________________________________________________________________________
8330 [ 15188] By: ams                                   on 2002/03/12  05:32:30
8331         Log: Subject: [PATCH ?] B::Xref improvements
8332              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8333              Date: Mon, 11 Mar 2002 23:32:20 +0100
8334              Message-Id: <20020311233220.A12677@rafael>
8335      Branch: perl
8336            ! ext/B/B/Xref.pm
8337 ____________________________________________________________________________
8338 [ 15187] By: ams                                   on 2002/03/12  05:30:02
8339         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
8340              From: Paul_GreenVOS@vos.stratus.com
8341              Date: Mon, 11 Mar 02 17:23 est
8342              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
8343      Branch: perl
8344            ! lib/ExtUtils/MM_Unix.pm
8345 ____________________________________________________________________________
8346 [ 15186] By: ams                                   on 2002/03/12  05:27:06
8347         Log: Subject: [PATCH] installperl - minor untangle for VOS
8348              From: Paul_GreenVOS@vos.stratus.com
8349              Date: Mon, 11 Mar 02 17:05 est
8350              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
8351      Branch: perl
8352            ! installperl
8353 ____________________________________________________________________________
8354 [ 15185] By: ams                                   on 2002/03/12  05:25:59
8355         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
8356              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8357              Date: Mon, 11 Mar 2002 22:37:39 +0100
8358              Message-Id: <20020311223739.A691@rafael>
8359      Branch: perl
8360            ! ext/B/B/Deparse.pm
8361 ____________________________________________________________________________
8362 [ 15184] By: ams                                   on 2002/03/12  05:20:54
8363         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
8364              From: Michael G Schwern <schwern@pobox.com>
8365              Date: Tue, 12 Mar 2002 01:12:08 -0500
8366              Message-Id: <20020312061208.GD904@blackrider>
8367      Branch: perl
8368            ! hints/netbsd.sh
8369 ____________________________________________________________________________
8370 [ 15183] By: ams                                   on 2002/03/12  04:12:30
8371         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
8372              From: Autrijus Tang <autrijus@autrijus.org>
8373              Date: Tue, 12 Mar 2002 13:05:53 +0800
8374              Message-Id: <20020312050553.GA7864@not.autrijus.org>
8375              (Only doc hunk applied, supplementing #15182.)
8376      Branch: perl
8377            ! ext/Encode/Encode.pm
8378 ____________________________________________________________________________
8379 [ 15182] By: ams                                   on 2002/03/12  04:04:34
8380         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
8381              From: Autrijus Tang <autrijus@autrijus.org>
8382              Date: Tue, 12 Mar 2002 12:56:46 +0800
8383              Message-Id: <20020312045646.GA7689@not.autrijus.org>
8384              (Private mail.)
8385      Branch: perl
8386            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
8387 ____________________________________________________________________________
8388 [ 15181] By: ams                                   on 2002/03/12  03:09:20
8389         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
8390              From: Autrijus Tang <autrijus@autrijus.org>
8391              Date: Tue, 12 Mar 2002 11:55:06 +0800
8392              Message-Id: <20020312035506.GA6946@not.autrijus.org>
8393      Branch: perl
8394            ! ext/Encode/Encode.pm
8395 ____________________________________________________________________________
8396 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
8397         Log: Deypo.
8398      Branch: metaconfig
8399            ! U/threads/d_asctime_r.U
8400 ____________________________________________________________________________
8401 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
8402         Log: FAQ sync.
8403      Branch: perl
8404            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
8405            ! pod/perlfaq4.pod pod/perlfaq5.pod
8406 ____________________________________________________________________________
8407 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
8408         Log: The test needs perlio.
8409      Branch: perl
8410            ! lib/open.t
8411 ____________________________________________________________________________
8412 [ 15177] By: ams                                   on 2002/03/11  15:41:08
8413         Log: Subject: perlreftut update
8414              From: Mark-Jason Dominus <mjd@plover.com>
8415              Date: Mon, 11 Mar 2002 11:36:27 -0500
8416              Message-Id: <20020311163627.31020.qmail@plover.com>
8417      Branch: perl
8418            ! pod/perlreftut.pod
8419 ____________________________________________________________________________
8420 [ 15176] By: ams                                   on 2002/03/11  15:35:24
8421         Log: Subject: Minor correction in perlfaq5
8422              From: mjd@plover.com
8423              Date: 11 Mar 2002 16:34:22 -0000
8424              Message-Id: <20020311163422.30963.qmail@plover.com>
8425      Branch: perl
8426            ! pod/perlfaq5.pod
8427 ____________________________________________________________________________
8428 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
8429         Log: number of skipped tests was incorrect
8430      Branch: perl
8431            ! t/op/stat.t
8432 ____________________________________________________________________________
8433 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
8434         Log: remove doubled CRs
8435      Branch: perl
8436            ! win32/Makefile
8437 ____________________________________________________________________________
8438 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
8439         Log: Update Changes.
8440      Branch: perl
8441            ! Changes patchlevel.h
8442 ____________________________________________________________________________
8443 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
8444         Log: Regen toc.
8445      Branch: perl
8446            ! pod/perltoc.pod
8447 ____________________________________________________________________________
8448 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
8449         Log: Add t/CN.t and t/TW.t; re-sort.
8450      Branch: perl
8451            ! ext/Encode/MANIFEST
8452 ____________________________________________________________________________
8453 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
8454         Log: Document what to do if one yearns back to
8455              the old legacy encoding.
8456      Branch: perl
8457            ! lib/encoding.pm
8458 ____________________________________________________________________________
8459 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
8460         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
8461              as general purpose encoding transformation interfaces
8462              since that's not what they are.
8463      Branch: perl
8464            ! lib/utf8.pm pod/perlunicode.pod sv.c
8465 ____________________________________________________________________________
8466 [ 15168] By: ams                                   on 2002/03/11  12:54:16
8467         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
8468              warnings
8469              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8470              Date: Mon, 11 Mar 2002 14:35:22 +0100
8471              Message-Id: <20020311143522.A7431@rafael>
8472      Branch: perl
8473            ! t/lib/warnings/pp_sys
8474 ____________________________________________________________________________
8475 [ 15167] By: ams                                   on 2002/03/11  04:57:20
8476         Log: A little commonsense is better than 1_compile.
8477      Branch: perl
8478            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
8479 ____________________________________________________________________________
8480 [ 15166] By: ams                                   on 2002/03/11  04:53:50
8481         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
8482              From: Michael G Schwern <schwern@pobox.com>
8483              Date: Sun, 10 Mar 2002 13:27:12 -0500
8484              Message-Id: <20020310182712.GC693@blackrider>
8485              
8486              Subject: [PATCH] Hash::Util part 2
8487              From: Michael G Schwern <schwern@pobox.com>
8488              Date: Sun, 10 Mar 2002 15:09:34 -0500
8489              Message-Id: <20020310200934.GB27112@blackrider>
8490              
8491              Subject: [PATCH] Hash::Util MANIFEST correction
8492              From: Michael G Schwern <schwern@pobox.com>
8493              Date: Sun, 10 Mar 2002 16:27:07 -0500
8494              Message-Id: <20020310212707.GF27112@blackrider>
8495              
8496              (Also changes find.t and taint.t, which were looking for access.t)
8497      Branch: perl
8498            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
8499            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
8500            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
8501            + ext/Data/Util/t/Hash.t
8502            - t/lib/access.t
8503            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
8504            ! pod/perldiag.pod pod/perltodo.pod universal.c
8505 ____________________________________________________________________________
8506 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
8507         Log: metaconfig: more thready fixes.
8508      Branch: metaconfig
8509            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
8510            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
8511            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
8512            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
8513            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
8514            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
8515            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
8516            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
8517            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
8518 ____________________________________________________________________________
8519 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
8520         Log: Skip obsoleted interfaces.
8521      Branch: perl
8522            ! Porting/findrfuncs
8523 ____________________________________________________________________________
8524 [ 15162] By: ams                                   on 2002/03/11  03:48:14
8525         Log: Typo fixes.
8526      Branch: perl
8527            ! perl.c
8528 ____________________________________________________________________________
8529 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
8530         Log: Upgrade to Locale::Codes 2.02.
8531      Branch: perl
8532            + lib/Locale/Codes/t/rename.t
8533            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
8534            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
8535            ! lib/Locale/Country.pod
8536 ____________________________________________________________________________
8537 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
8538         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
8539              From: Nicholas Clark <nick@unfortu.net>
8540              Date: Sun, 10 Mar 2002 18:17:50 +0000
8541              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
8542              
8543              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
8544              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8545              Date: Sun, 10 Mar 2002 13:53:34 -0800
8546              Message-ID: <eX9i8gzkg26G092yn@efn.org>
8547              
8548              (and reenable the feature in freebsd,
8549              and move the freebsd pr url to perl.c)
8550      Branch: perl
8551            ! hints/freebsd.sh perl.c pod/perldelta.pod
8552 ____________________________________________________________________________
8553 [ 15159] By: ams                                   on 2002/03/11  03:34:13
8554         Log: Subject: [PATCH stash.t] access::readonly is gone
8555              From: Michael G Schwern <schwern@pobox.com>
8556              Date: Sun, 10 Mar 2002 16:18:14 -0500
8557              Message-Id: <20020310211813.GE27112@blackrider>
8558      Branch: perl
8559            ! ext/B/t/stash.t
8560 ____________________________________________________________________________
8561 [ 15158] By: ams                                   on 2002/03/11  03:28:04
8562         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
8563              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8564              Date: Sun, 10 Mar 2002 22:10:15 +0100
8565              Message-Id: <3C8BD9C7.610.7398DD@localhost>
8566      Branch: perl
8567            ! lib/Net/Ping/t/110_icmp_inst.t
8568 ____________________________________________________________________________
8569 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
8570         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
8571              From: Michael G Schwern <schwern@pobox.com>
8572              Date: Sun, 10 Mar 2002 19:22:33 -0500
8573              Message-ID: <20020311002233.GE4927@blackrider>
8574      Branch: perl
8575            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
8576            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
8577            ! lib/Test/Simple/t/fail-more.t
8578 ____________________________________________________________________________
8579 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
8580         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
8581              From: Michael G Schwern <schwern@pobox.com>
8582              Date: Sun, 10 Mar 2002 17:14:10 -0500
8583              Message-ID: <20020310221410.GA4915@blackrider>
8584      Branch: perl
8585            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
8586            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
8587 ____________________________________________________________________________
8588 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
8589         Log: Subject: [PATCH] more warnings tidyup
8590              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
8591              Date: Sun, 10 Mar 2002 21:01:39 -0000
8592              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
8593      Branch: perl
8594            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
8595            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
8596            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
8597            ! util.c
8598 ____________________________________________________________________________
8599 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
8600         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
8601              From: Nicholas Clark <nick@unfortu.net>
8602              Date: Sun, 10 Mar 2002 23:21:07 +0000
8603              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
8604      Branch: perl
8605            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
8606            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
8607            ! ext/Encode/TW/Makefile.PL
8608 ____________________________________________________________________________
8609 [ 15153] By: ams                                   on 2002/03/11  03:06:59
8610         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
8611              From: Max Baker <max@warped.org>
8612              Date: Fri, 8 Mar 2002 10:56:19 -0800
8613              Message-Id: <20020308105619.A15039@warped.org>
8614      Branch: perl
8615            ! ext/IO/lib/IO/Socket/INET.pm
8616 ____________________________________________________________________________
8617 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
8618         Log: Subject: [PATCH] spelling correction
8619              From: Nicholas Clark <nick@unfortu.net>
8620              Date: Sun, 10 Mar 2002 18:34:42 +0000
8621              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
8622      Branch: perl
8623            ! pp.c pp_hot.c
8624 ____________________________________________________________________________
8625 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
8626         Log: DG/UX updates from Takis Psarogiannakopoulos.
8627      Branch: perl
8628            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
8629 ____________________________________________________________________________
8630 [ 15150] By: ams                                   on 2002/03/11  03:02:47
8631         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
8632              From: Chris Nandor <pudge@pobox.com>
8633              Date: Mon, 04 Mar 2002 17:48:12 -0500
8634              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
8635      Branch: perl
8636            ! lib/DB.pm lib/perl5db.pl
8637 ____________________________________________________________________________
8638 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
8639         Log: metaconfig unit changes in preparation of reentrancy changes.
8640      Branch: metaconfig
8641            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
8642            + U/threads/d_ttyname_r.U
8643            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
8644            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
8645            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
8646            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
8647            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
8648            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
8649            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
8650            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
8651            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
8652            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
8653            ! U/threads/d_strerror_r.U
8654 ____________________________________________________________________________
8655 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
8656         Log: Mysterious characters.
8657      Branch: perl
8658            ! utf8.h
8659 ____________________________________________________________________________
8660 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
8661         Log: Unused.
8662      Branch: perl
8663            ! op.c
8664 ____________________________________________________________________________
8665 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
8666         Log: Implement :std subpragma of the open pragma
8667              that makes the standard filehandles to talk in
8668              encodings.  This change set off a weird warning
8669              from op.c, though: disabled it now until someone
8670              who knows what it is about comes along.
8671      Branch: perl
8672            ! lib/open.pm op.c
8673 ____________________________________________________________________________
8674 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
8675         Log: Document the logic of :locale better.
8676      Branch: perl
8677            ! lib/open.pm
8678 ____________________________________________________________________________
8679 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
8680         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
8681              From: Slaven Rezic <slaven.rezic@berlin.de>
8682              Date: 10 Mar 2002 02:49:17 +0100
8683              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
8684      Branch: perl
8685            ! hints/freebsd.sh
8686 ____________________________________________________________________________
8687 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
8688         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
8689              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8690              Date: Sun, 10 Mar 2002 17:08:54 +0900
8691              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
8692      Branch: perl
8693            ! ext/Encode/lib/Encode/Tcl.pm
8694            ! ext/Encode/lib/Encode/Tcl/Escape.pm
8695            ! ext/Encode/lib/Encode/Tcl/Extended.pm
8696            ! ext/Encode/lib/Encode/Tcl/Table.pm
8697 ____________________________________________________________________________
8698 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
8699         Log: The patch does the following:
8700              - Nix the unneccessary diagnostics line
8701              - Quell -w warnings if the first ENV doesn't exist
8702              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
8703              is too baroque and bloated for daily use (and for perl core inclusion).
8704              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
8705              non-fatal.
8706              - Consequently, the ^OPEN bits is set only when needed.
8707      Branch: perl
8708            ! lib/open.pm
8709 ____________________________________________________________________________
8710 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
8711         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
8712      Branch: perl
8713            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
8714 ____________________________________________________________________________
8715 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
8716         Log: Precedence problem.
8717      Branch: perl
8718            ! ext/Socket/socketpair.t
8719 ____________________________________________________________________________
8720 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
8721         Log: Renaming tweaks, and split off the reentrant "superbuffer"
8722              init routine.
8723      Branch: perl
8724            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
8725            ! sv.c util.c
8726 ____________________________________________________________________________
8727 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
8728         Log: The 7-bit jis seems to be the hanging one.
8729      Branch: perl
8730            ! ext/Encode/t/Tcl.t
8731 ____________________________________________________________________________
8732 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
8733         Log: Begone.
8734      Branch: perl
8735            ! ext/Encode/MANIFEST
8736 ____________________________________________________________________________
8737 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
8738         Log: Better fix from Autrijus.
8739      Branch: perl
8740            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
8741            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
8742 ____________________________________________________________________________
8743 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
8744         Log: Not everybody has Encode::HanExtra.
8745      Branch: perl
8746            ! ext/Encode/Encode.pm
8747 ____________________________________________________________________________
8748 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
8749         Log: Decutandpasto.
8750      Branch: perl
8751            ! ext/Encode/lib/Encode/Tcl.pm
8752 ____________________________________________________________________________
8753 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
8754         Log: Subject: [PATCH] Data::Dumper
8755              From: Nicholas Clark <nick@unfortu.net>
8756              Date: Sat, 9 Mar 2002 19:03:54 +0000
8757              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
8758      Branch: perl
8759            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
8760            ! ext/Data/Dumper/t/dumper.t
8761 ____________________________________________________________________________
8762 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
8763         Log: Subject: [PATCH] socketpair.t w/o fork
8764              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8765              Date: Sat, 9 Mar 2002 14:55:11 +0100
8766              Message-ID: <3C8A224F.29578.13691BA@localhost>
8767              
8768              (modified as suggested by Sarathy)
8769      Branch: perl
8770            ! ext/Socket/socketpair.t
8771 ____________________________________________________________________________
8772 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
8773         Log: Subject: [PATCH perldelta] Mention Change 14727
8774              From: Autrijus Tang <autrijus@autrijus.org>
8775              Date: Sat, 9 Mar 2002 23:31:40 +0800
8776              Message-ID: <20020309153140.GA4224@not.autrijus.org>
8777      Branch: perl
8778            ! pod/perldelta.pod
8779 ____________________________________________________________________________
8780 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
8781         Log: Make Encode.pm implicitly load external CJK tables the first
8782              time they're needed (instead of immediately), from Autrijus
8783              Tang.
8784      Branch: perl
8785            ! ext/Encode/Encode.pm
8786 ____________________________________________________________________________
8787 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
8788         Log: Subject: Re: Two questions
8789              From: Nicholas Clark <nick@unfortu.net>
8790              Date: Sat, 9 Mar 2002 12:42:40 +0000
8791              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
8792      Branch: perl
8793            ! Porting/pumpkin.pod
8794 ____________________________________________________________________________
8795 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
8796         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
8797              From: Paul_GreenVOS@vos.stratus.com
8798              Date: Fri, 8 Mar 02 22:34 est
8799              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
8800      Branch: perl
8801            ! pp_sys.c
8802 ____________________________________________________________________________
8803 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
8804         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
8805              From: davem@fdgroup.co.uk
8806              Date: Sat, 9 Mar 2002 00:13:27 GMT
8807              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
8808      Branch: perl
8809            ! dump.c
8810 ____________________________________________________________________________
8811 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
8812         Log: Deglitch from Rafael.
8813      Branch: perl
8814            ! ext/B/t/lint.t
8815 ____________________________________________________________________________
8816 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
8817         Log: Still more portability.
8818      Branch: perl
8819            ! Porting/findrfuncs
8820 ____________________________________________________________________________
8821 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
8822         Log: More portability.
8823      Branch: perl
8824            ! Porting/findrfuncs
8825 ____________________________________________________________________________
8826 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
8827         Log: Shared library paths; running tests manually.
8828      Branch: perl
8829            ! INSTALL
8830 ____________________________________________________________________________
8831 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
8832         Log: Subject: RE: Two questions
8833              From: "Green, Paul" <Paul.Green@stratus.com>
8834              Date: Fri, 8 Mar 2002 17:55:19 -0500
8835              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
8836      Branch: perl
8837            ! Porting/pumpkin.pod
8838 ____________________________________________________________________________
8839 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
8840         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
8841              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
8842      Branch: perl
8843            + ext/B/t/lint.t
8844            ! MANIFEST ext/B/B/Lint.pm
8845 ____________________________________________________________________________
8846 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
8847         Log: metaconfig unit change for #15119.
8848      Branch: metaconfig
8849            ! U/threads/d_pthread_atfork.U
8850 ____________________________________________________________________________
8851 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
8852         Log: In DG/UX finding pthread_atfork requires a true compile,
8853              from Takis Psarogiannakopoulos.
8854      Branch: perl
8855            ! Configure config_h.SH
8856 ____________________________________________________________________________
8857 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
8858         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
8859              From: John Peacock <jpeacock@rowman.com>
8860              Date: Fri, 08 Mar 2002 15:52:41 -0500
8861              Message-ID: <3C892499.4050502@rowman.com>
8862      Branch: perl
8863            ! lib/ExtUtils/xsubpp
8864 ____________________________________________________________________________
8865 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
8866         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
8867              From: "Craig A. Berry" <craigberry@mac.com>
8868              Date: Fri, 08 Mar 2002 15:02:51 -0600
8869              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
8870      Branch: perl
8871            ! t/op/write.t
8872 ____________________________________________________________________________
8873 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
8874         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
8875              From: Paul_GreenVOS@vos.stratus.com
8876              Date: Fri, 8 Mar 02 14:45 est
8877              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
8878      Branch: perl
8879            ! installperl
8880 ____________________________________________________________________________
8881 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
8882         Log: Subject: [PATCH @15109] tm_tm_* for VMS
8883              From: "Craig A. Berry" <craigberry@mac.com>
8884              Date: Fri, 08 Mar 2002 13:07:52 -0600
8885              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
8886      Branch: perl
8887            ! configure.com
8888 ____________________________________________________________________________
8889 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
8890         Log: Detypo.
8891      Branch: perl
8892            ! Changes
8893 ____________________________________________________________________________
8894 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
8895         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
8896      Branch: perl
8897            ! t/op/pat.t
8898 ____________________________________________________________________________
8899 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
8900         Log: HP-UX nm seems to repeat itself.
8901      Branch: perl
8902            ! Porting/findrfuncs
8903 ____________________________________________________________________________
8904 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
8905         Log: Nice porting script from Sarathy.  Well, less nice
8906              in the sense that it shows the looong road ahead.
8907      Branch: perl
8908            + Porting/findrfuncs
8909            ! MANIFEST Porting/makerel
8910 ____________________________________________________________________________
8911 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
8912         Log: Subject: Re: Performance considerations for UTF-8
8913              From: Jarkko Hietaniemi <jhi@iki.fi>
8914              Date: Fri, 8 Mar 2002 18:53:28 +0200
8915              Message-ID: <20020308185328.D640@alpha.hut.fi>
8916              
8917              (put all in perlunicode)
8918      Branch: perl
8919            ! pod/perlunicode.pod
8920 ____________________________________________________________________________
8921 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
8922         Log: Update Changes.
8923      Branch: perl
8924            ! Changes patchlevel.h
8925 ____________________________________________________________________________
8926 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
8927         Log: Subject: Cygwin cygipc support skipped
8928              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
8929              Date: Fri, 8 Mar 2002 16:59:34 +0100
8930              Message-ID: <113694157285.20020308165934@familiehaase.de>
8931      Branch: perl
8932            ! hints/cygwin.sh
8933 ____________________________________________________________________________
8934 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
8935         Log: metaconfig unit change for #15106.
8936      Branch: metaconfig
8937            ! U/compline/d_gconvert.U
8938 ____________________________________________________________________________
8939 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
8940         Log: Subject: Re: [PATCH] tests for Gconvert
8941              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8942              Date: Thu, 07 Mar 2002 16:48:10 -0800
8943              Message-ID: <KpAi8gzkganW092yn@efn.org>
8944      Branch: perl
8945            ! Configure config_h.SH t/base/num.t
8946 ____________________________________________________________________________
8947 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
8948         Log: The new test has some teething problems.
8949      Branch: perl
8950            - ext/B/t/lint.t
8951            ! MANIFEST
8952 ____________________________________________________________________________
8953 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
8954         Log: Subject: [PATCH] B::Lint tests
8955              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8956              Date: Fri, 8 Mar 2002 14:47:19 +0100
8957              Message-ID: <20020308144719.A2663@rafael>
8958      Branch: perl
8959            + ext/B/t/lint.t
8960            ! MANIFEST ext/B/B/Lint.pm
8961 ____________________________________________________________________________
8962 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
8963         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
8964              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
8965              Date: Fri, 8 Mar 2002 13:24:14 GMT
8966              Message-Id: <200203081324.NAA00642@cleo>
8967      Branch: perl
8968            ! hints/powerux.sh
8969 ____________________________________________________________________________
8970 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
8971         Log: Subject: HP has some new models
8972              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8973              Date: Fri, 08 Mar 2002 13:07:02 +0100
8974              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
8975      Branch: perl
8976            ! README.hpux
8977 ____________________________________________________________________________
8978 [ 15101] By: ams                                   on 2002/03/08  09:11:40
8979         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
8980              From: Stas Bekman <stas@stason.org>
8981              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
8982              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
8983      Branch: perl
8984            ! pod/perlguts.pod
8985 ____________________________________________________________________________
8986 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
8987         Log: Update Changes
8988      Branch: maint-5.6/macperl
8989            ! macos/Changes
8990 ____________________________________________________________________________
8991 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
8992         Log: Replace macperlbundled with macperldelta
8993      Branch: maint-5.6/macperl
8994            ! macos/macperl/MacPerl.podhelp
8995 ____________________________________________________________________________
8996 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
8997         Log: Comsetic fixes (Thomas Wegner)
8998      Branch: maint-5.6/macperl
8999            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
9000 ____________________________________________________________________________
9001 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
9002         Log: Bump OS version
9003      Branch: maint-5.6/macperl
9004            ! macos/config.sh
9005 ____________________________________________________________________________
9006 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
9007         Log: Thought I deleted this already?
9008      Branch: perl
9009            - ext/I18N/Langinfo/fallback.c
9010 ____________________________________________________________________________
9011 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
9012         Log: perlport updates from Pudge.
9013      Branch: perl
9014            ! pod/perlport.pod
9015 ____________________________________________________________________________
9016 [ 15094] By: ams                                   on 2002/03/08  03:06:03
9017         Log: Nitpick.
9018      Branch: perl
9019            ! MANIFEST
9020 ____________________________________________________________________________
9021 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
9022         Log: Wrong test.
9023      Branch: perl
9024            ! pod/perldelta.pod
9025 ____________________________________________________________________________
9026 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
9027         Log: Integrate change 14064 from macperl to blead.
9028      Branch: perl
9029           !> pod/perlmodinstall.pod pod/perlport.pod
9030 ____________________________________________________________________________
9031 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
9032         Log: Integrate recent perlport changes
9033      Branch: maint-5.6/macperl
9034           !> pod/perlport.pod
9035 ____________________________________________________________________________
9036 [ 15089] By: ams                                   on 2002/03/08  01:54:03
9037         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
9038              minor typo in perlguts.pod
9039              From: Anton Tagunov <tagunov@motor.ru>
9040              Date: Fri, 8 Mar 2002 05:26:59 +0300
9041              Message-Id: <4649821189.20020308052659@motor.ru>
9042      Branch: perl
9043            ! pod/perlguts.pod
9044 ____________________________________________________________________________
9045 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
9046         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"! 
9047              From: Anton Tagunov <tagunov@newmail.ru>
9048              Date: Fri, 8 Mar 2002 04:31:44 +0300
9049              Message-ID: <13946506773.20020308043144@newmail.ru>
9050              
9051              (one test changed)
9052      Branch: perl
9053            ! lib/encoding.t sv.c
9054 ____________________________________________________________________________
9055 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
9056         Log: Subject: [PATCH perldelta] some more deltas
9057              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9058              Date: Thu, 7 Mar 2002 23:13:23 +0100
9059              Message-ID: <20020307231323.A13068@rafael>
9060      Branch: perl
9061            ! pod/perldelta.pod
9062 ____________________________________________________________________________
9063 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
9064         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
9065              From: Paul_GreenVOS@vos.stratus.com
9066              Date: Thu, 7 Mar 02 14:25 est
9067              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
9068      Branch: perl
9069            ! t/io/fs.t
9070 ____________________________________________________________________________
9071 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
9072         Log: As suggested by Anton Tagunov, eq and cmp now obey the
9073              encoding pragma (by remapping their byte argument if the
9074              other argument is in Unicode).  Also fix a bug found by
9075              Anton where ord undef under the encoding pragma would barf.
9076              ([ID 20020307.009] A null pointer dereference with 'use encoding')
9077              Finally, use the nicer form of sv_recode_to_utf8.
9078      Branch: perl
9079            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
9080 ____________________________________________________________________________
9081 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
9082         Log: Retract #14985, #14899, and #14990, following the principles
9083              "Do no harm." and "If it ain't broke, don't fix it."
9084              
9085              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
9086              some, but still broken, and I do not have the extra brain
9087              cells for the EBCDIC backport.  Secondly, the old version
9088              worked both in EBCDIC and non-.  Thirdly, the old version
9089              may be more amenable for the behaviour suggsted by Anton
9090              Tagunov regarding the encoding pragma.
9091      Branch: perl
9092            ! embed.fnc embed.h global.sym proto.h sv.c util.c
9093 ____________________________________________________________________________
9094 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
9095         Log: Long doubles give you long doubles.
9096      Branch: perl
9097            ! t/base/num.t
9098 ____________________________________________________________________________
9099 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
9100         Log: Forgotten deMANIFESTation.
9101      Branch: perl
9102            ! MANIFEST
9103 ____________________________________________________________________________
9104 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
9105         Log: Obsolete unused file, noticed by Dank Kogai.
9106      Branch: perl
9107            - ext/Encode/lib/Encode/JP/Tr.pm
9108 ____________________________________________________________________________
9109 [ 15080] By: ams                                   on 2002/03/07  11:31:46
9110         Log: Subject: [PATCH Changes] Changes should mirror version number
9111              From: Robin Barker <rmb1@cise.npl.co.uk>
9112              Date: Thu, 7 Mar 2002 11:04:24 GMT
9113              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
9114      Branch: perl
9115            ! Porting/pumpkin.pod
9116 ____________________________________________________________________________
9117 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
9118         Log: metaconfig unit change for #15078.
9119      Branch: metaconfig
9120            ! U/compline/d_gconvert.U
9121 ____________________________________________________________________________
9122 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
9123         Log: Subject: Re: [PATCH] tests for Gconvert
9124              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9125              Date: Wed, 06 Mar 2002 20:22:54 -0800
9126              Message-ID: <esuh8gzkg2/b092yn@efn.org>
9127      Branch: perl
9128            ! Configure pod/perldelta.pod t/base/num.t
9129 ____________________________________________________________________________
9130 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
9131         Log: Mac OS X UFS does not do ctime.
9132      Branch: perl
9133            ! pod/perldelta.pod pod/perlport.pod
9134 ____________________________________________________________________________
9135 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
9136         Log: AUTHORS updates.
9137      Branch: perl
9138            ! AUTHORS
9139 ____________________________________________________________________________
9140 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
9141         Log: Continued Chinese puzzles from Autrijus.
9142      Branch: perl
9143            + ext/Encode/t/CN.t ext/Encode/t/TW.t
9144            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
9145 ____________________________________________________________________________
9146 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
9147         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
9148              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9149              Date: Wed, 6 Mar 2002 18:13:51 +0100
9150              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
9151      Branch: perl
9152            ! lib/File/Spec/Win32.pm
9153 ____________________________________________________________________________
9154 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
9155         Log: perlport tweaks.
9156      Branch: perl
9157            ! pod/perlport.pod
9158 ____________________________________________________________________________
9159 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
9160         Log: Subject: Re: [PATCH docs] Re: Bug with -M
9161              From: Michael G Schwern <schwern@pobox.com>
9162              Date: Wed, 6 Mar 2002 16:20:27 -0500
9163              Message-ID: <20020306212027.GC4257@blackrider>
9164      Branch: perl
9165            ! pod/perlfunc.pod pod/perlport.pod
9166 ____________________________________________________________________________
9167 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
9168         Log: perldelta updates.
9169      Branch: perl
9170            ! pod/perldelta.pod
9171 ____________________________________________________________________________
9172 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
9173         Log: 5005threads wasn't even compiling.
9174      Branch: perl
9175            ! perl.c
9176 ____________________________________________________________________________
9177 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
9178         Log: Subject: Re: perl@15047 New format tests for still existing bugs
9179              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9180              Date: Wed, 06 Mar 2002 12:59:29 +0100
9181              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
9182      Branch: perl
9183            ! t/op/write.t
9184 ____________________________________________________________________________
9185 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
9186         Log: Regen Glossary et al.
9187      Branch: perl
9188            ! Porting/Glossary Porting/config.sh Porting/config_H
9189 ____________________________________________________________________________
9190 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
9191         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
9192              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
9193      Branch: perl
9194            ! util.c
9195 ____________________________________________________________________________
9196 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
9197         Log: metaconfig unit change for #15065.
9198      Branch: metaconfig
9199            ! U/compline/i_time.U
9200 ____________________________________________________________________________
9201 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
9202         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
9203      Branch: perl
9204            ! Configure config_h.SH
9205 ____________________________________________________________________________
9206 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
9207         Log: Must remove fallback.c also from here.
9208      Branch: perl
9209            ! MANIFEST
9210 ____________________________________________________________________________
9211 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
9212         Log: Subject: Re: perl@15047 WinCE
9213              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9214              Date: Wed, 06 Mar 2002 13:41:30 +0100
9215              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
9216              
9217              Subject: Re: perl@15047 Win32
9218              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9219              Date: Wed, 06 Mar 2002 13:46:02 +0100
9220              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
9221              
9222              Subject: Re: perl@15047 Epoc
9223              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9224              Date: Wed, 06 Mar 2002 13:48:31 +0100
9225              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
9226              
9227              Subject: Re: perl@15047 NetWare
9228              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9229              Date: Wed, 06 Mar 2002 13:55:46 +0100
9230              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
9231      Branch: perl
9232            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
9233            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9234            ! wince/Makefile.ce wince/config.h
9235 ____________________________________________________________________________
9236 [ 15062] By: ams                                   on 2002/03/06  09:26:49
9237         Log: Subject: Re: perl@15047
9238              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9239              Date: Wed, 06 Mar 2002 11:25:50 +0100
9240              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
9241      Branch: perl
9242            ! cygwin/perlld.in
9243 ____________________________________________________________________________
9244 [ 15061] By: ams                                   on 2002/03/06  08:44:12
9245         Log: Subject: Re: perl@15047
9246              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9247              Date: Wed, 06 Mar 2002 10:38:02 +0100
9248              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
9249      Branch: perl
9250            ! pod/perldelta.pod
9251 ____________________________________________________________________________
9252 [ 15060] By: ams                                   on 2002/03/06  08:30:33
9253         Log: Subject: Update perlhist.pod
9254              From: mjd@plover.com
9255              Date: 6 Mar 2002 07:11:55 -0000
9256              Message-Id: <20020306071155.10240.qmail@plover.com>
9257              
9258              Subject: [PATCH pod/perlvar.pod] $^V => string
9259              From: Stas Bekman <stas@stason.org>
9260              Date: Wed, 06 Mar 2002 14:56:55 +0800
9261              Message-Id: <3C85BDB7.7050700@stason.org>
9262      Branch: perl
9263            ! pod/perlhist.pod pod/perlvar.pod
9264 ____________________________________________________________________________
9265 [ 15059] By: ams                                   on 2002/03/06  04:15:38
9266         Log: Subject: [PATCH] assorted configure.com fix-ups
9267              From: "Craig A. Berry" <craigberry@mac.com>
9268              Date: Tue, 5 Mar 2002 23:11:22 -0600
9269              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
9270      Branch: perl
9271            ! configure.com
9272 ____________________________________________________________________________
9273 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
9274         Log: IRIX failure with long doubles.
9275      Branch: perl
9276            ! t/op/pack.t
9277 ____________________________________________________________________________
9278 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
9279         Log: Make reality and Changes coincide.
9280      Branch: perl
9281            ! Changes
9282 ____________________________________________________________________________
9283 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
9284         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
9285              From: Anton Tagunov <tagunov@motor.ru>
9286              Date: Wed, 6 Mar 2002 02:10:21 +0300
9287              Message-ID: <11152782757.20020306021021@motor.ru>
9288              
9289              (reworded)
9290      Branch: perl
9291            ! pod/perluniintro.pod
9292 ____________________________________________________________________________
9293 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
9294         Log: Subject: [PATCH] B::Lint doesn't work
9295              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9296              Date: Tue, 5 Mar 2002 22:51:18 +0100
9297              Message-ID: <20020305225118.C733@rafael>
9298      Branch: perl
9299            ! ext/B/B/Lint.pm
9300 ____________________________________________________________________________
9301 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
9302         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
9303              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9304              Date: Mon, 04 Mar 2002 16:24:32 -0800
9305              Message-ID: <ABBh8gzkgezX092yn@efn.org>
9306      Branch: perl
9307            ! op.h pp_ctl.c t/op/flip.t
9308 ____________________________________________________________________________
9309 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
9310         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
9311              From: Nicholas Clark <nick@unfortu.net>
9312              Date: Tue, 5 Mar 2002 22:30:49 +0000
9313              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
9314      Branch: perl
9315            ! pod/perldelta.pod
9316 ____________________________________________________________________________
9317 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
9318         Log: Subject: [PATCH] tests for Gconvert
9319              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9320              Date: Tue, 05 Mar 2002 16:35:45 -0800
9321              Message-ID: <hRWh8gzkgONX092yn@efn.org>
9322      Branch: perl
9323            ! t/base/num.t
9324 ____________________________________________________________________________
9325 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
9326         Log: Subject: [PATCH] toplevel Makefile.SH
9327              From: Paul_GreenVOS@vos.stratus.com
9328              Date: Tue, 5 Mar 02 17:34 est
9329              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
9330      Branch: perl
9331            ! Makefile.SH
9332 ____________________________________________________________________________
9333 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
9334         Log: Subject: [PATCH] pointer to perldelta in Changes
9335              From: Chris Nandor <pudge@pobox.com>
9336              Date: Tue, 05 Mar 2002 16:04:50 -0500
9337              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
9338      Branch: perl
9339            ! Changes
9340 ____________________________________________________________________________
9341 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
9342         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
9343              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9344              Date: Tue, 5 Mar 2002 22:26:20 +0100
9345              Message-ID: <20020305222620.A733@rafael>
9346      Branch: perl
9347            ! pod/perldelta.pod
9348 ____________________________________________________________________________
9349 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
9350         Log: Solaris: allow for /usr/bin/df not to exist.
9351              
9352              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
9353              From: Kingpin <mthurn@copper.dulles.tasc.com>
9354              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
9355              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
9356      Branch: perl
9357            ! hints/solaris_2.sh
9358 ____________________________________________________________________________
9359 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
9360         Log: Update Changes.
9361      Branch: perl
9362            ! Changes patchlevel.h
9363 ____________________________________________________________________________
9364 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
9365         Log: Double MANIFESTing.
9366      Branch: perl
9367            ! ext/Encode/MANIFEST
9368 ____________________________________________________________________________
9369 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
9370         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
9371      Branch: perl
9372            - ext/Encode/Encode/7bit-kr.enc
9373            - ext/Encode/lib/Encode/Tcl/HanZi.pm
9374            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
9375 ____________________________________________________________________________
9376 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
9377         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
9378              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9379              Date: Tue, 5 Mar 2002 14:35:57 +0100
9380              Message-ID: <20020305143557.C695@rafael>   
9381      Branch: perl
9382            ! pp_sys.c t/lib/warnings/pp_sys
9383 ____________________________________________________________________________
9384 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
9385         Log: Subject: [PATCH Devel::PPPort]
9386              From: Robin Barker <rmb1@cise.npl.co.uk>
9387              Date: Tue, 5 Mar 2002 13:37:59 GMT
9388              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
9389      Branch: perl
9390            ! ext/Devel/PPPort/Makefile.PL
9391 ____________________________________________________________________________
9392 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
9393         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
9394      Branch: perl
9395            ! ext/Encode/t/Tcl.t
9396 ____________________________________________________________________________
9397 [ 15041] By: nick                                  on 2002/03/05  07:23:58
9398         Log: Integrate mainline (5.7.3)
9399      Branch: perlio
9400           +> ext/Encode/lib/Encode/CN/HZ.pm
9401            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
9402           !> (integrate 54 files)
9403 ____________________________________________________________________________
9404 [ 15040] By: ams                                   on 2002/03/05  05:10:33
9405         Log: Subject: DOC PATCH 5.7.3 (perldelta)
9406              From: mjd@plover.com
9407              Date: 5 Mar 2002 05:35:58 -0000
9408              Message-Id: <20020305053558.31677.qmail@plover.com>
9409      Branch: perl
9410            ! pod/perldelta.pod
9411 ____________________________________________________________________________
9412 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
9413         Log: This is 5.7.3.
9414      Branch: perl
9415            ! patchlevel.h
9416 ____________________________________________________________________________
9417 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
9418         Log: Shoo.
9419      Branch: perl
9420            ! ext/Encode/t/Tcl.t
9421 ____________________________________________________________________________
9422 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
9423         Log: Update Changes.
9424      Branch: perl
9425            ! Changes patchlevel.h
9426 ____________________________________________________________________________
9427 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
9428         Log: Regen perlapi.
9429      Branch: perl
9430            ! pod/perlapi.pod
9431 ____________________________________________________________________________
9432 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
9433         Log: Tie::File doc tweak for Win32 from mjd. 
9434      Branch: perl
9435            ! lib/Tie/File.pm
9436 ____________________________________________________________________________
9437 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
9438         Log: Regen toc.
9439      Branch: perl
9440            ! pod/perltoc.pod
9441 ____________________________________________________________________________
9442 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
9443         Log: Decommission Encode::Tcl HZ testing for now.
9444      Branch: perl
9445            ! ext/Encode/t/Tcl.t
9446 ____________________________________________________________________________
9447 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
9448         Log: Must have a return.
9449      Branch: perl
9450            ! pp_pack.c
9451 ____________________________________________________________________________
9452 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
9453         Log: The very latest win32 score from Jan Dubois.
9454      Branch: perl
9455            ! pod/perldelta.pod
9456 ____________________________________________________________________________
9457 [ 15030] By: ams                                   on 2002/03/05  01:40:01
9458         Log: Subject: [PATCH] README.macos
9459              From: Chris Nandor <pudge@pobox.com>
9460              Date: Mon, 04 Mar 2002 17:37:59 -0500
9461              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
9462      Branch: perl
9463            ! README.macos
9464 ____________________________________________________________________________
9465 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
9466         Log: "The last pieces of Chinese puzzle" from Autrijus.
9467      Branch: perl
9468            + ext/Encode/lib/Encode/CN/HZ.pm
9469            - ext/Encode/Encode/HZ.enc
9470            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
9471            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
9472 ____________________________________________________________________________
9473 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
9474         Log: Known test failures updates.
9475      Branch: perl
9476            ! pod/perldelta.pod
9477 ____________________________________________________________________________
9478 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
9479         Log: One more nit from mjd.
9480      Branch: perl
9481            ! lib/Tie/File/t/16_handle.t
9482 ____________________________________________________________________________
9483 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
9484         Log: Upgrade to Tie::File 0.17 from mjd.
9485      Branch: perl
9486            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
9487            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
9488 ____________________________________________________________________________
9489 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
9490         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
9491              From: Nicholas Clark <nick@unfortu.net>
9492              Date: Mon, 4 Mar 2002 23:33:52 +0000
9493              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
9494      Branch: perl
9495            ! pod/perldelta.pod
9496 ____________________________________________________________________________
9497 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
9498         Log: Escapee.
9499      Branch: perl
9500            ! proto.h
9501 ____________________________________________________________________________
9502 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
9503         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
9504              From: Nicholas Clark <nick@unfortu.net>
9505              Date: Mon, 4 Mar 2002 22:48:38 +0000
9506              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
9507      Branch: perl
9508            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
9509            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
9510            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
9511            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
9512            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
9513            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
9514            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
9515 ____________________________________________________________________________
9516 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
9517         Log: Cleaner.
9518      Branch: perl
9519            ! Makefile.SH
9520 ____________________________________________________________________________
9521 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
9522         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
9523              From: Jeffrey Friedl <jfriedl@yahoo.com>
9524              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
9525              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
9526      Branch: perl
9527            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
9528            ! pod/perlvar.pod
9529 ____________________________________________________________________________
9530 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
9531         Log: More Han tweaks from Autrjius Tang: most importantly,
9532              gbk is identical to cp936, so gbk can be removed and
9533              taken care of by an alias.
9534      Branch: perl
9535            - ext/Encode/Encode/gbk.enc
9536            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
9537            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
9538            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
9539            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
9540 ____________________________________________________________________________
9541 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
9542         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
9543              From: Nicholas Clark <nick@unfortu.net>
9544              Date: Mon, 4 Mar 2002 22:20:13 +0000
9545              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
9546      Branch: perl
9547            ! pod/perldelta.pod
9548 ____________________________________________________________________________
9549 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
9550         Log: Based on
9551              
9552              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
9553              From: Anton Tagunov <tagunov@motor.ru>
9554              Date: Mon, 4 Mar 2002 21:14:39 +0300
9555              Message-ID: <1814137429.20020304211439@motor.ru>
9556      Branch: perl
9557            ! pod/perlunicode.pod
9558 ____________________________________________________________________________
9559 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
9560         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
9561              From: John Peacock <jpeacock@rowman.com>
9562              Date: Mon, 04 Mar 2002 16:18:42 -0500
9563              Message-ID: <3C83E4B2.3060700@rowman.com>
9564              
9565              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
9566              From: John Peacock <jpeacock@rowman.com>
9567              Date: Mon, 04 Mar 2002 16:42:55 -0500
9568              Message-ID: <3C83EA5F.80303@rowman.com>
9569      Branch: perl
9570            ! lib/ExtUtils/xsubpp pod/perlxs.pod
9571 ____________________________________________________________________________
9572 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
9573         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
9574              From: "Craig A. Berry" <craigberry@mac.com>
9575              Date: Mon, 04 Mar 2002 14:47:59 -0600
9576              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
9577              
9578              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
9579              From: "Craig A. Berry" <craigberry@mac.com>
9580              Date: Mon, 04 Mar 2002 15:04:58 -0600
9581              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
9582      Branch: perl
9583            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
9584 ____________________________________________________________________________
9585 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
9586         Log: metaconfig unit change for #15014.
9587      Branch: metaconfig/U/perl
9588            ! Extensions.U
9589 ____________________________________________________________________________
9590 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
9591         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
9592              of known extensions, where Encode::JP already is.
9593      Branch: perl
9594            ! Configure Porting/config.sh Porting/config_H uconfig.h
9595 ____________________________________________________________________________
9596 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
9597         Log: SJIS, from Dan Kogai.
9598      Branch: perl
9599            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
9600 ____________________________________________________________________________
9601 [ 15012] By: nick                                  on 2002/03/04  17:35:50
9602         Log: Intergrate perlio's Encode/compile
9603      Branch: perl
9604           !> ext/Encode/compile
9605 ____________________________________________________________________________
9606 [ 15011] By: nick                                  on 2002/03/04  17:29:54
9607         Log: Avoid $Id$ cleverness and just have a $VERSION.
9608      Branch: perlio
9609            ! ext/Encode/compile
9610 ____________________________________________________________________________
9611 [ 15010] By: nick                                  on 2002/03/04  17:29:14
9612         Log: Integrate mainline
9613      Branch: perlio
9614           +> lib/Math/BigInt/t/isa.t
9615           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
9616           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
9617           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
9618           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
9619           !> warnings.pl
9620 ____________________________________________________________________________
9621 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
9622         Log: Integrate ext/Encode/compile from perlio.
9623      Branch: perl
9624           !> ext/Encode/compile
9625 ____________________________________________________________________________
9626 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
9627         Log: Integrate perlio: win32 tweaks.  (ext/Encode/compile
9628              updates not integrated, something odd going on in there.)
9629      Branch: perl
9630           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
9631           !> lib/Tie/File/t/16_handle.t
9632 ____________________________________________________________________________
9633 [ 15007] By: nick                                  on 2002/03/04  17:08:17
9634         Log: Integrate mainline
9635      Branch: perlio
9636           !> AUTHORS Changes Porting/Glossary Porting/config.sh
9637           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
9638           !> pod/perltoc.pod
9639 ____________________________________________________________________________
9640 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
9641         Log: A new M::BI test.
9642      Branch: perl
9643            + lib/Math/BigInt/t/isa.t
9644            ! MANIFEST
9645 ____________________________________________________________________________
9646 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
9647         Log: Subject: VMS test and perldelta update
9648              From: "Craig A. Berry" <craigberry@mac.com>
9649              Date: Mon, 04 Mar 2002 11:03:37 -0600
9650              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
9651      Branch: perl
9652            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
9653 ____________________________________________________________________________
9654 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
9655         Log: Needed for threaded builds.
9656      Branch: perl
9657            ! embed.fnc embed.h
9658 ____________________________________________________________________________
9659 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
9660         Log: Subject: [PATCH] taint + deprecated warnings
9661              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
9662              Date: Mon, 4 Mar 2002 16:33:23 -0000
9663              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
9664      Branch: perl
9665            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
9666            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
9667            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
9668 ____________________________________________________________________________
9669 [ 15002] By: nick                                  on 2002/03/04  16:19:06
9670         Log: Win32 tweak
9671      Branch: perlio
9672            ! lib/Tie/File/t/16_handle.t
9673 ____________________________________________________________________________
9674 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
9675         Log: Update Changes.
9676      Branch: perl
9677            ! Changes patchlevel.h
9678 ____________________________________________________________________________
9679 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
9680         Log: AUTHORS updates.
9681      Branch: perl
9682            ! AUTHORS
9683 ____________________________________________________________________________
9684 [ 14999] By: nick                                  on 2002/03/04  15:26:43
9685         Log: Win32 hack
9686      Branch: perlio
9687            ! ext/Encode/compile ext/Encode/t/JP.t
9688 ____________________________________________________________________________
9689 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
9690         Log: Encode doc tweak from Autrijus Tang.
9691      Branch: perl
9692            ! ext/Encode/Encode.pm
9693 ____________________________________________________________________________
9694 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
9695         Log: Regen Glossary et al.  (It seems the #14875 didn't
9696              quite work in removing the double-dot?)
9697      Branch: perl
9698            ! Porting/Glossary Porting/config.sh Porting/config_H
9699 ____________________________________________________________________________
9700 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
9701         Log: Regen toc.
9702      Branch: perl
9703            ! pod/perltoc.pod
9704 ____________________________________________________________________________
9705 [ 14995] By: nick                                  on 2002/03/04  14:42:09
9706         Log: Remove debugging assert
9707      Branch: perlio
9708            ! ext/threads/shared/shared.xs
9709 ____________________________________________________________________________
9710 [ 14994] By: nick                                  on 2002/03/04  14:41:54
9711         Log: Integrate mainline
9712      Branch: perlio
9713           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
9714           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
9715           !> lib/Tie/File/t/15_pushpop.t util.c
9716 ____________________________________________________________________________
9717 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
9718         Log: Han update from Autrijus Tang. 
9719      Branch: perl
9720            ! ext/Encode/Encode.pm
9721 ____________________________________________________________________________
9722 [ 14992] By: nick                                  on 2002/03/04  14:08:38
9723         Log: Integrate mainline - all tests pass - some noise from threads
9724              av_simple (SuSE7.3).
9725      Branch: perlio
9726           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
9727           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
9728           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
9729           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
9730           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
9731           +> lib/Tie/File/t/11_rv_splice_rs.t
9732           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
9733           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
9734           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
9735            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
9736            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
9737            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
9738            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
9739            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
9740            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
9741            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
9742            - lib/Tie/File/15_pushpop.t
9743           !> (integrate 47 files)
9744 ____________________________________________________________________________
9745 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
9746         Log: Missing MANIFESTations.
9747      Branch: perl
9748            ! MANIFEST
9749 ____________________________________________________________________________
9750 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
9751         Log: Attempt at portability.
9752      Branch: perl
9753            ! util.c
9754 ____________________________________________________________________________
9755 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
9756         Log: Needed by #14985.
9757      Branch: perl
9758            ! embed.h global.sym proto.h
9759 ____________________________________________________________________________
9760 [ 14988] By: ams                                   on 2002/03/04  08:59:27
9761         Log: Upgrade to Tie::File 0.16.
9762      Branch: perl
9763            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
9764            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
9765            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
9766            ! lib/Tie/File/t/15_pushpop.t
9767 ____________________________________________________________________________
9768 [ 14987] By: ams                                   on 2002/03/04  08:48:11
9769         Log: Subject: [PATCH @14577] perly-fixer
9770              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9771              Date: Mon, 4 Mar 2002 02:28:51 -0500
9772              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
9773      Branch: perl
9774            ! Makefile.SH perly.fixer
9775 ____________________________________________________________________________
9776 [ 14986] By: ams                                   on 2002/03/04  08:43:37
9777         Log: Subject: [PATCH @14577] xsubpp
9778              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9779              Date: Mon, 4 Mar 2002 02:25:52 -0500
9780              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
9781      Branch: perl
9782            ! lib/ExtUtils/xsubpp pod/perlxs.pod
9783 ____________________________________________________________________________
9784 [ 14985] By: ams                                   on 2002/03/04  08:40:46
9785         Log: Subject: [PATCH @14577] sv_cmp and friends
9786              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9787              Date: Mon, 4 Mar 2002 02:31:04 -0500
9788              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
9789      Branch: perl
9790            ! embed.fnc sv.c util.c
9791 ____________________________________________________________________________
9792 [ 14984] By: ams                                   on 2002/03/04  08:16:06
9793         Log: Fix File::Path docs as suggested by Ronald Kimball.
9794      Branch: perl
9795            ! lib/File/Path.pm
9796 ____________________________________________________________________________
9797 [ 14983] By: ams                                   on 2002/03/04  08:11:20
9798         Log: Update perldata fix as suggested by Benjamin Goldberg.
9799      Branch: perl
9800            ! pod/perldata.pod
9801 ____________________________________________________________________________
9802 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
9803         Log: Faulty skip.
9804      Branch: perl
9805            ! ext/DB_File/t/db-recno.t
9806 ____________________________________________________________________________
9807 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
9808         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
9809              From: Anton Tagunov <tagunov@motor.ru>
9810              Date: Mon, 4 Mar 2002 05:41:41 +0300
9811              Message-Id: <7916563907.20020304054141@motor.ru>
9812              
9813              Subject: [ID 20020303.005] Patch perlinicode C API description
9814              From: Anton Tagunov <tagunov@motor.ru>
9815              Date: Mon, 4 Mar 2002 06:08:23 +0300
9816              Message-Id: <2018165510.20020304060823@motor.ru>
9817      Branch: perl
9818            ! lib/utf8.pm pod/perlunicode.pod
9819 ____________________________________________________________________________
9820 [ 14980] By: ams                                   on 2002/03/04  02:19:20
9821         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
9822              From: Anton Tagunov <tagunov@motor.ru>
9823              Date: Mon, 4 Mar 2002 02:17:40 +0300
9824              Message-Id: <1344322124.20020304021740@motor.ru>
9825      Branch: perl
9826            ! pod/perldata.pod
9827 ____________________________________________________________________________
9828 [ 14979] By: ams                                   on 2002/03/04  02:17:54
9829         Log: Subject: RE: [PATCH] RE: DB_File breakage
9830              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
9831              Date: Sun, 3 Mar 2002 23:56:31 -0000
9832              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
9833      Branch: perl
9834            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9835            ! ext/DB_File/t/db-recno.t
9836 ____________________________________________________________________________
9837 [ 14978] By: ams                                   on 2002/03/04  02:07:16
9838         Log: Subject: [PATCH] docs for ExtUtils::Manifest
9839              From: Nicholas Clark <nick@unfortu.net>
9840              Date: Sun, 3 Mar 2002 23:29:25 +0000
9841              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
9842      Branch: perl
9843            ! lib/ExtUtils/Manifest.pm
9844 ____________________________________________________________________________
9845 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
9846         Log: Forgot from the M::BI 1.54 update.
9847      Branch: perl
9848            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
9849            ! lib/Math/BigInt/t/upgrade.inc
9850 ____________________________________________________________________________
9851 [ 14976] By: ams                                   on 2002/03/04  02:04:32
9852         Log: Subject: [PATCH] attr
9853              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
9854              Date: Sun, 3 Mar 2002 22:09:58 -0000
9855              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
9856      Branch: perl
9857            ! lib/warnings.pm warnings.pl
9858 ____________________________________________________________________________
9859 [ 14975] By: ams                                   on 2002/03/04  02:01:27
9860         Log: Subject: [PATCH] File::Path documentation
9861              From: Colin Meyer <cmeyer@helvella.org>
9862              Date: Sun, 3 Mar 2002 14:54:24 -0800
9863              Message-Id: <20020303145424.A21774@hobart.helvella.org>
9864      Branch: perl
9865            ! lib/File/Path.pm
9866 ____________________________________________________________________________
9867 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
9868         Log: Typo.
9869      Branch: perl
9870            ! lib/Math/BigInt/t/upgrade.t
9871 ____________________________________________________________________________
9872 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
9873         Log: Editing errors.
9874      Branch: perl
9875            ! MANIFEST
9876 ____________________________________________________________________________
9877 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
9878         Log: Upgrade to Math::BigInt 1.54.
9879      Branch: perl
9880            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
9881            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
9882            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
9883            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
9884            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
9885            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
9886 ____________________________________________________________________________
9887 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
9888         Log: Test tweak from Craig Berry.
9889      Branch: perl
9890            ! lib/Tie/File/t/15_pushpop.t
9891 ____________________________________________________________________________
9892 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
9893         Log: Upgrade to Tie::File 0.15.
9894      Branch: perl
9895            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
9896            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
9897            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
9898            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
9899            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
9900            + lib/Tie/File/t/11_rv_splice_rs.t
9901            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
9902            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
9903            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
9904            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
9905            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
9906            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
9907            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
9908            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
9909            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
9910            - lib/Tie/File/15_pushpop.t
9911            ! MANIFEST lib/Tie/File.pm
9912 ____________________________________________________________________________
9913 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
9914         Log: The EBCDIC gaps apply only to the real A-Z.
9915      Branch: perl
9916            ! ext/B/B/Deparse.pm
9917 ____________________________________________________________________________
9918 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
9919         Log: EBCDIC: deparse \cX correctly.
9920      Branch: perl
9921            ! ext/B/B/Deparse.pm
9922 ____________________________________________________________________________
9923 [ 14967] By: ams                                   on 2002/03/03  18:18:00
9924         Log: Subject: [PATCH] nit in perlsyn.pod
9925              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
9926              Date: Sun, 03 Mar 2002 20:16:10 +0100
9927              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
9928      Branch: perl
9929            ! pod/perlsyn.pod
9930 ____________________________________________________________________________
9931 [ 14966] By: ams                                   on 2002/03/03  18:06:32
9932         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
9933              From: Michael G Schwern <schwern@pobox.com>
9934              Date: Sun, 3 Mar 2002 13:33:28 -0500
9935              Message-Id: <20020303183328.GA3296@blackrider>
9936      Branch: perl
9937            ! utils/h2xs.PL
9938 ____________________________________________________________________________
9939 [ 14965] By: ams                                   on 2002/03/03  18:00:03
9940         Log: Subject: [ PATCH ] HP back to default
9941              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9942              Date: Sun, 03 Mar 2002 18:48:34 +0100
9943              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
9944      Branch: perl
9945            ! hints/hpux.sh
9946 ____________________________________________________________________________
9947 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
9948         Log: EBCDIC: special cases of special cases.
9949      Branch: perl
9950            ! t/uni/case.pl
9951 ____________________________________________________________________________
9952 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
9953         Log: EBCDIC: the v-string components cannot exceed 2147483647.
9954      Branch: perl
9955            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
9956 ____________________________________________________________________________
9957 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
9958         Log: Remove the bogus "incorrect case" warning completely.
9959              The problem exists, but the cure, in which ever form
9960              it will be, needs to be something more subtle.
9961      Branch: perl
9962            ! op.c pod/perldiag.pod
9963 ____________________________________________________________________________
9964 [ 14961] By: ams                                   on 2002/03/03  13:39:09
9965         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
9966              From: Mark-Jason Dominus <mjd@plover.com>
9967              Date: Sun, 03 Mar 2002 09:32:16 -0500
9968              Message-Id: <20020303143216.10536.qmail@plover.com>
9969      Branch: perl
9970            ! t/op/tiearray.t
9971 ____________________________________________________________________________
9972 [ 14960] By: nick                                  on 2002/03/03  09:59:59
9973         Log: Integrate mainline
9974      Branch: perlio
9975           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
9976            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
9977            ! ext/Encode/compile
9978           !> (integrate 27 files)
9979 ____________________________________________________________________________
9980 [ 14959] By: ams                                   on 2002/03/03  08:11:34
9981         Log: Fix #14957.
9982      Branch: perl
9983            ! ext/DB_File/t/db-recno.t
9984 ____________________________________________________________________________
9985 [ 14958] By: ams                                   on 2002/03/03  05:51:00
9986         Log: Subject: [PATCH @14577] NL in debugger
9987              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9988              Date: Sat, 2 Mar 2002 05:34:12 -0500
9989              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
9990      Branch: perl
9991            ! lib/perl5db.pl
9992 ____________________________________________________________________________
9993 [ 14957] By: ams                                   on 2002/03/03  05:00:04
9994         Log: Subject: Re: DB_File breakage
9995              From: Schuyler Erle <schuyler@oreilly.com>
9996              Date: Sat, 02 Mar 2002 21:50:30 -0800
9997              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
9998      Branch: perl
9999            ! ext/DB_File/t/db-recno.t
10000 ____________________________________________________________________________
10001 [ 14956] By: ams                                   on 2002/03/03  04:40:08
10002         Log: Subject: [PATCH @14577] Debugging OPs
10003              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10004              Date: Sat, 2 Mar 2002 05:49:58 -0500
10005              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
10006      Branch: perl
10007            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
10008            ! pod/perlrun.pod sv.h
10009 ____________________________________________________________________________
10010 [ 14955] By: ams                                   on 2002/03/03  04:34:41
10011         Log: Subject: Tie::Array doc patch
10012              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
10013              Date: Sat, 02 Mar 2002 08:42:56 +0900
10014              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
10015      Branch: perl
10016            ! lib/Tie/Array.pm
10017 ____________________________________________________________________________
10018 [ 14954] By: ams                                   on 2002/03/03  04:23:33
10019         Log: Subject: Re: Smoke 14870
10020              From: Nicholas Clark <nick@unfortu.net>
10021              Date: Sat, 2 Mar 2002 20:00:53 +0000
10022              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
10023      Branch: perl
10024            ! README.hpux
10025 ____________________________________________________________________________
10026 [ 14953] By: ams                                   on 2002/03/03  04:15:49
10027         Log: Subject: RE: VERSION core
10028              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
10029              Date: Sat, 2 Mar 2002 22:50:44 -0000
10030              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
10031      Branch: perl
10032            ! t/comp/use.t
10033 ____________________________________________________________________________
10034 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
10035         Log: The #14949 removed this error from non-Win32.
10036      Branch: perl
10037            ! t/lib/warnings/op
10038 ____________________________________________________________________________
10039 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
10040         Log: BeOS back on track.
10041      Branch: perl
10042            ! README.beos
10043 ____________________________________________________________________________
10044 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
10045         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
10046              higher is okay.
10047      Branch: perl
10048            ! ext/POSIX/t/posix.t
10049 ____________________________________________________________________________
10050 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
10051         Log: For now, make "incorrect case" a Win32-only warning.
10052      Branch: perl
10053            ! op.c
10054 ____________________________________________________________________________
10055 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
10056         Log: Demand more before attempting socketpair().
10057      Branch: perl
10058            ! pp_sys.c
10059 ____________________________________________________________________________
10060 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
10061         Log: Remove obsolete hack.
10062      Branch: perl
10063            ! makedepend.SH
10064 ____________________________________________________________________________
10065 [ 14946] By: ams                                   on 2002/03/02  16:00:32
10066         Log: Forgot to delete encode.* from MANIFEST.
10067      Branch: perl
10068            ! MANIFEST
10069 ____________________________________________________________________________
10070 [ 14945] By: ams                                   on 2002/03/02  14:41:03
10071         Log: Delete ex-test output.
10072      Branch: perl
10073            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
10074 ____________________________________________________________________________
10075 [ 14944] By: ams                                   on 2002/03/02  13:54:35
10076         Log: Subject: [PATCH] DB_File 1.803
10077              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
10078              Date: Sat, 2 Mar 2002 14:33:32 -0000
10079              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
10080      Branch: perl
10081            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10082            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
10083 ____________________________________________________________________________
10084 [ 14943] By: ams                                   on 2002/03/02  13:43:06
10085         Log: Upgrade to Tie::File 0.14.
10086      Branch: perl
10087            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
10088            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
10089            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
10090 ____________________________________________________________________________
10091 [ 14942] By: nick                                  on 2002/03/02  11:05:53
10092         Log: Integrate mainline
10093      Branch: perlio
10094           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
10095           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
10096           +> ext/Encode/t/table.utf8
10097           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
10098           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
10099           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
10100           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
10101           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
10102           !> universal.c utils/perldoc.PL
10103 ____________________________________________________________________________
10104 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
10105         Log: More CJK (just C, really) tables from Autrijus Tang
10106              (originally from iconv, used with permission of Bruno Haible)
10107      Branch: perl
10108            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
10109            + ext/Encode/Encode/iso-ir-165.enc
10110            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
10111            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
10112            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
10113 ____________________________________________________________________________
10114 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
10115         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
10116              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
10117              Date: Fri, 1 Mar 2002 15:32:13 -0500
10118              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
10119      Branch: perl
10120            ! utils/perldoc.PL
10121 ____________________________________________________________________________
10122 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
10123         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
10124              From: Schuyler Erle <schuyler@oreilly.com>
10125              Date: Fri, 01 Mar 2002 14:22:19 -0800
10126              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
10127              
10128              Subject: Re: PATCH: "splice() offset past end of array" warning.
10129              From: Mark-Jason Dominus <mjd@plover.com>
10130              Date: Fri, 01 Mar 2002 17:19:49 -0500
10131              Message-ID: <20020301221949.7610.qmail@plover.com>
10132      Branch: perl
10133            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
10134 ____________________________________________________________________________
10135 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
10136         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
10137              From: Mark-Jason Dominus <mjd@plover.com>
10138              Date: Fri, 01 Mar 2002 18:35:35 -0500
10139              Message-ID: <20020301233535.15969.qmail@plover.com>
10140      Branch: perl
10141            ! av.c
10142 ____________________________________________________________________________
10143 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
10144         Log: Subject: RE: VERSION core
10145              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
10146              Date: Fri, 1 Mar 2002 23:47:48 -0000
10147              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
10148      Branch: perl
10149            ! pod/perldiag.pod universal.c
10150 ____________________________________________________________________________
10151 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
10152         Log: Update Changes
10153      Branch: maint-5.6/macperl
10154            ! macos/Changes
10155 ____________________________________________________________________________
10156 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
10157         Log: Fix update to resources
10158      Branch: maint-5.6/macperl
10159            ! macos/macperl/MacPerl.r
10160 ____________________________________________________________________________
10161 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
10162         Log: metaconfig unit change for #14930.
10163      Branch: metaconfig
10164            ! U/modified/Init.U
10165 ____________________________________________________________________________
10166 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
10167         Log: Fix debugger to handle Mac OS psedofiles
10168      Branch: maint-5.6/macperl
10169            ! lib/DB.pm lib/perl5db.pl
10170 ____________________________________________________________________________
10171 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
10172         Log: Various fixes from Thomas Wegner
10173      Branch: maint-5.6/macperl
10174            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
10175 ____________________________________________________________________________
10176 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
10177         Log: Some resource updates
10178      Branch: maint-5.6/macperl
10179            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
10180            ! macos/macperl/MacPerl.rsrc
10181 ____________________________________________________________________________
10182 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
10183         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
10184              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10185              Date: Fri, 01 Mar 2002 09:38:59 -0800
10186              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
10187      Branch: perl
10188            ! Configure
10189 ____________________________________________________________________________
10190 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
10191         Log: Add some missing sfio symbols (Alan Fry)
10192      Branch: maint-5.6/macperl
10193            ! macos/macperl.sym
10194 ____________________________________________________________________________
10195 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
10196         Log: Update version and README
10197      Branch: maint-5.6/macperl
10198            ! README.macos macos/MPVersion.r
10199 ____________________________________________________________________________
10200 [ 14926] By: nick                                  on 2002/03/01  15:56:41
10201         Log: Integrate mainline
10202      Branch: perlio
10203           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
10204           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
10205           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
10206           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
10207           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
10208           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
10209           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
10210           +> lib/Tie/File/13_size_rs.t
10211           !> (integrate 80 files)
10212 ____________________________________________________________________________
10213 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
10214         Log: Better advertising.
10215      Branch: perl
10216            ! pod/perldelta.pod pod/perlfaq5.pod
10217 ____________________________________________________________________________
10218 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
10219         Log: Update Changes.
10220      Branch: perl
10221            ! Changes patchlevel.h
10222 ____________________________________________________________________________
10223 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
10224         Log: Lost in the shuffle.
10225      Branch: perl
10226            + lib/Math/BigInt/t/downgrade.t
10227            ! MANIFEST
10228 ____________________________________________________________________________
10229 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
10230         Log: Advertise Tie::File.
10231      Branch: perl
10232            ! pod/perldelta.pod pod/perlfaq5.pod
10233 ____________________________________________________________________________
10234 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
10235         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
10236              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10237              Date: Thu, 28 Feb 2002 18:55:48 +0100
10238              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
10239      Branch: perl
10240            ! x2p/walk.c
10241 ____________________________________________________________________________
10242 [ 14920] By: ams                                   on 2002/03/01  09:06:01
10243         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
10244              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10245              Date: Tue, 26 Feb 2002 19:54:31 -0500
10246              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
10247      Branch: perl
10248            ! embed.fnc ext/B/B/Deparse.pm gv.c
10249 ____________________________________________________________________________
10250 [ 14919] By: ams                                   on 2002/03/01  03:03:12
10251         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
10252      Branch: perl
10253            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
10254            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
10255            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
10256            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
10257            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
10258            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
10259            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
10260 ____________________________________________________________________________
10261 [ 14918] By: ams                                   on 2002/03/01  02:36:58
10262         Log: Add Tie::File 0.12 from MJD.
10263      Branch: perl
10264            + lib/Tie/File.pm lib/Tie/File/01_gen.t
10265            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
10266            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
10267            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
10268            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
10269            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
10270            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
10271            ! MANIFEST
10272 ____________________________________________________________________________
10273 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
10274         Log: Encoding name mapping tweaks.
10275      Branch: perl
10276            ! ext/Encode/Encode.pm
10277 ____________________________________________________________________________
10278 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
10279         Log: metaconfig unit change for #14915.
10280      Branch: metaconfig
10281            ! U/modified/Init.U
10282 ____________________________________________________________________________
10283 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
10284         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
10285              From: Paul_GreenVOS@vos.stratus.com
10286              Date: Thu, 28 Feb 02 15:05 est
10287              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
10288      Branch: perl
10289            ! Configure
10290 ____________________________________________________________________________
10291 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
10292         Log: PL_bostr was pointing to the wrong string
10293              (a string left around from the loading of the Unicode \w)
10294              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
10295              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
10296      Branch: perl
10297            ! regexec.c
10298 ____________________________________________________________________________
10299 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
10300         Log: Sync with libnet-1.10
10301      Branch: perl
10302            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
10303            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
10304            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
10305            ! lib/Net/t/netrc.t
10306 ____________________________________________________________________________
10307 [ 14912] By: ams                                   on 2002/02/28  13:02:50
10308         Log: Subject: [PATCH] perldelta.pod fixes
10309              From: Autrijus Tang <autrijus@autrijus.org>
10310              Date: Thu, 28 Feb 2002 21:44:15 +0800
10311              Message-Id: <20020228134415.GB16422@not.autrijus.org>
10312      Branch: perl
10313            ! pod/perldelta.pod
10314 ____________________________________________________________________________
10315 [ 14911] By: ams                                   on 2002/02/28  11:31:44
10316         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
10317              From: Stas Bekman <stas@stason.org>
10318              Date: Mon, 04 Feb 2002 16:18:53 +0800
10319              Message-Id: <3C7E1E5F.1000605@stason.org>
10320              (Applied by hand).
10321      Branch: perl
10322            ! lib/File/Copy.pm
10323 ____________________________________________________________________________
10324 [ 14910] By: ams                                   on 2002/02/28  11:26:47
10325         Log: Subject: [PATCH lib/Pod/Html.pm]
10326              From: Stas Bekman <stas@stason.org>
10327              Date: Thu, 28 Feb 2002 20:05:01 +0800
10328              Message-Id: <3C7E1CED.7000307@stason.org>
10329      Branch: perl
10330            ! lib/Pod/Html.pm
10331 ____________________________________________________________________________
10332 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
10333         Log: Tests for #14908.
10334      Branch: perl
10335            ! t/op/pat.t
10336 ____________________________________________________________________________
10337 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
10338         Log: Make shared hash keys to be \0-terminated:
10339              one possible resolution for
10340              "UTF-8, weird \w behaviour after HASH-KEY-ification"
10341              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
10342              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
10343              The hash keys weren't \0-terminated.  This meant that the EOL ($)
10344              in regmatch() got the nextchr beyond the last character.  Since
10345              the keys were UTF-8, the nextchr was \1, not the usual
10346              string-terminating \0.  Wham, no match.
10347              
10348              I think another possible resolution could be to stop the nextchr
10349              computation in regmatch() from peeking beyond the last character
10350              of the string:
10351              
10352              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
10353      Branch: perl
10354            ! hv.c hv.h
10355 ____________________________________________________________________________
10356 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
10357         Log: Subject: [PATCH] Perl interface to newIO()
10358              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10359              Date: Wed, 27 Feb 2002 20:15:27 -0800
10360              Message-ID: <f7af8gzkgaET092yn@efn.org>
10361      Branch: perl
10362            ! lib/Symbol.pm
10363 ____________________________________________________________________________
10364 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
10365         Log: The "list" part of
10366              
10367              Subject: [PATCH perlop] .. returns a *list* of *integers*
10368              From: Mike Guy <mjtg@cam.ac.uk>
10369              Date: Tue, 26 Feb 2002 18:30:22 +0000
10370              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
10371              
10372              plus few nits.
10373      Branch: perl
10374            ! pod/perlop.pod
10375 ____________________________________________________________________________
10376 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
10377         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
10378              From: Abe Timmerman <abe@ztreet.demon.nl>
10379              Date: Thu, 28 Feb 2002 00:04:06 +0100
10380              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
10381      Branch: perl
10382            ! lib/File/stat.t
10383 ____________________________________________________________________________
10384 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
10385         Log: Integrate from maintperl.
10386      Branch: maint-5.6/macperl
10387           !> doio.c op.c t/io/open.t t/pragma/strict-subs
10388 ____________________________________________________________________________
10389 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
10390         Log: Upgrade to Math::BigInt 1.53.
10391      Branch: perl
10392            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
10393            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
10394            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
10395            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
10396            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
10397            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
10398 ____________________________________________________________________________
10399 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
10400         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
10401              From: "Craig A. Berry" <craigberry@mac.com>
10402              Date: Wed, 27 Feb 2002 15:36:38 -0600
10403              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
10404      Branch: perl
10405            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
10406            ! vms/ext/filespec.t
10407 ____________________________________________________________________________
10408 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
10409         Log: Subject: [PATCH] Some minor changes for Cygwin
10410              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
10411              Date: Wed, 27 Feb 2002 22:25:41 +0100
10412              Message-ID: <14296492589.20020227222541@familiehaase.de>
10413      Branch: perl
10414            ! Makefile.SH README.cygwin cygwin/perlld.in
10415 ____________________________________________________________________________
10416 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
10417         Log: Update the UTF-8 explanation table.
10418      Branch: perl
10419            ! pod/perlunicode.pod utf8.h
10420 ____________________________________________________________________________
10421 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
10422         Log: Repatch from Robin Barker: anon subs in C<package;> are
10423              now __ANON__::__ANON__ (should help for mod_perl package
10424              since #12251)
10425      Branch: perl
10426            ! gv.c op.c t/op/runlevel.t toke.c
10427 ____________________________________________________________________________
10428 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
10429         Log: Update Changes.
10430      Branch: perl
10431            ! Changes patchlevel.h
10432 ____________________________________________________________________________
10433 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
10434         Log: perldelta updates.
10435      Branch: perl
10436            ! pod/perldelta.pod
10437 ____________________________________________________________________________
10438 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
10439         Log: Signedness nit.
10440      Branch: perl
10441            ! regexec.c
10442 ____________________________________________________________________________
10443 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
10444         Log: Subject: Re: Smoke 14870
10445              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10446              Date: Wed, 27 Feb 2002 16:48:35 +0100
10447              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
10448              
10449              (with some additional garnish)
10450      Branch: perl
10451            ! README.hpux hints/hpux.sh
10452 ____________________________________________________________________________
10453 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
10454         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
10455              into perl.exp in AIX.
10456      Branch: perl
10457            ! makedef.pl perl.h
10458 ____________________________________________________________________________
10459 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
10460         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
10461              From: Robin Barker <rmb1@cise.npl.co.uk>
10462              Date: Wed, 27 Feb 2002 14:39:35 GMT
10463              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
10464      Branch: perl
10465            ! pod/perlrun.pod
10466 ____________________________________________________________________________
10467 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
10468         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
10469              From: Robin Barker <rmb1@cise.npl.co.uk>
10470              Date: Wed, 27 Feb 2002 12:25:30 GMT
10471              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
10472      Branch: perl
10473            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
10474            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
10475            ! pod/perlunicode.pod pod/perluniintro.pod
10476 ____________________________________________________________________________
10477 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
10478         Log: Only modify LD_LIBRARY_PATH in case there are directories.
10479      Branch: perl
10480            ! hints/dec_osf.sh
10481 ____________________________________________________________________________
10482 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
10483         Log: Subject: [PATCH] perl/hints/vos.sh
10484              From: Paul_GreenVOS@vos.stratus.com
10485              Date: Tue, 26 Feb 02 15:19 est
10486              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
10487      Branch: perl
10488            ! hints/vos.sh
10489 ____________________________________________________________________________
10490 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
10491         Log: Forgot from #14888.
10492      Branch: perl
10493            ! ext/Unicode/Normalize/mkheader
10494 ____________________________________________________________________________
10495 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
10496         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
10497      Branch: perl
10498            ! ext/Unicode/Normalize/Changes
10499            ! ext/Unicode/Normalize/Normalize.pm
10500            ! ext/Unicode/Normalize/Normalize.xs
10501            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
10502            ! ext/Unicode/Normalize/t/test.t
10503 ____________________________________________________________________________
10504 [ 14887] By: ams                                   on 2002/02/26  23:51:52
10505         Log: Subject: Missing diagnostics
10506              From: Simon Glover <scog@roe.ac.uk>
10507              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
10508              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
10509              
10510              Subject: [PATCH] Better wording for the lvalue vec diagnostic
10511              From: Simon Glover <scog@roe.ac.uk>
10512              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
10513              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
10514      Branch: perl
10515            ! doop.c pod/perldiag.pod t/op/vec.t
10516 ____________________________________________________________________________
10517 [ 14886] By: ams                                   on 2002/02/26  15:48:34
10518         Log: Subject: [PATCH] Not OK 5.7.2@14884
10519              From: andreas.koenig@anima.de (Andreas J. Koenig)
10520              Date: Tue, 26 Feb 2002 15:03:55 +0100
10521              Message-Id: <m38z9gfigk.fsf@anima.de>
10522      Branch: perl
10523            ! t/lib/access.t
10524 ____________________________________________________________________________
10525 [ 14885] By: nick                                  on 2002/02/26  13:48:55
10526         Log: Integrate mainline
10527      Branch: perlio
10528           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
10529           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
10530           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
10531            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
10532           !> (integrate 102 files)
10533 ____________________________________________________________________________
10534 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
10535         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
10536              1.1999999999999996, or thereabouts (yes, even sprintf).
10537      Branch: perl
10538            ! t/base/num.t
10539 ____________________________________________________________________________
10540 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
10541         Log: Neither.
10542      Branch: perl
10543            ! pod/perldelta.pod
10544 ____________________________________________________________________________
10545 [ 14882] By: ams                                   on 2002/02/26  08:46:55
10546         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
10547              From: Michael G Schwern <schwern@pobox.com>
10548              Date: Tue, 26 Feb 2002 01:01:28 -0500
10549              Message-Id: <20020226060128.GA2439@blackrider>
10550      Branch: perl
10551            ! hv.c pod/perldiag.pod
10552 ____________________________________________________________________________
10553 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
10554         Log: Subject: [PATCH B::Concise] docs, typos
10555              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10556              Date: Mon, 25 Feb 2002 16:41:16 +0100
10557              Message-ID: <20020225164116.A1054@rafael>
10558      Branch: perl
10559            ! ext/B/B/Concise.pm
10560 ____________________________________________________________________________
10561 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
10562         Log: POSIX: add isatty to @EXPORT_OK, reformat.
10563      Branch: perl
10564            ! ext/POSIX/POSIX.pm
10565 ____________________________________________________________________________
10566 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
10567         Log: If using -Dloclibpth=... the directories need to
10568              be appended to LD_LIBRARY_PATH (and ickily, if those
10569              directories contain a (newer?) libdb.so, we need to
10570              prepend    /usr/shlib to loclibpth).
10571      Branch: perl
10572            ! hints/dec_osf.sh
10573 ____________________________________________________________________________
10574 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
10575         Log: Subject: [PATCH] Perl interface to newIO()
10576              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
10577              Date: Mon, 25 Feb 2002 15:04:57 -0800
10578              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
10579      Branch: perl
10580            ! lib/Symbol.pm lib/Symbol.t
10581 ____________________________________________________________________________
10582 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
10583         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
10584              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
10585              Date: Mon, 25 Feb 2002 21:58:30 +0100
10586              Message-ID: <20020225215830.A744@rafael>
10587      Branch: perl
10588            ! pod/perlvar.pod
10589 ____________________________________________________________________________
10590 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
10591         Log: Big5 tweaks from Autrijus Tang.
10592      Branch: perl
10593            ! ext/Encode/Encode/big5.enc
10594 ____________________________________________________________________________
10595 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
10596         Log: Subject: [PATCH Glossary configpm] cleanups
10597              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10598              Date: Mon, 25 Feb 2002 23:27:15 +0100
10599              Message-ID: <20020225232715.C744@rafael>
10600      Branch: perl
10601            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
10602 ____________________________________________________________________________
10603 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
10604         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
10605              From: Nicholas Clark <nick@unfortu.net>
10606              Date: Mon, 25 Feb 2002 21:53:24 +0000
10607              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
10608      Branch: perl
10609            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
10610            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
10611            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
10612 ____________________________________________________________________________
10613 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
10614         Log: Upgrade to I18N::LangTags 0.27.
10615              (Causes one flipflop back to perl.com URL, must poke Sean.)
10616      Branch: perl
10617            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
10618            ! lib/I18N/LangTags/List.pm
10619 ____________________________________________________________________________
10620 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
10621         Log: Upgrade to Getopt::Long 2.28.
10622      Branch: perl
10623            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
10624            ! lib/Getopt/Long/README
10625 ____________________________________________________________________________
10626 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
10627         Log: No =head.
10628      Branch: perl
10629            ! pod/perlebcdic.pod
10630 ____________________________________________________________________________
10631 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
10632         Log: Update Changes.
10633      Branch: perl
10634            ! Changes patchlevel.h
10635 ____________________________________________________________________________
10636 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
10637         Log: metaconfig unit change for #14868.
10638      Branch: metaconfig
10639            ! U/modified/Chk_MANI.U
10640 ____________________________________________________________________________
10641 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
10642         Log: Some hosts understand split -l 50, some only split -50
10643              (from Paul Eggert).
10644      Branch: perl
10645            ! Configure
10646 ____________________________________________________________________________
10647 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
10648         Log: Subject: Re: [PATCH bleadperl] socketpair.t
10649              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10650              Date: Sun, 24 Feb 2002 10:31:25 +0100
10651              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
10652              
10653              (the pid half only)
10654      Branch: perl
10655            ! win32/win32.c
10656 ____________________________________________________________________________
10657 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
10658         Log: Mention the new pack tricks.
10659      Branch: perl
10660            ! pod/perldelta.pod
10661 ____________________________________________________________________________
10662 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
10663         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
10664              From: Richard.Foley@t-online.de (Richard Foley)
10665              Date: Mon, 25 Feb 2002 13:47:03 +0100
10666              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
10667      Branch: perl
10668            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
10669            ! pod/perldebug.pod pod/perldelta.pod
10670 ____________________________________________________________________________
10671 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
10672         Log: Typo corrections from John P. Linderman.
10673      Branch: perl
10674            ! ext/IPC/SysV/Semaphore.pm
10675 ____________________________________________________________________________
10676 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
10677         Log: Upgrade to Math::BigInt 1.52.
10678      Branch: perl
10679            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
10680            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
10681            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
10682            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
10683            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
10684 ____________________________________________________________________________
10685 [ 14862] By: ams                                   on 2002/02/25  10:39:40
10686         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
10687              From: Robin Barker <rmb1@cise.npl.co.uk>
10688              Date: Mon, 25 Feb 2002 11:35:06 GMT
10689              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
10690              
10691              Subject: [PATCH Net/Cmd.pm]
10692              From: Robin Barker <rmb1@cise.npl.co.uk>
10693              Date: Mon, 25 Feb 2002 11:37:06 GMT
10694              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
10695      Branch: perl
10696            ! lib/Cwd.pm lib/Net/Cmd.pm
10697 ____________________________________________________________________________
10698 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
10699         Log: Cut-and-paste errors.
10700      Branch: perl
10701            ! t/op/pat.t
10702 ____________________________________________________________________________
10703 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
10704         Log: EBCDIC: the control characters are not that easy to find.
10705      Branch: perl
10706            ! t/op/pat.t
10707 ____________________________________________________________________________
10708 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
10709         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
10710              From: John Peacock <jpeacock@rowman.com>
10711              Date: Sun, 24 Feb 2002 22:08:28 -0500
10712              Message-ID: <3C79AAAC.6060903@rowman.com>
10713      Branch: perl
10714            ! sv.c
10715 ____________________________________________________________________________
10716 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
10717         Log: SvSetSV() is not returnable, but that's okay since
10718              sv_copypv() returns void.
10719      Branch: perl
10720            ! sv.c
10721 ____________________________________________________________________________
10722 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
10723         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
10724              From: John Peacock <jpeacock@rowman.com>                 
10725              Date: Sun, 24 Feb 2002 16:40:07 -0500
10726              Message-ID: <3C795DB7.40105@rowman.com>               
10727      Branch: perl
10728            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
10729            ! pp_hot.c proto.h sv.c
10730 ____________________________________________________________________________
10731 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
10732         Log: Tiny code cleanup.
10733      Branch: perl
10734            ! regexec.c
10735 ____________________________________________________________________________
10736 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
10737         Log: Use to_uni_fold().
10738      Branch: perl
10739            ! regcomp.c
10740 ____________________________________________________________________________
10741 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
10742         Log: Document the new taint behaviour of exec LIST and
10743              system LIST.
10744      Branch: perl
10745            ! pod/perldelta.pod
10746 ____________________________________________________________________________
10747 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
10748         Log: Subject: [PATCH] Re: taint news
10749              From: Rick Delaney <rick.delaney@rogers.com>             
10750              Date: 24 Feb 2002 11:35:00 -0500
10751              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
10752      Branch: perl
10753            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
10754 ____________________________________________________________________________
10755 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
10756         Log: EBCDIC tweak (native instead of uni) and comment update.
10757      Branch: perl
10758            ! regexec.c
10759 ____________________________________________________________________________
10760 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
10761         Log: Using uninitialized (and wrong) variables is not good.
10762      Branch: perl
10763            ! regcomp.c
10764 ____________________________________________________________________________
10765 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
10766         Log: EBCDIC: this seems to calm the last of the
10767              Malformed UTF-8 warnings.
10768      Branch: perl
10769            ! regcomp.c utf8.c
10770 ____________________________________________________________________________
10771 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
10772         Log: EBCDIC: document using Encode for character conversions.
10773      Branch: perl
10774            ! pod/perlebcdic.pod
10775 ____________________________________________________________________________
10776 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
10777         Log: EBCDIC: disable also Unicode::Collate and
10778              Unicode::Normalize for now.  Real users of
10779              EBCDIC have to decide what they want.
10780      Branch: perl
10781            ! ext/Unicode/Normalize/Normalize.pm
10782            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
10783            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
10784            ! lib/Unicode/Collate/t/test.t
10785 ____________________________________________________________________________
10786 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
10787         Log: AUTHORS updates.
10788      Branch: perl
10789            ! AUTHORS
10790 ____________________________________________________________________________
10791 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
10792         Log: Retract #14571: there may be a better solution than
10793              tweaking the test.
10794      Branch: perl
10795            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
10796 ____________________________________________________________________________
10797 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
10798         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
10799              From: "Craig A. Berry" <craigberry@mac.com> 
10800              Date: Sat, 23 Feb 2002 14:14:35 -0600
10801              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
10802      Branch: perl
10803            ! configure.com
10804 ____________________________________________________________________________
10805 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
10806         Log: metaconfig unit change for #14843.
10807      Branch: metaconfig/U/perl
10808            ! Extensions.U
10809 ____________________________________________________________________________
10810 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
10811         Log: Also Encode/JP needs to be listed explicitly.
10812              (Any other sub-Encode extensions?)
10813      Branch: perl
10814            ! Configure
10815 ____________________________________________________________________________
10816 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
10817         Log: Document known UNICOS/mk deficiency.
10818      Branch: perl
10819            ! pod/perldelta.pod
10820 ____________________________________________________________________________
10821 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
10822         Log: Subject: [PATCH] README mention version 5.0
10823              From: Autrijus Tang <autrijus@autrijus.org>
10824              Date: Sat, 23 Feb 2002 09:35:22 +0800
10825              Message-ID: <20020223013522.GA8694@not.autrijus.org>
10826      Branch: perl
10827            ! README
10828 ____________________________________________________________________________
10829 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
10830         Log: metaconfig unit change for #14839.
10831      Branch: metaconfig
10832            ! U/modified/Signal.U
10833 ____________________________________________________________________________
10834 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
10835         Log: Old hosts like NeXT Classic don't have sort -k,
10836              from Paul Eggert.
10837      Branch: perl
10838            ! Configure
10839 ____________________________________________________________________________
10840 [ 14838] By: ams                                   on 2002/02/22  21:14:29
10841         Log: Minor clarifications as suggested by Anton Tagunov.
10842      Branch: perl
10843            ! pod/perlsyn.pod
10844 ____________________________________________________________________________
10845 [ 14837] By: ams                                   on 2002/02/22  21:07:02
10846         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
10847              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10848              Date: Fri, 22 Feb 2002 23:01:07 +0100
10849              Message-Id: <20020222230107.A15069@rafael>
10850      Branch: perl
10851            ! sv.c t/op/gv.t
10852 ____________________________________________________________________________
10853 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
10854         Log: metaconfig unit change for #14835.
10855      Branch: metaconfig
10856            ! U/modified/Chk_MANI.U
10857 ____________________________________________________________________________
10858 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
10859         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
10860      Branch: perl
10861            ! Configure
10862 ____________________________________________________________________________
10863 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
10864         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
10865              From: Michael G Schwern <schwern@pobox.com>
10866              Date: Fri, 22 Feb 2002 12:10:28 -0500
10867              Message-ID: <20020222171027.GB4181@blackrider>
10868      Branch: perl
10869            ! ext/Encode/compile
10870 ____________________________________________________________________________
10871 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
10872         Log: Update Changes.
10873      Branch: perl
10874            ! Changes patchlevel.h
10875 ____________________________________________________________________________
10876 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
10877         Log: Implement IV/UV/NV/long double pack/unpack with
10878              template letters j/J/F/D (the latter two have been
10879              undocumented aliases of f/d).
10880      Branch: perl
10881            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
10882 ____________________________________________________________________________
10883 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
10884         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
10885              From: Nicholas Clark <nick@unfortu.net>
10886              Date: Fri, 22 Feb 2002 14:01:25 +0000
10887              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
10888      Branch: perl
10889            ! ext/Encode/compile
10890 ____________________________________________________________________________
10891 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
10892         Log: NetWare change from Ananth Kesari.
10893      Branch: perl
10894            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
10895            ! MANIFEST
10896 ____________________________________________________________________________
10897 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
10898         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
10899              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10900              Date: Fri, 22 Feb 2002 03:55:13 -0500
10901              Message-ID: <20020222035513.A894@math.ohio-state.edu>
10902      Branch: perl
10903            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
10904 ____________________________________________________________________________
10905 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
10906         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
10907      Branch: perl
10908            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
10909 ____________________________________________________________________________
10910 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
10911         Log: Make measure_struct a file static.
10912      Branch: perl
10913            ! pp_pack.c
10914 ____________________________________________________________________________
10915 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
10916         Log: EBCDIC: someone who knows what they are doing
10917              and whether it is possible at all in the first
10918              place needs to figure these tests out on EBCDIC.
10919              The CJK encodings heavily abuse their knowledge
10920              of ASCII and that may require a translation layer
10921              or four to survive UTF-EBCDIC.
10922      Branch: perl
10923            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
10924 ____________________________________________________________________________
10925 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
10926         Log: croak() needs context.
10927      Branch: perl
10928            ! pp_pack.c
10929 ____________________________________________________________________________
10930 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
10931         Log: Subject: [PATCH @14577] pack with a human face: the sequel
10932              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10933              Date: Thu, 21 Feb 2002 21:33:37 -0500
10934              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
10935      Branch: perl
10936            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
10937            ! proto.h t/op/pack.t
10938 ____________________________________________________________________________
10939 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
10940         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
10941              From: Nicholas Clark <nick@unfortu.net> 
10942              Date: Fri, 22 Feb 2002 00:49:44 +0000
10943              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
10944      Branch: perl
10945            ! ext/Encode/compile
10946 ____________________________________________________________________________
10947 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
10948         Log: Test for #14795.
10949      Branch: perl
10950            ! t/op/pat.t
10951 ____________________________________________________________________________
10952 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
10953         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
10954      Branch: perl
10955            ! t/op/pat.t
10956 ____________________________________________________________________________
10957 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
10958         Log: Subject: [PATCH] next batch of bugfixes
10959              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10960              Date: Thu, 21 Feb 2002 23:54:41 +0100
10961              Message-ID: <20020221235441.A17260@rafael>
10962      Branch: perl
10963            ! ext/B/B/Deparse.pm
10964 ____________________________________________________________________________
10965 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
10966         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)
10967              From: chromatic <chromatic@rmci.net>
10968              Date: Thu, 21 Feb 2002 14:17:35 -0700
10969              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
10970      Branch: perl
10971            ! lib/File/stat.pm lib/File/stat.t
10972 ____________________________________________________________________________
10973 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
10974         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
10975      Branch: perl
10976            ! ext/re/re.xs
10977 ____________________________________________________________________________
10978 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
10979         Log: Upgrade to Math::BigInt 1.51.
10980      Branch: perl
10981            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
10982            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
10983            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
10984            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
10985            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
10986            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
10987            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
10988            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
10989            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
10990            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
10991            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
10992            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
10993 ____________________________________________________________________________
10994 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
10995         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
10996              From: "Gerrit P. Haase" <gp@familiehaase.de>
10997              Date: Thu, 21 Feb 2002 21:20:25 +0100
10998              Message-ID: <69510538936.20020221212025@familiehaase.de>
10999      Branch: perl
11000            ! Makefile.SH
11001 ____________________________________________________________________________
11002 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
11003         Log: Subject: [PATCH @14577] grouping in pack/unpack
11004              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11005              Date: Thu, 21 Feb 2002 06:06:14 -0500
11006              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
11007      Branch: perl
11008            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
11009            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
11010 ____________________________________________________________________________
11011 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
11012         Log: Subject: [PATCH propose] question about fs.t
11013              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11014              Date: Thu, 21 Feb 2002 15:10:21 +0100
11015              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
11016      Branch: perl
11017            ! t/io/fs.t
11018 ____________________________________________________________________________
11019 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
11020         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
11021              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
11022              Date: Thu, 21 Feb 2002 09:54:28 +0100
11023              Message-ID: <13576559576.20020221095428@familiehaase.de>     
11024      Branch: perl
11025            ! Makefile.SH
11026 ____________________________________________________________________________
11027 [ 14812] By: ams                                   on 2002/02/21  14:59:09
11028         Log: Subject: typo correction
11029              From: mjd@plover.com
11030              Date: 21 Feb 2002 15:43:49 -0000
11031              Message-Id: <20020221154349.22772.qmail@plover.com>
11032      Branch: perl
11033            ! pod/perldebug.pod
11034 ____________________________________________________________________________
11035 [ 14811] By: ams                                   on 2002/02/21  14:02:12
11036         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
11037              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11038              Date: Thu, 21 Feb 2002 15:22:22 +0100
11039              Message-Id: <20020221152222.A15095@rafael>
11040      Branch: perl
11041            ! op.h toke.c
11042 ____________________________________________________________________________
11043 [ 14810] By: ams                                   on 2002/02/21  12:45:28
11044         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
11045              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11046              Date: Thu, 21 Feb 2002 06:02:48 -0500
11047              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
11048      Branch: perl
11049            ! lib/ExtUtils/Mksymlists.pm makedef.pl
11050 ____________________________________________________________________________
11051 [ 14809] By: nick                                  on 2002/02/21  09:31:08
11052         Log: Integrate mainline
11053      Branch: perlio
11054           +> lib/Pod/t/Select.t
11055           !> (integrate 37 files)
11056 ____________________________________________________________________________
11057 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
11058         Log: metaconfig unit change for #14807.
11059      Branch: metaconfig
11060            ! U/modified/Signal.U
11061 ____________________________________________________________________________
11062 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
11063         Log: Revert #14805, didn't quite work.
11064      Branch: perl
11065            ! Configure config_h.SH
11066 ____________________________________________________________________________
11067 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
11068         Log: metaconfig changes for #14805.
11069      Branch: metaconfig
11070            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
11071 ____________________________________________________________________________
11072 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
11073         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
11074              From: Paul Eggert <eggert@twinsun.com>
11075              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
11076              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
11077      Branch: perl
11078            ! Configure config_h.SH
11079 ____________________________________________________________________________
11080 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
11081         Log: More advice.
11082      Branch: perl
11083            ! README.os390
11084 ____________________________________________________________________________
11085 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
11086         Log: Missing MANIFESTation.
11087      Branch: perl
11088            ! MANIFEST
11089 ____________________________________________________________________________
11090 [ 14802] By: ams                                   on 2002/02/20  22:55:25
11091         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
11092              From: Autrijus Tang <autrijus@autrijus.org>
11093              Date: Thu, 21 Feb 2002 07:13:12 +0800
11094              Message-Id: <20020220231312.GA775@not.autrijus.org>
11095      Branch: perl
11096            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
11097 ____________________________________________________________________________
11098 [ 14801] By: ams                                   on 2002/02/20  22:27:20
11099         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
11100              From: Abe Timmerman <abe@ztreet.demon.nl>
11101              Date: Thu, 21 Feb 2002 00:20:40 +0100
11102              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
11103      Branch: perl
11104            + lib/Pod/t/Select.t
11105 ____________________________________________________________________________
11106 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
11107         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
11108              twice, causing the loop to skip every other character.
11109      Branch: perl
11110            ! utf8.c
11111 ____________________________________________________________________________
11112 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
11113         Log: Better debugging info.
11114      Branch: perl
11115            ! t/uni/case.pl
11116 ____________________________________________________________________________
11117 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
11118         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
11119              From: Nicholas Clark <nick@unfortu.net>
11120              Date: Wed, 20 Feb 2002 22:13:05 +0000
11121              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
11122      Branch: perl
11123            ! ext/Encode/compile
11124 ____________________________________________________________________________
11125 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
11126         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
11127              From: Paul Eggert <eggert@twinsun.com>
11128              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
11129              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
11130      Branch: perl
11131            ! pod/perlhack.pod
11132 ____________________________________________________________________________
11133 [ 14796] By: nick                                  on 2002/02/20  18:15:00
11134         Log: Integrate mainline
11135      Branch: perlio
11136           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
11137           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
11138           +> lib/Locale/Country.pod lib/Locale/Currency.pod
11139           +> lib/Locale/Language.pod lib/Locale/Script.pm
11140           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
11141           +> t/uni/title.t t/uni/upper.t
11142           !> (integrate 41 files)
11143 ____________________________________________________________________________
11144 [ 14795] By: ams                                   on 2002/02/20  17:08:38
11145         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
11146              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11147              Date: Wed, 20 Feb 2002 18:06:59 +0000
11148              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
11149      Branch: perl
11150            ! pp_ctl.c
11151 ____________________________________________________________________________
11152 [ 14794] By: ams                                   on 2002/02/20  16:41:56
11153         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
11154              From: Paul_GreenVOS@vos.stratus.com
11155              Date: Wed, 20 Feb 02 12:21 est
11156              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
11157      Branch: perl
11158            ! Makefile.SH
11159 ____________________________________________________________________________
11160 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
11161         Log: Forgot from #14790.
11162      Branch: perl
11163            ! pp_pack.c
11164 ____________________________________________________________________________
11165 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
11166         Log: Update Changes.
11167      Branch: perl
11168            ! Changes patchlevel.h
11169 ____________________________________________________________________________
11170 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
11171         Log: Integrate change #14778 from maintperl.
11172      Branch: perl
11173            ! t/lib/strict/subs
11174           !> op.c
11175 ____________________________________________________________________________
11176 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
11177         Log: Subject: Re: [ID 20020220.001] pack w with objects
11178              From: Ulrich Pfeifer <upf@de.uu.net>
11179              Date: 20 Feb 2002 11:21:15 +0100
11180              Message-ID: <p5g03wcv38.fsf@de.uu.net>
11181      Branch: perl
11182            ! t/op/pack.t
11183 ____________________________________________________________________________
11184 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
11185         Log: Subject: Re: [PATCH] go faster for Encode's compile
11186              From: Nicholas Clark <nick@unfortu.net> 
11187              Date: Tue, 19 Feb 2002 23:38:36 +0000
11188              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
11189      Branch: perl
11190            ! ext/Encode/compile
11191 ____________________________________________________________________________
11192 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
11193         Log: Regen Glossary.
11194      Branch: perl
11195            ! Porting/Glossary Porting/config.sh Porting/config_H
11196 ____________________________________________________________________________
11197 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
11198         Log: metaconfig unit change for #14786 (not visible yet,
11199              since Glossary needs regenerating)
11200      Branch: metaconfig
11201            ! U/compline/d_gconvert.U
11202 ____________________________________________________________________________
11203 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
11204         Log: Subject: d_Gconvert hints and Glossary
11205              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11206              Date: Tue, 19 Feb 2002 11:55:36 -0800
11207              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
11208      Branch: perl
11209            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
11210            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
11211            ! hints/svr5.sh
11212 ____________________________________________________________________________
11213 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
11214         Log: metaconfig unit changes for #14784.
11215      Branch: metaconfig
11216            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
11217 ____________________________________________________________________________
11218 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
11219         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
11220              From: Paul Eggert <eggert@twinsun.com>              
11221              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
11222              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
11223      Branch: perl
11224            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
11225            ! pod/perlhack.pod
11226 ____________________________________________________________________________
11227 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
11228         Log: metaconfig unit change for #14782.
11229      Branch: metaconfig/U/perl
11230            ! Mksymlinks.U
11231 ____________________________________________________________________________
11232 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
11233         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
11234              From: "Gerrit P. Haase" <gp@familiehaase.de>
11235              Date: Wed, 20 Feb 2002 00:23:29 +0100
11236              Message-ID: <70348722516.20020220002329@familiehaase.de>
11237      Branch: perl
11238            ! Configure
11239 ____________________________________________________________________________
11240 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
11241         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
11242              From: Nicholas Clark <nick@unfortu.net> 
11243              Date: Tue, 19 Feb 2002 19:27:42 +0000
11244              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
11245              
11246              (with modifications)
11247      Branch: perl
11248            ! pod/perlsub.pod
11249 ____________________________________________________________________________
11250 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
11251         Log: NetWare tweak from Ananth Kesari.
11252      Branch: perl
11253            ! lib/ExtUtils/MakeMaker.pm
11254 ____________________________________________________________________________
11255 [ 14779] By: ams                                   on 2002/02/20  06:51:55
11256         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
11257      Branch: perl
11258            ! pod/perlfaq4.pod
11259 ____________________________________________________________________________
11260 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
11261         Log: constant folding on the range operator had the effect of disabling
11262              peephole optimizations in all the siblings of the range OP; the
11263              effect of this was that barewords could escape strictures when
11264              they were hiding in such places
11265      Branch: maint-5.6/perl
11266            ! op.c t/pragma/strict-subs
11267 ____________________________________________________________________________
11268 [ 14777] By: ams                                   on 2002/02/20  00:56:21
11269         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
11270              From: Graham Barr <gbarr@pobox.com>
11271              Date: Tue, 19 Feb 2002 23:08:47 +0000
11272              Message-Id: <20020219230847.G66560@pobox.com>
11273      Branch: perl
11274            ! lib/Time/Local.pm
11275 ____________________________________________________________________________
11276 [ 14776] By: ams                                   on 2002/02/19  17:20:28
11277         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
11278              From: Nicholas Clark <nick@unfortu.net>
11279              Date: Tue, 19 Feb 2002 16:23:22 +0000
11280              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
11281      Branch: perl
11282            ! lib/Tie/Hash.pm
11283 ____________________________________________________________________________
11284 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
11285         Log: Regen doc, regen toc.
11286      Branch: perl
11287            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
11288 ____________________________________________________________________________
11289 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
11290         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
11291              From: Dave Mitchell <davem@fdgroup.co.uk>
11292              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
11293              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
11294      Branch: perl
11295            ! pod/perlsub.pod
11296 ____________________________________________________________________________
11297 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
11298         Log: Detypo.
11299      Branch: perl
11300            ! lib/Tie/Memoize.pm
11301 ____________________________________________________________________________
11302 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
11303         Log: UTF-8 C API doc tweaks.
11304      Branch: perl
11305            ! pod/perlunicode.pod
11306 ____________________________________________________________________________
11307 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
11308         Log: Mention that the case-switchers know about Unicode, too.
11309      Branch: perl
11310            ! pod/perlop.pod
11311 ____________________________________________________________________________
11312 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
11313         Log: Upgrade to Locale::Codes 2.01.
11314      Branch: perl
11315            + lib/Locale/Constants.pod lib/Locale/Country.pod
11316            + lib/Locale/Currency.pod lib/Locale/Language.pod
11317            + lib/Locale/Script.pod
11318            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
11319            ! lib/Locale/Constants.pm lib/Locale/Country.pm
11320            ! lib/Locale/Currency.pm lib/Locale/Language.pm
11321            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
11322 ____________________________________________________________________________
11323 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
11324         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
11325              From: Dave Mitchell <davem@fdgroup.co.uk>
11326              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
11327              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
11328      Branch: perl
11329            ! pod/perlsub.pod
11330 ____________________________________________________________________________
11331 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
11332         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
11333              From: Sam Tregar <sam@tregar.com> 
11334              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
11335              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
11336      Branch: perl
11337            ! sv.h
11338 ____________________________________________________________________________
11339 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
11340         Log: The test requires perlio.
11341      Branch: perl
11342            ! ext/Encode/t/JP.t
11343 ____________________________________________________________________________
11344 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
11345         Log: Misplaced block end.
11346      Branch: perl
11347            ! utf8.c
11348 ____________________________________________________________________________
11349 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
11350         Log: The POSIX extensions are deadly.
11351      Branch: perl
11352            ! regcomp.c
11353 ____________________________________________________________________________
11354 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
11355         Log: Let's not overdo the growth.
11356      Branch: perl
11357            ! pp.c
11358 ____________________________________________________________________________
11359 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
11360         Log: Third time makes the charm.
11361      Branch: perl
11362            ! README.os390
11363 ____________________________________________________________________________
11364 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
11365         Log: Oops.
11366      Branch: perl
11367            ! utf8.c
11368 ____________________________________________________________________________
11369 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
11370         Log: Add back the new casing tests.
11371      Branch: perl
11372            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
11373            ! MANIFEST
11374 ____________________________________________________________________________
11375 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
11376         Log: Prefer special case mappings.
11377      Branch: perl
11378            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
11379            ! lib/unicore/To/Upper.pl lib/unicore/mktables
11380 ____________________________________________________________________________
11381 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
11382         Log: Try special casing first.
11383      Branch: perl
11384            ! utf8.c
11385 ____________________________________________________________________________
11386 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
11387         Log: Not extending enough.
11388      Branch: perl
11389            ! pp.c utf8.h
11390 ____________________________________________________________________________
11391 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
11392         Log: No need to store identity mappings.
11393      Branch: perl
11394            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
11395            ! lib/unicore/mktables
11396 ____________________________________________________________________________
11397 [ 14756] By: ams                                   on 2002/02/18  20:21:17
11398         Log: Forward port #14704 from maint-5.6.
11399      Branch: perl
11400            ! doio.c
11401 ____________________________________________________________________________
11402 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
11403         Log: Regen Changes.
11404      Branch: perl
11405            ! Changes
11406 ____________________________________________________________________________
11407 [ 14754] By: ams                                   on 2002/02/18  19:01:09
11408         Log: Subject: [PATCH] VMS cando_by_name and current process privs
11409              From: "Craig A. Berry" <craigberry@mac.com>
11410              Date: Mon, 18 Feb 2002 14:03:30 -0600
11411              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
11412      Branch: perl
11413            ! vms/vms.c
11414 ____________________________________________________________________________
11415 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
11416         Log: Update Changes.
11417      Branch: perl
11418            ! Changes patchlevel.h
11419 ____________________________________________________________________________
11420 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
11421         Log: What do you know; these tests unearthed nasty problems.
11422              Will resolve those first.
11423      Branch: perl
11424            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
11425            ! MANIFEST
11426 ____________________________________________________________________________
11427 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
11428         Log: Update Changes.
11429      Branch: perl
11430            ! Changes patchlevel.h
11431 ____________________________________________________________________________
11432 [ 14750] By: ams                                   on 2002/02/18  17:36:05
11433         Log: Subject: Re: IO::Poll: Removing Handles
11434              From: Matthew Sachs <matthewg@zevils.com>
11435              Date: Mon, 18 Feb 2002 13:19:01 -0500
11436              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
11437      Branch: perl
11438            ! ext/IO/lib/IO/t/io_poll.t
11439 ____________________________________________________________________________
11440 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
11441         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
11442              From: "Craig A. Berry" <craigberry@mac.com>
11443              Date: Mon, 18 Feb 2002 11:52:21 -0600
11444              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
11445      Branch: perl
11446            ! t/op/alarm.t t/op/glob.t
11447 ____________________________________________________________________________
11448 [ 14748] By: ams                                   on 2002/02/18  15:53:36
11449         Log: s/load_module/Perl_load_module/
11450      Branch: perl
11451            ! gv.c
11452 ____________________________________________________________________________
11453 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
11454         Log: Unused in ASCII, used in EBCDIC.
11455      Branch: perl
11456            ! utf8.c
11457 ____________________________________________________________________________
11458 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
11459         Log: Upgrade to Locale::Codes 2.00.
11460      Branch: perl
11461            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
11462            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
11463            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
11464            ! lib/Locale/Constants.pm lib/Locale/Country.pm
11465            ! lib/Locale/Currency.pm lib/Locale/Language.pm
11466 ____________________________________________________________________________
11467 [ 14745] By: ams                                   on 2002/02/18  15:20:44
11468         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
11469              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11470              Date: Sat, 16 Feb 2002 00:06:01 +0100
11471              Message-Id: <20020216000601.A17249@rafael>
11472      Branch: perl
11473            ! gv.c
11474 ____________________________________________________________________________
11475 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
11476         Log: More Unicode casing checks.
11477      Branch: perl
11478            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
11479            ! MANIFEST
11480 ____________________________________________________________________________
11481 [ 14743] By: ams                                   on 2002/02/18  14:35:38
11482         Log: Subject: IO::Poll: Removing Handles
11483              From: Matthew Sachs <matthewg@zevils.com>
11484              Date: Sun, 17 Feb 2002 04:49:46 -0500
11485              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
11486      Branch: perl
11487            ! ext/IO/lib/IO/Poll.pm
11488 ____________________________________________________________________________
11489 [ 14741] By: ams                                   on 2002/02/18  13:59:48
11490         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
11491              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11492              Date: Mon, 18 Feb 2002 15:41:26 +0100
11493              Message-Id: <20020218154126.A692@rafael>
11494      Branch: perl
11495            ! pp_ctl.c t/op/do.t
11496 ____________________________________________________________________________
11497 [ 14740] By: nick                                  on 2002/02/18  09:09:23
11498         Log: Integrate mainline
11499      Branch: perlio
11500           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
11501           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
11502           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
11503           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
11504           +> ext/Encode/lib/Encode/JP/Constants.pm
11505           +> ext/Encode/lib/Encode/JP/H2Z.pm
11506           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
11507           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
11508           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
11509           +> os2/OS2/Process/t/os2_process.t
11510           +> os2/OS2/Process/t/os2_process_kid.t
11511           +> os2/OS2/Process/t/os2_process_text.t
11512            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
11513            - ext/Encode/t/Japanese.t
11514           !> (integrate 47 files)
11515 ____________________________________________________________________________
11516 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
11517         Log: EBCDIC: now the worst seems to be over for
11518              the "Malformed" warnings.  Still a few of them,
11519              and plenty of test failures, but getting better.
11520      Branch: perl
11521            ! regcomp.c utf8.c
11522 ____________________________________________________________________________
11523 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
11524         Log: Upgrade to Net::Ping 2.12.
11525      Branch: perl
11526            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
11527            ! lib/Net/Ping/t/110_icmp_inst.t
11528 ____________________________________________________________________________
11529 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
11530         Log: After much rewriting we are now pretty much
11531              back to where we started.
11532      Branch: perl
11533            ! utf8.c
11534 ____________________________________________________________________________
11535 [ 14736] By: ams                                   on 2002/02/18  01:23:00
11536         Log: Subject: [PATCH B::Deparse] two fixes
11537              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11538              Date: Sun, 17 Feb 2002 23:58:59 +0100
11539              Message-Id: <20020217235859.A32513@rafael>
11540      Branch: perl
11541            ! ext/B/B/Deparse.pm
11542 ____________________________________________________________________________
11543 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
11544         Log: Buglet.
11545      Branch: perl
11546            ! ext/Encode/lib/Encode/JP/JIS.pm
11547 ____________________________________________________________________________
11548 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
11549         Log: Clearing up to_utf8_case() continues: this time use
11550              a single return, and EBCDICification for all paths.
11551      Branch: perl
11552            ! utf8.c
11553 ____________________________________________________________________________
11554 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
11555         Log: Small tweaks to get the test running (fix @INC and
11556              do not overwrite the table.utf8 and table.rnd).
11557      Branch: perl
11558            ! ext/Encode/t/JP.t
11559 ____________________________________________________________________________
11560 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
11561         Log: Tiny tweak.
11562      Branch: perl
11563            ! utf8.c
11564 ____________________________________________________________________________
11565 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
11566         Log: Redundant casts.
11567      Branch: perl
11568            ! utf8.c
11569 ____________________________________________________________________________
11570 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
11571         Log: More filename portability tips.
11572      Branch: perl
11573            ! pod/perlport.pod
11574 ____________________________________________________________________________
11575 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
11576         Log: FAQ sync.
11577      Branch: perl
11578            ! pod/perlfaq3.pod pod/perlfaq5.pod
11579 ____________________________________________________________________________
11580 [ 14728] By: ams                                   on 2002/02/17  16:15:09
11581         Log: Subject: podlators 1.21 released
11582              From: Russ Allbery <rra@stanford.edu>
11583              Date: Sat, 16 Feb 2002 21:42:56 -0800
11584              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
11585      Branch: perl
11586            ! lib/Pod/Text/Overstrike.pm
11587 ____________________________________________________________________________
11588 [ 14727] By: sky                                   on 2002/02/17  11:36:52
11589         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
11590              From: Autrijus Tang <autrijus@autrijus.org>
11591              Date: Sun, 17 Feb 2002 19:46:47 +0800
11592              Message-ID: <20020217194647.A1410@not.autrijus.org>
11593      Branch: perl
11594            ! pp_ctl.c t/op/tiehandle.t util.c
11595 ____________________________________________________________________________
11596 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
11597         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
11598              input in native code points, not Unicode.
11599      Branch: perl
11600            ! utf8.c
11601 ____________________________________________________________________________
11602 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
11603         Log: Regen Glossary.
11604      Branch: perl
11605            ! Porting/Glossary Porting/config.sh Porting/config_H
11606 ____________________________________________________________________________
11607 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
11608         Log: The #14715 and #14716 were okay: they just revealed
11609              a bug in the EXACTF matching.
11610      Branch: perl
11611            ! regexec.c utf8.c
11612 ____________________________________________________________________________
11613 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
11614         Log: Retreat, retreat! (retract #14715 and #14716)
11615      Branch: perl
11616            ! utf8.c
11617 ____________________________________________________________________________
11618 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
11619         Log: Encode 0.40, from Dan Kogai.
11620      Branch: perl
11621            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
11622            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
11623            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
11624            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
11625            + ext/Encode/lib/Encode/JP/Constants.pm
11626            + ext/Encode/lib/Encode/JP/H2Z.pm
11627            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
11628            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
11629            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
11630            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
11631            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
11632            - ext/Encode/t/Japanese.t
11633            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
11634            ! ext/Encode/t/Encode.t
11635 ____________________________________________________________________________
11636 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
11637         Log: metaconfig unit change for #14720.
11638      Branch: perl
11639            ! Configure
11640 ____________________________________________________________________________
11641 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
11642         Log: Regenerate Configure (small tweaks on Yitzchak's,
11643              main difference being that the preference variables are
11644              called gconvert_...).
11645      Branch: metaconfig
11646            ! U/compline/d_gconvert.U
11647 ____________________________________________________________________________
11648 [ 14719] By: ams                                   on 2002/02/16  14:11:01
11649         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
11650              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11651              Date: Thu, 14 Feb 2002 22:27:33 -0800
11652              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
11653              (Applied by hand.)
11654      Branch: perl
11655            ! Configure
11656 ____________________________________________________________________________
11657 [ 14718] By: ams                                   on 2002/02/16  13:45:28
11658         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
11659              From: Philip Newton <Philip.Newton@gmx.net>
11660              Date: Sat, 16 Feb 2002 10:05:05 +0100
11661              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
11662              (Applied by hand.)
11663      Branch: perl
11664            ! pod/perlport.pod
11665 ____________________________________________________________________________
11666 [ 14717] By: ams                                   on 2002/02/16  04:30:23
11667         Log: Remove dubious test.
11668      Branch: perl
11669            ! t/io/open.t
11670 ____________________________________________________________________________
11671 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
11672         Log: Tiny tweak.
11673      Branch: perl
11674            ! utf8.c
11675 ____________________________________________________________________________
11676 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
11677         Log: Restructure to_utf8_case() for simpler execution paths.
11678      Branch: perl
11679            ! utf8.c
11680 ____________________________________________________________________________
11681 [ 14714] By: ams                                   on 2002/02/16  02:43:59
11682         Log: Absorb #14701 by Sarathy from maint-5.6.
11683      Branch: perl
11684            ! doio.c t/io/open.t
11685 ____________________________________________________________________________
11686 [ 14713] By: ams                                   on 2002/02/16  01:51:27
11687         Log: Subject: [PATCH] VOS patches for perl 5.8
11688              From: Paul_GreenVOS@vos.stratus.com
11689              Date: Fri, 15 Feb 02 17:41 est
11690              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
11691      Branch: perl
11692            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
11693            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
11694            ! vos/install_perl.cm
11695 ____________________________________________________________________________
11696 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
11697         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
11698              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11699              Date: Fri, 15 Feb 2002 23:05:44 +0100
11700              Message-ID: <20020215230544.A690@rafael>
11701      Branch: perl
11702            ! ext/B/B/Deparse.pm
11703 ____________________________________________________________________________
11704 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
11705         Log: Add $VERSION.
11706      Branch: perl
11707            ! lib/Tie/Memoize.pm
11708 ____________________________________________________________________________
11709 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
11710         Log: Update Changes.
11711      Branch: perl
11712            ! Changes patchlevel.h
11713 ____________________________________________________________________________
11714 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
11715         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
11716              From: Robin Barker <rmb1@cise.npl.co.uk>
11717              Date: Thu, 14 Feb 2002 19:07:40 GMT
11718              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
11719              
11720              (the hints part only)
11721      Branch: perl
11722            ! hints/solaris_2.sh
11723 ____________________________________________________________________________
11724 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
11725         Log: metaconfig unit changes for #14707.
11726      Branch: metaconfig
11727            ! U/modified/cc.U
11728      Branch: metaconfig/U/perl
11729            ! Checkcc.U
11730 ____________________________________________________________________________
11731 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
11732         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
11733              From: Robin Barker <rmb1@cise.npl.co.uk>
11734              Date: Fri, 15 Feb 2002 12:14:39 GMT
11735              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
11736              
11737              Split checking-for-gcc and checking-for-cc.
11738      Branch: perl
11739            ! Configure
11740 ____________________________________________________________________________
11741 [ 14706] By: ams                                   on 2002/02/15  13:57:15
11742         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
11743              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
11744              Date: 15 Feb 2002 10:53:06 +0200
11745              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
11746      Branch: perl
11747            ! lib/Pod/Html.pm
11748 ____________________________________________________________________________
11749 [ 14705] By: ams                                   on 2002/02/15  08:42:55
11750         Log: Subject: [PATCH @14577] OS/2 tests and more
11751              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11752              Date: Fri, 15 Feb 2002 03:56:24 -0500
11753              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
11754      Branch: perl
11755            + os2/OS2/Process/t/os2_process.t
11756            + os2/OS2/Process/t/os2_process_kid.t
11757            + os2/OS2/Process/t/os2_process_text.t
11758            ! MANIFEST configpm hints/os2.sh makedef.pl
11759            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
11760            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
11761            ! os2/os2ish.h
11762 ____________________________________________________________________________
11763 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
11764         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
11765              avoid wasteful PL_fdpid fiddling where that is not warranted;
11766              mostly whitespace fixes
11767              
11768              these were longstanding todo items from:
11769              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
11770      Branch: maint-5.6/perl
11771            ! doio.c
11772 ____________________________________________________________________________
11773 [ 14702] By: nick                                  on 2002/02/15  08:31:41
11774         Log: Integrate mainline
11775      Branch: perlio
11776           +> lib/if.pm lib/if.t
11777           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
11778           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
11779           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
11780           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
11781           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
11782           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
11783           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
11784           !> t/lib/warnings/pp_sys
11785 ____________________________________________________________________________
11786 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
11787         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
11788              (and also dies quickly on Windows); this bug crept in as
11789              change#610, a.k.a change#646
11790      Branch: maint-5.6/perl
11791            ! doio.c t/io/open.t
11792 ____________________________________________________________________________
11793 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
11794         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
11795              From: Ville "Skyttä" <ville.skytta@iki.fi>
11796              Date: Wed, 13 Feb 2002 22:29:39 +0200
11797              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
11798      Branch: perl
11799            ! lib/Pod/Html.pm
11800 ____________________________________________________________________________
11801 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
11802         Log: Document and test the C0 and C1.
11803      Branch: perl
11804            ! lib/charnames.pm lib/charnames.t
11805 ____________________________________________________________________________
11806 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
11807         Log: metaconfig unit change for #14697.
11808      Branch: metaconfig
11809            ! U/modified/Init.U
11810 ____________________________________________________________________________
11811 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
11812         Log: Also OS/2 seems to need exe set early.
11813      Branch: perl
11814            ! Configure
11815 ____________________________________________________________________________
11816 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
11817         Log: Document pack U0U.
11818      Branch: perl
11819            ! pod/perluniintro.pod
11820 ____________________________________________________________________________
11821 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
11822         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
11823              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11824              Date: Thu, 14 Feb 2002 23:58:00 +0100
11825              Message-ID: <20020214235800.A12901@rafael>
11826      Branch: perl
11827            ! pp_sys.c t/lib/warnings/pp_sys
11828 ____________________________________________________________________________
11829 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
11830         Log: Subject: [PATCH @13746] conditional pragmas
11831              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11832              Date: Mon, 31 Dec 2001 18:18:09 -0500
11833              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
11834      Branch: perl
11835            + lib/if.pm lib/if.t
11836            ! MANIFEST
11837 ____________________________________________________________________________
11838 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
11839         Log: Deparse bug introduced by #14615: the fix is just a workaround,
11840              I suspect there to be another deeper bug, must distill simpler
11841              test case.
11842      Branch: perl
11843            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
11844 ____________________________________________________________________________
11845 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
11846         Log: Integrate perlio; 
11847              
11848              Make dependencies more precise (for nmake)
11849      Branch: perl
11850           !> ext/Encode/EUC_JP/Makefile.PL
11851 ____________________________________________________________________________
11852 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
11853         Log: Just a guess.
11854      Branch: perl
11855            ! lib/Tie/Handle.pm
11856 ____________________________________________________________________________
11857 [ 14690] By: nick                                  on 2002/02/14  16:30:56
11858         Log: Integrate mainline
11859      Branch: perlio
11860           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
11861           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
11862           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
11863           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
11864           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
11865           !> utf8.c
11866 ____________________________________________________________________________
11867 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
11868         Log: Upgrade to Net::Ping 2.11.
11869      Branch: perl
11870            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
11871            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
11872            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
11873            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
11874 ____________________________________________________________________________
11875 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
11876         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
11877              From: Robin Barker <rmb1@cise.npl.co.uk>
11878              Date: Wed, 13 Feb 2002 17:37:07 GMT
11879              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
11880              
11881              (updated version of the above)
11882      Branch: perl
11883            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
11884 ____________________________________________________________________________
11885 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
11886         Log: Excise inexact blather.
11887      Branch: perl
11888            ! utf8.c
11889 ____________________________________________________________________________
11890 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
11891         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
11892              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11893              Date: Mon, 31 Dec 2001 20:28:46 -0500
11894              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
11895      Branch: perl
11896            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
11897            ! MANIFEST
11898 ____________________________________________________________________________
11899 [ 14685] By: nick                                  on 2002/02/14  14:20:20
11900         Log: Make dependencies more precise (for nmake)
11901      Branch: perlio
11902            ! ext/Encode/EUC_JP/Makefile.PL
11903 ____________________________________________________________________________
11904 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
11905         Log: Subject: [PATCH @13746] tied hashes
11906              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
11907              Date: Mon, 31 Dec 2001 19:15:39 -0500
11908              Message-ID: <20011231191539.A46@math.ohio-state.edu>
11909      Branch: perl
11910            ! lib/Tie/Hash.pm pod/perltie.pod
11911 ____________________________________________________________________________
11912 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
11913         Log: Subject: Re: [PATCH] Configure followed by make minitest
11914              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11915              Date: Sun, 10 Feb 2002 23:22:05 -0800
11916              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
11917      Branch: perl
11918            ! Makefile.SH
11919 ____________________________________________________________________________
11920 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
11921         Log: Subject: Re: perl@14647
11922              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11923              Date: Mon, 11 Feb 2002 19:30:36 +0100
11924              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
11925      Branch: perl
11926            ! t/op/groups.t
11927 ____________________________________________________________________________
11928 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
11929         Log: Update Changes.
11930      Branch: perl
11931            ! Changes patchlevel.h
11932 ____________________________________________________________________________
11933 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
11934         Log: Integrate perlio;
11935              
11936              Do not lc() the file names before doing dirname() or they don't match.
11937      Branch: perl
11938           !> lib/ExtUtils/t/Installed.t
11939 ____________________________________________________________________________
11940 [ 14679] By: sky                                   on 2002/02/13  12:56:13
11941         Log: rename mutex to make a bit more sense
11942      Branch: perl
11943            ! ext/threads/threads.xs
11944 ____________________________________________________________________________
11945 [ 14678] By: sky                                   on 2002/02/13  12:46:11
11946         Log: Track active threads....
11947      Branch: perl
11948            ! ext/threads/threads.pm ext/threads/threads.xs
11949 ____________________________________________________________________________
11950 [ 14677] By: nick                                  on 2002/02/13  09:30:42
11951         Log: Do not lc() the file names before doing dirname() or they don't match.
11952      Branch: perlio
11953            ! lib/ExtUtils/t/Installed.t
11954 ____________________________________________________________________________
11955 [ 14676] By: sky                                   on 2002/02/13  09:03:37
11956         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
11957              From: Michael G Schwern <schwern@pobox.com>
11958              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
11959              Message-Id: <20020213100017.GA6288@blackrider>
11960      Branch: perl
11961            ! lib/File/Spec/t/rel2abs2rel.t
11962 ____________________________________________________________________________
11963 [ 14675] By: sky                                   on 2002/02/13  09:00:24
11964         Log: Do not propagate END blocks to child threads, test.
11965      Branch: perl
11966            + ext/threads/t/end.t
11967            ! MANIFEST ext/threads/threads.xs
11968 ____________________________________________________________________________
11969 [ 14674] By: nick                                  on 2002/02/13  08:34:55
11970         Log: Integrate mainline
11971      Branch: perlio
11972           +> ext/threads/t/join.t
11973           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
11974           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
11975           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
11976 ____________________________________________________________________________
11977 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
11978         Log: metaconfig unit change for #14672.
11979      Branch: metaconfig
11980            ! U/modified/lns.U
11981 ____________________________________________________________________________
11982 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
11983         Log: $ln is supposed to be already set to $ln + executable suffix
11984              on platforms that need it, from Paul Green.
11985      Branch: perl
11986            ! Configure
11987 ____________________________________________________________________________
11988 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
11989         Log: Subject: New command syntax for 'x' command
11990              From: Mark-Jason Dominus <mjd@plover.com>
11991              Date: Tue, 12 Feb 2002 20:54:01 -0500
11992              Message-ID: <20020213015401.25685.qmail@plover.com>
11993      Branch: perl
11994            ! lib/perl5db.pl pod/perldebug.pod
11995 ____________________________________________________________________________
11996 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
11997         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
11998              From: Mark-Jason Dominus <mjd@plover.com>
11999              Date: Tue, 12 Feb 2002 20:20:42 -0500
12000              Message-ID: <20020213012042.25245.qmail@plover.com>
12001      Branch: perl
12002            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
12003 ____________________________________________________________________________
12004 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
12005         Log: Iteration continues.
12006      Branch: perl
12007            ! utf8.c
12008 ____________________________________________________________________________
12009 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
12010         Log: Duh.
12011      Branch: perl
12012            ! pp_pack.c t/op/length.t
12013 ____________________________________________________________________________
12014 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
12015         Log: Retract #14666.
12016      Branch: perl
12017            ! t/op/lc.t
12018 ____________________________________________________________________________
12019 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
12020         Log: (retracted by #14667)
12021      Branch: perl
12022            ! t/op/lc.t
12023 ____________________________________________________________________________
12024 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
12025         Log: Tiny test script tweaks.
12026      Branch: perl
12027            ! t/uni/fold.t
12028 ____________________________________________________________________________
12029 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
12030         Log: Rewrite the "special mapping" part of to_utf8_case(),
12031              this time with fewer bugs.  (See: The Law of Cybernetic
12032              Entymology.)
12033      Branch: perl
12034            ! utf8.c
12035 ____________________________________________________________________________
12036 [ 14663] By: sky                                   on 2002/02/12  18:26:16
12037         Log: Stop failures if you pass an object, sv_dup might not be the right 
12038              thing to use since I have a feeling we end up cloning far too much. 
12039              (Like the stash for example).... Maybe we need a lightweight sv_dup 
12040              that searches the target for things....
12041              Real fix is another option to perl_clone which controls if you should 
12042              save stashes.
12043      Branch: perl
12044            ! ext/threads/threads.xs
12045 ____________________________________________________________________________
12046 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
12047         Log: Retract #14661.
12048      Branch: perl
12049            ! hints/solaris_2.sh
12050 ____________________________________________________________________________
12051 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
12052         Log: (retracted by #14662)
12053      Branch: perl
12054            ! hints/solaris_2.sh
12055 ____________________________________________________________________________
12056 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
12057         Log: EBCDIC: another "can't happen".
12058      Branch: perl
12059            ! utf8.c
12060 ____________________________________________________________________________
12061 [ 14659] By: sky                                   on 2002/02/12  14:38:21
12062         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
12063      Branch: perl
12064            + ext/threads/t/join.t
12065            ! MANIFEST ext/threads/threads.xs
12066 ____________________________________________________________________________
12067 [ 14658] By: nick                                  on 2002/02/12  13:54:06
12068         Log: Integrate mainline
12069      Branch: perlio
12070           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
12071           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
12072           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
12073 ____________________________________________________________________________
12074 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
12075         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
12076              From: Jan Dubois <JanD@ActiveState.com> 
12077              Date: Tue, 12 Feb 2002 00:56:31 -0800
12078              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
12079      Branch: perl
12080            ! lib/Win32.pod win32/win32.c win32/win32.h
12081 ____________________________________________________________________________
12082 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
12083         Log: Subject: [PATCH] Re: 14654 introduced a bug 
12084              From: Michael G Schwern <schwern@pobox.com> 
12085              Date: Tue, 12 Feb 2002 05:37:36 -0500
12086              Message-ID: <20020212103736.GC14327@blackrider>
12087      Branch: perl
12088            ! lib/File/Spec/t/rel2abs2rel.t
12089 ____________________________________________________________________________
12090 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
12091         Log: More unset installman[13]dir tweaks from chromatic.
12092      Branch: perl
12093            ! lib/ExtUtils/Installed.pm
12094 ____________________________________________________________________________
12095 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
12096         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
12097              From: Michael G Schwern <schwern@pobox.com>
12098              Date: Mon, 11 Feb 2002 12:23:02 -0500
12099              Message-ID: <20020211172302.GD9556@blackrider>
12100      Branch: perl
12101            ! lib/File/Spec/t/rel2abs2rel.t
12102 ____________________________________________________________________________
12103 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
12104         Log: Use `` instead of -| to be a little bit more portable,
12105              from Michael Schwern.
12106      Branch: perl
12107            ! lib/ExtUtils/t/Embed.t
12108 ____________________________________________________________________________
12109 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
12110         Log: EBCDIC: this change for \N{} in particular is now
12111              unnecessary because of the recent more general
12112              pack U change.
12113      Branch: perl
12114            ! toke.c
12115 ____________________________________________________________________________
12116 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
12117         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
12118              From: "Craig A. Berry" <craigberry@mac.com>
12119              Date: Mon, 11 Feb 2002 17:13:47 -0600
12120              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
12121      Branch: perl
12122            ! t/test.pl
12123 ____________________________________________________________________________
12124 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
12125         Log: EBCDIC: pack U bytes change.
12126      Branch: perl
12127            ! t/op/length.t
12128 ____________________________________________________________________________
12129 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
12130         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
12131      Branch: perl
12132            ! t/op/each.t
12133 ____________________________________________________________________________
12134 [ 14648] By: nick                                  on 2002/02/11  16:14:50
12135         Log: Integrate mainline
12136      Branch: perlio
12137           !> Changes Configure Makefile.SH autodoc.pl
12138           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
12139           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
12140           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
12141 ____________________________________________________________________________
12142 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
12143         Log: Update Changes.
12144      Branch: perl
12145            ! Changes patchlevel.h
12146 ____________________________________________________________________________
12147 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
12148         Log: Regen toc.
12149      Branch: perl
12150            ! pod/perltoc.pod
12151 ____________________________________________________________________________
12152 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
12153         Log: Forgot from #14641.
12154      Branch: perl
12155            ! lib/ExtUtils/t/Embed.t
12156 ____________________________________________________________________________
12157 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
12158         Log: A forgotten metaconfig unit.
12159      Branch: metaconfig/U/perl
12160            + i_features.U
12161 ____________________________________________________________________________
12162 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
12163         Log: metaconfig unit changes for #14642.
12164      Branch: metaconfig
12165            + U/modified/lns.U
12166      Branch: metaconfig/U/perl
12167            ! issymlink.U
12168 ____________________________________________________________________________
12169 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
12170         Log: -Dmksymlinks was broken by #14628.
12171      Branch: perl
12172            ! Configure
12173 ____________________________________________________________________________
12174 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
12175         Log: Subject: [PATCH @14577] OS/2 build
12176              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12177              Date: Mon, 11 Feb 2002 06:56:41 -0500
12178              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
12179              
12180              (sans the Configure, perlio.sym, and t/op/stat.t parts)
12181      Branch: perl
12182            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
12183            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
12184            ! os2/os2ish.h
12185 ____________________________________________________________________________
12186 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
12187         Log: Integrate perlio;
12188              
12189              Re-structure Japanese encodings - part 1
12190              
12191              Split Japanese encodings - part 2
12192              - build separate .c files with separate 'compile' steps
12193              - overall Japanese.xs / Japanese.pm which loads them
12194              
12195              Add test for Japanese encoding (well euc-jp anyway).
12196              Fix one bug shown by above
12197              Skip test which does not pass yet.
12198              
12199              Patch up the failing multi-byte write case, and un-skip
12200              the test.
12201      Branch: perl
12202           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
12203           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
12204            - ext/Encode/EUC_JP/EUC_JP.pm
12205           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
12206 ____________________________________________________________________________
12207 [ 14639] By: nick                                  on 2002/02/11  11:59:18
12208         Log: Patch up the failing multi-byte write case, and un-skip
12209              the test.
12210      Branch: perlio
12211            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
12212 ____________________________________________________________________________
12213 [ 14638] By: nick                                  on 2002/02/11  10:55:39
12214         Log: Add test for Japanese encoding (well euc-jp anyway).
12215              Fix one bug shown by above
12216              Skip test which does not pass yet.
12217      Branch: perlio
12218            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
12219            + ext/Encode/t/table.ref
12220            ! MANIFEST ext/Encode/Encode.xs
12221 ____________________________________________________________________________
12222 [ 14637] By: nick                                  on 2002/02/11  09:07:04
12223         Log: Split Japanese encodings - part 2
12224              - build separate .c files with separate 'compile' steps
12225              - overall Japanese.xs / Japanese.pm which loads them
12226      Branch: perlio
12227            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
12228 ____________________________________________________________________________
12229 [ 14636] By: nick                                  on 2002/02/11  08:15:42
12230         Log: Re-structure Japanese encodings - part 1
12231      Branch: perlio
12232           +> ext/Encode/EUC_JP/Japanese.pm
12233            - ext/Encode/EUC_JP/EUC_JP.pm
12234            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
12235 ____________________________________________________________________________
12236 [ 14635] By: nick                                  on 2002/02/11  08:05:12
12237         Log: Integrate mainline
12238      Branch: perlio
12239           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
12240           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
12241           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
12242 ____________________________________________________________________________
12243 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
12244         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
12245              From: Mike Guy <mjtg@cam.ac.uk>
12246              Date: Mon, 11 Feb 2002 02:50:42 +0000
12247              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
12248      Branch: perl
12249            ! t/op/arith.t
12250 ____________________________________________________________________________
12251 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
12252         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
12253              Stepping backward in the string would be majorly bad.
12254      Branch: perl
12255            ! regcomp.c
12256 ____________________________________________________________________________
12257 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
12258         Log: The debugger part of
12259              
12260              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
12261              From: Michael G Schwern <schwern@pobox.com> 
12262              Date: Wed, 6 Feb 2002 17:32:12 -0500
12263              Message-ID: <20020206223212.GG1346@blackrider>
12264      Branch: perl
12265            ! lib/perl5db.pl
12266 ____________________________________________________________________________
12267 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
12268         Log: Integrate perlio;
12269              
12270              Borland/Win32 tuning
12271              
12272              Move PerlIO_perlio to layer_syms where it belongs?
12273      Branch: perl
12274           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
12275 ____________________________________________________________________________
12276 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
12277         Log: EBCDIC: the low 256 needs to be shuffled also
12278              in pack/unpack U (this breaks the equivalence
12279              of pack U and v-strings, but I think if someone
12280              has to give, v-strings are a good victim)
12281      Branch: perl
12282            ! pp_pack.c t/op/pack.t
12283 ____________________________________________________________________________
12284 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
12285         Log: metaconfig unit changes for #14628.
12286      Branch: metaconfig/U/perl
12287            ! d_u32align.U issymlink.U
12288 ____________________________________________________________________________
12289 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
12290         Log: Two Configure tweaks; the u32align test was trying
12291              to write into a string literal, the ln -s test was
12292              failing in VOS.
12293      Branch: perl
12294            ! Configure
12295 ____________________________________________________________________________
12296 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
12297         Log: DJGPP tweaks from Laszlo Molnar.
12298      Branch: perl
12299            ! djgpp/djgpp.c lib/File/Spec.pm
12300 ____________________________________________________________________________
12301 [ 14626] By: nick                                  on 2002/02/10  18:36:47
12302         Log: Move PerlIO_perlio to layer_syms where it belongs?
12303      Branch: perlio
12304            ! makedef.pl
12305 ____________________________________________________________________________
12306 [ 14625] By: nick                                  on 2002/02/10  18:02:21
12307         Log: Borland/Win32 tuning
12308      Branch: perlio
12309            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
12310 ____________________________________________________________________________
12311 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
12312         Log: Additional explanation for the [:...:] failure.
12313      Branch: perl
12314            ! pod/perldiag.pod
12315 ____________________________________________________________________________
12316 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
12317         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
12318              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12319              Date: Sun, 10 Feb 2002 13:32:48 +0100
12320              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
12321      Branch: perl
12322            ! makedef.pl
12323 ____________________________________________________________________________
12324 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
12325         Log: Test tweaks from chromatic for cases where there
12326              are no installman1dir or installman3dir.
12327      Branch: perl
12328            ! lib/ExtUtils/t/Installed.t
12329 ____________________________________________________________________________
12330 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
12331         Log: Integrate perlio;
12332              
12333              Nick Clark's tweaks to Encode compile process
12334              1. Use decimal constants to unit string arrays rather than
12335              very long string litterals (latter having possible "\0"
12336              on end issues, and needing ANSI C line splicing).
12337              2. Replace tail-recursion during insert process with itteration.
12338              Nick C sees 12% speedup from these.
12339      Branch: perl
12340           !> ext/Encode/Encode.pm ext/Encode/compile
12341 ____________________________________________________________________________
12342 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
12343         Log: Portability notes: filename characters, character sets.
12344      Branch: perl
12345            ! pod/perlport.pod
12346 ____________________________________________________________________________
12347 [ 14619] By: nick                                  on 2002/02/10  11:06:05
12348         Log: Integrate mainline
12349      Branch: perlio
12350            ! ext/Encode/Encode.pm
12351           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
12352           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
12353           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
12354           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
12355           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
12356 ____________________________________________________________________________
12357 [ 14618] By: nick                                  on 2002/02/10  10:48:15
12358         Log: Nick Clark's tweaks to Encode compile process
12359              1. Use decimal constants to unit string arrays rather than
12360              very long string litterals (latter having possible "\0"
12361              on end issues, and needing ANSI C line splicing).
12362              2. Replace tail-recursion during insert process with itteration.
12363              Nick C sees 12% speedup from these.
12364      Branch: perlio
12365            ! ext/Encode/compile
12366 ____________________________________________________________________________
12367 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
12368         Log: Use the "Unicode 1.0" name field for control characters,
12369              as suggested by Mark Davis.  Note that Unicode 3.2 will
12370              require some more legwork on this because of certain
12371              alternative names.
12372      Branch: perl
12373            ! lib/unicore/Name.pl lib/unicore/mktables
12374 ____________________________________________________________________________
12375 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
12376         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
12377      Branch: perl
12378            ! hints/os390.sh
12379 ____________________________________________________________________________
12380 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
12381         Log: EBCDIC: the non-printable characters are different.
12382      Branch: perl
12383            ! ext/B/B/Deparse.pm
12384 ____________________________________________________________________________
12385 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
12386         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
12387              From: Nicholas Clark <nick@unfortu.net> 
12388              Date: Sat, 9 Feb 2002 22:31:29 +0000
12389              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
12390      Branch: perl
12391            ! t/lib/warnings/pp_hot
12392 ____________________________________________________________________________
12393 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
12394         Log: Subject: [PATCH] Re: Modulus operator inconsistency
12395              From: Nicholas Clark <nick@unfortu.net>
12396              Date: Sat, 9 Feb 2002 21:00:13 +0000
12397              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
12398      Branch: perl
12399            ! op.c t/op/arith.t
12400 ____________________________________________________________________________
12401 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
12402         Log: Use the same escaping mechanism for all the *flags.
12403      Branch: perl
12404            ! lib/ExtUtils/Embed.pm
12405 ____________________________________________________________________________
12406 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
12407         Log: Protect possible parentheses in ccflags, ccdlflags, and
12408              ldflags.  (In OS/390 there are parentheses in ccflags.)
12409      Branch: perl
12410            ! lib/ExtUtils/Embed.pm
12411 ____________________________________________________________________________
12412 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
12413         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
12414              From: Peter Scott <Peter@PSDT.com>
12415              Date: Fri, 08 Feb 2002 19:20:19 -0800
12416              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
12417      Branch: perl
12418            ! lib/perl5db.pl
12419 ____________________________________________________________________________
12420 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
12421         Log: FAQ sync.
12422      Branch: perl
12423            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
12424 ____________________________________________________________________________
12425 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
12426         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
12427              From: Chris Nandor <pudge@pobox.com>
12428              Date: Fri, 08 Feb 2002 16:31:41 -0500
12429              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
12430      Branch: perl
12431            ! cop.h deb.c pp_ctl.c toke.c util.c
12432 ____________________________________________________________________________
12433 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
12434         Log: Redo CopFILE / MacPerl_MPWFIleName patch
12435      Branch: maint-5.6/macperl
12436            ! cop.h deb.c pp_ctl.c toke.c util.c
12437 ____________________________________________________________________________
12438 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
12439         Log: The metaconfig unit change to go with #14605.
12440      Branch: metaconfig/U/perl
12441            ! libperl.U
12442 ____________________________________________________________________________
12443 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
12444         Log: The Configure change to go with #14604.
12445      Branch: perl
12446            ! Configure
12447 ____________________________________________________________________________
12448 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
12449         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
12450              From: Andy Dougherty <doughera@lafayette.edu>
12451              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
12452              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
12453      Branch: perl
12454            ! hints/bsdos.sh
12455 ____________________________________________________________________________
12456 [ 14603] By: nick                                  on 2002/02/08  18:16:09
12457         Log: Integrate mainline
12458      Branch: perlio
12459           +> ext/threads/t/libc.t
12460           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
12461           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
12462 ____________________________________________________________________________
12463 [ 14602] By: sky                                   on 2002/02/08  15:19:15
12464         Log: Start testing for safe localtime functions, TODO, test more functions.
12465      Branch: perl
12466            + ext/threads/t/libc.t
12467            ! MANIFEST
12468 ____________________________________________________________________________
12469 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
12470         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
12471              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12472              Date: Fri, 8 Feb 2002 00:21:07 +0100
12473              Message-ID: <20020208002107.E763@rafael>
12474      Branch: perl
12475            ! doio.c pp_sys.c t/io/argv.t
12476 ____________________________________________________________________________
12477 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
12478         Log: Subject: [PATCH] Configure followed by make minitest
12479              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12480              Date: Wed, 06 Feb 2002 21:35:20 -0800
12481              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
12482      Branch: perl
12483            ! t/op/taint.t t/run/fresh_perl.t
12484 ____________________________________________________________________________
12485 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
12486         Log: Integrate perlio;
12487              
12488              Extract something from yesterdays effort - convert my mail on pad
12489              data structures (incoporating Sarathy's corrections/clarifications)
12490              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
12491      Branch: perl
12492           !> cv.h pod/perlapi.pod pod/perlintern.pod
12493 ____________________________________________________________________________
12494 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
12495         Log: metaconfig unit changes for #14597.
12496      Branch: metaconfig
12497            ! U/modified/Loc.U
12498      Branch: metaconfig/U/perl
12499            ! libperl.U
12500 ____________________________________________________________________________
12501 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
12502         Log: Configure DJGPP tweak from Laszlo Molnar.
12503      Branch: perl
12504            ! Configure
12505 ____________________________________________________________________________
12506 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
12507         Log: DJGPP tweaks from Laszlo Molnar.
12508      Branch: perl
12509            ! djgpp/djgppsed.sh perl.c
12510 ____________________________________________________________________________
12511 [ 14595] By: nick                                  on 2002/02/08  09:19:29
12512         Log: Extract something from yesterdays effort - convert my mail on pad
12513              data structures (incoporating Sarathy's corrections/clarifications)
12514              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
12515      Branch: perlio
12516            ! cv.h pod/perlapi.pod pod/perlintern.pod
12517 ____________________________________________________________________________
12518 [ 14594] By: nick                                  on 2002/02/08  08:34:49
12519         Log: Integrate mainline
12520      Branch: perlio
12521           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
12522           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
12523           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
12524           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
12525           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
12526           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
12527 ____________________________________________________________________________
12528 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
12529         Log: To really skip the test an exit() is needed.
12530      Branch: perl
12531            ! lib/encoding.t
12532 ____________________________________________________________________________
12533 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
12534         Log: More diagnostics from Nicholas Clark.
12535      Branch: perl
12536            ! lib/Benchmark.t
12537 ____________________________________________________________________________
12538 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
12539         Log: In case of failure be more verbose.
12540      Branch: perl
12541            ! t/base/num.t
12542 ____________________________________________________________________________
12543 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
12544         Log: Update Changes
12545      Branch: maint-5.6/macperl
12546            ! macos/Changes
12547 ____________________________________________________________________________
12548 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
12549         Log: Merge AEGizmos library into PPC binary
12550      Branch: maint-5.6/macperl
12551            ! macos/Makefile.mk
12552 ____________________________________________________________________________
12553 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
12554         Log: Add -ansifor for MrCpp options
12555      Branch: maint-5.6/macperl
12556            ! macos/BuildRules.mk
12557 ____________________________________________________________________________
12558 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
12559         Log: Check ownership of CatInfos (MacPerl Bug #494482)
12560      Branch: maint-5.6/macperl
12561            ! macos/ext/Mac/Files/Files.xs
12562 ____________________________________________________________________________
12563 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
12564         Log: Resource updates
12565      Branch: maint-5.6/macperl
12566            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
12567 ____________________________________________________________________________
12568 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
12569         Log: Empty path is ENOENT (MacPerl Bug #512351)
12570      Branch: maint-5.6/macperl
12571            ! macos/macperl/MPAppleEvents.c
12572 ____________________________________________________________________________
12573 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
12574         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
12575      Branch: maint-5.6/macperl
12576            ! macos/macperl/MPAEVTStream.cp
12577 ____________________________________________________________________________
12578 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
12579         Log: macify(ABSTRACT_FROM)
12580      Branch: maint-5.6/macperl
12581            ! macos/lib/ExtUtils/MM_MacOS.pm
12582 ____________________________________________________________________________
12583 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
12584         Log: Use correct Mac filenames in error messages, caller()
12585      Branch: maint-5.6/macperl
12586            ! deb.c pp_ctl.c toke.c util.c
12587 ____________________________________________________________________________
12588 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
12589         Log: Sanity checks to see that the IV/NV and the PV of numeric
12590              scalars stay in sync (unearthed this via the OS/390 gcvt()
12591              brokenness)
12592      Branch: perl
12593            + t/base/num.t
12594            ! MANIFEST
12595 ____________________________________________________________________________
12596 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
12597         Log: Retract the anon leak subpatch of #14418 and #14431
12598              (the latter came into bleadperl as part of #14433).
12599      Branch: perl
12600            ! op.c t/run/fresh_perl.t
12601 ____________________________________________________________________________
12602 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
12603         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
12604              mangles 0.1 to "10".  sprintf() seems more well-behaved.
12605      Branch: perl
12606            ! hints/os390.sh
12607 ____________________________________________________________________________
12608 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
12609         Log: Subject: [PATCH @14557] another Encode fix for VMS
12610              From: "Craig A. Berry" <craigberry@mac.com>
12611              Date: Wed, 06 Feb 2002 14:44:20 -0600
12612              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
12613      Branch: perl
12614            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
12615 ____________________________________________________________________________
12616 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
12617         Log: Integrate perlio;
12618              
12619              One way to avoid OS390 winge about #line directives.
12620      Branch: perl
12621           !> ext/Encode/EUC_JP/Makefile.PL
12622 ____________________________________________________________________________
12623 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
12624         Log: Update Changes.
12625      Branch: perl
12626            ! Changes patchlevel.h
12627 ____________________________________________________________________________
12628 [ 14575] By: nick                                  on 2002/02/06  15:23:24
12629         Log: One way to avoid OS390 winge about #line directives.
12630      Branch: perlio
12631            ! ext/Encode/EUC_JP/Makefile.PL
12632 ____________________________________________________________________________
12633 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
12634         Log: s/Netware/NetWare/
12635      Branch: perl
12636            ! MANIFEST
12637 ____________________________________________________________________________
12638 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
12639         Log: New Netware scripts.
12640      Branch: perl
12641            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
12642            + NetWare/t/NWScripts-Exist.pl
12643            ! MANIFEST
12644 ____________________________________________________________________________
12645 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
12646         Log: EBCDIC: the encoding pragma would need some rethinking,
12647              probably a pass of EBCDIC->Unicode mapping.  For now,
12648              disable it on EBCDIC.
12649      Branch: perl
12650            ! lib/encoding.pm lib/encoding.t
12651 ____________________________________________________________________________
12652 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
12653         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
12654              for the low 256.  Now tweaked the tests, but maybe it's
12655              the module that needs few NATIVE_TO_UNI()s somewhere?
12656      Branch: perl
12657            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
12658 ____________________________________________________________________________
12659 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
12660         Log: Subject: [PATCH utf8.c] format problem
12661              From: Robin Barker <rmb1@cise.npl.co.uk>
12662              Date: Wed, 6 Feb 2002 14:01:43 GMT
12663              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
12664      Branch: perl
12665            ! utf8.c
12666 ____________________________________________________________________________
12667 [ 14569] By: nick                                  on 2002/02/06  09:52:23
12668         Log: Integrate mainline
12669      Branch: perlio
12670           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
12671           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
12672           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
12673           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
12674           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
12675           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
12676 ____________________________________________________________________________
12677 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
12678         Log: EBCDIC: 0x41 is not cricket.
12679      Branch: perl
12680            ! ext/Encode/t/Encode.t
12681 ____________________________________________________________________________
12682 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
12683         Log: NetWare update from Ananth Kesari.
12684      Branch: perl
12685            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
12686            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
12687            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
12688            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
12689            ! NetWare/t/NWScripts.pl makedef.pl
12690 ____________________________________________________________________________
12691 [ 14566] By: sky                                   on 2002/02/05  18:39:13
12692         Log: Subject: Re: File::Spec::rel2abs2rel (?)
12693              From: Michael G Schwern <schwern@pobox.com>
12694              Date: Tue, 5 Feb 2002 13:47:39 -0500
12695              Message-ID: <20020205184739.GB17375@blackrider>
12696      Branch: perl
12697            ! lib/File/Spec/t/rel2abs2rel.t
12698 ____________________________________________________________________________
12699 [ 14565] By: nick                                  on 2002/02/05  17:31:24
12700         Log: Integrate mainline
12701      Branch: perlio
12702           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
12703           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
12704           !> utf8.h
12705 ____________________________________________________________________________
12706 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
12707         Log: Integrate perlio;
12708              
12709              More Encode tweaks:
12710              - make expensive and marginal substring search optional (-O)
12711              - enable -O for ASCII-oid encodings (search space is small)
12712              - add ASCII-oid jis0201 to basic Encode.so
12713              - add some other Japanese encodings to EUC_JP bundle (without -O)
12714      Branch: perl
12715           +> ext/Encode/Encode/jis0201.ucm
12716           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
12717           !> ext/Encode/compile
12718 ____________________________________________________________________________
12719 [ 14563] By: nick                                  on 2002/02/05  16:01:15
12720         Log: More Encode tweaks:
12721              - make expensive and marginal substring search optional (-O)
12722              - enable -O for ASCII-oid encodings (search space is small)
12723              - add ASCII-oid jis0201 to basic Encode.so
12724              - add some other Japanese encodings to EUC_JP bundle (without -O)
12725      Branch: perlio
12726            + ext/Encode/Encode/jis0201.ucm
12727            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
12728            ! ext/Encode/compile
12729 ____________________________________________________________________________
12730 [ 14562] By: sky                                   on 2002/02/05  14:50:36
12731         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
12732      Branch: perl
12733            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
12734 ____________________________________________________________________________
12735 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
12736         Log: EBCDIC: SHARP S is different.
12737      Branch: perl
12738            ! regexec.c utf8.h
12739 ____________________________________________________________________________
12740 [ 14560] By: sky                                   on 2002/02/05  13:49:40
12741         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
12742      Branch: perl
12743            ! t/op/filetest.t
12744 ____________________________________________________________________________
12745 [ 14559] By: sky                                   on 2002/02/05  11:39:24
12746         Log: Add . first to the PATH environment to test that we really
12747              get ./perl and not some other older perl.
12748      Branch: perl
12749            ! lib/File/Spec/t/rel2abs2rel.t
12750 ____________________________________________________________________________
12751 [ 14558] By: sky                                   on 2002/02/05  11:20:21
12752         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...
12753      Branch: perl
12754            ! ext/POSIX/t/posix.t
12755 ____________________________________________________________________________
12756 [ 14557] By: sky                                   on 2002/02/05  10:30:58
12757         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
12758      Branch: perl
12759            ! hints/darwin.sh perl.h
12760 ____________________________________________________________________________
12761 [ 14556] By: nick                                  on 2002/02/05  06:58:52
12762         Log: Integrate mainline
12763      Branch: perlio
12764           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
12765           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
12766           !> lib/File/Find/t/taint.t
12767 ____________________________________________________________________________
12768 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
12769         Log: Integrate change #14439 from maintperl
12770      Branch: maint-5.6/macperl
12771           !> op.c
12772 ____________________________________________________________________________
12773 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
12774         Log: Subject: [PATCH] File::Find tests not cleaning up properly
12775              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12776              Date: Mon, 4 Feb 2002 22:09:07 +0100
12777              Message-ID: <20020204220907.A8288@rafael>
12778      Branch: perl
12779            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
12780 ____________________________________________________________________________
12781 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
12782         Log: Signedness mumblings from Tru64.
12783      Branch: perl
12784            ! ext/Encode/Encode.xs
12785 ____________________________________________________________________________
12786 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
12787         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
12788              From: "Craig A. Berry" <craigberry@mac.com>
12789              Date: Mon, 04 Feb 2002 17:16:00 -0600
12790              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
12791      Branch: perl
12792            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
12793            ! ext/Encode/Encode.xs
12794 ____________________________________________________________________________
12795 [ 14551] By: nick                                  on 2002/02/04  16:00:31
12796         Log: Integrate mainline
12797      Branch: perlio
12798           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
12799           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
12800           !> regcomp.c
12801 ____________________________________________________________________________
12802 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
12803         Log: Update Changes.
12804      Branch: perl
12805            ! Changes patchlevel.h
12806 ____________________________________________________________________________
12807 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
12808         Log: Comment microtweaks.
12809      Branch: perl
12810            ! lib/locale.t
12811 ____________________________________________________________________________
12812 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
12813         Log: Subject: trivial docu patch
12814              From: andreas.koenig@anima.de (Andreas J. Koenig)
12815              Date: 04 Feb 2002 08:15:19 +0100
12816              Message-ID: <m3pu3l7m60.fsf@anima.de>
12817      Branch: perl
12818            ! pod/perluniintro.pod
12819 ____________________________________________________________________________
12820 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
12821         Log: Subject: [PATCH] (??{ }) anomaly
12822              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12823              Date: Sun, 03 Feb 2002 20:21:45 -0800
12824              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
12825      Branch: perl
12826            ! regcomp.c
12827 ____________________________________________________________________________
12828 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
12829         Log: Integrate perlio.
12830              
12831              Carry on where we left off if we have to grow destination
12832              SV during XS encode/decode
12833              
12834              Remove debugging warning, be consistent about API fails.
12835      Branch: perl
12836           !> ext/Encode/Encode.xs
12837 ____________________________________________________________________________
12838 [ 14545] By: nick                                  on 2002/02/03  20:03:38
12839         Log: Remove debugging warning, be consistent about API fails.
12840      Branch: perlio
12841            ! ext/Encode/Encode.xs
12842 ____________________________________________________________________________
12843 [ 14544] By: nick                                  on 2002/02/03  19:47:48
12844         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
12845      Branch: perlio
12846            ! ext/Encode/Encode.xs
12847 ____________________________________________________________________________
12848 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
12849         Log: Subject: PATCH CPAN.pm
12850              From: Mark-Jason Dominus <mjd@plover.com>
12851              Date: Sun, 03 Feb 2002 12:36:36 -0500
12852              Message-ID: <20020203173636.27451.qmail@plover.com>
12853      Branch: perl
12854            ! lib/CPAN.pm
12855 ____________________________________________________________________________
12856 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
12857         Log: Must search further back.
12858      Branch: perl
12859            ! lib/h2xs.t
12860 ____________________________________________________________________________
12861 [ 14541] By: nick                                  on 2002/02/03  18:52:09
12862         Log: Integrate mainline
12863      Branch: perlio
12864           !> (integrate 29 files)
12865 ____________________________________________________________________________
12866 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
12867         Log: EBCDIC: more natification.
12868      Branch: perl
12869            ! regcomp.c
12870 ____________________________________________________________________________
12871 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
12872         Log: Debug noise.
12873      Branch: perl
12874            ! ext/Encode/Encode.xs
12875 ____________________________________________________________________________
12876 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
12877         Log: Integrate perlio;
12878              
12879              Stable intermediate point in Encode cleanup.
12880              :encode(euc-jp) works on Dan's table.euc
12881              Much buffer copying and other silliness remains.
12882      Branch: perl
12883           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
12884           !> ext/Encode/lib/Encode/Encoding.pm
12885 ____________________________________________________________________________
12886 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
12887         Log: Prettify.
12888      Branch: perl
12889            ! lib/unicore/mktables
12890 ____________________________________________________________________________
12891 [ 14536] By: nick                                  on 2002/02/03  17:32:03
12892         Log: Stable intermediate point in Encode cleanup.
12893              :encode(euc-jp) works on Dan's table.euc
12894              Much buffer copying and other silliness remains.
12895      Branch: perlio
12896            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
12897            ! ext/Encode/lib/Encode/Encoding.pm
12898 ____________________________________________________________________________
12899 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
12900         Log: EBCDIC: it's much nicer to compare Unicode code points
12901              to Unicode code points.
12902      Branch: perl
12903            ! regexec.c
12904 ____________________________________________________________________________
12905 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
12906         Log: EBCDIC: character classes must remap the low 256.
12907      Branch: perl
12908            ! regcomp.c
12909 ____________________________________________________________________________
12910 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
12911         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
12912      Branch: perl
12913            ! lib/I18N/LangTags/List.pm
12914 ____________________________________________________________________________
12915 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
12916         Log: FAQ sync.
12917      Branch: perl
12918            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
12919            ! pod/perlfaq6.pod pod/perlfaq7.pod
12920 ____________________________________________________________________________
12921 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
12922         Log: Integrate perlio;
12923              
12924              Re-indent Encode.xs
12925              
12926              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
12927              (Mis-feature discovered by Encode.)
12928      Branch: perl
12929           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
12930 ____________________________________________________________________________
12931 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
12932         Log: Subject: [PATCH] lstat FH and -l FH warnings
12933              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12934              Date: Sat, 2 Feb 2002 22:24:54 +0100           
12935              Message-ID: <20020202222454.A11608@rafael>       
12936      Branch: perl
12937            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
12938            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
12939 ____________________________________________________________________________
12940 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
12941         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
12942              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12943              Date: Sat, 2 Feb 2002 13:11:01 +0100           
12944              Message-ID: <20020202131101.A722@rafael>               
12945              
12946              Subject: [PATCH t/op/ver.t] another false positive
12947              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12948              Date: Sat, 2 Feb 2002 13:38:22 +0100           
12949              Message-ID: <20020202133822.E722@rafael>         
12950              
12951              Subject: [PATCH] t/test.pl:ok() doesn't work
12952              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
12953              Date: Sun, 03 Feb 2002 00:02:38 -0800          
12954              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
12955      Branch: perl
12956            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
12957            ! t/test.pl
12958 ____________________________________________________________________________
12959 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
12960         Log: Subject: [PATCH @13746] OS2::Process's constants
12961              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12962              Date: Sat, 2 Feb 2002 01:00:55 -0500           
12963              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
12964      Branch: perl
12965            ! os2/OS2/Process/Makefile.PL
12966 ____________________________________________________________________________
12967 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
12968         Log: Subject: [PATCH @13746] h2xs   
12969              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12970              Date: Sat, 2 Feb 2002 00:58:44 -0500           
12971              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
12972      Branch: perl
12973            ! utils/h2xs.PL
12974 ____________________________________________________________________________
12975 [ 14526] By: nick                                  on 2002/02/03  14:54:18
12976         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
12977              (Mis-feature discovered by Encode.)
12978      Branch: perlio
12979            ! sv.c
12980 ____________________________________________________________________________
12981 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
12982         Log: EBCDIC: since #14519 made \N{...} to remap,
12983              the test cannot expect an ASCII code point.
12984      Branch: perl
12985            ! lib/charnames.t
12986 ____________________________________________________________________________
12987 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
12988         Log: Sub-MANIFEST-tweak.
12989      Branch: perl
12990            ! ext/Encode/MANIFEST
12991 ____________________________________________________________________________
12992 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
12993         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
12994              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
12995              Date: Fri, 01 Feb 2002 23:51:03 +0900
12996              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
12997      Branch: perl
12998            ! ext/Encode/lib/Encode/Tcl/Escape.pm
12999 ____________________________________________________________________________
13000 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
13001         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
13002              From: Andy Dougherty <doughera@lafayette.edu>
13003              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
13004              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
13005      Branch: perl
13006            ! README.solaris hints/solaris_2.sh
13007 ____________________________________________________________________________
13008 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
13009         Log: EBCDIC: no hope to get the low 256 right in unifolding.
13010      Branch: perl
13011            ! t/uni/fold.t
13012 ____________________________________________________________________________
13013 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
13014         Log: todo entry for missing pack formats.
13015      Branch: perl
13016            ! pod/perltodo.pod
13017 ____________________________________________________________________________
13018 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
13019         Log: EBCDIC: the low 256 \N{...} need to be remapped.
13020      Branch: perl
13021            ! toke.c
13022 ____________________________________________________________________________
13023 [ 14518] By: nick                                  on 2002/02/01  18:32:03
13024         Log: indent -kr -nce and some manual tweaks to match perl style.
13025      Branch: perlio
13026            ! ext/Encode/Encode.xs
13027 ____________________________________________________________________________
13028 [ 14517] By: nick                                  on 2002/02/01  18:20:46
13029         Log: Integrate mainline
13030      Branch: perlio
13031           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
13032           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
13033           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
13034           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
13035           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
13036           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
13037           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
13038 ____________________________________________________________________________
13039 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
13040         Log: Integrate perlio; 
13041              
13042              Minor Encode tweaks:
13043              - move Encode.pm back to top of Encode like normal XS extension
13044              - avoid .def as a file extension (Win32 builds)
13045      Branch: perl
13046            ! MANIFEST
13047           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
13048           !> ext/Encode/Makefile.PL ext/Encode/compile
13049 ____________________________________________________________________________
13050 [ 14515] By: nick                                  on 2002/02/01  16:27:59
13051         Log: Minor Encode tweaks:
13052              - move Encode.pm back to top of Encode like normal XS extension
13053              - avoid .def as a file extension (Win32 builds)
13054      Branch: perlio
13055           +> ext/Encode/Encode.pm
13056            - ext/Encode/lib/Encode.pm
13057            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
13058            ! ext/Encode/Makefile.PL ext/Encode/compile
13059 ____________________________________________________________________________
13060 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
13061         Log: Subject: [PATCH utf8.t] temp file not cleaned up
13062              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13063              Date: Fri, 1 Feb 2002 15:47:46 +0100
13064              Message-ID: <20020201154746.A24079@rafael>
13065      Branch: perl
13066            ! t/io/utf8.t
13067 ____________________________________________________________________________
13068 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
13069         Log: Subject: [PATCH] make "lstat FH" croak
13070              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13071              Date: Fri, 1 Feb 2002 15:12:50 +0100
13072              Message-ID: <20020201151250.A738@rafael>
13073      Branch: perl
13074            ! pod/perldiag.pod pp_sys.c t/op/stat.t
13075 ____________________________________________________________________________
13076 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
13077         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
13078              From: Kay Röpke <kroepke@dolphin-services.de>
13079              Date: Fri, 1 Feb 2002 01:10:43 +0100
13080              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
13081      Branch: perl
13082            ! t/op/stat.t
13083 ____________________________________________________________________________
13084 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
13085         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
13086              I got it in Tru64 + ithreads but only without -g, took
13087              some debugging by printf (which was no fun either since
13088              adding some debug printfs hid the error)
13089      Branch: perl
13090            ! regexec.c utf8.c
13091 ____________________________________________________________________________
13092 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
13093         Log: Subject: Re: [PATCH] perl -V:
13094              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
13095              Date: Thu, 31 Jan 2002 12:10:20 -0800
13096              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
13097              
13098              Subject: Re: [PATCH] perl -V:
13099              From: Michael G Schwern <schwern@pobox.com>
13100              Date: Thu, 31 Jan 2002 16:43:13 -0500
13101              Message-ID: <20020131214313.GH6498@blackrider>
13102      Branch: perl
13103            ! t/run/switches.t
13104 ____________________________________________________________________________
13105 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
13106         Log: #14505 effect.
13107      Branch: perl
13108            ! pod/perluniintro.pod
13109 ____________________________________________________________________________
13110 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
13111         Log: Daniel S. Lewart adopts the Math::Complex.
13112      Branch: perl
13113            ! lib/Math/Complex.pm
13114 ____________________________________________________________________________
13115 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
13116         Log: More Complex DWIMmery.
13117      Branch: perl
13118            ! lib/Math/Complex.pm lib/Math/Complex.t
13119 ____________________________________________________________________________
13120 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
13121         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
13122              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13123              Date: Thu, 31 Jan 2002 14:37:52 +0100
13124              Message-ID: <20020131143752.A1452@rafael>
13125      Branch: perl
13126            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
13127 ____________________________________________________________________________
13128 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
13129         Log: Turn the I/O Unicode error by default on, but the
13130              character-generating Unicode error by default off,
13131              as Larry suggested.
13132      Branch: perl
13133            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
13134            ! utf8.c
13135 ____________________________________________________________________________
13136 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
13137         Log: Subject: [PATCH] open.pm minor cleanup
13138              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13139              Date: Thu, 31 Jan 2002 15:03:02 +0100
13140              Message-ID: <20020131150302.C1452@rafael>
13141      Branch: perl
13142            ! lib/open.pm
13143 ____________________________________________________________________________
13144 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
13145         Log: Update Changes.
13146      Branch: perl
13147            ! Changes patchlevel.h
13148 ____________________________________________________________________________
13149 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
13150         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
13151              From: Robin Barker <rmb1@cise.npl.co.uk>
13152              Date: Wed, 30 Jan 2002 11:58:33 GMT
13153              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
13154      Branch: perl
13155            ! lib/CPAN.pm
13156 ____________________________________________________________________________
13157 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
13158         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
13159              re-sort MANIFEST.
13160      Branch: perl
13161            + ext/Encode/Encode.pm
13162            - ext/Encode/lib/Encode.pm
13163            ! MANIFEST ext/Encode/Makefile.PL
13164 ____________________________________________________________________________
13165 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
13166         Log: Integrate perlio;
13167              
13168              Collect some stats during compile process.
13169              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
13170              as one XS - inconclusive - marginal win?
13171              Add some comments to encode.h
13172      Branch: perl
13173           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
13174           !> ext/Encode/encode.h
13175 ____________________________________________________________________________
13176 [ 14499] By: nick                                  on 2002/01/30  09:57:47
13177         Log: Collect some stats during compile process.
13178              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
13179              as one XS - inconclusive - marginal win?
13180              Add some comments to encode.h
13181      Branch: perlio
13182            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
13183            ! ext/Encode/encode.h
13184 ____________________________________________________________________________
13185 [ 14498] By: nick                                  on 2002/01/30  07:27:55
13186         Log: Integrate Jarkko's path/INC tweaks
13187      Branch: perlio
13188           !> ext/Encode/compile
13189 ____________________________________________________________________________
13190 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
13191         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
13192              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13193              Date: Tue, 29 Jan 2002 01:13:09 -0800
13194              Message-ID: <lemV8gzkgu/K092yn@efn.org>
13195      Branch: perl
13196            ! configpm
13197 ____________________________________________________________________________
13198 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
13199         Log: Subject: [PATCH t/op/inccode.t] new test
13200              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13201              Date: Tue, 29 Jan 2002 22:03:45 +0100
13202              Message-ID: <20020129220345.A704@rafael>
13203      Branch: perl
13204            ! t/op/inccode.t
13205 ____________________________________________________________________________
13206 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
13207         Log: EBCDIC: t/op/lc.t now passes.
13208      Branch: perl
13209            ! t/op/lc.t
13210 ____________________________________________________________________________
13211 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
13212         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
13213      Branch: perl
13214            ! utf8.c
13215 ____________________________________________________________________________
13216 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
13217         Log: Must find stuff during build.
13218      Branch: perl
13219            ! ext/Encode/compile
13220 ____________________________________________________________________________
13221 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
13222         Log: Integrate with perlio;
13223              
13224              Basics of a compiled Encode XS extension
13225      Branch: perl
13226           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
13227           +> ext/Encode/Encode/euc-jp.ucm
13228           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
13229           !> ext/Encode/encode.h
13230 ____________________________________________________________________________
13231 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
13232         Log: EBCDIC tweaks-- no new test passes, but getting closer.
13233      Branch: perl
13234            ! utf8.c
13235 ____________________________________________________________________________
13236 [ 14490] By: nick                                  on 2002/01/29  21:20:57
13237         Log: Basics of a compiled Encode XS extension
13238      Branch: perlio
13239            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
13240            + ext/Encode/Encode/euc-jp.ucm
13241            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
13242            ! ext/Encode/encode.h
13243 ____________________________________________________________________________
13244 [ 14489] By: nick                                  on 2002/01/29  18:40:54
13245         Log: Integrate mainline
13246      Branch: perlio
13247           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
13248           +> ext/Encode/lib/Encode/Encoding.pm
13249           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
13250           +> ext/Encode/lib/Encode/Tcl/Escape.pm
13251           +> ext/Encode/lib/Encode/Tcl/Extended.pm
13252           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
13253           +> ext/Encode/lib/Encode/Tcl/Table.pm
13254           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
13255           +> ext/Encode/lib/Encode/iso10646_1.pm
13256           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
13257           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
13258           +> ext/Encode/t/Tcl.t
13259            - ext/Encode.t ext/Encode/Encode.pm
13260            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
13261            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
13262           !> (integrate 33 files)
13263 ____________________________________________________________________________
13264 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
13265         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
13266              From: Richard Clamp <richardc@unixbeard.net>
13267              Date: Mon, 28 Jan 2002 02:17:55 +0000
13268              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
13269      Branch: perl
13270            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
13271 ____________________________________________________________________________
13272 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
13273         Log: OS/390 seems to do length 0 udp reads, Nicholas says
13274              skippage is for now the best cause of action.
13275      Branch: perl
13276            ! ext/Socket/socketpair.t
13277 ____________________________________________________________________________
13278 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
13279         Log: Encode cleanup from Dan Kogai; reworked even further.
13280      Branch: perl
13281            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
13282            + ext/Encode/lib/Encode/Encoding.pm
13283            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
13284            + ext/Encode/lib/Encode/Tcl/Escape.pm
13285            + ext/Encode/lib/Encode/Tcl/Extended.pm
13286            + ext/Encode/lib/Encode/Tcl/HanZi.pm
13287            + ext/Encode/lib/Encode/Tcl/Table.pm
13288            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
13289            + ext/Encode/lib/Encode/iso10646_1.pm
13290            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
13291            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
13292            + ext/Encode/t/Tcl.t
13293            - ext/Encode.t ext/Encode/Encode.pm
13294            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
13295            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
13296            ! MANIFEST ext/Encode/Encode/8859-1.ucm
13297            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
13298            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
13299            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
13300            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
13301            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
13302            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
13303            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
13304            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
13305            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
13306            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
13307            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
13308            ! ext/Encode/compile
13309 ____________________________________________________________________________
13310 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
13311         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
13312      Branch: perl
13313            ! djgpp/djgpp.c perlio.c
13314 ____________________________________________________________________________
13315 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
13316         Log: Prettier printing from Michael Schwern.
13317      Branch: perl
13318            ! t/test.pl
13319 ____________________________________________________________________________
13320 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
13321         Log: Show also the debug and debugcolor as known pragmas.
13322      Branch: perl
13323            ! ext/re/re.pm
13324 ____________________________________________________________________________
13325 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
13326         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
13327              From: "Craig A. Berry" <craigberry@mac.com>
13328              Date: Mon, 28 Jan 2002 16:30:30 -0600
13329              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
13330      Branch: perl
13331            ! ext/B/t/assembler.t
13332 ____________________________________________________________________________
13333 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
13334         Log: metaconfig unit change for #14480.
13335      Branch: metaconfig
13336            ! U/modified/Init.U
13337 ____________________________________________________________________________
13338 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
13339         Log: DJGPP needs to know its exe soon, too.
13340      Branch: perl
13341            ! Configure
13342 ____________________________________________________________________________
13343 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
13344         Log: Round #2 on EBCDICation.
13345      Branch: perl
13346            ! t/op/append.t
13347 ____________________________________________________________________________
13348 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
13349         Log: Integrate perlio;
13350              
13351              Set makefile.mk CCHOME etc. for default locations of MinGW and free
13352              Borland compilers. (Borland builds one or two oddities.)
13353      Branch: perl
13354           !> win32/config.bc win32/makefile.mk
13355 ____________________________________________________________________________
13356 [ 14477] By: nick                                  on 2002/01/28  20:12:31
13357         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
13358              Borland compilers. (Borland builds one or two oddities.)
13359      Branch: perlio
13360            ! win32/config.bc win32/makefile.mk
13361 ____________________________________________________________________________
13362 [ 14476] By: nick                                  on 2002/01/28  18:43:47
13363         Log: Integrate mainline
13364      Branch: perlio
13365           !> Configure hints/hpux.sh
13366 ____________________________________________________________________________
13367 [ 14475] By: nick                                  on 2002/01/28  17:15:12
13368         Log: Integrate mainline
13369      Branch: perlio
13370           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
13371           !> patchlevel.h pp_sys.c t/lib/warnings/perl
13372 ____________________________________________________________________________
13373 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
13374         Log: metaconfig unit change for #14472.
13375      Branch: metaconfig/U/perl
13376            ! d_u32align.U
13377 ____________________________________________________________________________
13378 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
13379         Log: Misunderstood Merijn's patch.
13380      Branch: perl
13381            ! hints/hpux.sh
13382 ____________________________________________________________________________
13383 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
13384         Log: Misapplied Merijn's patch.
13385      Branch: perl
13386            ! Configure
13387 ____________________________________________________________________________
13388 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
13389         Log: Update Changes.
13390      Branch: perl
13391            ! Changes patchlevel.h
13392 ____________________________________________________________________________
13393 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
13394         Log: BeOS has sockets but not true ones.
13395      Branch: perl
13396            ! pp_sys.c
13397 ____________________________________________________________________________
13398 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
13399         Log: metaconfig unit change for #14467.
13400      Branch: metaconfig/U/perl
13401            ! d_u32align.U
13402 ____________________________________________________________________________
13403 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
13404         Log: For some strange reason under the smoke harness the alignment
13405              test hangs in HP-UX 10.20.  So hint it to avoid the test.
13406      Branch: perl
13407            ! hints/hpux.sh
13408 ____________________________________________________________________________
13409 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
13410         Log: Allow d_u32align to be hinted.
13411      Branch: perl
13412            ! Configure
13413 ____________________________________________________________________________
13414 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
13415         Log: The shift key is important.
13416      Branch: perl
13417            ! ext/B/B.xs
13418 ____________________________________________________________________________
13419 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
13420         Log: The "used only once" warnings (from gv_check) come
13421              in pseudorandom hash order-- in EBCDIC the order
13422              is different.  Add a new option that allow the warnings
13423              to come in any order (Paul Marquess).
13424      Branch: perl
13425            ! lib/warnings.t t/lib/warnings/perl
13426 ____________________________________________________________________________
13427 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
13428         Log: Integrate perlio; the 0nothread test failure without threads.
13429      Branch: perl
13430           !> ext/threads/shared/t/0nothread.t
13431 ____________________________________________________________________________
13432 [ 14463] By: nick                                  on 2002/01/28  08:22:36
13433         Log: Integrate mainline
13434      Branch: perlio
13435           !> (integrate 37 files)
13436 ____________________________________________________________________________
13437 [ 14462] By: nick                                  on 2002/01/28  08:09:53
13438         Log: 1st attempt at skipping broke threads case.
13439      Branch: perlio
13440            ! ext/threads/shared/t/0nothread.t
13441 ____________________________________________________________________________
13442 [ 14461] By: nick                                  on 2002/01/28  07:25:58
13443         Log: Skip new threads::shared test unless -Duseithreads
13444      Branch: perlio
13445            ! ext/threads/shared/t/0nothread.t
13446 ____________________________________________________________________________
13447 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
13448         Log: FAQ sync.
13449      Branch: perl
13450            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
13451            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
13452            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
13453            ! pod/perlfaq9.pod
13454 ____________________________________________________________________________
13455 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
13456         Log: Upgrade to podlators 1.20.
13457      Branch: perl
13458            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
13459 ____________________________________________________________________________
13460 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
13461         Log: Retract #14448, a better patch coming up.
13462      Branch: perl
13463            ! lib/Pod/t/basic.t
13464 ____________________________________________________________________________
13465 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
13466         Log: EBCDIC portability.
13467      Branch: perl
13468            ! t/op/append.t
13469 ____________________________________________________________________________
13470 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
13471         Log: Further cygwin installperl tweak from Gerrit P. Haase.
13472      Branch: perl
13473            ! installperl
13474 ____________________________________________________________________________
13475 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
13476         Log: A bug in Bulgarian EBCDIC locale (this sounds like
13477              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
13478              locales failed, too.  The patch works around the bug by
13479              skipping the test, but the real problem may be deeper
13480              (affecting probably only EBCDIC platforms, though):
13481              see the comment in locale.t for more details.
13482      Branch: perl
13483            ! lib/locale.t
13484 ____________________________________________________________________________
13485 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
13486         Log: metaconfig unit change for #14453.
13487      Branch: metaconfig/U/perl
13488            ! libperl.U
13489 ____________________________________________________________________________
13490 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
13491         Log: Subject: Bleadperl on Cygwin today
13492              From: "Gerrit P. Haase" <gp@familiehaase.de>              
13493              Date: Sun, 27 Jan 2002 22:30:41 +0100
13494              Message-ID: <462007239437.20020127223041@familiehaase.de>
13495      Branch: perl
13496            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
13497            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
13498            ! lib/ExtUtils/t/MM_Cygwin.t
13499 ____________________________________________________________________________
13500 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
13501         Log: Unfinished EBCDIC branch.
13502      Branch: perl
13503            ! t/op/ver.t
13504 ____________________________________________________________________________
13505 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
13506         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
13507      Branch: perl
13508            ! ext/B/B.xs ext/B/B/Deparse.pm
13509 ____________________________________________________________________________
13510 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
13511         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
13512              platforms.
13513      Branch: perl
13514            ! ext/B/t/stash.t
13515 ____________________________________________________________________________
13516 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
13517         Log: Apparently no need for EBCDIC exception any more.
13518      Branch: perl
13519            ! ext/B/t/showlex.t
13520 ____________________________________________________________________________
13521 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
13522         Log: (retracted by #14458)
13523              (Russ Allbery) OS/390 is using a high-bit character for ESC,
13524              skip the test for now.  A better fix would be to override
13525              the notion of the platform's escape sequence in the test
13526              of Pod::Text::Termcap.  We may have to apply a filter to
13527              the output to substitute back in the ESC character that
13528              the test expects, but only on OS/390.
13529      Branch: perl
13530            ! lib/Pod/t/basic.t
13531 ____________________________________________________________________________
13532 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
13533         Log: Detypo.
13534      Branch: perl
13535            ! ext/Devel/Peek/Peek.t
13536 ____________________________________________________________________________
13537 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
13538         Log: OS/390 USS has a different idea of the pw* functions.
13539              Also, test the name with eq, not with ==.
13540      Branch: perl
13541            ! lib/User/pwent.t
13542 ____________________________________________________________________________
13543 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
13544         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
13545      Branch: perl
13546            ! doio.c
13547 ____________________________________________________________________________
13548 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
13549         Log: ASCIIisms.
13550      Branch: perl
13551            ! ext/PerlIO/t/encoding.t
13552 ____________________________________________________________________________
13553 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
13554         Log: chr(42) ne '*'  if one is in EBCDIC.
13555      Branch: perl
13556            ! t/op/pack.t
13557 ____________________________________________________________________________
13558 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
13559         Log: Subject: [PATCH] Fix up recent op/stat.t failures
13560              From: Andy Dougherty <doughera@lafayette.edu>
13561              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
13562              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
13563      Branch: perl
13564            ! t/op/stat.t
13565 ____________________________________________________________________________
13566 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
13567         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
13568              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13569              Date: Sun, 27 Jan 2002 15:03:18 +0100
13570              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
13571      Branch: perl
13572            ! lib/ExtUtils/t/Command.t
13573 ____________________________________________________________________________
13574 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
13575         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
13576              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13577              Date: Sun, 27 Jan 2002 14:51:10 +0100
13578              Message-ID: <20020127145110.A16332@rafael>
13579      Branch: perl
13580            ! ext/B/B/Deparse.pm
13581 ____________________________________________________________________________
13582 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
13583         Log: integrate change#14431 from perlio branch (Nick's fix for
13584              change#13474 to be more defensive about looking at pad entries
13585              that may not exist yet)
13586      Branch: maint-5.6/perl
13587            ! op.c
13588 ____________________________________________________________________________
13589 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
13590         Log: Comment to avoid later "cleanups."
13591      Branch: perl
13592            ! lib/ExtUtils/MakeMaker.pm
13593 ____________________________________________________________________________
13594 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
13595         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
13596              instead of just FOO=... cmd ...
13597      Branch: perl
13598            ! Makefile.SH
13599 ____________________________________________________________________________
13600 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
13601         Log: Overquoting bad (in UNIX one would get
13602              Can't open perl script "'-I../lib'": No such file or directory)
13603      Branch: perl
13604            ! lib/Pod/t/Usage.t
13605 ____________________________________________________________________________
13606 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
13607         Log: Integrate perlio;
13608              
13609              "All tests successful" VC6.0 Win32
13610              (Update config.vc to need cppstdin so those tests are skipped...)
13611      Branch: perl
13612           !> win32/config.vc win32/config_H.bc win32/config_H.gc
13613           !> win32/config_H.vc
13614 ____________________________________________________________________________
13615 [ 14434] By: nick                                  on 2002/01/26  22:27:08
13616         Log: "All tests successful" VC6.0 Win32
13617              (Update config.vc to need cppstdin so those tests are skipped...)
13618      Branch: perlio
13619            ! win32/config.vc win32/config_H.bc win32/config_H.gc
13620            ! win32/config_H.vc
13621 ____________________________________________________________________________
13622 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
13623         Log: Integrate perlio;
13624              
13625              1st two tests of File/Find/t/find.t and taint.t were run after 
13626              calling cleanup(). If previous fail had left for_find directory,
13627              but no content in it then cleanup() returned cd'ed to that directory.
13628              So tests failed. Fixed cleanup()-s.
13629              
13630              If we get to sighandler by mistake (no perl handler set) then
13631              warn() and exit() rather than die() - should never happen
13632              but if it does context needed to die is likely to be trashed
13633              as well.
13634              
13635              Win32 signal emulation cleanup.
13636              
13637              Tinkering with thread cleanup mutex-ing - not the problem 
13638              (op.c is) but could have been...
13639              
13640              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
13641              Should really be looked at by someone that knows about pads.
13642              
13643              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
13644              for CRLF line endings.
13645      Branch: perl
13646           !> ext/threads/threads.xs lib/File/Find/t/find.t
13647           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
13648           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
13649 ____________________________________________________________________________
13650 [ 14432] By: nick                                  on 2002/01/26  21:10:38
13651         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
13652              for CRLF line endings.
13653      Branch: perlio
13654            ! lib/Filter/Simple.pm
13655 ____________________________________________________________________________
13656 [ 14431] By: nick                                  on 2002/01/26  21:08:35
13657         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
13658              Should really be looked at by someone that knows about pads.
13659      Branch: perlio
13660            ! op.c
13661 ____________________________________________________________________________
13662 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
13663         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
13664              From: "Craig A. Berry" <craigberry@mac.com>       
13665              Date: Sat, 26 Jan 2002 11:19:44 -0600
13666              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
13667      Branch: perl
13668            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
13669 ____________________________________________________________________________
13670 [ 14429] By: nick                                  on 2002/01/26  18:04:22
13671         Log: Tinkering with thread cleanup mutex-ing - not the problem 
13672              (op.c is) but could have been...
13673      Branch: perlio
13674            ! ext/threads/threads.xs
13675 ____________________________________________________________________________
13676 [ 14428] By: nick                                  on 2002/01/26  18:03:13
13677         Log: Win32 signal emulation cleanup.
13678      Branch: perlio
13679            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
13680 ____________________________________________________________________________
13681 [ 14427] By: nick                                  on 2002/01/26  13:59:33
13682         Log: If we get to sighandler by mistake (no perl handler set) then
13683              warn() and exit() rather than die() - should never happen
13684              but if it does context needed to die is likely to be trashed
13685              as well.
13686      Branch: perlio
13687            ! mg.c
13688 ____________________________________________________________________________
13689 [ 14426] By: nick                                  on 2002/01/26  13:56:23
13690         Log: Integrate mainline
13691      Branch: perlio
13692           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
13693           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
13694           !> t/run/fresh_perl.t
13695 ____________________________________________________________________________
13696 [ 14425] By: nick                                  on 2002/01/26  08:11:33
13697         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
13698              calling cleanup(). If previous fail had left for_find directory,
13699              but no content in it then cleanup() returned cd'ed to that directory.
13700              So tests failed. Fixed cleanup()-s.
13701      Branch: perlio
13702            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
13703 ____________________________________________________________________________
13704 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
13705         Log: Integrate perlio;
13706              
13707              Fix winsystem.t's attempt to build showav.exe to work
13708              with gcc (which writes a.exe unless told with -o ).
13709              Also put in a few more fail-safes to check .exe got
13710              built somehow.
13711              
13712              More Win32 tuning
13713              
13714              Save $! so that other syscalls don't disturb it before
13715              we test it.
13716      Branch: perl
13717           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
13718           !> t/op/winsystem.t
13719 ____________________________________________________________________________
13720 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
13721         Log: Subject: [PATCH] new test in op/universal.t
13722              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13723              Date: Fri, 25 Jan 2002 23:17:33 +0100
13724              Message-ID: <20020125231733.A11733@rafael>
13725      Branch: perl
13726            ! t/op/universal.t
13727 ____________________________________________________________________________
13728 [ 14422] By: nick                                  on 2002/01/25  21:37:03
13729         Log: Save $! so that other syscalls don't disturb it before 
13730              we test it.
13731      Branch: perlio
13732            ! ext/Socket/socketpair.t
13733 ____________________________________________________________________________
13734 [ 14421] By: nick                                  on 2002/01/25  19:05:57
13735         Log: More Win32 tuning
13736      Branch: perlio
13737            ! t/op/stat.t t/op/taint.t
13738 ____________________________________________________________________________
13739 [ 14420] By: nick                                  on 2002/01/25  18:21:42
13740         Log: Fix winsystem.t's attempt to build showav.exe to work 
13741              with gcc (which writes a.exe unless told with -o ).
13742              Also put in a few more fail-safes to check .exe got 
13743              built somehow.
13744      Branch: perlio
13745            ! t/op/winsystem.t
13746 ____________________________________________________________________________
13747 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
13748         Log: Subject: [Patch Encode.xs] calculation of need overflows
13749              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
13750              Date: Sat, 26 Jan 2002 00:58:50 +0900
13751              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
13752      Branch: perl
13753            ! ext/Encode/Encode.xs
13754 ____________________________________________________________________________
13755 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
13756         Log: Integrate changes 13474+13478+13584 from maintperl;
13757              anon sub leakage.
13758      Branch: perl
13759            ! op.c t/run/fresh_perl.t
13760 ____________________________________________________________________________
13761 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
13762         Log: Update Changes.
13763      Branch: perl
13764            ! Changes patchlevel.h
13765 ____________________________________________________________________________
13766 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
13767         Log: Integrate perlio; extensive threads and threads::shared work
13768              (note that the below is a chronological list of perlio
13769              check-in entries since the last integrate)
13770              
13771              Nearly-working threads re-structuring. Do not integrate,
13772              submit-ing to get to Win32, and as "off site" backup.
13773              
13774              threads work again on Win32. (Not threads::shared yet)
13775              Submit to see if they do on Linux.
13776              
13777              Add new threads/typemap to MANIFEST
13778              
13779              XS side of new threads::shared designed, coded and compiles,
13780              and mostly commented but is totaly untested.
13781              submit in case anyone wants a preview.
13782              
13783              Miss mg_len == 0 meaning don't Safefree
13784              
13785              Shared scalars working, some shared array ops working.
13786              
13787              Implement recursive lock and use of scope for PL_sharedsv_space,
13788              so now croak() from asserts does not leave locks.
13789              Make hv_simple compile (new prototype for debugging probe).
13790              
13791              thread::shared nearly working again - remaining issue
13792              is references withing shared space.
13793              Added bulk test with no threads involved (for debugging)
13794              Tuned tests to skip those needing _thrcnt
13795              
13796              SvTEMP_off to stop private PV's being stolen and stored in shared space
13797              
13798              Except Win32 from echo tests. (Alarm does not break into connect)
13799              
13800              Expand command line test globs on Win32.
13801              
13802              threads::shared tidy up:
13803              - Add _id() function to shared.xs so we can test refs point at same thing.
13804              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
13805              - Allow no_share to pass if sharing to works despite mis-ordering.
13806              - Change docs of threads to document ->create() (as used in tests),
13807              and not mention "new".
13808              
13809              Linux/NFS hackery was not faking right number of passes.
13810      Branch: perl
13811           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
13812           +> ext/threads/typemap
13813            - ext/threads/threads.h sharedsv.c sharedsv.h
13814            ! NetWare/config_H.wc
13815           !> (integrate 38 files)
13816 ____________________________________________________________________________
13817 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
13818         Log: Subject: Re: perldebguts minor tweaks
13819              From: Joe McMahon <mcmahon@metalab.unc.edu>
13820              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
13821              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
13822      Branch: perl
13823            ! pod/perldebguts.pod
13824 ____________________________________________________________________________
13825 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
13826         Log: metaconfig unit change for #14413.
13827      Branch: metaconfig
13828            ! U/modified/prototype.U
13829 ____________________________________________________________________________
13830 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
13831         Log: Okay, you can come home now, _().
13832      Branch: perl
13833            ! config_h.SH
13834 ____________________________________________________________________________
13835 [ 14412] By: nick                                  on 2002/01/25  11:01:49
13836         Log: Integrate mainline
13837              All but ../lib/Unicode/UCD.t pass.
13838      Branch: perlio
13839           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
13840           +> lib/unicore/CaseFolding.txt
13841           +> lib/unicore/CompositionExclusions.txt
13842           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
13843           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
13844           +> vos/vos.c
13845            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
13846            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
13847            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
13848            - lib/unicore/NamesList.html lib/unicore/PropList.html
13849            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
13850            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
13851            - lib/unicore/rename
13852           !> (integrate 424 files)
13853 ____________________________________________________________________________
13854 [ 14411] By: nick                                  on 2002/01/25  09:45:13
13855         Log: Linux/NFS hackery was not faking right number of passes.
13856      Branch: perlio
13857            ! t/io/fs.t
13858 ____________________________________________________________________________
13859 [ 14410] By: nick                                  on 2002/01/25  09:35:07
13860         Log: threads::shared tidy up:
13861              - Add _id() function to shared.xs so we can test refs point at same thing.
13862              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
13863              - Allow no_share to pass if sharing to works despite mis-ordering.
13864              - Change docs of threads to document ->create() (as used in tests),
13865              and not mention "new".
13866      Branch: perlio
13867            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
13868            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
13869            ! ext/threads/threads.pm
13870 ____________________________________________________________________________
13871 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
13872         Log: Subject: perldebguts minor tweaks
13873              From: Joe McMahon <mcmahon@metalab.unc.edu>
13874              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
13875              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
13876      Branch: perl
13877            ! pod/perldebguts.pod
13878 ____________________________________________________________________________
13879 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
13880         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
13881              From: Peter Scott <Peter@PSDT.com>
13882              Date: Thu, 24 Jan 2002 08:51:34 -0800
13883              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
13884      Branch: perl
13885            ! pod/perldebguts.pod
13886 ____________________________________________________________________________
13887 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
13888         Log: Few more paranoia checks for Unicode hash keys.
13889      Branch: perl
13890            ! t/op/each.t
13891 ____________________________________________________________________________
13892 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
13893         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
13894              From: Andy Dougherty <doughera@lafayette.edu>
13895              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
13896              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
13897      Branch: perl
13898            ! t/op/stat.t
13899 ____________________________________________________________________________
13900 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
13901         Log: The
13902              
13903              Subject: Very old debugger UTF-8 bug
13904              From: andreas.koenig@anima.de (Andreas J. Koenig)
13905              Date: 24 Jan 2002 12:45:44 +0100
13906              Message-ID: <m3y9iot1jr.fsf@anima.de>
13907              
13908              still broken, but this should work as a stopgap
13909              measure to stop pp_match accessing naughty data.
13910      Branch: perl
13911            ! pod/perldiag.pod pp_hot.c
13912 ____________________________________________________________________________
13913 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
13914         Log: metaconfig unit change for #14403.
13915      Branch: metaconfig/U/perl
13916            ! d_u32align.U
13917 ____________________________________________________________________________
13918 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
13919         Log: Pacify picky compilers (this time Sun Workshop).
13920      Branch: perl
13921            ! Configure
13922 ____________________________________________________________________________
13923 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
13924         Log: Subject: Very old debugger UTF-8 bug
13925              From: andreas.koenig@anima.de (Andreas J. Koenig)
13926              Date: 24 Jan 2002 12:45:44 +0100
13927              Message-ID: <m3y9iot1jr.fsf@anima.de>
13928      Branch: perl
13929            ! lib/dumpvar.pl
13930 ____________________________________________________________________________
13931 [ 14401] By: nick                                  on 2002/01/24  07:50:38
13932         Log: Expand command line test globs on Win32.
13933      Branch: perlio
13934            ! t/harness
13935 ____________________________________________________________________________
13936 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
13937         Log: Sprinkle some copyrights (use the oldest timestamp to
13938              be found in the repository, which is most often not right,
13939              but at least consistent)
13940      Branch: perl
13941            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
13942            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
13943            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
13944            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
13945            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
13946            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
13947            ! unixish.h xsutils.c
13948 ____________________________________________________________________________
13949 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
13950         Log: Don't crash on Help for long text (bug #506672)
13951      Branch: maint-5.6/macperl
13952            ! macos/macperl/MPHelp.c
13953 ____________________________________________________________________________
13954 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
13955         Log: Fix minor path problem
13956      Branch: maint-5.6/macperl
13957            ! macos/macperl/Droplets/tarzipme.plx
13958 ____________________________________________________________________________
13959 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
13960         Log: Minor text changes
13961      Branch: maint-5.6/macperl
13962            ! macos/Perl.r
13963 ____________________________________________________________________________
13964 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
13965         Log: Bump versions, dates, etc.
13966      Branch: maint-5.6/macperl
13967            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
13968 ____________________________________________________________________________
13969 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
13970         Log: coderefs in @INC and absolute paths
13971      Branch: maint-5.6/macperl
13972            ! embed.h pp_ctl.c proto.h
13973 ____________________________________________________________________________
13974 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
13975         Log: Minor module thingys
13976      Branch: maint-5.6/macperl
13977            ! macos/ext/Mac/Controls/Controls.xs
13978            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
13979            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
13980            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
13981            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
13982            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
13983            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
13984            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
13985            ! macos/ext/Mac/Movies/Movies.xs
13986            ! macos/ext/Mac/Navigation/Navigation.pm
13987            ! macos/ext/Mac/Navigation/Navigation.xs
13988            ! macos/ext/Mac/Notification/Notification.xs
13989            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
13990            ! macos/ext/Mac/Processes/Processes.xs
13991            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
13992            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
13993            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
13994            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
13995            ! macos/ext/Mac/Resources/Resources.pm
13996            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
13997            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
13998            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
13999            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
14000            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
14001 ____________________________________________________________________________
14002 [ 14393] By: nick                                  on 2002/01/23  19:52:19
14003         Log: Except Win32 from echo tests. (Alarm does not break into connect)
14004      Branch: perlio
14005            ! ext/Socket/Socket.t
14006 ____________________________________________________________________________
14007 [ 14392] By: nick                                  on 2002/01/23  19:31:57
14008         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
14009      Branch: perlio
14010            ! ext/threads/shared/shared.xs
14011 ____________________________________________________________________________
14012 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
14013         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
14014      Branch: perl
14015            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
14016            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
14017            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
14018            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
14019            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
14020            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
14021            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
14022            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
14023            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
14024            ! x2p/util.c x2p/util.h x2p/walk.c
14025 ____________________________________________________________________________
14026 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
14027         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
14028              therefore quite probably also obsolete code.
14029      Branch: perl
14030            ! sv.c
14031 ____________________________________________________________________________
14032 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
14033         Log: Update Changes.
14034      Branch: perl
14035            ! Changes patchlevel.h
14036 ____________________________________________________________________________
14037 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
14038         Log: Small update on todo.  Could use a lot more.
14039      Branch: perl
14040            ! pod/perltodo.pod
14041 ____________________________________________________________________________
14042 [ 14387] By: nick                                  on 2002/01/23  14:19:30
14043         Log: thread::shared nearly working again - remaining issue
14044              is references withing shared space.
14045              Added bulk test with no threads involved (for debugging)
14046              Tuned tests to skip those needing _thrcnt
14047      Branch: perlio
14048            + ext/threads/shared/t/0nothread.t
14049            ! MANIFEST ext/threads/shared/shared.pm
14050            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
14051            ! ext/threads/shared/t/hv_refs.t
14052            ! ext/threads/shared/t/hv_simple.t
14053            ! ext/threads/shared/t/sv_simple.t
14054 ____________________________________________________________________________
14055 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
14056         Log: Subject: [ID 20020121.003] perldata doco bug
14057              From: John Stumbles <jstumbles@bluearc.com>
14058              Date: Mon, 21 Jan 2002 14:19:56 -0000
14059              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
14060      Branch: perl
14061            ! pod/perldata.pod
14062 ____________________________________________________________________________
14063 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
14064         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
14065              From: Michael G Schwern <schwern@pobox.com>
14066              Date: Mon, 21 Jan 2002 15:16:42 -0500
14067              Message-ID: <20020121201642.GA6659@blackrider>
14068      Branch: perl
14069            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
14070 ____________________________________________________________________________
14071 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
14072         Log: Subject: [PATCH] Re: eval not catching warnings?
14073              From: abigail@foad.org
14074              Date: Wed, 23 Jan 2002 15:35:47 +0100
14075              Message-ID: <20020123143547.24798.qmail@foad.org>
14076      Branch: perl
14077            ! pod/perlfunc.pod
14078 ____________________________________________________________________________
14079 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
14080         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
14081              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14082              Date: Tue, 22 Jan 2002 17:00:54 -0800            
14083              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
14084      Branch: perl
14085            ! t/run/fresh_perl.t
14086 ____________________________________________________________________________
14087 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
14088         Log: metaconfig unit change for #14381.
14089      Branch: metaconfig/U/perl
14090            ! d_u32align.U
14091 ____________________________________________________________________________
14092 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
14093         Log: HP-UX 10.20 cc pacifying from Merijn.
14094      Branch: perl
14095            ! Configure
14096 ____________________________________________________________________________
14097 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
14098         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
14099              From: "Craig A. Berry" <craigberry@mac.com> 
14100              Date: Tue, 22 Jan 2002 22:14:26 -0600
14101              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
14102      Branch: perl
14103            ! vms/test.com
14104 ____________________________________________________________________________
14105 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
14106         Log: AIX cpp bug: having macro arguments and character constants
14107              "the same" means trouble (here s and 's')
14108              What broke now was 841 and 842 of t/op/pat.t, because of the
14109              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
14110              (note that breakage happened only under cc_r and usethreads+
14111              useithreads)
14112      Branch: perl
14113            ! utf8.h
14114 ____________________________________________________________________________
14115 [ 14378] By: nick                                  on 2002/01/22  20:33:15
14116         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
14117              so now croak() from asserts does not leave locks.
14118              Make hv_simple compile (new prototype for debugging probe).
14119      Branch: perlio
14120            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
14121            ! ext/threads/shared/t/hv_simple.t
14122 ____________________________________________________________________________
14123 [ 14377] By: nick                                  on 2002/01/22  17:32:21
14124         Log: Shared scalars working, some shared array ops working.
14125      Branch: perlio
14126            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
14127            ! ext/threads/shared/t/sv_refs.t
14128            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
14129 ____________________________________________________________________________
14130 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
14131         Log: Subject: [PATCH] Support truncate() in VOS port
14132              From: Paul_GreenVOS@vos.stratus.com
14133              Date: Mon, 21 Jan 02 23:27 est
14134              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
14135      Branch: perl
14136            + vos/vos.c
14137            ! MANIFEST hints/vos.sh vos/vosish.h
14138 ____________________________________________________________________________
14139 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
14140         Log: metaconfig unit changes for #14374.  Couldn't figure
14141              how to get completely rid of _() (some weird dependency
14142              pulling it in?) so renamed it as PROTO_().
14143      Branch: metaconfig
14144            + U/modified/d_shmat.U U/modified/prototype.U
14145            ! U/protos/d_drand48proto.U
14146      Branch: metaconfig/U/perl
14147            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
14148 ____________________________________________________________________________
14149 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
14150         Log: Get rid of the _() macro since (1) we require ANSI anyway
14151              (2) Other software (GNU) seems to use it and we don't need it,
14152              so let's give it up.
14153      Branch: perl
14154            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14155            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
14156            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
14157            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
14158            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
14159            ! wince/config.h wince/config_H.ce
14160 ____________________________________________________________________________
14161 [ 14373] By: nick                                  on 2002/01/22  10:10:48
14162         Log: Miss mg_len == 0 meaning don't Safefree
14163      Branch: perlio
14164            ! mg.c
14165 ____________________________________________________________________________
14166 [ 14372] By: nick                                  on 2002/01/21  22:34:06
14167         Log: XS side of new threads::shared designed, coded and compiles,
14168              and mostly commented but is totaly untested.
14169              submit in case anyone wants a preview.
14170      Branch: perlio
14171            + ext/threads/shared/typemap
14172            ! MANIFEST ext/threads/shared/shared.pm
14173            ! ext/threads/shared/shared.xs
14174 ____________________________________________________________________________
14175 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
14176         Log: Subject: [BUG] /\_/ an unrecognized escape?
14177              From: Michael G Schwern <schwern@pobox.com>
14178              Date: Mon, 21 Jan 2002 15:22:54 -0500
14179              Message-ID: <20020121202254.GA6731@blackrider>
14180      Branch: perl
14181            ! t/lib/warnings/toke toke.c
14182 ____________________________________________________________________________
14183 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
14184         Log: Undo the renaming of the Unicode data files; the simple
14185              solution being not including the *.html files.  This means
14186              that in the future there is no need for any renamings
14187              (well, assuming that the Consortium doesn't cause any),
14188              and the files are named like they are in the Consortium
14189              website, thus alleviating confusion.
14190      Branch: perl
14191            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
14192            + lib/unicore/CaseFolding.txt
14193            + lib/unicore/CompositionExclusions.txt
14194            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
14195            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
14196            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
14197            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
14198            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
14199            - lib/unicore/NamesList.html lib/unicore/PropList.html
14200            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
14201            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
14202            - lib/unicore/rename
14203            ! (edit 285 files)
14204 ____________________________________________________________________________
14205 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
14206         Log: Update Changes.
14207      Branch: perl
14208            ! Changes patchlevel.h
14209 ____________________________________________________________________________
14210 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
14211         Log: Subject: RE: BCC for Win32 is unhappy @14331
14212              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
14213              Date: Mon, 21 Jan 2002 09:48:40 +0300
14214              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
14215              
14216              (using IV instead of int)
14217      Branch: perl
14218            ! hv.h
14219 ____________________________________________________________________________
14220 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
14221         Log: path_is_absolute() needs a prototype (and maybe
14222              a better name, but that's another story).
14223      Branch: perl
14224            ! embed.fnc embed.h pp_ctl.c proto.h
14225 ____________________________________________________________________________
14226 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
14227         Log: Subject: Re: coderefs in @INC
14228              From: Chris Nandor <pudge@pobox.com>
14229              Date: Thu, 17 Jan 2002 11:26:02 -0500
14230              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
14231      Branch: perl
14232            ! pp_ctl.c
14233 ____________________________________________________________________________
14234 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
14235         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
14236              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14237              Date: Sun, 20 Jan 2002 22:53:56 +0100
14238              Message-ID: <20020120225356.A12093@rafael>
14239      Branch: perl
14240            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
14241            ! t/lib/warnings/9enabled warnings.h warnings.pl
14242 ____________________________________________________________________________
14243 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
14244         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
14245              From: "Craig A. Berry" <craigberry@mac.com>
14246              Date: Sun, 20 Jan 2002 22:49:42 -0600
14247              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
14248      Branch: perl
14249            ! lib/ExtUtils/MakeMaker.pm
14250 ____________________________________________________________________________
14251 [ 14363] By: nick                                  on 2002/01/20  20:38:23
14252         Log: Add new threads/typemap to MANIFEST
14253      Branch: perlio
14254            ! MANIFEST
14255 ____________________________________________________________________________
14256 [ 14362] By: nick                                  on 2002/01/20  20:34:36
14257         Log: Integrate mainline
14258      Branch: perlio
14259           +> lib/Pod/t/Usage.t
14260           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
14261           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
14262           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
14263           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
14264           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
14265           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
14266           !> util.c
14267 ____________________________________________________________________________
14268 [ 14361] By: nick                                  on 2002/01/20  18:51:47
14269         Log: Integrate MANIFEST
14270      Branch: perlio
14271           !> MANIFEST
14272 ____________________________________________________________________________
14273 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
14274         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
14275              From: Paul_GreenVOS@vos.stratus.com
14276              Date: Sat, 19 Jan 02 17:17 est
14277              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
14278              
14279              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
14280              From: Paul_GreenVOS@vos.stratus.com
14281              Date: Sat, 19 Jan 02 17:19 est
14282              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
14283      Branch: perl
14284            ! lib/ExtUtils/t/Command.t
14285 ____________________________________________________________________________
14286 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
14287         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
14288              From: Paul_GreenVOS@vos.stratus.com
14289              Date: Sat, 19 Jan 02 14:30 est
14290              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
14291      Branch: perl
14292            ! lib/AnyDBM_File.t
14293 ____________________________________________________________________________
14294 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
14295         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
14296              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
14297              Date: Sun, 20 Jan 2002 13:51:36 +0100
14298              Message-ID: <20020120135136.A710@rafael>
14299      Branch: perl
14300            ! ext/File/Glob/t/basic.t
14301 ____________________________________________________________________________
14302 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
14303         Log: #14352 deleted ext/threads/threads.h
14304      Branch: perlio
14305            ! MANIFEST
14306 ____________________________________________________________________________
14307 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
14308         Log: Eradicate sharedsv.*
14309      Branch: perlio
14310            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
14311 ____________________________________________________________________________
14312 [ 14355] By: nick                                  on 2002/01/20  11:50:22
14313         Log: threads work again on Win32. (Not threads::shared yet)
14314              Submit to see if they do on Linux.
14315      Branch: perlio
14316            ! ext/threads/shared/shared.xs ext/threads/threads.xs
14317            ! win32/makefile.mk
14318 ____________________________________________________________________________
14319 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
14320         Log: Make also hex() and oct() to croak if their arguments
14321              cannot be downgraded (that is, if they contain wide
14322              characters), just like crypt() does (and use the croak
14323              feature of sv_utf8_downgrade()).
14324      Branch: perl
14325            ! pp.c t/op/oct.t
14326 ____________________________________________________________________________
14327 [ 14353] By: nick                                  on 2002/01/19  22:20:09
14328         Log: Integrate Time/Local and its test
14329      Branch: perlio
14330           !> lib/Time/Local.pm lib/Time/Local.t
14331 ____________________________________________________________________________
14332 [ 14352] By: nick                                  on 2002/01/19  22:17:07
14333         Log: Nearly-working threads re-structuring. Do not integrate,
14334              submit-ing to get to Win32, and as "off site" backup.
14335      Branch: perlio
14336            + ext/threads/typemap
14337            - ext/threads/threads.h sharedsv.c sharedsv.h
14338            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
14339            ! embedvar.h ext/threads/shared/shared.pm
14340            ! ext/threads/shared/shared.xs ext/threads/threads.pm
14341            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
14342            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
14343            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
14344 ____________________________________________________________________________
14345 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
14346         Log: Regen toc.
14347      Branch: perl
14348            ! pod/perltoc.pod
14349 ____________________________________________________________________________
14350 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
14351         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
14352              From: David Dyck <dcd@tc.fluke.com>
14353              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
14354              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
14355      Branch: perl
14356            ! pod/perl5004delta.pod pod/perl5005delta.pod
14357            ! pod/perl561delta.pod pod/perl56delta.pod
14358 ____________________________________________________________________________
14359 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
14360         Log: FAQ sync.
14361      Branch: perl
14362            ! pod/perlfaq1.pod pod/perlfaq2.pod
14363 ____________________________________________________________________________
14364 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
14365         Log: Subject: [PATCH lib/Pod/t/Usage.t]
14366              From: Abe Timmerman <abe@ztreet.demon.nl>
14367              Date: Sat, 19 Jan 2002 19:57:57 +0100
14368              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
14369      Branch: perl
14370            + lib/Pod/t/Usage.t
14371            ! MANIFEST
14372 ____________________________________________________________________________
14373 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
14374         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
14375              From: Paul_GreenVOS@vos.stratus.com
14376              Date: Sat, 19 Jan 02 13:15 est
14377              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
14378      Branch: perl
14379            ! ext/SDBM_File/sdbm.t
14380 ____________________________________________________________________________
14381 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
14382         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
14383      Branch: perl
14384           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
14385           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
14386 ____________________________________________________________________________
14387 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
14388         Log: Alternative Time::Local algorithm that uses matemathical formula
14389              for timegm instead of progressive guessing
14390      Branch: perl
14391            ! lib/Time/Local.pm
14392 ____________________________________________________________________________
14393 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
14394         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
14395              From: Paul_GreenVOS@vos.stratus.com
14396              Date: Sat, 19 Jan 02 11:20 est
14397              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
14398      Branch: perl
14399            ! ext/File/Glob/t/basic.t
14400 ____________________________________________________________________________
14401 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
14402         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
14403              From: Paul_GreenVOS@vos.stratus.com
14404              Date: Fri, 18 Jan 02 22:56 est
14405              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
14406      Branch: perl
14407            ! ext/Cwd/t/cwd.t
14408 ____________________________________________________________________________
14409 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
14410         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
14411              From: Paul_GreenVOS@vos.stratus.com
14412              Date: Fri, 18 Jan 02 22:48 est
14413              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
14414      Branch: perl
14415            ! lib/Time/Local.t
14416 ____________________________________________________________________________
14417 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
14418         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
14419              From: Paul_GreenVOS@vos.stratus.com
14420              Date: Fri, 18 Jan 02 16:22 est
14421              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
14422      Branch: perl
14423            ! ext/Devel/DProf/DProf.t
14424 ____________________________________________________________________________
14425 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
14426         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
14427              From: Tels <perl_dummy@bloodgate.com>
14428              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
14429              Message-Id: <200201182106.XAA19133@taku.hut.fi>
14430      Branch: perl
14431            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
14432 ____________________________________________________________________________
14433 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
14434         Log: Don't do socketpair udp unless you've got all what it takes.
14435      Branch: perl
14436            ! util.c
14437 ____________________________________________________________________________
14438 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
14439         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
14440              From: Tels <perl_dummy@bloodgate.com>
14441              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
14442              Message-Id: <200201182206.AAA15310@taku.hut.fi>
14443      Branch: perl
14444            ! lib/ExtUtils/MM_BeOS.pm
14445 ____________________________________________________________________________
14446 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
14447         Log: metaconfig unit change for #14336.
14448      Branch: metaconfig
14449            ! U/modified/myhostname.U
14450 ____________________________________________________________________________
14451 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
14452         Log: Avoid bare "set", and kiss .uucp goodbye.
14453      Branch: perl
14454            ! Configure
14455 ____________________________________________________________________________
14456 [ 14335] By: nick                                  on 2002/01/18  22:11:42
14457         Log: Split out core of sv_magic() into sv_magicext().
14458              sv_magic provides the extra restictions (no READONLY, only
14459              one of each type, canned set of vtables), and sv_magicext()
14460              does the actual data twiddling.
14461              Also enhances semantics of ->mg_ptr setting via name/namlen
14462              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
14463              scratch area (namlen > 0 && name == NULL).
14464              sv_magicext also returns the MAGIC * it added.
14465              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
14466              
14467              To come sv_unmagicext() - which will remove just one magic
14468              of particular type, and additionaly match against ->mg_ptr,
14469              or the MAGIC * (need to experiment as to which is more natural).
14470      Branch: perlio
14471            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
14472            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
14473 ____________________________________________________________________________
14474 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
14475         Log: Retract #14327 for now, going to the limit seems
14476              to be too much for many platforms.
14477      Branch: perl
14478            ! lib/Time/Local.t
14479 ____________________________________________________________________________
14480 [ 14333] By: nick                                  on 2002/01/18  18:58:33
14481         Log: Integrate mainline
14482      Branch: perlio
14483           !> Changes patchlevel.h
14484 ____________________________________________________________________________
14485 [ 14332] By: nick                                  on 2002/01/18  16:19:06
14486         Log: Integrate mainline
14487      Branch: perlio
14488           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
14489           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
14490            - lib/ExtUtils/inst
14491           !> (integrate 32 files)
14492 ____________________________________________________________________________
14493 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
14494         Log: Update Changes.
14495      Branch: perl
14496            ! Changes patchlevel.h
14497 ____________________________________________________________________________
14498 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
14499         Log: Try to make the connect/read/write timeouting.
14500      Branch: perl
14501            ! ext/Socket/Socket.t
14502 ____________________________________________________________________________
14503 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
14504         Log: Netware Makefile tweak from Ananth Kesari.
14505      Branch: perl
14506            ! NetWare/Makefile
14507 ____________________________________________________________________________
14508 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
14509         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
14510              From: Michael G Schwern <schwern@pobox.com>
14511              Date: Fri, 18 Jan 2002 03:10:27 -0500
14512              Message-ID: <20020118081027.GE7226@blackrider>
14513      Branch: perl
14514            ! lib/File/Find.pm
14515 ____________________________________________________________________________
14516 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
14517         Log: (retracted by #14334)
14518              
14519              Subject: [PATCH] Improving lib/Time/Local.t
14520              From: Paul_GreenVOS@vos.stratus.com        
14521              Date: Thu, 17 Jan 02 22:36 est
14522              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
14523      Branch: perl
14524            ! lib/Time/Local.t
14525 ____________________________________________________________________________
14526 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
14527         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
14528              From: Abe Timmerman <abe@ztreet.demon.nl>  
14529              Date: Fri, 18 Jan 2002 13:18:47 +0100
14530              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
14531      Branch: perl
14532            ! lib/ExtUtils/t/MM_Win32.t
14533 ____________________________________________________________________________
14534 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
14535         Log: Subject: [PATCH] Syncing with bleadperl 
14536              From: Michael G Schwern <schwern@pobox.com> 
14537              Date: Fri, 18 Jan 2002 03:04:33 -0500
14538              Message-ID: <20020118080432.GC7226@blackrider>
14539      Branch: perl
14540            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
14541            - lib/ExtUtils/inst
14542            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
14543            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
14544            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
14545            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
14546            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
14547            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
14548            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
14549            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
14550            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
14551            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
14552            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
14553            ! lib/ExtUtils/testlib.pm
14554 ____________________________________________________________________________
14555 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
14556         Log: Detypo.
14557      Branch: perl
14558            ! AUTHORS
14559 ____________________________________________________________________________
14560 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
14561         Log: Subject: [PATCH] MM check_hints test
14562              From: Michael G Schwern <schwern@pobox.com>
14563              Date: Thu, 17 Jan 2002 20:25:57 -0500
14564              Message-ID: <20020118012557.GE32762@blackrider>
14565      Branch: perl
14566            + lib/ExtUtils/t/hints.t
14567            ! MANIFEST
14568 ____________________________________________________________________________
14569 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
14570         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
14571              From: Michael G Schwern <schwern@pobox.com> 
14572              Date: Thu, 17 Jan 2002 20:12:20 -0500
14573              Message-ID: <20020118011220.GC32762@blackrider>
14574              
14575              (#14317 replaced with this)
14576      Branch: perl
14577            ! lib/ExtUtils/MakeMaker.pm
14578 ____________________________________________________________________________
14579 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
14580         Log: Subject: [PATCH perldiag] overload.pm warnings
14581              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14582              Date: Thu, 17 Jan 2002 23:53:49 +0100
14583              Message-ID: <20020117235349.A14530@rafael>
14584      Branch: perl
14585            ! pod/perldiag.pod
14586 ____________________________________________________________________________
14587 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
14588         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
14589              From: Michael G Schwern <schwern@pobox.com>
14590              Date: Thu, 17 Jan 2002 16:35:47 -0500
14591              Message-ID: <20020117213546.GD23830@blackrider>
14592      Branch: perl
14593            ! lib/File/Find.pm
14594 ____________________________________________________________________________
14595 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
14596         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
14597              From: chromatic <chromatic@rmci.net>
14598              Date: Thu, 17 Jan 2002 13:04:22 -0700
14599              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
14600      Branch: perl
14601            ! pod/perltodo.pod
14602 ____________________________________________________________________________
14603 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
14604         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
14605              From: chromatic <chromatic@rmci.net>
14606              Date: Thu, 17 Jan 2002 12:59:04 -0700
14607              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
14608      Branch: perl
14609            ! lib/ExtUtils/t/Mkbootstrap.t
14610 ____________________________________________________________________________
14611 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
14612         Log: (replaced by #14322)
14613              The #14300 broke hints file handling.
14614      Branch: perl
14615            ! lib/ExtUtils/MakeMaker.pm
14616 ____________________________________________________________________________
14617 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
14618         Log: metaconfig unit change for #14315.
14619      Branch: metaconfig/U/perl
14620            ! uselongdbl.U
14621 ____________________________________________________________________________
14622 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
14623         Log: Subject: [PATCH] long doubles
14624              From: Nicholas Clark <nick@unfortu.net>
14625              Date: Thu, 17 Jan 2002 17:06:28 +0000
14626              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
14627      Branch: perl
14628            ! Configure
14629 ____________________________________________________________________________
14630 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
14631         Log: metaconfig unit change for #14313.
14632      Branch: metaconfig
14633            ! U/modified/i_ndbm.U
14634 ____________________________________________________________________________
14635 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
14636         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
14637              From: Andy Dougherty <doughera@lafayette.edu>
14638              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
14639              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
14640      Branch: perl
14641            ! Configure
14642 ____________________________________________________________________________
14643 [ 14312] By: nick                                  on 2002/01/17  21:38:38
14644         Log: Integrate mainline (for ndbm fixes etc.)
14645      Branch: perlio
14646           +> t/run/fresh_perl.t
14647            - t/run/kill_perl.t
14648           !> Changes MANIFEST ext/Opcode/Opcode.xs
14649           !> ext/SDBM_File/sdbm/Makefile.PL
14650           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
14651           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
14652           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
14653           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
14654           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
14655 ____________________________________________________________________________
14656 [ 14311] By: sky                                   on 2002/01/17  21:01:00
14657         Log: Simplify the code that duplicates the threads 
14658              init function and the parameters to the thread by using sv_dup. 
14659              Note,what happens if you pass a shared variable as a parameter?
14660      Branch: perl
14661            ! ext/threads/threads.xs
14662 ____________________________________________________________________________
14663 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
14664         Log: Update Changes.
14665      Branch: perl
14666            ! Changes patchlevel.h
14667 ____________________________________________________________________________
14668 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
14669         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
14670              with fresh_perl_is() and fresh_perl_like().
14671      Branch: perl
14672            + t/run/fresh_perl.t
14673            - t/run/kill_perl.t
14674            ! MANIFEST t/test.pl
14675 ____________________________________________________________________________
14676 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
14677         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
14678              From: Benjamin Goldberg <goldbb2@earthlink.net>
14679              Date: Wed, 09 Jan 2002 21:03:16 -0500
14680              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
14681      Branch: perl
14682            ! ext/Unicode/Normalize/Normalize.pm
14683 ____________________________________________________________________________
14684 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
14685         Log: Retract #14144 as Hugo isn't happy with it.
14686      Branch: perl
14687            ! scope.c t/run/kill_perl.t
14688 ____________________________________________________________________________
14689 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
14690         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
14691              From: Richard Clamp <richardc@unixbeard.net>
14692              Date: Wed, 16 Jan 2002 17:34:31 +0000
14693              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
14694      Branch: perl
14695            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
14696 ____________________________________________________________________________
14697 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
14698         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
14699              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14700              Date: Tue, 15 Jan 2002 21:23:30 +0100
14701              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
14702      Branch: perl
14703            ! ext/Opcode/Opcode.xs
14704 ____________________________________________________________________________
14705 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
14706         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
14707              From: Paul_GreenVOS@vos.stratus.com
14708              Date: Wed, 16 Jan 02 6:42 est
14709              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
14710      Branch: perl
14711            ! t/io/fs.t t/op/crypt.t
14712 ____________________________________________________________________________
14713 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
14714         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
14715              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14716              Date: Wed, 16 Jan 2002 13:43:39 +0100
14717              Message-ID: <20020116134339.A704@rafael>
14718              
14719              (replaces #14302)
14720      Branch: perl
14721            ! mg.c t/lib/warnings/mg
14722 ____________________________________________________________________________
14723 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
14724         Log: (replaced by #14303)
14725              Subject: [PATCH] length of undefined $(digit) should warn
14726              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14727              Date: Tue, 15 Jan 2002 23:02:44 +0100            
14728              Message-ID: <20020115230244.A31786@rafael>     
14729      Branch: perl
14730            ! mg.c t/lib/warnings/mg
14731 ____________________________________________________________________________
14732 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
14733         Log: The non-MakeMaker.pm parts of
14734              
14735              Subject: [PATCH] Re: MM_Beos.pm?
14736              From: Tels <perl_dummy@bloodgate.com>
14737              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
14738              Message-Id: <200201142006.WAA29544@taas.iki.fi>
14739      Branch: perl
14740            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
14741            ! lib/ExtUtils/t/MM_Unix.t
14742 ____________________________________________________________________________
14743 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
14744         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
14745              From: Michael G Schwern <schwern@pobox.com>    
14746              Date: Tue, 15 Jan 2002 20:07:50 -0500            
14747              Message-ID: <20020116010750.GH625@blackrider>  
14748      Branch: perl
14749            ! lib/ExtUtils/MakeMaker.pm
14750 ____________________________________________________________________________
14751 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
14752         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
14753              From: Jeffrey Friedl <jfriedl@yahoo.com>       
14754              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
14755              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
14756      Branch: perl
14757            ! lib/Text/Tabs.pm
14758 ____________________________________________________________________________
14759 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
14760         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
14761              From: "Green, Paul" <Paul.Green@stratus.com>
14762              Date: Tue, 15 Jan 2002 22:28:10 -0500
14763              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
14764      Branch: perl
14765            ! lib/ExtUtils/MM_Unix.pm
14766 ____________________________________________________________________________
14767 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
14768         Log: Integrate perlio; offsetof() is in <stddef.h>
14769      Branch: perl
14770           !> ext/Socket/Socket.xs
14771 ____________________________________________________________________________
14772 [ 14296] By: nick                                  on 2002/01/16  13:02:29
14773         Log: offsetof() is in <stddef.h>
14774      Branch: perlio
14775            ! ext/Socket/Socket.xs
14776 ____________________________________________________________________________
14777 [ 14295] By: nick                                  on 2002/01/16  07:25:29
14778         Log: Integrate mainline
14779      Branch: perlio
14780           +> (branch 262 files)
14781            - (delete 285 files)
14782           !> (integrate 34 files)
14783 ____________________________________________________________________________
14784 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
14785         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
14786              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
14787              Canonical.pl and Exact.pl.
14788      Branch: perl
14789            + (add 259 files)
14790            - (delete 288 files)
14791            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
14792            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
14793            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
14794            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
14795 ____________________________________________________________________________
14796 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
14797         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
14798      Branch: perl
14799            ! ext/Socket/Socket.xs
14800 ____________________________________________________________________________
14801 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
14802         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
14803              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
14804              Date: Tue, 15 Jan 2002 21:59:19 +0100
14805              Message-ID: <3C44A637.16602.25EB208@localhost>
14806      Branch: perl
14807            ! embed.fnc embed.h proto.h
14808 ____________________________________________________________________________
14809 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
14810         Log: Duh.  The updated In/*.pl weren't checked in.
14811      Branch: perl
14812            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
14813            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
14814            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
14815            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
14816            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
14817            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
14818            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
14819            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
14820            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
14821            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
14822            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
14823            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
14824            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
14825            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
14826            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
14827            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
14828            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
14829            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
14830            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
14831            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
14832            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
14833            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
14834            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
14835            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
14836            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
14837            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
14838            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
14839            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
14840            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
14841            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
14842            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
14843            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
14844            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
14845            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
14846            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
14847            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
14848            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
14849            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
14850            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
14851            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
14852            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
14853            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
14854            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
14855            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
14856            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
14857            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
14858            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
14859            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
14860 ____________________________________________________________________________
14861 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
14862         Log: Update Changes.
14863      Branch: perl
14864            ! Changes patchlevel.h
14865 ____________________________________________________________________________
14866 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
14867         Log: Jeffrey is trying very hard to avoid working on his
14868              book, it would seem :-) (better naming, better comments
14869              in the files)
14870      Branch: perl
14871            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
14872            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
14873            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
14874            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
14875            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
14876            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
14877            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
14878            - lib/unicore/Is/IDStart.pl
14879            ! (edit 200 files)
14880 ____________________________________________________________________________
14881 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
14882         Log: metaconfig unit changes for #14287.
14883      Branch: metaconfig
14884            + U/modified/Chk_MANI.U
14885            ! U/modified/Extract.U U/modified/Finish.U
14886      Branch: metaconfig/U/perl
14887            ! Extensions.U dlsrc.U
14888 ____________________________________________________________________________
14889 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
14890         Log: Some protection against spaces in directory names.
14891              (Tru64 still has some makedepend problems in such
14892              cases but that looks like Tru64's problem.)
14893      Branch: perl
14894            ! Configure Makefile.SH
14895 ____________________________________________________________________________
14896 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
14897         Log: Should have been in #14285 but I have sausages for fingers.
14898      Branch: perl
14899            + lib/ExtUtils/MM_BeOS.pm
14900 ____________________________________________________________________________
14901 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
14902         Log: MM_BeOS from Tels.
14903      Branch: perl
14904            + lib/ExtUtils/t/MM_BeOS.t
14905            ! MANIFEST
14906 ____________________________________________________________________________
14907 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
14908         Log: Integrate perlio;
14909              
14910              (reintroduce #14251) Slab allocator for ops
14911              - moved the statics to intrpvar.h
14912              - implemented Slab_Free()
14913              - uses PerlMemShared (for now) if distinction exists.
14914              
14915              Slab allocator submit after resolve -ay to keep it!
14916              
14917              Hand merge of non slab allocator stuff
14918              
14919              const-ness fix in savepv's passing of NULL
14920              
14921              Typo in #else branch of PL_SLAB_ALLOC
14922              
14923              Integrate rest of mainline
14924              
14925              Regen embed enable slab for PERL_IMPLICIT_SYS
14926              
14927              Correct name of PL_OP_SLAB_ALLOC
14928              
14929              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
14930              e.g. -Duse64bitint on a 32-bit platform.
14931              Now uses I32 for use-count and is more careful with its casts.
14932      Branch: perl
14933           !> (integrate 28 files)
14934 ____________________________________________________________________________
14935 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
14936         Log: Add Shuck URL
14937      Branch: maint-5.6/macperl
14938            ! macos/macperl/MacPerl.podhelp
14939 ____________________________________________________________________________
14940 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
14941         Log: Remove obsolete docs
14942      Branch: maint-5.6/macperl
14943            ! ext/File/Glob/Glob.pm
14944 ____________________________________________________________________________
14945 [ 14281] By: nick                                  on 2002/01/15  15:08:43
14946         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
14947              e.g. -Duse64bitint on a 32-bit platform.
14948              Now uses I32 for use-count and is more careful with its casts.
14949      Branch: perlio
14950            ! intrpvar.h op.c
14951 ____________________________________________________________________________
14952 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
14953         Log: Update bundled modules.  Yow!
14954      Branch: maint-5.6/macperl
14955            + macos/bundled_ext/Compress/Zlib/constants.h
14956            + macos/bundled_ext/Compress/Zlib/constants.xs
14957            + macos/bundled_ext/Filter/Util/Call/ppport.h
14958            + macos/bundled_ext/Storable/t/compat-0.6.t
14959            + macos/bundled_ext/Storable/t/dump.pl
14960            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
14961            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
14962            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
14963            + macos/bundled_lib/blib/lib/URI/ssh.pm
14964            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
14965            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
14966            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
14967            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
14968            + macos/bundled_lib/t/Filter/Simple/data.t
14969            + macos/bundled_lib/t/Filter/Simple/export.t
14970            + macos/bundled_lib/t/Filter/Simple/filter_only.t
14971            + macos/bundled_lib/t/Filter/Simple/import.t
14972            + macos/bundled_lib/t/NEXT/actual.t
14973            + macos/bundled_lib/t/NEXT/actuns.t
14974            + macos/bundled_lib/t/NEXT/next.t
14975            + macos/bundled_lib/t/NEXT/unseen.t
14976            + macos/bundled_lib/t/libnet/netrc.t
14977            + macos/bundled_lib/t/libwww-perl/base/http.t
14978            + macos/bundled_lib/t/libwww-perl/live/activestate.t
14979            - macos/bundled_ext/Filter/t/FilterTest.pm
14980            - macos/bundled_ext/Storable/t/compat06.t
14981            - macos/bundled_ext/Storable/t/st-dump.pl
14982            - macos/bundled_lib/t/NEXT/test.pl
14983            - macos/bundled_lib/t/libwww-perl/live/google.t
14984            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
14985            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
14986            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
14987            ! macos/bundled_ext/Compress/Zlib/README
14988            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
14989            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
14990            ! macos/bundled_ext/Compress/Zlib/t/examples.t
14991            ! macos/bundled_ext/Filter/Util/Call/Call.pm
14992            ! macos/bundled_ext/Filter/Util/Call/Call.xs
14993            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
14994            ! macos/bundled_ext/Filter/t/call.t
14995            ! macos/bundled_ext/Filter/t/filter-util.pl
14996            ! macos/bundled_ext/Storable/ChangeLog
14997            ! macos/bundled_ext/Storable/README
14998            ! macos/bundled_ext/Storable/Storable.pm
14999            ! macos/bundled_ext/Storable/t/blessed.t
15000            ! macos/bundled_ext/Storable/t/canonical.t
15001            ! macos/bundled_ext/Storable/t/dclone.t
15002            ! macos/bundled_ext/Storable/t/forgive.t
15003            ! macos/bundled_ext/Storable/t/freeze.t
15004            ! macos/bundled_ext/Storable/t/lock.t
15005            ! macos/bundled_ext/Storable/t/overload.t
15006            ! macos/bundled_ext/Storable/t/recurse.t
15007            ! macos/bundled_ext/Storable/t/retrieve.t
15008            ! macos/bundled_ext/Storable/t/store.t
15009            ! macos/bundled_ext/Storable/t/tied.t
15010            ! macos/bundled_ext/Storable/t/tied_hook.t
15011            ! macos/bundled_ext/Storable/t/tied_items.t
15012            ! macos/bundled_ext/Storable/t/utf8.t
15013            ! macos/bundled_lib/blib/lib/File/Sort.pm
15014            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
15015            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
15016            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
15017            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
15018            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
15019            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
15020            ! macos/bundled_lib/blib/lib/LWP.pm
15021            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
15022            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
15023            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
15024            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
15025            ! macos/bundled_lib/blib/lib/Mail/Address.pm
15026            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
15027            ! macos/bundled_lib/blib/lib/Mail/Field.pm
15028            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
15029            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
15030            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
15031            ! macos/bundled_lib/blib/lib/Mail/Header.pm
15032            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
15033            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
15034            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
15035            ! macos/bundled_lib/blib/lib/Mail/Send.pm
15036            ! macos/bundled_lib/blib/lib/Mail/Util.pm
15037            ! macos/bundled_lib/blib/lib/NEXT.pm
15038            ! macos/bundled_lib/blib/lib/Net/Config.pm
15039            ! macos/bundled_lib/blib/lib/Net/Domain.pm
15040            ! macos/bundled_lib/blib/lib/Net/FTP.pm
15041            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
15042            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
15043            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
15044            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
15045            ! macos/bundled_lib/blib/lib/Net/POP3.pm
15046            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
15047            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
15048            ! macos/bundled_lib/blib/lib/Switch.pm
15049            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
15050            ! macos/bundled_lib/blib/lib/URI/Escape.pm
15051            ! macos/bundled_lib/blib/lib/URI/ftp.pm
15052            ! macos/bundled_lib/blib/lib/lwpcook.pod
15053            ! macos/bundled_lib/t/Filter/Simple/filter.t
15054            ! macos/bundled_lib/t/Switch/t/nested.t
15055            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
15056            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
15057            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
15058            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
15059            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
15060            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
15061            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
15062            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
15063            ! macos/bundled_lib/t/libnet/config.t
15064            ! macos/bundled_lib/t/libnet/ftp.t
15065            ! macos/bundled_lib/t/libnet/hostname.t
15066            ! macos/bundled_lib/t/libnet/nntp.t
15067            ! macos/bundled_lib/t/libnet/require.t
15068            ! macos/bundled_lib/t/libnet/smtp.t
15069            ! macos/bundled_lib/t/libwww-perl/base/headers.t
15070            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
15071            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
15072            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
15073            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
15074            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
15075            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
15076            ! macos/bundled_lib/t/libwww-perl/live/validator.t
15077            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
15078 ____________________________________________________________________________
15079 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
15080         Log: Subject: [PATCH] Socket::sockaddr_family
15081              From: Gisle Aas <gisle@ActiveState.com> 
15082              Date: 15 Jan 2002 06:35:28 -0800
15083              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
15084      Branch: perl
15085            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
15086 ____________________________________________________________________________
15087 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
15088         Log: Subject: [PATCH perldiag] Style issue
15089              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15090              Date: Tue, 15 Jan 2002 15:36:30 +0100                
15091              Message-ID: <20020115153630.A11568@rafael>
15092      Branch: perl
15093            ! pod/perldiag.pod
15094 ____________________________________________________________________________
15095 [ 14277] By: nick                                  on 2002/01/15  14:30:51
15096         Log: Correct name of PL_OP_SLAB_ALLOC
15097      Branch: perlio
15098            ! perl.h
15099 ____________________________________________________________________________
15100 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
15101         Log: NetWare tweak from Ananth Kesari.
15102      Branch: perl
15103            ! lib/ExtUtils/MakeMaker.pm
15104 ____________________________________________________________________________
15105 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
15106         Log: Throwback.
15107      Branch: perl
15108            ! MANIFEST
15109 ____________________________________________________________________________
15110 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
15111         Log: A couple of additional character classes from Jeffrey,
15112              hopefully useful in future for internal use for implementing
15113              some special cases of casing.
15114              
15115              Also regenerate once more all the character classes,
15116              now without the timestamp.  A timestamp would be kind of
15117              nice but it's not: having a timestamp in a file means that
15118              even if the effective contents of file really didn't
15119              change, the file looks as if it changed.
15120      Branch: perl
15121            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
15122            + lib/unicore/Is/CombAbov.pl
15123            ! (edit 304 files)
15124 ____________________________________________________________________________
15125 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
15126         Log: Make the test harder.
15127      Branch: perl
15128            ! t/op/pat.t
15129 ____________________________________________________________________________
15130 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
15131         Log: Additional utf8_heavy.pl tweak from Jeffrey.
15132      Branch: perl
15133            ! lib/utf8_heavy.pl
15134 ____________________________________________________________________________
15135 [ 14271] By: nick                                  on 2002/01/15  11:29:47
15136         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
15137      Branch: perlio
15138            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
15139            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
15140 ____________________________________________________________________________
15141 [ 14270] By: nick                                  on 2002/01/15  08:19:08
15142         Log: Integrate rest of mainline
15143      Branch: perlio
15144           !> (integrate 28 files)
15145 ____________________________________________________________________________
15146 [ 14269] By: nick                                  on 2002/01/15  08:02:44
15147         Log: Typo in #else branch of PL_SLAB_ALLOC
15148      Branch: perlio
15149            ! op.c
15150 ____________________________________________________________________________
15151 [ 14268] By: nick                                  on 2002/01/15  07:57:47
15152         Log: const-ness fix in savepv's passing of NULL
15153      Branch: perlio
15154            ! util.c
15155 ____________________________________________________________________________
15156 [ 14267] By: nick                                  on 2002/01/15  07:42:17
15157         Log: Hand merge of non slab allocator stuff
15158      Branch: perlio
15159            ! op.c
15160 ____________________________________________________________________________
15161 [ 14266] By: nick                                  on 2002/01/15  07:39:33
15162         Log: Slab allocator submit after resolve -ay to keep it!
15163      Branch: perlio
15164           !> op.c
15165 ____________________________________________________________________________
15166 [ 14265] By: nick                                  on 2002/01/15  07:05:06
15167         Log: Blind integrate of bulk of mainline.
15168      Branch: perlio
15169           +> (branch 173 files)
15170            - (delete 184 files)
15171           !> (integrate 146 files)
15172 ____________________________________________________________________________
15173 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
15174         Log: Pod nits.
15175      Branch: perl
15176            ! lib/Unicode/UCD.pm pod/perlunicode.pod
15177 ____________________________________________________________________________
15178 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
15179         Log: The Unicode categories doc patch to go with #14254,
15180              from Jeffrey.
15181      Branch: perl
15182            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
15183 ____________________________________________________________________________
15184 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
15185         Log: There isn't going to be perl.third.exe.
15186      Branch: perl
15187            ! Makefile.SH
15188 ____________________________________________________________________________
15189 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
15190         Log: Subject: [PATCH] small coredump correction
15191              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15192              Date: Tue, 15 Jan 2002 00:22:52 +0100
15193              Message-ID: <20020115002252.I691@rafael>
15194      Branch: perl
15195            ! op.c
15196 ____________________________________________________________________________
15197 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
15198         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
15199              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15200              Date: Mon, 14 Jan 2002 23:03:04 +0100
15201              Message-ID: <20020114230304.A691@rafael>   
15202              
15203              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
15204              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15205              Date: Mon, 14 Jan 2002 23:18:43 +0100
15206              Message-ID: <20020114231843.E691@rafael>   
15207      Branch: perl
15208            ! pod/perlsub.pod t/op/override.t toke.c
15209 ____________________________________________________________________________
15210 [ 14259] By: nick                                  on 2002/01/14  22:02:49
15211         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
15212              Need to use CopXXXXX macros everywhere and add CopSTASH_free
15213              Add new scope type and add support for it to scope.c and scope stack
15214              dup-er in sv.c. Add savesharedpv().
15215              Also zealous version of Win32's vmem.h to catch all the abuses.
15216              With this t/op/fork.t passes even with zealous checking and 
15217              checker is point a finger at various threads/shared issues.
15218              
15219              PL_curcop->cop_io is still an issue.
15220      Branch: perlio
15221            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
15222            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
15223            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
15224            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
15225            ! win32/vmem.h win32/win32.c win32/win32.h
15226 ____________________________________________________________________________
15227 [ 14258] By: nick                                  on 2002/01/14  20:24:28
15228         Log: Integrate build parts of mainline
15229      Branch: perlio
15230           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
15231           !> lib/ExtUtils/t/MM_Win32.t
15232 ____________________________________________________________________________
15233 [ 14257] By: nick                                  on 2002/01/14  16:10:54
15234         Log: Inverted sense of special-ness of specialCopIO - supposed to 
15235              be true if value is "special" i.e. NOT an SV.
15236      Branch: perlio
15237            ! perlio.h
15238 ____________________________________________________________________________
15239 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
15240         Log: Update Changes.
15241      Branch: perl
15242            ! Changes patchlevel.h
15243 ____________________________________________________________________________
15244 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
15245         Log: Retract #14251 (the op slab allocator from perlio)
15246              until we figure out why 2.2.19 x86 debian gets
15247              a circular sibling chain and therefore hangs in
15248              the Perl_ck_subr() sibling for-loop.
15249      Branch: perl
15250            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
15251            ! perlapi.c perlapi.h proto.h
15252 ____________________________________________________________________________
15253 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
15254         Log: Big mktables rewrite from Jeffrey;
15255              documentation not yet updated.
15256      Branch: perl
15257            + (add 171 files)
15258            - (delete 182 files)
15259            ! (edit 135 files)
15260 ____________________________________________________________________________
15261 [ 14253] By: ams                                   on 2002/01/14  03:15:05
15262         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
15263              From: Michael G Schwern <schwern@pobox.com>
15264              Date: Sun, 13 Jan 2002 21:00:07 -0500
15265              Message-Id: <20020114020007.GB2877@blackrider>
15266      Branch: perl
15267            ! lib/Cwd.pm
15268 ____________________________________________________________________________
15269 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
15270         Log: Subject: Re: Win32 status - progress !
15271              From: Abe Timmerman <abe@ztreet.demon.nl>       
15272              Date: Mon, 14 Jan 2002 02:29:51 +0100
15273              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
15274      Branch: perl
15275            ! lib/ExtUtils/t/MM_Win32.t
15276 ____________________________________________________________________________
15277 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
15278         Log: Integrate perlio.
15279              
15280              Slab allocator for ops
15281              - moved the statics to intrpvar.h
15282              - implemented Slab_Free()
15283              - uses PerlMemShared (for now) if distinction exists.
15284      Branch: perl
15285           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
15286           !> perlapi.c perlapi.h proto.h
15287 ____________________________________________________________________________
15288 [ 14250] By: nick                                  on 2002/01/13  23:22:34
15289         Log: Slab allocator for ops
15290              - moved the statics to intrpvar.h
15291              - implemented Slab_Free()
15292              - uses PerlMemShared (for now) if distinction exists.
15293      Branch: perlio
15294            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
15295            ! perlapi.c perlapi.h proto.h
15296 ____________________________________________________________________________
15297 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
15298         Log: Start a new test category: uni.  Much of t/op/pat
15299              should probably be moved here, but holding on that
15300              until Jeffrey finishes his big mktables rewrite.
15301              Bits and pieces of op/split, op/pack, op/append,
15302              op/join, could probably be moved to respective uni
15303              tests, too.
15304      Branch: perl
15305            + t/uni/fold.t t/uni/sprintf.t
15306            - t/op/unifold.t t/op/unisprintf.t
15307            ! MANIFEST t/TEST t/harness
15308 ____________________________________________________________________________
15309 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
15310         Log: Subject: [PATCH] enable Win32 to build again
15311              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15312              Date: Sun, 13 Jan 2002 21:49:24 +0100
15313              Message-ID: <3C4200E4.15926.23F6131@localhost>
15314              
15315              miniperl.exe.exe does not exe that well.
15316      Branch: perl
15317            ! lib/ExtUtils/MM_Unix.pm
15318 ____________________________________________________________________________
15319 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
15320         Log: Mention some of the load-affected tests.
15321      Branch: perl
15322            ! INSTALL
15323 ____________________________________________________________________________
15324 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
15325         Log: Move the UTF-8 conversion code earlier so that
15326              op/ver is happy.
15327      Branch: perl
15328            ! sv.c t/op/ver.t
15329 ____________________________________________________________________________
15330 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
15331         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
15332              have diverged quite a bit so no updates there.
15333      Branch: perl
15334            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
15335            ! ext/List/Util/lib/List/Util.pm
15336            ! ext/List/Util/lib/Scalar/Util.pm
15337 ____________________________________________________________________________
15338 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
15339         Log: Make the crypt() pickier: if downgrading doesn't work,
15340              croak.
15341      Branch: perl
15342            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
15343 ____________________________________________________________________________
15344 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
15345         Log: Grow the buffer in case Unicode caused size changes
15346              (and it very probably did).
15347      Branch: perl
15348            ! sv.c
15349 ____________________________________________________________________________
15350 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
15351         Log: Future-proofing from Jeffrey Friedl (for conflicting
15352              In* and Is* names).
15353      Branch: perl
15354            ! lib/utf8_heavy.pl
15355 ____________________________________________________________________________
15356 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
15357         Log: Subject: [PATCH] Re: Warning in B.xs
15358              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15359              Date: Sun, 13 Jan 2002 19:39:52 +0100
15360              Message-ID: <3C41E288.20562.1C8C895@localhost>
15361      Branch: perl
15362            ! ext/B/B.xs
15363 ____________________________________________________________________________
15364 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
15365         Log: Subject: Re: lookbehind broken with latest bleedperl
15366              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15367              Date: Sun, 13 Jan 2002 18:06:22 +0000
15368              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
15369      Branch: perl
15370            ! regexec.c t/op/re_tests
15371 ____________________________________________________________________________
15372 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
15373         Log: Subject: [PATCH] more MM_Unix.t tests
15374              From: Tels <perl_dummy@bloodgate.com>
15375              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
15376              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
15377              
15378              Subject: [PATCH] 14220 misunderstood, I bet          
15379              From: andreas.koenig@anima.de (Andreas J. Koenig)
15380              Date: 12 Jan 2002 21:31:58 +0100
15381              Message-ID: <m3k7un8g5d.fsf@anima.de>
15382      Branch: perl
15383            ! lib/ExtUtils/t/MM_Unix.t
15384 ____________________________________________________________________________
15385 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
15386         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
15387              From: Tels <perl_dummy@bloodgate.com>
15388              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
15389              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
15390              
15391              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
15392              From: Tels <perl_dummy@bloodgate.com>
15393              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
15394              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
15395      Branch: perl
15396            ! lib/ExtUtils/MM_Unix.pm
15397 ____________________________________________________________________________
15398 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
15399         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
15400              From: Nicholas Clark <nick@unfortu.net> 
15401              Date: Sun, 13 Jan 2002 15:58:34 +0000
15402              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
15403      Branch: perl
15404            ! lib/Benchmark.t
15405 ____________________________________________________________________________
15406 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
15407         Log: Anton Berezin did more reading and the uid setting story
15408              gets more complex.
15409      Branch: perl
15410            ! pod/perltodo.pod utils/perldoc.PL
15411 ____________________________________________________________________________
15412 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
15413         Log: Integrate perlio;
15414              
15415              Win32 fixes:
15416              - vmem.h hack to handle free-by-wrong-thread after eval "".
15417              - Initialize timerid 
15418      Branch: perl
15419           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
15420 ____________________________________________________________________________
15421 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
15422         Log: Subject: Re: HiRes
15423              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15424              Date: Sun, 13 Jan 2002 10:18:46 +0100
15425              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
15426              
15427              Give up on socketpair in HP-UX.
15428      Branch: perl
15429            ! ext/Socket/socketpair.t
15430 ____________________________________________________________________________
15431 [ 14233] By: nick                                  on 2002/01/13  16:29:30
15432         Log: Integrate mainline
15433      Branch: perlio
15434           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
15435           !> (integrate 46 files)
15436 ____________________________________________________________________________
15437 [ 14232] By: nick                                  on 2002/01/13  15:37:48
15438         Log: Win32 fixes:
15439              - vmem.h hack to handle free-by-wrong-thread after eval "".
15440              - Initialize timerid 
15441      Branch: perlio
15442            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
15443 ____________________________________________________________________________
15444 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
15445         Log: *groan*
15446      Branch: perl
15447            ! t/op/pat.t
15448 ____________________________________________________________________________
15449 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
15450         Log: One more sharp s case found by Jeffrey.
15451      Branch: perl
15452            ! regexec.c t/op/pat.t
15453 ____________________________________________________________________________
15454 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
15455         Log: Comment tweak.
15456      Branch: perl
15457            ! regexec.c
15458 ____________________________________________________________________________
15459 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
15460         Log: Don't bother checking for the Greek special
15461              cases if the node is too short.
15462      Branch: perl
15463            ! regcomp.c
15464 ____________________________________________________________________________
15465 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
15466         Log: Update Changes.
15467      Branch: perl
15468            ! Changes patchlevel.h
15469 ____________________________________________________________________________
15470 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
15471         Log: metaconfig unit change for #14225.
15472      Branch: metaconfig
15473            + U/modified/i_ndbm.U
15474 ____________________________________________________________________________
15475 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
15476         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
15477              From: Jonathan Stowe <gellyfish@gellyfish.com>
15478              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
15479              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
15480      Branch: perl
15481            ! Configure config_h.SH
15482 ____________________________________________________________________________
15483 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
15484         Log: Quick reformat using indent -kr -nce, as requested
15485              by Dan Kogai and suggest by NI-S.
15486      Branch: perl
15487            ! ext/Encode/encengine.c
15488 ____________________________________________________________________________
15489 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
15490         Log: Couple more Unicode lookbehind tests.
15491      Branch: perl
15492            ! t/op/pat.t
15493 ____________________________________________________________________________
15494 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
15495         Log: Sharp S as a special treat for our German UTF-8 testers :-)
15496      Branch: perl
15497            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
15498 ____________________________________________________________________________
15499 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
15500         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
15501              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15502              Date: Sat, 12 Jan 2002 20:37:32 +0100
15503              Message-ID: <3C409E8C.16203.196C2D3@localhost>
15504      Branch: perl
15505            ! ext/B/B/Deparse.pm
15506 ____________________________________________________________________________
15507 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
15508         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
15509              really worth the bits it's printed on?
15510      Branch: perl
15511            ! lib/ExtUtils/t/MM_Unix.t
15512 ____________________________________________________________________________
15513 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
15514         Log: Special treatment for U+03B0 and U+0390 in //i,
15515              this means that we can remove the minlen pessimisations
15516              introduced by the #14096.
15517      Branch: perl
15518            ! pp_hot.c regcomp.c regexec.c
15519 ____________________________________________________________________________
15520 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
15521         Log: Integrate perlio;
15522              
15523              Abstract out the cloning of SvPVX and handle shared pv in a 
15524              safe (if suboptimal) manner. Does not fix op/fork.t :-(
15525              
15526              Win32-ize socketpair test
15527              - Win32 can fork even though $Config{d_fork} is undef
15528              - SOCK_DGRAM does not work - skip those tests.
15529      Branch: perl
15530           !> ext/Socket/socketpair.t sv.c
15531 ____________________________________________________________________________
15532 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
15533         Log: One should first drop the real uid, not the effective uid.
15534              [ID 20020110.003]
15535      Branch: perl
15536            ! utils/perldoc.PL
15537 ____________________________________________________________________________
15538 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
15539         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
15540              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15541              Date: Fri, 11 Jan 2002 23:29:48 +0100
15542              Message-ID: <3C3F756C.4581.2E2A938@localhost>
15543      Branch: perl
15544            + ext/B/C/C.xs ext/B/C/Makefile.PL
15545            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
15546            ! utils/perlcc.PL
15547 ____________________________________________________________________________
15548 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
15549         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
15550              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
15551              Date: Fri, 11 Jan 2002 14:29:30 -0800
15552              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
15553      Branch: perl
15554            ! ext/B/t/concise.t
15555 ____________________________________________________________________________
15556 [ 14214] By: nick                                  on 2002/01/12  12:31:12
15557         Log: Win32-ize socketpair test
15558              - Win32 can fork even though $Config{d_fork} is undef
15559              - SOCK_DGRAM does not work - skip those tests.
15560      Branch: perlio
15561            ! ext/Socket/socketpair.t
15562 ____________________________________________________________________________
15563 [ 14213] By: nick                                  on 2002/01/12  11:46:28
15564         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
15565              safe (if suboptimal) manner. Does not fix op/fork.t :-(
15566      Branch: perlio
15567            ! sv.c
15568 ____________________________________________________________________________
15569 [ 14212] By: ams                                   on 2002/01/12  06:10:52
15570         Log: Subject: [PATCH] More fixes for Stratus VOS
15571              From: "Green, Paul" <Paul.Green@stratus.com>
15572              Date: Fri, 11 Jan 2002 17:30:37 -0500
15573              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
15574      Branch: perl
15575            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
15576 ____________________________________________________________________________
15577 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
15578         Log: Upgrade to CGI.pm 2.80.
15579      Branch: perl
15580            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
15581 ____________________________________________________________________________
15582 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
15583         Log: FAQ sync.
15584      Branch: perl
15585            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
15586            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
15587            ! pod/perlfaq8.pod
15588 ____________________________________________________________________________
15589 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
15590         Log: This is getting embarrassing.
15591      Branch: perl
15592            ! t/op/pat.t
15593 ____________________________________________________________________________
15594 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
15595         Log: Doc tweaks.
15596      Branch: perl
15597            ! pod/perlunicode.pod
15598 ____________________________________________________________________________
15599 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
15600         Log: Updating the test count is good; also rephrasing
15601              so that there is no ok output containing "not".
15602      Branch: perl
15603            ! t/op/pat.t
15604 ____________________________________________________________________________
15605 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
15606         Log: Andreas is busy :-)
15607      Branch: perl
15608            ! doop.c t/op/unisprintf.t
15609 ____________________________________________________________________________
15610 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
15611         Log: Unicode lookbehind looked bad.
15612      Branch: perl
15613            ! regexec.c t/op/pat.t
15614 ____________________________________________________________________________
15615 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
15616         Log: Garbage collection.
15617      Branch: perl
15618            ! t/run/kill_perl.t
15619 ____________________________________________________________________________
15620 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
15621         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
15622              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15623              Date: Fri, 11 Jan 2002 23:29:48 +0100
15624              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
15625      Branch: perl
15626            ! embed.fnc global.sym makedef.pl
15627 ____________________________________________________________________________
15628 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
15629         Log: Subject: [PATCH] perldelta nit?
15630              From: Robert Spier <rspier@pobox.com>
15631              Date: Fri, 11 Jan 2002 15:19:16 -0800
15632              Message-ID: <15423.29428.164185.251700@rls.cx>
15633      Branch: perl
15634            ! pod/perldelta.pod
15635 ____________________________________________________________________________
15636 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
15637         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
15638              From: Michael G Schwern <schwern@pobox.com>
15639              Date: Fri, 11 Jan 2002 17:08:17 -0500
15640              Message-ID: <20020111220817.GG2838@blackrider>
15641      Branch: perl
15642            ! t/run/kill_perl.t t/test.pl
15643 ____________________________________________________________________________
15644 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
15645         Log: Subject: [PATCH] Correct misleading error message
15646              From: Mike Guy <mjtg@cam.ac.uk>
15647              Date: Fri, 11 Jan 2002 18:36:33 +0000
15648              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
15649              
15650              hash assignment -> anonymous hash
15651      Branch: perl
15652            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
15653 ____________________________________________________________________________
15654 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
15655         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
15656              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
15657              Date: Fri, 11 Jan 2002 16:58:14 +0100
15658              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
15659      Branch: perl
15660            ! ext/Unicode/Normalize/mkheader
15661 ____________________________________________________________________________
15662 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
15663         Log: Add a new test for is-sprintf-preserving Unicodeness:
15664              #14194 and an old one from kill_perl.t (I could have used
15665              sprintf.t, but it's format was quite fixed, and I didn't
15666              feel like breaking the format)
15667      Branch: perl
15668            + t/op/unisprintf.t
15669            ! MANIFEST t/run/kill_perl.t
15670 ____________________________________________________________________________
15671 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
15672         Log: Integrate perlio;
15673              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
15674      Branch: perl
15675           !> win32/win32.c
15676 ____________________________________________________________________________
15677 [ 14196] By: nick                                  on 2002/01/11  20:58:20
15678         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
15679              as C runtime seems to get its hands on them even though we said
15680              they were handled.
15681              Still an issue with "die" out of signal handler - get panic: pp_iter
15682      Branch: perlio
15683            ! win32/win32.c
15684 ____________________________________________________________________________
15685 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
15686         Log: Integrate perlio;
15687              A mostly-stable version of "new" Win32 signal/kill support.
15688      Branch: perl
15689           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
15690           !> win32/config.gc win32/config.vc win32/config_H.bc
15691           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
15692           !> win32/makefile.mk win32/win32.c win32/win32.h
15693 ____________________________________________________________________________
15694 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
15695         Log: Fix for
15696              
15697              Subject: UTF-8 sprintf bug in bleadperl
15698              From: andreas.koenig@anima.de (Andreas J. Koenig)
15699              Date: 11 Jan 2002 15:47:15 +0100
15700              Message-ID: <m3vge99c7g.fsf@anima.de>
15701              
15702              I have tests, have just to figure out where to put them
15703              since op/sprintf looks a bit unfriendly for tests of
15704              somewhat freer form.
15705      Branch: perl
15706            ! doop.c sv.c
15707 ____________________________________________________________________________
15708 [ 14193] By: nick                                  on 2002/01/11  18:25:34
15709         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
15710              Builds and passes a few tests.
15711      Branch: perlio
15712           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
15713           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
15714           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
15715           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
15716           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
15717           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
15718           +> t/lib/sample-tests/lone_not_bug
15719           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
15720           +> t/lib/sample-tests/vms_nit
15721           !> (integrate 63 files)
15722 ____________________________________________________________________________
15723 [ 14192] By: nick                                  on 2002/01/11  17:49:39
15724         Log: A mostly-stable version of "new" Win32 signal/kill support.
15725      Branch: perlio
15726            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
15727            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15728            ! win32/config_h.PL win32/makefile.mk win32/win32.c
15729            ! win32/win32.h
15730 ____________________________________________________________________________
15731 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
15732         Log: Update Changes.
15733      Branch: perl
15734            ! Changes patchlevel.h
15735 ____________________________________________________________________________
15736 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
15737         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
15738              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15739              Date: Thu, 10 Jan 2002 18:21:34 -0800
15740              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
15741      Branch: perl
15742            + ext/B/t/concise.t
15743            ! MANIFEST
15744 ____________________________________________________________________________
15745 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
15746         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
15747              necessary in form.t and html.t @INC setups.
15748      Branch: perl
15749            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
15750 ____________________________________________________________________________
15751 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
15752         Log: Yet another twist.
15753      Branch: perl
15754            ! t/test.pl
15755 ____________________________________________________________________________
15756 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
15757         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
15758              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15759              Date: Fri, 11 Jan 2002 13:04:15 +0100      
15760              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
15761      Branch: perl
15762            ! hints/aix.sh
15763 ____________________________________________________________________________
15764 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
15765         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
15766              From: Jonathan Stowe <gellyfish@gellyfish.com> 
15767              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
15768              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
15769      Branch: perl
15770            ! lib/AnyDBM_File.t
15771 ____________________________________________________________________________
15772 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
15773         Log: Arguments were being mangled.
15774      Branch: perl
15775            ! t/test.pl
15776 ____________________________________________________________________________
15777 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
15778         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
15779              From: Jonathan Stowe <gellyfish@gellyfish.com>
15780              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
15781              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
15782      Branch: perl
15783            ! lib/AnyDBM_File.t
15784 ____________________________________________________________________________
15785 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
15786         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
15787              From: Michael G Schwern <schwern@pobox.com> 
15788              Date: Fri, 11 Jan 2002 04:26:27 -0500
15789              Message-ID: <20020111092626.GA16544@blackrider>
15790      Branch: perl
15791            ! t/run/kill_perl.t t/test.pl
15792 ____________________________________________________________________________
15793 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
15794         Log: Subject: [PATCH] Test::Harness 2.01
15795              From: Michael G Schwern <schwern@pobox.com> 
15796              Date: Thu, 10 Jan 2002 21:11:24 -0500
15797              Message-ID: <20020111021123.GA30666@blackrider>
15798      Branch: perl
15799            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
15800            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
15801            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
15802            + lib/Test/Harness/t/nonumbers.t
15803            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
15804            + t/lib/sample-tests/lone_not_bug
15805            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
15806            + t/lib/sample-tests/vms_nit
15807            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
15808            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
15809 ____________________________________________________________________________
15810 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
15811         Log: patch is silly when creating new files: don't run
15812              patch more than once.
15813      Branch: perl
15814            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
15815 ____________________________________________________________________________
15816 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
15817         Log: Forgot from #14179.
15818      Branch: perl
15819            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
15820 ____________________________________________________________________________
15821 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
15822         Log: Subject: [PATCH] is() undef/'' behavior change
15823              From: Michael G Schwern <schwern@pobox.com> 
15824              Date: Fri, 11 Jan 2002 03:35:51 -0500
15825              Message-ID: <20020111083551.GC30666@blackrider>
15826              
15827              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
15828              From: Michael G Schwern <schwern@pobox.com> 
15829              Date: Fri, 11 Jan 2002 03:37:44 -0500
15830              Message-ID: <20020111083744.GD30666@blackrider>
15831      Branch: perl
15832            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
15833            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
15834            ! lib/Pod/t/InputObjects.t lib/blib.t
15835 ____________________________________________________________________________
15836 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
15837         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
15838              From: Michael G Schwern <schwern@pobox.com> 
15839              Date: Thu, 10 Jan 2002 19:56:23 -0500
15840              Message-ID: <20020111005623.GA13192@blackrider>
15841      Branch: perl
15842            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
15843            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
15844            ! lib/Test/Simple.pm lib/Test/Simple/Changes
15845            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
15846            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
15847            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
15848            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
15849            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
15850            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
15851            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
15852            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
15853            ! lib/Test/Simple/t/plan_is_noplan.t
15854            ! lib/Test/Simple/t/plan_no_plan.t
15855            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
15856            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
15857            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
15858            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
15859            ! lib/Test/Tutorial.pod
15860 ____________________________________________________________________________
15861 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
15862         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
15863              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
15864              
15865              turns out even the malloc() was never really needed to begin with,
15866              so get rid of it
15867      Branch: perl
15868            ! sv.c
15869 ____________________________________________________________________________
15870 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
15871         Log: Small doc tweaks.
15872      Branch: perl
15873            ! pod/perluniintro.pod
15874 ____________________________________________________________________________
15875 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
15876         Log: support using the CRT's malloc() family of functions instead of
15877              the internal one when ithreads is enabled; allocate large blocks
15878              using VirtualAlloc() since the Heap*() functions may only be tuned
15879              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
15880              
15881              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
15882              also see comments at the top of win32/vmem.h for other options that
15883              can be set
15884      Branch: perl
15885            ! win32/vmem.h
15886 ____________________________________________________________________________
15887 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
15888         Log: Subject: micropatch
15889              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15890              Date: Thu, 10 Jan 2002 18:20:58 +0000
15891              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
15892      Branch: perl
15893            ! regcomp.c
15894 ____________________________________________________________________________
15895 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
15896         Log: Subject: [PATCH] Embed.t on Win32
15897              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15898              Date: Thu, 10 Jan 2002 18:56:21 +0100
15899              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
15900      Branch: perl
15901            ! lib/ExtUtils/t/Embed.t
15902 ____________________________________________________________________________
15903 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
15904         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
15905              From: Gisle Aas <gisle@ActiveState.com>
15906              Date: 10 Jan 2002 08:56:05 -0800
15907              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
15908      Branch: perl
15909            ! toke.c
15910 ____________________________________________________________________________
15911 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
15912         Log: Subject: [PATCH] doc fixes
15913              From: "Brendan O'Dea" <bod@debian.org>
15914              Date: Fri, 11 Jan 2002 03:49:54 +1100
15915              Message-ID: <20020110164954.GA21891@compusol.com.au>
15916      Branch: perl
15917            ! lib/I18N/Collate.pm pod/perlfunc.pod
15918 ____________________________________________________________________________
15919 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
15920         Log: Integrate perlio; More signal hackery.
15921      Branch: perl
15922           !> win32/win32.c
15923 ____________________________________________________________________________
15924 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
15925         Log: No need to show internal encodings, or return them
15926              in random order.
15927      Branch: perl
15928            ! ext/Encode/Encode.pm
15929 ____________________________________________________________________________
15930 [ 14168] By: nick                                  on 2002/01/10  17:33:31
15931         Log: Integrate mainline
15932      Branch: perlio
15933            - ext/Unicode/Normalize/Normalize.pod
15934           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
15935           !> ext/Unicode/Normalize/Makefile.PL
15936           !> ext/Unicode/Normalize/Normalize.pm
15937           !> ext/Unicode/Normalize/Normalize.xs
15938           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
15939           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
15940           !> t/run/kill_perl.t toke.c
15941 ____________________________________________________________________________
15942 [ 14167] By: nick                                  on 2002/01/10  17:08:35
15943         Log: More signal hackery
15944      Branch: perlio
15945            ! win32/win32.c
15946 ____________________________________________________________________________
15947 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
15948         Log: I think we can claim to be supporting Unicode
15949              "loose matching" now.
15950      Branch: perl
15951            ! pod/perlunicode.pod
15952 ____________________________________________________________________________
15953 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
15954         Log: Subject: doc patch
15955              From: mjd@plover.com
15956              Date: 10 Jan 2002 15:12:27 -0000
15957              Message-ID: <20020110151227.14850.qmail@plover.com>
15958      Branch: perl
15959            ! pod/perlrun.pod
15960 ____________________________________________________________________________
15961 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
15962         Log: Subject: Re: [ID 20011223.001] accept leaks memory
15963              From: Andy Dougherty <doughera@lafayette.edu>
15964              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
15965              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
15966      Branch: perl
15967            ! hints/linux.sh
15968 ____________________________________________________________________________
15969 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
15970         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
15971      Branch: perl
15972           !> win32/win32.c
15973 ____________________________________________________________________________
15974 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
15975         Log: Subject: [PATCH] Magic numbers in B::Concise
15976              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
15977              Date: Wed, 9 Jan 2002 23:04:01 -0800
15978              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
15979      Branch: perl
15980            ! ext/B/B/Concise.pm ext/B/O.pm
15981 ____________________________________________________________________________
15982 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
15983         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
15984              From: Gisle Aas <gisle@ActiveState.com>
15985              Date: 09 Jan 2002 21:52:40 -0800
15986              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
15987      Branch: perl
15988            ! t/lib/strict/vars toke.c
15989 ____________________________________________________________________________
15990 [ 14160] By: nick                                  on 2002/01/09  21:29:39
15991         Log: Skeleton coding of more kill() support on Win32.
15992      Branch: perlio
15993            ! win32/win32.c
15994 ____________________________________________________________________________
15995 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
15996         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
15997              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15998              Date: Wed, 9 Jan 2002 23:24:32 +0100
15999              Message-ID: <20020109232432.A692@rafael>
16000      Branch: perl
16001            ! ext/B/B/Deparse.pm
16002 ____________________________________________________________________________
16003 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
16004         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
16005              From: Jonathan Stowe <gellyfish@gellyfish.com>
16006              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
16007              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
16008      Branch: perl
16009            ! t/run/kill_perl.t
16010 ____________________________________________________________________________
16011 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
16012         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
16013              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16014              Date: Wed, 09 Jan 2002 20:16:54 +0000
16015              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
16016      Branch: perl
16017            ! regexec.c
16018 ____________________________________________________________________________
16019 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
16020         Log: Subject: [Patch @14129] fixes Unicode::Normalize
16021              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16022              Date: Thu, 10 Jan 2002 01:08:56 +0900
16023              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
16024      Branch: perl
16025            - ext/Unicode/Normalize/Normalize.pod
16026            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
16027            ! ext/Unicode/Normalize/Normalize.pm
16028            ! ext/Unicode/Normalize/Normalize.xs
16029            ! ext/Unicode/Normalize/mkheader
16030 ____________________________________________________________________________
16031 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
16032         Log: Integrate perlio; (Re-)implement alarm() for Win32.
16033      Branch: perl
16034           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
16035           !> win32/win32iop.h
16036 ____________________________________________________________________________
16037 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
16038         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
16039              From: Nicholas Clark <nick@unfortu.net>
16040              Date: Wed, 9 Jan 2002 17:56:04 +0000
16041              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
16042      Branch: perl
16043            ! t/op/readdir.t
16044 ____________________________________________________________________________
16045 [ 14153] By: nick                                  on 2002/01/09  16:18:57
16046         Log: Integrate mainline
16047      Branch: perlio
16048           +> ext/threads/t/stress_re.t t/op/unifold.t
16049            - lib/unifold.t
16050           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
16051           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
16052           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
16053 ____________________________________________________________________________
16054 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
16055         Log: Update Changes.
16056      Branch: perl
16057            ! Changes patchlevel.h
16058 ____________________________________________________________________________
16059 [ 14151] By: nick                                  on 2002/01/09  14:27:36
16060         Log: (Re-)implement alarm() for Win32.
16061      Branch: perlio
16062            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
16063            ! win32/win32iop.h
16064 ____________________________________________________________________________
16065 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
16066         Log: Thinko.
16067      Branch: perl
16068            ! ext/threads/t/stress_re.t
16069 ____________________________________________________________________________
16070 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
16071         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
16072              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
16073              Date: Wed, 09 Jan 2002 13:37:17 +0000                
16074              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
16075      Branch: perl
16076            ! regexec.c t/op/re_tests
16077 ____________________________________________________________________________
16078 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
16079         Log: Subject: Re: Weird Malformed warning in bleadperl    
16080              From: andreas.koenig@anima.de (Andreas J. Koenig)    
16081              Date: 09 Jan 2002 11:12:37 +0100
16082              Message-ID: <m3itabbzoq.fsf@anima.de>
16083      Branch: perl
16084            ! regexec.c t/op/pat.t
16085 ____________________________________________________________________________
16086 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
16087         Log: Forgot stress_re.t from MANIFEST.
16088      Branch: perl
16089            ! MANIFEST
16090 ____________________________________________________________________________
16091 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
16092         Log: In dumping use isPRINT() instead of isprint() so that locale
16093              does not come into play.
16094      Branch: perl
16095            ! utf8.c
16096 ____________________________________________________________________________
16097 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
16098         Log: Add a threads stress test for regular expressions
16099              (mostly just a modified stress_string.t) and doesn't
16100              test that much of regular expressions, just that $1
16101              doesn't get stomped by competing threads (as it does
16102              in the 5005threads of old).
16103      Branch: perl
16104            + ext/threads/t/stress_re.t
16105            ! MANIFEST
16106 ____________________________________________________________________________
16107 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
16108         Log: (retracted by #14307)
16109              Subject: Re: [ID 20010912.007] substr reference core dump
16110              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16111              Date: Tue, 08 Jan 2002 19:17:50 +0000
16112              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
16113      Branch: perl
16114            ! scope.c t/run/kill_perl.t
16115 ____________________________________________________________________________
16116 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
16117         Log: SANY (. with /s) wasn't happy on Unicode.
16118      Branch: perl
16119            ! regexec.c t/op/pat.t
16120 ____________________________________________________________________________
16121 [ 14142] By: ams                                   on 2002/01/08  22:42:10
16122         Log: Subject: [PATCH] perldebug nit
16123              From: Tels <tels@bloodgate.com>
16124              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
16125      Branch: perl
16126            ! pod/perldebug.pod
16127 ____________________________________________________________________________
16128 [ 14141] By: ams                                   on 2002/01/08  21:32:59
16129         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
16130              From: "Green, Paul" <Paul.Green@stratus.com>
16131              Date: Tue, 8 Jan 2002 17:31:35 -0500
16132              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
16133      Branch: perl
16134            ! Makefile.SH
16135 ____________________________________________________________________________
16136 [ 14140] By: ams                                   on 2002/01/08  21:27:57
16137         Log: Subject: [PATCH] Re: Slight chokage from Deparse
16138              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16139              Date: Tue, 8 Jan 2002 23:04:45 +0100
16140              Message-Id: <20020108230445.A4798@rafael>
16141      Branch: perl
16142            ! ext/B/B/Deparse.pm
16143 ____________________________________________________________________________
16144 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
16145         Log: Subject: [patch] peep() is rude
16146              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
16147              Date: Tue, 08 Jan 2002 19:17:50 +0000            
16148              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
16149      Branch: perl
16150            ! op.c t/run/kill_perl.t
16151 ____________________________________________________________________________
16152 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
16153         Log: unifold is really an op test since it requires
16154              no external modules for its actual testing:
16155              only the unicore CaseFold.txt file, and File::Spec
16156              to portably access that file.
16157      Branch: perl
16158            + t/op/unifold.t
16159            - lib/unifold.t
16160            ! MANIFEST
16161 ____________________________________________________________________________
16162 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
16163         Log: Subject: [patch] save a test 
16164              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16165              Date: Tue, 08 Jan 2002 16:18:47 +0000
16166              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
16167      Branch: perl
16168            ! regcomp.c
16169 ____________________________________________________________________________
16170 [ 14136] By: nick                                  on 2002/01/08  16:11:55
16171         Log: Integrate mainline
16172      Branch: perlio
16173           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
16174           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
16175           !> (integrate 37 files)
16176 ____________________________________________________________________________
16177 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
16178         Log: Subject: Not OK 13843 
16179              From: andreas.koenig@anima.de (Andreas J. Koenig)
16180              Date: 08 Jan 2002 14:12:29 +0100
16181              Message-ID: <m38zb9c7gi.fsf@anima.de>
16182      Branch: perl
16183            ! op.c t/op/subst.t
16184 ____________________________________________________________________________
16185 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
16186         Log: Missed one variant of the fold testing, noticed bu Hugo.
16187      Branch: perl
16188            ! lib/unifold.t
16189 ____________________________________________________________________________
16190 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
16191         Log: Enchance the Storable magic description.
16192      Branch: perl
16193            ! ext/Storable/Storable.pm
16194 ____________________________________________________________________________
16195 [ 14132] By: ams                                   on 2002/01/08  09:16:12
16196         Log: Subject: [PATCH] don't installperl pods
16197              From: H.Merijn Brand <h.m.brand@hccnet.nl>
16198              Date: Tue, 08 Jan 2002 10:36:01 +0100
16199              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
16200      Branch: perl
16201            ! installperl
16202 ____________________________________________________________________________
16203 [ 14131] By: ams                                   on 2002/01/08  03:38:40
16204         Log: Subject: Math-BigInt v1.49 released
16205              From: Tels <perl_dummy@bloodgate.com>
16206              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
16207      Branch: perl
16208            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
16209            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
16210            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
16211            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
16212            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
16213            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
16214            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
16215            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
16216            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
16217            ! t/lib/Math/BigInt/Subclass.pm
16218 ____________________________________________________________________________
16219 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
16220         Log: A little better comments.
16221      Branch: perl
16222            ! regexec.c
16223 ____________________________________________________________________________
16224 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
16225         Log: No normalization form DNF.
16226      Branch: perl
16227            ! ext/Unicode/Normalize/Normalize.pm
16228 ____________________________________________________________________________
16229 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
16230         Log: Extension nits found by -Wall (several from threads
16231              and threads::shared, but leaving them to Arthur).
16232      Branch: perl
16233            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
16234            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
16235            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
16236            ! ext/Unicode/Normalize/mkheader x2p/str.c
16237 ____________________________________________________________________________
16238 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
16239         Log: Sync up Changes etc.
16240      Branch: maint-5.6/macperl
16241            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
16242 ____________________________________________________________________________
16243 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
16244         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
16245      Branch: maint-5.6/macperl
16246            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
16247 ____________________________________________________________________________
16248 [ 14125] By: ams                                   on 2002/01/07  22:03:22
16249         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
16250              From: Nicholas Clark (sans From field in mail header)
16251              Date: Mon, 7 Jan 2002 16:18:23 +0000
16252              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
16253      Branch: perl
16254            ! lib/Exporter.pm
16255 ____________________________________________________________________________
16256 [ 14124] By: ams                                   on 2002/01/07  21:46:11
16257         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
16258              From: "Green, Paul" <Paul.Green@stratus.com>
16259              Date: Mon, 7 Jan 2002 16:59:38 -0500
16260              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
16261      Branch: perl
16262            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
16263 ____________________________________________________________________________
16264 [ 14123] By: nick                                  on 2002/01/07  18:49:55
16265         Log: Integrate mainline
16266      Branch: perlio
16267           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
16268           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
16269           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
16270           !> regexec.c t/op/re_tests utf8.c utf8.h
16271 ____________________________________________________________________________
16272 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
16273         Log: Update Changes.
16274      Branch: perl
16275            ! Changes patchlevel.h
16276 ____________________________________________________________________________
16277 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
16278         Log: Subject: [PATCH] Correct module name in perldelta*
16279              From: Mike Guy <mjtg@cam.ac.uk>
16280              Date: Mon, 07 Jan 2002 17:02:43 +0000
16281              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
16282      Branch: perl
16283            ! pod/perl561delta.pod pod/perl56delta.pod
16284 ____________________________________________________________________________
16285 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
16286         Log: AUTHORS update.
16287      Branch: perl
16288            ! AUTHORS
16289 ____________________________________________________________________________
16290 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
16291         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
16292      Branch: perl
16293            ! ext/Storable/Storable.pm
16294 ____________________________________________________________________________
16295 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
16296         Log: perldelta updates.
16297      Branch: perl
16298            ! pod/perldelta.pod
16299 ____________________________________________________________________________
16300 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
16301         Log: Document the flags of pv_uni_display().
16302      Branch: perl
16303            ! pod/perlapi.pod utf8.c
16304 ____________________________________________________________________________
16305 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
16306         Log: Forgot from #14115.
16307      Branch: perl
16308            ! t/op/re_tests
16309 ____________________________________________________________________________
16310 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
16311         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
16312              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
16313              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
16314              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
16315      Branch: perl
16316            ! regcomp.c
16317 ____________________________________________________________________________
16318 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
16319         Log: More regex and utf8 debug dumping.
16320      Branch: perl
16321            ! dump.c regcomp.c regexec.c utf8.c utf8.h
16322 ____________________________________________________________________________
16323 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
16324         Log: Unused variable.
16325      Branch: perl
16326            ! regcomp.c
16327 ____________________________________________________________________________
16328 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
16329         Log: Regen toc.
16330      Branch: perl
16331            ! pod/perltoc.pod
16332 ____________________________________________________________________________
16333 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
16334         Log: capitalize correctly, noticed by David Dyck.
16335      Branch: perl
16336            ! lib/sort.pm
16337 ____________________________________________________________________________
16338 [ 14110] By: nick                                  on 2002/01/06  22:05:19
16339         Log: Integrate mainline - threads mended, DB_File sick?
16340      Branch: perlio
16341           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
16342           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
16343           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
16344           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
16345           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
16346 ____________________________________________________________________________
16347 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
16348         Log: No need to overqualify.
16349      Branch: perl
16350            ! lib/sort.pm
16351 ____________________________________________________________________________
16352 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
16353         Log: PL_debug_pad wasn't initialized to zeroes which broke
16354              ithreads + DEBUGGING.
16355      Branch: perl
16356            ! sv.c
16357 ____________________________________________________________________________
16358 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
16359         Log: Update Changes.
16360      Branch: perl
16361            ! Changes patchlevel.h
16362 ____________________________________________________________________________
16363 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
16364         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
16365              From: Jonathan Stowe <gellyfish@gellyfish.com>
16366              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
16367              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
16368      Branch: perl
16369            ! pp_sys.c
16370 ____________________________________________________________________________
16371 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
16372         Log: DB_File sync from Paul Marquess.
16373      Branch: perl
16374            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16375            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
16376            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
16377 ____________________________________________________________________________
16378 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
16379         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
16380              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
16381              Date: Sun, 6 Jan 2002 11:44:30 +0100
16382              Message-ID: <3C38389E.7831.493570@localhost>
16383      Branch: perl
16384            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
16385            ! utils/perlcc.PL
16386 ____________________________________________________________________________
16387 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
16388         Log: Tests for #14098.
16389      Branch: perl
16390            ! t/op/lc.t
16391 ____________________________________________________________________________
16392 [ 14102] By: nick                                  on 2002/01/06  11:33:55
16393         Log: Integrate mainline (PPPort still multi-building).
16394      Branch: perlio
16395           +> lib/unifold.t
16396           !> (integrate 30 files)
16397 ____________________________________________________________________________
16398 [ 14101] By: ams                                   on 2002/01/06  04:52:50
16399         Log: Subject: [PATCH] Bad prototype detection now an optional warning
16400              From: Sam Tregar <sam@tregar.com>
16401              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
16402              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
16403      Branch: perl
16404            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
16405            ! t/comp/proto.t toke.c
16406 ____________________________________________________________________________
16407 [ 14100] By: ams                                   on 2002/01/06  01:56:59
16408         Log: Subject: [PATCH] Correct several Stratus VOS build issues
16409              From: "Green, Paul" <Paul.Green@stratus.com>
16410              Date: Sat, 5 Jan 2002 21:30:56 -0500
16411              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
16412      Branch: perl
16413            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
16414 ____________________________________________________________________________
16415 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
16416         Log: Further perl.org URL elaboration from Ask.
16417      Branch: perl
16418            ! pod/perlfaq1.pod pod/perlfaq2.pod
16419 ____________________________________________________________________________
16420 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
16421         Log: The same problem with To{Lower,Title,Upper}
16422              as earlier with ToFold.
16423      Branch: perl
16424            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
16425            ! lib/unicore/To/Upper.pl lib/unicore/mktables
16426 ____________________________________________________________________________
16427 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
16428         Log: Retract #14057 for now; the alarm/setitimer timers
16429              seen to be the same in many systems, which leads into
16430              hangups.
16431      Branch: perl
16432            ! ext/Time/HiRes/HiRes.t
16433 ____________________________________________________________________________
16434 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
16435         Log: Finish up (ha!) the Unicode case folding;
16436              enhance regex dumping code.
16437      Branch: perl
16438            + lib/unifold.t
16439            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
16440            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
16441 ____________________________________________________________________________
16442 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
16443         Log: Use the perl.org news gw instead of the perl.com one
16444              (from Ask).
16445      Branch: perl
16446            ! pod/perlfaq1.pod pod/perlfaq2.pod
16447 ____________________________________________________________________________
16448 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
16449         Log: Zero() wasn't documented.
16450      Branch: perl
16451            ! pod/perlclib.pod
16452 ____________________________________________________________________________
16453 [ 14093] By: ams                                   on 2002/01/05  17:58:35
16454         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
16455              From: Nicholas Clark <nick@unfortu.net>
16456              Date: Sat, 5 Jan 2002 18:55:39 +0000
16457              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
16458      Branch: perl
16459            ! lib/Memoize/t/tie_ndbm.t
16460 ____________________________________________________________________________
16461 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
16462         Log: Also UNICOS/mk has deviant socketpair().
16463      Branch: perl
16464            ! ext/Socket/socketpair.t
16465 ____________________________________________________________________________
16466 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
16467         Log: Ooops.  Retract the regex parts of #14090.
16468      Branch: perl
16469            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
16470 ____________________________________________________________________________
16471 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
16472         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
16473              From: Nicholas Clark <nick@unfortu.net> 
16474              Date: Sat, 5 Jan 2002 18:10:13 +0000
16475              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
16476      Branch: perl
16477            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
16478            ! regcomp.h regexec.c
16479 ____________________________________________________________________________
16480 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
16481         Log: Integrate perlio; a missing aTHX.
16482      Branch: perl
16483           !> op.c
16484 ____________________________________________________________________________
16485 [ 14088] By: nick                                  on 2002/01/05  12:35:01
16486         Log: One missing aTHX_
16487      Branch: perlio
16488            ! op.c
16489 ____________________________________________________________________________
16490 [ 14087] By: nick                                  on 2002/01/05  12:00:48
16491         Log: Raw integrate of mainline - op.c looks dodgy.
16492      Branch: perlio
16493           +> lib/Pod/t/Functions.t t/op/winsystem.t
16494            - lib/File/Spec/NW5.pm t/op/system.t
16495           !> (integrate 77 files)
16496 ____________________________________________________________________________
16497 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
16498         Log: integrate changes from maint-5.6/macperl branch
16499      Branch: maint-5.6/perl
16500           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
16501           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
16502 ____________________________________________________________________________
16503 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
16504         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
16505              found by Marc Lehmann.
16506      Branch: perl
16507            ! pp.c
16508 ____________________________________________________________________________
16509 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
16510         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
16511              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16512              Date: Sat, 5 Jan 2002 00:31:12 +0100
16513              Message-ID: <20020105003112.E1850@rafael>              
16514      Branch: perl
16515            ! t/comp/proto.t
16516 ____________________________________________________________________________
16517 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
16518         Log: A bit of "perl.com" cleanup.
16519      Branch: perl
16520            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
16521            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
16522            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
16523            ! pod/perlmodlib.PL pod/perlmodlib.pod
16524 ____________________________________________________________________________
16525 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
16526         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
16527              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16528              Date: Fri, 4 Jan 2002 23:35:19 +0100
16529              Message-ID: <20020104233519.A1850@rafael>
16530      Branch: perl
16531            ! op.c
16532 ____________________________________________________________________________
16533 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
16534         Log: Integrate change #14062 from macperl;
16535              Define setbuf, setvbuf for Mac OS
16536      Branch: perl
16537           !> ext/IO/IO.xs
16538 ____________________________________________________________________________
16539 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
16540         Log: Bump version, update Changes
16541      Branch: maint-5.6/macperl
16542            ! macos/Changes macos/MPVersion.r
16543 ____________________________________________________________________________
16544 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
16545         Log: Add more droplets
16546      Branch: maint-5.6/macperl
16547            + macos/macperl/Droplets/gluedialect.plx
16548            + macos/macperl/Droplets/glueedit.plx
16549            + macos/macperl/Droplets/gluemac.plx
16550            + macos/macperl/Droplets/gluescriptadds.plx
16551            + macos/macperl/Droplets/installme.plx
16552            + macos/macperl/Droplets/show_glue_pods.plx
16553            + macos/macperl/Droplets/tarzipme.plx
16554            + macos/macperl/Droplets/untarzipme.plx
16555 ____________________________________________________________________________
16556 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
16557         Log: Display the native pwd command.
16558      Branch: perl
16559            ! ext/Cwd/t/cwd.t
16560 ____________________________________________________________________________
16561 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
16562         Log: Under Mac OS X /dev/stdout is normally a symlink,
16563              but when running the test it seems to become a socket.
16564              So let's extend our censorship.
16565      Branch: perl
16566            ! t/op/stat.t
16567 ____________________________________________________________________________
16568 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
16569         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
16570      Branch: maint-5.6/macperl
16571            + macos/HandleSocket.cp
16572            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
16573            ! macos/macperl.sym
16574 ____________________________________________________________________________
16575 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
16576         Log: Doc updates
16577      Branch: maint-5.6/macperl
16578            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
16579 ____________________________________________________________________________
16580 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
16581         Log: Update libraries
16582      Branch: maint-5.6/macperl
16583            ! macos/macperl/Makefile.mk
16584 ____________________________________________________________________________
16585 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
16586         Log: Update tests to Mac::StandardFile from StandardFile.pl,
16587              plus other fixes
16588      Branch: maint-5.6/macperl
16589            ! macos/ext/Mac/Menus/t/MenuBar.t
16590            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
16591            ! macos/ext/Mac/Movies/t/PlayMovie.t
16592            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
16593            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
16594            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
16595            ! macos/ext/Mac/Resources/t/Resources.t
16596 ____________________________________________________________________________
16597 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
16598         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
16599      Branch: maint-5.6/macperl
16600            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
16601            ! macos/ext/Mac/Movies/Movies.xs
16602            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
16603            ! macos/ext/Mac/StandardFile/StandardFile.xs
16604            ! macos/ext/Mac/Windows/Windows.xs
16605 ____________________________________________________________________________
16606 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
16607         Log: Updates for Universal Headers 3.4 (forgot one)
16608      Branch: maint-5.6/macperl
16609            ! macos/macperl/MPConsole.cp
16610 ____________________________________________________________________________
16611 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
16612         Log: Updates for Universal Headers 3.4
16613      Branch: maint-5.6/macperl
16614            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
16615            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
16616            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
16617            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
16618            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
16619            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
16620            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
16621            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
16622            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
16623 ____________________________________________________________________________
16624 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
16625         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
16626              from <200112112327.JAA25434@gpo.metropolis.net.au>;
16627              don't crash on quit for 68K (MacPerl Bug #490013)
16628      Branch: maint-5.6/macperl
16629            ! macos/macish.c macos/macperl/MPConsole.cp
16630 ____________________________________________________________________________
16631 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
16632         Log: If we do have socketpair(), make my_socketpair()
16633              just call the real socketpair().  This way we always
16634              have real code behind my_socketpair() and a symbol
16635              corresponding to the my_socketpair in global.sym.
16636      Branch: perl
16637            ! embed.fnc embed.h makedef.pl proto.h util.c
16638 ____________________________________________________________________________
16639 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
16640         Log: Disable sigaction (MacPerl Bug #470321)
16641      Branch: maint-5.6/macperl
16642            ! macos/config.h macos/config.sh
16643 ____________________________________________________________________________
16644 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
16645         Log: Make GUSI resource work (MacPerl Bug #464638)
16646      Branch: maint-5.6/macperl
16647            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
16648            ! macos/macperl/MacPerl.rsrc
16649 ____________________________________________________________________________
16650 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
16651         Log: Make AutoSplit go a little deeper
16652      Branch: maint-5.6/macperl
16653            ! macos/Makefile.mk
16654 ____________________________________________________________________________
16655 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
16656         Log: A few doc updates from bleadperl
16657      Branch: maint-5.6/macperl
16658            ! pod/perlmodinstall.pod pod/perlport.pod
16659 ____________________________________________________________________________
16660 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
16661         Log: Sync up to latest changes from bleadperl
16662      Branch: maint-5.6/macperl
16663            ! lib/File/Find.pm
16664 ____________________________________________________________________________
16665 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
16666         Log: Define setbuf, setvbuf for Mac OS
16667      Branch: maint-5.6/macperl
16668            ! ext/IO/IO.xs
16669 ____________________________________________________________________________
16670 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
16671         Log: Delete by request of Mark-Jason Dominus (change #13676)
16672      Branch: maint-5.6/macperl
16673            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
16674 ____________________________________________________________________________
16675 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
16676         Log: Spread the good word of "env".
16677      Branch: perl
16678            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
16679 ____________________________________________________________________________
16680 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
16681         Log: Till the system tests do something non-Win*, better rename
16682              the test so that people on other platforms don't get confused.
16683              (Not win32system, because assumedly there's win64, too.)
16684      Branch: perl
16685            + t/op/winsystem.t
16686            - t/op/system.t
16687            ! MANIFEST
16688 ____________________________________________________________________________
16689 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
16690         Log: Some tweaks.
16691      Branch: perl
16692            ! lib/Pod/t/Functions.t
16693 ____________________________________________________________________________
16694 [ 14057] By: ams                                   on 2002/01/04  17:40:31
16695         Log: (retracted by #14057)
16696              
16697              Subject: [PATCH] Time/HiRes/HiRes.t
16698              From: Nicholas Clark <nick@unfortu.net>
16699              Date: Fri, 4 Jan 2002 17:28:46 +0000
16700              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
16701      Branch: perl
16702            ! ext/Time/HiRes/HiRes.t
16703 ____________________________________________________________________________
16704 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
16705         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
16706              From: Abe Timmerman <abe@ztreet.demon.nl>
16707              Date: Fri, 04 Jan 2002 18:42:33 +0100
16708              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
16709      Branch: perl
16710            + lib/Pod/t/Functions.t
16711            ! MANIFEST lib/Pod/Functions.pm
16712 ____________________________________________________________________________
16713 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
16714         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
16715              From: "Craig A. Berry" <craigberry@mac.com>
16716              Date: Thu, 3 Jan 2002 17:32:20 -0600
16717              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
16718      Branch: perl
16719            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
16720 ____________________________________________________________________________
16721 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
16722         Log: Document the U+0085, U+2028, and U+2029.
16723      Branch: perl
16724            ! pod/perlre.pod pod/perlretut.pod
16725 ____________________________________________________________________________
16726 [ 14053] By: ams                                   on 2002/01/04  03:27:44
16727         Log: Subject: [PATCH] warn if not CORE::dump
16728              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16729              Date: Thu, 3 Jan 2002 22:04:00 +0100
16730              Message-Id: <20020103220400.A13958@rafael>
16731      Branch: perl
16732            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
16733 ____________________________________________________________________________
16734 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
16735         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
16736      Branch: perl
16737            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
16738 ____________________________________________________________________________
16739 [ 14051] By: ams                                   on 2002/01/04  03:00:12
16740         Log: Subject: [PATCH] File::Compare::VERSION
16741              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16742              Date: Thu, 3 Jan 2002 23:42:52 +0100
16743              Message-Id: <20020103234252.G13958@rafael>
16744      Branch: perl
16745            ! lib/File/Compare.pm
16746 ____________________________________________________________________________
16747 [ 14050] By: ams                                   on 2002/01/04  02:58:05
16748         Log: Subject: [PATCH @14042] threads::shared doc
16749              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
16750              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
16751              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
16752      Branch: perl
16753            ! ext/threads/shared/shared.pm
16754 ____________________________________________________________________________
16755 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
16756         Log: #14048 exposed few false positives, to be fixed soonish.
16757      Branch: perl
16758            ! t/op/pat.t
16759 ____________________________________________________________________________
16760 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
16761         Log: Do not add the first characters of multicharacter foldings
16762              into character classes.
16763      Branch: perl
16764            ! regcomp.c
16765 ____________________________________________________________________________
16766 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
16767         Log: A bit of testing for #14046.
16768      Branch: perl
16769            ! t/op/pat.t
16770 ____________________________________________________________________________
16771 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
16772         Log: Allow emitting the foldcased version of "\x{df}", "ss"
16773              (among others, another example would be \x{fb00} -> "ff")
16774      Branch: perl
16775            ! regcomp.c
16776 ____________________________________________________________________________
16777 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
16778         Log: Subject: [PATCH] File::Spec & NetWare
16779              From: Dave Rolsky <autarch@urth.org>
16780              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
16781              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
16782      Branch: perl
16783            - lib/File/Spec/NW5.pm
16784            ! MANIFEST lib/File/Spec.pm
16785 ____________________________________________________________________________
16786 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
16787         Log: FAQ sync (RCS Ids only?)
16788      Branch: perl
16789            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
16790 ____________________________________________________________________________
16791 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
16792         Log: AUTHORs updates.
16793      Branch: perl
16794            ! AUTHORS
16795 ____________________________________________________________________________
16796 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
16797         Log: Update Changes.
16798      Branch: perl
16799            ! Changes patchlevel.h
16800 ____________________________________________________________________________
16801 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
16802         Log: Missed the =head1 additions.
16803      Branch: perl
16804            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
16805            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
16806            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
16807            ! util.c
16808 ____________________________________________________________________________
16809 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
16810         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
16811              From: Robin Barker <rmb1@cise.npl.co.uk>
16812              Date: Thu, 3 Jan 2002 15:26:20 GMT
16813              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
16814      Branch: perl
16815            ! lib/Carp.t lib/Carp/Heavy.pm
16816 ____________________________________________________________________________
16817 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
16818         Log: Subject: [PATCH hv.c] 
16819              From: Robin Barker <rmb1@cise.npl.co.uk>
16820              Date: Thu, 3 Jan 2002 14:49:06 GMT
16821              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
16822              
16823              -Wformat check.
16824      Branch: perl
16825            ! hv.c
16826 ____________________________________________________________________________
16827 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
16828         Log: NetWare tweaks from Ananth Kesari.
16829      Branch: perl
16830            ! NetWare/t/NWScripts.pl lib/File/Find.pm
16831 ____________________________________________________________________________
16832 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
16833         Log: Cast.
16834      Branch: perl
16835            ! regexec.c
16836 ____________________________________________________________________________
16837 [ 14036] By: ams                                   on 2002/01/03  12:12:31
16838         Log: Grammar fix suggested by Gwyn Judd.
16839      Branch: perl
16840            ! pod/perldiag.pod
16841 ____________________________________________________________________________
16842 [ 14035] By: nick                                  on 2002/01/03  09:22:42
16843         Log: More strange perlio != mainline differences where
16844              I have not been.
16845      Branch: perlio
16846           !> hints/unicos.sh hints/unicosmk.sh
16847 ____________________________________________________________________________
16848 [ 14034] By: nick                                  on 2002/01/03  09:19:37
16849         Log: Integrate mainline (including force integrate of
16850              lib/charnames.pm which had got out-of-step)
16851      Branch: perlio
16852           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
16853 ____________________________________________________________________________
16854 [ 14033] By: ams                                   on 2002/01/03  08:24:24
16855         Log: Subject: Not ok 14031: PPPort Makefile.PL
16856              From: andreas.koenig@anima.de (Andreas J. Koenig)
16857              Date: 03 Jan 2002 10:17:46 +0100
16858              Message-Id: <m3sn9n94jp.fsf@anima.de>
16859      Branch: perl
16860            ! ext/Devel/PPPort/Makefile.PL
16861 ____________________________________________________________________________
16862 [ 14032] By: nick                                  on 2002/01/03  08:24:00
16863         Log: Integrate mainline.
16864      Branch: perlio
16865           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
16866           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
16867           !> (integrate 31 files)
16868 ____________________________________________________________________________
16869 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
16870         Log: Off-by-one is my middle name.
16871      Branch: perl
16872            ! regexec.c
16873 ____________________________________________________________________________
16874 [ 14030] By: ams                                   on 2002/01/02  23:56:37
16875         Log: Subject: [PATCH @14015] threads::shared disabling
16876              From: Andy Bussey <andybussey@yahoo.co.uk>
16877              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
16878              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
16879      Branch: perl
16880            + ext/threads/shared/t/no_share.t
16881            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
16882 ____________________________________________________________________________
16883 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
16884         Log: Simon's new perlapi scheme, I hope I got all the pieces.
16885      Branch: perl
16886            + autodoc.pl embed.fnc
16887            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
16888 ____________________________________________________________________________
16889 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
16890         Log: Integrate perlio; more PPPort Makefile source dependence removal
16891      Branch: perl
16892           !> ext/Devel/PPPort/Makefile.PL perl.h
16893 ____________________________________________________________________________
16894 [ 14027] By: ams                                   on 2002/01/02  21:42:50
16895         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
16896              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16897              Date: Wed, 2 Jan 2002 23:09:13 +0100
16898              Message-Id: <20020102230913.A17373@rafael>
16899      Branch: perl
16900            ! pod/perldiag.pod
16901 ____________________________________________________________________________
16902 [ 14026] By: ams                                   on 2002/01/02  21:38:34
16903         Log: Subject: Re: PATCH: lib/Term/Cap.pm
16904              From: Jonathan Stowe <gellyfish@gellyfish.com>
16905              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
16906              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
16907      Branch: perl
16908            ! lib/Term/Cap.pm
16909 ____________________________________________________________________________
16910 [ 14025] By: ams                                   on 2002/01/02  18:34:26
16911         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
16912              From: Sam Tregar <sam@tregar.com>
16913              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
16914              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
16915      Branch: perl
16916            ! pod/perldiag.pod t/comp/proto.t toke.c
16917 ____________________________________________________________________________
16918 [ 14024] By: ams                                   on 2002/01/02  18:16:12
16919         Log: Subject: PATCH: lib/Term/Cap.pm
16920              From: Norton Allen <allen@huarp.harvard.edu>
16921              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
16922              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
16923      Branch: perl
16924            ! lib/Term/Cap.pm
16925 ____________________________________________________________________________
16926 [ 14023] By: ams                                   on 2002/01/02  18:12:31
16927         Log: Subject: PATCH: lib/Cwd.pm for QNX4
16928              From: Norton Allen <allen@huarp.harvard.edu>
16929              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
16930              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
16931      Branch: perl
16932            ! lib/Cwd.pm
16933 ____________________________________________________________________________
16934 [ 14022] By: nick                                  on 2002/01/02  18:01:21
16935         Log: More PPPort Makefile source dependence removal
16936      Branch: perlio
16937            ! ext/Devel/PPPort/Makefile.PL
16938 ____________________________________________________________________________
16939 [ 14021] By: nick                                  on 2002/01/02  17:44:36
16940         Log: Sort out muddle of editing on three machines ...
16941      Branch: perlio
16942           !> Changes MANIFEST cygwin/Makefile.SHs
16943           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
16944           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
16945           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
16946 ____________________________________________________________________________
16947 [ 14020] By: ams                                   on 2002/01/02  17:06:27
16948         Log: Fix misplaced application of #14016.
16949      Branch: perl
16950            ! op.c
16951 ____________________________________________________________________________
16952 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
16953         Log: Integrate perlio; avoid uninit debug_pad.
16954      Branch: perl
16955           !> sv.c
16956 ____________________________________________________________________________
16957 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
16958         Log: makedepend VOS fix from Paul Green.
16959      Branch: perl
16960            ! makedepend.SH
16961 ____________________________________________________________________________
16962 [ 14017] By: nick                                  on 2002/01/02  16:09:43
16963         Log: Avoid un-init perl_debug_pad in clones
16964      Branch: perlio
16965            ! sv.c
16966 ____________________________________________________________________________
16967 [ 14016] By: ams                                   on 2002/01/02  15:58:11
16968         Log: Subject: [PATCH] random crash in B::LISTOP::last
16969              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
16970              Date: Wed, 2 Jan 2002 17:37:28 +0100
16971              Message-Id: <3C334558.3906.19CB98D@localhost>
16972      Branch: perl
16973            ! op.c
16974 ____________________________________________________________________________
16975 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
16976         Log: Update Changes.
16977      Branch: perl
16978            ! Changes patchlevel.h
16979 ____________________________________________________________________________
16980 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
16981         Log: One more iteration of the ibcmp_utf8() interface,
16982              hopefully this is a convergent iteration...
16983      Branch: perl
16984            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
16985 ____________________________________________________________________________
16986 [ 14013] By: ams                                   on 2002/01/02  13:43:58
16987         Log: Upgrade to podlators-1.19.
16988      Branch: perl
16989            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
16990            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
16991            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
16992            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
16993            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
16994 ____________________________________________________________________________
16995 [ 14012] By: ams                                   on 2002/01/02  09:48:51
16996         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
16997              From: martyn@inpharmatica.co.uk
16998              Date: Wed, 19 Dec 2001 19:05:00 +0000
16999              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
17000      Branch: perl
17001            ! lib/Pod/Usage.pm
17002 ____________________________________________________________________________
17003 [ 14011] By: nick                                  on 2002/01/02  08:38:18
17004         Log: Integrate mainline
17005      Branch: perlio
17006           !> (integrate 28 files)
17007 ____________________________________________________________________________
17008 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
17009         Log: Make ibcmp_utf8() optionally progress in either string for
17010              as long as it takes and optionally record how far it got.
17011      Branch: perl
17012            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
17013 ____________________________________________________________________________
17014 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
17015         Log: Once more try to get the PPPort Makefile right.
17016      Branch: perl
17017            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
17018 ____________________________________________________________________________
17019 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
17020         Log: -Wall silencing.
17021      Branch: perl
17022            ! utf8.c
17023 ____________________________________________________________________________
17024 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
17025         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
17026              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17027              Date: Tue, 1 Jan 2002 22:45:21 +0100       
17028              Message-ID: <20020101224521.A691@rafael>
17029      Branch: perl
17030            ! ext/B/B/Deparse.pm
17031 ____________________________________________________________________________
17032 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
17033         Log: VOS tweak from Paul Green: VOS has different O_BINARY
17034              and O_TEXT, but VOS always uses LF, never CRLF.
17035      Branch: perl
17036            ! perl.h
17037 ____________________________________________________________________________
17038 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
17039         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
17040      Branch: perl
17041            ! regexec.c utf8.c
17042 ____________________________________________________________________________
17043 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
17044         Log: Now that to_utf8_fold() was fixed.
17045      Branch: perl
17046            ! regcomp.c regexec.c
17047 ____________________________________________________________________________
17048 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
17049         Log: Integrate perlio; experimental binmode() re-coding.
17050      Branch: perl
17051           !> perlio.c
17052 ____________________________________________________________________________
17053 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
17054         Log: Document the to_utf8_*() functions.
17055      Branch: perl
17056            ! embed.pl pod/perlapi.pod utf8.c
17057 ____________________________________________________________________________
17058 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
17059         Log: Better support for multicharacter foldings.
17060              Now all but two of the CaseFold.txt cases work-- but
17061              only when the target string is single-character, more
17062              debugging needed.
17063      Branch: perl
17064            ! regexec.c
17065 ____________________________________________________________________________
17066 [ 14000] By: ams                                   on 2002/01/01  15:59:43
17067         Log: Subject: [PATCH] don't installperl pods
17068              From: Nicholas Clark <nick@unfortu.net>
17069              Date: Tue, 1 Jan 2002 16:44:12 +0000
17070              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
17071      Branch: perl
17072            ! installperl
17073 ____________________________________________________________________________
17074 [ 13999] By: ams                                   on 2002/01/01  14:34:04
17075         Log: Subject: [PATCH] perldiag.pod transposition
17076              From: Nicholas Clark <nick@unfortu.net>
17077              Date: Tue, 1 Jan 2002 15:03:52 +0000
17078              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
17079      Branch: perl
17080            ! pod/perldiag.pod
17081 ____________________________________________________________________________
17082 [ 13998] By: ams                                   on 2002/01/01  13:36:49
17083         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
17084              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17085              Date: Tue, 1 Jan 2002 15:12:36 +0100
17086              Message-Id: <20020101151236.A951@rafael>
17087      Branch: perl
17088            ! pod/perldiag.pod
17089 ____________________________________________________________________________
17090 [ 13997] By: ams                                   on 2002/01/01  13:33:06
17091         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
17092              From: Nicholas Clark <nick@unfortu.net>
17093              Date: Tue, 1 Jan 2002 13:13:17 +0000
17094              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
17095      Branch: perl
17096            ! ext/Socket/socketpair.t
17097 ____________________________________________________________________________
17098 [ 13996] By: ams                                   on 2002/01/01  04:44:28
17099         Log: Subject: [PATCH @13746] Leaner exporter
17100              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17101              Date: Mon, 31 Dec 2001 18:16:08 -0500
17102              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
17103      Branch: perl
17104            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
17105 ____________________________________________________________________________
17106 [ 13995] By: ams                                   on 2002/01/01  04:29:44
17107         Log: Subject: [PATCH @13746] h2xs broken
17108              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17109              Date: Mon, 31 Dec 2001 17:48:55 -0500
17110              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
17111      Branch: perl
17112            ! utils/h2xs.PL
17113 ____________________________________________________________________________
17114 [ 13994] By: ams                                   on 2002/01/01  04:25:46
17115         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
17116              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17117              Date: Mon, 31 Dec 2001 17:42:25 -0500
17118              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
17119      Branch: perl
17120            ! lib/ExtUtils/MM_Unix.pm
17121 ____________________________________________________________________________
17122 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
17123         Log: Rename the variables to be a bit more consistent.
17124      Branch: perl
17125            ! utf8.c
17126 ____________________________________________________________________________
17127 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
17128         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
17129              (found by Jeffrey Friedl)
17130      Branch: perl
17131            ! regexec.c t/op/pat.t utf8.c
17132 ____________________________________________________________________________
17133 [ 13991] By: nick                                  on 2001/12/31  18:08:55
17134         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
17135      Branch: perlio
17136            ! perlio.c
17137 ____________________________________________________________________________
17138 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
17139         Log: Update Changes.
17140      Branch: perl
17141            ! Changes patchlevel.h
17142 ____________________________________________________________________________
17143 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
17144         Log: Less unused ones.
17145      Branch: perl
17146            ! regexec.c
17147 ____________________________________________________________________________
17148 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
17149         Log: Unused variable.
17150      Branch: perl
17151            ! regcomp.c
17152 ____________________________________________________________________________
17153 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
17154         Log: Forgotten file.
17155      Branch: perl
17156            ! MANIFEST
17157 ____________________________________________________________________________
17158 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
17159         Log: Subject: Re: Cygwin: one down one to go 
17160              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17161              Date: Mon, 31 Dec 2001 18:34:36 +0100
17162              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
17163      Branch: perl
17164            ! cygwin/Makefile.SHs
17165 ____________________________________________________________________________
17166 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
17167         Log: Add some comments to the recent Unicode case-folding saga.
17168      Branch: perl
17169            ! regcomp.c regexec.c
17170 ____________________________________________________________________________
17171 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
17172         Log: Slight comment tweakage.
17173      Branch: perl
17174            ! ext/I18N/Langinfo/Langinfo.t
17175 ____________________________________________________________________________
17176 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
17177         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
17178      Branch: perl
17179            ! perl.h
17180 ____________________________________________________________________________
17181 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
17182         Log: Subject: [ PATCH] Cygwin: one down one to go
17183              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17184              Date: Mon, 31 Dec 2001 17:03:40 +0100
17185              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
17186      Branch: perl
17187            ! lib/Pod/t/basic.t
17188 ____________________________________________________________________________
17189 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
17190         Log: Tweak the dependencies not to recompile everytime,
17191              as suggested by NI-S.
17192      Branch: perl
17193            ! ext/Devel/PPPort/Makefile.PL
17194 ____________________________________________________________________________
17195 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
17196         Log: Planning still not right.
17197      Branch: perl
17198            ! lib/User/grent.t
17199 ____________________________________________________________________________
17200 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
17201         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
17202              From: Michael G Schwern <schwern@pobox.com>
17203              Date: Sun, 30 Dec 2001 18:07:55 -0500
17204              Message-ID: <20011230230755.GG12840@blackrider>
17205              
17206              (lib/User/grent, really)
17207      Branch: perl
17208            ! lib/User/grent.t
17209 ____________________________________________________________________________
17210 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
17211         Log: Integrate perlio; cleanup, in particular avoid accidental
17212              PerlIO_flush(NULL) if PerlIONext is NULL.
17213      Branch: perl
17214           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
17215 ____________________________________________________________________________
17216 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
17217         Log: Subject: typo in IO::Socket::INET.pm
17218              From: mjd@plover.com
17219              Date: 31 Dec 2001 14:31:10 -0000
17220              Message-ID: <20011231143110.4989.qmail@plover.com>
17221      Branch: perl
17222            ! ext/IO/lib/IO/Socket/INET.pm
17223 ____________________________________________________________________________
17224 [ 13976] By: nick                                  on 2001/12/31  13:56:11
17225         Log: Integrate mainline
17226      Branch: perlio
17227           !> (integrate 29 files)
17228 ____________________________________________________________________________
17229 [ 13975] By: nick                                  on 2001/12/31  12:40:50
17230         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
17231              if PerlIONext is NULL.
17232      Branch: perlio
17233            ! perlio.c perliol.h
17234 ____________________________________________________________________________
17235 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
17236         Log: Subject: Re: [PATCH] Basic bad prototype detection
17237              From: Sam Tregar <sam@tregar.com>
17238              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
17239              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
17240      Branch: perl
17241            ! t/comp/proto.t toke.c
17242 ____________________________________________________________________________
17243 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
17244         Log: Subject: [PATCH] configure.com / scriptdirexp
17245              From: "Craig A. Berry" <craigberry@mac.com>
17246              Date: Sun, 30 Dec 2001 15:47:28 -0600
17247              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
17248      Branch: perl
17249            ! configure.com
17250 ____________________________________________________________________________
17251 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
17252         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
17253              From: Abe Timmerman <abe@ztreet.demon.nl>
17254              Date: Mon, 31 Dec 2001 03:55:27 +0100
17255              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
17256      Branch: perl
17257            ! lib/ExtUtils/t/MM_Win32.t
17258 ____________________________________________________________________________
17259 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
17260         Log: Subject: [PATCH] Basic bad prototype detection
17261              From: Sam Tregar <sam@tregar.com> 
17262              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
17263              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
17264      Branch: perl
17265            ! pod/perldiag.pod t/comp/proto.t toke.c
17266 ____________________________________________________________________________
17267 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
17268         Log: Makefiles are sloppy about the exe suffix
17269              (from Paul Green)
17270      Branch: perl
17271            ! Makefile.SH x2p/Makefile.SH
17272 ____________________________________________________________________________
17273 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
17274         Log: Delay folding until necessary; start of handling
17275              folding into several characters.
17276      Branch: perl
17277            ! regcomp.c regexec.c
17278 ____________________________________________________________________________
17279 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
17280         Log: gcc -Wall dewhine.
17281      Branch: perl
17282            ! regexec.c
17283 ____________________________________________________________________________
17284 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
17285         Log: More Unicode folding tweaks, avoid potential false matches.
17286      Branch: perl
17287            ! regexec.c
17288 ____________________________________________________________________________
17289 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
17290         Log: Make that six wrongs.
17291      Branch: perl
17292            ! regexec.c utf8.c
17293 ____________________________________________________________________________
17294 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
17295         Log: Four wrongs can make a right.
17296      Branch: perl
17297            ! regexec.c utf8.c
17298 ____________________________________________________________________________
17299 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
17300         Log: Fix all the I case foldings as per CaseFold.txt.
17301      Branch: perl
17302            ! regcomp.c regexec.c
17303 ____________________________________________________________________________
17304 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
17305         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
17306      Branch: perl
17307            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
17308            ! regexec.c utf8.c
17309 ____________________________________________________________________________
17310 [ 13962] By: nick                                  on 2001/12/30  18:33:41
17311         Log: Integrate 8.3 fix for PPPort fix
17312      Branch: perlio
17313           +> ext/Devel/PPPort/ppport_h.PL
17314            - ext/Devel/PPPort/ppport.h.PL
17315            ! ext/Devel/PPPort/MANIFEST
17316           !> ext/Devel/PPPort/Makefile.PL
17317 ____________________________________________________________________________
17318 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
17319         Log: Integrate perlio; more win32 stuff:
17320              
17321              A. Use Perl_my_socketpair()
17322              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
17323              load winsock.
17324              C. (In passing) work round fact that $$ is now SvREADONLY
17325              so we need to take special measures to set it during
17326              pseudo-fork.
17327      Branch: perl
17328           !> util.c win32/perlhost.h
17329 ____________________________________________________________________________
17330 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
17331         Log: Fix ppport.h for Unix.
17332      Branch: perl
17333            + ext/Devel/PPPort/ppport_h.PL
17334            - ext/Devel/PPPort/ppport.h.PL
17335            ! MANIFEST ext/Devel/PPPort/Makefile.PL
17336 ____________________________________________________________________________
17337 [ 13959] By: nick                                  on 2001/12/30  16:53:42
17338         Log: Win32 stuff:
17339              A. Use Perl_my_socketpair()
17340              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
17341              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
17342              take special measures to set it during pseudo-fork.
17343      Branch: perlio
17344            ! util.c win32/perlhost.h
17345 ____________________________________________________________________________
17346 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
17347         Log: Integrate perlio; win32 kicking.
17348      Branch: perl
17349           +> ext/Devel/PPPort/ppport.h.PL
17350           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
17351           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
17352           !> proto.h
17353 ____________________________________________________________________________
17354 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
17355         Log: metaconfig unit change for #13956.
17356      Branch: metaconfig
17357            ! U/modified/spitshell.U
17358 ____________________________________________________________________________
17359 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
17360         Log: Must look for cat also in $PATH (noticed by Philip Newton).
17361      Branch: perl
17362            ! Configure
17363 ____________________________________________________________________________
17364 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
17365         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
17366              From: Blair Zajac <blair@orcaware.com>
17367              Date: Sat, 29 Dec 2001 22:37:03 -0800
17368              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
17369      Branch: perl
17370            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
17371 ____________________________________________________________________________
17372 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
17373         Log: Regen files.
17374      Branch: perl
17375            ! embed.h global.sym pod/perlapi.pod uconfig.h
17376 ____________________________________________________________________________
17377 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
17378         Log: Subject: [PATCH] -t without -w 
17379              From: Michael G Schwern <schwern@pobox.com>
17380              Date: Sat, 29 Dec 2001 23:46:25 -0500
17381              Message-ID: <20011230044625.GA14386@blackrider>
17382      Branch: perl
17383            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
17384            ! warnings.pl
17385 ____________________________________________________________________________
17386 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
17387         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
17388              From: Dave Rolsky <autarch@urth.org>               
17389              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
17390              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
17391              
17392              $^O is NetWare, not Netware.
17393      Branch: perl
17394            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
17395 ____________________________________________________________________________
17396 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
17397         Log: Sarathy thinks undoing C++ comments from C++ files
17398              is a bit too zealous.
17399      Branch: perl
17400            ! win32/perlhost.h win32/vmem.h
17401 ____________________________________________________________________________
17402 [ 13950] By: nick                                  on 2001/12/30  14:30:02
17403         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
17404              This gets them into Errno.pm - yet to prove they end up in $!.
17405      Branch: perlio
17406            ! ext/Errno/Errno_pm.PL
17407 ____________________________________________________________________________
17408 [ 13949] By: nick                                  on 2001/12/30  12:02:21
17409         Log: Integrate Cwd muddle
17410      Branch: perlio
17411           !> MANIFEST installperl lib/Cwd.pm
17412 ____________________________________________________________________________
17413 [ 13948] By: nick                                  on 2001/12/30  11:51:40
17414         Log: remove embed.pl duplicates
17415      Branch: perlio
17416            ! embed.h embed.pl global.sym proto.h
17417 ____________________________________________________________________________
17418 [ 13947] By: nick                                  on 2001/12/30  11:35:51
17419         Log: More Cwd tidy up
17420      Branch: perl
17421            ! MANIFEST installperl
17422 ____________________________________________________________________________
17423 [ 13946] By: nick                                  on 2001/12/30  11:12:42
17424         Log: Undo a mess trying Cwd.pm in its ext directory
17425      Branch: perl
17426            + lib/Cwd.pm
17427            - ext/Cwd/Cwd.pm
17428 ____________________________________________________________________________
17429 [ 13945] By: nick                                  on 2001/12/30  10:03:43
17430         Log: Integrate mainline
17431      Branch: perl
17432           +> ext/Cwd/Cwd.pm
17433            - lib/Cwd.pm
17434            ! MANIFEST
17435      Branch: perlio
17436           !> (integrate 45 files)
17437 ____________________________________________________________________________
17438 [ 13944] By: nick                                  on 2001/12/30  09:27:16
17439         Log: "Port" Devel::PPPort to Win32:
17440              - need to set @INC before use in the test
17441              - {} are special to dmake, so use ppport.h.PL
17442              rather than commandline 
17443      Branch: perlio
17444            + ext/Devel/PPPort/ppport.h.PL
17445            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
17446 ____________________________________________________________________________
17447 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
17448         Log: Update Changes.
17449      Branch: perl
17450            ! Changes patchlevel.h
17451 ____________________________________________________________________________
17452 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
17453         Log: Subject: [PATCH] cleaner close on tests, take 2
17454              From: andreas.koenig@anima.de (Andreas J. Koenig)
17455              Date: 29 Dec 2001 21:42:37 +0100
17456              Message-ID: <m33d1tvjuq.fsf@anima.de>
17457              
17458              (the DB_File patches)
17459      Branch: perl
17460            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
17461            ! ext/DB_File/t/db-recno.t
17462 ____________________________________________________________________________
17463 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
17464         Log: Integrate perlio; regen'ed config_H.?c
17465      Branch: perl
17466           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
17467 ____________________________________________________________________________
17468 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
17469         Log: Subject: [PATCH] cleaner close on tests, take 2             
17470              From: andreas.koenig@anima.de (Andreas J. Koenig)
17471              Date: 29 Dec 2001 21:42:37 +0100
17472              Message-ID: <m33d1tvjuq.fsf@anima.de>
17473              
17474              (except for the three DB_File patch fragments)
17475      Branch: perl
17476            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
17477            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
17478            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
17479            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
17480            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
17481            ! t/op/runlevel.t t/op/write.t t/run/switches.t
17482 ____________________________________________________________________________
17483 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
17484         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
17485              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17486              Date: Sat, 29 Dec 2001 20:38:59 +0100
17487              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
17488              
17489              (NetWare tree not touched because it's very //)
17490      Branch: perl
17491            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
17492            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
17493            ! wince/include/errno.h wince/include/netdb.h
17494            ! wince/include/sys/socket.h wince/include/sys/stat.h
17495            ! wince/perllib.c wince/perlmain.c wince/win32.h
17496            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
17497            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
17498 ____________________________________________________________________________
17499 [ 13938] By: nick                                  on 2001/12/29  19:23:32
17500         Log: Integrate mainline (ok linux)
17501      Branch: perlio
17502           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
17503           !> (integrate 33 files)
17504 ____________________________________________________________________________
17505 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
17506         Log: Give up on serious testing of langinfo().  Leave the old
17507              code in place, though.
17508      Branch: perl
17509            ! ext/I18N/Langinfo/Langinfo.t
17510 ____________________________________________________________________________
17511 [ 13936] By: nick                                  on 2001/12/29  18:20:33
17512         Log: Routine regen_config_h - no real differences other than order of crypt 
17513      Branch: perlio
17514            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17515 ____________________________________________________________________________
17516 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
17517         Log: Integrate perlio;
17518              
17519              Define the two socket error numbers in terms of WSAEXXXXX equivalents
17520              
17521              Fudge Config.pm so File::Spec does not croak.
17522      Branch: perl
17523           !> win32/FindExt.pm win32/win32.h
17524 ____________________________________________________________________________
17525 [ 13934] By: nick                                  on 2001/12/29  17:27:50
17526         Log: Fudge Config.pm so File::Spec does not croak.
17527      Branch: perlio
17528            ! win32/FindExt.pm
17529 ____________________________________________________________________________
17530 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
17531         Log: metaconfig unit changes for #13932.
17532      Branch: metaconfig
17533            + U/modified/Init.U
17534            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
17535 ____________________________________________________________________________
17536 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
17537         Log: VOS tweaks from Paul Green.
17538              
17539              The Configure tweaks: the _exe needs to be
17540              set after the init; VOS has fd 3 hardwired to /dev/tty;
17541              the grep/ln/make substitutions really need to stick.
17542      Branch: perl
17543            ! Configure hints/vos.sh perl.h util.c vos/build.cm
17544            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17545            ! vos/config.ga.h vos/vosish.h
17546 ____________________________________________________________________________
17547 [ 13931] By: nick                                  on 2001/12/29  17:00:38
17548         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
17549              (just to get util.c to compile)
17550      Branch: perlio
17551            ! win32/win32.h
17552 ____________________________________________________________________________
17553 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
17554         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
17555              From: coral@eekeek.org
17556              Date: Fri, 28 Dec 2001 19:58:22 -0500      
17557              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
17558      Branch: perl
17559            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
17560            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
17561            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
17562            ! pod/perlunicode.pod pod/perlxs.pod util.c
17563 ____________________________________________________________________________
17564 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
17565         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
17566      Branch: perl
17567            ! t/op/exec.t
17568 ____________________________________________________________________________
17569 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
17570         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
17571              From: Abe Timmerman <abe@ztreet.demon.nl>
17572              Date: Sat, 29 Dec 2001 13:10:06 +0100
17573              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
17574      Branch: perl
17575            + lib/Pod/t/InputObjects.t
17576 ____________________________________________________________________________
17577 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
17578         Log: Integrate perlio;
17579              
17580              Quick fix (after couple of clever fixes failed) for
17581              "accept leaks memory" fail [ID 20011223.001]
17582              
17583              Nick Clark's embed.pl fix for my_socketpair
17584      Branch: perl
17585           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
17586 ____________________________________________________________________________
17587 [ 13926] By: nick                                  on 2001/12/29  15:23:21
17588         Log: Nick Clark's embed.pl fix for my_socketpair
17589      Branch: perlio
17590            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
17591 ____________________________________________________________________________
17592 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
17593         Log: Slight tweaks on the MM_Win32.t.
17594      Branch: perl
17595            ! lib/ExtUtils/t/MM_Win32.t
17596 ____________________________________________________________________________
17597 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
17598         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
17599              From: Abe Timmerman <abe@ztreet.demon.nl>
17600              Date: Sat, 29 Dec 2001 12:51:36 +0100
17601              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
17602      Branch: perl
17603            + lib/ExtUtils/t/MM_Win32.t
17604            ! MANIFEST
17605 ____________________________________________________________________________
17606 [ 13923] By: nick                                  on 2001/12/29  15:12:07
17607         Log: Quick fix (after couple of clever fixes failed) for
17608              "accept leaks memory" fail [ID 20011223.001]
17609      Branch: perlio
17610            ! pp_sys.c
17611 ____________________________________________________________________________
17612 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
17613         Log: Subject: [PATCH] Module names and other nits
17614              From: Autrijus Tang <autrijus@autrijus.org>                 
17615              Date: Sat, 29 Dec 2001 01:59:28 +0800
17616              Message-ID: <20011229015928.A29712@geb.elixus.org>              
17617      Branch: perl
17618            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
17619            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
17620            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
17621            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
17622            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
17623 ____________________________________________________________________________
17624 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
17625         Log: socketpair tweaks from Nicholas Clark.
17626      Branch: perl
17627            ! ext/Socket/socketpair.t util.c
17628 ____________________________________________________________________________
17629 [ 13920] By: nick                                  on 2001/12/29  12:36:21
17630         Log: Integrate mainline
17631      Branch: perlio
17632           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
17633           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
17634           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
17635           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
17636           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
17637           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
17638           !> t/op/sysio.t
17639 ____________________________________________________________________________
17640 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
17641         Log: Retract #13917.
17642      Branch: perl
17643            ! doop.c
17644 ____________________________________________________________________________
17645 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
17646         Log: Subject: provisional MakeMaker patch for VMS
17647              From: "Craig A. Berry" <craigberry@mac.com> 
17648              Date: Thu, 27 Dec 2001 22:29:37 -0600
17649              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
17650      Branch: perl
17651            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
17652 ____________________________________________________________________________
17653 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
17654         Log: (retracted by #13919)
17655      Branch: perl
17656            ! doop.c
17657 ____________________________________________________________________________
17658 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
17659         Log: metaconfig unit change for #13915.
17660      Branch: metaconfig/U/perl
17661            ! d_u32align.U
17662 ____________________________________________________________________________
17663 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
17664         Log: Remove debris in any case.
17665      Branch: perl
17666            ! Configure
17667 ____________________________________________________________________________
17668 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
17669         Log: Subject: [PATCH] Re: B::walksymtable oddness
17670              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
17671              Date: Thu, 27 Dec 2001 19:14:24 +0100
17672              Message-ID: <3C2B7310.861.18820D0@localhost>
17673      Branch: perl
17674            ! ext/B/B.pm
17675 ____________________________________________________________________________
17676 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
17677         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
17678              From: Nicholas Clark <nick@unfortu.net> 
17679              Date: Fri, 28 Dec 2001 00:43:02 +0000
17680              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
17681      Branch: perl
17682            ! ext/Socket/socketpair.t
17683 ____________________________________________________________________________
17684 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
17685         Log: Fast Latin1<->UTF-8 conversion for older Perls.
17686      Branch: perl
17687            ! pod/perluniintro.pod
17688 ____________________________________________________________________________
17689 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
17690         Log: Update Changes.
17691      Branch: perl
17692            ! Changes patchlevel.h
17693 ____________________________________________________________________________
17694 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
17695         Log: More wait status trickery for BeOS.
17696      Branch: perl
17697            ! ext/POSIX/POSIX.xs
17698 ____________________________________________________________________________
17699 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
17700         Log: metaconfig unit change for #13908.
17701      Branch: metaconfig/U/perl
17702            ! d_u32align.U
17703 ____________________________________________________________________________
17704 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
17705         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
17706      Branch: perl
17707            ! Configure
17708 ____________________________________________________________________________
17709 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
17710         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
17711              From: gbarr@monty.mutatus.co.uk
17712              Date: 27 Dec 2001 14:41:36 -0000
17713              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
17714      Branch: perl
17715            ! lib/ExtUtils/t/Embed.t
17716 ____________________________________________________________________________
17717 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
17718         Log: Subject: [PATCH] Re: socketpair emulation
17719              From: Nicholas Clark <nick@unfortu.net> 
17720              Date: Wed, 26 Dec 2001 20:08:14 +0000
17721              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
17722      Branch: perl
17723            ! ext/Socket/socketpair.t
17724 ____________________________________________________________________________
17725 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
17726         Log: Subject: [DOC PATCH] left is right and right is left
17727              From: Philip Newton <Philip.Newton@gmx.net>
17728              Date: Thu, 27 Dec 2001 10:04:17 +0100
17729              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
17730      Branch: perl
17731            ! pod/perlfunc.pod pod/perlport.pod
17732 ____________________________________________________________________________
17733 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
17734         Log: Subject: [PATCH] check return of close
17735              From: andreas.koenig@anima.de (Andreas J. Koenig)            
17736              Date: 27 Dec 2001 09:47:30 +0100
17737              Message-ID: <m3ellhgicd.fsf@anima.de> 
17738              
17739              Subject: [PATCH] improve error reporting
17740              From: andreas.koenig@anima.de (Andreas J. Koenig)            
17741              Date: 27 Dec 2001 09:54:55 +0100
17742              Message-ID: <m3adw5gi00.fsf@anima.de> 
17743              
17744              Subject: [PATCH] check return value of close
17745              From: andreas.koenig@anima.de (Andreas J. Koenig)            
17746              Date: 27 Dec 2001 10:03:55 +0100
17747              Message-ID: <m3666tghl0.fsf@anima.de> 
17748              
17749              Subject: [PATCH] return of close
17750              From: andreas.koenig@anima.de (Andreas J. Koenig)            
17751              Date: 27 Dec 2001 10:22:15 +0100
17752              Message-ID: <m31yhhggqg.fsf@anima.de> 
17753      Branch: perl
17754            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
17755            ! t/io/fflush.t
17756 ____________________________________________________________________________
17757 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
17758         Log: Subject: [PATCH] check return of close
17759              From: andreas.koenig@anima.de (Andreas J. Koenig)            
17760              Date: 27 Dec 2001 09:47:30 +0100
17761              Message-ID: <m3ellhgicd.fsf@anima.de> 
17762      Branch: perl
17763            ! t/base/rs.t
17764 ____________________________________________________________________________
17765 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
17766         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
17767              From: andreas.koenig@anima.de (Andreas J. Koenig)
17768              Date: 27 Dec 2001 09:21:16 +0100
17769              Message-ID: <m3n105gjk3.fsf@anima.de>
17770      Branch: perl
17771            ! t/op/sysio.t
17772 ____________________________________________________________________________
17773 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
17774         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
17775              From: "Gerrit P. Haase" <gp@familiehaase.de>
17776              Date: Thu, 27 Dec 2001 09:23:55 +0100 
17777              Message-ID: <98211521662.20011227092355@familiehaase.de>
17778      Branch: perl
17779            ! lib/ExtUtils/t/MM_Cygwin.t
17780 ____________________________________________________________________________
17781 [ 13900] By: nick                                  on 2001/12/27  11:11:51
17782         Log: Integrate mainline
17783      Branch: perlio
17784           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
17785           +> lib/File/Spec/NW5.pm
17786           !> (integrate 52 files)
17787 ____________________________________________________________________________
17788 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
17789         Log: Replace the awful (most likely generated and not very persistent)
17790              URL with something tangible.
17791      Branch: perl
17792            ! README.hpux
17793 ____________________________________________________________________________
17794 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
17795         Log: Naughty /dev/printer (ls -l, really) of IRIX.
17796      Branch: perl
17797            ! t/op/stat.t
17798 ____________________________________________________________________________
17799 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
17800         Log: Upgrade to Net::Ping 2.10.
17801      Branch: perl
17802            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
17803            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
17804            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
17805            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
17806 ____________________________________________________________________________
17807 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
17808         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
17809              (this showed up in Benchmark.t)
17810      Branch: perl
17811            ! pp_sys.c
17812 ____________________________________________________________________________
17813 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
17814         Log: BeOS updates.
17815      Branch: perl
17816            ! README.beos beos/beos.c
17817 ____________________________________________________________________________
17818 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
17819         Log: Subject: Re: bleadperl doesn't compile
17820              From: "Gerrit P. Haase" <gp@familiehaase.de>
17821              Date: Wed, 26 Dec 2001 21:29:08 +0100
17822              Message-ID: <22168634623.20011226212908@familiehaase.de>
17823              
17824              Cygwin with multiplicity.
17825      Branch: perl
17826            ! perlio.c
17827 ____________________________________________________________________________
17828 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
17829         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
17830              From: Nicholas Clark <nick@ccl4.org>
17831              Date: Wed, 26 Dec 2001 19:07:33 +0000
17832              Message-ID: <20011226190732.J48842@plum.flirble.org>            
17833              
17834              socketpair() (un)signedness nit.
17835      Branch: perl
17836            ! util.c
17837 ____________________________________________________________________________
17838 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
17839         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
17840              From: Nicholas Clark <nick@ccl4.org>
17841              Date: Wed, 26 Dec 2001 19:19:47 +0000
17842              Message-ID: <20011226191946.K48842@plum.flirble.org>
17843              
17844              Use report_evil_fh().
17845      Branch: perl
17846            ! doio.c
17847 ____________________________________________________________________________
17848 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
17849         Log: Bad $? assumptions.
17850      Branch: perl
17851            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
17852 ____________________________________________________________________________
17853 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
17854         Log: Net::Ping isn't going to work much without
17855              the Socket extension; fail more gracefully.
17856      Branch: perl
17857            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
17858            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
17859            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
17860            ! lib/Net/Ping/t/300_ping_stream.t
17861 ____________________________________________________________________________
17862 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
17863         Log: metaconfig unit change for #13888.
17864      Branch: metaconfig
17865            ! U/modified/Oldconfig.U
17866 ____________________________________________________________________________
17867 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
17868         Log: test -d /system is a bit too generic test for VOS
17869              (false hit in BeOS)
17870      Branch: perl
17871            ! Configure
17872 ____________________________________________________________________________
17873 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
17874         Log: No AF_UNIX in BeOS.
17875      Branch: perl
17876            ! util.c
17877 ____________________________________________________________________________
17878 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
17879         Log: FAQ sync.
17880      Branch: perl
17881            ! pod/perlfaq5.pod
17882 ____________________________________________________________________________
17883 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
17884         Log: Update Changes.
17885      Branch: perl
17886            ! Changes patchlevel.h
17887 ____________________________________________________________________________
17888 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
17889         Log: Make -t equal -tw.
17890      Branch: perl
17891            ! perl.c pod/perlrun.pod
17892 ____________________________________________________________________________
17893 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
17894         Log: Subject: Re: Not OK 13881
17895              From: John Peacock <jpeacock@rowman.com>
17896              Date: Tue, 25 Dec 2001 06:02:12 -0500
17897              Message-ID: <3C285CB4.8040006@rowman.com>
17898      Branch: perl
17899            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
17900 ____________________________________________________________________________
17901 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
17902         Log: Subject: Re: Not OK 13881
17903              From: andreas.koenig@anima.de (Andreas J. Koenig)
17904              Date: 25 Dec 2001 07:33:23 +0100
17905              Message-ID: <m3bsgnajws.fsf@anima.de>
17906      Branch: perl
17907            ! op.c
17908 ____________________________________________________________________________
17909 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
17910         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
17911              From: Mark-Jason Dominus <mjd@plover.com>    
17912              Date: Mon, 24 Dec 2001 18:14:48 -0500
17913              Message-ID: <20011224231448.25826.qmail@plover.com>
17914      Branch: perl
17915            ! op.c t/op/eval.t
17916 ____________________________________________________________________________
17917 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
17918         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
17919              From: Dave Rolsky <autarch@urth.org>
17920              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
17921              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
17922      Branch: perl
17923            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
17924            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
17925            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
17926            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
17927            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
17928 ____________________________________________________________________________
17929 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
17930         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
17931              From: Jeffrey Friedl <jfriedl@yahoo.com>
17932              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
17933              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
17934              
17935              The rest of the tests for plus few extras.
17936      Branch: perl
17937            ! t/op/pat.t
17938 ____________________________________________________________________________
17939 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
17940         Log: metaconfig unit change for #13877.
17941      Branch: metaconfig
17942            ! U/modified/Unix.U
17943 ____________________________________________________________________________
17944 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
17945         Log: No-op.
17946      Branch: perl
17947            ! Configure
17948 ____________________________________________________________________________
17949 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
17950         Log: More constant casting.
17951      Branch: perl
17952            ! regexec.c
17953 ____________________________________________________________________________
17954 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
17955         Log: Subject: perlhack.pod 
17956              From: "John P. Linderman" <jpl@research.att.com>
17957              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
17958              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
17959      Branch: perl
17960            ! pod/perlhack.pod
17961 ____________________________________________________________________________
17962 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
17963         Log: File::Find patch patches from Thomas Wegner.
17964      Branch: perl
17965            ! lib/File/Find.pm
17966 ____________________________________________________________________________
17967 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
17968         Log: Subject: Re: socketpair emulation 
17969              From: Nicholas Clark <nick@unfortu.net>                 
17970              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
17971              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
17972      Branch: perl
17973            ! ext/Socket/socketpair.t
17974 ____________________________________________________________________________
17975 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
17976         Log: Must cast constants if they can be quads.
17977      Branch: perl
17978            ! regcomp.c
17979 ____________________________________________________________________________
17980 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
17981         Log: Promote the e/uid to wide enough un/signed integers
17982              and printf them as such.
17983      Branch: perl
17984            ! taint.c
17985 ____________________________________________________________________________
17986 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
17987         Log: metaconfig unit change for #13869.
17988      Branch: metaconfig/U/perl
17989            ! d_u32align.U
17990 ____________________________________________________________________________
17991 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
17992         Log: The U32 alignment test wasn't really working, noticed
17993              by Paul Green.  Now the test works, but this means that
17994              we may see coredumps from the test.   I sure hope MMUless
17995              places don't crash on the test.
17996      Branch: perl
17997            ! Configure
17998 ____________________________________________________________________________
17999 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
18000         Log: metaconfig unit changes for #13867.
18001      Branch: metaconfig
18002            ! U/compline/nblock_io.U U/modified/Unix.U
18003            ! U/modified/spitshell.U
18004 ____________________________________________________________________________
18005 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
18006         Log: More VOS tweaks.
18007      Branch: perl
18008            ! Configure
18009 ____________________________________________________________________________
18010 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
18011         Log: The funky final sigma casefolding.
18012      Branch: perl
18013            ! regcomp.c regexec.c t/op/pat.t utf8.h
18014 ____________________________________________________________________________
18015 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
18016         Log: Update Changes.
18017      Branch: perl
18018            ! Changes patchlevel.h
18019 ____________________________________________________________________________
18020 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
18021         Log: Move the \C and \X to pat.t.
18022      Branch: perl
18023            ! t/op/pat.t t/op/re_tests
18024 ____________________________________________________________________________
18025 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
18026         Log: More logical test ordering.
18027      Branch: perl
18028            ! perl.h
18029 ____________________________________________________________________________
18030 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
18031         Log: Integrate perlio;
18032              
18033              Add at least the "important" PerlIO_xxxx functions to embed.pl
18034              so that they get implicit pTHX_ and we can avoid slow dTHX.
18035              
18036              Put PerlIO stuff inside EXTERN C
18037              
18038              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
18039      Branch: perl
18040           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
18041           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
18042           !> win32/win32.c
18043 ____________________________________________________________________________
18044 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
18045         Log: Even more \X fixing.
18046      Branch: perl
18047            ! regexec.c t/op/pat.t
18048 ____________________________________________________________________________
18049 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
18050         Log: More \X fixing.
18051      Branch: perl
18052            ! regexec.c t/op/pat.t
18053 ____________________________________________________________________________
18054 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
18055         Log: Fix encoding pragma.
18056      Branch: perl
18057            ! regcomp.c
18058 ____________________________________________________________________________
18059 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
18060         Log: Subject: socketpair emulation
18061              From: Nicholas Clark <nick@unfortu.net>
18062              Date: Sat, 22 Dec 2001 18:38:18 +0000
18063              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
18064      Branch: perl
18065            + ext/Socket/socketpair.t
18066            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
18067            ! pp_sys.c proto.h util.c
18068 ____________________________________________________________________________
18069 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
18070         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
18071              From: Jeffrey Friedl <jfriedl@yahoo.com>
18072              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
18073              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
18074              
18075              (partially applied, most of the new tests need to be rethought)
18076      Branch: perl
18077            ! regcomp.c t/op/re_tests
18078 ____________________________________________________________________________
18079 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
18080         Log: Small tweaks.
18081      Branch: perl
18082            ! handy.h regexec.c
18083 ____________________________________________________________________________
18084 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
18085         Log: Unicode casefolding continues.
18086              (lib/encoding.t still failing.)
18087      Branch: perl
18088            ! regexec.c t/op/pat.t
18089 ____________________________________________________________________________
18090 [ 13854] By: nick                                  on 2001/12/22  20:01:27
18091         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
18092      Branch: perlio
18093            ! makedef.pl perlio.h perlio.sym win32/win32.c
18094 ____________________________________________________________________________
18095 [ 13853] By: nick                                  on 2001/12/22  19:58:53
18096         Log: Put PerlIO stuff inside EXTERN C
18097      Branch: perlio
18098            ! embed.pl proto.h
18099 ____________________________________________________________________________
18100 [ 13852] By: nick                                  on 2001/12/22  18:04:34
18101         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
18102              so that they get implicit pTHX_ and we can avoid slow dTHX.
18103      Branch: perlio
18104            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
18105            ! perlio.h pod/perlapi.pod proto.h
18106 ____________________________________________________________________________
18107 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
18108         Log: metaconfig unit change for #13850.
18109      Branch: metaconfig
18110            ! U/modified/Loc.U
18111 ____________________________________________________________________________
18112 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
18113         Log: Rework the make logic (again).
18114      Branch: perl
18115            ! Configure
18116 ____________________________________________________________________________
18117 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
18118         Log: Integrate perlio;
18119              Fix mis-parse of autoloaded usage code by declaring the sub
18120              Correct checking code which Ilya spotted was tripped by CR at EOF.
18121              The CR at EOF fix earlier broke CR at end-of-buffer.
18122      Branch: perl
18123            ! regexec.c
18124           !> ext/POSIX/POSIX.pm perlio.c sv.c
18125 ____________________________________________________________________________
18126 [ 13848] By: nick                                  on 2001/12/22  15:11:17
18127         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
18128              This should be okay for both?
18129      Branch: perlio
18130            ! perlio.c
18131 ____________________________________________________________________________
18132 [ 13847] By: nick                                  on 2001/12/22  12:26:32
18133         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
18134              Also tone down perl -DP tracing of sv_gets.
18135      Branch: perlio
18136            ! perlio.c sv.c
18137 ____________________________________________________________________________
18138 [ 13846] By: nick                                  on 2001/12/22  10:49:27
18139         Log: Fix mis-parse of autoloaded usage code by declaring the sub
18140      Branch: perlio
18141            ! ext/POSIX/POSIX.pm
18142 ____________________________________________________________________________
18143 [ 13845] By: nick                                  on 2001/12/22  10:44:11
18144         Log: Integrate mainline - some fails:
18145              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
18146              -------------------------------------------------------------------------------
18147              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
18148              ../lib/encoding.t                    19    2  10.53%  17-18
18149              op/pat.t                            770    3   0.39%  754-755 757
18150      Branch: perlio
18151           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
18152           !> (integrate 36 files)
18153 ____________________________________________________________________________
18154 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
18155         Log: More Unicode casing fixes.
18156      Branch: perl
18157            ! regexec.c t/op/pat.t
18158 ____________________________________________________________________________
18159 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
18160         Log: Unicode casefolding fixes.
18161      Branch: perl
18162            ! op.c regcomp.c regexec.c t/op/pat.t
18163 ____________________________________________________________________________
18164 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
18165         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
18166              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
18167              Date: Sat, 22 Dec 2001 00:01:29 +0100
18168              Message-ID: <20011222000129.A713@rafael>
18169      Branch: perl
18170            ! ext/B/B/Deparse.pm
18171 ____________________________________________________________________________
18172 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
18173         Log: VOS config from Paul Green.
18174      Branch: perl
18175            ! hints/vos.sh
18176 ____________________________________________________________________________
18177 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
18178         Log: Subject: [PATCH @13746] CreateTTY on OS/2
18179              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18180              Date: Fri, 21 Dec 2001 15:59:45 -0500
18181              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
18182      Branch: perl
18183            ! lib/perl5db.pl
18184 ____________________________________________________________________________
18185 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
18186         Log: Subject: [PATCH @13746] uninstalled build of modules broken
18187              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18188              Date: Fri, 21 Dec 2001 15:49:09 -0500
18189              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
18190      Branch: perl
18191            ! lib/ExtUtils/MM_Unix.pm
18192 ____________________________________________________________________________
18193 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
18194         Log: Subject: [PATCH @13746] OS/2 File::* modules
18195              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18196              Date: Fri, 21 Dec 2001 15:43:24 -0500
18197              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
18198      Branch: perl
18199            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
18200 ____________________________________________________________________________
18201 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
18202         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
18203              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
18204              Date: Fri, 21 Dec 2001 17:29:07 +0100
18205              Message-ID: <3C236353.6625C4C0@alcatel.at>
18206      Branch: perl
18207            ! pod/perltie.pod
18208 ____________________________________________________________________________
18209 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
18210         Log: metaconfig unit changes for #13835
18211      Branch: metaconfig
18212            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
18213            ! U/modified/sh.U
18214 ____________________________________________________________________________
18215 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
18216         Log: Further VOS tweaks: the _exe needs to be introduced
18217              in the very beginning, and the make/gmake needs special
18218              VOS logic.
18219      Branch: perl
18220            ! Configure Makefile.SH
18221 ____________________________________________________________________________
18222 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
18223         Log: Update Changes.
18224      Branch: perl
18225            ! Changes patchlevel.h
18226 ____________________________________________________________________________
18227 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
18228         Log: metaconfig unit change for #13832.
18229      Branch: metaconfig
18230            ! U/modified/spitshell.U
18231 ____________________________________________________________________________
18232 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
18233         Log: Also the search for cat needs to be _exe-aware.
18234      Branch: perl
18235            ! Configure
18236 ____________________________________________________________________________
18237 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
18238         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
18239              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
18240              Date: Fri, 21 Dec 2001 14:02:01 +0100
18241              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
18242      Branch: perl
18243            ! ext/B/B/Xref.pm
18244 ____________________________________________________________________________
18245 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
18246         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
18247      Branch: perl
18248            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
18249            ! ext/B/t/assembler.t
18250 ____________________________________________________________________________
18251 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
18252         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
18253              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18254              Date: Fri, 21 Dec 2001 11:15:38 +0100
18255              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
18256      Branch: perl
18257            ! hv.c
18258 ____________________________________________________________________________
18259 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
18260         Log: A plan is good.
18261      Branch: perl
18262            ! ext/re/re.t
18263 ____________________________________________________________________________
18264 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
18265         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
18266              From: chromatic <chromatic@rmci.net>
18267              Date: Thu, 20 Dec 2001 16:16:48 -0700
18268              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
18269      Branch: perl
18270            + ext/re/re.t
18271            ! MANIFEST
18272 ____________________________________________________________________________
18273 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
18274         Log: Synchronize the skippage message.
18275      Branch: perl
18276            ! lib/ExtUtils/t/MM_OS2.t
18277 ____________________________________________________________________________
18278 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
18279         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
18280              From: chromatic <chromatic@rmci.net>
18281              Date: Thu, 20 Dec 2001 16:09:10 -0700
18282              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
18283      Branch: perl
18284            + lib/ExtUtils/t/MM_OS2.t
18285            ! MANIFEST
18286 ____________________________________________________________________________
18287 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
18288         Log: Subject: perlfunc.pod patch re flock via fcntl
18289              From: "Tye McQueen" <tye@metronet.com>
18290              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
18291              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
18292      Branch: perl
18293            ! pod/perlfunc.pod
18294 ____________________________________________________________________________
18295 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
18296         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
18297              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
18298              (the Unicode maximum code point) warnable offenses.
18299      Branch: perl
18300            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
18301            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
18302 ____________________________________________________________________________
18303 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
18304         Log: Sterner admonishment on -t.
18305      Branch: perl
18306            ! pod/perlrun.pod
18307 ____________________________________________________________________________
18308 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
18309         Log: Subject: [PATCH B::Dpparse] minor qr// fix
18310              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18311              Date: Thu, 20 Dec 2001 22:53:34 +0100
18312              Message-ID: <20011220225334.A735@rafael>
18313      Branch: perl
18314            ! ext/B/B/Deparse.pm
18315 ____________________________________________________________________________
18316 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
18317         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
18318              From: Robert Spier <rspier@pobox.com>
18319              Date: Thu, 20 Dec 2001 08:10:00 -0800
18320              Message-ID: <15394.3416.693353.107334@rls.cx>
18321      Branch: perl
18322            ! lib/Carp/Heavy.pm
18323 ____________________________________________________________________________
18324 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
18325         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
18326      Branch: perl
18327           !> win32/win32io.c
18328 ____________________________________________________________________________
18329 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
18330         Log: Subject: Re: [PATCH pod/perliol.pod] resend
18331              From: Stas Bekman <stas@stason.org>
18332              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
18333              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
18334      Branch: perl
18335            ! pod/perliol.pod
18336 ____________________________________________________________________________
18337 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
18338         Log: Fix up the APIs noone hopefully uses.
18339      Branch: perl
18340            ! utf8.c
18341 ____________________________________________________________________________
18342 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
18343         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
18344              Date: Wed, 19 Dec 2001 14:13:38 -0800
18345              From: Robert Spier <rspier@pobox.com>
18346              Message-ID: <15393.4370.605214.548582@rls.cx>
18347      Branch: perl
18348            ! lib/Carp.t lib/Carp/Heavy.pm
18349 ____________________________________________________________________________
18350 [ 13815] By: nick                                  on 2001/12/20  10:23:42
18351         Log: pTHX_ fixes for :win32 layer
18352      Branch: perlio
18353            ! win32/win32io.c
18354 ____________________________________________________________________________
18355 [ 13814] By: nick                                  on 2001/12/20  08:20:11
18356         Log: Integrate mainline (mostly) utf8.c does not compile.
18357      Branch: perlio
18358           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
18359           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
18360           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
18361           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
18362           +> lib/Net/Ping/t/300_ping_stream.t
18363           !> Changes MANIFEST embed.h embed.pl embedvar.h
18364           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
18365           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
18366           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
18367           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
18368           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
18369 ____________________________________________________________________________
18370 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
18371         Log: Some bincompat clawbacks.
18372      Branch: perl
18373            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
18374            ! wince/perldll.def
18375 ____________________________________________________________________________
18376 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
18377         Log: gcc pacifying (RH 7.1/ia64).
18378      Branch: perl
18379            ! pp.c
18380 ____________________________________________________________________________
18381 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
18382         Log: Update Changes.
18383      Branch: perl
18384            ! Changes patchlevel.h
18385 ____________________________________________________________________________
18386 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
18387         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
18388              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
18389              Date: Wed, 19 Dec 2001 12:35:07 +0100
18390              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
18391              
18392              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
18393              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18394              Date: Wed, 19 Dec 2001 17:34:51 +0000
18395              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
18396      Branch: perl
18397            ! pod/perlre.pod
18398 ____________________________________________________________________________
18399 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
18400         Log: Integrate perlio.
18401      Branch: perl
18402           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
18403           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
18404 ____________________________________________________________________________
18405 [ 13808] By: nick                                  on 2001/12/19  16:08:27
18406         Log: Add pTHX to all vtable functions for future-proofing and
18407              consistency of PerlIO layers.
18408      Branch: perlio
18409            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
18410            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
18411 ____________________________________________________________________________
18412 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
18413         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
18414      Branch: perl
18415            ! ext/B/B/Assembler.pm
18416 ____________________________________________________________________________
18417 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
18418         Log: Reword the alarm explanation.
18419      Branch: perl
18420            ! pod/perlfunc.pod
18421 ____________________________________________________________________________
18422 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
18423         Log: Subject: [PATCH @13746] OS/2 build
18424              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
18425              Date: Wed, 19 Dec 2001 02:45:41 -0500
18426              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
18427              
18428              (skipped the t/TEST change)
18429      Branch: perl
18430            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
18431            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
18432            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
18433 ____________________________________________________________________________
18434 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
18435         Log: Upgrade to Net::Ping 2.09.
18436      Branch: perl
18437            + lib/Net/Ping/CHANGES lib/Net/Ping/README
18438            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
18439            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
18440            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
18441            + lib/Net/Ping/t/300_ping_stream.t
18442            ! MANIFEST lib/Net/Ping.pm
18443 ____________________________________________________________________________
18444 [ 13803] By: nick                                  on 2001/12/19  14:43:24
18445         Log: Integrate mainline
18446      Branch: perlio
18447           +> ext/B/t/assembler.t lib/lib.t
18448           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
18449           !> lib/lib_pm.PL t/op/glob.t utf8.c
18450 ____________________________________________________________________________
18451 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
18452         Log: B::Assembler/B::Disassembler patches and test;
18453              from Wolfgang Laun.
18454              
18455              TODO: getting perlcc working.
18456      Branch: perl
18457            + ext/B/t/assembler.t
18458            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
18459 ____________________________________________________________________________
18460 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
18461         Log: Can't printf U8s as UVs.
18462      Branch: perl
18463            ! utf8.c
18464 ____________________________________________________________________________
18465 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
18466         Log: Subject: Re: [PATCH] ...while $var = glob(...)
18467              From: Robin Houston <robin@kitsite.com> 
18468              Date: Wed, 19 Dec 2001 13:48:55 +0000
18469              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
18470              
18471              Not exactly a glob test but internal-logically correct.
18472      Branch: perl
18473            ! t/op/glob.t
18474 ____________________________________________________________________________
18475 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
18476         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
18477              From: Michael G Schwern <schwern@pobox.com> 
18478              Date: Wed, 19 Dec 2001 07:42:54 -0500
18479              Message-ID: <20011219124254.GF8630@blackrider>
18480      Branch: perl
18481            + lib/lib.t
18482            ! MANIFEST lib/lib_pm.PL
18483 ____________________________________________________________________________
18484 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
18485         Log: Integrate with perlio.
18486      Branch: perl
18487           !> hv.c hv.h scope.c util.c
18488 ____________________________________________________________________________
18489 [ 13797] By: nick                                  on 2001/12/19  12:03:21
18490         Log: Remove the sometimes-lvalue cast
18491      Branch: perlio
18492            ! hv.h
18493 ____________________________________________________________________________
18494 [ 13796] By: nick                                  on 2001/12/19  11:02:27
18495         Log: alarm.t with -Uuseperlio fix
18496              - SA_RESTART should only be function of PERL_OLD_SIGNALS
18497              not USE_PERLIO
18498      Branch: perlio
18499            ! util.c
18500 ____________________________________________________________________________
18501 [ 13795] By: nick                                  on 2001/12/19  10:19:40
18502         Log: Fix READONLY hashes:
18503              1. Discovered need for disabled scope.c part of Jeff's patch.
18504              2. Corrected hv_delete* - entry was being de-linked from
18505              chain (patch program not smart enough?)
18506      Branch: perlio
18507            ! hv.c scope.c
18508 ____________________________________________________________________________
18509 [ 13794] By: nick                                  on 2001/12/19  09:35:13
18510         Log: Integrate mainline
18511      Branch: perlio
18512           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
18513           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
18514           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
18515           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
18516           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
18517 ____________________________________________________________________________
18518 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
18519         Log: Regen toc.
18520      Branch: perl
18521            ! pod/perltoc.pod
18522 ____________________________________________________________________________
18523 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
18524         Log: FAQ sync.
18525      Branch: perl
18526            ! pod/perlfaq5.pod
18527 ____________________________________________________________________________
18528 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
18529         Log: Reformat round.
18530      Branch: perl
18531            ! pod/perlunicode.pod
18532 ____________________________________________________________________________
18533 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
18534         Log: Subject: [PATCH] pod/perlunicode.pod
18535              From: Jeffrey Friedl <jfriedl@yahoo.com>
18536              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
18537              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
18538      Branch: perl
18539            ! pod/perlunicode.pod
18540 ____________________________________________________________________________
18541 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
18542         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
18543              From: Jeffrey Friedl <jfriedl@yahoo.com>
18544              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
18545              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
18546      Branch: perl
18547            ! pod/perluniintro.pod
18548 ____________________________________________________________________________
18549 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
18550         Log: Slight pod reformatting.
18551      Branch: perl
18552            ! pod/perluniintro.pod
18553 ____________________________________________________________________________
18554 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
18555         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
18556              From: Jeffrey Friedl <jfriedl@yahoo.com>    
18557              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
18558              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
18559      Branch: perl
18560            ! pod/perluniintro.pod
18561 ____________________________________________________________________________
18562 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
18563         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
18564              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18565              Date: Wed, 19 Dec 2001 01:45:23 +0000
18566              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
18567      Branch: perl
18568            ! sv.c
18569 ____________________________________________________________________________
18570 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
18571         Log: Subject: Porting/checkURL.pl
18572              From: abigail@foad.org
18573              Date: Tue, 18 Dec 2001 19:03:22 +0100          
18574              Message-ID: <20011218180322.8278.qmail@foad.org> 
18575      Branch: perl
18576            ! Porting/checkURL.pl
18577 ____________________________________________________________________________
18578 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
18579         Log: metaconfig unit change for #13783.
18580      Branch: metaconfig
18581            ! U/modified/Loc.U
18582 ____________________________________________________________________________
18583 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
18584         Log: A bit too oversweeping matching in #13778.
18585      Branch: perl
18586            ! Configure
18587 ____________________________________________________________________________
18588 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
18589         Log: Re-gen Configure based on #13778..13781.
18590      Branch: perl
18591            ! Configure config_h.SH
18592 ____________________________________________________________________________
18593 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
18594         Log: First assume that crypt() can live happy normal life in
18595              the libc or the moral equivalent; only then try magic.
18596      Branch: metaconfig
18597            + U/modified/d_crypt.U
18598 ____________________________________________________________________________
18599 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
18600         Log: In VOS ACLs confuse the testing.
18601      Branch: metaconfig
18602            ! U/modified/Findhdr.U
18603 ____________________________________________________________________________
18604 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
18605         Log: Either make or gmake.
18606      Branch: metaconfig
18607            ! U/modified/Loc.U
18608 ____________________________________________________________________________
18609 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
18610         Log: If your _exe is different from .exe and your test -f $foo
18611              doesn't do magic to recognize $foo$_exe, you will need to
18612              specify -D_exe=... on command line-- and this patch.
18613      Branch: metaconfig
18614            + U/modified/sh.U
18615            ! U/modified/Loc.U
18616 ____________________________________________________________________________
18617 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
18618         Log: Fix the bugs in #13768..13776, and regen Configure.
18619      Branch: metaconfig
18620            ! U/compline/nblock_io.U U/modified/Findhdr.U
18621            ! U/modified/spitshell.U
18622      Branch: metaconfig/U/perl
18623            ! issymlink.U perlpath.U
18624      Branch: perl
18625            ! Configure config_h.SH
18626 ____________________________________________________________________________
18627 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
18628         Log: Must test with $_exe. (There are plenty of similar
18629              spots earlier but they are a tad more complex to fix
18630              since they come before the hints are run.)
18631      Branch: metaconfig
18632            + U/modified/yacc.U
18633 ____________________________________________________________________________
18634 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
18635         Log: F_SETFL might require <fcntl.h>
18636      Branch: metaconfig
18637            ! U/compline/nblock_io.U
18638 ____________________________________________________________________________
18639 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
18640         Log: Don't require make; have both make and gmake optional.
18641              (Maybe have a check that at least one of them is available?)
18642      Branch: metaconfig
18643            ! U/modified/Loc.U
18644 ____________________________________________________________________________
18645 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
18646         Log: cat might be farther than /bin or /usr/bin.
18647      Branch: metaconfig
18648            ! U/modified/spitshell.U
18649 ____________________________________________________________________________
18650 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
18651         Log: In VOS the path component separator is >, not /.
18652      Branch: metaconfig
18653            ! U/modified/Findhdr.U
18654 ____________________________________________________________________________
18655 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
18656         Log: The VOS shell doesn't implement the ? wildcard
18657              (? is used for other purposes, I assume); but
18658              it does implement the * wildcard, and that works
18659              in the general case just fine.
18660      Branch: metaconfig/U/perl
18661            ! d_dlsymun.U
18662 ____________________________________________________________________________
18663 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
18664         Log: VOS detection.
18665      Branch: metaconfig
18666            ! U/modified/Oldconfig.U
18667 ____________________________________________________________________________
18668 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
18669         Log: Proper path for VOS.
18670      Branch: metaconfig
18671            ! U/modified/Head.U
18672 ____________________________________________________________________________
18673 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
18674         Log: Change s/>& 4/>&4/g for consistency.
18675      Branch: metaconfig
18676            + U/modified/d_dosuid.U
18677            ! U/modified/d_socket.U
18678      Branch: metaconfig/U/perl
18679            ! issymlink.U perlxvf.U
18680 ____________________________________________________________________________
18681 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
18682         Log: Subject: Re: Benchmark.t failure on Linux
18683              From: Nicholas Clark <nick@ccl4.org>
18684              Date: Tue, 18 Dec 2001 22:51:25 +0000
18685              Message-ID: <20011218225124.N21702@plum.flirble.org>
18686      Branch: perl
18687            ! lib/Benchmark.t
18688 ____________________________________________________________________________
18689 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
18690         Log: Re-applying #13752 until a better solution can be found.
18691      Branch: perl
18692            ! lib/ExtUtils/t/MM_Unix.t
18693 ____________________________________________________________________________
18694 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
18695         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
18696              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
18697              Date: Tue, 18 Dec 2001 12:05:40 -0500
18698              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
18699      Branch: perl
18700            ! lib/Exporter.pm
18701 ____________________________________________________________________________
18702 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
18703         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
18704              findings -- some of the warnings I can't explain except
18705              by NVgf being detected wrong, though.
18706      Branch: perl
18707            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
18708 ____________________________________________________________________________
18709 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
18710         Log: Subject: [PATCH] pod/perluniintro.pod
18711              From: Jeffrey Friedl <jfriedl@yahoo.com>
18712              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
18713              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
18714      Branch: perl
18715            ! pod/perluniintro.pod
18716 ____________________________________________________________________________
18717 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
18718         Log: ".pm" is the native executable suffix in VOS.
18719      Branch: perl
18720            ! hints/vos.sh
18721 ____________________________________________________________________________
18722 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
18723         Log: Integrate perlio;
18724              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
18725      Branch: perl
18726           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
18727 ____________________________________________________________________________
18728 [ 13760] By: nick                                  on 2001/12/18  15:55:22
18729         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
18730              - added delete of READONLY value inhibit & test for same
18731              - re-tabbed
18732      Branch: perlio
18733            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
18734 ____________________________________________________________________________
18735 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
18736         Log: (Undone by #13766.)
18737              Retract #13752.
18738      Branch: perl
18739            ! lib/ExtUtils/t/MM_Unix.t
18740 ____________________________________________________________________________
18741 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
18742         Log: Echoes of #13757.
18743      Branch: perl
18744            ! t/lib/warnings/utf8
18745 ____________________________________________________________________________
18746 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
18747         Log: Make the utf8 malformedness messages more verbose.
18748      Branch: perl
18749            ! lib/utf8.t utf8.c
18750 ____________________________________________________________________________
18751 [ 13756] By: nick                                  on 2001/12/18  14:43:58
18752         Log: Integrate mainline
18753      Branch: perlio
18754           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
18755           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
18756           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
18757           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
18758           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
18759           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
18760            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
18761            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
18762            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
18763            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
18764            - lib/ExtUtils/testlib.t
18765           !> (integrate 28 files)
18766 ____________________________________________________________________________
18767 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
18768         Log: README.aix updates from Jens-Uwe Mager.
18769      Branch: perl
18770            ! README.aix
18771 ____________________________________________________________________________
18772 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
18773         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
18774              From: Michael G Schwern <schwern@pobox.com>
18775              Date: Tue, 18 Dec 2001 00:58:18 -0500
18776              Message-ID: <20011218055818.GC4362@blackrider>
18777      Branch: perl
18778            ! lib/Benchmark.t
18779 ____________________________________________________________________________
18780 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
18781         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
18782              From: Michael G Schwern <schwern@pobox.com>
18783              Date: Tue, 18 Dec 2001 00:40:38 -0500
18784              Message-ID: <20011218054038.GB4362@blackrider>
18785      Branch: perl
18786            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
18787 ____________________________________________________________________________
18788 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
18789         Log: (reintroduced by #13766)
18790              (retracted by #13759)
18791              
18792              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
18793              From: Michael G Schwern <schwern@pobox.com>  
18794              Date: Tue, 18 Dec 2001 00:00:23 -0500
18795              Message-ID: <20011218050023.GA27893@blackrider>
18796      Branch: perl
18797            ! lib/ExtUtils/t/MM_Unix.t
18798 ____________________________________________________________________________
18799 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
18800         Log: Re-patch #13749.
18801      Branch: perl
18802            ! t/op/glob.t
18803 ____________________________________________________________________________
18804 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
18805         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
18806              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18807              Date: Tue, 18 Dec 2001 12:55:43 +0000
18808              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
18809      Branch: perl
18810            ! ext/Devel/Peek/Peek.pm
18811 ____________________________________________________________________________
18812 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
18813         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
18814              From: Robin Houston <robin@kitsite.com> 
18815              Date: Tue, 18 Dec 2001 14:54:33 +0000
18816              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
18817      Branch: perl
18818            ! t/op/glob.t
18819 ____________________________________________________________________________
18820 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
18821         Log: Subject: [PATCH] slightly more for Exporter.pm
18822              From: Nicholas Clark <nick@ccl4.org>
18823              Date: Tue, 18 Dec 2001 00:22:03 +0000
18824              Message-ID: <20011218002203.M21702@plum.flirble.org>
18825      Branch: perl
18826            ! lib/Exporter.pm
18827 ____________________________________________________________________________
18828 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
18829         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
18830              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18831              Date: Mon, 17 Dec 2001 16:37:18 +0100
18832              Message-ID: <20011217163718.A2292@rafael>
18833              
18834              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
18835              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18836              Date: Mon, 17 Dec 2001 23:17:06 +0100
18837              Message-ID: <20011217231706.A730@rafael>
18838      Branch: perl
18839            ! pod/perlsub.pod pp.c toke.c
18840 ____________________________________________________________________________
18841 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
18842         Log: Update Changes.
18843      Branch: perl
18844            ! Changes patchlevel.h
18845 ____________________________________________________________________________
18846 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
18847         Log: New test warrants a MANIFEST entry.
18848      Branch: perl
18849            ! MANIFEST
18850 ____________________________________________________________________________
18851 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
18852         Log: Subject: Re: [PATCH] ...while $var = glob(...)
18853              From: Robin Houston <robin@kitsite.com>
18854              Date: Mon, 17 Dec 2001 20:27:30 +0000
18855              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
18856              
18857              Can't portably unlink open files.
18858      Branch: perl
18859            ! t/op/glob.t
18860 ____________________________________________________________________________
18861 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
18862         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
18863      Branch: perl
18864            ! pod/perluniintro.pod
18865 ____________________________________________________________________________
18866 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
18867         Log: Move typeglob test from glob.t to gv.t.
18868      Branch: perl
18869            ! t/op/glob.t t/op/gv.t
18870 ____________________________________________________________________________
18871 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
18872         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
18873              From: Robin Houston <robin@kitsite.com> 
18874              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
18875              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
18876      Branch: perl
18877            ! t/op/glob.t
18878 ____________________________________________________________________________
18879 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
18880         Log: Demote the surrogate and non-character errors to warnings.
18881      Branch: perl
18882            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
18883 ____________________________________________________________________________
18884 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
18885         Log: Subject: [PATCH] more POSIX tests, and more autoloading
18886              From: Nicholas Clark <nick@ccl4.org>
18887              Date: Mon, 17 Dec 2001 18:27:47 +0000
18888              Message-ID: <20011217182747.D21702@plum.flirble.org>
18889      Branch: perl
18890            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
18891 ____________________________________________________________________________
18892 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
18893         Log: Subject: [PATCH] ...while $var = glob(...)
18894              From: Robin Houston <robin@kitsite.com> 
18895              Date: Mon, 17 Dec 2001 15:51:54 +0000
18896              Message-ID: <20011217155153.A311@robin.kitsite.com>
18897      Branch: perl
18898            ! op.c
18899 ____________________________________________________________________________
18900 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
18901         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
18902              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18903              Date: Mon, 17 Dec 2001 15:23:01 +0100
18904              Message-ID: <20011217152301.A704@rafael>
18905      Branch: perl
18906            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
18907 ____________________________________________________________________________
18908 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
18909         Log: The system() vs $SIG{ARLM} is no more a todo.
18910      Branch: perl
18911            ! t/op/alarm.t
18912 ____________________________________________________________________________
18913 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
18914         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
18915              From: Michael G Schwern <schwern@pobox.com>
18916              Date: Sun, 16 Dec 2001 23:59:01 -0500
18917              Message-ID: <20011217045901.GL17232@blackrider>
18918      Branch: perl
18919            + t/op/alarm.t
18920            ! MANIFEST
18921 ____________________________________________________________________________
18922 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
18923         Log: s/UNIX/Unix/
18924      Branch: perl
18925            ! MANIFEST
18926 ____________________________________________________________________________
18927 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
18928         Log: Move ExtUtils tests to lib/ExtUtils/t.
18929      Branch: perl
18930            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
18931            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
18932            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
18933            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
18934            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
18935            + lib/ExtUtils/t/testlib.t
18936            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
18937            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
18938            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
18939            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
18940            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
18941            ! MANIFEST
18942 ____________________________________________________________________________
18943 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
18944         Log: Subject: [PATCH] MM_Unix tests, and some questions
18945              From: Tels <perl_dummy@bloodgate.com>
18946              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
18947              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
18948              
18949              Subject: Re: [PATCH] MM_Unix tests, and some questions
18950              From: Tels <perl_dummy@bloodgate.com>
18951              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
18952              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
18953      Branch: perl
18954            + lib/ExtUtils/MM_Unix.t
18955            ! MANIFEST lib/ExtUtils/MM_Unix.pm
18956 ____________________________________________________________________________
18957 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
18958         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
18959              From: Michael G Schwern <schwern@pobox.com>
18960              Date: Sun, 16 Dec 2001 17:53:55 -0500
18961              Message-ID: <20011216225354.GE8900@blackrider>
18962      Branch: perl
18963            ! lib/ExtUtils/MM_Unix.pm
18964 ____________________________________________________________________________
18965 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
18966         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
18967              From: Michael G Schwern <schwern@pobox.com>                
18968              Date: Sun, 16 Dec 2001 16:12:55 -0500
18969              Message-ID: <20011216211255.GV8900@blackrider>
18970      Branch: perl
18971            ! ext/B/B/Deparse.pm
18972 ____________________________________________________________________________
18973 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
18974         Log: Subject: [PATCH] Exporter.pm
18975              From: Nicholas Clark <nick@ccl4.org>
18976              Date: Sun, 16 Dec 2001 19:24:25 +0000
18977              Message-ID: <20011216192425.R21702@plum.flirble.org>
18978      Branch: perl
18979            ! lib/Exporter.pm
18980 ____________________________________________________________________________
18981 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
18982         Log: Subject: [PATCH] Exporter.t (and question)
18983              From: Nicholas Clark <nick@ccl4.org>
18984              Date: Sun, 16 Dec 2001 17:24:55 +0000
18985              Message-ID: <20011216172455.P21702@plum.flirble.org>
18986      Branch: perl
18987            ! lib/Exporter.t
18988 ____________________________________________________________________________
18989 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
18990         Log: Subject: Re: perl@13661
18991              From: "John P. Linderman" <jpl@research.att.com>              
18992              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
18993              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
18994      Branch: perl
18995            ! pp_sort.c
18996 ____________________________________________________________________________
18997 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
18998         Log: Subject: Will the real Unicode encoding please stand up?
18999              From: Jeffrey Friedl <jfriedl@yahoo.com>
19000              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
19001              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
19002      Branch: perl
19003            ! pod/perluniintro.pod
19004 ____________________________________________________________________________
19005 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
19006         Log: Integrate perlio; interruptable system().
19007      Branch: perl
19008           !> util.c
19009 ____________________________________________________________________________
19010 [ 13724] By: nick                                  on 2001/12/17  09:16:50
19011         Log: Fix for alarm() breaking into wait*().
19012              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
19013              signal handler before caller re-does the system call.
19014      Branch: perlio
19015            ! util.c
19016 ____________________________________________________________________________
19017 [ 13723] By: nick                                  on 2001/12/17  07:45:13
19018         Log: Integrate mainline
19019      Branch: perlio
19020           +> (branch 26 files)
19021           !> (integrate 47 files)
19022 ____________________________________________________________________________
19023 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
19024         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
19025              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
19026              and characters beyond 0x10FFF should be disallowed, too,
19027              but some tests would need changing, but more importantly some
19028              APIs would need remodeling since one can easily generate such
19029              characters either by bitwise complements, tr complements, or
19030              v-strings.
19031      Branch: perl
19032            ! pod/perldiag.pod utf8.c
19033 ____________________________________________________________________________
19034 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
19035         Log: Make surrogates illegal also on EBCDIC.
19036      Branch: perl
19037            ! utf8.c
19038 ____________________________________________________________________________
19039 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
19040         Log: Subject: [patch @13687] Unicode::Collate 0.10
19041              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
19042              Date: Sun, 16 Dec 2001 21:22:12 +0900
19043              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
19044      Branch: perl
19045            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
19046            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
19047 ____________________________________________________________________________
19048 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
19049         Log: More documentation for the encoding pragma.
19050      Branch: perl
19051            ! lib/encoding.pm
19052 ____________________________________________________________________________
19053 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
19054         Log: Subject: [PATCH] lib/open.pm 
19055              From: Jeffrey Friedl <jfriedl@yahoo.com>
19056              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
19057              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
19058      Branch: perl
19059            ! lib/open.pm
19060 ____________________________________________________________________________
19061 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
19062         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
19063              From: chromatic <chromatic@rmci.net>
19064              Date: Sat, 15 Dec 2001 23:24:40 -0700
19065              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
19066      Branch: perl
19067            + lib/ExtUtils/Installed.t
19068            ! MANIFEST
19069 ____________________________________________________________________________
19070 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
19071         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
19072              From: Michael G Schwern <schwern@pobox.com>
19073              Date: Sun, 16 Dec 2001 01:14:00 -0500
19074              Message-ID: <20011216061400.GC8900@blackrider>
19075      Branch: perl
19076            ! lib/diagnostics.pm
19077 ____________________________________________________________________________
19078 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
19079         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
19080              From: Michael G Schwern <schwern@pobox.com>
19081              Date: Sun, 16 Dec 2001 01:12:42 -0500
19082              Message-ID: <20011216061242.GB8900@blackrider>
19083      Branch: perl
19084            ! t/test.pl
19085 ____________________________________________________________________________
19086 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
19087         Log: I sometimes outsmart myself.
19088      Branch: perl
19089            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
19090 ____________________________________________________________________________
19091 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
19092         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
19093              From: Michael G Schwern <schwern@pobox.com>
19094              Date: Sat, 15 Dec 2001 15:08:29 -0500
19095              Message-ID: <20011215200829.GK1548@blackrider>
19096      Branch: perl
19097            ! lib/AutoSplit.pm
19098 ____________________________________________________________________________
19099 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
19100         Log: perlunicode enchancements suggested by Jeffrey Friedl.
19101      Branch: perl
19102            ! pod/perlunicode.pod
19103 ____________________________________________________________________________
19104 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
19105         Log: Subject: [PATCH] perlunicode.pod
19106              From: Jeffrey Friedl <jfriedl@yahoo.com>
19107              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
19108              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
19109      Branch: perl
19110            ! pod/perlunicode.pod
19111 ____________________________________________________________________________
19112 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
19113         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
19114              From: Jeffrey Friedl <jfriedl@yahoo.com>
19115              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
19116              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
19117      Branch: perl
19118            ! lib/utf8_heavy.pl
19119 ____________________________________________________________________________
19120 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
19121         Log: Can't create surrogates; so can't match them, either.
19122      Branch: perl
19123            ! pod/perlunicode.pod
19124 ____________________________________________________________________________
19125 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
19126         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
19127              From: Michael G Schwern <schwern@pobox.com>
19128              Date: Sat, 15 Dec 2001 21:20:35 -0500
19129              Message-ID: <20011216022035.GE5672@blackrider>
19130      Branch: perl
19131            ! t/test.pl
19132 ____________________________________________________________________________
19133 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
19134         Log: Make creating UTF-8 surrogates a punishable act.
19135      Branch: perl
19136            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
19137 ____________________________________________________________________________
19138 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
19139         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
19140      Branch: perl
19141            + lib/unicore/In/172.pl lib/unicore/In/173.pl
19142            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
19143            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
19144            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
19145            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
19146            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
19147 ____________________________________________________________________________
19148 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
19149         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
19150              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19151              Date: Sat, 15 Dec 2001 23:21:43 +0100
19152              Message-ID: <20011215232143.A11790@rafael>
19153      Branch: perl
19154            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
19155 ____________________________________________________________________________
19156 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
19157         Log: Make charnames more robust.
19158      Branch: perl
19159            ! lib/charnames.pm
19160 ____________________________________________________________________________
19161 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
19162         Log: The hoops one has to jump through.
19163      Branch: perl
19164            ! ext/I18N/Langinfo/Langinfo.pm
19165 ____________________________________________________________________________
19166 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
19167         Log: Subject: [PATCH] perlstyle.pod nit on warnings
19168              From: Autrijus Tang <autrijus@egb.elixus.org>
19169              Date: Sat, 15 Dec 2001 04:24:34 -0800
19170              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
19171      Branch: perl
19172            ! pod/perlstyle.pod
19173 ____________________________________________________________________________
19174 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
19175         Log: I don't think we are in FooOS, Toto.
19176      Branch: perl
19177            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
19178 ____________________________________________________________________________
19179 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
19180         Log: Subject: Re: Untested modules update:  There's more than we thought
19181              From: chromatic <chromatic@rmci.net>
19182              Date: Fri, 14 Dec 2001 17:20:24 -0700
19183              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
19184      Branch: perl
19185            + lib/ExtUtils/MM_Cygwin.t
19186            ! MANIFEST
19187 ____________________________________________________________________________
19188 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
19189         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
19190              From: Michael G Schwern <schwern@pobox.com> 
19191              Date: Fri, 14 Dec 2001 20:59:42 -0500
19192              Message-ID: <20011215015942.GF28596@blackrider>
19193      Branch: perl
19194            ! t/TEST
19195 ____________________________________________________________________________
19196 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
19197         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
19198              From: Michael G Schwern <schwern@pobox.com> 
19199              Date: Fri, 14 Dec 2001 20:03:46 -0500
19200              Message-ID: <20011215010346.GD28596@blackrider>
19201      Branch: perl
19202            + ext/B/t/bblock.t
19203            ! MANIFEST
19204 ____________________________________________________________________________
19205 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
19206         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
19207              From: Michael G Schwern <schwern@pobox.com> 
19208              Date: Fri, 14 Dec 2001 19:59:13 -0500
19209              Message-ID: <20011215005913.GC28596@blackrider>
19210      Branch: perl
19211            ! ext/B/B/Bblock.pm
19212 ____________________________________________________________________________
19213 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
19214         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
19215              From: Michael G Schwern <schwern@pobox.com> 
19216              Date: Fri, 14 Dec 2001 19:36:12 -0500
19217              Message-ID: <20011215003611.GA28596@blackrider>
19218      Branch: perl
19219            + ext/B/t/asmdata.t
19220            ! MANIFEST
19221 ____________________________________________________________________________
19222 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
19223         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
19224              From: Michael G Schwern <schwern@pobox.com> 
19225              Date: Fri, 14 Dec 2001 19:14:14 -0500
19226              Message-ID: <20011215001414.GA25077@blackrider>
19227      Branch: perl
19228            ! bytecode.pl ext/B/B/Asmdata.pm
19229 ____________________________________________________________________________
19230 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
19231         Log: Permissions.
19232      Branch: perl
19233            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
19234            ! ext/Devel/PPPort/module3.c
19235 ____________________________________________________________________________
19236 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
19237         Log: Benchmark test from Nicholas Clark.
19238      Branch: perl
19239            + lib/Benchmark.t
19240            ! MANIFEST lib/Benchmark.pm
19241 ____________________________________________________________________________
19242 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
19243         Log: Mithing.
19244      Branch: perl
19245            + lib/Attribute/Handlers/demo/demo2.pl
19246            + lib/Attribute/Handlers/demo/demo3.pl
19247            + lib/Attribute/Handlers/demo/demo4.pl
19248 ____________________________________________________________________________
19249 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
19250         Log: Silence compiler worries found by Schwern/Digital cc.
19251      Branch: perl
19252            ! perlio.c sv.c x2p/str.c
19253 ____________________________________________________________________________
19254 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
19255         Log: User may not have a valid home directory even if
19256              getpwuid() succedds.
19257      Branch: perl
19258            ! ext/File/Glob/t/basic.t
19259 ____________________________________________________________________________
19260 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
19261         Log: Integrate with perlio.  (No changes, but that's okay.)
19262      Branch: perl
19263           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
19264 ____________________________________________________________________________
19265 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
19266         Log: Add a Configure hints file for VOS: the POSIX support
19267              of VOS is getting close to the point where it can run
19268              Configure (some Configure tweaks will be required).
19269      Branch: perl
19270            + hints/vos.sh
19271            ! MANIFEST
19272 ____________________________________________________________________________
19273 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
19274         Log: Update Changes.
19275      Branch: perl
19276            ! Changes patchlevel.h
19277 ____________________________________________________________________________
19278 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
19279         Log: Reintroduce Attribute::Handlers with Spider's fixes.
19280      Branch: perl
19281            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
19282            + lib/Attribute/Handlers/README
19283            + lib/Attribute/Handlers/demo/Demo.pm
19284            + lib/Attribute/Handlers/demo/Descriptions.pm
19285            + lib/Attribute/Handlers/demo/MyClass.pm
19286            + lib/Attribute/Handlers/demo/demo.pl
19287            + lib/Attribute/Handlers/demo/demo_call.pl
19288            + lib/Attribute/Handlers/demo/demo_chain.pl
19289            + lib/Attribute/Handlers/demo/demo_cycle.pl
19290            + lib/Attribute/Handlers/demo/demo_hashdir.pl
19291            + lib/Attribute/Handlers/demo/demo_phases.pl
19292            + lib/Attribute/Handlers/demo/demo_range.pl
19293            + lib/Attribute/Handlers/demo/demo_rawdata.pl
19294            + lib/Attribute/Handlers/t/multi.t
19295            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
19296 ____________________________________________________________________________
19297 [ 13685] By: nick                                  on 2001/12/14  15:57:00
19298         Log: Integrate mainline
19299      Branch: perlio
19300           +> t/run/switcht.t
19301           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
19302           !> perlapi.h pod/perlrun.pod t/TEST taint.c
19303 ____________________________________________________________________________
19304 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
19305         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
19306              From: Michael G Schwern <schwern@pobox.com> 
19307              Date: Thu, 13 Dec 2001 19:27:08 -0500
19308              Message-ID: <20011214002707.GA10532@blackrider>
19309              
19310              (reword the perlrun -t description a bit,
19311              and move the Itaint_warn to the bottom of
19312              the intrpvar.h for binary compatibility)
19313      Branch: perl
19314            + t/run/switcht.t
19315            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
19316            ! perlapi.h pod/perlrun.pod t/TEST taint.c
19317 ____________________________________________________________________________
19318 [ 13683] By: nick                                  on 2001/12/14  12:29:41
19319         Log: Integrate mainline
19320      Branch: perlio
19321           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
19322           +> lib/Term/ReadLine.t t/op/hashassign.t
19323            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
19324            - lib/Attribute/Handlers/README
19325            - lib/Attribute/Handlers/demo/Demo.pm
19326            - lib/Attribute/Handlers/demo/Descriptions.pm
19327            - lib/Attribute/Handlers/demo/MyClass.pm
19328            - lib/Attribute/Handlers/demo/demo.pl
19329            - lib/Attribute/Handlers/demo/demo2.pl
19330            - lib/Attribute/Handlers/demo/demo3.pl
19331            - lib/Attribute/Handlers/demo/demo4.pl
19332            - lib/Attribute/Handlers/demo/demo_call.pl
19333            - lib/Attribute/Handlers/demo/demo_chain.pl
19334            - lib/Attribute/Handlers/demo/demo_cycle.pl
19335            - lib/Attribute/Handlers/demo/demo_hashdir.pl
19336            - lib/Attribute/Handlers/demo/demo_phases.pl
19337            - lib/Attribute/Handlers/demo/demo_range.pl
19338            - lib/Attribute/Handlers/demo/demo_rawdata.pl
19339            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
19340           !> (integrate 101 files)
19341 ____________________________________________________________________________
19342 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
19343         Log: Detypo.
19344      Branch: perl
19345            ! utf8.c
19346 ____________________________________________________________________________
19347 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
19348         Log: Buffer overflow checks.
19349      Branch: perl
19350            ! utf8.c
19351 ____________________________________________________________________________
19352 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
19353         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
19354              From: Spider Boardman <spider@leggy.zk3.dec.com>
19355              Date: Thu, 13 Dec 2001 15:32:51 -0500
19356              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
19357      Branch: perl
19358            ! lib/ExtUtils/Embed.t
19359 ____________________________________________________________________________
19360 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
19361         Log: More on the Unicode "line" definition.
19362      Branch: perl
19363            ! pod/perlunicode.pod
19364 ____________________________________________________________________________
19365 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
19366         Log: Open-ended VERSION?
19367      Branch: perl
19368            ! lib/ExtUtils/Install.pm
19369 ____________________________________________________________________________
19370 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
19371         Log: Subject: [PATCH] Better make distclean
19372              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19373              Date: Thu, 13 Dec 2001 21:10:18 +0100
19374              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
19375      Branch: perl
19376            ! Makefile.SH
19377 ____________________________________________________________________________
19378 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
19379         Log: Remove Memoize::Saves as requested by mjd.
19380      Branch: perl
19381            - lib/Memoize/Saves.pm
19382            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
19383 ____________________________________________________________________________
19384 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
19385         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
19386              From: Michael G Schwern <schwern@pobox.com>
19387              Date: Tue, 11 Dec 2001 23:17:32 -0500
19388              Message-ID: <20011212041732.GS17250@blackrider>
19389      Branch: perl
19390            ! lib/ExtUtils/Install.pm
19391 ____________________________________________________________________________
19392 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
19393         Log: Subject: [PATCH] Re: use utf8; with bad utf8
19394              From: Nicholas Clark <nick@ccl4.org>
19395              Date: Thu, 13 Dec 2001 17:09:39 +0000
19396              Message-ID: <20011213170939.L21702@plum.flirble.org>
19397      Branch: perl
19398            ! t/lib/1_compile.t
19399 ____________________________________________________________________________
19400 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
19401         Log: Subject: (LONG!) Sort benchmarks and patch
19402              From: "John P. Linderman" <jpl@research.att.com>
19403              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
19404              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
19405      Branch: perl
19406            ! pp_sort.c
19407 ____________________________________________________________________________
19408 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
19409         Log: Unadorned numbers evil.
19410      Branch: perl
19411            ! pp.c regcomp.c regexec.c utf8.c utf8.h
19412 ____________________________________________________________________________
19413 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
19414         Log: "preprocessing directive not recognized within macro arg"
19415      Branch: perl
19416            ! ext/Data/Dumper/Dumper.xs
19417 ____________________________________________________________________________
19418 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
19419         Log: Subject: Clarifying the documentation of goto            
19420              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
19421              Date: Thu, 13 Dec 2001 08:57:38 -0500
19422              Message-ID: <3C18BD8B@operamail.com>
19423      Branch: perl
19424            ! pod/perlfunc.pod
19425 ____________________________________________________________________________
19426 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
19427         Log: It could be possible for the case-insensitive
19428              Unicode-aware string comparison to wander off
19429              to the la-la land.
19430      Branch: perl
19431            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
19432            ! regexec.c utf8.c
19433 ____________________________________________________________________________
19434 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
19435         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
19436              From: Michael G Schwern <schwern@pobox.com> 
19437              Date: Wed, 12 Dec 2001 21:53:46 -0500
19438              Message-ID: <20011213025346.GH25129@blackrider>
19439      Branch: perl
19440            ! lib/Net/hostent.t t/op/stat.t t/test.pl
19441 ____________________________________________________________________________
19442 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
19443         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
19444              From: Michael G Schwern <schwern@pobox.com> 
19445              Date: Wed, 12 Dec 2001 20:33:42 -0500
19446              Message-ID: <20011213013342.GX25129@blackrider>
19447      Branch: perl
19448            ! t/io/fs.t
19449 ____________________________________________________________________________
19450 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
19451         Log: Subject: Re: [PATCH] use utf8; tests
19452              From: Nicholas Clark <nick@ccl4.org>
19453              Date: Thu, 13 Dec 2001 00:16:58 +0000
19454              Message-ID: <20011213001658.I21702@plum.flirble.org>
19455      Branch: perl
19456            ! lib/utf8.t
19457 ____________________________________________________________________________
19458 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
19459         Log: EPOC fixes from Olaf Flebbe.
19460      Branch: perl
19461            ! README.epoc epoc/config.sh epoc/createpkg.pl
19462            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
19463 ____________________________________________________________________________
19464 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
19465         Log: Subject: [PATCH perl@13661] VMS test fix-ups
19466              From: "Craig A. Berry" <craigberry@mac.com>
19467              Date: Wed, 12 Dec 2001 16:27:48 -0600
19468              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
19469      Branch: perl
19470            ! lib/Net/hostent.t t/io/fs.t
19471 ____________________________________________________________________________
19472 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
19473         Log: Subject: Re: Next cygwin round.
19474              From: "Gerrit P. Haase" <gp@familiehaase.de>
19475              Date: Wed, 12 Dec 2001 21:59:00 +0100
19476              Message-ID: <122343874595.20011212215900@familiehaase.de>
19477      Branch: perl
19478            ! t/io/fs.t
19479 ____________________________________________________________________________
19480 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
19481         Log: Subject: [PATCH] use utf8; tests
19482              From: Nicholas Clark <nick@ccl4.org>
19483              Date: Wed, 12 Dec 2001 20:07:04 +0000
19484              Message-ID: <20011212200704.E21702@plum.flirble.org>
19485      Branch: perl
19486            ! lib/utf8.t t/test.pl
19487 ____________________________________________________________________________
19488 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
19489         Log: Update Changes.
19490      Branch: perl
19491            ! Changes patchlevel.h
19492 ____________________________________________________________________________
19493 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
19494         Log: Subject: [PATCH] Passing in env to perl_parse did not work
19495              From: Gisle Aas <gisle@ActiveState.com>
19496              Date: 11 Dec 2001 20:52:57 -0800
19497              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
19498      Branch: perl
19499            ! perl.c perl.h
19500 ____________________________________________________________________________
19501 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
19502         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
19503              mostly gcc -Wall complaining about the argument of %p not
19504              being a void *.
19505      Branch: perl
19506            ! perlio.c regcomp.c taint.c toke.c
19507 ____________________________________________________________________________
19508 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
19509         Log: metaconfig unit change for #13657.
19510      Branch: metaconfig
19511            ! U/modified/nis.U
19512 ____________________________________________________________________________
19513 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
19514         Log: Try YP/NIS also from /usr/lib/yp.
19515      Branch: perl
19516            ! Configure
19517 ____________________________________________________________________________
19518 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
19519         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
19520              From: Michael G Schwern <schwern@pobox.com>                
19521              Date: Wed, 12 Dec 2001 05:27:02 -0500      
19522              Message-ID: <20011212102702.GW17250@blackrider>
19523              
19524              (the op/grent part)
19525      Branch: perl
19526            ! t/op/grent.t
19527 ____________________________________________________________________________
19528 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
19529         Log: Weed out .files from ls and readdir() results.
19530      Branch: perl
19531            ! t/op/stat.t
19532 ____________________________________________________________________________
19533 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
19534         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
19535              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
19536              Date: Wed, 12 Dec 2001 10:52:21 +0100
19537              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
19538      Branch: perl
19539            ! lib/File/Find.pm
19540 ____________________________________________________________________________
19541 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
19542         Log: Subject: [PATCH] doio fatal on cygwin for 13651
19543              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
19544              Date: Wed, 12 Dec 2001 11:28:13 +0100      
19545              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
19546      Branch: perl
19547            ! doio.c
19548 ____________________________________________________________________________
19549 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
19550         Log: Get the whole line of ls, makes debugging easier
19551              (from Schwern)
19552      Branch: perl
19553            ! t/op/stat.t
19554 ____________________________________________________________________________
19555 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
19556         Log: rename() must be tested even without link()
19557              or the utime() and rename-directory tests fail.
19558              (Also got the BeOS utime atime/time the wrong way round.)
19559      Branch: perl
19560            ! t/io/fs.t
19561 ____________________________________________________________________________
19562 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
19563         Log: Now that the beos.c is compiled at the main level
19564              the header is in the beos/
19565      Branch: perl
19566            ! beos/beos.c
19567 ____________________________________________________________________________
19568 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
19569         Log: Must remember to require Socket.
19570      Branch: perl
19571            ! ext/Sys/Syslog/syslog.t
19572 ____________________________________________________________________________
19573 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
19574         Log: In BeOS Errno must resort to actual compilation
19575              and execution for some of the error constants.
19576      Branch: perl
19577            ! ext/Errno/Errno_pm.PL
19578 ____________________________________________________________________________
19579 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
19580         Log: BeOS still has no good sockets.
19581      Branch: perl
19582            ! ext/IO/lib/IO/t/io_sel.t
19583 ____________________________________________________________________________
19584 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
19585         Log: BeOS sockets are not true sockets.
19586      Branch: perl
19587            ! ext/IO/lib/IO/t/io_poll.t
19588 ____________________________________________________________________________
19589 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
19590         Log: No Socket, no Syslog.
19591      Branch: perl
19592            ! ext/Sys/Syslog/syslog.t
19593 ____________________________________________________________________________
19594 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
19595         Log: (On some platforms) missing truncate FH.
19596      Branch: perl
19597            ! pod/perltodo.pod
19598 ____________________________________________________________________________
19599 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
19600         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
19601              and vms would be muchly appreciated.
19602      Branch: perl
19603            ! t/io/fs.t
19604 ____________________________________________________________________________
19605 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
19606         Log: utime() updates only the mtime in BeOS. 
19607      Branch: perl
19608            ! pod/perlport.pod
19609 ____________________________________________________________________________
19610 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
19611         Log: No link(), no need to dSP.
19612      Branch: perl
19613            ! pp_sys.c
19614 ____________________________________________________________________________
19615 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
19616         Log: Missing argument.
19617      Branch: perl
19618            ! utf8.c
19619 ____________________________________________________________________________
19620 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
19621         Log: (1) To assume any setuid programs is silly.
19622              (2) Chaining tests with booleans means that some
19623              of them may not get run which means getting out
19624              of test count sync.
19625      Branch: perl
19626            ! t/op/stat.t
19627 ____________________________________________________________________________
19628 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
19629         Log: The beos.c needs to be in the main directory.
19630      Branch: perl
19631            ! hints/beos.sh
19632 ____________________________________________________________________________
19633 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
19634         Log: Detypo and rename.
19635      Branch: perl
19636            ! doio.c perl.h perlio.c perliol.h
19637 ____________________________________________________________________________
19638 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
19639         Log: This time I test compiled.  Honest.
19640      Branch: perl
19641            ! beos/beos.c
19642 ____________________________________________________________________________
19643 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
19644         Log: Subject: [PATCH] slightly more pack tests
19645              From: Nicholas Clark <nick@ccl4.org>
19646              Date: Tue, 11 Dec 2001 23:41:23 +0000
19647              Message-ID: <20011211234123.Y21702@plum.flirble.org>
19648      Branch: perl
19649            ! t/op/pack.t
19650 ____________________________________________________________________________
19651 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
19652         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
19653              From: "Craig A. Berry" <craigberry@mac.com>
19654              Date: Tue, 11 Dec 2001 16:39:13 -0600
19655              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
19656      Branch: perl
19657            ! configure.com
19658 ____________________________________________________________________________
19659 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
19660         Log: metaconfig unit change for #13632.
19661      Branch: metaconfig/U/perl
19662            ! perlpath.U
19663 ____________________________________________________________________________
19664 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
19665         Log: Subject: $Config{perlpath} and -Dversiononly
19666              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19667              Date: Tue, 11 Dec 2001 23:32:33 +0100
19668              Message-ID: <20011211233233.A11587@rafael>
19669      Branch: perl
19670            ! Configure
19671 ____________________________________________________________________________
19672 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
19673         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
19674              From: Nicholas Clark <nick@ccl4.org>
19675              Date: Tue, 11 Dec 2001 21:59:36 +0000
19676              Message-ID: <20011211215935.W21702@plum.flirble.org>
19677      Branch: perl
19678            ! t/op/pack.t
19679 ____________________________________________________________________________
19680 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
19681         Log: More UTF-8 API docs.
19682      Branch: perl
19683            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
19684 ____________________________________________________________________________
19685 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
19686         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
19687              From: Nicholas Clark <nick@ccl4.org>
19688              Date: Tue, 11 Dec 2001 20:08:59 +0000
19689              Message-ID: <20011211200859.S21702@plum.flirble.org>
19690      Branch: perl
19691            ! t/op/pack.t
19692 ____________________________________________________________________________
19693 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
19694         Log: Subject: Re: use utf8; with bad utf8
19695              From: Nicholas Clark <nick@ccl4.org>
19696              Date: Tue, 11 Dec 2001 19:49:21 +0000
19697              Message-ID: <20011211194921.R21702@plum.flirble.org>
19698      Branch: perl
19699            ! lib/utf8.t
19700 ____________________________________________________________________________
19701 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
19702         Log: Can't spell worth a dam.  (Try Three Gorges.)
19703      Branch: perl
19704            ! beos/beos.c
19705 ____________________________________________________________________________
19706 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
19707         Log: We need DWIM cpps.
19708      Branch: perl
19709            ! perlio.c
19710 ____________________________________________________________________________
19711 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
19712         Log: The unixish.h needs to be found and the waitpid wrapper
19713              could use a proto.
19714      Branch: perl
19715            ! beos/beosish.h
19716 ____________________________________________________________________________
19717 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
19718         Log: The BeOS waitpid() seems to be broken,
19719              have a wrapper for it.
19720      Branch: perl
19721            + beos/beos.c beos/beosish.h
19722            ! MANIFEST hints/beos.sh perl.h
19723 ____________________________________________________________________________
19724 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
19725         Log: Unlean the leaning tower of Babel.
19726      Branch: perl
19727            ! perl.h
19728 ____________________________________________________________________________
19729 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
19730         Log: Retract #13607 until we figure out what to do with autouse.
19731      Branch: perl
19732            ! lib/Carp.pm
19733 ____________________________________________________________________________
19734 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
19735         Log: Try to handle platforms that have O_TEXT != O_BINARY but
19736              which are not DOSish, BeOS being one of such platforms.
19737              Ideally this should be a Configure test, not a hardwired
19738              cpp symbol test... 
19739      Branch: perl
19740            ! doio.c perl.h perlio.c perliol.h
19741 ____________________________________________________________________________
19742 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
19743         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
19744              From: Jonathan Stowe <gellyfish@gellyfish.com>
19745              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
19746              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
19747      Branch: perl
19748            ! lib/Term/Cap.pm lib/Term/Cap.t
19749 ____________________________________________________________________________
19750 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
19751         Log: Subject: [patch perlio.c] test for NULL before derefencing
19752              From: Stas Bekman <stas@stason.org>
19753              Date: Tue, 11 Dec 2001 16:17:55 +0800
19754              Message-ID: <3C15C133.8@stason.org>
19755      Branch: perl
19756            ! perlio.c
19757 ____________________________________________________________________________
19758 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
19759         Log: metaconfig unit change for #13617.
19760      Branch: metaconfig/U/perl
19761            ! Extensions.U
19762 ____________________________________________________________________________
19763 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
19764         Log: BeOS has socket() but not enough to build a working Socket.
19765              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
19766              new networking implementation, which is rumored to fix the
19767              non-standardness of sockets, but it's apparently not publicly
19768              available, and anything to do with BeOS has become quite
19769              complicated with the sale of the Be assets to Palm.)
19770      Branch: perl
19771            ! Configure
19772 ____________________________________________________________________________
19773 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
19774         Log: Update changes
19775      Branch: maint-5.6/macperl
19776            ! macos/Changes
19777 ____________________________________________________________________________
19778 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
19779         Log: Add extra pod to help
19780      Branch: maint-5.6/macperl
19781            ! macos/macperl/MacPerl.podhelp
19782 ____________________________________________________________________________
19783 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
19784         Log: Return DoAppleScript errors in $@
19785      Branch: maint-5.6/macperl
19786            ! macos/ext/MacPerl/OSA.xs
19787 ____________________________________________________________________________
19788 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
19789         Log: Clear out $^E before each script run
19790      Branch: maint-5.6/macperl
19791            ! macos/macperl/MPScript.c
19792 ____________________________________________________________________________
19793 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
19794         Log: Integrate various changes from maint-5.6/perl/.
19795      Branch: maint-5.6/macperl
19796           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
19797           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
19798 ____________________________________________________________________________
19799 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
19800         Log: Subject: Exporter's documentation shouldn't lie               
19801              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
19802              Date: Mon, 10 Dec 2001 21:30:20 -0500
19803              Message-ID: <3C4AA201@operamail.com>
19804      Branch: perl
19805            ! lib/Exporter.pm
19806 ____________________________________________________________________________
19807 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
19808         Log: Make Errno better in BeOS (the second hunk is
19809              good on any platform).  Still not working in BeOS
19810              are the E constants that refer BeOS native error
19811              constants (B_...) which are enums (*groan*).
19812      Branch: perl
19813            ! ext/Errno/Errno_pm.PL
19814 ____________________________________________________________________________
19815 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
19816         Log: The BeOS linker seems to link the last seen symbol,
19817              not the first (so the symbols of op.o from libperl.so
19818              would get linked to miniperl instead of the symbols of
19819              opmini.o)-- use the same trick as for NeXT4 for linking
19820              miniperl.
19821      Branch: perl
19822            ! Makefile.SH
19823 ____________________________________________________________________________
19824 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
19825         Log: Subject: Re: [PATCH] tests for hash assignment
19826              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19827              Date: Tue, 11 Dec 2001 01:48:55 +0000
19828              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
19829      Branch: perl
19830            ! utf8.c
19831 ____________________________________________________________________________
19832 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
19833         Log: (retracted by #13622)
19834              
19835              Subject: RE: More verbose POD for Carp
19836              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
19837              Date: Mon, 10 Dec 2001 20:23:20 -0500
19838              Message-ID: <3C4A3566@operamail.com>
19839      Branch: perl
19840            ! lib/Carp.pm
19841 ____________________________________________________________________________
19842 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
19843         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
19844              From: "Craig A. Berry" <craigberry@mac.com>
19845              Date: Mon, 10 Dec 2001 18:25:37 -0600
19846              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
19847      Branch: perl
19848            ! t/op/write.t t/test.pl
19849 ____________________________________________________________________________
19850 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
19851         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
19852              From: Michael G Schwern <schwern@pobox.com>
19853              Date: Mon, 10 Dec 2001 08:00:01 -0500
19854              Message-ID: <20011210130000.GK1770@blackrider>
19855      Branch: perl
19856            ! t/comp/multiline.t
19857 ____________________________________________________________________________
19858 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
19859         Log: Subject: Re: [PATCH] tests for hash assignment
19860              From: Nicholas Clark <nick@ccl4.org>
19861              Date: Mon, 10 Dec 2001 23:22:28 +0000
19862              Message-ID: <20011210232228.M21702@plum.flirble.org>
19863      Branch: perl
19864            + t/op/hashassign.t
19865            ! MANIFEST t/op/each.t t/test.pl
19866 ____________________________________________________________________________
19867 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
19868         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
19869              From: "Craig A. Berry" <craigberry@mac.com>
19870              Date: Mon, 10 Dec 2001 16:38:14 -0600
19871              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
19872      Branch: perl
19873            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
19874 ____________________________________________________________________________
19875 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
19876         Log: Subject: [PATCH perl@13600] configure.com fixes
19877              From: "Craig A. Berry" <craigberry@mac.com>
19878              Date: Mon, 10 Dec 2001 14:40:20 -0600
19879              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
19880      Branch: perl
19881            ! configure.com
19882 ____________________________________________________________________________
19883 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
19884         Log: Silence BeOS compilation moaning.
19885      Branch: perl
19886            ! perl.h
19887 ____________________________________________________________________________
19888 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
19889         Log: Update Changes.
19890      Branch: perl
19891            ! Changes patchlevel.h
19892 ____________________________________________________________________________
19893 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
19894         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
19895              From: Michael G Schwern <schwern@pobox.com>
19896              Date: Mon, 10 Dec 2001 01:21:03 -0500
19897              Message-ID: <20011210062103.GC1770@blackrider>
19898      Branch: perl
19899            ! lib/ExtUtils/Command.t
19900 ____________________________________________________________________________
19901 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
19902         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
19903              From: Michael G Schwern <schwern@pobox.com>
19904              Date: Mon, 10 Dec 2001 01:10:57 -0500
19905              Message-ID: <20011210061057.GB1770@blackrider>
19906      Branch: perl
19907            ! t/op/groups.t
19908 ____________________________________________________________________________
19909 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
19910         Log: Retract #13596, #13593 should do the trick.
19911      Branch: perl
19912            ! t/op/stat.t
19913 ____________________________________________________________________________
19914 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
19915         Log: (retracted by #13597, #13593 does the job better)
19916              
19917              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
19918              From: Michael G Schwern <schwern@pobox.com>
19919              Date: Mon, 10 Dec 2001 00:53:16 -0500
19920              Message-ID: <20011210055316.GA1770@blackrider>
19921      Branch: perl
19922            ! t/op/stat.t
19923 ____________________________________________________________________________
19924 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
19925         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
19926              From: Michael G Schwern <schwern@pobox.com> 
19927              Date: Mon, 10 Dec 2001 02:19:14 -0500
19928              Message-ID: <20011210071914.GF1770@blackrider>
19929      Branch: perl
19930            ! lib/AutoSplit.t
19931 ____________________________________________________________________________
19932 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
19933         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
19934              From: Michael G Schwern <schwern@pobox.com>
19935              Date: Mon, 10 Dec 2001 02:47:40 -0500
19936              Message-ID: <20011210074739.GH1770@blackrider>
19937      Branch: perl
19938            ! t/op/pack.t
19939 ____________________________________________________________________________
19940 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
19941         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
19942              From: Michael G Schwern <schwern@pobox.com>
19943              Date: Mon, 10 Dec 2001 02:54:22 -0500
19944              Message-ID: <20011210075422.GI1770@blackrider>
19945      Branch: perl
19946            ! t/test.pl
19947 ____________________________________________________________________________
19948 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
19949         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
19950              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
19951              Date: Mon, 10 Dec 2001 08:45:20 +0100
19952              Message-ID: <3C146810.60B5B7C0@alcatel.at>
19953      Branch: perl
19954            ! pp_pack.c
19955 ____________________________________________________________________________
19956 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
19957         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
19958              From: Michael G Schwern <schwern@pobox.com>
19959              Date: Mon, 10 Dec 2001 03:27:02 -0500
19960              Message-ID: <20011210082702.GN1770@blackrider>
19961      Branch: perl
19962            ! t/io/openpid.t
19963 ____________________________________________________________________________
19964 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
19965         Log: More chmod +w.
19966      Branch: perl
19967            ! Porting/makerel
19968 ____________________________________________________________________________
19969 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
19970         Log: Just skip the readability test if running as root.
19971      Branch: perl
19972            ! lib/Net/t/netrc.t
19973 ____________________________________________________________________________
19974 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
19975         Log: Tell about the downside of safe signals.
19976      Branch: perl
19977            ! pod/perldelta.pod
19978 ____________________________________________________________________________
19979 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
19980         Log: Make the whole -lperl thing NetBSD only until we
19981              find some other platform that needs the same.
19982      Branch: perl
19983            ! lib/ExtUtils/MM_Unix.pm
19984 ____________________________________________________________________________
19985 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
19986         Log: Subject: [PATCH t/op/pack.t] Cleanup
19987              From: Michael G Schwern <schwern@pobox.com> 
19988              Date: Sun, 9 Dec 2001 23:08:26 -0500
19989              Message-ID: <20011210040826.GD660@blackrider>
19990      Branch: perl
19991            ! t/op/pack.t
19992 ____________________________________________________________________________
19993 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
19994         Log: Add threads support for NetBSD.
19995              
19996              This is also the first (I think) Perl threads build with
19997              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
19998              NetBSD does not as of yet have true kernel POSIX threads,
19999              but the user-level pth seems to be doing pretty well--
20000              the only failure is that threads/t/basic okays 6 and 7
20001              consistently seem be arriving in the reverse order.
20002              Well, gdbm.t is also failing: 'Undefined PLT symbol
20003              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
20004              guessing that GDBM would need a threaded rebuild.
20005      Branch: perl
20006            ! hints/netbsd.sh
20007 ____________________________________________________________________________
20008 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
20009         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
20010              potential performance hit and change in semantics of closure
20011              lookups after C<undef &foo>)
20012      Branch: maint-5.6/perl
20013            ! op.c
20014 ____________________________________________________________________________
20015 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
20016         Log: metaconfig unit change for #13582.
20017      Branch: metaconfig
20018            ! U/threads/usethreads.U
20019 ____________________________________________________________________________
20020 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
20021         Log: Update the ithreads selection info in Configure,
20022              as suggested by Michael Schwern.
20023      Branch: perl
20024            ! Configure
20025 ____________________________________________________________________________
20026 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
20027         Log: Clearing locale environment simply doesn't seem to
20028              guarantee that (nl_)langinfo(CODESET) would return nil.
20029              (I for example get "ISO8859-1", so <guess>maybe there can
20030              be per-system default settings at work</guess>.)
20031      Branch: perl
20032            ! lib/open.t
20033 ____________________________________________________________________________
20034 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
20035         Log: Subject: RE: Exporter fixes reversed in 13540?
20036              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
20037              Date: Sun, 9 Dec 2001 12:55:15 -0500
20038              Message-ID: <3C13F455@operamail.com>
20039      Branch: perl
20040            ! lib/open.pm
20041 ____________________________________________________________________________
20042 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
20043         Log: Root is the lizard king.
20044      Branch: perl
20045            ! lib/Net/t/netrc.t
20046 ____________________________________________________________________________
20047 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
20048         Log: Telling how many tests we are expecting helps.
20049      Branch: perl
20050            ! ext/POSIX/t/waitpid.t
20051 ____________________________________________________________________________
20052 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
20053         Log: Add a test case for waitpid(): from Rocco Caputo.
20054      Branch: perl
20055            + ext/POSIX/t/waitpid.t
20056            ! MANIFEST
20057 ____________________________________________________________________________
20058 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
20059         Log: Subject: [PATCH] Term::ReadLine tweaks and test
20060              From: Richard Clamp <richardc@unixbeard.net>
20061              Date: Mon, 10 Dec 2001 00:51:47 +0000
20062              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
20063      Branch: perl
20064            + lib/Term/ReadLine.t
20065            ! MANIFEST lib/Term/ReadLine.pm
20066 ____________________________________________________________________________
20067 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
20068         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
20069              From: Rocco Caputo <troc@netrus.net>
20070              Date: Sun, 9 Dec 2001 18:12:38 -0500
20071              Message-ID: <20011209181238.A803@eyrie.homenet>
20072      Branch: perl
20073            ! win32/win32.c
20074 ____________________________________________________________________________
20075 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
20076         Log: make sure that va_start() has matching va_end();
20077              from OpenBSD 3.0.
20078      Branch: perl
20079            ! x2p/util.c
20080 ____________________________________________________________________________
20081 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
20082         Log: h2ph updates from OpenBSD 3.0.
20083      Branch: perl
20084            ! utils/h2ph.PL
20085 ____________________________________________________________________________
20086 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
20087         Log: OpenBSD hints update from OpenBSD 3.0.
20088      Branch: perl
20089            ! hints/openbsd.sh
20090 ____________________________________________________________________________
20091 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
20092         Log: DJGPP tweaks from Laszlo Molnar.
20093      Branch: perl
20094            ! djgpp/config.over lib/File/Find/t/find.t
20095            ! lib/File/Find/t/taint.t t/pod/find.t
20096 ____________________________________________________________________________
20097 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
20098         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
20099              From: Michael G Schwern <schwern@pobox.com> 
20100              Date: Sun, 9 Dec 2001 19:28:12 -0500
20101              Message-ID: <20011210002812.GF13586@blackrider>
20102      Branch: perl
20103            ! README.cygwin
20104 ____________________________________________________________________________
20105 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
20106         Log: README.cygwin update from Gerrit P. Haase.
20107      Branch: perl
20108            ! README.cygwin
20109 ____________________________________________________________________________
20110 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
20111         Log: Apply NetBSD patch-ag: shared/static linking,
20112              but make the change less intrusive on non-NetBSD.
20113      Branch: perl
20114            ! lib/ExtUtils/MM_Unix.pm
20115 ____________________________________________________________________________
20116 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
20117         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
20118      Branch: perl
20119            ! lib/ExtUtils/Liblist.pm
20120 ____________________________________________________________________________
20121 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
20122         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
20123      Branch: perl
20124            ! regcomp.c
20125 ____________________________________________________________________________
20126 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
20127         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
20128      Branch: perl
20129            ! pp.c
20130 ____________________________________________________________________________
20131 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
20132         Log: Apply NetBSD patch-ac.
20133              (the fix has already been done: change #9706, fully qualified
20134              pathnames in packlists)
20135      Branch: perl
20136            ! lib/ExtUtils/Install.pm
20137 ____________________________________________________________________________
20138 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
20139         Log: Apply NetBSD patch-ab: NetBSD hints update.
20140      Branch: perl
20141            ! hints/netbsd.sh
20142 ____________________________________________________________________________
20143 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
20144         Log: metaconfig unit changes for #13560.
20145      Branch: metaconfig/U/perl
20146            ! dlsrc.U i_ieeefp.U libperl.U
20147 ____________________________________________________________________________
20148 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
20149         Log: NetBSD has <ieeefp.h> but hidden.
20150      Branch: perl
20151            ! hints/netbsd.sh
20152 ____________________________________________________________________________
20153 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
20154         Log: Implement NetBSD patch-aa.
20155      Branch: perl
20156            ! Configure
20157 ____________________________________________________________________________
20158 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
20159         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
20160              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
20161              Date: Sun, 09 Dec 2001 13:40:58 +0100
20162              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
20163              
20164              (The lstat()s were there in 5.6.1: what happened to them?)
20165      Branch: perl
20166            ! lib/File/Find.pm
20167 ____________________________________________________________________________
20168 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
20169         Log: Quickie documentation of the C UTF-8 API.
20170      Branch: perl
20171            ! pod/perlunicode.pod
20172 ____________________________________________________________________________
20173 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
20174         Log: Subject: bleadperl on cygwin weirdness...
20175              From: "Gerrit P. Haase" <gp@familiehaase.de>
20176              Date: Sun, 9 Dec 2001 20:31:28 +0100
20177              Message-ID: <13779422183.20011209203128@familiehaase.de>          
20178              
20179              (plus libperl*.dll version portability tweaks)
20180      Branch: perl
20181            ! lib/ExtUtils/Embed.t
20182 ____________________________________________________________________________
20183 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
20184         Log: Instead of muting symbol export error if under eval,
20185              delay the errors until the croak().
20186              
20187              (replaces #13408)
20188      Branch: perl
20189            ! lib/Exporter/Heavy.pm
20190 ____________________________________________________________________________
20191 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
20192         Log: Basegroup 0 is a cygwin_nt thing.
20193      Branch: perl
20194            ! t/op/groups.t
20195 ____________________________________________________________________________
20196 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
20197         Log: Also WinME is LoseLink.
20198      Branch: perl
20199            ! t/op/stat.t
20200 ____________________________________________________________________________
20201 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
20202         Log: Forgotten checkin.
20203      Branch: perl
20204            ! lib/User/grent.t
20205 ____________________________________________________________________________
20206 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
20207         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
20208              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
20209              Date: Sun, 09 Dec 2001 13:45:06 +0100
20210              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
20211      Branch: perl
20212            ! lib/File/Find.pm
20213 ____________________________________________________________________________
20214 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
20215         Log: Tweakback.
20216      Branch: perl
20217            ! lib/Net/hostent.t
20218 ____________________________________________________________________________
20219 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
20220         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
20221              From: Michael G Schwern <schwern@pobox.com>
20222              Date: Sat, 8 Dec 2001 14:48:38 -0500
20223              Message-ID: <20011208194838.GA8650@blackrider>
20224      Branch: perl
20225            ! t/op/grent.t
20226 ____________________________________________________________________________
20227 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
20228         Log: Subject: [README.cygwin] Removing old expected test failures
20229              From: Michael G Schwern <schwern@pobox.com>
20230              Date: Sat, 8 Dec 2001 15:38:28 -0500
20231              Message-ID: <20011208203828.GB9017@blackrider>
20232      Branch: perl
20233            ! README.cygwin
20234 ____________________________________________________________________________
20235 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
20236         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
20237              From: Michael G Schwern <schwern@pobox.com>                
20238              Date: Sat, 8 Dec 2001 15:26:59 -0500
20239              Message-ID: <20011208202659.GA9017@blackrider> 
20240      Branch: perl
20241            ! lib/Net/hostent.t
20242 ____________________________________________________________________________
20243 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
20244         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
20245              From: Michael G Schwern <schwern@pobox.com> 
20246              Date: Sat, 8 Dec 2001 15:06:16 -0500
20247              Message-ID: <20011208200616.GA8915@blackrider>
20248      Branch: perl
20249            ! t/op/stat.t
20250 ____________________________________________________________________________
20251 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
20252         Log: Developer deprecations and an incompatibility.
20253      Branch: perl
20254            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
20255 ____________________________________________________________________________
20256 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
20257         Log: Shoo.
20258      Branch: perl
20259            - lib/Attribute/Handlers.pm
20260 ____________________________________________________________________________
20261 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
20262         Log: Remove Attribute::Handlers, as per Damian's request.
20263              (Because of fixing the my variables to be now handled
20264              in run-time, the whole internals of the A::H needs to
20265              be rewritten and Damian will not have time for that
20266              for months.)
20267      Branch: perl
20268            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
20269            - lib/Attribute/Handlers/demo/Demo.pm
20270            - lib/Attribute/Handlers/demo/Descriptions.pm
20271            - lib/Attribute/Handlers/demo/MyClass.pm
20272            - lib/Attribute/Handlers/demo/demo.pl
20273            - lib/Attribute/Handlers/demo/demo2.pl
20274            - lib/Attribute/Handlers/demo/demo3.pl
20275            - lib/Attribute/Handlers/demo/demo4.pl
20276            - lib/Attribute/Handlers/demo/demo_call.pl
20277            - lib/Attribute/Handlers/demo/demo_chain.pl
20278            - lib/Attribute/Handlers/demo/demo_cycle.pl
20279            - lib/Attribute/Handlers/demo/demo_hashdir.pl
20280            - lib/Attribute/Handlers/demo/demo_phases.pl
20281            - lib/Attribute/Handlers/demo/demo_range.pl
20282            - lib/Attribute/Handlers/demo/demo_rawdata.pl
20283            - lib/Attribute/Handlers/t/multi.t
20284            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
20285            ! pod/perlmodlib.pod pod/perltoc.pod
20286 ____________________________________________________________________________
20287 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
20288         Log: Subject: Re: attributes are broken
20289              From: Spider Boardman <spider@Orb.Nashua.NH.US>
20290              Date: Sun, 09 Dec 2001 00:09:23 -0500
20291              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
20292      Branch: perl
20293            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
20294            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
20295            ! xsutils.c
20296 ____________________________________________________________________________
20297 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
20298         Log: Forgotten checkin.
20299      Branch: perl
20300            ! lib/Pod/Text.pm
20301 ____________________________________________________________________________
20302 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
20303         Log: uconfig.h update.
20304      Branch: perl
20305            ! uconfig.h
20306 ____________________________________________________________________________
20307 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
20308         Log: Update Changes.
20309      Branch: perl
20310            ! Changes patchlevel.h
20311 ____________________________________________________________________________
20312 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
20313         Log: Note that some of the Unicode features are
20314              dependent on perlio.
20315      Branch: perl
20316            ! pod/perluniintro.pod
20317 ____________________________________________________________________________
20318 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
20319         Log: Regen perlapi, regen toc.
20320      Branch: perl
20321            ! pod/perlapi.pod pod/perltoc.pod
20322 ____________________________________________________________________________
20323 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
20324         Log: FAQ sync.
20325      Branch: perl
20326            ! pod/perlfaq4.pod pod/perlfaq6.pod
20327 ____________________________________________________________________________
20328 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
20329         Log: Subject: [PATCH] Fix odd language in an sv.c comment
20330              From: coral@eekeek.org
20331              Date: Sat, 8 Dec 2001 12:19:39 -0500
20332              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
20333      Branch: perl
20334            ! sv.c
20335 ____________________________________________________________________________
20336 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
20337         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
20338              From: Michael G Schwern <schwern@pobox.com>
20339              Date: Fri, 7 Dec 2001 20:03:45 -0500
20340              Message-ID: <20011208010345.GD642@blackrider>
20341              
20342              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
20343              From: Michael G Schwern <schwern@pobox.com>
20344              Date: Fri, 7 Dec 2001 20:13:54 -0500
20345              Message-ID: <20011208011354.GE642@blackrider>
20346              
20347              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
20348              From: Michael G Schwern <schwern@pobox.com>
20349              Date: Fri, 7 Dec 2001 21:47:36 -0500
20350              Message-ID: <20011208024736.GH642@blackrider>
20351              
20352              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
20353              From: Michael G Schwern <schwern@pobox.com>
20354              Date: Fri, 7 Dec 2001 23:09:43 -0500
20355              Message-ID: <20011208040943.GK642@blackrider>
20356              
20357              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
20358              Message-Id: <a05101004b83754903506@[172.16.52.1]>
20359              Date: Fri, 7 Dec 2001 23:28:15 -0600
20360              From: "Craig A. Berry" <craigberry@mac.com>
20361      Branch: perl
20362            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
20363 ____________________________________________________________________________
20364 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
20365         Log: Integrate perlio.
20366      Branch: perl
20367           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
20368           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
20369 ____________________________________________________________________________
20370 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
20371         Log: Retract #11156 since Sarathy has found that it breaks code:
20372              http://bugs.ActiveState.com/show_bug.cgi?id=18457
20373              http://bugs.ActiveState.com/show_bug.cgi?id=18858
20374      Branch: perl
20375            ! op.c sv.c t/op/pos.t
20376 ____________________________________________________________________________
20377 [ 13532] By: nick                                  on 2001/12/08  14:11:12
20378         Log: Integrate mainline
20379      Branch: perlio
20380           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
20381           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
20382 ____________________________________________________________________________
20383 [ 13531] By: nick                                  on 2001/12/08  13:48:21
20384         Log: Tweak multi-arg open error messages
20385      Branch: perlio
20386            ! perlio.c
20387 ____________________________________________________________________________
20388 [ 13530] By: nick                                  on 2001/12/08  10:20:06
20389         Log: Allow multi-arg open() if opening layer declares this legal.
20390      Branch: perlio
20391            ! doio.c perlio.c perliol.h
20392 ____________________________________________________________________________
20393 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
20394         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
20395              From: Michael G Schwern <schwern@pobox.com>       
20396              Date: Fri, 7 Dec 2001 19:41:31 -0500
20397              Message-ID: <20011208004131.GC642@blackrider>
20398      Branch: perl
20399            ! t/run/switches.t t/test.pl
20400 ____________________________________________________________________________
20401 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
20402         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
20403              From: Michael G Schwern <schwern@pobox.com>       
20404              Date: Fri, 7 Dec 2001 19:12:44 -0500
20405              Message-ID: <20011208001244.GB642@blackrider>
20406      Branch: perl
20407            ! t/op/stat.t
20408 ____________________________________________________________________________
20409 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
20410         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
20411              From: Michael G Schwern <schwern@pobox.com>
20412              Date: Fri, 7 Dec 2001 17:28:57 -0500
20413              Message-ID: <20011207222857.GI23210@blackrider>
20414      Branch: perl
20415            ! t/op/magic.t
20416 ____________________________________________________________________________
20417 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
20418         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
20419      Branch: perl
20420            ! t/test.pl
20421 ____________________________________________________________________________
20422 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
20423         Log: which_perl: delay as much a possible till runtime.
20424      Branch: perl
20425            ! t/test.pl
20426 ____________________________________________________________________________
20427 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
20428         Log: Further tweakage to which_perl().
20429      Branch: perl
20430            ! t/test.pl
20431 ____________________________________________________________________________
20432 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
20433         Log: perluniintro tweaks.
20434      Branch: perl
20435            ! pod/perluniintro.pod
20436 ____________________________________________________________________________
20437 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
20438         Log: Tweak the $Perl computation.
20439      Branch: perl
20440            ! t/test.pl
20441 ____________________________________________________________________________
20442 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
20443         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
20444              From: Nicholas Clark <nick@ccl4.org>
20445              Date: Fri, 7 Dec 2001 17:06:56 +0000
20446              Message-ID: <20011207170656.G21702@plum.flirble.org>
20447      Branch: perl
20448            ! doop.c t/op/chop.t
20449 ____________________________________________________________________________
20450 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
20451         Log: Update Changes.
20452      Branch: perl
20453            ! Changes patchlevel.h
20454 ____________________________________________________________________________
20455 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
20456         Log: Missing ).
20457      Branch: perl
20458            ! t/test.pl
20459 ____________________________________________________________________________
20460 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
20461         Log: Allow several arguments to display().
20462      Branch: perl
20463            ! t/test.pl
20464 ____________________________________________________________________________
20465 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
20466         Log: /dev/stdout could be either a character special file
20467              or a named pipe, so let's pretend it doesn't exist.
20468      Branch: perl
20469            ! t/op/stat.t
20470 ____________________________________________________________________________
20471 [ 13516] By: nick                                  on 2001/12/07  15:09:23
20472         Log: Integrate again - can I catch up ?
20473      Branch: perlio
20474           !> t/test.pl
20475 ____________________________________________________________________________
20476 [ 13515] By: nick                                  on 2001/12/07  15:08:17
20477         Log: Integrate mainline some more
20478      Branch: perlio
20479           !> README.hpux hints/linux.sh pod/perlfunc.pod
20480 ____________________________________________________________________________
20481 [ 13514] By: nick                                  on 2001/12/07  15:07:15
20482         Log: Integrate mainline
20483      Branch: perlio
20484           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
20485           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
20486           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
20487           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
20488           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
20489           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
20490           +> t/lib/Math/BigInt/BareCalc.pm
20491            - ext/Devel/PPPort/harness/Harness.pm
20492            - ext/Devel/PPPort/harness/Harness.xs
20493            - ext/Devel/PPPort/harness/Makefile.PL
20494            - ext/Devel/PPPort/harness/module2.c
20495            - ext/Devel/PPPort/harness/module3.c
20496            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
20497            - lib/File/Spec/Functions.t
20498           !> (integrate 103 files)
20499 ____________________________________________________________________________
20500 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
20501         Log: Add display() for displaying icky scalars.
20502      Branch: perl
20503            ! t/test.pl
20504 ____________________________________________________________________________
20505 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
20506         Log: Subject: [ID 20011207.001] documentation bug for waitpid
20507              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
20508              Date: Fri, 7 Dec 2001 12:44:56 +0100
20509              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
20510      Branch: perl
20511            ! pod/perlfunc.pod
20512 ____________________________________________________________________________
20513 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
20514         Log: gcc version matching didn't.
20515      Branch: perl
20516            ! hints/linux.sh
20517 ____________________________________________________________________________
20518 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
20519         Log: Subject: HP renamed their servers              
20520              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20521              Date: Fri, 07 Dec 2001 12:07:22 +0100
20522              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
20523      Branch: perl
20524            ! README.hpux
20525 ____________________________________________________________________________
20526 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
20527         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
20528              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
20529              Date: Fri, 7 Dec 2001 00:24:55 -0500
20530              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
20531      Branch: perl
20532            ! pod/perlport.pod
20533 ____________________________________________________________________________
20534 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
20535         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
20536              From: Michael G Schwern <schwern@pobox.com> 
20537              Date: Thu, 6 Dec 2001 22:56:34 -0500
20538              Message-ID: <20011207035634.GO22648@blackrider>
20539      Branch: perl
20540            ! t/base/lex.t t/op/exec.t
20541 ____________________________________________________________________________
20542 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
20543         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
20544              From: Michael G Schwern <schwern@pobox.com>
20545              Date: Thu, 6 Dec 2001 22:45:44 -0500
20546              Message-ID: <20011207034544.GN22648@blackrider>
20547              
20548              (plus op/ref tweak)
20549      Branch: perl
20550            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
20551            ! t/run/kill_perl.t t/test.pl
20552 ____________________________________________________________________________
20553 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
20554         Log: Upgrade to Math::BigInt 1.48.
20555      Branch: perl
20556            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
20557            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
20558            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
20559            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
20560            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
20561            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
20562            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
20563 ____________________________________________________________________________
20564 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
20565         Log: Mention also perl56delta in case someone is upgrading from
20566              Perl 5.005_03.
20567      Branch: perl
20568            ! pod/perldelta.pod
20569 ____________________________________________________________________________
20570 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
20571         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
20572              From: Michael G Schwern <schwern@pobox.com>
20573              Date: Thu, 6 Dec 2001 15:15:28 -0500
20574              Message-ID: <20011206201528.GF16414@blackrider>
20575              
20576              (just the term.t, not the lex.t)
20577              
20578              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
20579              From: Michael G Schwern <schwern@pobox.com>
20580              Date: Thu, 6 Dec 2001 15:22:22 -0500
20581              Message-ID: <20011206202222.GG16414@blackrider>
20582              
20583              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
20584              From: Michael G Schwern <schwern@pobox.com>
20585              Date: Thu, 6 Dec 2001 15:31:58 -0500
20586              Message-ID: <20011206203158.GI16414@blackrider>
20587              
20588              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
20589              From: Michael G Schwern <schwern@pobox.com>
20590              Date: Thu, 6 Dec 2001 17:38:55 -0500
20591              Message-ID: <20011206223855.GC22648@blackrider>
20592      Branch: perl
20593            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
20594            ! t/test.pl
20595 ____________________________________________________________________________
20596 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
20597         Log: Update the thr5005 situation.
20598      Branch: perl
20599            ! pod/perldelta.pod
20600 ____________________________________________________________________________
20601 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
20602         Log: perldelta borrowings from perl561delta.
20603      Branch: perl
20604            ! pod/perldelta.pod
20605 ____________________________________________________________________________
20606 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
20607         Log: Add the 5.6.1 perldelta as perl561delta.
20608              (Makes it easier to steal stuff for perldelta :-)
20609      Branch: perl
20610            + pod/perl561delta.pod
20611            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
20612 ____________________________________________________________________________
20613 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
20614         Log: Retract #13496 for now.
20615      Branch: perl
20616            ! t/base/lex.t t/base/term.t
20617 ____________________________________________________________________________
20618 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
20619         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
20620              From: "Craig A. Berry" <craigberry@mac.com>
20621              Date: Thu, 6 Dec 2001 14:54:36 -0600
20622              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
20623      Branch: perl
20624            ! vms/ext/filespec.t
20625 ____________________________________________________________________________
20626 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
20627         Log: (retracted by #13499)
20628              
20629              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
20630              From: Michael G Schwern <schwern@pobox.com>
20631              Date: Thu, 6 Dec 2001 15:15:28 -0500
20632              Message-ID: <20011206201528.GF16414@blackrider>
20633      Branch: perl
20634            ! t/base/lex.t t/base/term.t
20635 ____________________________________________________________________________
20636 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
20637         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
20638              From: Michael G Schwern <schwern@pobox.com>
20639              Date: Thu, 6 Dec 2001 13:54:48 -0500
20640              Message-ID: <20011206185448.GC16414@blackrider>
20641      Branch: perl
20642            ! t/op/stat.t
20643 ____________________________________________________________________________
20644 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
20645         Log: The #4 has nothing to do with Unicode.
20646      Branch: perl
20647            ! t/op/tr.t
20648 ____________________________________________________________________________
20649 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
20650         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
20651              From: Michael G Schwern <schwern@pobox.com>
20652              Date: Thu, 6 Dec 2001 13:45:48 -0500
20653              Message-ID: <20011206184548.GB16414@blackrider>
20654      Branch: perl
20655            ! t/op/tr.t
20656 ____________________________________________________________________________
20657 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
20658         Log: Update Changes.
20659      Branch: perl
20660            ! Changes patchlevel.h
20661 ____________________________________________________________________________
20662 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
20663         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
20664              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20665              Date: Thu, 6 Dec 2001 11:41:25 EST
20666              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
20667      Branch: perl
20668            ! vms/vms.c vms/vmsish.h
20669 ____________________________________________________________________________
20670 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
20671         Log: Subject: [PATCH] Re: weirdness in regexps
20672              From: Robin Houston <robin@kitsite.com> 
20673              Date: Thu, 6 Dec 2001 14:44:01 +0000
20674              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
20675      Branch: perl
20676            ! op.c t/lib/strict/subs
20677 ____________________________________________________________________________
20678 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
20679         Log: Make the -b -c -S tests count all of the /dev, not just
20680              check the first one, as suggested by Benjamin Goldberg.
20681      Branch: perl
20682            ! t/op/stat.t
20683 ____________________________________________________________________________
20684 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
20685         Log: Subject: Re: [PATCH: bleadperl] casefold backref
20686              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
20687              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
20688              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
20689      Branch: perl
20690            ! regexec.c
20691 ____________________________________________________________________________
20692 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
20693         Log: Nits noticed by Philip Newton, and de-tab DB.t.
20694      Branch: perl
20695            ! lib/DB.t
20696 ____________________________________________________________________________
20697 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
20698         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
20699              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
20700              Date: 6 Dec 2001 11:06:01 -0000
20701              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
20702      Branch: perl
20703            ! op.c t/op/tr.t
20704 ____________________________________________________________________________
20705 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
20706         Log: Subject: [PATCH: bleadperl] casefold backref
20707              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
20708              Date: Wed, 05 Dec 2001 17:27:05 +0000
20709              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
20710      Branch: perl
20711            ! regexec.c t/op/re_tests
20712 ____________________________________________________________________________
20713 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
20714         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
20715              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20716              Date: Wed, 5 Dec 2001 22:34:53 EST
20717              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
20718      Branch: perl
20719            ! mg.c vms/vms.c vms/vmsish.h
20720 ____________________________________________________________________________
20721 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
20722         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
20723              From: Michael G Schwern <schwern@pobox.com>
20724              Date: Wed, 5 Dec 2001 19:52:58 -0500
20725              Message-ID: <20011205195257.A903@blackrider>
20726      Branch: perl
20727            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
20728            + lib/File/Spec/t/rel2abs2rel.t
20729            - lib/File/Spec.t lib/File/Spec/Functions.t
20730            ! MANIFEST
20731 ____________________________________________________________________________
20732 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
20733         Log: Subject: Re: Silly stat() portability questions                
20734              From: Benjamin Goldberg <goldbb2@earthlink.net>
20735              Date: Wed, 05 Dec 2001 22:52:35 -0500
20736              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
20737      Branch: perl
20738            ! pod/perlport.pod
20739 ____________________________________________________________________________
20740 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
20741         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
20742              From: "Craig A. Berry" <craigberry@mac.com>
20743              Date: Wed, 05 Dec 2001 16:41:59 -0600
20744              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
20745      Branch: perl
20746            ! README.vms configure.com lib/File/Spec/VMS.pm
20747            ! vms/ext/filespec.t
20748 ____________________________________________________________________________
20749 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
20750         Log: $apply->('club', $glibc_maintainers);
20751              
20752              (Nick Clark just reported that <langinfo.h> YESSTR
20753              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
20754      Branch: perl
20755            ! ext/I18N/Langinfo/Langinfo.t
20756 ____________________________________________________________________________
20757 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
20758         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
20759      Branch: perl
20760            ! pod/perlport.pod
20761 ____________________________________________________________________________
20762 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
20763         Log: tweak change#13474 (pad entries can apparently be null in some
20764              situations)
20765      Branch: maint-5.6/perl
20766            ! op.c
20767 ____________________________________________________________________________
20768 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
20769         Log: Restore the /dev -b -c -S part of the test.
20770      Branch: perl
20771            ! t/op/stat.t
20772 ____________________________________________________________________________
20773 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
20774         Log: Retract #13475 until Arthur gets back to the mine.
20775      Branch: perl
20776            ! op.c t/run/kill_perl.t
20777 ____________________________________________________________________________
20778 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
20779         Log: (retracted by #13476)
20780              
20781              Manually apply #13474; fixes stale reference to dead
20782              CvOUTSIDE(); this can happen when anonymous subroutines
20783              that aren't closures are returned from an eval""
20784              
20785              (threads/shared/sv_refs.t is coredump-unhappy about this change)
20786      Branch: perl
20787            ! op.c t/run/kill_perl.t
20788 ____________________________________________________________________________
20789 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
20790         Log: replacement for change#10451
20791              
20792              fixes stale reference to dead CvOUTSIDE(); this can happen when
20793              anonymous subroutines that aren't closures are returned from an
20794              eval""
20795      Branch: maint-5.6/perl
20796            ! op.c t/op/misc.t
20797 ____________________________________________________________________________
20798 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
20799         Log: revert change#10451,10472; it was a naive fix that simply
20800              reintroduced the memory leak!
20801      Branch: maint-5.6/perl
20802            ! op.c t/op/misc.t
20803 ____________________________________________________________________________
20804 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
20805         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
20806              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
20807              Date: Wed, 05 Dec 2001 10:49:20 +0100
20808              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
20809      Branch: perl
20810            ! lib/File/Basename.pm lib/File/Basename.t
20811 ____________________________________________________________________________
20812 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
20813         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
20814              From: Michael G Schwern <schwern@pobox.com> 
20815              Date: Wed, 5 Dec 2001 02:47:59 -0500
20816              Message-ID: <20011205024759.H14333@blackrider>
20817      Branch: perl
20818            ! t/op/magic.t
20819 ____________________________________________________________________________
20820 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
20821         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
20822              From: Michael G Schwern <schwern@pobox.com>              
20823              Date: Wed, 5 Dec 2001 02:22:05 -0500
20824              Message-ID: <20011205022205.F14333@blackrider>
20825      Branch: perl
20826            ! t/op/stat.t vms/test.com
20827 ____________________________________________________________________________
20828 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
20829         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
20830              From: Michael G Schwern <schwern@pobox.com> 
20831              Date: Tue, 4 Dec 2001 23:40:10 -0500
20832              Message-ID: <20011204234010.B14333@blackrider>
20833      Branch: perl
20834            ! t/op/stat.t
20835 ____________________________________________________________________________
20836 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
20837         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
20838              From: Michael G Schwern <schwern@pobox.com> 
20839              Date: Tue, 4 Dec 2001 21:09:18 -0500           
20840              Message-ID: <20011204210918.D13279@blackrider>
20841              
20842              t/test.
20843      Branch: perl
20844            ! t/test.pl
20845 ____________________________________________________________________________
20846 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
20847         Log: (accidentally empty check-in)
20848      Branch: perl
20849            ! t/op/stat.t
20850 ____________________________________________________________________________
20851 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
20852         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
20853              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20854              Date: Tue, 04 Dec 2001 23:40:27 +0100
20855              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
20856      Branch: perl
20857            ! mg.c
20858 ____________________________________________________________________________
20859 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
20860         Log: Subject: [PATCH] minor pod fix in Safe.pm
20861              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20862              Date: Tue, 4 Dec 2001 22:02:34 +0100
20863              Message-ID: <20011204220234.A17293@rafael>
20864      Branch: perl
20865            ! ext/Opcode/Safe.pm
20866 ____________________________________________________________________________
20867 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
20868         Log: CRLF GRRR.
20869      Branch: perl
20870            ! djgpp/configure.bat
20871 ____________________________________________________________________________
20872 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
20873         Log: DJGPP fixes from Laszlo Molnar.
20874      Branch: perl
20875            ! djgpp/configure.bat djgpp/djgpp.h
20876 ____________________________________________________________________________
20877 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
20878         Log: Update Changes.
20879      Branch: perl
20880            ! Changes patchlevel.h
20881 ____________________________________________________________________________
20882 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
20883         Log: Must wipe out the memory of real Socket before starting
20884              to use the new fake one.
20885      Branch: perl
20886            ! lib/Net/t/config.t
20887 ____________________________________________________________________________
20888 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
20889         Log: LC_ALL might trump LANG.
20890      Branch: perl
20891            ! lib/open.t
20892 ____________________________________________________________________________
20893 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
20894         Log: Make the eval runtime.
20895      Branch: perl
20896            ! lib/open.pm
20897 ____________________________________________________________________________
20898 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
20899         Log: Make the Langinfo test both more lenient (allow
20900              for any symbol not to exists) and stricter (add
20901              more symbols).
20902      Branch: perl
20903            ! ext/I18N/Langinfo/Langinfo.t
20904 ____________________________________________________________________________
20905 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
20906         Log: integrate change#13453 from maint-5.6
20907              
20908              tweak change#11399 to use an explicit flag rather than
20909              ass_u_ming w32_pseudo_id will only be zero for the real
20910              toplevel interpreter; avoids multiple hosts from diddling
20911              the environment at the same time
20912      Branch: perl
20913           !> win32/perlhost.h
20914 ____________________________________________________________________________
20915 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
20916         Log: Subject: [PATCH] VMS update for perldelta.pod
20917              From: "Craig A. Berry" <craigberry@mac.com> 
20918              Date: Tue, 4 Dec 2001 00:23:12 -0600
20919              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
20920      Branch: perl
20921            ! pod/perldelta.pod
20922 ____________________________________________________________________________
20923 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
20924         Log: NetWare tweak from Ananth Kesari.
20925      Branch: perl
20926            ! NetWare/Makefile
20927 ____________________________________________________________________________
20928 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
20929         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
20930              Not adding the test suite because of its many assumptions.
20931      Branch: perl
20932            ! lib/Net/Ping.pm
20933 ____________________________________________________________________________
20934 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
20935         Log: tweak change#11399 to use an explicit flag rather than
20936              ass_u_ming w32_pseudo_id will only be zero for the real
20937              toplevel interpreter; avoids multiple hosts from diddling
20938              the environment at the same time
20939      Branch: maint-5.6/perl
20940            ! win32/perlhost.h
20941 ____________________________________________________________________________
20942 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
20943         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
20944              from Len Makin.
20945      Branch: perl
20946            + hints/super-ux.sh
20947            ! MANIFEST
20948 ____________________________________________________________________________
20949 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
20950         Log: Add Mac OS X known failures to perldelta.
20951      Branch: perl
20952            ! pod/perldelta.pod
20953 ____________________________________________________________________________
20954 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
20955         Log: I think it's time to call the utf8 code non-test.
20956      Branch: perl
20957            ! utf8.c
20958 ____________________________________________________________________________
20959 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
20960         Log: Retract #13303, need rethink.
20961      Branch: perl
20962            ! utf8.c
20963 ____________________________________________________________________________
20964 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
20965         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
20966              From: "Craig A. Berry" <craigberry@mac.com>
20967              Date: Mon, 03 Dec 2001 16:28:06 -0600
20968              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
20969      Branch: perl
20970            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
20971 ____________________________________________________________________________
20972 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
20973         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
20974              From: Andy Dougherty <doughera@lafayette.edu>
20975              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
20976              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
20977      Branch: perl
20978            ! hints/solaris_2.sh
20979 ____________________________________________________________________________
20980 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
20981         Log: This test is not very robust on 8.3-constrained systems:
20982              all the "with truncated name" lines between "Autosplitting ..."
20983              and "some names are not unique" lines are unexpected,
20984              and the truncation message becomes:
20985              testtest.al, testtest.al truncate to testtest 
20986      Branch: perl
20987            ! lib/AutoSplit.t
20988 ____________________________________________________________________________
20989 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
20990         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
20991      Branch: perl
20992            ! ext/I18N/Langinfo/Langinfo.t
20993 ____________________________________________________________________________
20994 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
20995         Log: Test::Morify UCD.t
20996      Branch: perl
20997            ! lib/Unicode/UCD.t
20998 ____________________________________________________________________________
20999 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
21000         Log: If Socket has not been built (e.g. DJGPP) the libnet
21001              tests fall over with (too) much noise.
21002      Branch: perl
21003            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
21004            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
21005            ! lib/Net/t/smtp.t lib/Net/t/time.t
21006 ____________________________________________________________________________
21007 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
21008         Log: Subject: [PATCH] shared hash keys and ++/--
21009              From: Nicholas Clark <nick@ccl4.org>
21010              Date: Mon, 3 Dec 2001 16:37:16 +0000
21011              Message-ID: <20011203163716.C21702@plum.flirble.org>
21012      Branch: perl
21013            ! pp.c pp_hot.c sv.c t/op/inc.t
21014 ____________________________________________________________________________
21015 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
21016         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
21017              From: Jonathan Stowe <jns@gellyfish.com>
21018              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
21019              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
21020      Branch: perl
21021            ! lib/Term/Cap.pm
21022 ____________________________________________________________________________
21023 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
21024         Log: Update Changes.
21025      Branch: perl
21026            ! Changes patchlevel.h
21027 ____________________________________________________________________________
21028 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
21029         Log: perldelta tweaks.
21030      Branch: perl
21031            ! pod/perldelta.pod
21032 ____________________________________________________________________________
21033 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
21034         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
21035              From: Sam Tregar <sam@tregar.com> 
21036              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
21037              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
21038      Branch: perl
21039            ! pod/perlnewmod.pod
21040 ____________________________________________________________________________
21041 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
21042         Log: microperl casting nit.
21043      Branch: perl
21044            ! utf8.c
21045 ____________________________________________________________________________
21046 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
21047         Log: Make sharepvn a macro since all it does is a deref.
21048      Branch: perl
21049            ! embed.h embed.pl global.sym hv.c hv.h proto.h
21050 ____________________________________________________________________________
21051 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
21052         Log: perldelta updates.
21053      Branch: perl
21054            ! pod/perldelta.pod
21055 ____________________________________________________________________________
21056 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
21057         Log: PPPort update from Paul Marquess.
21058      Branch: perl
21059            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
21060            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
21061            + ext/Devel/PPPort/t/test.t
21062            - ext/Devel/PPPort/harness/Harness.pm
21063            - ext/Devel/PPPort/harness/Harness.xs
21064            - ext/Devel/PPPort/harness/Makefile.PL
21065            - ext/Devel/PPPort/harness/module2.c
21066            - ext/Devel/PPPort/harness/module3.c
21067            - ext/Devel/PPPort/harness/t/test.t
21068            ! MANIFEST ext/Devel/PPPort/MANIFEST
21069            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
21070            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
21071            ! ext/Devel/PPPort/soak
21072 ____________________________________________________________________________
21073 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
21074         Log: No use talking about dynamic library search patch
21075              unless we are having a dynamic build.
21076      Branch: perl
21077            ! t/TEST
21078 ____________________________________________________________________________
21079 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
21080         Log: Be more explicit on the List::Util build trick,
21081              should also stop unneeded rebuilds on static builds.
21082      Branch: perl
21083            ! ext/List/Util/Makefile.PL
21084 ____________________________________________________________________________
21085 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
21086         Log: We need to replace the optimize (-O1) with
21087              the -h scalar0 -h vector0, not append them
21088              to the ccflags.
21089      Branch: perl
21090            ! hints/unicos.sh hints/unicosmk.sh
21091 ____________________________________________________________________________
21092 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
21093         Log: Subject: [PATCH] Shared hash keys 
21094              From: Nicholas Clark <nick@ccl4.org>
21095              Date: Sun, 2 Dec 2001 20:52:32 +0000
21096              Message-ID: <20011202205232.U21702@plum.flirble.org>
21097      Branch: perl
21098            ! doop.c t/op/tr.t
21099 ____________________________________________________________________________
21100 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
21101         Log: Better add new files to MANIFEST, too.
21102      Branch: perl
21103            ! MANIFEST
21104 ____________________________________________________________________________
21105 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
21106         Log: Subject: {PATCH] perlpacktut.pod
21107              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
21108              Date: Sun, 02 Dec 2001 19:55:06 +0100
21109              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
21110      Branch: perl
21111            ! pod/perlpacktut.pod
21112 ____________________________________________________________________________
21113 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
21114         Log: Various small nits found by DJGPP build.
21115      Branch: perl
21116            ! doio.c mg.c pp.c util.c
21117 ____________________________________________________________________________
21118 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
21119         Log: Subject: RE: More verbose POD for Carp
21120              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
21121              Date: Sun, 2 Dec 2001 11:32:51 -0500
21122              Message-ID: <3C0A9748@operamail.com>
21123      Branch: perl
21124            ! lib/Carp.pm
21125 ____________________________________________________________________________
21126 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
21127         Log: Add a header for DJGPP with the function prototypes.
21128      Branch: perl
21129            + djgpp/djgpp.h
21130            ! MANIFEST djgpp/djgpp.c
21131 ____________________________________________________________________________
21132 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
21133         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
21134              From: Abe Timmerman <abe@ztreet.demon.nl>
21135              Date: Sun, 02 Dec 2001 02:41:25 +0100
21136              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
21137      Branch: perl
21138            ! pp_sys.c
21139 ____________________________________________________________________________
21140 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
21141         Log: There isn't PTR2INT(), there's PTR2IV().
21142      Branch: perl
21143            ! ext/Time/HiRes/HiRes.xs
21144 ____________________________________________________________________________
21145 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
21146         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
21147              From: Marc Lehmann <root@schmorp.de>
21148              Date: Sun, 02 Dec 2001 02:44:53 +0100
21149              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
21150      Branch: perl
21151            ! ext/Time/HiRes/HiRes.xs
21152 ____________________________________________________________________________
21153 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
21154         Log: encode()/decode() examples.
21155      Branch: perl
21156            ! ext/Encode/Encode.pm
21157 ____________________________________________________________________________
21158 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
21159         Log: DJGPP tweaks from Laszlo Molnar.
21160      Branch: perl
21161            ! djgpp/config.over djgpp/djgppsed.sh
21162 ____________________________________________________________________________
21163 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
21164         Log: Update Changes.
21165      Branch: perl
21166            ! Changes patchlevel.h
21167 ____________________________________________________________________________
21168 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
21169         Log: Integrate perlio;
21170              
21171              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
21172              which do not have file descriptors. Noticed a possibly
21173              worse problem in the process ...
21174      Branch: perl
21175           !> doio.c
21176 ____________________________________________________________________________
21177 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
21178         Log: Non-VMS-fixed and Win32-skipped version of
21179              
21180              Subject: [PATCH t/op/exec.t] Portabilty fix 
21181              From: Michael G Schwern <schwern@pobox.com> 
21182              Date: Fri, 30 Nov 2001 16:09:27 -0500
21183              Message-ID: <20011130160927.A10406@blackrider>
21184      Branch: perl
21185            ! t/op/exec.t
21186 ____________________________________________________________________________
21187 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
21188         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
21189              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
21190              Date: Sat, 1 Dec 2001 07:01:09 -0500
21191              Message-ID: <3C0D2E39@operamail.com>
21192              
21193              Subject: More verbose POD for Carp
21194              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
21195              Date: Sat, 1 Dec 2001 08:04:16 -0500
21196              Message-ID: <3C285C2B@operamail.com>
21197      Branch: perl
21198            ! lib/Carp.pm lib/Carp/Heavy.pm
21199 ____________________________________________________________________________
21200 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
21201         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
21202              From: chromatic <chromatic@rmci.net>
21203              Date: Sat, 01 Dec 2001 12:41:58 -0700
21204              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
21205      Branch: perl
21206            ! lib/DB.t
21207 ____________________________________________________________________________
21208 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
21209         Log: Try to make a missing RADIXCHAR a softer kinder error.
21210      Branch: perl
21211            ! ext/I18N/Langinfo/Langinfo.t
21212 ____________________________________________________________________________
21213 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
21214         Log: Have a little faith on nl_langinfo() itself.
21215      Branch: perl
21216            ! ext/I18N/Langinfo/Langinfo.xs
21217 ____________________________________________________________________________
21218 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
21219         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
21220              the max, not max plus one)
21221      Branch: perl
21222            ! ext/I18N/Langinfo/Langinfo.xs
21223 ____________________________________________________________________________
21224 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
21225         Log: Make reality agree with the comment.
21226      Branch: perl
21227            ! ext/I18N/Langinfo/Langinfo.xs
21228 ____________________________________________________________________________
21229 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
21230         Log: Try to protect against wild langinfo() arguments.
21231      Branch: perl
21232            ! ext/I18N/Langinfo/Langinfo.xs
21233 ____________________________________________________________________________
21234 [ 13409] By: nick                                  on 2001/12/01  18:19:59
21235         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
21236              have file descriptors. Noticed a possibly worse problem in the process ...
21237      Branch: perlio
21238            ! doio.c
21239 ____________________________________________________________________________
21240 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
21241         Log: (replaced by #13556)
21242              
21243              If we are inside an eval, let's be silent about
21244              separate symbols and just croak() in the end.
21245      Branch: perl
21246            ! lib/Exporter/Heavy.pm
21247 ____________________________________________________________________________
21248 [ 13407] By: nick                                  on 2001/12/01  17:14:05
21249         Log: Integrate mainline
21250      Branch: perlio
21251           !> (integrate 26 files)
21252 ____________________________________________________________________________
21253 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
21254         Log: Subject: Fix for Exporter error reporting behaviour
21255              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
21256              Date: Sat, 1 Dec 2001 06:34:48 -0500
21257              Message-ID: <3C0D1B9A@operamail.com>
21258      Branch: perl
21259            ! lib/Exporter.pm lib/Exporter/Heavy.pm
21260 ____________________________________________________________________________
21261 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
21262         Log: Need to hide behind an eval to avoid a warning
21263              about :utf8 on non-perlio configs.
21264      Branch: perl
21265            ! lib/open.t
21266 ____________________________________________________________________________
21267 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
21268         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
21269              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21270              Date: Fri, 30 Nov 2001 23:46:58 +0100
21271              Message-ID: <20011130234658.A717@rafael>
21272      Branch: perl
21273            ! op.c t/op/method.t
21274 ____________________________________________________________________________
21275 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
21276         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
21277              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21278              Date: Thu, 29 Nov 2001 22:46:12 +0100
21279              Message-ID: <20011129224612.A699@rafael>
21280      Branch: perl
21281            ! ext/B/B/Xref.pm
21282 ____________________________________________________________________________
21283 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
21284         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
21285              From: Tels <perl_dummy@bloodgate.com>
21286              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
21287              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
21288      Branch: perl
21289            ! pod/perlfunc.pod
21290 ____________________________________________________________________________
21291 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
21292         Log: Subject: [REPATCH] reference pointer comparison
21293              From: Nicholas Clark <nick@ccl4.org>
21294              Date: Sat, 1 Dec 2001 13:00:17 +0000
21295              Message-ID: <20011201130017.I21702@plum.flirble.org>
21296      Branch: perl
21297            ! pp.c
21298 ____________________________________________________________________________
21299 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
21300         Log: Upgrade to Storable 1.0.14.
21301      Branch: perl
21302            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
21303 ____________________________________________________________________________
21304 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
21305         Log: Add simple caches for ::viacode() and ::vianame().
21306      Branch: perl
21307            ! lib/charnames.pm lib/charnames.t
21308 ____________________________________________________________________________
21309 [ 13398] By: nick                                  on 2001/12/01  10:36:24
21310         Log: Integrate mainline.
21311      Branch: perlio
21312           +> (branch 44 files)
21313            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
21314            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
21315            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
21316           !> (integrate 250 files)
21317 ____________________________________________________________________________
21318 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
21319         Log: Regen toc and modlib.
21320      Branch: perl
21321            ! pod/perlmodlib.pod pod/perltoc.pod
21322 ____________________________________________________________________________
21323 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
21324         Log: Upgrade to podlators-1.18.
21325      Branch: perl
21326            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
21327 ____________________________________________________________________________
21328 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
21329         Log: -h scalar0 -h vector0 seems to help for both
21330              UNICOS and UNICOS/mk on the unpack %65c problems.
21331              
21332              (replaces #13393)
21333      Branch: perl
21334            ! hints/unicos.sh hints/unicosmk.sh
21335 ____________________________________________________________________________
21336 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
21337         Log: More Socket constants.
21338      Branch: perl
21339            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
21340 ____________________________________________________________________________
21341 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
21342         Log: (replaced by #13395)
21343      Branch: perl
21344            ! hints/unicosmk.sh
21345 ____________________________________________________________________________
21346 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
21347         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
21348              From: Andy Dougherty <doughera@lafayette.edu>
21349              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
21350              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
21351              
21352              Simplify the test skippage criterion now that we are
21353              no more dependent on sed.
21354      Branch: perl
21355            ! t/comp/cpp.t t/run/switchPx.t
21356 ____________________________________________________________________________
21357 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
21358         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
21359              From: Michael G Schwern <schwern@pobox.com>
21360              Date: Fri, 30 Nov 2001 11:48:44 -0500
21361              Message-ID: <20011130114844.C1303@blackrider>
21362              
21363              (replaces #13381)
21364      Branch: perl
21365            ! t/op/stat.t
21366 ____________________________________________________________________________
21367 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
21368         Log: Let's not assume how much memory has been allocated
21369              to PVs.
21370      Branch: perl
21371            ! ext/Devel/Peek/Peek.t
21372 ____________________________________________________________________________
21373 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
21374         Log: VOS needs to know the modules, including pp_sort.
21375      Branch: perl
21376            ! vos/perl.bind
21377 ____________________________________________________________________________
21378 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
21379         Log: Unused variables.
21380      Branch: perl
21381            ! ext/Unicode/Normalize/Normalize.xs
21382 ____________________________________________________________________________
21383 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
21384         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
21385              From: John Peacock <jpeacock@rowman.com>     
21386              Date: Fri, 30 Nov 2001 10:24:00 -0500        
21387              Message-ID: <3C07A490.A22A76B0@rowman.com>   
21388      Branch: perl
21389            ! lib/ExtUtils/Embed.t
21390 ____________________________________________________________________________
21391 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
21392         Log: Tweak for the VOS building script from Paul Green.
21393      Branch: perl
21394            ! vos/configure_perl.cm
21395 ____________________________________________________________________________
21396 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
21397         Log: Update Changes.
21398      Branch: perl
21399            ! Changes patchlevel.h
21400 ____________________________________________________________________________
21401 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
21402         Log: Cannot test if cppstdin has not yet been installed.
21403      Branch: perl
21404            ! t/run/switchPx.t
21405 ____________________________________________________________________________
21406 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
21407         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
21408              From: Michael G Schwern <schwern@pobox.com> 
21409              Date: Thu, 29 Nov 2001 22:05:11 -0500
21410              Message-ID: <20011129220510.A18869@blackrider>
21411              
21412              TODO 1: if cppstdin is used and not yet installed,
21413              the Px.t will fail (must do the same as in cpp.t)
21414              
21415              TODO 2: does this work if no Perl whatsoever has
21416              yet been installed?  That is, we should be using
21417              the Perl we are building to execute the one-liner.
21418      Branch: perl
21419            + t/run/switchPx.aux t/run/switchPx.t
21420            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
21421            ! vms/test.com
21422 ____________________________________________________________________________
21423 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
21424         Log: Upgrade to Unicode::Normalize 0.12.
21425      Branch: perl
21426            ! ext/Unicode/Normalize/Changes
21427            ! ext/Unicode/Normalize/Normalize.pm
21428            ! ext/Unicode/Normalize/Normalize.xs
21429            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
21430            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
21431            ! ext/Unicode/Normalize/t/test.t
21432 ____________________________________________________________________________
21433 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
21434         Log: (replaced by #13391)
21435              
21436              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
21437              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
21438              Date: 30 Nov 2001 11:41:53 -0000             
21439              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
21440              
21441              No need to die if we have high-paranoia (non-chdirable)
21442              system directories.
21443      Branch: perl
21444            ! t/op/stat.t
21445 ____________________________________________________________________________
21446 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
21447         Log: Paragraph rewrapping.
21448      Branch: perl
21449            ! pod/perliol.pod
21450 ____________________________________________________________________________
21451 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
21452         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
21453              From: Stas Bekman <stas@stason.org>
21454              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
21455              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
21456      Branch: perl
21457            ! pod/perliol.pod
21458 ____________________________________________________________________________
21459 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
21460         Log: Whether select() gets restarted on signals is
21461              implementation dependent.
21462      Branch: perl
21463            ! ext/Time/HiRes/HiRes.t
21464 ____________________________________________________________________________
21465 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
21466         Log: More forgotten checkins.
21467      Branch: perl
21468            ! embed.h embed.pl proto.h
21469 ____________________________________________________________________________
21470 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
21471         Log: Add a note about folding vs lowercase.
21472      Branch: perl
21473            ! regexec.c
21474 ____________________________________________________________________________
21475 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
21476         Log: Use to_uni_fold (and add changed global.sym)
21477      Branch: perl
21478            ! global.sym utf8.c
21479 ____________________________________________________________________________
21480 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
21481         Log: Make to Unicode character functions to use UVs
21482              instead of U32s and add to_uni_fold().
21483      Branch: perl
21484            ! embed.pl proto.h utf8.c
21485 ____________________________________________________________________________
21486 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
21487         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
21488              From: Nicholas Clark <nick@ccl4.org>
21489              Date: Thu, 29 Nov 2001 22:47:32 +0000
21490              Message-ID: <20011129224732.W37621@plum.flirble.org>
21491      Branch: perl
21492            ! pod/perlpacktut.pod
21493 ____________________________________________________________________________
21494 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
21495         Log: README.vos updates from Paul Green.
21496      Branch: perl
21497            ! README.vos
21498 ____________________________________________________________________________
21499 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
21500         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
21501              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21502              Date: Thu, 29 Nov 2001 14:18:51 EST
21503              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
21504      Branch: perl
21505            ! mg.c vms/vms.c vms/vmsish.h
21506 ____________________________________________________________________________
21507 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
21508         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
21509              From: Michael G Schwern <schwern@pobox.com>
21510              Date: Thu, 29 Nov 2001 13:12:31 -0500
21511              Message-ID: <20011129131231.E11300@blackrider>
21512      Branch: perl
21513            ! README.vms
21514 ____________________________________________________________________________
21515 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
21516         Log: BGET_IV was missing.
21517      Branch: perl
21518            ! ext/ByteLoader/bytecode.h
21519 ____________________________________________________________________________
21520 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
21521         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
21522              From: Jonathan Stowe <gellyfish@gellyfish.com>
21523              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
21524              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
21525      Branch: perl
21526            ! lib/Term/Cap.pm
21527 ____________________________________________________________________________
21528 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
21529         Log: Porting/checkURL.pl was missing.
21530      Branch: perl
21531            ! MANIFEST
21532 ____________________________________________________________________________
21533 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
21534         Log: Subject: INSTALL and READMEs should be reviewed
21535              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21536              Date: Thu, 29 Nov 2001 16:49:36 +0100
21537              Message-ID: <20011129164936.A17492@rafael>         
21538      Branch: perl
21539            ! README.cygwin
21540 ____________________________________________________________________________
21541 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
21542         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
21543              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
21544              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
21545              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
21546      Branch: perl
21547            ! README.os390
21548 ____________________________________________________________________________
21549 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
21550         Log: Update Changes.
21551      Branch: perl
21552            ! Changes patchlevel.h
21553 ____________________________________________________________________________
21554 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
21555         Log: The changes to the curliffed files didn't stick in #13348.
21556      Branch: perl
21557            ! README.dos README.win32
21558 ____________________________________________________________________________
21559 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
21560         Log: Subject: Re: Found the rev where File::Glob broke
21561              From: Andy Dougherty <doughera@lafayette.edu>
21562              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
21563              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
21564      Branch: perl
21565            ! lib/ExtUtils/MM_Unix.pm
21566 ____________________________________________________________________________
21567 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
21568         Log: Use __DATA__ instead of __END__.
21569      Branch: perl
21570            ! lib/Term/Cap.pm
21571 ____________________________________________________________________________
21572 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
21573         Log: Subject: [PATCH toke.c] autosplit into @F fix
21574              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21575              Date: Thu, 29 Nov 2001 14:52:23 +0100
21576              Message-ID: <20011129145223.A25817@rafael>         
21577      Branch: perl
21578            ! toke.c
21579 ____________________________________________________________________________
21580 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
21581         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
21582              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21583              Date: Thu, 29 Nov 2001 15:48:15 +0100
21584              Message-ID: <20011129154815.C25817@rafael>         
21585      Branch: perl
21586            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
21587 ____________________________________________________________________________
21588 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
21589         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
21590              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
21591              Date: Wed, 28 Nov 2001 20:35:29 +0100
21592              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
21593      Branch: perl
21594            ! pod/perlpacktut.pod
21595 ____________________________________________________________________________
21596 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
21597         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
21598              From: Stas Bekman <stas@stason.org>
21599              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
21600              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
21601              
21602              (with tweaks)
21603      Branch: perl
21604            ! pod/perlapio.pod
21605 ____________________________________________________________________________
21606 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
21607         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
21608              From: Tels <perl_dummy@bloodgate.com>
21609              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
21610              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
21611              
21612              (plus paragraph rewrapping)
21613      Branch: perl
21614            ! lib/Exporter.pm
21615 ____________________________________________________________________________
21616 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
21617         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
21618              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
21619              Date: Wed, 28 Nov 2001 21:47:59 +0000
21620              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
21621      Branch: perl
21622            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
21623 ____________________________________________________________________________
21624 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
21625         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
21626              From: Andy Dougherty <doughera@lafayette.edu>
21627              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
21628              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
21629      Branch: perl
21630            ! INSTALL ext/Time/HiRes/HiRes.t
21631 ____________________________________________________________________________
21632 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
21633         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
21634              From: Michael G Schwern <schwern@pobox.com> 
21635              Date: Wed, 28 Nov 2001 16:37:01 -0500
21636              Message-ID: <20011128163701.H676@blackrider>
21637      Branch: perl
21638            ! t/run/kill_perl.t
21639 ____________________________________________________________________________
21640 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
21641         Log: @INC tweak.
21642      Branch: perl
21643            ! t/op/ref.t
21644 ____________________________________________________________________________
21645 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
21646         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
21647              From: Nicholas Clark <nick@ccl4.org>
21648              Date: Wed, 28 Nov 2001 23:38:43 +0000
21649              Message-ID: <20011128233843.N37621@plum.flirble.org>  
21650      Branch: perl
21651            ! installman
21652 ____________________________________________________________________________
21653 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
21654         Log: Tweak the forking logic.
21655      Branch: perl
21656            ! Porting/checkURL.pl
21657 ____________________________________________________________________________
21658 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
21659         Log: Update perlmodlib.PL as per #13348.  The L<> got
21660              changed back because that is coming from ParseLink.pm.
21661      Branch: perl
21662            ! pod/perlmodlib.PL pod/perlmodlib.pod
21663 ____________________________________________________________________________
21664 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
21665         Log: URL fixups from Michael Schwern.
21666      Branch: perl
21667            ! README.cygwin README.dos README.hpux README.mint README.mpeix
21668            ! README.os390 README.qnx README.solaris README.vos README.win32
21669            ! pod/perlmodlib.pod
21670 ____________________________________________________________________________
21671 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
21672         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
21673              From: Barrie Slaymaker <barries@slaysys.com>
21674              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
21675              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
21676      Branch: perl
21677            ! lib/Exporter.pm
21678 ____________________________________________________________________________
21679 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
21680         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
21681      Branch: perl
21682            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
21683 ____________________________________________________________________________
21684 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
21685         Log: Subject: [PATCH] Re: $\ very broken
21686              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21687              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
21688              Message-ID: <20011128223308.E732@rafael>   
21689              
21690              Subject: Re: [PATCH] Re: $\ very broken     
21691              From: Nicholas Clark <nick@ccl4.org>
21692              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
21693              Message-ID: <20011128222859.K37621@plum.flirble.org>
21694      Branch: perl
21695            ! mg.c t/op/ref.t
21696 ____________________________________________________________________________
21697 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
21698         Log: Add Abigail's link checker with the following tweaks:
21699              - known dummy URLs (Peter Prymmer)
21700              - do also READMEs and INSTALL (Michael Schwern)
21701              - do also ftp URLs
21702              - add fork retry loop in case the allowed number
21703              of processes per user is low
21704      Branch: perl
21705            + Porting/checkURL.pl
21706            ! MANIFEST
21707 ____________________________________________________________________________
21708 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
21709         Log: Update Changes.
21710      Branch: perl
21711            ! Changes patchlevel.h
21712 ____________________________________________________________________________
21713 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
21714         Log: In Linux if we have modern enough gcc and supported
21715              enough CPU, crank up the optimization level to -O3.
21716      Branch: perl
21717            ! hints/linux.sh
21718 ____________________________________________________________________________
21719 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
21720         Log: Add perlpacktut from Wolfgang Laun; regen toc.
21721      Branch: perl
21722            + pod/perlpacktut.pod
21723            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
21724            ! pod/perltoc.pod
21725 ____________________________________________________________________________
21726 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
21727         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
21728              From: PPrymmer@factset.com
21729              Date: Wed, 28 Nov 2001 07:51:26 -0500
21730              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
21731      Branch: perl
21732            ! vms/test.com
21733 ____________________________________________________________________________
21734 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
21735         Log: Test cases for the first half of #13338.
21736      Branch: perl
21737            ! t/lib/h2ph.h t/lib/h2ph.pht
21738 ____________________________________________________________________________
21739 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
21740         Log: Subject: Re: h2ph confused by comments in an enum.
21741              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
21742              Date: Wed, 28 Nov 2001 04:19:21 +0000
21743              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
21744              
21745              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
21746              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
21747              Date: Wed, 28 Nov 2001 13:36:35 +0000
21748              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
21749      Branch: perl
21750            ! utils/h2ph.PL
21751 ____________________________________________________________________________
21752 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
21753         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
21754              From: Jonathan Stowe <gellyfish@gellyfish.com>
21755              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
21756              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
21757              
21758              (replace #13327)
21759      Branch: perl
21760            ! lib/Term/Cap.pm
21761 ____________________________________________________________________________
21762 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
21763         Log: Replace #13335 with
21764              
21765              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
21766              From: Russ Allbery <rra@stanford.edu>
21767              Date: 27 Nov 2001 20:42:49 -0800
21768              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
21769      Branch: perl
21770            ! lib/Pod/Text/Termcap.pm
21771 ____________________________________________________________________________
21772 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
21773         Log: (replaced by #13336)
21774              
21775              Subject: [PATCH perl@13323] Termcap.pm with no termios
21776              From: "Craig A. Berry" <craigberry@mac.com> 
21777              Date: Tue, 27 Nov 2001 22:28:50 -0600
21778              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
21779      Branch: perl
21780            ! lib/Pod/Text/Termcap.pm
21781 ____________________________________________________________________________
21782 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
21783         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
21784              From: "Craig A. Berry" <craigberry@mac.com> 
21785              Date: Tue, 27 Nov 2001 21:46:45 -0600
21786              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
21787      Branch: perl
21788            ! configure.com
21789 ____________________________________________________________________________
21790 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
21791         Log: Upgrade to podlators 1.17.
21792      Branch: perl
21793            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
21794            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
21795 ____________________________________________________________________________
21796 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
21797         Log: Fix for "a\x{100}" =~ /A/i.
21798      Branch: perl
21799            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
21800            ! utf8.c
21801 ____________________________________________________________________________
21802 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
21803         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
21804              From: "Craig A. Berry" <craigberry@mac.com>
21805              Date: Tue, 27 Nov 2001 17:11:49 -0600
21806              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
21807      Branch: perl
21808            ! lib/DB.t
21809 ____________________________________________________________________________
21810 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
21811         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
21812              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
21813              Date: Tue, 27 Nov 2001 14:55:23 -0500
21814              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
21815              
21816              Subject: [PATCH: perl@13324] updates to perldelta.pod 
21817              From: PPrymmer@factset.com
21818              Date: Tue, 27 Nov 2001 18:06:04 -0500
21819              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
21820              
21821              plus added some known problems.
21822      Branch: perl
21823            ! pod/perldelta.pod
21824 ____________________________________________________________________________
21825 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
21826         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
21827              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21828              Date: Tue, 27 Nov 2001 15:38:02 EST 
21829              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
21830      Branch: perl
21831            ! configure.com vms/vms.c vms/vmsish.h
21832 ____________________________________________________________________________
21833 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
21834         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
21835              From: Michael G Schwern <schwern@pobox.com> 
21836              Date: Tue, 27 Nov 2001 15:31:12 -0500
21837              Message-ID: <20011127153112.G20929@blackrider>
21838      Branch: perl
21839            ! t/run/kill_perl.t
21840 ____________________________________________________________________________
21841 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
21842         Log: (replaced by #13337)
21843              
21844              VMS can safely hardcode a termcap entry for VT100.
21845      Branch: perl
21846            ! lib/Term/Cap.pm
21847 ____________________________________________________________________________
21848 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
21849         Log: VMS piping fixes from Charles Lane (perl -P should
21850              be working now).
21851      Branch: perl
21852            ! vms/vms.c
21853 ____________________________________________________________________________
21854 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
21855         Log: Subject: [PATCH] perlvar.pod fix
21856              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
21857              Date: Tue, 27 Nov 2001 13:11:47 -0500
21858              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
21859      Branch: perl
21860            ! pod/perlvar.pod
21861 ____________________________________________________________________________
21862 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
21863         Log: Update Changes.
21864      Branch: perl
21865            ! Changes patchlevel.h
21866 ____________________________________________________________________________
21867 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
21868         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
21869              From: "Craig A. Berry" <craigberry@mac.com> 
21870              Date: Tue, 27 Nov 2001 10:21:18 -0600
21871              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
21872      Branch: perl
21873            ! lib/ExtUtils/MM_VMS.pm
21874 ____________________________________________________________________________
21875 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
21876         Log: Protect against accumulating -options -options -options.
21877      Branch: perl
21878            ! hints/hpux.sh
21879 ____________________________________________________________________________
21880 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
21881         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
21882              From: Barrie Slaymaker <barries@slaysys.com>
21883              Date: Tue, 27 Nov 2001 10:58:54 -0500
21884              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
21885      Branch: perl
21886            ! lib/Benchmark.pm
21887 ____________________________________________________________________________
21888 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
21889         Log: Tiny fix from John P. Linderman.
21890      Branch: perl
21891            ! lib/sort.pm
21892 ____________________________________________________________________________
21893 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
21894         Log: The Story of sort(), from John P. Linderman.
21895      Branch: perl
21896            ! pod/perldelta.pod
21897 ____________________________________________________________________________
21898 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
21899         Log: Add information what to do if you are reading
21900              perluniintro but using some older Perl.
21901      Branch: perl
21902            ! pod/perluniintro.pod
21903 ____________________________________________________________________________
21904 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
21905         Log: Update the 'wide characters' FAQ entry.
21906      Branch: perl
21907            ! pod/perlfaq6.pod
21908 ____________________________________________________________________________
21909 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
21910         Log: Fix for
21911              
21912              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
21913              From: Marc Lehmann <root@schmorp.de>
21914              Date: Tue, 27 Nov 2001 14:27:14 +0100
21915              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
21916      Branch: perl
21917            ! ext/Encode.t ext/Encode/Encode.xs
21918 ____________________________________________________________________________
21919 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
21920         Log: Subject: [PATCH] DB_File 1.801
21921              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
21922              Date: Tue, 27 Nov 2001 15:06:45 -0000
21923              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
21924      Branch: perl
21925            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21926            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
21927 ____________________________________________________________________________
21928 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
21929         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
21930      Branch: perl
21931            ! pod/perlmodlib.pod
21932 ____________________________________________________________________________
21933 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
21934         Log: sort() doc tweaks from John P. Linderman.
21935      Branch: perl
21936            ! pod/perlfunc.pod
21937 ____________________________________________________________________________
21938 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
21939         Log: Subject: [PATCH] More perldelta.pod nits
21940              From: Simon Glover <scog@roe.ac.uk>
21941              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
21942              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
21943      Branch: perl
21944            ! pod/perldelta.pod
21945 ____________________________________________________________________________
21946 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
21947         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
21948              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
21949              Date: Tue, 27 Nov 2001 11:52:31 -0000
21950              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
21951      Branch: perl
21952            ! ext/Devel/PPPort/harness/Makefile.PL
21953 ____________________________________________________________________________
21954 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
21955         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
21956              From: Michael G Schwern <schwern@pobox.com>
21957              Date: Tue, 27 Nov 2001 03:38:24 -0500
21958              Message-ID: <20011127033824.A17775@blackrider>
21959      Branch: perl
21960            ! t/TEST
21961 ____________________________________________________________________________
21962 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
21963         Log: Subject: Re: perlcc very broken
21964              From: John Peacock <jpeacock@rowman.com>
21965              Date: Tue, 27 Nov 2001 06:48:01 -0500
21966              Message-ID: <3C037D71.4030508@rowman.com>
21967      Branch: perl
21968            ! utils/perlcc.PL
21969 ____________________________________________________________________________
21970 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
21971         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
21972              From: David Dyck <dcd@tc.fluke.com>
21973              Date: Mon, 26 Nov 2001 22:04:38 -0800
21974              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
21975      Branch: perl
21976            ! t/op/pack.t
21977 ____________________________________________________________________________
21978 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
21979         Log: Subject: [ID 20011126.149] t/op/split fails step 37
21980              From: David Dyck <dcd@tc.fluke.com>
21981              Date: Mon, 26 Nov 2001 21:52:35 -0800
21982              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
21983      Branch: perl
21984            ! t/op/split.t
21985 ____________________________________________________________________________
21986 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
21987         Log: incorporate last minute change from libnet 1.0901-tobe
21988      Branch: perl
21989            ! lib/Net/SMTP.pm
21990 ____________________________________________________________________________
21991 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
21992         Log: Pass 7 at perldelta - random edits.
21993      Branch: perl
21994            ! pod/perldelta.pod
21995 ____________________________________________________________________________
21996 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
21997         Log: Portability and skippage tweaks.
21998      Branch: perl
21999            ! t/op/split.t
22000 ____________________________________________________________________________
22001 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
22002         Log: (retracted by #13449)
22003              Try to make Unicode casemapping to work for EBCDIC, too.
22004      Branch: perl
22005            ! utf8.c
22006 ____________________________________________________________________________
22007 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
22008         Log: Just printing 1..0 is not quite enough...
22009      Branch: perl
22010            ! lib/Dumpvalue.t
22011 ____________________________________________________________________________
22012 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
22013         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
22014              Delay the match until runtime.
22015      Branch: perl
22016            ! t/op/append.t
22017 ____________________________________________________________________________
22018 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
22019         Log: UTF-EBCDIC.
22020      Branch: perl
22021            ! ext/Devel/Peek/Peek.t
22022 ____________________________________________________________________________
22023 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
22024         Log: Be UTF-EBCDIC aware.
22025      Branch: perl
22026            ! lib/bytes.t
22027 ____________________________________________________________________________
22028 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
22029         Log: Bad assumption which way digits and letters sort.
22030      Branch: perl
22031            ! lib/English.t
22032 ____________________________________________________________________________
22033 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
22034         Log: If in EBCDIC but no Convert::EBCDIC
22035              the libnet tests will all fail.
22036      Branch: perl
22037            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
22038            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
22039            ! lib/Net/t/smtp.t lib/Net/t/time.t
22040 ____________________________________________________________________________
22041 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
22042         Log: Just sorting to guarantee order is not enough.
22043              (Think EBCDIC.) 
22044      Branch: perl
22045            ! lib/ExtUtils/Manifest.t
22046 ____________________________________________________________________________
22047 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
22048         Log: OS/390 cleanable gunk.
22049      Branch: perl
22050            ! lib/ExtUtils/MM_Unix.pm
22051 ____________________________________________________________________________
22052 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
22053         Log: Update the EBCDIC MD5 checksums.
22054      Branch: perl
22055            ! ext/Digest/MD5/t/files.t
22056 ____________________________________________________________________________
22057 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
22058         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
22059              From: Nicholas Clark <nick@ccl4.org>
22060              Date: Mon, 26 Nov 2001 23:06:34 +0000
22061              Message-ID: <20011126230633.Q37621@plum.flirble.org>
22062      Branch: perl
22063            ! installman
22064 ____________________________________________________________________________
22065 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
22066         Log: sort tweaks from John P. Linderman.
22067      Branch: perl
22068            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
22069 ____________________________________________________________________________
22070 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
22071         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
22072              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
22073              Date: Mon, 26 Nov 2001 18:47:25 -0600
22074              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
22075              
22076              Craig Berry submitted half of this patch just yesterday.
22077              Spooky cosmic resonance.
22078      Branch: perl
22079            ! ext/Socket/Socket.xs
22080 ____________________________________________________________________________
22081 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
22082         Log: Subject: [PATCH] doio slightly smaller
22083              From: Nicholas Clark <nick@ccl4.org>
22084              Date: Tue, 27 Nov 2001 00:40:23 +0000      
22085              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
22086      Branch: perl
22087            ! doio.c
22088 ____________________________________________________________________________
22089 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
22090         Log: perldelta nits from Autrijus Tang and Ron Kimball.
22091      Branch: perl
22092            ! pod/perldelta.pod
22093 ____________________________________________________________________________
22094 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
22095         Log: Subject: [PATCH] unpack P* uses random length for item
22096              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
22097              Date: Mon, 26 Nov 2001 19:56:32 +0100
22098              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
22099      Branch: perl
22100            ! pod/perldiag.pod pp_pack.c t/op/pack.t
22101 ____________________________________________________________________________
22102 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
22103         Log: Subject: [PATCH current] system and taintedness
22104              From: Radu Greab <radu@netsoft.ro>
22105              Date: Mon, 26 Nov 2001 18:42:29 +0200
22106              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
22107      Branch: perl
22108            ! pp_sys.c t/op/taint.t
22109 ____________________________________________________________________________
22110 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
22111         Log: Subject: [PATCH @ 13283] Devel::PPPort
22112              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
22113              Date: Mon, 26 Nov 2001 14:37:17 -0000
22114              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
22115      Branch: perl
22116            + ext/Devel/PPPort/MANIFEST
22117            ! MANIFEST ext/Devel/PPPort/Makefile.PL
22118            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
22119            ! ext/Devel/PPPort/harness/Harness.xs
22120            ! ext/Devel/PPPort/harness/Makefile.PL
22121            ! ext/Devel/PPPort/harness/module2.c
22122            ! ext/Devel/PPPort/harness/module3.c
22123            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
22124 ____________________________________________________________________________
22125 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
22126         Log: Update the test list.
22127      Branch: perl
22128            ! t/lib/1_compile.t
22129 ____________________________________________________________________________
22130 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
22131         Log: Sync-up tests with libnet distribution
22132      Branch: perl
22133            + lib/Net/t/netrc.t
22134            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
22135 ____________________________________________________________________________
22136 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
22137         Log: Update Changes.
22138      Branch: perl
22139            ! Changes patchlevel.h
22140 ____________________________________________________________________________
22141 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
22142         Log: Upgrade to podlators 1.16.
22143      Branch: perl
22144            + lib/Pod/t/basic.cap
22145            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
22146            ! lib/Pod/t/basic.t pod/pod2man.PL
22147 ____________________________________________________________________________
22148 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
22149         Log: Pass 6 at perldelta - sort enhancements, generic and
22150              platform specific bug fixes.
22151      Branch: perl
22152            ! pod/perldelta.pod
22153 ____________________________________________________________________________
22154 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
22155         Log: PROPAGATE documentation from Tony Cook.
22156      Branch: perl
22157            ! pod/perlfunc.pod
22158 ____________________________________________________________________________
22159 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
22160         Log: DJGPP cannot do signals that well.
22161      Branch: perl
22162            ! ext/POSIX/t/sigaction.t
22163 ____________________________________________________________________________
22164 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
22165         Log: Can't do subsecond alarms without ualarm; and break out
22166              early if alarms do not seem to be coming in as expected.
22167      Branch: perl
22168            ! ext/Time/HiRes/HiRes.t
22169 ____________________________________________________________________________
22170 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
22171         Log: No Socket, little Net.
22172      Branch: perl
22173            ! t/lib/1_compile.t
22174 ____________________________________________________________________________
22175 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
22176         Log: Take the taint brush to the getcwds.
22177      Branch: perl
22178            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
22179 ____________________________________________________________________________
22180 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
22181         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
22182              From: "Craig A. Berry" <craigberry@mac.com>
22183              Date: Sun, 25 Nov 2001 16:20:45 -0600
22184              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
22185      Branch: perl
22186            ! ext/Socket/Socket.xs
22187 ____________________________________________________________________________
22188 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
22189         Log: Since in some DOS filesystems the timestamp granularity
22190              may be only two seconds, better sleep for three to play safe.
22191              (Helps CygWin, at least.)
22192      Branch: perl
22193            ! lib/Memoize/t/expire_file.t
22194 ____________________________________________________________________________
22195 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
22196         Log: For some reason CygWin wasn't collapsing multiple
22197              slashes into one, which made some Spec.t tests to fail.
22198              Either CygWin was being too prudish or the collapsing
22199              logic needs to be rethunk.
22200      Branch: perl
22201            ! lib/File/Spec/Unix.pm
22202 ____________________________________________________________________________
22203 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
22204         Log: Cygwin needs to have libperl.dll around if trying to link
22205              with -lperl.  Note: this change cures the test but whether
22206              it cures CygPerl installation, I don't know: hopefully the
22207              libperl5_7_2.dll, or the version equivalent, gets installed
22208              also as libperl.dll to the proper place(s).
22209      Branch: perl
22210            ! lib/ExtUtils/Embed.t
22211 ____________________________________________________________________________
22212 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
22213         Log: -I../lib/.. and -L../lib/..?  Strange.
22214      Branch: perl
22215            ! lib/ExtUtils/Embed.t
22216 ____________________________________________________________________________
22217 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
22218         Log: $MM?
22219      Branch: perl
22220            ! lib/ExtUtils/Embed.pm
22221 ____________________________________________________________________________
22222 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
22223         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
22224              From: Dave Rolsky <autarch@urth.org>
22225              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
22226              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
22227      Branch: perl
22228            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
22229            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
22230 ____________________________________________________________________________
22231 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
22232         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
22233              From: chromatic <chromatic@rmci.net>
22234              Date: Sat, 24 Nov 2001 14:56:57 -0700
22235              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
22236              
22237              plus a tweak for ithreads builds.
22238      Branch: perl
22239            + lib/DB.t
22240            ! MANIFEST lib/DB.pm
22241 ____________________________________________________________________________
22242 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
22243         Log: Win32 compilation tweaks for Blair Zajac.
22244      Branch: perl
22245            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
22246 ____________________________________________________________________________
22247 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
22248         Log: I don't think trying to bracket the hires time with lores
22249              times is going to be portable enough: Cygwin seems to be
22250              capable of getting hires ones rather consistently lower
22251              than the lores ones.  So let's try average difference instead.
22252      Branch: perl
22253            ! ext/Time/HiRes/HiRes.t
22254 ____________________________________________________________________________
22255 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
22256         Log: Subject: Re: benchmarks, sorts and reproducibility
22257              From: "John P. Linderman" <jpl@research.att.com>
22258              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
22259              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
22260              
22261              Randomize large partitions for quicksort to dodge the
22262              angry gods of quadratic.
22263      Branch: perl
22264            ! pp_sort.c
22265 ____________________________________________________________________________
22266 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
22267         Log: The joys of portable quoting.
22268      Branch: perl
22269            ! ext/Devel/PPPort/harness/Makefile.PL
22270 ____________________________________________________________________________
22271 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
22272         Log: sort pragma tweaks.
22273      Branch: perl
22274            ! lib/sort.pm
22275 ____________________________________________________________________________
22276 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
22277         Log: Skip the link= directives of utils.lst if no mandir
22278              (if no manpages).
22279      Branch: perl
22280            ! installman
22281 ____________________________________________________________________________
22282 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
22283         Log: integrate changes#8340,13260 from mainline
22284              
22285              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
22286              
22287              change#3373 introduced a handle leak in backticks and piped open()s
22288              that fail
22289      Branch: maint-5.6/perl
22290            ! t/io/pipe.t util.c
22291 ____________________________________________________________________________
22292 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
22293         Log: change#3373 introduced a handle leak in backticks and piped open()s
22294              that fail
22295      Branch: perl
22296            ! util.c
22297 ____________________________________________________________________________
22298 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
22299         Log: metaconfig unit change for #13258.
22300      Branch: metaconfig/U/perl
22301            ! d_procselfexe.U
22302 ____________________________________________________________________________
22303 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
22304         Log: Extraenous breaks noticed by David Dyck.
22305      Branch: perl
22306            ! Configure
22307 ____________________________________________________________________________
22308 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
22309         Log: Revert the /proc/self/auxv experiment for now.
22310      Branch: perl
22311            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
22312 ____________________________________________________________________________
22313 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
22314         Log: Also ExtUtils.t had $^X assumptions.
22315      Branch: perl
22316            ! lib/ExtUtils.t
22317 ____________________________________________________________________________
22318 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
22319         Log: Now is Solaris if you start the t/perl in the t/
22320              as "./perl", the $^X will be "../perl", not "./perl".
22321      Branch: perl
22322            ! t/lib/1_compile.t
22323 ____________________________________________________________________________
22324 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
22325         Log: The new way of finding out $^X in Solaris
22326              requires a little tweak if the executable
22327              pathname is *not* absolute: prepend "./"
22328              (otherwise `$^X ...` will start perl from PATH...)
22329      Branch: perl
22330            ! perl.c
22331 ____________________________________________________________________________
22332 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
22333         Log: Avoid "will not stay shared" warnings.
22334      Branch: perl
22335            ! lib/ExtUtils/MM_Unix.pm
22336 ____________________________________________________________________________
22337 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
22338         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
22339              From: Michael G Schwern <schwern@pobox.com>
22340              Date: Sat, 24 Nov 2001 19:56:18 -0500
22341              Message-ID: <20011124195618.A14614@blackrider>            
22342      Branch: perl
22343            ! perl.c pp_sys.c t/op/magic.t util.c
22344 ____________________________________________________________________________
22345 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
22346         Log: In the MakeMaker pm_to_blib target don't copy all
22347              the files in one fell swoop, deal with them hunkwise,
22348              helps for CLIs with limited line lengths.
22349              (This seems to help for DJGPP building Encode,
22350              where there are dozens of files to copy.)
22351      Branch: perl
22352            ! lib/ExtUtils/MM_Unix.pm
22353 ____________________________________________________________________________
22354 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
22355         Log: testsuite leaves stray files behind on windows
22356      Branch: perl
22357            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
22358 ____________________________________________________________________________
22359 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
22360         Log: xsubpp produces a spurious warning on directories called 'typemap'
22361      Branch: perl
22362            ! lib/ExtUtils/xsubpp
22363 ____________________________________________________________________________
22364 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
22365         Log: xsubpp treats invalid (indented) cpp directives as comments
22366      Branch: perl
22367            ! ext/IO/IO.xs
22368 ____________________________________________________________________________
22369 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
22370         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
22371      Branch: perl
22372            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
22373 ____________________________________________________________________________
22374 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
22375         Log: The debug_pag needs to be visible at all times
22376              because of the re extension.
22377      Branch: perl
22378            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
22379 ____________________________________________________________________________
22380 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
22381         Log: Subject: Re: [PATCH] Tests are good
22382              From: Philip Newton <Philip.Newton@gmx.net>
22383              Date: Sat, 24 Nov 2001 21:24:00 +0100
22384              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
22385      Branch: perl
22386            ! pod/perlhack.pod
22387 ____________________________________________________________________________
22388 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
22389         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
22390              From: "Craig A. Berry" <craigberry@mac.com> 
22391              Date: Sat, 24 Nov 2001 12:45:44 -0600
22392              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
22393              
22394              (with tweaks, and combined with Sarathy's #13242)
22395      Branch: perl
22396            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
22397 ____________________________________________________________________________
22398 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
22399         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
22400              From: John Peacock <jpeacock@rowman.com>
22401              Date: Sat, 24 Nov 2001 14:27:46 -0500
22402              Message-ID: <3BFFF4B2.40509@rowman.com> 
22403      Branch: perl
22404            ! lib/Exporter/Heavy.pm
22405 ____________________________________________________________________________
22406 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
22407         Log: use portable quotes
22408      Branch: perl
22409            ! ext/Devel/PPPort/harness/Makefile.PL
22410 ____________________________________________________________________________
22411 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
22412         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
22413              From: Nicholas Clark <nick@ccl4.org>
22414              Date: Sat, 24 Nov 2001 18:06:26 +0000
22415              Message-ID: <20011124180626.T37621@plum.flirble.org>
22416      Branch: perl
22417            ! installman
22418 ____________________________________________________________________________
22419 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
22420         Log: Subject: [PATCH] perl5005delta.pod L<>
22421              From: Nicholas Clark <nick@ccl4.org>
22422              Date: Sat, 24 Nov 2001 18:04:21 +0000
22423              Message-ID: <20011124180421.S37621@plum.flirble.org>
22424      Branch: perl
22425            ! pod/perl5005delta.pod
22426 ____________________________________________________________________________
22427 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
22428         Log: fix typo in config.vc; regenerate win32 config_H.* files
22429      Branch: perl
22430            ! win32/config.vc win32/config_H.bc win32/config_H.gc
22431            ! win32/config_H.vc
22432 ____________________________________________________________________________
22433 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
22434         Log: Mention the charnames::vianame().
22435      Branch: perl
22436            ! pod/perluniintro.pod
22437 ____________________________________________________________________________
22438 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
22439         Log: Add charnames::vianame() in case people want to access
22440              the codes in run-time (as opposed to the compile-timeness
22441              of \N{...}).
22442      Branch: perl
22443            ! lib/charnames.pm lib/charnames.t
22444 ____________________________________________________________________________
22445 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
22446         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
22447              From: Nicholas Clark <nick@ccl4.org>
22448              Date: Sat, 24 Nov 2001 16:30:42 +0000
22449              Message-ID: <20011124163042.R37621@plum.flirble.org>
22450      Branch: perl
22451            ! regcomp.c regcomp.h
22452 ____________________________________________________________________________
22453 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
22454         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
22455              From: Nicholas Clark <nick@ccl4.org>
22456              Date: Sat, 24 Nov 2001 16:24:33 +0000
22457              Message-ID: <20011124162433.Q37621@plum.flirble.org>
22458              
22459              cmp fixes.
22460      Branch: perl
22461            ! pp.c
22462 ____________________________________________________________________________
22463 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
22464         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
22465              (It seems that "./perl" gets resolved to "perl" now.)
22466      Branch: perl
22467            ! perl.c
22468 ____________________________________________________________________________
22469 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
22470         Log: Subject: [PATCH] DB_File 1.800        
22471              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
22472              Date: Sat, 24 Nov 2001 11:41:41 -0000
22473              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
22474      Branch: perl
22475            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
22476            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
22477            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
22478            ! ext/DB_File/t/db-recno.t
22479 ____________________________________________________________________________
22480 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
22481         Log: Tweak the PUSHED documentation.
22482      Branch: perl
22483            ! ext/PerlIO/Via/Via.pm
22484 ____________________________________________________________________________
22485 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
22486         Log: Update 1_compile for new known tests.
22487      Branch: perl
22488            ! t/lib/1_compile.t
22489 ____________________________________________________________________________
22490 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
22491         Log: Move the MBF/MBI test modules to t/lib.
22492      Branch: perl
22493            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
22494            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
22495            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
22496            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
22497            ! lib/Math/BigInt/t/sub_mbi.t
22498 ____________________________________________________________________________
22499 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
22500         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
22501              From: "Craig A. Berry" <craigberry@mac.com> 
22502              Date: Fri, 23 Nov 2001 18:05:35 -0600
22503              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
22504      Branch: perl
22505            ! configure.com
22506 ____________________________________________________________________________
22507 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
22508         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
22509              From: PPrymmer@factset.com 
22510              Date: Fri, 23 Nov 2001 17:03:07 -0500
22511              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
22512      Branch: perl
22513            ! ext/Unicode/Normalize/mkheader
22514 ____________________________________________________________________________
22515 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
22516         Log: Here are the right helper files.
22517      Branch: perl
22518            + t/lib/Filter/Simple/ExportTest.pm
22519            + t/lib/Filter/Simple/FilterOnlyTest.pm
22520            + t/lib/Filter/Simple/FilterTest.pm
22521            + t/lib/Filter/Simple/ImportTest.pm
22522            ! MANIFEST
22523 ____________________________________________________________________________
22524 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
22525         Log: Update Changes.
22526      Branch: perl
22527            ! Changes patchlevel.h
22528 ____________________________________________________________________________
22529 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
22530         Log: Never mind.
22531      Branch: perl
22532            - lib/Filter/Simple/lib/ExportTest.pm
22533            - lib/Filter/Simple/lib/ImportTest.pm
22534 ____________________________________________________________________________
22535 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
22536         Log: Mis-add.
22537      Branch: perl
22538            + lib/Filter/Simple/lib/ExportTest.pm
22539            + lib/Filter/Simple/lib/ImportTest.pm
22540 ____________________________________________________________________________
22541 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
22542         Log: Upgrade to Filter::Simple 0.77.
22543      Branch: perl
22544            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
22545            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
22546            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
22547            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
22548            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
22549 ____________________________________________________________________________
22550 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
22551         Log: Missing p4 add.
22552      Branch: perl
22553            + lib/ExtUtils/MM_VMS.t
22554 ____________________________________________________________________________
22555 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
22556         Log: Pass 5 at perldelta - module and utility updates cleanup.
22557      Branch: perl
22558            ! pod/perldelta.pod
22559 ____________________________________________________________________________
22560 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
22561         Log: metaconfig unit change for #13219.
22562      Branch: metaconfig/U/perl
22563            ! d_procselfexe.U
22564 ____________________________________________________________________________
22565 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
22566         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
22567      Branch: perl
22568            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22569            ! pod/buildtoc.PL pod/perltoc.pod
22570 ____________________________________________________________________________
22571 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
22572         Log: Add procselfexe and d_dirfd to strange lands.
22573      Branch: perl
22574            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
22575            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
22576            ! vos/config.ga.def vos/config.ga.h win32/config.bc
22577            ! win32/config.gc win32/config.vc win32/config.win64
22578            ! wince/config.ce
22579 ____________________________________________________________________________
22580 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
22581         Log: metaconfig unit change for #13216.
22582      Branch: metaconfig/U/perl
22583            ! d_procselfexe.U
22584 ____________________________________________________________________________
22585 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
22586         Log: Better to "quote" the pathname.
22587      Branch: perl
22588            ! Configure config_h.SH
22589 ____________________________________________________________________________
22590 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
22591         Log: Use PROCSELFEXE_PATH.
22592      Branch: perl
22593            ! perl.c
22594 ____________________________________________________________________________
22595 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
22596         Log: metaconfig unit change for #13213.
22597      Branch: metaconfig/U/perl
22598            ! d_procselfexe.U
22599 ____________________________________________________________________________
22600 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
22601         Log: Add probing for BSD-like /proc/curproc/file.
22602      Branch: perl
22603            ! Configure config_h.SH
22604 ____________________________________________________________________________
22605 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
22606         Log: metaconfig unit change for 13211.
22607      Branch: metaconfig/U/perl
22608            + d_dirfd.U
22609 ____________________________________________________________________________
22610 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
22611         Log: Add probing for dirfd() so that it can be added it IO::Dir.
22612      Branch: perl
22613            ! Configure config_h.SH perl.h
22614 ____________________________________________________________________________
22615 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
22616         Log: ...and update the test count.
22617      Branch: perl
22618            ! lib/Pod/t/basic.t
22619 ____________________________________________________________________________
22620 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
22621         Log: Must remove the cap test also from the test script.
22622      Branch: perl
22623            ! lib/Pod/t/basic.t
22624 ____________________________________________________________________________
22625 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
22626         Log: Subject: [PATCH] Tests are good
22627              From: Nicholas Clark <nick@ccl4.org>
22628              Date: Fri, 23 Nov 2001 18:12:21 +0000
22629              Message-ID: <20011123181220.F37621@plum.flirble.org>
22630      Branch: perl
22631            ! pod/perlhack.pod
22632 ____________________________________________________________________________
22633 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
22634         Log: The basic.cap from podlators 1.14 is not very portable.
22635      Branch: perl
22636            - lib/Pod/t/basic.cap
22637            ! MANIFEST
22638 ____________________________________________________________________________
22639 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
22640         Log: Subject: Re: [DOC PATCHES] pod cleanups
22641              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
22642              Date: 22 Nov 2001 12:54:16 -0000
22643              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
22644      Branch: perl
22645            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
22646            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
22647 ____________________________________________________________________________
22648 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
22649         Log: FAQ sync.
22650      Branch: perl
22651            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
22652 ____________________________________________________________________________
22653 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
22654         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
22655              From: PPrymmer@factset.com
22656              Date: Fri, 23 Nov 2001 11:43:45 -0500
22657              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
22658      Branch: perl
22659            ! MANIFEST lib/ExtUtils/MM_VMS.pm
22660 ____________________________________________________________________________
22661 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
22662         Log: Corify podlators 1.14 test.
22663      Branch: perl
22664            ! lib/Pod/t/basic.t
22665 ____________________________________________________________________________
22666 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
22667         Log: Output tweak needed because of podlators 1.14.
22668      Branch: perl
22669            ! t/pod/multiline_items.xr
22670 ____________________________________________________________________________
22671 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
22672         Log: Upgrade to podlators 1.14.
22673      Branch: perl
22674            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
22675            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
22676            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
22677            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
22678            ! lib/Pod/Text/Overstrike.pm
22679 ____________________________________________________________________________
22680 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
22681         Log: perlmodinstall tweaks from Philip Newton.
22682      Branch: perl
22683            ! pod/perlmodinstall.pod
22684 ____________________________________________________________________________
22685 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
22686         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
22687              From: Autrijus Tang <autrijus@autrijus.org>           
22688              Date: Fri, 23 Nov 2001 23:55:53 +0800
22689              Message-ID: <20011123235553.A2310@not.autrijus.org>
22690      Branch: perl
22691            ! Porting/genlog
22692 ____________________________________________________________________________
22693 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
22694         Log: Subject: Re: regex oddness with \Z and $&
22695              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
22696              Date: Fri, 23 Nov 2001 15:15:24 +0000
22697              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
22698      Branch: perl
22699            ! regcomp.c t/op/re_tests
22700 ____________________________________________________________________________
22701 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
22702         Log: regen_headers.
22703      Branch: perl
22704            ! embed.h global.sym pod/perlapi.pod proto.h
22705 ____________________________________________________________________________
22706 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
22707         Log: Forgotten check-in.
22708      Branch: perl
22709            ! pod/perlapi.pod
22710 ____________________________________________________________________________
22711 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
22712         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
22713      Branch: perl
22714            ! lib/Test/Simple.pm
22715 ____________________________________________________________________________
22716 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
22717         Log: Retract #13173 (effectively retract Net::Ping 2.06,
22718              go back to 2.04, the 2.06 hasn't seen the patches
22719              that have gone to the blead version.)
22720      Branch: perl
22721            - lib/Net/Ping/CHANGES lib/Net/Ping/README
22722            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
22723            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
22724            - lib/Net/Ping/t/200_ping_tcp.t
22725            ! MANIFEST lib/Net/Ping.pm
22726 ____________________________________________________________________________
22727 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
22728         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
22729              From: Robin Barker <rmb1@cise.npl.co.uk>
22730              Date: Thu, 22 Nov 2001 11:00:38 GMT
22731              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
22732      Branch: perl
22733            ! utils/perldoc.PL
22734 ____________________________________________________________________________
22735 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
22736         Log: metaconfig unit change for #13191.
22737      Branch: metaconfig/U/perl
22738            ! d_procselfexe.U
22739 ____________________________________________________________________________
22740 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
22741         Log: procselfexe tweak: for some reason I had a ls in
22742              /proc/self/exe, not the ls Configure thought it
22743              would found.
22744      Branch: perl
22745            ! Configure
22746 ____________________________________________________________________________
22747 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
22748         Log: Corify the Net::Ping tests; skip the tests
22749              unless $ENV{PERL_TEST_Net_Ping} is true.
22750      Branch: perl
22751            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
22752            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
22753            ! lib/Net/Ping/t/200_ping_tcp.t
22754 ____________________________________________________________________________
22755 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
22756         Log: metaconfig units changes for #13188.
22757      Branch: metaconfig
22758            ! U/modified/Head.U
22759      Branch: metaconfig/U/perl
22760            ! issymlink.U
22761 ____________________________________________________________________________
22762 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
22763         Log: The #13182 didn't really help.  The real problem
22764              seems to be that 'sh' can in AIX mean at least three
22765              different things, and we can't know which one it is
22766              unless we export $newsh from an earlier run (and it's
22767              the 'bsh' aka 'sh' that has the the broken test -h).
22768      Branch: perl
22769            ! Configure
22770 ____________________________________________________________________________
22771 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
22772         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
22773      Branch: perl
22774            ! op.c t/op/override.t
22775 ____________________________________________________________________________
22776 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
22777         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
22778              From: PPrymmer@factset.com 
22779              Date: Wed, 21 Nov 2001 20:17:25 -0500
22780              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
22781      Branch: perl
22782            ! lib/Shell.t
22783 ____________________________________________________________________________
22784 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
22785         Log: Reapply perlmodinstall parts of #12897.
22786      Branch: perl
22787            ! pod/perlmodinstall.pod
22788 ____________________________________________________________________________
22789 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
22790         Log: perlmodinstall 2.01 from Jon Orwant.
22791      Branch: perl
22792            ! pod/perlmodinstall.pod
22793 ____________________________________________________________________________
22794 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
22795         Log: Subject: [PATCH @10907] REXX on OS/2
22796              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22797              Date: Wed, 21 Nov 2001 15:26:11 -0500
22798              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
22799      Branch: perl
22800            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
22801            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
22802 ____________________________________________________________________________
22803 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
22804         Log: metaconfig unit change for #13181.
22805      Branch: metaconfig/U/perl
22806            ! issymlink.U
22807 ____________________________________________________________________________
22808 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
22809         Log: AIX has broken builtin 'test'.
22810      Branch: perl
22811            ! Configure
22812 ____________________________________________________________________________
22813 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
22814         Log: Subject: [PATCH 5.7.x] INSTALL size update
22815              From: Andy Dougherty <doughera@lafayette.edu>
22816              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
22817              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
22818      Branch: perl
22819            ! INSTALL
22820 ____________________________________________________________________________
22821 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
22822         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
22823              to pp_sort.c.  Includes the quicksort stabilizing layer
22824              from John P. Linderman.  -Msort=qsort or -Msort=fast is
22825              faster than without (or with -Msort=mergesort or -Msort=safe)
22826              for short random inputs, but for some reason not quite as fast
22827              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
22828              optimizing definitely needed.
22829      Branch: perl
22830            + lib/sort.pm lib/sort.t pp_sort.c
22831            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
22832            ! embed.pl global.sym perl.h pp_ctl.c proto.h
22833            ! vms/descrip_mms.template vos/build.cm win32/Makefile
22834            ! win32/makefile.mk wince/Makefile.ce
22835 ____________________________________________________________________________
22836 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
22837         Log: Sync file with libnet-1.0901-tobe
22838      Branch: perl
22839            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
22840            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
22841            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
22842            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
22843            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
22844 ____________________________________________________________________________
22845 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
22846         Log: Subject: [PATCH perldoc] problems with pod2man
22847              From: Robin Barker <rmb1@cise.npl.co.uk>
22848              Date: Wed, 21 Nov 2001 17:48:51 GMT
22849              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
22850      Branch: perl
22851            ! utils/perldoc.PL
22852 ____________________________________________________________________________
22853 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
22854         Log: debug_pad only visible when debugging.
22855      Branch: perl
22856            ! makedef.pl
22857 ____________________________________________________________________________
22858 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
22859         Log: metaconfig units changes for #13174.
22860      Branch: metaconfig/U/perl
22861            + d_procselfexe.U
22862            - procselfexe.U
22863 ____________________________________________________________________________
22864 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
22865         Log: procselfexe tweaks.
22866      Branch: perl
22867            ! Configure config_h.SH
22868 ____________________________________________________________________________
22869 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
22870         Log: Upgrade to Net::Ping 2.06.
22871      Branch: perl
22872            + lib/Net/Ping/CHANGES lib/Net/Ping/README
22873            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
22874            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
22875            + lib/Net/Ping/t/200_ping_tcp.t
22876            ! MANIFEST lib/Net/Ping.pm
22877 ____________________________________________________________________________
22878 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
22879         Log: Upgrade to Math::BigInt 1.47.
22880      Branch: perl
22881            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
22882            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
22883            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
22884            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
22885            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
22886            ! lib/Math/BigInt/t/sub_mbi.t
22887 ____________________________________________________________________________
22888 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
22889         Log: Dynaloading for POSIX-BC from Thomas Dorner.
22890      Branch: perl
22891            ! hints/posix-bc.sh
22892 ____________________________________________________________________________
22893 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
22894         Log: Strange: the same mysterious regex study bug
22895              seems to be present both in OS/390 and POSIX-BC.
22896              Deep EBCDIC magic that regex engine gets wrong,
22897              or a bug in some compiler/library shared by the
22898              two platforms?  From Thomas Dorner.
22899      Branch: perl
22900            ! t/op/study.t
22901 ____________________________________________________________________________
22902 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
22903         Log: More lost and found.
22904      Branch: perl
22905            + lib/Test/Simple/README
22906            ! MANIFEST
22907 ____________________________________________________________________________
22908 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
22909         Log: MANIFESTly missing.
22910      Branch: perl
22911            ! MANIFEST
22912 ____________________________________________________________________________
22913 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
22914         Log: Subject: Re: PERFORCE change 13162 for review               
22915              From: Philip Newton <Philip.Newton@gmx.net> 
22916              Date: Wed, 21 Nov 2001 16:44:30 +0100
22917              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
22918      Branch: perl
22919            ! ext/Devel/PPPort/PPPort.pm
22920 ____________________________________________________________________________
22921 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
22922         Log: Update Changes.
22923      Branch: perl
22924            ! Changes patchlevel.h
22925 ____________________________________________________________________________
22926 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
22927         Log: Small doc tweaks.
22928      Branch: perl
22929            ! ext/PerlIO/Via/Via.pm
22930 ____________________________________________________________________________
22931 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
22932         Log: Redundant return.
22933      Branch: perl
22934            ! ext/MIME/Base64/QuotedPrint.pm
22935 ____________________________________________________________________________
22936 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
22937         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
22938              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
22939              Date: Wed, 21 Nov 2001 10:23:16 +0100
22940              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
22941      Branch: perl
22942            ! pp_pack.c t/op/pack.t
22943 ____________________________________________________________________________
22944 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
22945         Log: Add Devel::PPPort originally from Kenneth Albanowski,
22946              revigorated by Paul Marquess: gives h2xs a Perl version
22947              portability boost.
22948      Branch: perl
22949            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
22950            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
22951            + ext/Devel/PPPort/harness/Harness.pm
22952            + ext/Devel/PPPort/harness/Harness.xs
22953            + ext/Devel/PPPort/harness/Makefile.PL
22954            + ext/Devel/PPPort/harness/module2.c
22955            + ext/Devel/PPPort/harness/module3.c
22956            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
22957            ! MANIFEST lib/h2xs.t utils/h2xs.PL
22958 ____________________________________________________________________________
22959 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
22960         Log: Oops.
22961      Branch: perl
22962            ! lib/Test/Simple/t/filehandles.t
22963 ____________________________________________________________________________
22964 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
22965         Log: Subject: Re: PERFORCE change 13152 for review               
22966              From: Philip Newton <Philip.Newton@gmx.net> 
22967              Date: Wed, 21 Nov 2001 09:04:05 +0100
22968              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
22969      Branch: perl
22970            ! lib/Test/Builder.pm
22971 ____________________________________________________________________________
22972 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
22973         Log: Subject: Re: PERFORCE change 13142 for review
22974              From: Philip Newton <Philip.Newton@gmx.net>
22975              Date: Wed, 21 Nov 2001 09:04:03 +0100
22976              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
22977              
22978              plus rewrap few paragraphs.
22979      Branch: perl
22980            ! lib/Pod/LaTeX.pm
22981 ____________________________________________________________________________
22982 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
22983         Log: Integrate #13154 from macperl; Remove comments.
22984      Branch: perl
22985           !> lib/File/Spec/Mac.pm
22986 ____________________________________________________________________________
22987 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
22988         Log: Update the list of modules having tests.
22989      Branch: perl
22990            ! t/lib/1_compile.t
22991 ____________________________________________________________________________
22992 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
22993         Log: Slight doc changes.
22994      Branch: maint-5.6/macperl
22995            ! macos/macperl/MacPerl.podhelp
22996 ____________________________________________________________________________
22997 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
22998         Log: Add UTF-16 coercion.
22999      Branch: maint-5.6/macperl
23000            ! macos/lib/Mac/AppleEvents/Simple.pm
23001 ____________________________________________________________________________
23002 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
23003         Log: Remove comments.
23004      Branch: maint-5.6/macperl
23005            ! lib/File/Spec/Mac.pm
23006 ____________________________________________________________________________
23007 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
23008         Log: Fix FSpGetCatInfo (and other functions) corrupting
23009              memory with bad filespecs (bug #471867)
23010      Branch: maint-5.6/macperl
23011            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
23012 ____________________________________________________________________________
23013 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
23014         Log: Upgrade to Test::Simple 0.33.
23015      Branch: perl
23016            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
23017            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
23018            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
23019 ____________________________________________________________________________
23020 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
23021         Log: Upgrade to Test::Harness 1.26.
23022      Branch: perl
23023            ! lib/Test/Harness.pm lib/Test/Harness/Changes
23024 ____________________________________________________________________________
23025 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
23026         Log: Integrate change #13145 from maintperl;
23027              another compatibility tweak to change#12559: avoid quoting
23028              arguments that already have quotes; add test case
23029      Branch: perl
23030           !> t/op/system_tests win32/win32.c
23031 ____________________________________________________________________________
23032 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
23033         Log: integrate change#13147 from mainline (fixes nit in change#10091)
23034              
23035              Subject: [PATCH] spaceship and refs
23036      Branch: maint-5.6/perl
23037            ! pp.c pp_hot.c t/op/cmp.t
23038 ____________________________________________________________________________
23039 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
23040         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
23041              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
23042              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
23043              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
23044      Branch: perl
23045            + lib/Pod/t/utils.t
23046            ! MANIFEST
23047 ____________________________________________________________________________
23048 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
23049         Log: Subject: [PATCH] spaceship and refs
23050              From: Nicholas Clark <nick@ccl4.org>
23051              Date: Tue, 20 Nov 2001 21:59:51 +0000
23052              Message-ID: <20011120215951.U62891@plum.flirble.org> 
23053      Branch: perl
23054            ! pp.c pp_hot.c t/op/cmp.t
23055 ____________________________________________________________________________
23056 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
23057         Log: Try to clarify which I/O call operates on bytes,
23058              which on characters, which on either.
23059      Branch: perl
23060            ! pod/perlfunc.pod
23061 ____________________________________________________________________________
23062 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
23063         Log: another compatibility tweak to change#12559: avoid quoting
23064              arguments that already have quotes; add test case
23065      Branch: maint-5.6/perl
23066            ! t/op/system_tests win32/win32.c
23067 ____________________________________________________________________________
23068 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
23069         Log: Give a simple example of writing PerlIO::Via handlers
23070              in Perl.
23071      Branch: perl
23072            ! ext/PerlIO/Via/Via.pm
23073 ____________________________________________________________________________
23074 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
23075         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
23076      Branch: perl
23077            + lib/Pod/t/latex.t
23078            ! MANIFEST
23079 ____________________________________________________________________________
23080 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
23081         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
23082              From: Tim Jenness <t.jenness@jach.hawaii.edu>
23083              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
23084              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
23085      Branch: perl
23086            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
23087 ____________________________________________________________________________
23088 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
23089         Log: Spread d_procselfexe to far-off lands (undefined).
23090      Branch: perl
23091            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
23092            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
23093            ! vos/config.ga.def vos/config.ga.h win32/config.bc
23094            ! win32/config.gc win32/config.vc win32/config.win64
23095            ! wince/config.ce
23096 ____________________________________________________________________________
23097 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
23098         Log: Integrate perlio; add detection and use of /proc/self/exe
23099              (Linuxism for finding the absolute path of the executable)
23100      Branch: perl
23101           !> Configure config_h.SH perl.c t/op/magic.t
23102 ____________________________________________________________________________
23103 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
23104         Log: Really define do_report_used() only if DEBUGGING.
23105      Branch: perl
23106            ! sv.c
23107 ____________________________________________________________________________
23108 [ 13138] By: nick                                  on 2001/11/20  20:01:05
23109         Log: perl.c change to use HAS_PROCSELFEXE, also
23110              tweak to $^X test to comprehend full path to real executable
23111              being returned (like Cygwin as it happens...)
23112      Branch: perlio
23113            ! perl.c t/op/magic.t
23114 ____________________________________________________________________________
23115 [ 13137] By: nick                                  on 2001/11/20  19:46:00
23116         Log: Integrate mainline
23117      Branch: perlio
23118           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
23119           +> lib/NEXT/t/unseen.t
23120            - lib/NEXT/test.pl
23121           !> (integrate 34 files)
23122 ____________________________________________________________________________
23123 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
23124         Log: Subject: [?PATCH] terser pp_eq
23125              From: Nicholas Clark <nick@ccl4.org>
23126              Date: Mon, 19 Nov 2001 23:09:02 +0000
23127              Message-ID: <20011119230901.O62891@plum.flirble.org>
23128      Branch: perl
23129            ! pp_hot.c
23130 ____________________________________________________________________________
23131 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
23132         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
23133      Branch: perl
23134            ! pod/perldelta.pod
23135 ____________________________________________________________________________
23136 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
23137         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
23138              From: Andy Dougherty <doughera@lafayette.edu>
23139              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
23140              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
23141      Branch: perl
23142            ! ext/re/Makefile.PL ext/re/re.xs
23143 ____________________________________________________________________________
23144 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
23145         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
23146              From: Andy Dougherty <doughera@lafayette.edu>
23147              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
23148              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
23149      Branch: perl
23150            ! ext/re/re.xs
23151 ____________________________________________________________________________
23152 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
23153         Log: Integrate change #13119 from macperl.
23154              (No changes since already applied the patch,
23155              just keep perforce happy and well-fed.)
23156      Branch: perl
23157           !> lib/Pod/Html.pm
23158 ____________________________________________________________________________
23159 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
23160         Log: Subject: [PATCH] filter-util.pl for Mac OS
23161              From: Chris Nandor <pudge@pobox.com>
23162              Date: Tue, 20 Nov 2001 00:16:11 -0500
23163              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
23164      Branch: perl
23165            ! t/lib/filter-util.pl
23166 ____________________________________________________________________________
23167 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
23168         Log: Subject: [PATCH] Portability fix for Pod::Html
23169              From: Chris Nandor <pudge@pobox.com>
23170              Date: Tue, 20 Nov 2001 00:01:05 -0500
23171              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
23172      Branch: perl
23173            ! lib/Pod/Html.pm
23174 ____________________________________________________________________________
23175 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
23176         Log: Need to skip more tests if not perlio.
23177      Branch: perl
23178            ! lib/open.t
23179 ____________________________________________________________________________
23180 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
23181         Log: Pass 3 at perldelta - sort the lists of new modules,
23182              module improvements, and new platforms.
23183      Branch: perl
23184            ! pod/perldelta.pod
23185 ____________________________________________________________________________
23186 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
23187         Log: Document ${^OPEN}.
23188      Branch: perl
23189            ! pod/perlvar.pod
23190 ____________________________________________________________________________
23191 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
23192         Log: Make configpm work with extra keys
23193      Branch: maint-5.6/macperl
23194            ! macos/configpm
23195 ____________________________________________________________________________
23196 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
23197         Log: Version and doc updates
23198      Branch: maint-5.6/macperl
23199            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
23200 ____________________________________________________________________________
23201 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
23202         Log: More fixes for error message parsing (bug #470316)
23203      Branch: maint-5.6/macperl
23204            ! macos/macish.c
23205 ____________________________________________________________________________
23206 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
23207         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
23208              remove obsolete function (bug #465225)
23209      Branch: maint-5.6/macperl
23210            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
23211            ! macos/macperl/MPScript.c
23212 ____________________________________________________________________________
23213 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
23214         Log: Add p2as droplet to distribution.
23215      Branch: maint-5.6/macperl
23216            + macos/macperl/Droplets/p2as.plx
23217 ____________________________________________________________________________
23218 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
23219         Log: Bundle File::Sort.
23220      Branch: maint-5.6/macperl
23221            + macos/bundled_lib/blib/lib/File/Sort.pm
23222 ____________________________________________________________________________
23223 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
23224         Log: Various bundled module fixes.
23225      Branch: maint-5.6/macperl
23226            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
23227            ! macos/bundled_ext/Digest/MD5/t/files.t
23228            ! macos/bundled_ext/Filter/t/filter-util.pl
23229            ! macos/bundled_lib/blib/lib/Net/Config.pm
23230            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
23231 ____________________________________________________________________________
23232 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
23233         Log: Portability fix for Pod::Html.
23234      Branch: maint-5.6/macperl
23235            ! lib/Pod/Html.pm
23236 ____________________________________________________________________________
23237 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
23238         Log: Upgrade to Text::Balanced 1.89.
23239      Branch: perl
23240            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
23241            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
23242            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
23243            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
23244            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
23245            ! lib/Text/Balanced/t/gentag.t
23246 ____________________________________________________________________________
23247 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
23248         Log: Upgrade to NEXT 0.50.
23249      Branch: perl
23250            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
23251            + lib/NEXT/t/unseen.t
23252            - lib/NEXT/test.pl
23253            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
23254 ____________________________________________________________________________
23255 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
23256         Log: Integrate with maint-5.6/perl.
23257      Branch: maint-5.6/macperl
23258           !> win32/win32.c
23259 ____________________________________________________________________________
23260 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
23261         Log: Update the README.threads scary header a bit.
23262      Branch: perl
23263            ! README.threads
23264 ____________________________________________________________________________
23265 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
23266         Log: Pass 2 at perldelta: add some changes since 5.7.2.
23267      Branch: perl
23268            ! pod/perldelta.pod
23269 ____________________________________________________________________________
23270 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
23271         Log: Subject: [DOC PATCH] perlfaq4.pod 
23272              From: Tim Jenness <t.jenness@jach.hawaii.edu>
23273              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
23274              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
23275      Branch: perl
23276            ! pod/perlfaq4.pod
23277 ____________________________________________________________________________
23278 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
23279         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
23280              From: Michael G Schwern <schwern@pobox.com> 
23281              Date: Mon, 19 Nov 2001 19:53:12 -0500
23282              Message-ID: <20011119195311.I11883@blackrider>
23283      Branch: perl
23284            ! perl.c
23285 ____________________________________________________________________________
23286 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
23287         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
23288              From: PPrymmer@factset.com
23289              Date: Mon, 19 Nov 2001 17:08:59 -0500
23290              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
23291      Branch: perl
23292            ! vms/descrip_mms.template
23293 ____________________________________________________________________________
23294 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
23295         Log: Create a per-interpeter debug scratchpad container
23296              and use that for the regexec debugging.
23297      Branch: perl
23298            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
23299 ____________________________________________________________________________
23300 [ 13109] By: nick                                  on 2001/11/19  22:01:45
23301         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
23302              Configure unit detects the feature).
23303      Branch: metaconfig/U/perl
23304            + procselfexe.U
23305      Branch: perlio
23306            ! Configure config_h.SH
23307 ____________________________________________________________________________
23308 [ 13108] By: nick                                  on 2001/11/19  20:39:17
23309         Log: Integrate mainline
23310      Branch: perlio
23311           +> t/op/or.t
23312           !> (integrate 44 files)
23313 ____________________________________________________________________________
23314 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
23315         Log: sysseek tweak.
23316      Branch: perl
23317            ! pod/perlfunc.pod
23318 ____________________________________________________________________________
23319 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
23320         Log: Move the sysio tests from io/utf8 to lib/open.
23321      Branch: perl
23322            ! lib/open.t t/io/utf8.t
23323 ____________________________________________________________________________
23324 [ 13105] By: nick                                  on 2001/11/19  20:15:39
23325         Log: Add a .package and a README to //depot/metaconfig
23326      Branch: metaconfig
23327            + .package README
23328 ____________________________________________________________________________
23329 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
23330         Log: Thou shalt not mix stdio and sysio.
23331      Branch: perl
23332            ! t/io/utf8.t
23333 ____________________________________________________________________________
23334 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
23335         Log: Update Changes.
23336      Branch: perl
23337            ! Changes patchlevel.h
23338 ____________________________________________________________________________
23339 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
23340         Log: The runops_debug needs to be present always, otherwise
23341              places like AIX which need an explicit symbol export list
23342              will croak when trying to build Devel::Peek (which uses
23343              the runops_debug).
23344      Branch: perl
23345            ! makedef.pl
23346 ____________________________________________________________________________
23347 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
23348         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
23349              From: PPrymmer@factset.com 
23350              Date: Mon, 19 Nov 2001 11:34:22 -0500
23351              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
23352      Branch: perl
23353            ! lib/Memoize/t/tie_sdbm.t
23354 ____________________________________________________________________________
23355 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
23356         Log: Retract #13088: it seems that unless dump.c is extensively
23357              reorganized as to what symbols it shows, when, and to whom,
23358              we are stuck with having the dump.o symbols in the libperl
23359              and thusly in the main Perl binary.
23360      Branch: perl
23361            ! embedvar.h perlapi.h perlvars.h
23362 ____________________________________________________________________________
23363 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
23364         Log: The _uni_display should not be in dump.c since they
23365              are used under normal operation (S_not_a_number()).
23366      Branch: perl
23367            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
23368 ____________________________________________________________________________
23369 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
23370         Log: Protect sv_dump() from being included unless DEBUGGING,
23371              as noticed by Ilya.
23372      Branch: perl
23373            ! sv.c
23374 ____________________________________________________________________________
23375 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
23376         Log: Pending further investigation skip the tell() tests.
23377              The tell() is okay on Solaris, HP-UX and Tru64, but fails
23378              (by returning too much) in Linux.
23379      Branch: perl
23380            ! t/io/utf8.t
23381 ____________________________________________________________________________
23382 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
23383         Log: Retract #13082 until a better solution is found:
23384              statics break ithreads.
23385      Branch: perl
23386            ! regexec.c
23387 ____________________________________________________________________________
23388 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
23389         Log: Figures 1 and 2 for UTF-8.
23390      Branch: perl
23391            ! pod/perlunicode.pod
23392 ____________________________________________________________________________
23393 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
23394         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
23395              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23396              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
23397              Message-ID: <20011119132645.A15034@rafael>
23398      Branch: perl
23399            ! op.c pod/perldiag.pod t/lib/warnings/op
23400 ____________________________________________________________________________
23401 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
23402         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
23403              From: Michael G Schwern <schwern@pobox.com> 
23404              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
23405              Message-ID: <20011119031112.E786@blackrider>
23406      Branch: perl
23407            ! t/op/closure.t
23408 ____________________________________________________________________________
23409 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
23410         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
23411              From: Michael G Schwern <schwern@pobox.com>
23412              Date: Mon, 19 Nov 2001 03:42:56 -0500
23413              Message-ID: <20011119034256.I786@blackrider>
23414      Branch: perl
23415            + t/op/or.t
23416            ! MANIFEST
23417 ____________________________________________________________________________
23418 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
23419         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
23420              From: "Craig A. Berry" <craigberry@mac.com>
23421              Date: Sun, 18 Nov 2001 14:33:48 -0600
23422              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
23423      Branch: perl
23424            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
23425 ____________________________________________________________________________
23426 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
23427         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
23428              From: Dave Rolsky <autarch@urth.org>
23429              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
23430              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
23431      Branch: perl
23432            ! lib/ExtUtils/Manifest.pm
23433 ____________________________________________________________________________
23434 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
23435         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
23436              From: Dave Rolsky <autarch@urth.org>
23437              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
23438              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
23439      Branch: perl
23440            ! lib/ExtUtils/Install.pm
23441 ____________________________________________________________________________
23442 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
23443         Log: The runops_dbg should not be needed.
23444      Branch: perl
23445            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
23446 ____________________________________________________________________________
23447 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
23448         Log: do_spawn() cleanup from Charles Lane.
23449      Branch: perl
23450            ! vms/vms.c
23451 ____________________________________________________________________________
23452 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
23453         Log: Update the list of tests.
23454      Branch: perl
23455            ! t/lib/1_compile.t
23456 ____________________________________________________________________________
23457 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
23458         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
23459              From: Michael G Schwern <schwern@pobox.com> 
23460              Date: Fri, 16 Nov 2001 17:37:04 -0500
23461              Message-ID: <20011116173703.L30160@blackrider>
23462      Branch: perl
23463            ! t/lib/warnings/sv
23464 ____________________________________________________________________________
23465 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
23466         Log: FAQ sync.
23467      Branch: perl
23468            ! pod/perlfaq4.pod
23469 ____________________________________________________________________________
23470 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
23471         Log: Integrate perlio; win32 sync.
23472      Branch: perl
23473           !> perlio.c win32/win32io.c
23474 ____________________________________________________________________________
23475 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
23476         Log: (retracted by #13096)
23477              Debugging would be badly skewed by a malloc per regex dump.
23478      Branch: perl
23479            ! regexec.c
23480 ____________________________________________________________________________
23481 [ 13081] By: nick                                  on 2001/11/18  19:08:40
23482         Log: Win32 layer has a dup which needs to match new prototype.
23483      Branch: perlio
23484            ! win32/win32io.c
23485 ____________________________________________________________________________
23486 [ 13080] By: nick                                  on 2001/11/18  19:05:02
23487         Log: Wrong way to get stdio mode used.
23488      Branch: perlio
23489            ! perlio.c
23490 ____________________________________________________________________________
23491 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
23492         Log: Retract #13048: that introduced a malloc() (through savepvn())
23493              to *every* m//, which killed the performance quite badly.
23494      Branch: perl
23495            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
23496 ____________________________________________________________________________
23497 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
23498         Log: Pass 1 at perldelta.pod: sort the section contents
23499              together, drop all but the 5.7.2 known problems,
23500              leave the 5.7.1 security note since that's the
23501              fullest explanation (update the date on that).
23502      Branch: perl
23503            ! pod/perldelta.pod
23504 ____________________________________________________________________________
23505 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
23506         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
23507              
23508              Tiny problem in the test for 20011113.110: I hope
23509              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
23510      Branch: perl
23511            ! pp.c t/op/repeat.t
23512 ____________________________________________________________________________
23513 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
23514         Log: All of syswrite/send/sendto need to return character counts,
23515              and character counts from the offset, not the beginning of
23516              the scalar.
23517      Branch: perl
23518            ! pp_sys.c
23519 ____________________________________________________________________________
23520 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
23521         Log: Integrate PerlIO: duping fixes.
23522      Branch: perl
23523           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
23524           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
23525           !> perliol.h sv.c
23526 ____________________________________________________________________________
23527 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
23528         Log: syswrite() was still returning byte counts, not character counts.
23529      Branch: perl
23530            ! pp_sys.c t/io/utf8.t
23531 ____________________________________________________________________________
23532 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
23533         Log: Add test for sysread().
23534      Branch: perl
23535            ! t/io/utf8.t
23536 ____________________________________________________________________________
23537 [ 13072] By: nick                                  on 2001/11/18  16:15:31
23538         Log: Allow dup'ing of PerlIO::Scalar etc.
23539      Branch: perlio
23540            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
23541            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
23542            ! perliol.h sv.c
23543 ____________________________________________________________________________
23544 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
23545         Log: Prepend a null byte to the test set.
23546      Branch: perl
23547            ! t/io/utf8.t
23548 ____________________________________________________________________________
23549 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
23550         Log: Document how "no utf8;" can become handy.
23551      Branch: perl
23552            ! lib/utf8.pm
23553 ____________________________________________________________________________
23554 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
23555         Log: Integrate perlio; force the inclusion of the PL_runops_*
23556      Branch: perl
23557           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
23558 ____________________________________________________________________________
23559 [ 13068] By: nick                                  on 2001/11/18  13:23:33
23560         Log: embed.pl generated changes I forgot to include
23561      Branch: perlio
23562            ! embedvar.h perlapi.h pod/perlapi.pod
23563 ____________________________________________________________________________
23564 [ 13067] By: nick                                  on 2001/11/18  12:50:19
23565         Log: Force inclusion of both Perl_runops_* in perl itself,
23566              so they are available for Peek.xs etc.
23567      Branch: perlio
23568            ! perlvars.h
23569 ____________________________________________________________________________
23570 [ 13066] By: nick                                  on 2001/11/18  11:00:34
23571         Log: Integrate mainline - a few Devel::Peak fails.
23572      Branch: perlio
23573           +> (branch 29 files)
23574            - ext/Thread/Thread.pm lib/Benchmark.t
23575            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
23576            - lib/Lingua/KO/Hangul/Util/README
23577            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
23578            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
23579            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
23580            - vms/ext/vmsish.pm vms/ext/vmsish.t
23581            ! hv.c
23582           !> (integrate 389 files)
23583 ____________________________________________________________________________
23584 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
23585         Log: Start working on perldelta.  This is not yet any sort of
23586              editing; just concatenating perl570delta, perl571delta,
23587              and perl572delta.  Any sorting not done, any duplicate
23588              removal not done, any removal or update of obsolete items
23589              not done, any changes since 5.7.2 not included.  So there.
23590      Branch: perl
23591            ! pod/perldelta.pod
23592 ____________________________________________________________________________
23593 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
23594         Log: Banish "use utf8".
23595      Branch: perl
23596            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
23597 ____________________________________________________________________________
23598 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
23599         Log: Tweak from Charles Lane.
23600      Branch: perl
23601            ! vms/vms.c
23602 ____________________________________________________________________________
23603 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
23604         Log: Integrate change #13058 from maintperl;
23605              change#12559 breaks things on Win9x because command.com doesn't
23606              grok dquotes at all; disable all the system() smarts for
23607              command.com
23608      Branch: perl
23609           !> win32/win32.c
23610 ____________________________________________________________________________
23611 [ 13061] By: ams                                   on 2001/11/17  13:46:11
23612         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
23613              From: Jonathan Stowe <gellyfish@gellyfish.com>
23614              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
23615              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
23616      Branch: perl
23617            ! lib/Term/Cap.pm
23618 ____________________________________________________________________________
23619 [ 13060] By: ams                                   on 2001/11/17  09:49:10
23620         Log: Subject: [PATCH9 File/Find.pm doc nits
23621              From: Tels <perl_dummy@bloodgate.com>
23622              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
23623      Branch: perl
23624            ! lib/File/Find.pm
23625 ____________________________________________________________________________
23626 [ 13059] By: ams                                   on 2001/11/17  09:38:38
23627         Log: Subject: [PATCH] Benchmark.pm nit
23628              From: Tels <perl_dummy@bloodgate.com>
23629              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
23630      Branch: perl
23631            ! lib/Benchmark.pm
23632 ____________________________________________________________________________
23633 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
23634         Log: change#12559 breaks things on Win9x because command.com doesn't
23635              grok dquotes at all; disable all the system() smarts for
23636              command.com
23637      Branch: maint-5.6/perl
23638            ! win32/win32.c
23639 ____________________________________________________________________________
23640 [ 13057] By: ams                                   on 2001/11/16  20:30:03
23641         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
23642              From: Andy Dougherty <doughera@lafayette.edu>
23643              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
23644              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
23645      Branch: perl
23646            ! lib/Unicode/UCD.t
23647 ____________________________________________________________________________
23648 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
23649         Log: Subject: [Patch Perl@13023] VMS system() warning
23650              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23651              Date: Fri, 16 Nov 2001 15:20:11 EST
23652              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
23653      Branch: perl
23654            ! vms/vms.c
23655 ____________________________________________________________________________
23656 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
23657         Log: It's neither-nor, and protect against the impossible.
23658      Branch: perl
23659            ! lib/Thread.pm
23660 ____________________________________________________________________________
23661 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
23662         Log: 5005threads didn't work because $Thread::VERSION wasn't
23663              visible.  Oops.
23664      Branch: perl
23665            ! ext/Thread/Makefile.PL lib/Thread.pm
23666 ____________________________________________________________________________
23667 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
23668         Log: Robustness against Linux using something else than gcc;
23669              based on
23670              
23671              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
23672              From: Charles Randall <cfriv@yahoo.com>
23673              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
23674              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
23675      Branch: perl
23676            ! ext/Errno/Errno_pm.PL
23677 ____________________________________________________________________________
23678 [ 13052] By: ams                                   on 2001/11/16  16:46:39
23679         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
23680              From: Russ Allbery <rra@stanford.edu>
23681              Date: 16 Nov 2001 09:44:21 -0800
23682              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
23683      Branch: perl
23684            ! lib/Pod/ParseLink.pm
23685 ____________________________________________________________________________
23686 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
23687         Log: Update perluniintro on the UTF-8 output matters
23688              (that -w will warn unless the stream is explicitly UTF-8-ified).
23689      Branch: perl
23690            ! pod/perluniintro.pod
23691 ____________________________________________________________________________
23692 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
23693         Log: Adding new files to MANIFEST is nice.
23694      Branch: perl
23695            ! MANIFEST
23696 ____________________________________________________________________________
23697 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
23698         Log: Update Changes.
23699      Branch: perl
23700            ! Changes patchlevel.h
23701 ____________________________________________________________________________
23702 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
23703         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
23704              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
23705              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
23706              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
23707      Branch: perl
23708            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
23709 ____________________________________________________________________________
23710 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
23711         Log: Rename perlunintro to perluniintro; regen toc.
23712      Branch: perl
23713            + pod/perluniintro.pod
23714            - pod/perlunintro.pod
23715            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
23716 ____________________________________________________________________________
23717 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
23718         Log: Document the negated lookahead trick to emulate
23719              character class subtraction.
23720      Branch: perl
23721            ! pod/perlunicode.pod
23722 ____________________________________________________________________________
23723 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
23724         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
23725              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23726              Date: Fri, 16 Nov 2001 23:31:04 +0900
23727              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
23728              
23729              (with the tweak that Cntrl is not C, it's Cc)
23730      Branch: perl
23731            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
23732            ! lib/unicore/mktables
23733 ____________________________________________________________________________
23734 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
23735         Log: Subject: [PATCH current] runtime runops switch
23736              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23737              Date: Fri, 16 Nov 2001 00:48:09 -0500
23738              Message-ID: <20011116004809.A934@math.ohio-state.edu>
23739      Branch: perl
23740            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
23741            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
23742            ! pod/perlintern.pod proto.h run.c
23743 ____________________________________________________________________________
23744 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
23745         Log: Further discourage old Thread code; tell how to tell
23746              the difference.
23747      Branch: perl
23748            ! lib/Thread.pm
23749 ____________________________________________________________________________
23750 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
23751         Log: A missing return; from Charles Lane.
23752      Branch: perl
23753            ! vms/vms.c
23754 ____________________________________________________________________________
23755 [ 13041] By: ams                                   on 2001/11/16  12:11:14
23756         Log: Subject: [PATCH] Doc spellcheck + podcheck
23757              From: Autrijus Tang <autrijus@egb.elixus.org>
23758              Date: Thu, 15 Nov 2001 22:49:05 -0800
23759              Message-Id: <20011116064905.GA44092@egb.elixus.org>
23760              
23761              Subject: [PATCH] podcheck+spellcheck, the rest of the story
23762              From: Autrijus Tang <autrijus@egb.elixus.org>
23763              Date: Fri, 16 Nov 2001 00:42:20 -0800
23764              Message-Id: <20011116084220.GA44295@egb.elixus.org>
23765              
23766              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
23767              From: Nicholas Clark <nick@ccl4.org>
23768              Date: Fri, 16 Nov 2001 10:32:01 +0000
23769              Message-Id: <20011116103200.F62891@plum.flirble.org>
23770              (Applied after suitable de-mangling.)
23771      Branch: perl
23772            ! README.aix README.dgux README.dos README.epoc README.hpux
23773            ! README.mint README.mpeix README.netware README.os2
23774            ! README.os390 README.plan9 README.qnx README.solaris
23775            ! README.threads doio.c pod/perl571delta.pod
23776            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
23777            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
23778            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
23779            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
23780            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
23781            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
23782 ____________________________________________________________________________
23783 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
23784         Log: Avoid redefinedness warning for now.
23785      Branch: perl
23786            ! lib/Thread.pm
23787 ____________________________________________________________________________
23788 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
23789         Log: use strict.
23790      Branch: perl
23791            ! lib/Thread.pm
23792 ____________________________________________________________________________
23793 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
23794         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
23795              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
23796              Date: Thu, 15 Nov 2001 22:54:47 EST 
23797              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
23798      Branch: perl
23799            ! vms/vms.c vms/vmspipe.com
23800 ____________________________________________________________________________
23801 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
23802         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
23803              From: "chromatic" <chromatic@rmci.net>
23804              Date: Thu, 15 Nov 2001 19:54:23 -0700
23805              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
23806      Branch: perl
23807            ! lib/File/stat.t
23808 ____________________________________________________________________________
23809 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
23810         Log: Make Thread a wrapper for both ithreads and 5005threads.
23811              Needs a lot of work and Arthur's eyeballing (and finishing
23812              few missing odds and ends of threads.pm).  Now Thread
23813              is an extension without its own .pm.
23814              
23815              If there are people who have experience working with
23816              either the 5005threads or the ithreads: cleaning up
23817              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
23818              and porting the various Thread::* modules, like Thread::Queue,
23819              to work also with ithreads, is needed.
23820              
23821              Removed the 5005threads requirement from the 5005 tests
23822              for easier testing (not all of them work yet since
23823              they use the Thread::* modules that have not been made
23824              to work with ithreads).  Leave the 5005 tests named as
23825              *.tx so that they are not run by "make test".
23826      Branch: perl
23827            + lib/Thread.pm
23828            - ext/Thread/Thread.pm
23829            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
23830            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
23831            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
23832            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
23833            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
23834            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
23835            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
23836 ____________________________________________________________________________
23837 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
23838         Log: $VERSION "a5" doesn't quite work.
23839      Branch: perl
23840            ! ext/B/Makefile.PL
23841 ____________________________________________________________________________
23842 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
23843         Log: Add the fruits of Larry Shatzer's version verifying script.
23844              (There are some straddlers, but they will be fixed in the
23845              upcoming releases of the modules.)
23846      Branch: perl
23847            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
23848            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
23849            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
23850            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
23851            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
23852            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
23853            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
23854            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
23855            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
23856            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
23857            ! wince/FindExt.pm
23858 ____________________________________________________________________________
23859 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
23860         Log: Add Larry Shatzer's VERSION verifying script.
23861      Branch: perl
23862            + Porting/checkVERSION.pl
23863            ! MANIFEST Porting/pumpkin.pod
23864 ____________________________________________________________________________
23865 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
23866         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
23867              From: Michael G Schwern <schwern@pobox.com>
23868              Date: Thu, 15 Nov 2001 19:26:40 -0500
23869              Message-ID: <20011115192640.R31399@blackrider>
23870      Branch: perl
23871            ! t/test.pl
23872 ____________________________________________________________________________
23873 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
23874         Log: Document the MY_CXT business; from Paul Marquess.
23875      Branch: perl
23876            ! pod/perlxs.pod
23877 ____________________________________________________________________________
23878 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
23879         Log: VMSCMD synch attempt.
23880      Branch: perl
23881            ! vms/vms.c vms/vmsish.h
23882 ____________________________________________________________________________
23883 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
23884         Log: Advise against -P as instructed by Schwern.
23885      Branch: perl
23886            ! pod/perlrun.pod
23887 ____________________________________________________________________________
23888 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
23889         Log: Subject: [PATCH] v-strings as Objects Step 1
23890              From: John Peacock <jpeacock@rowman.com>
23891              Date: Thu, 15 Nov 2001 12:41:04 -0500
23892              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
23893      Branch: perl
23894            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
23895            ! util.c
23896 ____________________________________________________________________________
23897 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
23898         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
23899              From: Michael G Schwern <schwern@pobox.com>
23900              Date: Thu, 15 Nov 2001 12:47:59 -0500
23901              Message-ID: <20011115124759.E31399@blackrider>
23902      Branch: perl
23903            + t/run/switchx.aux t/run/switchx.t
23904            ! MANIFEST t/run/switches.t
23905 ____________________________________________________________________________
23906 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
23907         Log: Upgrade to Getopt::Long 2.26_03.
23908      Branch: perl
23909            ! lib/Getopt/Long.pm
23910 ____________________________________________________________________________
23911 [ 13025] By: ams                                   on 2001/11/15  20:46:22
23912         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
23913              From: Michael G Schwern <schwern@pobox.com>
23914              Date: Thu, 15 Nov 2001 16:24:11 -0500
23915              Message-Id: <20011115162411.M31399@blackrider>
23916      Branch: perl
23917            ! vms/vms.c
23918 ____________________________________________________________________________
23919 [ 13024] By: ams                                   on 2001/11/15  19:32:06
23920         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
23921              From: rspier@pobox.com (Robert Spier)
23922              Date: Thu, 15 Nov 2001 11:19:21 -0800
23923              Message-Id: <15348.5433.732364.963687@rls.cx>
23924      Branch: perl
23925            ! op.c
23926 ____________________________________________________________________________
23927 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
23928         Log: Update Changes.
23929      Branch: perl
23930            ! Changes patchlevel.h
23931 ____________________________________________________________________________
23932 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
23933         Log: Subject: [PATCH] new tests for command-line switches
23934              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23935              Date: Thu, 15 Nov 2001 17:00:30 +0100
23936              Message-ID: <20011115170030.A14193@rafael>
23937      Branch: perl
23938            + t/run/switches.t
23939            ! MANIFEST
23940 ____________________________________________________________________________
23941 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
23942         Log: Upgrade to podlators 1.13.
23943      Branch: perl
23944            + lib/Pod/ParseLink.pm
23945            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
23946            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
23947            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
23948            ! t/pod/pod2usage.xr t/pod/podselect.xr
23949 ____________________________________________________________________________
23950 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
23951         Log: skip "might be used uninitialized".
23952      Branch: perl
23953            ! pp_sys.c
23954 ____________________________________________________________________________
23955 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
23956         Log: Fix for "perlio bug in koi8-r encoding".  The problem
23957              seemed to be that binmode() always flushed the handle,
23958              which is not so good when switching encodings.  Fixed,
23959              added Matt Sergeant's testcase, documented in perlfunc/binmode,
23960              also added a pointer about disciplines to perlfunc/open,
23961              and in general cleaned up and reformatted the open entry.
23962      Branch: perl
23963            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
23964 ____________________________________________________________________________
23965 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
23966         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
23967              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
23968              Date: 15 Nov 2001 08:57:06 -0000
23969              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
23970              
23971              chop() and chomp() are not real list functions,
23972              so let's not have them overrideable.  (Casey will
23973              be confused since in #7071 he patched the other way.)
23974      Branch: perl
23975            ! pod/perlfunc.pod toke.c
23976 ____________________________________________________________________________
23977 [ 13017] By: ams                                   on 2001/11/15  12:56:49
23978         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
23979              From: Robin Barker <rmb1@cise.npl.co.uk>
23980              Date: Thu, 15 Nov 2001 13:48:34 GMT
23981              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
23982              (Applied with tweaks.)
23983      Branch: perl
23984            ! pod/perltrap.pod
23985 ____________________________________________________________________________
23986 [ 13016] By: ams                                   on 2001/11/15  09:12:48
23987         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
23988              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23989              Date: Thu, 15 Nov 2001 09:06:39 +0100
23990              Message-Id: <20011115090639.A13005@rafael>
23991      Branch: perl
23992            ! pod/perlrun.pod
23993 ____________________________________________________________________________
23994 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
23995         Log: "link =" from utils.lst was being processed oddly.
23996      Branch: perl
23997            ! installman
23998 ____________________________________________________________________________
23999 [ 13014] By: ams                                   on 2001/11/15  02:52:52
24000         Log: Subject: [PATCH current] CreateTTY in -d
24001              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24002              Date: Wed, 14 Nov 2001 21:26:31 -0500
24003              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
24004      Branch: perl
24005            ! lib/perl5db.pl
24006 ____________________________________________________________________________
24007 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
24008         Log: Corify the Filter::Simple tests. 
24009      Branch: perl
24010            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
24011            ! lib/Filter/Simple/t/filter_only.t
24012 ____________________________________________________________________________
24013 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
24014         Log: Upgrade to Filter::Simple 0.70.
24015      Branch: perl
24016            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
24017            + t/lib/FilterOnlyTest.pm
24018            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
24019            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
24020            ! t/lib/FilterTest.pm
24021 ____________________________________________________________________________
24022 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
24023         Log: Cleanliness inspired by Cygwin.
24024      Branch: perl
24025            ! Makefile.SH x2p/Makefile.SH
24026 ____________________________________________________________________________
24027 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
24028         Log: Add perlunintro (formerly known as perlunitut); regen toc.
24029      Branch: perl
24030            + pod/perlunintro.pod
24031            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
24032 ____________________________________________________________________________
24033 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
24034         Log: FAQ sync.
24035      Branch: perl
24036            ! pod/perlfaq6.pod
24037 ____________________________________________________________________________
24038 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
24039         Log: Quieten pgcc 2.91.66 worries.
24040      Branch: perl
24041            ! gv.c pp_ctl.c utf8.c
24042 ____________________________________________________________________________
24043 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
24044         Log: Upgrade to Switch 2.06.
24045      Branch: perl
24046            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
24047            ! lib/Switch/t/nested.t
24048 ____________________________________________________________________________
24049 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
24050         Log: Upgrade to Attribute::Handlers 0.76.
24051      Branch: perl
24052            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
24053            ! lib/Attribute/Handlers/README
24054            ! lib/Attribute/Handlers/demo/Demo.pm
24055            ! lib/Attribute/Handlers/demo/Descriptions.pm
24056            ! lib/Attribute/Handlers/demo/MyClass.pm
24057            ! lib/Attribute/Handlers/demo/demo_cycle.pl
24058            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
24059            ! lib/Attribute/Handlers/t/multi.t
24060 ____________________________________________________________________________
24061 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
24062         Log: Signedness nit.
24063      Branch: perl
24064            ! regexec.c
24065 ____________________________________________________________________________
24066 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
24067         Log: VERSIONize.
24068      Branch: perl
24069            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
24070            ! lib/integer.pm
24071 ____________________________________________________________________________
24072 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
24073         Log: No pod in internal Net::FTP classes.
24074      Branch: perl
24075            ! pod/buildtoc.PL
24076 ____________________________________________________________________________
24077 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
24078         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
24079              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
24080              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
24081              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
24082      Branch: perl
24083            ! regexec.c
24084 ____________________________________________________________________________
24085 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
24086         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
24087              Pudge correctly).
24088      Branch: perl
24089            ! t/test.pl
24090 ____________________________________________________________________________
24091 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
24092         Log: Add comments to mark where $^X is being handled.
24093      Branch: perl
24094            ! perl.c toke.c
24095 ____________________________________________________________________________
24096 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
24097         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
24098              From: Michael G Schwern <schwern@pobox.com>
24099              Date: Wed, 14 Nov 2001 16:38:25 -0500
24100              Message-ID: <20011114163825.D6519@blackrider>
24101      Branch: perl
24102            ! t/op/repeat.t
24103 ____________________________________________________________________________
24104 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
24105         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
24106              From: Michael G Schwern <schwern@pobox.com>
24107              Date: Wed, 14 Nov 2001 13:19:15 -0500
24108              Message-ID: <20011114131915.K5096@blackrider>
24109      Branch: perl
24110            ! t/op/die_exit.t
24111 ____________________________________________________________________________
24112 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
24113         Log: Subject: Re: [PATCH] new version of runperl()
24114              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24115              Date: Wed, 14 Nov 2001 15:39:12 EST
24116              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
24117              
24118              "VMS $^X pipes etc" patch.
24119      Branch: perl
24120            ! vms/vms.c
24121 ____________________________________________________________________________
24122 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
24123         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
24124              and add "verbose" option to show the final command.
24125      Branch: perl
24126            ! t/test.pl
24127 ____________________________________________________________________________
24128 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
24129         Log: Goof in some of the comment fields of #12994.
24130      Branch: perl
24131            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
24132            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
24133            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
24134            ! lib/unicore/In/9.pl
24135 ____________________________________________________________________________
24136 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
24137         Log: The First, Last ranges in the Unicode data weren't
24138              getting their general categories added properly;
24139              noticed by Jeffrey Friedl.
24140      Branch: perl
24141            ! lib/unicore/Category.pl lib/unicore/In/0.pl
24142            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
24143            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
24144            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
24145            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
24146            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
24147            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
24148            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
24149            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
24150            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
24151            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
24152            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
24153            ! lib/unicore/mktables
24154 ____________________________________________________________________________
24155 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
24156         Log: Subject: [PATCH] new version of runperl()
24157              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24158              Date: Wed, 14 Nov 2001 12:23:01 +0100
24159              Message-ID: <20011114122301.A29384@rafael>
24160      Branch: perl
24161            ! t/io/argv.t t/test.pl
24162 ____________________________________________________________________________
24163 [ 12992] By: ams                                   on 2001/11/14  13:40:39
24164         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
24165              From: Michael G Schwern <schwern@pobox.com>
24166              Date: Tue, 13 Nov 2001 23:17:54 -0500
24167              Message-Id: <20011113231754.S32567@blackrider>
24168      Branch: perl
24169            ! perl.c
24170 ____________________________________________________________________________
24171 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
24172         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
24173              From: Philip Newton <Philip.Newton@gmx.net>
24174              Date: Wed, 14 Nov 2001 10:59:53 +0100
24175              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
24176              
24177              plus a lot of paragraph reformatting because of long lines.
24178      Branch: perl
24179            ! pod/perlapio.pod
24180 ____________________________________________________________________________
24181 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
24182         Log: A bool is not a pointer.
24183      Branch: perl
24184            ! pp_sys.c
24185 ____________________________________________________________________________
24186 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
24187         Log: AUTHORS updates.
24188      Branch: perl
24189            ! AUTHORS
24190 ____________________________________________________________________________
24191 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
24192         Log: There are several MIME RFCs.
24193      Branch: perl
24194            ! ext/Encode/Encode.pm
24195 ____________________________________________________________________________
24196 [ 12987] By: ams                                   on 2001/11/14  01:09:28
24197         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
24198              From: Michael G Schwern <schwern@pobox.com>
24199              Date: Tue, 13 Nov 2001 20:59:13 -0500
24200              Message-Id: <20011113205913.H32567@blackrider>
24201      Branch: perl
24202            ! t/op/groups.t vms/test.com
24203 ____________________________________________________________________________
24204 [ 12986] By: ams                                   on 2001/11/14  01:07:06
24205         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
24206              From: Michael G Schwern <schwern@pobox.com>
24207              Date: Tue, 13 Nov 2001 20:51:34 -0500
24208              Message-Id: <20011113205134.F32567@blackrider>
24209      Branch: perl
24210            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
24211 ____________________________________________________________________________
24212 [ 12985] By: ams                                   on 2001/11/14  00:43:59
24213         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
24214              From: Michael G Schwern <schwern@pobox.com>
24215              Date: Tue, 13 Nov 2001 20:38:42 -0500
24216              Message-Id: <20011113203842.E32567@blackrider>
24217      Branch: perl
24218            ! pod/perlport.pod
24219 ____________________________________________________________________________
24220 [ 12984] By: ams                                   on 2001/11/14  00:32:15
24221         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
24222              From: Michael G Schwern <schwern@pobox.com>
24223              Date: Tue, 13 Nov 2001 20:27:02 -0500
24224              Message-Id: <20011113202702.D32567@blackrider>
24225      Branch: perl
24226            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
24227            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
24228            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
24229            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
24230 ____________________________________________________________________________
24231 [ 12983] By: ams                                   on 2001/11/14  00:00:27
24232         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
24233              From: Michael G Schwern <schwern@pobox.com>
24234              Date: Tue, 13 Nov 2001 19:51:59 -0500
24235              Message-Id: <20011113195159.B32567@blackrider>
24236      Branch: perl
24237            ! pod/perlport.pod
24238 ____________________________________________________________________________
24239 [ 12982] By: ams                                   on 2001/11/13  23:53:11
24240         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
24241              From: Larry Shatzer <fugazi@zippy.zyx.net>
24242              Date: Tue, 13 Nov 2001 17:27:59 -0700
24243              Message-Id: <20011113172759.E27768@zippy.zyx.net>
24244      Branch: perl
24245            ! pod/perlapio.pod
24246 ____________________________________________________________________________
24247 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
24248         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
24249              "large enough" Unicode characters returned more than one
24250              as their "Unicode size".
24251      Branch: perl
24252            ! pp_sys.c t/io/utf8.t
24253 ____________________________________________________________________________
24254 [ 12980] By: ams                                   on 2001/11/13  19:32:33
24255         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
24256              From: "Craig A. Berry" <craigberry@mac.com>
24257              Date: Tue, 13 Nov 2001 14:33:25 -0600
24258              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
24259      Branch: perl
24260            ! vms/gen_shrfls.pl
24261 ____________________________________________________________________________
24262 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
24263         Log: Subject: Minor patch to Encode.pm (detypo)
24264              From: "Philip Newton" <Philip.Newton@gmx.net>
24265              Date: Tue, 13 Nov 2001 20:11:01 +0100
24266              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
24267      Branch: perl
24268            ! ext/Encode/Encode.pm
24269 ____________________________________________________________________________
24270 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
24271         Log: Evil tabulators.
24272      Branch: perl
24273            ! ext/Encode/Encode.pm
24274 ____________________________________________________________________________
24275 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
24276         Log: Document the available encodings.
24277      Branch: perl
24278            ! ext/Encode/Encode.pm
24279 ____________________________________________________________________________
24280 [ 12976] By: ams                                   on 2001/11/13  17:14:07
24281         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
24282              From: Barrie Slaymaker <barries@slaysys.com>
24283              Date: Tue, 13 Nov 2001 12:41:36 -0500
24284              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
24285      Branch: perl
24286            ! t/op/universal.t
24287 ____________________________________________________________________________
24288 [ 12975] By: ams                                   on 2001/11/13  16:24:21
24289         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
24290              From: Barrie Slaymaker <barries@slaysys.com>
24291              Date: Tue, 13 Nov 2001 10:56:20 -0500
24292              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
24293              (Test applied with minor tweaks and ->isa("HASH") omission.)
24294      Branch: perl
24295            ! lib/UNIVERSAL.pm t/op/universal.t
24296 ____________________________________________________________________________
24297 [ 12974] By: ams                                   on 2001/11/13  15:46:07
24298         Log: Subject: [PATCH Benchmark.pm] docco tweaks
24299              From: Barrie Slaymaker <barries@slaysys.com>
24300              Date: Tue, 13 Nov 2001 11:34:45 -0500
24301              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
24302      Branch: perl
24303            ! lib/Benchmark.pm
24304 ____________________________________________________________________________
24305 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
24306         Log: Subject: [PATCH] Attack of the C loops, round 1
24307              From: Richard Soderberg <rs@oregonnet.com>
24308              Date: Mon, 12 Nov 2001 12:07:29 -0800
24309              Message-Id: <200111122007.MAA01994@oregonnet.com>
24310              
24311              Subject: [PATCH] bytecode.pl (tiny patch)
24312              From: Richard Soderberg <rs@oregonnet.com>
24313              Date: Mon, 12 Nov 2001 12:53:24 -0800
24314              Message-Id: <200111122053.MAA06272@oregonnet.com>
24315      Branch: perl
24316            ! bytecode.pl installhtml
24317 ____________________________________________________________________________
24318 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
24319         Log: Subject: [PATCH] Update to Filter::Util::Call
24320              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
24321              Date: Sun, 11 Nov 2001 22:33:33 -0000
24322              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
24323              
24324              Use the new CXT* macros.
24325      Branch: perl
24326            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
24327 ____________________________________________________________________________
24328 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
24329         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
24330              From: Michael G Schwern <schwern@pobox.com>
24331              Date: Mon, 12 Nov 2001 20:50:34 -0500
24332              Message-ID: <20011112205034.H2888@blackrider>
24333      Branch: perl
24334            + lib/vmsish.pm lib/vmsish.t
24335            - vms/ext/vmsish.pm vms/ext/vmsish.t
24336            ! MANIFEST vms/descrip_mms.template
24337 ____________________________________________________________________________
24338 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
24339         Log: :utf8 works only with perlio.
24340      Branch: perl
24341            ! lib/open.t
24342 ____________________________________________________________________________
24343 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
24344         Log: Subject: Re: @Config -"des" not quite working on VMS
24345              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24346              Date: Tue, 13 Nov 2001 08:35:13 EST 
24347              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
24348      Branch: perl
24349            ! configure.com
24350 ____________________________________________________________________________
24351 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
24352         Log: Subject: [PATCH] lib/charnames.pm 
24353              From: Jeffrey Friedl <jfriedl@yahoo.com>
24354              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
24355              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
24356      Branch: perl
24357            ! lib/charnames.pm
24358 ____________________________________________________________________________
24359 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
24360         Log: Docs for Mac::err.
24361      Branch: maint-5.6/macperl
24362            ! macos/ext/Mac/err/err.pm
24363 ____________________________________________________________________________
24364 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
24365         Log: Some cleanup; change some globals to references for
24366              possible persistence later.
24367      Branch: maint-5.6/macperl
24368            ! macos/lib/Mac/Glue.pm
24369 ____________________________________________________________________________
24370 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
24371         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
24372      Branch: maint-5.6/macperl
24373            ! macos/ext/Mac/Files/Files.pm
24374 ____________________________________________________________________________
24375 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
24376         Log: Get Mac::Navigation to compile (bug #464684).
24377      Branch: maint-5.6/macperl
24378            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
24379            ! macos/ext/Mac/Navigation/Makefile.PL
24380            ! macos/ext/Mac/Navigation/Navigation.xs
24381            ! macos/macperl/Makefile.mk
24382 ____________________________________________________________________________
24383 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
24384         Log: Add in modules and POD to help menu.
24385      Branch: maint-5.6/macperl
24386            ! macos/macperl/MacPerl.podhelp
24387 ____________________________________________________________________________
24388 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
24389         Log: Update bundled modules.
24390      Branch: maint-5.6/macperl
24391            + macos/bundled_ext/Filter/t/FilterTest.pm
24392            + macos/bundled_ext/List/Util/t/shuffle.t
24393            + macos/bundled_ext/Storable/t/compat06.t
24394            + macos/bundled_ext/Storable/t/st-dump.pl
24395            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
24396            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
24397            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
24398            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
24399            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
24400            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
24401            + macos/bundled_lib/blib/lib/lwpcook.pod
24402            + macos/bundled_lib/t/Filter/Simple/filter.t
24403            + macos/bundled_lib/t/Switch/t/given.t
24404            + macos/bundled_lib/t/Switch/t/nested.t
24405            + macos/bundled_lib/t/Switch/t/switch.t
24406            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
24407            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
24408            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
24409            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
24410            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
24411            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
24412            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
24413            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
24414            + macos/bundled_lib/t/URI/rfc2732.t
24415            + macos/bundled_lib/t/libnet/config.t
24416            + macos/bundled_lib/t/libnet/libnet_t.pl
24417            + macos/bundled_lib/t/libwww-perl/live/google.t
24418            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
24419            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
24420            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
24421            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
24422            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
24423            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
24424            + macos/bundled_lib/t/libwww-perl/live/validator.t
24425            - macos/bundled_ext/Filter/t/MyFilter.pm
24426            - macos/bundled_ext/Storable/t/compat-0.6.t
24427            - macos/bundled_ext/Storable/t/dump.pl
24428            - macos/bundled_ext/Time/Piece/Makefile.PL
24429            - macos/bundled_ext/Time/Piece/Piece.pm
24430            - macos/bundled_ext/Time/Piece/Piece.t
24431            - macos/bundled_ext/Time/Piece/Piece.xs
24432            - macos/bundled_ext/Time/Piece/README
24433            - macos/bundled_ext/Time/Piece/Seconds.pm
24434            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
24435            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
24436            - macos/bundled_lib/blib/lib/Net/PH.pm
24437            - macos/bundled_lib/blib/lib/Net/SNPP.pm
24438            - macos/bundled_lib/blib/lib/Text/Balanced.pod
24439            - macos/bundled_lib/t/Filter/Simple/test.pl
24440            - macos/bundled_lib/t/Switch/test.pl
24441            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
24442            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
24443            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
24444            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
24445            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
24446            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
24447            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
24448            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
24449            - macos/bundled_lib/t/libnet/ph.t
24450            ! (edit 125 files)
24451 ____________________________________________________________________________
24452 [ 12961] By: ams                                   on 2001/11/13  00:45:08
24453         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
24454              From: Michael G Schwern <schwern@pobox.com>
24455              Date: Mon, 12 Nov 2001 20:16:45 -0500
24456              Message-Id: <20011112201644.G2888@blackrider>
24457      Branch: perl
24458            ! pod/perlport.pod
24459 ____________________________________________________________________________
24460 [ 12960] By: ams                                   on 2001/11/12  23:54:00
24461         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
24462              Recoving dup tests for VMS
24463              From: Michael G Schwern <schwern@pobox.com>
24464              Date: Mon, 12 Nov 2001 19:35:33 -0500
24465              Message-Id: <20011112193533.D2888@blackrider>
24466      Branch: perl
24467            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
24468 ____________________________________________________________________________
24469 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
24470         Log: Update Changes.
24471      Branch: perl
24472            ! Changes patchlevel.h
24473 ____________________________________________________________________________
24474 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
24475         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
24476              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
24477              Date: Mon, 12 Nov 2001 12:35:18 EST 
24478              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
24479      Branch: perl
24480            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
24481            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
24482 ____________________________________________________________________________
24483 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
24484         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
24485              From: Barrie Slaymaker <barries@slaysys.com>
24486              Date: Mon, 12 Nov 2001 11:19:52 -0500
24487              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
24488      Branch: perl
24489            ! lib/File/Spec.t lib/File/Spec/Win32.pm
24490 ____________________________________________________________________________
24491 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
24492         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
24493              From: Barrie Slaymaker <barries@slaysys.com>
24494              Date: Mon, 12 Nov 2001 11:07:36 -0500
24495              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
24496      Branch: perl
24497            ! lib/Benchmark.pm
24498 ____________________________________________________________________________
24499 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
24500         Log: Misplaced test, noticed by Barrie Slaymaker.
24501              (We are missing Benchmark tests, then.)
24502      Branch: perl
24503            + ext/Devel/DProf/DProf.t
24504            - lib/Benchmark.t
24505            ! MANIFEST
24506 ____________________________________________________________________________
24507 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
24508         Log: Subject: [PATCH] a few typo fixes 
24509              From: Jeffrey Friedl <jfriedl@yahoo.com>
24510              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
24511              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
24512              
24513              Patching README.foo instead of pod/perlfoo.pod,
24514              not patching Math::BigInt (Tels will take care of that),
24515              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
24516              and perldoc.PL instead of libnetcfg and perldoc, patching
24517              ext/Digest/MD5/t/files.t since MD5.pm was changed.
24518      Branch: perl
24519            ! (edit 109 files)
24520 ____________________________________________________________________________
24521 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
24522         Log: Add a note about the dangers of bad UTF-8.
24523      Branch: perl
24524            ! pod/perlunicode.pod
24525 ____________________________________________________________________________
24526 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
24527         Log: NetWare Nit from Ananth Kesari.
24528      Branch: perl
24529            ! NetWare/config.wc
24530 ____________________________________________________________________________
24531 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
24532         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
24533      Branch: perl
24534            ! ext/Encode/Encode.pm
24535 ____________________________________________________________________________
24536 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
24537         Log: (retracted by #12951)
24538      Branch: perl
24539            ! ext/Encode/Encode.pm
24540 ____________________________________________________________________________
24541 [ 12949] By: ams                                   on 2001/11/12  06:40:18
24542         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
24543              From: Robert Spier <rspier@pobox.com>
24544              Date: Sun, 11 Nov 2001 18:50:18 -0800
24545              Message-Id: <15343.14570.121505.233336@rls.cx>
24546              
24547              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
24548              From: Rick Delaney <rick.delaney@home.com>
24549              Date: 12 Nov 2001 00:15:52 -0500
24550              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
24551      Branch: perl
24552            ! pp_hot.c t/op/taint.t
24553 ____________________________________________________________________________
24554 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
24555         Log: It seems that we actually have this detail implemented
24556              as for as Level 1 Support of Unicode regex support is
24557              concerned: at Level 1 only 1:1 support for loose
24558              (aka caseless, aka caseigoring ) matching is required.
24559      Branch: perl
24560            ! pod/perlunicode.pod
24561 ____________________________________________________________________________
24562 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
24563         Log: (retracted by #12951)
24564      Branch: perl
24565            ! ext/Encode/Encode.pm
24566 ____________________________________________________________________________
24567 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
24568         Log: BOM, bom, Bom.
24569      Branch: perl
24570            ! pod/perlunicode.pod
24571 ____________________________________________________________________________
24572 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
24573         Log: Upgrade to Math::BigInt 1.46.
24574      Branch: perl
24575            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
24576            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
24577            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
24578            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
24579            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
24580 ____________________________________________________________________________
24581 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
24582         Log: Subject: Re: PERFORCE change 12943 for review
24583              From: "Philip Newton" <Philip.Newton@gmx.net>
24584              Date: Sun, 11 Nov 2001 20:53:36 +0100
24585              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
24586      Branch: perl
24587            ! pod/perlunicode.pod
24588 ____________________________________________________________________________
24589 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
24590         Log: Doc updates; make the Unicode discussions a little
24591              bit less alarming, and add information about encodings,
24592              surrogates, and BOMs.
24593      Branch: perl
24594            ! pod/perlunicode.pod
24595 ____________________________________________________________________________
24596 [ 12942] By: ams                                   on 2001/11/11  16:45:00
24597         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
24598              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
24599              Date: Mon, 12 Nov 2001 00:22:57 +0900
24600              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
24601      Branch: perl
24602            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
24603            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
24604 ____________________________________________________________________________
24605 [ 12941] By: ams                                   on 2001/11/11  13:01:40
24606         Log: Subject: Re: PERFORCE change 12929 for review
24607              From: "Philip Newton" <Philip.Newton@gmx.net>
24608              Date: Sun, 11 Nov 2001 14:27:44 +0100
24609              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
24610      Branch: perl
24611            ! MANIFEST
24612 ____________________________________________________________________________
24613 [ 12940] By: ams                                   on 2001/11/11  05:06:43
24614         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
24615              From: Michael G Schwern <schwern@pobox.com>
24616              Date: Thu, 8 Nov 2001 22:56:45 -0500
24617              Message-Id: <20011108225645.H5587@blackrider>
24618      Branch: perl
24619            ! t/op/chdir.t
24620 ____________________________________________________________________________
24621 [ 12939] By: ams                                   on 2001/11/11  05:01:00
24622         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
24623              From: Michael G Schwern <schwern@pobox.com>
24624              Date: Sun, 11 Nov 2001 00:54:43 -0500
24625              Message-Id: <20011111005443.A24450@blackrider>
24626      Branch: perl
24627            ! ext/Cwd/t/cwd.t
24628 ____________________________________________________________________________
24629 [ 12938] By: ams                                   on 2001/11/11  03:25:13
24630         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
24631              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
24632              From: "chromatic" <chromatic@rmci.net>
24633              Date: Sat, 10 Nov 2001 21:03:20 -0700
24634              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
24635      Branch: perl
24636            ! lib/File/stat.pm lib/File/stat.t
24637 ____________________________________________________________________________
24638 [ 12937] By: ams                                   on 2001/11/11  02:05:23
24639         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
24640              From: "Craig A. Berry" <craigberry@mac.com>
24641              Date: Sat, 10 Nov 2001 17:23:52 -0600
24642              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
24643      Branch: perl
24644            ! t/op/magic.t
24645 ____________________________________________________________________________
24646 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
24647         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
24648      Branch: perl
24649            ! lib/open.pm lib/open.t
24650 ____________________________________________________________________________
24651 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
24652         Log: The Official name of ASCII.
24653      Branch: perl
24654            ! ext/Encode/Encode.pm
24655 ____________________________________________________________________________
24656 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
24657         Log: The KOI8-R example wasn't quite right.
24658      Branch: perl
24659            ! lib/open.pm lib/open.t
24660 ____________________________________________________________________________
24661 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
24662         Log: Enhance the open pragma to support :utf8, :locale,
24663              and :encoding directly as special cases, and rename
24664              the INOUT to IO.
24665      Branch: perl
24666            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
24667 ____________________________________________________________________________
24668 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
24669         Log: Document the UTF-16 surrogate encoding and decoding.
24670      Branch: perl
24671            ! ext/Encode/Encode.pm
24672 ____________________________________________________________________________
24673 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
24674         Log: A potential recursion breaker.
24675      Branch: perl
24676            ! sv.c
24677 ____________________________________________________________________________
24678 [ 12930] By: ams                                   on 2001/11/10  07:46:53
24679         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
24680              (was Re: perl@12892)
24681              From: "chromatic" <chromatic@rmci.net>
24682              Date: Sat, 10 Nov 2001 01:28:09 -0700
24683              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
24684      Branch: perl
24685            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
24686            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
24687            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
24688            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
24689 ____________________________________________________________________________
24690 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
24691         Log: Add a test for the bytes pragma.
24692      Branch: perl
24693            + lib/bytes.t
24694            ! MANIFEST
24695 ____________________________________________________________________________
24696 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
24697         Log: Doc update.
24698      Branch: perl
24699            ! lib/bytes.pm
24700 ____________________________________________________________________________
24701 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
24702         Log: Cease to exist.
24703      Branch: perl
24704            - lib/Unicode/Normalize.pm
24705 ____________________________________________________________________________
24706 [ 12926] By: ams                                   on 2001/11/10  03:23:16
24707         Log: Subject: [patch] my_setenv speedup + fixes
24708              From: Doug MacEachern <dougm@covalent.net>
24709              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
24710              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
24711      Branch: perl
24712            ! util.c
24713 ____________________________________________________________________________
24714 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
24715         Log: Newline trouble.
24716      Branch: perl
24717            ! lib/ExtUtils/Embed.t
24718 ____________________________________________________________________________
24719 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
24720         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
24721              From: "Craig A. Berry" <craigberry@mac.com>
24722              Date: Fri, 09 Nov 2001 18:13:16 -0600
24723              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
24724      Branch: perl
24725            ! vms/munchconfig.c
24726 ____________________________________________________________________________
24727 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
24728         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
24729              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24730              Date: Sat, 10 Nov 2001 00:10:45 +0100
24731              Message-ID: <20011110001045.A11945@rafael>
24732      Branch: perl
24733            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
24734            + t/run/switchn.t t/run/switchp.t
24735            ! MANIFEST
24736 ____________________________________________________________________________
24737 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
24738         Log: Subject: [PATCH] some tests not cleaning up properly               
24739              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
24740              Date: Fri, 9 Nov 2001 22:13:10 +0100
24741              Message-ID: <20011109221310.A11115@rafael>
24742      Branch: perl
24743            ! ext/Cwd/t/cwd.t t/io/argv.t
24744 ____________________________________________________________________________
24745 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
24746         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
24747              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24748              Date: Fri, 9 Nov 2001 15:07:19 EST
24749              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
24750      Branch: perl
24751            ! lib/ExtUtils/Embed.t
24752 ____________________________________________________________________________
24753 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
24754         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
24755              have been copied so it shouldn't be freed in perl_destruct()
24756      Branch: perl
24757            ! perl.c
24758 ____________________________________________________________________________
24759 [ 12919] By: ams                                   on 2001/11/09  15:36:22
24760         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
24761              From: Michael G Schwern <schwern@pobox.com>
24762              Date: Fri, 9 Nov 2001 00:38:59 -0500
24763              Message-Id: <20011109003859.K5587@blackrider>
24764              (Applied with directory name changes suggested by Craig Berry.)
24765      Branch: perl
24766            ! ext/Cwd/t/cwd.t
24767 ____________________________________________________________________________
24768 [ 12918] By: ams                                   on 2001/11/09  15:29:15
24769         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
24770              From: Michael G Schwern <schwern@pobox.com>
24771              Date: Fri, 9 Nov 2001 01:44:14 -0500
24772              Message-Id: <20011109014414.N5587@blackrider>
24773      Branch: perl
24774            ! vms/ext/filespec.t
24775 ____________________________________________________________________________
24776 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
24777         Log: Update Changes.
24778      Branch: perl
24779            ! Changes patchlevel.h
24780 ____________________________________________________________________________
24781 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
24782         Log: Regen toc.
24783      Branch: perl
24784            ! pod/perltoc.pod
24785 ____________________________________________________________________________
24786 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
24787         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
24788              see http://www.jepstone.net/bjepson//jpl/cvs.html
24789      Branch: perl
24790            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
24791 ____________________________________________________________________________
24792 [ 12914] By: ams                                   on 2001/11/09  14:05:12
24793         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
24794              From: Michael G Schwern <schwern@pobox.com>
24795              Date: Thu, 8 Nov 2001 22:05:49 -0500
24796              Message-Id: <20011108220549.F5587@blackrider>
24797      Branch: perl
24798            ! vms/test.com
24799 ____________________________________________________________________________
24800 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
24801         Log: NetWare update from Ananth Kesari.
24802      Branch: perl
24803            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
24804 ____________________________________________________________________________
24805 [ 12912] By: ams                                   on 2001/11/09  13:40:26
24806         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
24807              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24808              Date: Fri, 9 Nov 2001 14:32:28 +0100
24809              Message-Id: <20011109143228.A18996@rafael>
24810      Branch: perl
24811            ! perl.c
24812 ____________________________________________________________________________
24813 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
24814         Log: FAQ sync.
24815      Branch: perl
24816            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
24817            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
24818            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
24819 ____________________________________________________________________________
24820 [ 12910] By: ams                                   on 2001/11/09  07:33:49
24821         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
24822              From: Michael G Schwern <schwern@pobox.com>
24823              Date: Fri, 9 Nov 2001 00:41:56 -0500
24824              Message-Id: <20011109004156.L5587@blackrider>
24825      Branch: perl
24826            ! lib/File/Find/t/find.t
24827 ____________________________________________________________________________
24828 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
24829         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
24830              The CPAN distribution has both pm and XS implementations,
24831              and for performance reasons we choose the XS.
24832              Another reason to choose the XS is that it doesn't
24833              require Lingua::KO::Hangul::Util, which means that
24834              we can delete that-- which in turn means that Unicode::UCD
24835              cannot expect that: support it, but don't expect.
24836              Ditto Unicode::Collate.
24837              
24838              Note that Unicode::Normalize Makefile.PL and
24839              Normalize.xs have been modified from the CPAN 0.10
24840              versions: the first one to be simpler (no pm) and
24841              clean up the generated unf*.h files, the second one
24842              to quench compiler grumblings.  Must notify Sadahiro
24843              about these changes.
24844      Branch: perl
24845            + ext/Unicode/Normalize/Changes
24846            + ext/Unicode/Normalize/Makefile.PL
24847            + ext/Unicode/Normalize/Normalize.pm
24848            + ext/Unicode/Normalize/Normalize.pod
24849            + ext/Unicode/Normalize/Normalize.xs
24850            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
24851            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
24852            + ext/Unicode/Normalize/t/test.t
24853            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
24854            - lib/Lingua/KO/Hangul/Util/README
24855            - lib/Lingua/KO/Hangul/Util/t/test.t
24856            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
24857            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
24858            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
24859            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
24860            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
24861            ! win32/makefile.mk
24862 ____________________________________________________________________________
24863 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
24864         Log: Test miscounting.
24865      Branch: perl
24866            ! ext/POSIX/t/posix.t
24867 ____________________________________________________________________________
24868 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
24869         Log: Quote the variables in failures messages more nicely.
24870      Branch: perl
24871            ! t/test.pl
24872 ____________________________________________________________________________
24873 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
24874         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
24875              From: Michael G Schwern <schwern@pobox.com>
24876              Date: Thu, 8 Nov 2001 17:24:49 -0500
24877              Message-ID: <20011108172449.A5587@blackrider>
24878              
24879              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
24880              From: "Craig A. Berry" <craigberry@mac.com>
24881              Date: Thu, 8 Nov 2001 16:35:00 -0600
24882              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
24883      Branch: perl
24884            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
24885 ____________________________________________________________________________
24886 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
24887         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
24888              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
24889              Date: Thu, 8 Nov 2001 22:52:50 -0000
24890              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
24891      Branch: perl
24892            ! ext/DB_File/t/db-recno.t
24893 ____________________________________________________________________________
24894 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
24895         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
24896              (Probably not an EBCDIC issue the way one would think
24897              since no chr() et alia are used in UCD.pm.)
24898      Branch: perl
24899            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
24900 ____________________________________________________________________________
24901 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
24902         Log: Whether overwriting the $self->{...} values (see #12902)
24903              is a good policy or not is debatable, but let's at least
24904              be consistent.
24905      Branch: perl
24906            ! lib/ExtUtils/MM_Unix.pm
24907 ____________________________________________________________________________
24908 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
24909         Log: The MakeMaker argument () quoting patch that sneaked
24910              in at #12883 didn't handle make macros like this $(...).
24911              Leaning toothpicks, we've got them.
24912      Branch: perl
24913            ! lib/ExtUtils/MM_Unix.pm
24914 ____________________________________________________________________________
24915 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
24916         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
24917              From: Michael G Schwern <schwern@pobox.com>
24918              Date: Wed, 7 Nov 2001 02:02:29 -0500
24919              Message-ID: <20011107020229.K2858@blackrider>
24920      Branch: perl
24921            ! t/io/argv.t t/test.pl vms/test.com
24922 ____________________________________________________________________________
24923 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
24924         Log: Subject: [PATCH 20011106.084] -s on #! line 
24925              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24926              Date: Wed, 7 Nov 2001 22:23:39 +0100
24927              Message-ID: <20011107222339.E729@rafael>
24928      Branch: perl
24929            ! embed.h embed.pl perl.c proto.h toke.c
24930 ____________________________________________________________________________
24931 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
24932         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
24933              From: Michael G Schwern <schwern@pobox.com>
24934              Date: Wed, 7 Nov 2001 16:52:49 -0500
24935              Message-ID: <20011107165249.I7346@blackrider>
24936      Branch: perl
24937            ! pod/perlhack.pod
24938 ____________________________________________________________________________
24939 [ 12898] By: ams                                   on 2001/11/08  13:02:19
24940         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
24941              From: Mark-Jason Dominus <mjd@plover.com>
24942              Date: Thu, 08 Nov 2001 08:59:02 -0500
24943              Message-Id: <20011108135902.2275.qmail@plover.com>
24944      Branch: perl
24945            ! INSTALL README README.amiga README.os2 README.vms
24946            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
24947            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
24948 ____________________________________________________________________________
24949 [ 12897] By: ams                                   on 2001/11/08  12:49:28
24950         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
24951              From: mjd@plover.com
24952              Date: 8 Nov 2001 13:33:18 -0000
24953              Message-Id: <20011108133318.1786.qmail@plover.com>
24954      Branch: perl
24955            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
24956            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
24957            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
24958            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
24959            ! pod/perlport.pod pod/perlvar.pod
24960 ____________________________________________________________________________
24961 [ 12896] By: ams                                   on 2001/11/08  11:22:12
24962         Log: open(FH, $file) should strip leading and trailing whitespace.
24963      Branch: perl
24964            ! doio.c
24965 ____________________________________________________________________________
24966 [ 12895] By: ams                                   on 2001/11/08  10:17:14
24967         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
24968              From: "Craig A. Berry" <craigberry@mac.com>
24969              Date: Wed, 07 Nov 2001 13:41:50 -0600
24970              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
24971      Branch: perl
24972            ! t/op/glob.t
24973 ____________________________________________________________________________
24974 [ 12894] By: ams                                   on 2001/11/08  08:32:20
24975         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
24976              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
24977              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
24978              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
24979      Branch: perl
24980            ! makedepend.SH
24981 ____________________________________________________________________________
24982 [ 12893] By: ams                                   on 2001/11/08  08:26:31
24983         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
24984              From: mjd@plover.com
24985              Date: 8 Nov 2001 08:08:07 -0000
24986              Message-Id: <20011108080807.30147.qmail@plover.com>
24987              
24988              Subject: bleadperl perl.pod
24989              From: mjd@plover.com
24990              Date: 8 Nov 2001 08:10:47 -0000
24991              Message-Id: <20011108081047.30178.qmail@plover.com>
24992              
24993              Subject: more bleadperl perl.pod
24994              From: mjd@plover.com
24995              Date: 8 Nov 2001 08:16:28 -0000
24996              Message-Id: <20011108081628.30229.qmail@plover.com>
24997      Branch: perl
24998            ! pod/perl.pod pod/perldebug.pod
24999 ____________________________________________________________________________
25000 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
25001         Log: Tweak for Cray-friendliness from Nicholas Clark.
25002      Branch: perl
25003            ! sv.c
25004 ____________________________________________________________________________
25005 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
25006         Log: VMS patch redo from Charles Lane.
25007      Branch: perl
25008            ! vms/gen_shrfls.pl
25009 ____________________________________________________________________________
25010 [ 12890] By: ams                                   on 2001/11/07  15:16:10
25011         Log: Subject: [ID 20011107.088] two perl pod nits
25012              From: lvirden@cas.org
25013              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
25014              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
25015      Branch: perl
25016            ! pod/perl.pod pod/perlfaq3.pod
25017 ____________________________________________________________________________
25018 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
25019         Log: Update Changes.
25020      Branch: perl
25021            ! Changes patchlevel.h
25022 ____________________________________________________________________________
25023 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
25024         Log: The (emulated) "no utf8" must be in a BEGIN block
25025              to be effective.
25026      Branch: perl
25027            ! lib/CGI/t/html.t
25028 ____________________________________________________________________________
25029 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
25030         Log: "v-strings" is the right term.
25031      Branch: perl
25032            ! pod/perltodo.pod
25033 ____________________________________________________________________________
25034 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
25035         Log: Add vstrings-as-objects need to perltodo.
25036      Branch: perl
25037            ! pod/perltodo.pod
25038 ____________________________________________________________________________
25039 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
25040         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
25041              From: Nicholas Clark <nick@ccl4.org>
25042              Date: Wed, 7 Nov 2001 14:36:32 +0000
25043              Message-ID: <20011107143631.I24980@plum.flirble.org>
25044      Branch: perl
25045            ! t/op/pack.t
25046 ____________________________________________________________________________
25047 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
25048         Log: The Embed test requires a major rewrite for VMS
25049              (plus it reveals a couple of annoying glitches
25050              in buffering), so skip the test for now; from
25051              Charles Lane.
25052      Branch: perl
25053            ! lib/ExtUtils/Embed.t
25054 ____________________________________________________________________________
25055 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
25056         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
25057              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25058              Date: Wed, 7 Nov 2001 09:23:28 EST
25059              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
25060              
25061              (Also i seems that an unrelated experimental patch
25062              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
25063      Branch: perl
25064            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
25065 ____________________________________________________________________________
25066 [ 12882] By: ams                                   on 2001/11/07  05:14:04
25067         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
25068              From: Mark-Jason Dominus <mjd@plover.com>
25069              Date: Wed, 07 Nov 2001 00:43:46 -0500
25070              Message-Id: <20011107054346.14428.qmail@plover.com>
25071      Branch: perl
25072            ! gv.c op.c toke.c
25073 ____________________________________________________________________________
25074 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
25075         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
25076              From: Michael G Schwern <schwern@pobox.com>             
25077              Date: Tue, 6 Nov 2001 22:04:39 -0500
25078              Message-ID: <20011106220439.D2858@blackrider>              
25079      Branch: perl
25080            ! lib/perl5db.pl
25081 ____________________________________________________________________________
25082 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
25083         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
25084              stress))
25085              From: Jonathan Stowe <gellyfish@gellyfish.com>
25086              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
25087              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
25088              
25089              (except for one hunk where indentation differs)
25090      Branch: perl
25091            ! lib/Term/Cap.t
25092 ____________________________________________________________________________
25093 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
25094         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
25095              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25096              Date: Tue, 6 Nov 2001 21:45:01 +0100
25097              Message-ID: <20011106214501.A704@rafael>
25098      Branch: perl
25099            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
25100            ! lib/File/Spec/Win32.pm
25101 ____________________________________________________________________________
25102 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
25103         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
25104              From: Michael G Schwern <schwern@pobox.com>              
25105              Date: Tue, 6 Nov 2001 20:58:45 -0500
25106              Message-ID: <20011106205845.G29411@blackrider>
25107      Branch: perl
25108            ! t/test.pl
25109 ____________________________________________________________________________
25110 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
25111         Log: Subject: making do_sprintf public       
25112              From: Doug MacEachern <dougm@covalent.net>    
25113              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
25114              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
25115      Branch: perl
25116            ! embed.h embed.pl global.sym
25117 ____________________________________________________________________________
25118 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
25119         Log: Update to CGI.pm 2.78.
25120              
25121              TODO: the test suite needs to be merged so that
25122              when in core, the core version is tested, and when
25123              using the CPAN version, testing the CPAN version.
25124              (the changes need to be sent to Lincoln, too...)
25125      Branch: perl
25126            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
25127            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
25128            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
25129            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
25130            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
25131            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
25132 ____________________________________________________________________________
25133 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
25134         Log: Integrate with perlio; (strictly) readonly hashes via XS.
25135      Branch: perl
25136           +> t/lib/access.t
25137           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
25138 ____________________________________________________________________________
25139 [ 12874] By: nick                                  on 2001/11/06  21:05:16
25140         Log: Keep It Simple and Stupid version of readonly hash support.
25141              - Test for SvREAONLY(hv) at a few spots in hv.c
25142              - add the error message to perldiag.pod
25143              - (dubious) add access::readonly() to univeral.c
25144              - add test using above
25145              - fixup ext/B/t/stash.t to account for access:: existing
25146      Branch: perlio
25147            + t/lib/access.t
25148            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
25149 ____________________________________________________________________________
25150 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
25151         Log: Fix incorrect warnings about broken globbing;
25152              from Andy Dougherty.
25153      Branch: perl
25154            ! hints/linux.sh
25155 ____________________________________________________________________________
25156 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
25157         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
25158              toggle-on from the encoding pragma.
25159      Branch: perl
25160            ! regcomp.c regexec.c
25161 ____________________________________________________________________________
25162 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
25163         Log: Retract #12824, doesn't help and is ignored
25164              by Configure anyway.
25165      Branch: perl
25166            ! hints/beos.sh
25167 ____________________________________________________________________________
25168 [ 12870] By: ams                                   on 2001/11/06  10:40:37
25169         Log: Subject: Cosmetic change
25170              From: H.Merijn Brand <h.m.brand@hccnet.nl>
25171              Date: Tue, 06 Nov 2001 12:30:52 +0100
25172              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
25173      Branch: perl
25174            ! README.hpux
25175 ____________________________________________________________________________
25176 [ 12869] By: nick                                  on 2001/11/06  08:26:40
25177         Log: Integrate mainline
25178      Branch: perlio
25179           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
25180           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
25181 ____________________________________________________________________________
25182 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
25183         Log: The parentheses are protected enough.
25184      Branch: perl
25185            ! hints/os390.sh
25186 ____________________________________________________________________________
25187 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
25188         Log: ccflags, not ldflags.
25189      Branch: perl
25190            ! hints/os390.sh
25191 ____________________________________________________________________________
25192 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
25193         Log: ... and the proto to go with #12865.
25194      Branch: perl
25195            ! proto.h
25196 ____________________________________________________________________________
25197 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
25198         Log: Oops.  Luckily nothing was using this symbol yet.
25199      Branch: perl
25200            ! global.sym
25201 ____________________________________________________________________________
25202 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
25203         Log: Implement the encoding pragma for regex literals.
25204      Branch: perl
25205            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
25206 ____________________________________________________________________________
25207 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
25208         Log: More UTF8 EXACT fixing.
25209      Branch: perl
25210            ! regexec.c
25211 ____________________________________________________________________________
25212 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
25213         Log: More re debugging.
25214      Branch: perl
25215            ! regexec.c
25216 ____________________________________________________________________________
25217 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
25218         Log: EXACT correction attempt.  Continued in #12863.
25219      Branch: perl
25220            ! regexec.c
25221 ____________________________________________________________________________
25222 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
25223         Log: Unterminated L<.
25224      Branch: perl
25225            ! ext/DB_File/DB_File.pm
25226 ____________________________________________________________________________
25227 [ 12859] By: nick                                  on 2001/11/05  19:15:17
25228         Log: Integrate mainline
25229      Branch: perlio
25230           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
25231           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
25232           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
25233           +> lib/Math/BigInt/t/sub_mbi.t
25234            - lib/Math/BigInt/t/Math/Subclass.pm
25235            - lib/Math/BigInt/t/subclass.t
25236           !> (integrate 30 files)
25237 ____________________________________________________________________________
25238 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
25239         Log: Regex debugging fixes from Hugo.
25240      Branch: perl
25241            ! regcomp.c regexec.c
25242 ____________________________________________________________________________
25243 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
25244         Log: IRIX: at some point the cc -version has started
25245              to output to stderr, not stdout any more.
25246      Branch: perl
25247            ! hints/irix_6.sh
25248 ____________________________________________________________________________
25249 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
25250         Log: Update Changes.
25251      Branch: perl
25252            ! Changes patchlevel.h
25253 ____________________________________________________________________________
25254 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
25255         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
25256      Branch: perl
25257            ! lib/File/Spec/Unix.pm
25258 ____________________________________________________________________________
25259 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
25260         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
25261              From: rgarciasuarez@free.fr
25262              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
25263              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
25264      Branch: perl
25265            ! lib/File/Spec/Unix.pm
25266 ____________________________________________________________________________
25267 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
25268         Log: Use config.arch in OS/390 where the combination of
25269              IEEE floats and ldflags is tricky.
25270      Branch: perl
25271            ! hints/os390.sh
25272 ____________________________________________________________________________
25273 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
25274         Log: Metaconfig unit change for #12851.
25275      Branch: metaconfig
25276            ! U/modified/Config_sh.U
25277 ____________________________________________________________________________
25278 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
25279         Log: Support a config.arch file, similar to config.over,
25280              but loaded just before it.
25281      Branch: perl
25282            ! Configure INSTALL
25283 ____________________________________________________________________________
25284 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
25285         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
25286              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25287              Date: Mon, 5 Nov 2001 14:26:24 +0100
25288              Message-ID: <20011105142624.C31977@rafael>
25289      Branch: perl
25290            ! lib/Symbol.pm lib/Symbol.t
25291 ____________________________________________________________________________
25292 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
25293         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
25294              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25295              Date: Sun, 4 Nov 2001 22:28:57 +0100
25296              Message-ID: <20011104222857.C696@rafael>
25297      Branch: perl
25298            ! pod/perldebug.pod pod/perlpodspec.pod
25299 ____________________________________________________________________________
25300 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
25301         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
25302      Branch: perl
25303            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
25304 ____________________________________________________________________________
25305 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
25306         Log: Math::Big* test tweaks to work better with core:
25307              but the coast still not clear.
25308      Branch: perl
25309            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
25310            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
25311 ____________________________________________________________________________
25312 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
25313         Log: Protect against high load: measure how much wall
25314              clock time went by while sleeping.  Avoids some
25315              false negatives, while may introduce some false
25316              positives.  Life is hard.
25317      Branch: perl
25318            ! ext/Time/HiRes/HiRes.t
25319 ____________________________________________________________________________
25320 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
25321         Log: More forgotten from #12843.
25322      Branch: perl
25323            ! lib/Math/BigInt/t/bigfltpm.inc
25324 ____________________________________________________________________________
25325 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
25326         Log: Forgot from #12843.
25327      Branch: perl
25328            + lib/Math/BigInt/t/bigintpm.inc
25329            ! MANIFEST
25330 ____________________________________________________________________________
25331 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
25332         Log: Upgrade to Math::BigInt 1.45; from Tels.
25333              NOTE: some of the tests are failing but that's because
25334              the core integration is not yet done.
25335      Branch: perl
25336            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
25337            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
25338            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
25339            - lib/Math/BigInt/t/Math/Subclass.pm
25340            - lib/Math/BigInt/t/subclass.t
25341            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
25342            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
25343            ! lib/Math/BigInt/t/mbimbf.t
25344 ____________________________________________________________________________
25345 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
25346         Log: VMS: adds capability to control more configuration stuff with
25347              -D and -U switches; parsing config.sh to extract previous config
25348              info in VMS-form, and a rewrite of the "prompt/response" routine;
25349              from Charles Lane.
25350      Branch: perl
25351            ! configure.com
25352 ____________________________________________________________________________
25353 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
25354         Log: Subject: Typo correction in perldebguts.pod
25355              From: mjd@plover.com
25356              Date: 4 Nov 2001 16:20:05 -0000
25357              Message-ID: <20011104162005.16699.qmail@plover.com>
25358      Branch: perl
25359            ! pod/perldebguts.pod
25360 ____________________________________________________________________________
25361 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
25362         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
25363              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25364              Date: Sun, 4 Nov 2001 11:47:30 +0100
25365              Message-ID: <20011104114730.A715@rafael>
25366              
25367              Remove -T from the test, wrong place for that.
25368      Branch: perl
25369            ! lib/File/Temp/t/mktemp.t
25370 ____________________________________________________________________________
25371 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
25372         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
25373              From: Nicholas Clark <nick@ccl4.org>
25374              Date: Sun, 4 Nov 2001 10:41:24 +0000
25375              Message-ID: <20011104104123.U20123@plum.flirble.org>
25376      Branch: perl
25377            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
25378 ____________________________________________________________________________
25379 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
25380         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
25381              From: Michael G Schwern <schwern@pobox.com>
25382              Date: Sat, 3 Nov 2001 15:41:47 -0500
25383              Message-ID: <20011103154147.C600@blackrider>
25384      Branch: perl
25385            ! lib/Term/Cap.t
25386 ____________________________________________________________________________
25387 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
25388         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
25389              From: "Craig A. Berry" <craigberry@mac.com>     
25390              Date: Sat, 03 Nov 2001 16:02:28 -0600
25391              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
25392      Branch: perl
25393            ! ext/Time/HiRes/HiRes.t
25394 ____________________________________________________________________________
25395 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
25396         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
25397              From: "chromatic" <chromatic@rmci.net>
25398              Date: Sat, 03 Nov 2001 12:28:17 -0700
25399              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
25400      Branch: perl
25401            ! lib/Term/Cap.t
25402 ____________________________________________________________________________
25403 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
25404         Log: Don't bother doing POSIX charclass parsing if it
25405              possibly cannot be so.  Prepares way for charclass
25406              syntax like [[abc]||[def]] (or just [[abc][def]])
25407              for union, [[\w]&&[$a]] for intersection,
25408              and [[a-z]&&[^def]] for subtraction.
25409              
25410              Currently /[[a]/ (or /[a[]/) parses as a character
25411              class containing two characters, "[" and "a",
25412              this may have to be broken for the syntax described
25413              above, otherwise we would have to scan the whole pattern
25414              to find out whether the square brackets match pairwise.
25415              Luckily, the special case of "[" doesn't seem to be
25416              documented (as opposed to "]" and "-"), so we may have
25417              better story for breaking it...  One can always use \[
25418              if one wants a literal "[", so there.
25419      Branch: perl
25420            ! regcomp.c
25421 ____________________________________________________________________________
25422 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
25423         Log: Comment correction.
25424      Branch: perl
25425            ! regcomp.c
25426 ____________________________________________________________________________
25427 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
25428         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
25429              The latter is a RedHatism.
25430      Branch: perl
25431            ! lib/ExtUtils/MakeMaker.pm
25432 ____________________________________________________________________________
25433 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
25434         Log: Integrate perlio.
25435      Branch: perl
25436           !> perlio.c
25437 ____________________________________________________________________________
25438 [ 12831] By: nick                                  on 2001/11/03  11:42:15
25439         Log: Integrate mainline
25440      Branch: perlio
25441           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
25442           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
25443           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
25444           !> sv.c t/test.pl
25445 ____________________________________________________________________________
25446 [ 12830] By: nick                                  on 2001/11/03  10:27:34
25447         Log: Fix clone_leak problem.
25448              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
25449              as vestige of calling PerlLIO_dup().
25450      Branch: perlio
25451            ! perlio.c
25452 ____________________________________________________________________________
25453 [ 12829] By: nick                                  on 2001/11/03  09:40:46
25454         Log: Tweaks attempting to locate Doug's clone_leak leak.
25455              - add some PerlIO_debug()
25456              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
25457              - Even if it closing stdout etc. do a fflush()
25458      Branch: perlio
25459            ! perlio.c
25460 ____________________________________________________________________________
25461 [ 12828] By: nick                                  on 2001/11/03  08:34:31
25462         Log: Integrate mainline
25463      Branch: perlio
25464           !> (integrate 54 files)
25465 ____________________________________________________________________________
25466 [ 12827] By: ams                                   on 2001/11/03  03:45:19
25467         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
25468              remove this later). Based on a patch from Robert Spier in
25469              <15330.61459.14452.795263@rls.cx>.
25470      Branch: perl
25471            ! sv.c
25472 ____________________________________________________________________________
25473 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
25474         Log: microperl sync.
25475      Branch: perl
25476            ! doio.c perl.c perl.h perlio.c regexec.c
25477 ____________________________________________________________________________
25478 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
25479         Log: Definitions for the Unicode Newline Guidelines.
25480      Branch: perl
25481            ! perl.h
25482 ____________________________________________________________________________
25483 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
25484         Log: (retracted by #12871)
25485              
25486              There is no csh of any kind in default BeOS.
25487              For the purposes of miniperl globbing, bash
25488              will do.
25489      Branch: perl
25490            ! hints/beos.sh
25491 ____________________________________________________________________________
25492 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
25493         Log: Integrate change #12820 from macperl to maint and blead;
25494              
25495              Fix up (dynaloading) to work properly with multiplicity
25496      Branch: maint-5.6/perl
25497           !> ext/DynaLoader/dl_mac.xs
25498      Branch: perl
25499           !> ext/DynaLoader/dl_mac.xs
25500 ____________________________________________________________________________
25501 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
25502         Log: Several fixes for various exit problems and clearing out
25503              task queue, as well as another (incomplete) go at
25504              fixing error message handling
25505      Branch: maint-5.6/macperl
25506            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
25507 ____________________________________________________________________________
25508 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
25509         Log: Add source files for bleadperl builds
25510      Branch: maint-5.6/macperl
25511            ! macos/Makefile.mk
25512 ____________________________________________________________________________
25513 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
25514         Log: Fix up to work properly with multiplicity
25515      Branch: maint-5.6/macperl
25516            ! ext/DynaLoader/dl_mac.xs
25517 ____________________________________________________________________________
25518 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
25519         Log: Integrate with maintperl.
25520      Branch: maint-5.6/macperl
25521           +> t/op/system.t t/op/system_tests
25522           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
25523           !> pod/perltodo.pod util.c win32/win32.c
25524 ____________________________________________________________________________
25525 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
25526         Log: Locate _PATH_LOG if it's a socket even if not #defined
25527              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
25528              via Nick Clark.
25529      Branch: perl
25530            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
25531 ____________________________________________________________________________
25532 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
25533         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
25534              From: Michael G Schwern <schwern@pobox.com>
25535              Date: Fri, 2 Nov 2001 15:36:41 -0500
25536              Message-ID: <20011102153641.E23234@blackrider>
25537      Branch: perl
25538            ! t/test.pl
25539 ____________________________________________________________________________
25540 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
25541         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
25542              From: merlyn@stonehenge.com (Randal L. Schwartz)
25543              Date: 02 Nov 2001 09:33:34 -0800
25544              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
25545              
25546              (two of the changes)
25547              
25548              Better coexistence with extensions.
25549      Branch: perl
25550            ! ext/Errno/Errno_pm.PL hints/darwin.sh
25551 ____________________________________________________________________________
25552 [ 12815] By: ams                                   on 2001/11/02  16:47:43
25553         Log: Subject: Re: [PATCH] the the double double word word fix fix
25554              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
25555              Date: Fri, 02 Nov 2001 19:43:07 +0100
25556              Message-Id: <3BE2E93B.627C198E@alcatel.at>
25557      Branch: perl
25558            ! pod/perldebug.pod
25559 ____________________________________________________________________________
25560 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
25561         Log: Update Changes.
25562      Branch: perl
25563            ! Changes patchlevel.h
25564 ____________________________________________________________________________
25565 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
25566         Log: More encoding testing.
25567      Branch: perl
25568            ! lib/encoding.pm lib/encoding.t
25569 ____________________________________________________________________________
25570 [ 12812] By: ams                                   on 2001/11/02  15:07:11
25571         Log: Slight modification of #12811.
25572      Branch: perl
25573            ! op.c
25574 ____________________________________________________________________________
25575 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
25576         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
25577              From: Radu Greab <radu@netsoft.ro>
25578              Date: Fri, 2 Nov 2001 15:28:58 +0200
25579              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
25580      Branch: perl
25581            ! op.c t/op/stat.t
25582 ____________________________________________________________________________
25583 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
25584         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
25585              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25586              Date: Thu, 1 Nov 2001 22:35:50 +0100
25587              Message-ID: <20011101223550.A10849@rafael>
25588      Branch: perl
25589            ! lib/ExtUtils/Embed.t
25590 ____________________________________________________________________________
25591 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
25592         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
25593              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
25594              Date: 2 Nov 2001 14:48:51 -0000
25595              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
25596      Branch: perl
25597            ! lib/File/Find.pm
25598 ____________________________________________________________________________
25599 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
25600         Log: Add documentation.
25601      Branch: perl
25602            ! embed.pl pod/perlapi.pod utf8.c
25603 ____________________________________________________________________________
25604 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
25605         Log: Unicode: add ToFold mapping.  Not used yet; but basically
25606              a more useful mapping for caseless aka case-ignoring than
25607              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
25608              algorithm for creating the foldings uses equivalence classes,
25609              see http://www.unicode.org/unicode/reports/tr21/
25610              Hopefully this feature will be used in //i.
25611              (The folding tables were introduced by #12689.)
25612      Branch: perl
25613            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
25614            ! utf8.c
25615 ____________________________________________________________________________
25616 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
25617         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
25618              From: "Craig A. Berry" <craigberry@mac.com>
25619              Date: Fri, 02 Nov 2001 00:03:52 -0600
25620              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
25621      Branch: perl
25622            ! lib/AutoSplit.t
25623 ____________________________________________________________________________
25624 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
25625         Log: Subject: Trivial doc patch
25626              From: andreas.koenig@anima.de (Andreas J. Koenig)
25627              Date: 02 Nov 2001 06:11:35 +0100
25628              Message-ID: <m37kt94v08.fsf@anima.de>
25629      Branch: perl
25630            ! pod/perlport.pod
25631 ____________________________________________________________________________
25632 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
25633         Log: Make encoding and charnames pragmas coexist.
25634      Branch: perl
25635            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
25636 ____________________________________________________________________________
25637 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
25638         Log: The basic character classes seem to go untested with Unicode.
25639      Branch: perl
25640            ! t/op/pat.t
25641 ____________________________________________________________________________
25642 [ 12802] By: ams                                   on 2001/11/02  00:39:36
25643         Log: Subject: [PATCH] the the double double word word fix fix
25644              From: Richard Soderberg <rs@oregonnet.com>
25645              Date: Thu, 1 Nov 2001 13:12:03 -0800
25646              Message-Id: <200111012112.NAA23288@oregonnet.com>
25647              
25648              Subject: Re: [PATCH] the the double double word word fix fix
25649              From: Mark-Jason Dominus <mjd@plover.com>
25650              Date: Thu, 01 Nov 2001 16:43:40 -0500
25651              Message-Id: <20011101214340.2044.qmail@plover.com>
25652              
25653              Subject: Re: [PATCH] the the double double word word fix fix
25654              From: Mark-Jason Dominus <mjd@plover.com>
25655              Date: Thu, 01 Nov 2001 16:51:39 -0500
25656              Message-Id: <20011101215139.2196.qmail@plover.com>
25657      Branch: perl
25658            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
25659            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
25660            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
25661            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
25662            ! pod/perltodo.pod pod/perlxstut.pod
25663 ____________________________________________________________________________
25664 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
25665         Log: Comment tweaks.
25666      Branch: perl
25667            ! toke.c
25668 ____________________________________________________________________________
25669 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
25670         Log: FAQ sync.
25671      Branch: perl
25672            ! pod/perlfaq9.pod
25673 ____________________________________________________________________________
25674 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
25675         Log: If an encoding is set by -M/-m, it must be in
25676              effect only for the actual script, not any other
25677              required/-M/-m'ed module, otherwise we enter a nasty
25678              recursion in regexec.c while trying to init the simple
25679              UTF-8 charclasses like PL_utf8_alnum.
25680      Branch: perl
25681            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
25682 ____________________________________________________________________________
25683 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
25684         Log: A bit more descriptive name.
25685      Branch: perl
25686            ! mg.c
25687 ____________________________________________________________________________
25688 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
25689         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
25690              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25691              Date: Wed, 31 Oct 2001 13:47:04 EST
25692              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
25693      Branch: perl
25694            ! ext/Time/HiRes/HiRes.t
25695 ____________________________________________________________________________
25696 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
25697         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
25698              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25699              Date: Wed, 31 Oct 2001 13:43:29 EST
25700              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
25701      Branch: perl
25702            ! mg.c
25703 ____________________________________________________________________________
25704 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
25705         Log: Subject: [PATCH] Various test cleanups
25706              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25707              Date: Tue, 30 Oct 2001 21:56:26 +0100
25708              Message-ID: <20011030215626.A28503@rafael>
25709      Branch: perl
25710            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
25711            ! ext/DB_File/t/db-recno.t ext/Encode.t
25712 ____________________________________________________________________________
25713 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
25714         Log: Update Changes.
25715      Branch: perl
25716            ! Changes patchlevel.h
25717 ____________________________________________________________________________
25718 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
25719         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
25720              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
25721              Date: Wed, 31 Oct 2001 17:16:39 +0100
25722              Message-ID: <20011031171639.A32511@rafael>
25723      Branch: perl
25724            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
25725 ____________________________________________________________________________
25726 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
25727         Log: Skip message nit.
25728      Branch: perl
25729            ! t/io/fs.t
25730 ____________________________________________________________________________
25731 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
25732         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
25733              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
25734              Date: 31 Oct 2001 14:49:37 -0000
25735              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
25736      Branch: perl
25737            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
25738 ____________________________________________________________________________
25739 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
25740         Log: Extend the effect of the encoding pragma to chr() and ord().
25741              
25742              TODO: regex literals, reentrancy problems with the utf8
25743              and charnames pragmas.
25744      Branch: perl
25745            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
25746 ____________________________________________________________________________
25747 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
25748         Log: Doc tweaks.
25749      Branch: perl
25750            ! lib/encoding.pm
25751 ____________________________________________________________________________
25752 [ 12788] By: nick                                  on 2001/10/31  08:59:56
25753         Log: Integrate mainline
25754      Branch: perlio
25755           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
25756           !> (integrate 49 files)
25757 ____________________________________________________________________________
25758 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
25759         Log: Forgot new proto.
25760      Branch: perl
25761            ! proto.h
25762 ____________________________________________________________________________
25763 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
25764         Log: Clarification: use encoding cannot be used to
25765              change the default encoding of "your whole script";
25766              only the default encoding of the *data*.  Also, it
25767              seems that "use encoding" does not mix with "use utf8"
25768              (a coredumping recursion ensues).  Should not be a huge
25769              problem since "use utf8" is pretty marginal nowadays.
25770      Branch: perl
25771            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
25772 ____________________________________________________________________________
25773 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
25774         Log: More documentation for the encode pragma.
25775      Branch: perl
25776            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
25777            ! pod/perlapi.pod pod/perlunicode.pod sv.c
25778 ____________________________________________________________________________
25779 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
25780         Log: Thinko in #12783.
25781      Branch: perl
25782            ! sv.c
25783 ____________________________________________________________________________
25784 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
25785         Log: Make sv_recode_to_utf8() a real API: the encoding
25786              is a parameter, instead of a global.  Document the
25787              PERL_ENCODING.
25788      Branch: perl
25789            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
25790            ! toke.c
25791 ____________________________________________________________________________
25792 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
25793         Log: Enable -Mencoding=foobar also for string literals.
25794      Branch: perl
25795            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
25796            ! pod/perlapi.pod proto.h sv.c toke.c
25797 ____________________________________________________________________________
25798 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
25799         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
25800              From: Andy Dougherty <doughera@lafayette.edu>
25801              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
25802              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
25803      Branch: perl
25804            ! ext/POSIX/hints/svr4.pl
25805 ____________________________________________________________________________
25806 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
25807         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
25808              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
25809              Date: Mon, 29 Oct 2001 23:11:58 -0000
25810              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
25811              
25812              Add compat.h.
25813      Branch: perl
25814            ! lib/h2xs.t utils/h2xs.PL
25815 ____________________________________________________________________________
25816 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
25817         Log: Subject: PerlIOBuf_dup
25818              From: Nicholas Clark <nick@ccl4.org>              
25819              Date: Mon, 29 Oct 2001 21:52:35 +0000             
25820              Message-ID: <20011029215235.K41204@plum.flirble.org>
25821              
25822              Add prototype.
25823      Branch: perl
25824            ! perliol.h
25825 ____________________________________________________________________________
25826 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
25827         Log: Subject: [PATCH] Make malloc.c errors more useful
25828              From: Richard Soderberg <rs@oregonnet.com>
25829              Date: Mon, 29 Oct 2001 22:28:02 -0800
25830              Message-Id: <200110300628.WAA11025@oregonnet.com>
25831      Branch: perl
25832            ! malloc.c
25833 ____________________________________________________________________________
25834 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
25835         Log: Retract #12776 - the bug 19990906.001 is still valid.
25836      Branch: perl
25837            ! t/run/kill_perl.t
25838 ____________________________________________________________________________
25839 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
25840         Log: (Retracted by #12777)
25841              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
25842              From: Michael G Schwern <schwern@pobox.com> 
25843              Date: Mon, 29 Oct 2001 23:01:08 -0500
25844              Message-ID: <20011029230108.G18053@blackrider>
25845      Branch: perl
25846            ! t/run/kill_perl.t
25847 ____________________________________________________________________________
25848 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
25849         Log: Comment nits.
25850      Branch: perl
25851            ! lib/encoding.t
25852 ____________________________________________________________________________
25853 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
25854         Log: integrate change#12772 from mainline
25855              
25856              Subject: [PATCH] Mommy, what's a pointer cast?
25857      Branch: maint-5.6/perl
25858            ! perl.h
25859 ____________________________________________________________________________
25860 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
25861         Log: Subject: [PATCH] Mommy, what's a pointer cast?
25862              From: Richard Soderberg <rs@oregonnet.com>
25863              Date: Mon, 29 Oct 2001 17:01:10 -0800
25864              Message-Id: <200110300101.RAA31561@oregonnet.com>
25865              
25866              (threads* parts)
25867      Branch: perl
25868            ! ext/threads/shared/shared.xs ext/threads/threads.xs
25869 ____________________________________________________________________________
25870 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
25871         Log: Subject: [PATCH] Mommy, what's a pointer cast?
25872              From: Richard Soderberg <rs@oregonnet.com>
25873              Date: Mon, 29 Oct 2001 17:01:10 -0800
25874              Message-Id: <200110300101.RAA31561@oregonnet.com>
25875              
25876              (the perl.h part)
25877      Branch: perl
25878            ! perl.h
25879 ____________________________________________________________________________
25880 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
25881         Log: Subject: [PATCH] OpenBSD likes signal.h 
25882              From: Richard Soderberg <rs@oregonnet.com>
25883              Date: Mon, 29 Oct 2001 17:00:31 -0800
25884              Message-Id: <200110300100.RAA31533@oregonnet.com>
25885      Branch: perl
25886            ! unixish.h
25887 ____________________________________________________________________________
25888 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
25889         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
25890              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
25891              Date: Mon, 29 Oct 2001 23:04:23 -0000
25892              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
25893      Branch: perl
25894            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
25895            ! ext/DB_File/t/db-recno.t
25896 ____________________________________________________________________________
25897 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
25898         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
25899              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
25900              Date: Mon, 29 Oct 2001 12:34:07 -0600
25901              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
25902      Branch: perl
25903            ! ext/Time/HiRes/HiRes.t
25904 ____________________________________________________________________________
25905 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
25906         Log: Update Changes.
25907      Branch: perl
25908            ! Changes patchlevel.h
25909 ____________________________________________________________________________
25910 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
25911         Log: AIX needs an explicit symbol export list.
25912      Branch: perl
25913            ! lib/ExtUtils/Embed.t
25914 ____________________________________________________________________________
25915 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
25916         Log: The test (and the module) would require some
25917              quality hacking time to work on EBCDIC.  Based on
25918              the test results nothing seems to be majorly broken,
25919              the module just seems to have strange assumptions:
25920              got: ''\226\225\205'
25921              expected: ''one'
25922              The \226\225\205 being, of course, 'one', in EBCDIC.
25923      Branch: perl
25924            ! lib/Dumpvalue.t
25925 ____________________________________________________________________________
25926 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
25927         Log: Mark the test known to be failing in EBCDIC.
25928      Branch: perl
25929            ! t/op/tr.t
25930 ____________________________________________________________________________
25931 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
25932         Log: None of the libnet modules are going to work in
25933              EBCDIC without the Convert::EBCDIC.
25934      Branch: perl
25935            ! t/lib/1_compile.t
25936 ____________________________________________________________________________
25937 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
25938         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
25939      Branch: perl
25940            ! t/op/pack.t
25941 ____________________________________________________________________________
25942 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
25943         Log: UTF-EBCDIC ain't UTF-8.
25944      Branch: perl
25945            ! t/op/pack.t
25946 ____________________________________________________________________________
25947 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
25948         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
25949      Branch: perl
25950            ! t/lib/1_compile.t
25951 ____________________________________________________________________________
25952 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
25953         Log: Let's not assume ASCII.
25954      Branch: perl
25955            ! t/op/lc.t
25956 ____________________________________________________________________________
25957 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
25958         Log: Call the new perlio symbols differently.
25959      Branch: perl
25960            ! makedef.pl
25961 ____________________________________________________________________________
25962 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
25963         Log: Don't expect ASCII ordering.
25964      Branch: perl
25965            ! lib/ExtUtils/Manifest.t
25966 ____________________________________________________________________________
25967 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
25968         Log: Forgot from #12756.
25969      Branch: perl
25970            ! perlio.h
25971 ____________________________________________________________________________
25972 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
25973         Log: BeOS tweaks:
25974              - fseeko and ftello can be found by Configure but
25975              we do not seem to have prototypes for them so
25976              let's make up some
25977              - BeOS didn't use to have real sockets (sockets as
25978              filedescriptors) but the BONE package is supposed
25979              to fix this.  I do not know how to detect BONEness,
25980              see hints/beos.sh for a spot that needs to fixed.
25981              - BeOS has O_TEXT != O_BINARY but has no setmode()
25982      Branch: perl
25983            ! hints/beos.sh perlio.c
25984 ____________________________________________________________________________
25985 [ 12755] By: sky                                   on 2001/10/29  12:56:12
25986         Log: Ugly fix to not die when a thread creator is holding locks.
25987      Branch: perl
25988            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
25989            ! ext/threads/threads.xs
25990 ____________________________________________________________________________
25991 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
25992         Log: Integrate change #12752 from maintperl;
25993              
25994              croak(Nullch) wasn't printing the contents of ERRSV if there was
25995              no outer eval (bug in change#6125)
25996      Branch: perl
25997           !> util.c
25998 ____________________________________________________________________________
25999 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
26000         Log: Subject: [PATCH h2xs] Use of static data in XS modules
26001              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
26002              Date: Sun, 28 Oct 2001 21:19:07 -0000
26003              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
26004              
26005              with nits from Sarathy.
26006      Branch: perl
26007            ! utils/h2xs.PL
26008 ____________________________________________________________________________
26009 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
26010         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
26011              no outer eval (bug in change#6125)
26012      Branch: maint-5.6/perl
26013            ! util.c
26014 ____________________________________________________________________________
26015 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
26016         Log: More todo for the encoding pragma.
26017      Branch: perl
26018            ! lib/encoding.pm
26019 ____________________________________________________________________________
26020 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
26021         Log: Add the encoding pragma to control the "upgrade"
26022              from the native eight bit data to Unicode.
26023              
26024              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
26025      Branch: perl
26026            + lib/encoding.pm lib/encoding.t
26027            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
26028            ! pod/perlunicode.pod pod/perlvar.pod sv.c
26029 ____________________________________________________________________________
26030 [ 12749] By: sky                                   on 2001/10/28  21:02:33
26031         Log: Update documentation.
26032      Branch: perl
26033            ! ext/threads/shared/shared.pm
26034 ____________________________________________________________________________
26035 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
26036         Log: Integrate change #12747 from maintperl;
26037              
26038              finishing touches to system() fixes on windows:
26039              * detect cmd shell correctly even if it had full path in it
26040              * more quoting needed for single-arg system if the argument
26041              really had multiple quoted arguments within it
26042              * be smarter about not calling the shell when the executable
26043              has spaces, but otherwise does not need shell involvement
26044              * add a testsuite (windows-specific currently)
26045      Branch: perl
26046           +> t/op/system.t t/op/system_tests
26047            ! MANIFEST pod/perltodo.pod
26048           !> win32/win32.c
26049 ____________________________________________________________________________
26050 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
26051         Log: finishing touches to system() fixes on windows:
26052              * detect cmd shell correctly even if it had full path in it
26053              * more quoting needed for single-arg system if the argument
26054              really had multiple quoted arguments within it
26055              * be smarter about not calling the shell when the executable
26056              has spaces, but otherwise does not need shell involvement
26057              * add a testsuite (windows-specific currently)
26058      Branch: maint-5.6/perl
26059            + t/op/system.t t/op/system_tests
26060            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
26061 ____________________________________________________________________________
26062 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
26063         Log: Integrate perlio.
26064      Branch: perl
26065           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
26066 ____________________________________________________________________________
26067 [ 12745] By: nick                                  on 2001/10/28  16:08:14
26068         Log: Mingw32 fixup for Embed.t
26069      Branch: perlio
26070            ! lib/ExtUtils/Embed.t
26071 ____________________________________________________________________________
26072 [ 12744] By: nick                                  on 2001/10/28  15:54:14
26073         Log: GCC vs MS 64-bit constant syntax
26074      Branch: perlio
26075            ! ext/Time/HiRes/HiRes.xs
26076 ____________________________________________________________________________
26077 [ 12743] By: nick                                  on 2001/10/28  15:42:55
26078         Log: Integrate mainline
26079      Branch: perlio
26080           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
26081 ____________________________________________________________________________
26082 [ 12742] By: sky                                   on 2001/10/28  14:47:10
26083         Log: Manpage updates.
26084      Branch: perl
26085            ! ext/threads/threads.pm
26086 ____________________________________________________________________________
26087 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
26088         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
26089      Branch: perl
26090            ! lib/ExtUtils/Embed.t
26091 ____________________________________________________________________________
26092 [ 12740] By: nick                                  on 2001/10/28  14:14:24
26093         Log: Integrate mainline
26094      Branch: perlio
26095           !> lib/ExtUtils/Embed.t win32/win32.c
26096 ____________________________________________________________________________
26097 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
26098         Log: Need to be ./executed.
26099      Branch: perl
26100            ! lib/ExtUtils/Embed.t
26101 ____________________________________________________________________________
26102 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
26103         Log: Integrate perlio.
26104      Branch: perl
26105           !> perlio.c win32/win32.h
26106 ____________________________________________________________________________
26107 [ 12737] By: nick                                  on 2001/10/28  13:53:45
26108         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
26109              by gcc -xc++.
26110      Branch: perlio
26111            ! win32/win32.h
26112 ____________________________________________________________________________
26113 [ 12736] By: nick                                  on 2001/10/28  13:50:50
26114         Log: Have :stdio layer update an honour the fd refcnt table.
26115              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
26116      Branch: perlio
26117            ! perlio.c
26118 ____________________________________________________________________________
26119 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
26120         Log: Integrate changes #12724 and #12725 from maintperl;
26121              multiarg system now works.
26122      Branch: perl
26123           !> win32/win32.c
26124 ____________________________________________________________________________
26125 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
26126         Log: Integrate perlio.
26127      Branch: perl
26128           +> lib/ExtUtils/Embed.t
26129           !> MANIFEST perlio.c
26130 ____________________________________________________________________________
26131 [ 12733] By: nick                                  on 2001/10/28  13:07:16
26132         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
26133              least for PERLIO=perlio unthreaded case
26134      Branch: perlio
26135            ! perlio.c
26136 ____________________________________________________________________________
26137 [ 12732] By: nick                                  on 2001/10/28  11:10:24
26138         Log: Typo in exe name
26139      Branch: perlio
26140            ! lib/ExtUtils/Embed.t
26141 ____________________________________________________________________________
26142 [ 12731] By: nick                                  on 2001/10/28  11:09:59
26143         Log: Integrate Mainline
26144      Branch: perlio
26145           !> Changes configure.com ext/DB_File/DB_File.pm
26146           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
26147           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
26148           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
26149           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
26150           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
26151           !> t/TEST t/op/regexp.t win32/buildext.pl
26152 ____________________________________________________________________________
26153 [ 12730] By: nick                                  on 2001/10/28  11:05:35
26154         Log: Fixup Embed.t for Win32/VC++
26155      Branch: perlio
26156            ! lib/ExtUtils/Embed.t
26157 ____________________________________________________________________________
26158 [ 12729] By: nick                                  on 2001/10/28  09:36:20
26159         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
26160              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
26161              ExtUtils::Embed.
26162      Branch: perlio
26163            + lib/ExtUtils/Embed.t
26164            ! MANIFEST
26165 ____________________________________________________________________________
26166 [ 12728] By: sky                                   on 2001/10/28  08:12:53
26167         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
26168              line manually!
26169      Branch: perl
26170            ! lib/ExtUtils/xsubpp
26171 ____________________________________________________________________________
26172 [ 12727] By: sky                                   on 2001/10/28  08:02:09
26173         Log: And here we use the prototypes.
26174      Branch: perl
26175            ! ext/threads/shared/shared.xs
26176 ____________________________________________________________________________
26177 [ 12726] By: sky                                   on 2001/10/28  08:00:48
26178         Log: Support [] style prototypes.
26179      Branch: perl
26180            ! lib/ExtUtils/xsubpp
26181 ____________________________________________________________________________
26182 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
26183         Log: yet another multi-arg system() fix on windows: batch files as the
26184              first argument (i.e. directly executed by CreateProcess()) need
26185              extra quoting to escape shell-shock
26186      Branch: maint-5.6/perl
26187            ! win32/win32.c
26188 ____________________________________________________________________________
26189 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
26190         Log: another multi-arg system() fix on windows: passing empty arguments
26191              now works
26192      Branch: maint-5.6/perl
26193            ! win32/win32.c
26194 ____________________________________________________________________________
26195 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
26196         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
26197              No final #else #error because we do not seem to
26198              be using #error?
26199      Branch: perl
26200            ! op.h
26201 ____________________________________________________________________________
26202 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
26203         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
26204              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
26205              Date: Sat, 27 Oct 2001 23:28:44 EST 
26206              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
26207      Branch: perl
26208            ! ext/Time/HiRes/HiRes.xs
26209 ____________________________________________________________________________
26210 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
26211         Log: Regen perlapi, perltoc.
26212      Branch: perl
26213            ! pod/perlapi.pod pod/perltoc.pod
26214 ____________________________________________________________________________
26215 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
26216         Log: Subject: [PATCH] sv.h documentation
26217              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
26218              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
26219              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
26220      Branch: perl
26221            ! sv.h
26222 ____________________________________________________________________________
26223 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
26224         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
26225              system("nmake -nologo", "clean") and there is no executable
26226              called "nmake -nologo"; this used to "work" pre-change#12559 due
26227              to bugs in multiarg system() that have since been fixed
26228      Branch: perl
26229            ! win32/buildext.pl
26230 ____________________________________________________________________________
26231 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
26232         Log: Update Changes.
26233      Branch: perl
26234            ! Changes patchlevel.h
26235 ____________________________________________________________________________
26236 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
26237         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
26238              From: Richard.Foley@t-online.de (Richard Foley)            
26239              Date: Sun, 28 Oct 2001 00:48:32 +0200
26240              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
26241      Branch: perl
26242            ! pod/perlhack.pod
26243 ____________________________________________________________________________
26244 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
26245         Log: Must store pointers with the right width.
26246      Branch: perl
26247            ! op.h
26248 ____________________________________________________________________________
26249 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
26250         Log: Integrate change #12711 from perlio;
26251              
26252              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
26253              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
26254      Branch: perl
26255           !> perlio.c
26256 ____________________________________________________________________________
26257 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
26258         Log: Subject: [PATCH] make minitest
26259              From: Nicholas Clark <nick@ccl4.org>
26260              Date: Sat, 27 Oct 2001 22:56:16 +0100
26261              Message-ID: <20011027225616.L20275@plum.flirble.org>
26262      Branch: perl
26263            ! t/TEST
26264 ____________________________________________________________________________
26265 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
26266         Log: Patch #12661 missed this.
26267      Branch: perl
26268            ! ext/DB_File/DB_File.pm
26269 ____________________________________________________________________________
26270 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
26271         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
26272              From: "Craig A. Berry" <craigberry@mac.com>
26273              Date: Sat, 27 Oct 2001 16:07:47 -0500
26274              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
26275      Branch: perl
26276            ! configure.com perlio.c
26277 ____________________________________________________________________________
26278 [ 12711] By: nick                                  on 2001/10/27  19:49:25
26279         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
26280              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
26281      Branch: perlio
26282            ! perlio.c
26283 ____________________________________________________________________________
26284 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
26285         Log: Let's not replace reason if there's one already supplied.
26286      Branch: perl
26287            ! t/op/regexp.t
26288 ____________________________________________________________________________
26289 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
26290         Log: is not good.
26291      Branch: perl
26292            ! t/op/regexp.t
26293 ____________________________________________________________________________
26294 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
26295         Log: ldlibpth can exist but be unset.
26296      Branch: perl
26297            ! t/TEST
26298 ____________________________________________________________________________
26299 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
26300         Log: Unicode: property alias naming cleanup.
26301      Branch: perl
26302            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
26303 ____________________________________________________________________________
26304 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
26305         Log: FAQ sync.
26306      Branch: perl
26307            ! pod/perlfaq4.pod
26308 ____________________________________________________________________________
26309 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
26310         Log: Integrate change #12703 from maintperl;
26311              
26312              typemap stuff intervenes before declaration, move it to PREINIT
26313              section
26314              
26315              (an empty integrate, but now the files are in sync
26316              between the branches)
26317      Branch: perl
26318           !> ext/ODBM_File/ODBM_File.xs
26319 ____________________________________________________________________________
26320 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
26321         Log: More PerlIO symbols.
26322      Branch: perl
26323            ! makedef.pl
26324 ____________________________________________________________________________
26325 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
26326         Log: typemap stuff intervenes before declaration, move it to PREINIT
26327              section
26328      Branch: maint-5.6/perl
26329            ! ext/ODBM_File/ODBM_File.xs
26330 ____________________________________________________________________________
26331 [ 12702] By: nick                                  on 2001/10/27  14:09:35
26332         Log: Integrate mainline
26333      Branch: perlio
26334           +> ext/threads/shared/t/av_simple.t
26335           +> ext/threads/shared/t/hv_refs.t
26336           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
26337           !> (integrate 109 files)
26338 ____________________________________________________________________________
26339 [ 12700] By: ams                                   on 2001/10/26  21:22:23
26340         Log: Subject: [PATCH] tweak divide
26341              From: Nicholas Clark <nick@ccl4.org>
26342              Date: Fri, 26 Oct 2001 22:52:17 +0100
26343              Message-Id: <20011026225217.B20275@plum.flirble.org>
26344      Branch: perl
26345            ! pp.c
26346 ____________________________________________________________________________
26347 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
26348         Log: Integrate a buncha things from maintperl.
26349      Branch: maint-5.6/macperl
26350           !> (integrate 32 files)
26351 ____________________________________________________________________________
26352 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
26353         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
26354              From: Andy Dougherty <doughera@lafayette.edu>
26355              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
26356              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
26357      Branch: perl
26358            ! hints/svr4.sh
26359 ____________________________________________________________________________
26360 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
26361         Log: When you're root, many things become writable.
26362      Branch: perl
26363            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
26364 ____________________________________________________________________________
26365 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
26366         Log: Update Changes.
26367      Branch: perl
26368            ! Changes patchlevel.h
26369 ____________________________________________________________________________
26370 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
26371         Log: Term/Cap.t attempts to access the floppy drive for no good reason
26372              on dosish systems
26373      Branch: perl
26374            ! lib/Term/Cap.t
26375 ____________________________________________________________________________
26376 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
26377         Log: fix misleading comment on known inadequacy in B::Terse, and skip
26378              it correctly
26379      Branch: perl
26380            ! ext/B/t/terse.t
26381 ____________________________________________________________________________
26382 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
26383         Log: fix spurious AutoSplit.t failure under windows
26384      Branch: perl
26385            ! lib/AutoSplit.t
26386 ____________________________________________________________________________
26387 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
26388         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
26389      Branch: perl
26390            ! ext/Time/HiRes/HiRes.t
26391 ____________________________________________________________________________
26392 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
26393         Log: More logical to use %04"UVXf" than %"UVuf" since
26394              the Unicode standard prefers hex.
26395      Branch: perl
26396            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
26397            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
26398            ! lib/unicore/mktables utf8.c
26399 ____________________________________________________________________________
26400 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
26401         Log: change#12065 seems to have broken Encode build on windows; fix
26402      Branch: perl
26403            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
26404 ____________________________________________________________________________
26405 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
26406         Log: Unicode: add the case folding table.
26407      Branch: perl
26408            + lib/unicore/To/Fold.pl
26409            ! MANIFEST lib/unicore/mktables
26410 ____________________________________________________________________________
26411 [ 12688] By: sky                                   on 2001/10/26  13:51:29
26412         Log: Get the new functions right, do not export lock since we use builtin lock.
26413              TODO: fix xsubpp to support the new prototypes
26414      Branch: perl
26415            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
26416 ____________________________________________________________________________
26417 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
26418         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
26419              as suggested by Sarathy.
26420      Branch: perl
26421            ! mg.c
26422 ____________________________________________________________________________
26423 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
26424         Log: avoid compiler warning
26425      Branch: perl
26426            ! win32/win32.c
26427 ____________________________________________________________________________
26428 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
26429         Log: WinCE update from Rainer Keuchel.
26430      Branch: perl
26431            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
26432            ! wince/wince.c
26433 ____________________________________________________________________________
26434 [ 12684] By: sky                                   on 2001/10/26  13:34:33
26435         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
26436      Branch: perl
26437            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
26438 ____________________________________________________________________________
26439 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
26440         Log: More fixes that were made to the core and not in the libnet src
26441      Branch: perl
26442            ! lib/Net/Domain.pm
26443 ____________________________________________________________________________
26444 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
26445         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
26446              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
26447              Date: Fri, 26 Oct 2001 13:55:21 +0200
26448              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
26449              
26450              (plus make the db-recno.t#59 accept both \n and \r\n)
26451      Branch: perl
26452            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
26453            ! ext/DB_File/t/db-recno.t
26454 ____________________________________________________________________________
26455 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
26456         Log: Fix tests to be able to run in the core and the CPAN dist
26457      Branch: perl
26458            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
26459            ! lib/Net/t/require.t lib/Net/t/smtp.t
26460 ____________________________________________________________________________
26461 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
26462         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
26463              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26464              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
26465              Date: Fri, 26 Oct 2001 08:34:46 EDT
26466      Branch: perl
26467            ! ext/Time/HiRes/HiRes.t
26468 ____________________________________________________________________________
26469 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
26470         Log: Sync libnet modules with what will be libnet-1.08
26471      Branch: perl
26472            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
26473            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
26474            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
26475            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
26476 ____________________________________________________________________________
26477 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
26478         Log: Integrate maintperl changes #12268 and #12669;
26479              
26480              final touches to the audit for statics and thread-unsafe code
26481              * make DB_File, ODBM_File thread-safe 
26482              * remove unnecessary/dangerous statics and protect others
26483              from not getting accidentally enabled under threaded perls
26484              
26485              windows support functions get_childdir() et al aren't exported
26486              correctly under vanilla build
26487              
26488              Testing under win32 appreciated since changes there had
26489              to be manually merged and I cannot test how badly did I do.
26490      Branch: perl
26491           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
26492           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
26493           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
26494           !> win32/vmem.h win32/win32.c win32/win32iop.h
26495 ____________________________________________________________________________
26496 [ 12677] By: sky                                   on 2001/10/26  12:37:17
26497         Log: More Config::threads to threads::threads changes
26498      Branch: perl
26499            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
26500 ____________________________________________________________________________
26501 [ 12676] By: sky                                   on 2001/10/26  12:31:46
26502         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
26503      Branch: perl
26504            ! ext/threads/threads.pm ext/threads/threads.xs
26505 ____________________________________________________________________________
26506 [ 12675] By: sky                                   on 2001/10/26  12:06:30
26507         Log: Allocing a TLS in runtime is not too hot.
26508      Branch: perl
26509            ! ext/threads/threads.xs
26510 ____________________________________________________________________________
26511 [ 12674] By: sky                                   on 2001/10/26  11:59:09
26512         Log: Don't display debug data.
26513      Branch: perl
26514            ! ext/threads/threads.pm
26515 ____________________________________________________________________________
26516 [ 12673] By: sky                                   on 2001/10/26  11:35:47
26517         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
26518              complete bar support for blessed objects.
26519              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
26520      Branch: perl
26521            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
26522 ____________________________________________________________________________
26523 [ 12672] By: sky                                   on 2001/10/26  11:15:28
26524         Log: Fix case where shared reference does not exist in current thread.
26525      Branch: perl
26526            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
26527 ____________________________________________________________________________
26528 [ 12671] By: sky                                   on 2001/10/26  08:48:52
26529         Log: Support for references in shared arrays.
26530      Branch: perl
26531            ! ext/threads/shared/shared.xs
26532 ____________________________________________________________________________
26533 [ 12670] By: sky                                   on 2001/10/26  08:30:11
26534         Log: Add tests for references in hashes.
26535      Branch: perl
26536            + ext/threads/shared/t/hv_refs.t
26537            ! MANIFEST
26538 ____________________________________________________________________________
26539 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
26540         Log: windows support functions get_childdir() et al aren't exported
26541              correctly under vanilla build
26542      Branch: maint-5.6/perl
26543            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
26544 ____________________________________________________________________________
26545 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
26546         Log: final touches to the audit for statics and thread-unsafe code
26547              * make DB_File, ODBM_File thread-safe 
26548              * remove unnecessary/dangerous statics and protect others
26549              from not getting accidentally enabled under threaded perls
26550      Branch: maint-5.6/perl
26551            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
26552            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
26553            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
26554            ! win32/win32.c
26555 ____________________________________________________________________________
26556 [ 12667] By: ams                                   on 2001/10/26  03:48:36
26557         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
26558              From: "Richard Soderberg" <rs@crystalflame.net>
26559              Date: Thu, 25 Oct 2001 23:42:50 -0400
26560              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
26561      Branch: perl
26562            ! sharedsv.c
26563 ____________________________________________________________________________
26564 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
26565         Log: Integrate change #12664 from maintperl;
26566              
26567              the newest GCCs don't seem to like C<"string1"##STRING2>
26568              so keep it as C<"string1" STRING2> (latter appears to
26569              work everywhere)
26570      Branch: perl
26571           !> ext/DynaLoader/dlutils.c
26572 ____________________________________________________________________________
26573 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
26574         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
26575              From: Chris Nandor <pudge@pobox.com>
26576              Date: Thu, 25 Oct 2001 22:15:03 -0400
26577              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
26578      Branch: perl
26579            ! perl.h
26580 ____________________________________________________________________________
26581 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
26582         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
26583              C<"string1" STRING2> (latter appears to work everywhere)
26584      Branch: maint-5.6/perl
26585            ! ext/DynaLoader/dlutils.c
26586 ____________________________________________________________________________
26587 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
26588         Log: AUTHORS update.
26589      Branch: perl
26590            ! AUTHORS
26591 ____________________________________________________________________________
26592 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
26593         Log: Integrate change #12660 from maintperl;
26594              
26595              make the dMY_CXT stuff available under all of
26596              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
26597      Branch: perl
26598           !> perl.h
26599 ____________________________________________________________________________
26600 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
26601         Log: Subject: [PATCH] DB_File-1.79
26602              From: "Paul Marquess" <paul.marquess@openwave.com>
26603              Date: Fri, 26 Oct 2001 00:03:54 +0100
26604              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
26605      Branch: perl
26606            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
26607            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
26608 ____________________________________________________________________________
26609 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
26610         Log: make the dMY_CXT stuff available under all of
26611              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
26612      Branch: maint-5.6/perl
26613            ! perl.h
26614 ____________________________________________________________________________
26615 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
26616         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
26617              From: Michael G Schwern <schwern@pobox.com>
26618              Date: Thu, 25 Oct 2001 18:28:12 -0400
26619              Message-ID: <20011025182812.M4811@blackrider>
26620      Branch: perl
26621            ! t/run/kill_perl.t
26622 ____________________________________________________________________________
26623 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
26624         Log: STRLEN != int.
26625      Branch: perl
26626            ! regcomp.c regexec.c
26627 ____________________________________________________________________________
26628 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
26629         Log: Subject: [PATCH] remove small IVop redundancy
26630              From: Nicholas Clark <nick@ccl4.org>
26631              Date: Thu, 25 Oct 2001 22:48:28 +0100
26632              Message-ID: <20011025224827.M66471@plum.flirble.org>
26633      Branch: perl
26634            ! pp.c pp_hot.c
26635 ____________________________________________________________________________
26636 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
26637         Log: Metaconfig unit change for #12655.
26638      Branch: metaconfig/U/perl
26639            ! Extensions.U
26640 ____________________________________________________________________________
26641 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
26642         Log: Subject: Re: Not OK @12650
26643              From: Andy Dougherty <doughera@lafayette.edu>
26644              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
26645              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
26646      Branch: perl
26647            ! Configure
26648 ____________________________________________________________________________
26649 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
26650         Log: Integrate changes #12652 and #12653 from maintperl;
26651              
26652              more tweaks to change#12626
26653              * move the boilerplate code over to perl.h and make DynaLoader
26654              use it
26655              * make re, Opcode, File::Glob and B threadsafe
26656              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
26657              C<no re;> anywhere)
26658              
26659              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
26660              
26661              File::Glob required a bit more work in bleadperl
26662              because of ExtUtils::Constant (see the Makefile.PL change)
26663      Branch: perl
26664            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
26665           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
26666           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
26667 ____________________________________________________________________________
26668 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
26669         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
26670      Branch: maint-5.6/perl
26671            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
26672            ! ext/Opcode/Opcode.xs ext/re/re.xs
26673 ____________________________________________________________________________
26674 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
26675         Log: more tweaks to change#12626
26676              * move the boilerplate code over to perl.h and make DynaLoader
26677              use it
26678              * make re, Opcode, File::Glob and B threadsafe
26679              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
26680              C<no re;> anywhere)
26681      Branch: maint-5.6/perl
26682            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
26683            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
26684 ____________________________________________________________________________
26685 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
26686         Log: Metaconfig unit change for #12650.
26687      Branch: metaconfig/U/perl
26688            ! Extensions.U
26689 ____________________________________________________________________________
26690 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
26691         Log: Subject: Re: ithreads doesn't like usedl=n
26692              From: Andy Dougherty <doughera@lafayette.edu>
26693              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
26694              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
26695              
26696              Special-case threads::shared.
26697      Branch: perl
26698            ! Configure
26699 ____________________________________________________________________________
26700 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
26701         Log: Getting fancier...
26702      Branch: perl
26703            ! t/TEST
26704 ____________________________________________________________________________
26705 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
26706         Log: csh - what a pain.
26707      Branch: perl
26708            ! t/TEST
26709 ____________________________________________________________________________
26710 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
26711         Log: Update Changes.
26712      Branch: perl
26713            ! Changes patchlevel.h
26714 ____________________________________________________________________________
26715 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
26716         Log: Allow resetting the locale system for the duration
26717              of the build (Mac OS X default setting LANG=En_US
26718              ist kaputt)
26719      Branch: perl
26720            ! Makefile.SH
26721 ____________________________________________________________________________
26722 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
26723         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
26724      Branch: perl
26725            ! ext/Digest/MD5/t/files.t
26726 ____________________________________________________________________________
26727 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
26728         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
26729              From: Andy Dougherty <doughera@lafayette.edu>
26730              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
26731              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
26732      Branch: perl
26733            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
26734            ! ext/threads/shared/Makefile.PL
26735 ____________________________________________________________________________
26736 [ 12643] By: sky                                   on 2001/10/25  12:28:26
26737         Log: Add support for reference members of hashes.
26738      Branch: perl
26739            ! ext/threads/shared/shared.xs
26740 ____________________________________________________________________________
26741 [ 12642] By: ams                                   on 2001/10/25  12:21:13
26742         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
26743              From: "Norton Allen" <nort@qnx.com>
26744              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
26745              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
26746      Branch: perl
26747            ! ext/Digest/MD5/MD5.xs
26748 ____________________________________________________________________________
26749 [ 12641] By: sky                                   on 2001/10/25  10:27:39
26750         Log: Tests shared hashes.
26751      Branch: perl
26752            + ext/threads/shared/t/hv_simple.t
26753            ! MANIFEST
26754 ____________________________________________________________________________
26755 [ 12640] By: sky                                   on 2001/10/25  10:18:23
26756         Log: Fix threadcounts for arrays and hashes.
26757      Branch: perl
26758            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
26759 ____________________________________________________________________________
26760 [ 12639] By: sky                                   on 2001/10/25  10:17:26
26761         Log: Note to self, doing *src_ary++ in a macro that evaluates
26762              the value more than once is a good way to dump core.
26763      Branch: perl
26764            ! sharedsv.c
26765 ____________________________________________________________________________
26766 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
26767         Log: Integrate change #12636 from maintperl; more dl fixups.
26768      Branch: perl
26769           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
26770           !> ext/DynaLoader/dl_vms.xs
26771 ____________________________________________________________________________
26772 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
26773         Log: Like dl_hpux, like dl_dld.
26774      Branch: perl
26775            ! ext/DynaLoader/dl_dld.xs
26776 ____________________________________________________________________________
26777 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
26778         Log: followups to change#12635
26779      Branch: maint-5.6/perl
26780            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
26781            ! ext/DynaLoader/dl_vms.xs
26782 ____________________________________________________________________________
26783 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
26784         Log: add part of change#12634 to the two files that need it; dl_aix.xs
26785              in maint-5.6 doesn't have the branch that had the problem in
26786              mainline
26787      Branch: maint-5.6/perl
26788            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
26789 ____________________________________________________________________________
26790 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
26791         Log: Fixes for #12627.
26792      Branch: perl
26793            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
26794 ____________________________________________________________________________
26795 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
26796         Log: Since pv_uni_display and sv_uni_display are now used
26797              in the re extension, their symbols have to be exported.
26798      Branch: perl
26799            ! embed.pl global.sym
26800 ____________________________________________________________________________
26801 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
26802         Log: Subject:  Re: [PATCH Perl@12567] debug /list
26803              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26804              Date: Tue, 23 Oct 2001 21:40:33 EDT
26805              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
26806      Branch: perl
26807            ! configure.com
26808 ____________________________________________________________________________
26809 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
26810         Log: This takes care of some of the re 'debug' cases but
26811              not all cases since the information whether the pattern
26812              or the target are utf8 seems to be either lost or not
26813              spread widely enough, sigh.
26814      Branch: perl
26815            ! regcomp.c
26816 ____________________________________________________________________________
26817 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
26818         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
26819              From: John Peacock <jpeacock@rowman.com>
26820              Date: Wed, 24 Oct 2001 16:53:29 -0400
26821              Message-ID: <3BD72A49.1508D152@rowman.com>
26822      Branch: perl
26823            ! configure.com
26824 ____________________________________________________________________________
26825 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
26826         Log: Upgrade NetWare and WinCE as in #12626.
26827      Branch: perl
26828            ! NetWare/dl_netware.xs wince/dl_win32.xs
26829 ____________________________________________________________________________
26830 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
26831         Log: Tru64 compiler nit.
26832      Branch: perl
26833            ! ext/threads/shared/shared.xs
26834 ____________________________________________________________________________
26835 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
26836         Log: Integrate change #12626 from maintperl;
26837              make DynaLoader threadsafe by moving all statics into
26838              interpreter-local space
26839              
26840              TODO: Netware, OS/2, WinCE
26841      Branch: perl
26842           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
26843           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
26844           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
26845           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
26846           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
26847           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
26848           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
26849 ____________________________________________________________________________
26850 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
26851         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
26852              space
26853      Branch: maint-5.6/perl
26854            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
26855            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
26856            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
26857            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
26858            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
26859            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
26860            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
26861 ____________________________________________________________________________
26862 [ 12625] By: sky                                   on 2001/10/24  20:05:26
26863         Log: Change #12623 inflicted an infinite hang. Fixed.
26864      Branch: perl
26865            ! ext/threads/shared/shared.xs
26866 ____________________________________________________________________________
26867 [ 12624] By: sky                                   on 2001/10/24  19:06:55
26868         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
26869      Branch: perl
26870            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
26871 ____________________________________________________________________________
26872 [ 12623] By: sky                                   on 2001/10/24  18:06:34
26873         Log: We need to do sharedsv_find in the original perl context.
26874      Branch: perl
26875            ! ext/threads/shared/shared.xs
26876 ____________________________________________________________________________
26877 [ 12622] By: sky                                   on 2001/10/24  17:26:51
26878         Log: Add support for basic support for AVs, references not supported yet.
26879              Add test for AVs.
26880              Add more tests to sv_refs
26881              Fix documentation issues.  
26882      Branch: perl
26883            + ext/threads/shared/t/av_simple.t
26884            ! MANIFEST ext/threads/shared/shared.pm
26885            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
26886 ____________________________________________________________________________
26887 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
26888         Log: Dump Unicode better for re 'debug'.  The regprop()
26889              is unfinished since have to figure out how to detect
26890              Unicodeness in there.
26891      Branch: perl
26892            ! regcomp.c regexec.c
26893 ____________________________________________________________________________
26894 [ 12620] By: sky                                   on 2001/10/24  13:18:07
26895         Log: Add support for finding shared arrays and hashes.
26896      Branch: perl
26897            ! sharedsv.c
26898 ____________________________________________________________________________
26899 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
26900         Log: Rewrite sv_uni_display() as pv_uni_display() as
26901              reimplement sv_uni_display() using that.
26902      Branch: perl
26903            ! dump.c embed.h embed.pl proto.h
26904 ____________________________________________________________________________
26905 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
26906         Log: Integrate change #12615 from maintperl;
26907              on Windows, IO::File::new_tmpfile() fails after being called
26908              32767 times because MSVCRT thinks stdio's TMP_MAX is a
26909              process-wide limit
26910      Branch: perl
26911           !> win32/win32.c
26912 ____________________________________________________________________________
26913 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
26914         Log: Don't try to print ints as IVs.
26915      Branch: perl
26916            ! ext/Time/HiRes/HiRes.xs
26917 ____________________________________________________________________________
26918 [ 12616] By: sky                                   on 2001/10/24  11:06:35
26919         Log: We only need to fetch the SV from the backend if the index
26920              is not the same as mg_private.     In theory this could be
26921              a problem if there are an exact multiple of U16 changes
26922              of a shared variable between two access in a given thread,
26923              we choose to avoid theory for now.
26924      Branch: perl
26925            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
26926 ____________________________________________________________________________
26927 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
26928         Log: on Windows, IO::File::new_tmpfile() fails after being called
26929              32767 times because MSVCRT thinks stdio's TMP_MAX is a
26930              process-wide limit
26931      Branch: maint-5.6/perl
26932            ! win32/win32.c
26933 ____________________________________________________________________________
26934 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
26935         Log: Negation and Unicode: sort of solves 20010303.010,
26936              except not quite like reported in the Subject
26937              (Perl_warner is still utf8-ignorant).
26938      Branch: perl
26939            ! pp.c t/lib/warnings/sv
26940 ____________________________________________________________________________
26941 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
26942         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
26943      Branch: perl
26944            ! sv.c t/lib/warnings/sv
26945 ____________________________________________________________________________
26946 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
26947         Log: sv_uni_display(): do not add the "...", let the caller
26948              do it if wanted, and be prepared for more display options.
26949      Branch: perl
26950            ! dump.c embed.h embed.pl proto.h
26951 ____________________________________________________________________________
26952 [ 12611] By: nick                                  on 2001/10/23  20:28:07
26953         Log: Integrate mainline
26954      Branch: perlio
26955           !> Changes configure.com cygwin/cygwin.c
26956           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
26957           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
26958           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
26959           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
26960           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
26961           !> utils/h2xs.PL utils/perldoc.PL
26962 ____________________________________________________________________________
26963 [ 12610] By: sky                                   on 2001/10/23  19:39:24
26964         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
26965              don't call themselves READONLY but still die with modification
26966              attempt. We only call bless for ext and umagic.
26967      Branch: perl
26968            ! sv.c
26969 ____________________________________________________________________________
26970 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
26971         Log: Croak() on negative time; doc tweaks.
26972      Branch: perl
26973            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
26974            ! ext/Time/HiRes/HiRes.xs
26975 ____________________________________________________________________________
26976 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
26977         Log: FAQ sync.
26978      Branch: perl
26979            ! pod/perlfaq4.pod pod/perlfaq7.pod
26980 ____________________________________________________________________________
26981 [ 12607] By: sky                                   on 2001/10/23  18:27:27
26982         Log: Call setmagic on the referent we are blessing.
26983      Branch: perl
26984            ! sv.c
26985 ____________________________________________________________________________
26986 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
26987         Log: Small test nits.
26988      Branch: perl
26989            ! t/op/lc.t
26990 ____________________________________________________________________________
26991 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
26992         Log: Update Changes.
26993      Branch: perl
26994            ! Changes patchlevel.h
26995 ____________________________________________________________________________
26996 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
26997         Log: Make the PerlIO_init() prototypes consistent.
26998      Branch: perl
26999            ! perlio.c
27000 ____________________________________________________________________________
27001 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
27002         Log: Upping the test count is a good idea.
27003      Branch: perl
27004            ! t/op/lc.t
27005 ____________________________________________________________________________
27006 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
27007         Log: Document the final sigma spot.
27008      Branch: perl
27009            ! pp.c
27010 ____________________________________________________________________________
27011 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
27012         Log: Fix multicharacter titlecase (ucfirst).
27013      Branch: perl
27014            ! pod/perlunicode.pod pp.c t/op/lc.t
27015 ____________________________________________________________________________
27016 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
27017         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
27018              From: Mikhail Zabaluev <mhz@alt-linux.org>
27019              Date: Tue, 23 Oct 2001 10:40:37 +0400
27020              Message-ID: <20011023104037.A12761@localhost.localdomain>
27021              
27022              (#12406 replaced with this)
27023      Branch: perl
27024            ! utils/perldoc.PL
27025 ____________________________________________________________________________
27026 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
27027         Log: MacOS Classic updates from Pudge.
27028      Branch: perl
27029            ! lib/File/Spec.t lib/File/Spec/Mac.pm
27030 ____________________________________________________________________________
27031 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
27032         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
27033              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
27034              Date: Sun, 14 Oct 2001 23:14:46 +0200
27035              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
27036              
27037              except for the 2->4 changes.
27038      Branch: perl
27039            ! lib/AutoSplit.t
27040 ____________________________________________________________________________
27041 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
27042         Log: integrate macperl contents into maint-5.6
27043      Branch: maint-5.6/perl
27044            ! mg.c
27045           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
27046           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
27047           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
27048           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
27049           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
27050           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
27051           !> t/lib/filefind.t t/lib/filespec.t
27052 ____________________________________________________________________________
27053 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
27054         Log: At some point the #6234 has been lost from the mainline
27055              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
27056      Branch: perl
27057            ! lib/File/Spec/Win32.pm
27058 ____________________________________________________________________________
27059 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
27060         Log: Cygwin seems to round up (or closest, but not down)
27061              for time(), so half of the time (bad pun intended)
27062              Time::HiRes::time() is less than time(), half of
27063              the time it's more.  So let's try harder in the loop.
27064      Branch: perl
27065            ! ext/Time/HiRes/HiRes.t
27066 ____________________________________________________________________________
27067 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
27068         Log: MacOS Classic timeofday(), from Chris Nandor. 
27069      Branch: perl
27070            ! ext/Time/HiRes/HiRes.xs
27071 ____________________________________________________________________________
27072 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
27073         Log: Integrate changes #12580 and #12581 from macperl;
27074              
27075              Fix path construction.
27076              
27077              (Copyright) Nit.
27078      Branch: perl
27079           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
27080 ____________________________________________________________________________
27081 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
27082         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
27083              doesn't seem to help (the error being output to console, maybe?)
27084      Branch: perl
27085            ! lib/Net/Domain.pm
27086 ____________________________________________________________________________
27087 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
27088         Log: Taint the getcwd() result also in Cygwin.
27089              (TODO: which other platforms need the same thing?)
27090      Branch: perl
27091            ! cygwin/cygwin.c
27092 ____________________________________________________________________________
27093 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
27094         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
27095      Branch: perl
27096            ! t/op/taint.t
27097 ____________________________________________________________________________
27098 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
27099         Log: getpwuid() fragility continues.
27100      Branch: perl
27101            ! utils/h2xs.PL
27102 ____________________________________________________________________________
27103 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
27104         Log: getpwuid() might succeed but that's no guarantee
27105              that the $home will be defined.
27106      Branch: perl
27107            ! ext/File/Glob/t/basic.t
27108 ____________________________________________________________________________
27109 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
27110         Log: It's safer to to expand the variable, too... (see #12571)
27111      Branch: perl
27112            ! t/TEST
27113 ____________________________________________________________________________
27114 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
27115         Log: Integrate with maintperl.
27116      Branch: maint-5.6/macperl
27117           !> win32/bin/pl2bat.pl win32/win32.c
27118 ____________________________________________________________________________
27119 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
27120         Log: Oops, forgot to include Win32 ... just as well, since it
27121              seems in bleadperl, change #7764 was not included
27122              (adding C:\temp).  Re-added.  Rip it back out if it
27123              doesn't belong.  :-)
27124      Branch: maint-5.6/macperl
27125            ! lib/File/Spec/Win32.pm
27126 ____________________________________________________________________________
27127 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
27128         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
27129              From: "Craig A. Berry" <craigberry@mac.com>
27130              Date: Mon, 22 Oct 2001 15:25:19 -0500
27131              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
27132      Branch: perl
27133            ! configure.com
27134 ____________________________________________________________________________
27135 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
27136         Log: Add in lots of File::Spec changes, from Thomas Wegner,
27137              and sync with changes from bleadperl.
27138      Branch: maint-5.6/macperl
27139            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
27140            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
27141            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
27142            ! lib/File/Spec/Win32.pm t/lib/filespec.t
27143 ____________________________________________________________________________
27144 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
27145         Log: Sync with latest File::Find and tests from bleadperl.
27146      Branch: maint-5.6/macperl
27147            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
27148 ____________________________________________________________________________
27149 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
27150         Log: Nit.
27151      Branch: maint-5.6/macperl
27152            ! perl.c
27153 ____________________________________________________________________________
27154 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
27155         Log: Fix path construction.
27156      Branch: maint-5.6/macperl
27157            ! ext/DynaLoader/DynaLoader_pm.PL
27158 ____________________________________________________________________________
27159 [ 12579] By: nick                                  on 2001/10/22  19:08:35
27160         Log: Integrate mainline (for Arthurs thread.xs fix)
27161      Branch: perlio
27162           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
27163 ____________________________________________________________________________
27164 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
27165         Log: Fix up exported symbols, move relevant docs
27166              over from macperl.pod.
27167      Branch: maint-5.6/macperl
27168            ! macos/ext/MacPerl/MacPerl.pm
27169 ____________________________________________________________________________
27170 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
27171         Log: Make ADDRESS called optionally as a method.
27172      Branch: maint-5.6/macperl
27173            ! macos/lib/Mac/Glue.pm
27174 ____________________________________________________________________________
27175 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
27176         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
27177              Apple event.
27178      Branch: maint-5.6/macperl
27179            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
27180            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
27181            ! macos/macperl/MPTerminology.aete
27182 ____________________________________________________________________________
27183 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
27184         Log: Clean up some build utilities. Change Entab to Duplicate;
27185              fix docs and error reporting; improve macify() of paths;
27186              remove requirement for Exporter.pm presence.
27187      Branch: maint-5.6/macperl
27188            ! macos/InstallBLIB macos/MacPerlTests.cmd
27189            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
27190 ____________________________________________________________________________
27191 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
27192         Log: Sync Time::HiRes with bleadperl
27193      Branch: maint-5.6/macperl
27194            ! macos/bundled_ext/Time/HiRes/HiRes.pm
27195            ! macos/bundled_ext/Time/HiRes/HiRes.t
27196            ! macos/bundled_ext/Time/HiRes/HiRes.xs
27197 ____________________________________________________________________________
27198 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
27199         Log: Fix up Changes
27200      Branch: maint-5.6/macperl
27201            ! macos/Changes
27202 ____________________________________________________________________________
27203 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
27204         Log: A user might belong to only a single group
27205              (the group equal to the group id).
27206      Branch: perl
27207            ! t/op/groups.t
27208 ____________________________________________________________________________
27209 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
27210         Log: Prepending (instead of replacing with) the pwd is safer. 
27211      Branch: perl
27212            ! t/TEST
27213 ____________________________________________________________________________
27214 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
27215         Log: Be more robust if no hostname or domainname
27216              (especially the latter)
27217      Branch: perl
27218            ! lib/Net/Domain.pm
27219 ____________________________________________________________________________
27220 [ 12569] By: sky                                   on 2001/10/22  17:41:07
27221         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
27222      Branch: perl
27223            ! ext/threads/threads.xs
27224 ____________________________________________________________________________
27225 [ 12568] By: nick                                  on 2001/10/22  16:31:24
27226         Log: Integrate mainline
27227      Branch: perlio
27228           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
27229           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
27230           +> ext/threads/shared/t/sv_refs.t
27231           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
27232            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
27233            - lib/unicore/To/SpecUpper.pl
27234           !> (integrate 42 files)
27235 ____________________________________________________________________________
27236 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
27237         Log: Update Changes.
27238      Branch: perl
27239            ! Changes patchlevel.h
27240 ____________________________________________________________________________
27241 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
27242         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
27243              From: Michael G Schwern <schwern@pobox.com>
27244              Date: Mon, 22 Oct 2001 03:48:38 -0400
27245              Message-ID: <20011022034838.B1676@blackrider>
27246      Branch: perl
27247            ! pod/perlvar.pod
27248 ____________________________________________________________________________
27249 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
27250         Log: Pod nits, as suggested by Stas Bekman.
27251      Branch: perl
27252            ! ext/threads/shared/shared.pm ext/threads/threads.pm
27253 ____________________________________________________________________________
27254 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
27255         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
27256              From: "Paul Marquess" <paul.marquess@openwave.com> 
27257              Date: Sun, 21 Oct 2001 21:11:15 +0100
27258              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
27259      Branch: perl
27260            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
27261            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
27262            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
27263            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
27264            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
27265            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
27266            ! ext/SDBM_File/sdbm.t
27267 ____________________________________________________________________________
27268 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
27269         Log: Integrate change #12559 from maintperl;
27270              various fixes for system() and backticks under windows
27271      Branch: perl
27272           !> win32/win32.c
27273 ____________________________________________________________________________
27274 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
27275         Log: Integrate change #12560 from maintperl;
27276              make pl2bat use %0 rather than "%0" (the latter fails to work
27277              in a lot of common cases)
27278      Branch: perl
27279           !> win32/bin/pl2bat.pl
27280 ____________________________________________________________________________
27281 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
27282         Log: Integrate changes #12549 and #12550 from maintperl;
27283              
27284              readline() doesn't work with our variables; it confuses them with
27285              my variables (change#4227 was incomplete)
27286      Branch: perl
27287            ! t/lib/strict/vars
27288           !> t/base/rs.t toke.c
27289 ____________________________________________________________________________
27290 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
27291         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
27292              in a lot of common cases)
27293      Branch: maint-5.6/perl
27294            ! win32/bin/pl2bat.pl
27295 ____________________________________________________________________________
27296 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
27297         Log: various fixes for system() and backticks under windows:
27298              
27299              * avoid munging whitespace that is passed within quotes
27300              * work around a cmd.exe misfeature that made multi-arg
27301              system() unreliable when there is more than one quoted
27302              argument
27303              * make multi-arg system() autoquote arguments as needed
27304              before passing them to the shell (this avoids having to
27305              second guess the shell quoting)
27306              * perl's -Dp switch can be used to trace the innards
27307      Branch: maint-5.6/perl
27308            ! win32/win32.c
27309 ____________________________________________________________________________
27310 [ 12558] By: nick                                  on 2001/10/22  08:58:42
27311         Log: Integrate ithreads buffer flush fix from perlio
27312      Branch: perl
27313           !> ext/threads/t/basic.t perl.c
27314 ____________________________________________________________________________
27315 [ 12557] By: nick                                  on 2001/10/22  08:35:09
27316         Log: All tests pass (legitimately) on ithreads
27317      Branch: perlio
27318            ! ext/threads/t/basic.t perl.c
27319 ____________________________________________________________________________
27320 [ 12556] By: nick                                  on 2001/10/22  06:51:22
27321         Log: Integrate non-ithreads fix to mainline
27322      Branch: perl
27323           !> perlio.c
27324 ____________________________________________________________________________
27325 [ 12555] By: nick                                  on 2001/10/22  06:48:33
27326         Log: Restore non-ithreads build. Interestingly binmode test passes
27327              non-ithreads - so crlf layer is not damaged and ithreads fail
27328              is a symptom ...
27329      Branch: perlio
27330            ! perlio.c
27331 ____________________________________________________________________________
27332 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
27333         Log: Integrate from perlio; restructuring.
27334      Branch: perl
27335           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
27336           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
27337           !> win32/perlhost.h
27338 ____________________________________________________________________________
27339 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
27340         Log: Integrate from maintperl
27341              (Changes 12350, 12496, 12548, 12549, 12550)
27342      Branch: maint-5.6/macperl
27343           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
27344           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
27345 ____________________________________________________________________________
27346 [ 12552] By: nick                                  on 2001/10/21  19:18:12
27347         Log: Win32 PerlIO_cleanup special cases should no longer be required.
27348      Branch: perlio
27349            ! perl.c
27350 ____________________________________________________________________________
27351 [ 12551] By: nick                                  on 2001/10/21  19:16:56
27352         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
27353      Branch: perlio
27354            ! win32/makefile.mk
27355 ____________________________________________________________________________
27356 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
27357         Log: change#12549 wasn't aware of strictures
27358      Branch: maint-5.6/perl
27359            ! t/pragma/strict-vars toke.c
27360 ____________________________________________________________________________
27361 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
27362         Log: readline() doesn't work with our variables; it confuses them with
27363              my variables (change#4227 was incomplete)
27364      Branch: maint-5.6/perl
27365            ! t/base/rs.t toke.c
27366 ____________________________________________________________________________
27367 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
27368         Log: change#12220 appears to have pulled in a mainline change that
27369              isn't applicable to maint-5.6 (some platforms don't taint
27370              cwd)
27371      Branch: maint-5.6/perl
27372            ! t/lib/filefind-taint.t
27373 ____________________________________________________________________________
27374 [ 12547] By: nick                                  on 2001/10/21  17:15:54
27375         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
27376              for them. Call explicit cleanup during destruct process.
27377              - one binmode test is failing
27378              - also ext/threads/t/basic.t fails under make test, and is noisy under
27379              harness. (Threads results are intermingled and don't match order expected.)
27380      Branch: perlio
27381            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
27382            ! perlio.h perliol.h pod/perlapi.pod sv.c
27383 ____________________________________________________________________________
27384 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
27385         Log: Implement multicharacter case mappings where a single
27386              Unicode character can be mapped into several.
27387      Branch: perl
27388            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
27389            - lib/unicore/To/SpecUpper.pl
27390            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
27391            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
27392            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
27393            ! proto.h t/op/lc.t utf8.c
27394 ____________________________________________________________________________
27395 [ 12545] By: sky                                   on 2001/10/21  15:25:16
27396         Log: First support of threads::shared, support shared svs and references.
27397      Branch: perl
27398            + ext/threads/shared/Makefile.PL ext/threads/shared/README
27399            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
27400            + ext/threads/shared/t/sv_refs.t
27401            + ext/threads/shared/t/sv_simple.t
27402            ! MANIFEST sharedsv.c
27403 ____________________________________________________________________________
27404 [ 12544] By: nick                                  on 2001/10/21  14:52:35
27405         Log: PerlIO layer table as PL_perlio (per-interpreter)
27406      Branch: perlio
27407            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
27408            ! pod/perlapi.pod sv.c
27409 ____________________________________________________________________________
27410 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
27411         Log: Prettyprinting.
27412      Branch: perl
27413            ! pod/perlunicode.pod
27414 ____________________________________________________________________________
27415 [ 12542] By: ams                                   on 2001/10/21  03:50:25
27416         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
27417              From: "Sean M. Burke" <sburke@cpan.org>
27418              Date: Sat, 20 Oct 2001 17:51:09 -0600
27419              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
27420      Branch: perl
27421            + pod/perlpodspec.pod
27422            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
27423            ! pod/perltoc.pod
27424 ____________________________________________________________________________
27425 [ 12541] By: nick                                  on 2001/10/20  22:23:53
27426         Log: Fix typos in new locking on MemShared
27427              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
27428              - seems to make segfaults more deterministic - suspect they are 
27429              attempt to free() after Interp and Host have gone.
27430      Branch: perlio
27431            ! perlio.c win32/perlhost.h
27432 ____________________________________________________________________________
27433 [ 12540] By: nick                                  on 2001/10/20  21:50:46
27434         Log: Remove the MemShared re-#define (again)
27435      Branch: perlio
27436            ! perlio.c
27437 ____________________________________________________________________________
27438 [ 12539] By: nick                                  on 2001/10/20  21:49:06
27439         Log: Use locks on MemShared
27440      Branch: perlio
27441            ! win32/perlhost.h
27442 ____________________________________________________________________________
27443 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
27444         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
27445              From: "chromatic" <chromatic@rmci.net>
27446              Date: Sat, 20 Oct 2001 11:13:47 -0600
27447              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
27448      Branch: perl
27449            ! installhtml
27450 ____________________________________________________________________________
27451 [ 12537] By: nick                                  on 2001/10/20  16:44:03
27452         Log: Integrate mainline
27453      Branch: perlio
27454           !> (integrate 48 files)
27455 ____________________________________________________________________________
27456 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
27457         Log: Update Changes.
27458      Branch: perl
27459            ! Changes patchlevel.h
27460 ____________________________________________________________________________
27461 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
27462         Log: Upgrade to podlators 1.11, from Russ Allbery.
27463      Branch: perl
27464            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
27465            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
27466            ! pod/pod2man.PL pod/pod2text.PL
27467 ____________________________________________________________________________
27468 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
27469         Log: Integrate perlio change #12532:
27470              introduce and use PerlIO_intmod2str().
27471      Branch: perl
27472           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
27473 ____________________________________________________________________________
27474 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
27475         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
27476      Branch: perl
27477            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
27478 ____________________________________________________________________________
27479 [ 12532] By: nick                                  on 2001/10/20  14:25:37
27480         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
27481              Use for non-PERLIO fdupopen().
27482      Branch: perlio
27483            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
27484 ____________________________________________________________________________
27485 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
27486         Log: Integrate perlio: PerlIO win32 fixes.
27487      Branch: perl
27488           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
27489           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
27490           !> proto.h sv.h win32/win32io.c
27491 ____________________________________________________________________________
27492 [ 12530] By: nick                                  on 2001/10/20  12:53:30
27493         Log: Fixed in two places - p4 resolve
27494      Branch: perlio
27495            ! perlsdio.h
27496 ____________________________________________________________________________
27497 [ 12529] By: nick                                  on 2001/10/20  12:51:05
27498         Log: Fix for ithreads/stdio build
27499      Branch: perlio
27500            ! perlio.c perlsdio.h
27501 ____________________________________________________________________________
27502 [ 12528] By: ams                                   on 2001/10/20  12:13:25
27503         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
27504              From: Michael G Schwern <schwern@pobox.com>
27505              Date: Sat, 20 Oct 2001 01:41:21 -0400
27506              Message-Id: <20011020014121.I3681@blackrider>
27507      Branch: perl
27508            ! installman
27509 ____________________________________________________________________________
27510 [ 12527] By: ams                                   on 2001/10/20  12:09:41
27511         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
27512              From: Michael G Schwern <schwern@pobox.com>
27513              Date: Sat, 20 Oct 2001 02:04:21 -0400
27514              Message-Id: <20011020020421.A11732@blackrider>
27515      Branch: perl
27516            ! lib/Pod/Checker.pm
27517 ____________________________________________________________________________
27518 [ 12526] By: ams                                   on 2001/10/20  11:59:41
27519         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
27520              From: "chromatic" <chromatic@rmci.net>
27521              Date: Fri, 19 Oct 2001 22:46:39 -0600
27522              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
27523      Branch: perl
27524            ! lib/Net/Config.pm
27525 ____________________________________________________________________________
27526 [ 12525] By: nick                                  on 2001/10/20  11:16:18
27527         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
27528              Perl_sv_setsv_flags directly.
27529      Branch: perlio
27530            ! ext/threads/threads.xs
27531 ____________________________________________________________________________
27532 [ 12524] By: nick                                  on 2001/10/20  10:28:17
27533         Log: Add a new flag character 'm' to embed.pl set to represent
27534              "functions" which are really macros. Use it foe the troublesome
27535              sv_setsv() etc. macros in sv.h - changing latter to define
27536              sv_setsv rather than sv_setsv_macro etc.
27537      Branch: perlio
27538            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
27539            ! pod/perlapi.pod proto.h sv.h
27540 ____________________________________________________________________________
27541 [ 12523] By: nick                                  on 2001/10/20  09:17:17
27542         Log: Add comments explaining why win32.h/embed.h are included where they are
27543              in perl.h 
27544      Branch: perlio
27545            ! perl.h
27546 ____________________________________________________________________________
27547 [ 12522] By: nick                                  on 2001/10/20  08:27:44
27548         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
27549              being used yet.
27550      Branch: perlio
27551            ! win32/win32io.c
27552 ____________________________________________________________________________
27553 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
27554         Log: Wording tweaks.
27555      Branch: perl
27556            ! t/TEST
27557 ____________________________________________________________________________
27558 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
27559         Log: Subject: IO module with nonblocking socket connect patch 
27560              From: Raul Dias <raul@dias.com.br>
27561              Date: Fri, 19 Oct 2001 22:45:32 -0300
27562              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
27563      Branch: perl
27564            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
27565 ____________________________________________________________________________
27566 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
27567         Log: Test vertical whitespace combined with /x in \p{}.
27568      Branch: perl
27569            ! t/op/pat.t
27570 ____________________________________________________________________________
27571 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
27572         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
27573              From: Gisle Aas <gisle@ActiveState.com> 
27574              Date: 19 Oct 2001 16:46:02 -0700
27575              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
27576      Branch: perl
27577            ! lib/ExtUtils/MakeMaker.pm
27578 ____________________________________________________________________________
27579 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
27580         Log: No more this symbol.
27581      Branch: perl
27582            ! makedef.pl
27583 ____________________________________________________________________________
27584 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
27585         Log: Integrate change #12511; fix gross win32 build issues.
27586      Branch: perl
27587           !> makedef.pl sv.c
27588 ____________________________________________________________________________
27589 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
27590         Log: Unpack in scalar context should return the first value
27591              returned in list context, as pointed out by Ton Hospel
27592              in 2001-05-21 (this is how it works already in blead,
27593              just adding the test).
27594      Branch: perl
27595            ! t/op/pack.t
27596 ____________________________________________________________________________
27597 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
27598         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
27599              From: "Craig A. Berry" <craigberry@mac.com>
27600              Date: Fri, 19 Oct 2001 16:59:30 -0500
27601              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
27602      Branch: perl
27603            ! utils/perldoc.PL
27604 ____________________________________________________________________________
27605 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
27606         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
27607              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27608              Date: Fri, 19 Oct 2001 17:45:23 EDT
27609              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
27610      Branch: perl
27611            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
27612            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
27613            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
27614            ! vms/vmsish.h
27615 ____________________________________________________________________________
27616 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
27617         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
27618              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27619              Date: Fri, 19 Oct 2001 17:26:35 EDT
27620              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
27621      Branch: perl
27622            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
27623 ____________________________________________________________________________
27624 [ 12511] By: nick                                  on 2001/10/19  19:55:36
27625         Log: Fix gross win32 build issues
27626      Branch: perlio
27627            ! makedef.pl sv.c
27628 ____________________________________________________________________________
27629 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
27630         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
27631              From: David Dyck <dcd@tc.fluke.com>
27632              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
27633              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
27634      Branch: perl
27635            ! lib/File/Find.pm
27636 ____________________________________________________________________________
27637 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
27638         Log: Subject: Re: PerlIO and Encode
27639              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
27640              Date: Tue, 16 Oct 2001 01:50:16 +0900
27641              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
27642      Branch: perl
27643            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
27644            ! ext/Encode/Encode/Tcl.t
27645 ____________________________________________________________________________
27646 [ 12508] By: ams                                   on 2001/10/19  17:59:16
27647         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
27648              (See #12499)
27649      Branch: perl
27650            ! pod/perlintro.pod
27651 ____________________________________________________________________________
27652 [ 12507] By: nick                                  on 2001/10/19  16:30:43
27653         Log: Integrate mainline
27654      Branch: perlio
27655           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
27656           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
27657           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
27658           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
27659           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
27660           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
27661           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
27662           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
27663           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
27664           +> win32/config_H.win64
27665            - lib/Test/Utils.pm lib/unicore/mktables.PL
27666            - t/lib/Test/Simple/Catch/More.pm
27667           !> (integrate 84 files)
27668 ____________________________________________________________________________
27669 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
27670         Log: Retract the #10451 which seems to be the cause
27671              of the major leakage from while(){eval"sub{}"}
27672      Branch: perl
27673            ! op.c t/run/kill_perl.t
27674 ____________________________________________________________________________
27675 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
27676         Log: Regen toc.
27677      Branch: perl
27678            ! pod/perltoc.pod
27679 ____________________________________________________________________________
27680 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
27681         Log: Tiny tweaks.
27682      Branch: perl
27683            ! pod/perl.pod
27684 ____________________________________________________________________________
27685 [ 12503] By: ams                                   on 2001/10/19  13:34:24
27686         Log: Subject: Re: perlintro.pod
27687              From: Abe Timmerman <abe@ztreet.demon.nl>
27688              Date: Fri, 19 Oct 2001 14:12:40 +0200
27689              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
27690      Branch: perl
27691            ! pod/perlintro.pod
27692 ____________________________________________________________________________
27693 [ 12502] By: ams                                   on 2001/10/19  13:24:12
27694         Log: Slight reorganisation of references.
27695      Branch: perl
27696            ! pod/perl.pod
27697 ____________________________________________________________________________
27698 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
27699         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
27700              From: Kay Röpke <kroepke@dolphin-services.de>
27701              Date: Fri, 19 Oct 2001 14:04:01 +0200 
27702              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
27703      Branch: perl
27704            ! lib/ExtUtils/MakeMaker.pm
27705 ____________________________________________________________________________
27706 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
27707         Log: Unicode categories continue:
27708              implement Category=, Script=, Block=
27709              (these are based on an upcoming update of TR#18)
27710              Fix a bug where we got two In categories named "old italic",
27711              and another where shortcut for the Is categories wasn't taken.
27712      Branch: perl
27713            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
27714            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
27715            ! pod/perlunicode.pod t/op/pat.t
27716 ____________________________________________________________________________
27717 [ 12499] By: ams                                   on 2001/10/19  01:42:29
27718         Log: Subject: a small patch to perlintro.pod.
27719              From: Autrijus Tang <autrijus@autrijus.org>
27720              Date: Fri, 19 Oct 2001 01:45:51 +0800
27721              Message-Id: <20011019014551.A35625@not.autrijus.org>
27722              (Applied by hand with nits.)
27723      Branch: perl
27724            ! pod/perlintro.pod
27725 ____________________________________________________________________________
27726 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
27727         Log: Subject: [PATCH] OpenBSD hints for ithreads
27728              From: Andy Dougherty <doughera@lafayette.edu>
27729              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
27730              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
27731      Branch: perl
27732            ! hints/openbsd.sh
27733 ____________________________________________________________________________
27734 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
27735         Log: Retract #12446; the problem solved by #12474.
27736      Branch: perl
27737            ! hints/aix.sh
27738 ____________________________________________________________________________
27739 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
27740         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
27741              message and suppress line number info (from Steve Hay
27742              <Steve.Hay@uk.radan.com>)
27743      Branch: maint-5.6/perl
27744            ! lib/Carp/Heavy.pm
27745 ____________________________________________________________________________
27746 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
27747         Log: More documented In categories.
27748      Branch: perl
27749            ! pod/perlunicode.pod
27750 ____________________________________________________________________________
27751 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
27752         Log: Update Changes.
27753      Branch: perl
27754            ! Changes patchlevel.h
27755 ____________________________________________________________________________
27756 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
27757         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
27758      Branch: perl
27759            ! MANIFEST
27760 ____________________________________________________________________________
27761 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
27762         Log: Wrong skip() arguments.
27763      Branch: perl
27764            ! ext/B/t/terse.t
27765 ____________________________________________________________________________
27766 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
27767         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
27768              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27769              Date: Wed, 17 Oct 2001 09:10:53 EDT 
27770              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
27771      Branch: perl
27772            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
27773            ! pod/perlapi.pod vms/vms.c
27774 ____________________________________________________________________________
27775 [ 12490] By: ams                                   on 2001/10/18  09:31:00
27776         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
27777              From: Mark-Jason Dominus <mjd@plover.com>
27778              Date: Thu, 18 Oct 2001 06:25:35 -0400
27779              Message-Id: <20011018102535.19264.qmail@plover.com>
27780      Branch: perl
27781            ! pod/perl.pod
27782 ____________________________________________________________________________
27783 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
27784         Log: Prettyprinting.
27785      Branch: perl
27786            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
27787 ____________________________________________________________________________
27788 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
27789         Log: Regen toc.
27790      Branch: perl
27791            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
27792 ____________________________________________________________________________
27793 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
27794         Log: Add perlintro, from Skud.
27795      Branch: perl
27796            + pod/perlintro.pod
27797            ! MANIFEST
27798 ____________________________________________________________________________
27799 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
27800         Log: FAQ sync.
27801      Branch: perl
27802            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
27803            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
27804            ! pod/perlfaq8.pod pod/perlfaq9.pod
27805 ____________________________________________________________________________
27806 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
27807         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
27808              in speed (upto 20% speedup in certain operations) but meanwhile
27809              regexps and arithmetics got slower (5-10%) (according to
27810              perlbench average speedup is negligible, and within measuring
27811              flutter, 1%).  Therefore retracting all the changes
27812              aimed at getting -std1 to compile cleanly:  #12475, #12476,
27813              #12479, #12480, #12481, #12482, #12483, #12484.
27814      Branch: perl
27815            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
27816            ! pp_hot.c pp_sys.c toke.c
27817 ____________________________________________________________________________
27818 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
27819         Log: (retracted by #12485)
27820              Strict ANSI doesn't like the third argument of main()
27821              so enable ignoring it if using ultra picky compiler.
27822      Branch: perl
27823            ! miniperlmain.c
27824 ____________________________________________________________________________
27825 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
27826         Log: (retracted by #12485)
27827              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
27828      Branch: perl
27829            ! perl.h
27830 ____________________________________________________________________________
27831 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
27832         Log: (retracted by #12485)
27833              Add explanatory comment.
27834      Branch: perl
27835            ! mg.c
27836 ____________________________________________________________________________
27837 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
27838         Log: (retracted by #12485)
27839              More dollar$hiding.
27840      Branch: perl
27841            ! doio.c perl.h pp_sys.c
27842 ____________________________________________________________________________
27843 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
27844         Log: (retracted by #12485)
27845              KISS.
27846      Branch: perl
27847            ! mg.c
27848 ____________________________________________________________________________
27849 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
27850         Log: (retracted by #12485)
27851              Thou shalt not #ifdef inside macro invocations,
27852              noticed by Rafael Garcia-Suarez.
27853      Branch: perl
27854            ! mg.c
27855 ____________________________________________________________________________
27856 [ 12478] By: ams                                   on 2001/10/17  18:50:55
27857         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
27858              From: Anton Berezin <tobez@tobez.org>
27859              Date: Wed, 17 Oct 2001 18:25:48 +0200
27860              Message-Id: <20011017182548.A12082@heechee.tobez.org>
27861      Branch: perl
27862            ! pp_sys.c
27863 ____________________________________________________________________________
27864 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
27865         Log: (retracted by #12485)
27866              Unterminated #ifdef.
27867      Branch: perl
27868            ! mg.c
27869 ____________________________________________________________________________
27870 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
27871         Log: (retracted by #12485)
27872              Avoid dollar signs in identifiers (in non-VMS) to
27873              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
27874      Branch: perl
27875            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
27876            ! toke.c
27877 ____________________________________________________________________________
27878 [ 12474] By: ams                                   on 2001/10/17  15:14:50
27879         Log: Subject: Two AIX patches
27880              From: H.Merijn Brand <h.m.brand@hccnet.nl>
27881              Date: Wed, 17 Oct 2001 18:04:35 +0200
27882              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
27883      Branch: perl
27884            ! hints/aix.sh makedef.pl
27885 ____________________________________________________________________________
27886 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
27887         Log: Limiting the Time::HiRes::sleep and usleep to
27888              one second is not a good policy if drop-in
27889              replacement is still a goal.
27890      Branch: perl
27891            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
27892            ! ext/Time/HiRes/HiRes.xs
27893 ____________________________________________________________________________
27894 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
27895         Log: Subject: [PATCH] Test::Simple 0.32
27896              From: Michael G Schwern <schwern@pobox.com> 
27897              Date: Wed, 17 Oct 2001 03:42:41 -0400
27898              Message-ID: <20011017034241.A25038@blackrider>
27899      Branch: perl
27900            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
27901            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
27902            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
27903            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
27904            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
27905            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
27906            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
27907            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
27908            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
27909            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
27910            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
27911            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
27912            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
27913            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
27914            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
27915            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
27916            ! t/lib/Test/Simple/Catch.pm
27917            ! t/lib/Test/Simple/sample_tests/five_fail.plx
27918 ____________________________________________________________________________
27919 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
27920         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
27921              From: Michael G Schwern <schwern@pobox.com> 
27922              Date: Wed, 17 Oct 2001 04:04:13 -0400
27923              Message-ID: <20011017040413.C25550@blackrider>
27924      Branch: perl
27925            ! t/TEST t/harness vms/test.com
27926 ____________________________________________________________________________
27927 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
27928         Log: Regen doc with perlmodstyle added.
27929      Branch: perl
27930            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
27931 ____________________________________________________________________________
27932 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
27933         Log: Pod cleanup.
27934      Branch: perl
27935            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
27936 ____________________________________________________________________________
27937 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
27938         Log: Subject: perlmodstyle as a patch
27939              From: Kirrily Robert <skud@infotrope.net>
27940              Date: Tue, 16 Oct 2001 22:47:23 -0400
27941              Message-ID: <20011016224723.A20673@infotrope.net>
27942      Branch: perl
27943            + pod/perlmodstyle.pod
27944            ! MANIFEST
27945 ____________________________________________________________________________
27946 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
27947         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
27948              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
27949              Date: Thu, 6 Sep 2001 11:09:40 +0100
27950              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
27951              
27952              Mention also the develooper p5p archive.
27953      Branch: perl
27954            ! pod/perlhack.pod
27955 ____________________________________________________________________________
27956 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
27957         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
27958              From: Kay Röpke <kroepke@dolphin-services.de>
27959              Date: Tue, 16 Oct 2001 17:23:52 +0200
27960              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
27961      Branch: perl
27962            ! lib/ExtUtils/MakeMaker.pm
27963 ____________________________________________________________________________
27964 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
27965         Log: Add the special casing mappings (from SpecCase.txt)
27966              (except for the hyper special case mappings that have
27967              the condition list); the special casing mappings are
27968              unused for now.  Small tidying up on mktables.
27969      Branch: perl
27970            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
27971            + lib/unicore/To/SpecUpper.pl
27972            ! lib/unicore/mktables
27973 ____________________________________________________________________________
27974 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
27975         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
27976              From: "David H. Adler" <dha@panix.com>       
27977              Date: Tue, 16 Oct 2001 11:59:35 -0400
27978              Message-ID: <20011016115935.A13078@panix.com>
27979              
27980              Subject: [ PATCH ] perldata patch, revised
27981              From: "David H. Adler" <dha@panix.com>     
27982              Date: Tue, 16 Oct 2001 18:26:49 -0400
27983              Message-ID: <20011016182649.C23970@panix.com>
27984      Branch: perl
27985            ! pod/perldata.pod pod/perlop.pod
27986 ____________________________________________________________________________
27987 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
27988         Log: Integrate perlio: PerlIO_dup (for all but Win32).
27989      Branch: perl
27990           !> embed.h embed.pl ext/Encode/Encode.xs
27991           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
27992           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
27993           !> win32/win32io.c
27994 ____________________________________________________________________________
27995 [ 12462] By: nick                                  on 2001/10/16  19:11:30
27996         Log: PerlIOXxxx_dups for all but Win32
27997      Branch: perlio
27998            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
27999            ! ext/PerlIO/Via/Via.xs
28000 ____________________________________________________________________________
28001 [ 12461] By: nick                                  on 2001/10/16  18:28:48
28002         Log: Implement PerlIOStdio_dup (explains core dumps - dup
28003              was not setting up a FILE * to be fclosed()).
28004      Branch: perlio
28005            ! perlio.c
28006 ____________________________________________________________________________
28007 [ 12460] By: nick                                  on 2001/10/16  17:31:47
28008         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
28009              overflow.
28010      Branch: perlio
28011            ! perlio.c
28012 ____________________________________________________________________________
28013 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
28014         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
28015              From: "Craig A. Berry" <craigberry@mac.com>
28016              Date: Tue, 16 Oct 2001 13:08:38 -0500
28017              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
28018      Branch: perl
28019            ! configure.com
28020 ____________________________________________________________________________
28021 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
28022         Log: Can't expect too much accuracy from a sleep of one second.
28023              (I think this will also fail with high load.)
28024      Branch: perl
28025            ! ext/Time/HiRes/HiRes.t
28026 ____________________________________________________________________________
28027 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
28028         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
28029              From: "Werner, Randolf" <randolf.werner@sap.com>
28030              Date: Tue, 16 Oct 2001 18:33:02 +0200
28031              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
28032      Branch: perl
28033            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
28034            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
28035 ____________________________________________________________________________
28036 [ 12456] By: nick                                  on 2001/10/16  14:08:16
28037         Log: Builds under ithreads (but fails all threads tests)
28038      Branch: perlio
28039            ! hv.c perlio.c sv.c
28040 ____________________________________________________________________________
28041 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
28042         Log: I think the Perl_sortsv needs *not* be skipped?
28043      Branch: perl
28044            ! makedef.pl
28045 ____________________________________________________________________________
28046 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
28047         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
28048              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
28049              Date: Tue, 16 Oct 2001 15:32:44 +0200
28050              Message-ID: <3BCC531C.11494.3E433F@localhost>
28051      Branch: perl
28052            ! t/op/groups.t
28053 ____________________________________________________________________________
28054 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
28055         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
28056              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
28057              Date: Tue, 16 Oct 2001 15:01:04 +0200
28058              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
28059      Branch: perl
28060            ! t/io/fs.t
28061 ____________________________________________________________________________
28062 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
28063         Log: A forgotten deletion.
28064      Branch: perl
28065            - lib/unicore/mktables.PL
28066 ____________________________________________________________________________
28067 [ 12451] By: nick                                  on 2001/10/16  11:32:48
28068         Log: Skeleton of "PerlIO_dup" coded.
28069              Still-passes all tests non-threaded (well it would wouldn't it!)
28070      Branch: perlio
28071            ! embed.h embed.pl ext/Encode/Encode.xs
28072            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
28073            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
28074            ! win32/win32io.c
28075 ____________________________________________________________________________
28076 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
28077         Log: Document the problem with the swash_fetch() API that affects
28078              more complex case conversions.
28079      Branch: perl
28080            ! lib/utf8_heavy.pl utf8.c
28081 ____________________________________________________________________________
28082 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
28083         Log: Make Time::HiRes::sleep() and usleep() to return
28084              the number of seconds (a floating point value) and 
28085              microseconds (an integer) actually slept (well,
28086              modulo the time spent in measuring the time actually
28087              slept...), to be a better drop-in replacement for
28088              the builtin sleep().  Noticed by Chris Nandor.
28089              
28090              Also make usleep() to croak if fed illegal number
28091              of useconds (anything greater than 1_000_000).
28092      Branch: perl
28093            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
28094            ! ext/Time/HiRes/HiRes.xs
28095 ____________________________________________________________________________
28096 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
28097         Log: A missing SvREFCNT_dec.
28098      Branch: perl
28099            ! perl.c
28100 ____________________________________________________________________________
28101 [ 12447] By: nick                                  on 2001/10/15  20:27:53
28102         Log: Beginings of PerlIO_dup support (unstable)
28103      Branch: perlio
28104            ! perlio.c perliol.h
28105 ____________________________________________________________________________
28106 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
28107         Log: (retracted by #12497)
28108              In AIX vac 5 just can't seem to get regcomp right.
28109      Branch: perl
28110            ! hints/aix.sh
28111 ____________________________________________________________________________
28112 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
28113         Log: Bump the version number to agree with the maintperl one.
28114      Branch: perl
28115            ! lib/Tie/RefHash.pm
28116 ____________________________________________________________________________
28117 [ 12444] By: nick                                  on 2001/10/15  15:59:57
28118         Log: Integrate mainline
28119      Branch: perlio
28120           +> lib/Math/BigInt/t/Math/Subclass.pm
28121           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
28122           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
28123           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
28124           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
28125           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
28126           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
28127           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
28128           +> lib/unicore/mktables
28129            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
28130            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
28131            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
28132            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
28133            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
28134            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
28135            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
28136            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
28137            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
28138            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
28139            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
28140            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
28141            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
28142            - lib/unicore/syllables.txt
28143           !> (integrate 344 files)
28144 ____________________________________________________________________________
28145 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
28146         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
28147      Branch: perl
28148            ! ext/DB_File/DB_File.xs
28149 ____________________________________________________________________________
28150 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
28151         Log: Sync the skip() amounts with the number of tests.
28152      Branch: perl
28153            ! lib/Term/Complete.t
28154 ____________________________________________________________________________
28155 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
28156         Log: Update Changes.
28157      Branch: perl
28158            ! Changes patchlevel.h
28159 ____________________________________________________________________________
28160 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
28161         Log: MacOS Classic catdir() rewrite from Thomas Wegner
28162              (backward incompatibility, but a deliberate one,
28163              the old version simply is broken in its logic),
28164              also documentation updates, and as suggested replicated
28165              the File::Spec::Unix documentation updates also on the
28166              File::Spec documentation.
28167              
28168              TODO: there seems to be duplication of documentation
28169              between File::Spec and File::Spec::Unix.  I think
28170              the ::Unix should be left only with specific UNIXisms,
28171              and all the generic documentation should be in ::Spec.
28172      Branch: perl
28173            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
28174            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
28175            ! lib/File/Spec/Unix.pm
28176 ____________________________________________________________________________
28177 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
28178         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
28179              From: Blair Zajac <blair@orcaware.com>
28180              Date: Mon, 24 Sep 2001 11:48:58 -0700
28181              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
28182              
28183              (the skip() messages)
28184      Branch: perl
28185            ! t/op/magic.t
28186 ____________________________________________________________________________
28187 [ 12438] By: ams                                   on 2001/10/14  23:43:59
28188         Log: Subject: [PATCH] make PerlIO default on VMS
28189              From: "Craig A. Berry" <craigberry@mac.com>
28190              Date: Sun, 14 Oct 2001 15:27:18 -0500
28191              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
28192      Branch: perl
28193            ! configure.com
28194 ____________________________________________________________________________
28195 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
28196         Log: Retract #12436 (Abhijit already did this at #12426)
28197      Branch: perl
28198            ! lib/ExtUtils/MM_Unix.pm
28199 ____________________________________________________________________________
28200 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
28201         Log: (retracted by #12437)
28202              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
28203              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
28204              Date: Sat, 13 Oct 2001 20:33:55 +0200
28205              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
28206      Branch: perl
28207            ! lib/ExtUtils/MM_Unix.pm
28208 ____________________________________________________________________________
28209 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
28210         Log: Subject: h2xs grammar nit
28211              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28212              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
28213              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
28214      Branch: perl
28215            ! utils/h2xs.PL
28216 ____________________________________________________________________________
28217 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
28218         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
28219              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
28220              Date: Sun, 14 Oct 2001 11:25:08 +0100
28221              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
28222      Branch: perl
28223            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
28224            ! warnings.pl
28225 ____________________________________________________________________________
28226 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
28227         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
28228              for File::Spec::Mac::catfile)
28229      Branch: perl
28230            ! lib/h2xs.t
28231 ____________________________________________________________________________
28232 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
28233         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
28234              From: Nicholas Clark <nick@ccl4.org>
28235              Date: Sat, 13 Oct 2001 00:07:31 +0100
28236              Message-ID: <20011013000731.D67535@plum.flirble.org>
28237      Branch: perl
28238            ! lib/h2xs.t utils/h2xs.PL
28239 ____________________________________________________________________________
28240 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
28241         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
28242              before DEFINE and INC), and repent by taking DEFINE and
28243              INC away from PASTHRU.
28244      Branch: perl
28245            ! lib/ExtUtils/MM_Unix.pm
28246 ____________________________________________________________________________
28247 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
28248         Log: More MANIFEST anomalies.
28249      Branch: perl
28250            ! MANIFEST
28251 ____________________________________________________________________________
28252 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
28253         Log: Not that many.
28254      Branch: perl
28255            ! MANIFEST
28256 ____________________________________________________________________________
28257 [ 12428] By: sky                                   on 2001/10/13  20:59:27
28258         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
28259              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28260              Date: Sat, 13 Oct 2001 23:15:55 +0200
28261              Message-ID: <20011013231555.A18071@rafael>
28262      Branch: perl
28263            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
28264            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
28265 ____________________________________________________________________________
28266 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
28267         Log: Rewrite mktables from scratch.
28268              - Cleaner.
28269              - Faster: 15-20 seconds as opposed to several minutes.
28270              - More dynamic: the names of the various categories
28271              such as the linebreak ones are dynamic, not static.
28272              - Is.pl: long names for the general category properties
28273              are now available.
28274              - Ranges (<... ,First>, <..., Last>) from the general
28275              categories work now.
28276              - No more mktables.PL because the mktables.PL is not
28277              and never has been run to create a mktables.
28278              - syllables.txt and Is/Syl*.pl removed: non-standard
28279              (not part of the Unicode), and the whole concept is
28280              being reworked (http://syllabary.sourceforge.net/),
28281              the old way wouldn't even work with the new Syllables.txt
28282              (it would result in 1000+ new categories)
28283      Branch: perl
28284            + lib/unicore/In/163.pl lib/unicore/In/164.pl
28285            + lib/unicore/In/165.pl lib/unicore/In/166.pl
28286            + lib/unicore/In/167.pl lib/unicore/In/168.pl
28287            + lib/unicore/In/169.pl lib/unicore/In/170.pl
28288            + lib/unicore/In/171.pl lib/unicore/Is.pl
28289            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
28290            + lib/unicore/mktables
28291            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
28292            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
28293            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
28294            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
28295            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
28296            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
28297            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
28298            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
28299            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
28300            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
28301            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
28302            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
28303            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
28304            - lib/unicore/syllables.txt
28305            ! (edit 304 files)
28306 ____________________________________________________________________________
28307 [ 12426] By: ams                                   on 2001/10/13  18:05:36
28308         Log: ExtUtils::MM_Unix should ignore comments when searching for
28309              $VERSION.
28310      Branch: perl
28311            ! lib/ExtUtils/MM_Unix.pm
28312 ____________________________________________________________________________
28313 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
28314         Log: Subject: Re: New module XML::Clean
28315              From: andreas.koenig@anima.de (Andreas J. Koenig)
28316              Date: 13 Oct 2001 10:17:09 +0200
28317              Message-ID: <m37ku0t0my.fsf@anima.de>
28318      Branch: perl
28319            ! pod/perlnewmod.pod
28320 ____________________________________________________________________________
28321 [ 12424] By: sky                                   on 2001/10/13  09:39:59
28322         Log: Set thread stack size if needed.
28323      Branch: perl
28324            ! ext/threads/threads.xs
28325 ____________________________________________________________________________
28326 [ 12423] By: sky                                   on 2001/10/13  09:36:49
28327         Log: We do want to set the attribute to joinable even on modern posix
28328              platforms.
28329      Branch: perl
28330            ! ext/threads/threads.xs
28331 ____________________________________________________________________________
28332 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
28333         Log: Subject: [PATCH ext/Data/Dumper.xs]
28334              From: Brian Ingerson <ingy@ttul.org>
28335              Date: Fri, 12 Oct 2001 19:32:35 -0700
28336              Message-ID: <20011012193235.B889@ttul.org>
28337      Branch: perl
28338            ! ext/Data/Dumper/Dumper.xs
28339 ____________________________________________________________________________
28340 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
28341         Log: Update Changes.
28342      Branch: perl
28343            ! Changes patchlevel.h
28344 ____________________________________________________________________________
28345 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
28346         Log: FAQ sync.
28347      Branch: perl
28348            ! pod/perlfaq3.pod pod/perlfaq4.pod
28349 ____________________________________________________________________________
28350 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
28351         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
28352              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
28353              Date: Fri, 12 Oct 2001 11:51:05 -0700
28354              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
28355      Branch: perl
28356            ! lib/File/Copy.pm
28357 ____________________________________________________________________________
28358 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
28359         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
28360              From: "chromatic" <chromatic@rmci.net>     
28361              Date: Thu, 11 Oct 2001 10:57:55 -0600
28362              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
28363              
28364              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
28365              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28366              Date: Thu, 11 Oct 2001 22:34:21 +0200
28367              Message-ID: <20011011223421.A693@rafael>     
28368              
28369              plus undef $Term::Complete::stty as suggested by Rafael.
28370      Branch: perl
28371            ! lib/Term/Complete.pm lib/Term/Complete.t
28372 ____________________________________________________________________________
28373 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
28374         Log: UUnndduupplleexx..
28375      Branch: perl
28376            ! perl.h
28377 ____________________________________________________________________________
28378 [ 12416] By: sky                                   on 2001/10/12  20:16:19
28379         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
28380              From: Andy Dougherty <doughera@lafayette.edu>
28381              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
28382              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
28383              (Potentially only band-aid)
28384      Branch: perl
28385            ! sv.c
28386 ____________________________________________________________________________
28387 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
28388         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
28389              mishandles kill(), and therefore the sigaction test
28390              should be skipped, from Charles Lane.
28391      Branch: perl
28392            ! ext/POSIX/t/sigaction.t
28393 ____________________________________________________________________________
28394 [ 12414] By: sky                                   on 2001/10/12  18:47:49
28395         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
28396      Branch: perl
28397            ! op.h
28398 ____________________________________________________________________________
28399 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
28400         Log: Upgrade to Math::BigInt 1.44 from Tels and
28401              further fixes from John Peacock.
28402      Branch: perl
28403            + lib/Math/BigInt/t/Math/Subclass.pm
28404            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
28405            + lib/Math/BigInt/t/subclass.t
28406            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
28407            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
28408            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
28409            ! lib/Math/BigInt/t/mbimbf.t
28410 ____________________________________________________________________________
28411 [ 12412] By: sky                                   on 2001/10/12  18:28:23
28412         Log: perhaps pthread_attr_t really needs to be set for the old api
28413      Branch: perl
28414            ! ext/threads/threads.xs
28415 ____________________________________________________________________________
28416 [ 12411] By: sky                                   on 2001/10/12  18:11:45
28417         Log: pthread_keycreate not pthread_key_create under the here be dragons API
28418      Branch: perl
28419            ! ext/threads/threads.h
28420 ____________________________________________________________________________
28421 [ 12410] By: sky                                   on 2001/10/12  18:07:37
28422         Log: Apperently OLD PTHREADS API is a bit retarded.
28423              This should fix another set of compile failures in HP-UX 10.20.
28424      Branch: perl
28425            ! ext/threads/threads.h ext/threads/threads.xs
28426 ____________________________________________________________________________
28427 [ 12409] By: nick                                  on 2001/10/12  15:30:01
28428         Log: Blind integrate of mainline
28429      Branch: perlio
28430           +> (branch 32 files)
28431            - lib/unicode/README
28432           !> (integrate 121 files)
28433 ____________________________________________________________________________
28434 [ 12408] By: sky                                   on 2001/10/12  14:55:08
28435         Log: Let us avoid being smart for now.
28436      Branch: perl
28437            ! ext/threads/threads.h
28438 ____________________________________________________________________________
28439 [ 12407] By: sky                                   on 2001/10/12  14:38:12
28440         Log: (void*) the argument to make sure we work with picky compilers
28441      Branch: perl
28442            ! ext/threads/threads.xs
28443 ____________________________________________________________________________
28444 [ 12406] By: ams                                   on 2001/10/12  13:26:04
28445         Log: (replaced with #12600)
28446              
28447              Subject: [PATCH 5.6.1 perldoc] use File::Temp
28448              From: Mikhail Zabaluev <mhz@alt-linux.org>
28449              Date: Fri, 12 Oct 2001 12:47:47 +0400
28450              Message-Id: <20011012124747.E13918@localhost.localdomain>
28451      Branch: perl
28452            ! utils/perldoc.PL
28453 ____________________________________________________________________________
28454 [ 12405] By: ams                                   on 2001/10/12  13:05:32
28455         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
28456              From: andreas.koenig@anima.de (Andreas J. Koenig)
28457              Date: 12 Oct 2001 11:12:07 +0200
28458              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
28459      Branch: perl
28460            ! lib/Memoize/t/speed.t
28461 ____________________________________________________________________________
28462 [ 12404] By: sky                                   on 2001/10/12  12:46:15
28463         Log: A) Support OLD_PTHREADS_API
28464              B) Change from using pthread_t to using a TLS to store the
28465              index of the thread in an hash, this is to avoid problems when
28466              in fact pthread_t was not a seralizable type.
28467              Both these changes are because of HP-UX 10.20
28468              This has not been tested on win32 but should work there.
28469              Need to add support for NetWare.
28470      Branch: perl
28471            ! ext/threads/threads.h ext/threads/threads.xs
28472 ____________________________________________________________________________
28473 [ 12403] By: ams                                   on 2001/10/12  07:34:19
28474         Log: Subject: Re: New module XML::Clean
28475              From: andreas.koenig@anima.de (Andreas J. Koenig)
28476              Date: 12 Oct 2001 10:20:35 +0200
28477              Message-Id: <m3elo9uv58.fsf@anima.de>
28478      Branch: perl
28479            ! pod/perlnewmod.pod
28480 ____________________________________________________________________________
28481 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
28482         Log: More HP model tweaks from Merijn.
28483      Branch: perl
28484            ! README.hpux
28485 ____________________________________________________________________________
28486 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
28487         Log: Update Changes.
28488      Branch: perl
28489            ! Changes patchlevel.h
28490 ____________________________________________________________________________
28491 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
28492         Log: HP-UX update from H.Merijn Brand.
28493      Branch: perl
28494            ! README.hpux
28495 ____________________________________________________________________________
28496 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
28497         Log: Subject: [PATCH] fix link rot in README.vms
28498              From: "Craig A. Berry" <craigberry@mac.com>
28499              Date: Wed, 10 Oct 2001 17:17:00 -0500
28500              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
28501      Branch: perl
28502            ! README.vms
28503 ____________________________________________________________________________
28504 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
28505         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
28506              From: "chromatic" <chromatic@rmci.net>
28507              Date: Wed, 10 Oct 2001 15:50:30 -0600
28508              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
28509      Branch: perl
28510            ! lib/Term/Complete.t
28511 ____________________________________________________________________________
28512 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
28513         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
28514              From: "chromatic" <chromatic@rmci.net>
28515              Date: Wed, 10 Oct 2001 15:45:42 -0600
28516              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
28517      Branch: perl
28518            + lib/ExtUtils/Packlist.t
28519            ! MANIFEST
28520 ____________________________________________________________________________
28521 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
28522         Log: VMS needs quotes around the -I option to keep it from
28523              being downcased, from Charles Lane.
28524      Branch: perl
28525            ! t/run/kill_perl.t
28526 ____________________________________________________________________________
28527 [ 12395] By: ams                                   on 2001/10/10  16:22:32
28528         Log: Subject: [PATCH lib/FindBin.pm]
28529              From: Stas Bekman <stas@stason.org>
28530              Date: Tue, 09 Oct 2001 23:57:10 +0800
28531              Message-Id: <3BC31E56.60805@stason.org>
28532      Branch: perl
28533            ! lib/FindBin.pm
28534 ____________________________________________________________________________
28535 [ 12394] By: ams                                   on 2001/10/10  16:09:53
28536         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
28537              From: Abhijit Menon-Sen <ams@wiw.org>
28538              Date: Wed, 10 Oct 2001 21:59:33 +0530
28539              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
28540      Branch: perl
28541            ! ext/Data/Dumper/Dumper.xs
28542 ____________________________________________________________________________
28543 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
28544         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
28545              from Charles Lane.
28546      Branch: perl
28547            ! lib/File/Spec/VMS.pm
28548 ____________________________________________________________________________
28549 [ 12392] By: ams                                   on 2001/10/10  14:49:43
28550         Log: Subject: [PATCH] two s/// bugfixes
28551              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28552              Date: Wed, 10 Oct 2001 17:23:44 +0200
28553              Message-Id: <20011010172344.C22440@rafael>
28554      Branch: perl
28555            ! pp_ctl.c regexec.c t/op/subst.t
28556 ____________________________________________________________________________
28557 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
28558         Log: Fix/improve handling of the [000000] special "root"
28559              directory, by putting cwd in canonical form when doing
28560              abs2rel, and prepending a 000000 to directory "chunks"
28561              if missing from base or path.  Also adjust test to
28562              reflect the (improved) output from abs2rel.
28563              From Charles Lane.
28564      Branch: perl
28565            ! lib/File/Spec.t lib/File/Spec/VMS.pm
28566 ____________________________________________________________________________
28567 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
28568         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
28569              all of the extra VMSish attributes (such as "treat this logical
28570              as a device name") that are necessary to make programs run.
28571              A tainted %ENV does not hinder VMS.  From Charles Lane.
28572      Branch: perl
28573            ! lib/File/Find/t/taint.t
28574 ____________________________________________________________________________
28575 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
28576         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
28577              
28578              o  VMS is case-insensitive, RTL downcases filenames read
28579              by perl... so need to re-upcase filenames like MANIFEST
28580              and MANIFEST.SKIP
28581              
28582              o  Need to convert VMS-style to Unix-style filenames when comparing
28583              names in MANIFEST to names in filesystem.
28584              
28585              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
28586              since VMS won't let you (easily) delete non-empty directories.
28587              
28588              From Charles Lane.
28589      Branch: perl
28590            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
28591 ____________________________________________________________________________
28592 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
28593         Log: Unix and VMS agree on "*" as a "match any number of any chars"
28594              wildcards, but differ ("?"  vs.  "%") for their "match any single
28595              char" wildcard.  This patch changes "?"  chars to "%" before doing a
28596              VMS glob...at no loss of functionality, since "?"  isn't a valid
28597              filename char on VMS.  From Charles Lane.
28598      Branch: perl
28599            ! doio.c
28600 ____________________________________________________________________________
28601 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
28602         Log: (accidentally empty submit; new life as #12390)
28603      Branch: perl
28604            ! lib/File/Find/t/taint.t
28605 ____________________________________________________________________________
28606 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
28607         Log: Even more VMS tweakage from Charles Lane:
28608              
28609              Tweak #1:  splitdir only works on directory part of filespec,
28610              split off volume first
28611              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
28612              (it's a horrible kludge in the run-time library,
28613              improved in later versions). Check the
28614              $Config{'d_setenv'} flag before attempting to set it.
28615      Branch: perl
28616            ! t/op/chdir.t
28617 ____________________________________________________________________________
28618 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
28619         Log: VMS tweakage from Charles Lane.
28620              
28621              . command.com doubles an output line when prompting for extensions
28622              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
28623              . perl5db doesn't clean up after itself
28624      Branch: perl
28625            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
28626 ____________________________________________________________________________
28627 [ 12384] By: sky                                   on 2001/10/09  19:16:11
28628         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
28629              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28630              Date: Tue, 9 Oct 2001 22:10:26 +0200
28631              Message-ID: <20011009221026.A8579@rafael>
28632      Branch: perl
28633            ! pod/perldata.pod
28634 ____________________________________________________________________________
28635 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
28636         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
28637              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
28638              Date: 9 Oct 2001 15:15:06 -0000
28639              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
28640      Branch: perl
28641            ! t/op/subst.t
28642 ____________________________________________________________________________
28643 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
28644         Log: Update Changes.
28645      Branch: perl
28646            ! Changes patchlevel.h
28647 ____________________________________________________________________________
28648 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
28649         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
28650              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
28651              when a NULL is passed for the filename string pointer.
28652              From Charles Lane.
28653      Branch: perl
28654            ! vms/vms.c
28655 ____________________________________________________________________________
28656 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
28657         Log: Subject: HP systems update
28658              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28659              Date: Tue, 09 Oct 2001 15:59:22 +0200
28660              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
28661      Branch: perl
28662            ! README.hpux
28663 ____________________________________________________________________________
28664 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
28665         Log: CPAN::Nox does now have a test.
28666      Branch: perl
28667            ! t/lib/1_compile.t
28668 ____________________________________________________________________________
28669 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
28670         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
28671              From: David Dyck <dcd@tc.fluke.com>
28672              Date: Mon, 1 Oct 2001 12:17:36 -0700
28673              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
28674      Branch: perl
28675            ! installperl
28676 ____________________________________________________________________________
28677 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
28678         Log: NetWare update from Ananth Kesari.
28679      Branch: perl
28680            ! NetWare/nwperlsys.h makedef.pl
28681 ____________________________________________________________________________
28682 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
28683         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
28684              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28685              Date: Tue, 9 Oct 2001 08:40:57 EDT
28686              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
28687      Branch: perl
28688            ! lib/File/Find/t/find.t
28689 ____________________________________________________________________________
28690 [ 12374] By: ams                                   on 2001/10/09  05:31:45
28691         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
28692              ExtUtils::Mkbootstrap
28693              From: "chromatic" <chromatic@rmci.net>
28694              Date: Tue, 09 Oct 2001 00:08:37 -0600
28695              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
28696      Branch: perl
28697            + lib/ExtUtils/Mkbootstrap.t
28698            ! MANIFEST
28699 ____________________________________________________________________________
28700 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
28701         Log: Enable more debugging.
28702      Branch: perl
28703            ! lib/utf8_heavy.pl
28704 ____________________________________________________________________________
28705 [ 12372] By: ams                                   on 2001/10/09  02:11:59
28706         Log: #12370 forgot to modify is_gv_magical().
28707      Branch: perl
28708            ! gv.c
28709 ____________________________________________________________________________
28710 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
28711         Log: Make the toupper/lower/title API for Unicode not right
28712              but at least less wrong: prepare for the mapping being
28713              more than just one-character-to-one-character.
28714      Branch: perl
28715            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
28716            ! regexec.c utf8.c
28717 ____________________________________________________________________________
28718 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
28719         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
28720              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
28721              Date: Mon, 8 Oct 2001 22:18:23 -0400
28722              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
28723      Branch: perl
28724            ! pod/perlvar.pod t/op/taint.t
28725 ____________________________________________________________________________
28726 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
28727         Log: FAQ sync.
28728      Branch: perl
28729            ! pod/perlfaq3.pod pod/perlfaq4.pod
28730 ____________________________________________________________________________
28731 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
28732         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
28733              From: "chromatic" <chromatic@rmci.net>
28734              Date: Mon, 08 Oct 2001 14:05:32 -0600
28735              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
28736      Branch: perl
28737            ! lib/Term/Cap.t
28738 ____________________________________________________________________________
28739 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
28740         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
28741              From: Michael G Schwern <schwern@pobox.com>
28742              Date: Mon, 8 Oct 2001 17:00:14 -0400
28743              Message-ID: <20011008170014.L17083@blackrider>
28744      Branch: perl
28745            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
28746 ____________________________________________________________________________
28747 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
28748         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
28749              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28750              Date: Mon, 8 Oct 2001 16:01:33 EDT
28751              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
28752      Branch: perl
28753            ! ext/Time/HiRes/HiRes.xs
28754 ____________________________________________________________________________
28755 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
28756         Log: Subject: [PATCH] Autosplit patch for VMS
28757              From: "Craig A. Berry" <craigberry@mac.com>
28758              Date: Mon, 08 Oct 2001 15:40:43 -0500
28759              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
28760      Branch: perl
28761            ! lib/AutoSplit.pm lib/AutoSplit.t
28762 ____________________________________________________________________________
28763 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
28764         Log: Don't assume that everybody is running OS X 10.1 yet;
28765              from Kay Röpke.
28766      Branch: perl
28767            ! hints/darwin.sh
28768 ____________________________________________________________________________
28769 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
28770         Log: Update Changes.
28771      Branch: perl
28772            ! Changes patchlevel.h
28773 ____________________________________________________________________________
28774 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
28775         Log: Retract #12358 for now.
28776      Branch: perl
28777            ! lib/Term/Cap.t
28778 ____________________________________________________________________________
28779 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
28780         Log: Can't figure out what this is testing.
28781              (If it is trying to catch SIGKILL, it should stop
28782              trying because that is by definition impossible.)
28783      Branch: perl
28784            ! lib/sigtrap.t
28785 ____________________________________________________________________________
28786 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
28787         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
28788              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
28789              Date: Sun, 30 Sep 2001 21:15:13 +0200
28790              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
28791      Branch: perl
28792            ! lib/ExtUtils/MM_Win32.pm
28793 ____________________________________________________________________________
28794 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
28795         Log: Clarify the ldlibpth part and condense the overall text.
28796      Branch: perl
28797            ! t/TEST
28798 ____________________________________________________________________________
28799 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
28800         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
28801              From: "chromatic" <chromatic@rmci.net>
28802              Date: Sun, 07 Oct 2001 16:59:26 -0600
28803              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
28804      Branch: perl
28805            ! lib/Term/Cap.t
28806 ____________________________________________________________________________
28807 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
28808         Log: Update the list because fo #12265.
28809      Branch: perl
28810            ! t/lib/1_compile.t
28811 ____________________________________________________________________________
28812 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
28813         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
28814              From: Nicholas Clark <nick@ccl4.org>
28815              Date: Sun, 7 Oct 2001 20:53:33 +0100
28816              Message-ID: <20011007205333.S38756@plum.flirble.org>   
28817      Branch: perl
28818            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
28819            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
28820            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
28821            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
28822            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
28823            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
28824            ! lib/Switch/t/switch.t lib/Term/Complete.t
28825            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
28826            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
28827            ! t/op/my_stash.t
28828 ____________________________________________________________________________
28829 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
28830         Log: Integrate patch #12350 from maintperl; typo in
28831              IO::Seekable doc.
28832      Branch: perl
28833           !> ext/IO/lib/IO/Seekable.pm
28834 ____________________________________________________________________________
28835 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
28836         Log: Detypo.
28837      Branch: perl
28838            ! hints/darwin.sh
28839 ____________________________________________________________________________
28840 [ 12353] By: sky                                   on 2001/10/07  17:16:14
28841         Log: Change 12349 didn't really get it right.
28842      Branch: perl
28843            ! lib/Unicode/README
28844 ____________________________________________________________________________
28845 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
28846         Log: If running the harness the dynamic library search path
28847              may need setting.
28848      Branch: perl
28849            ! t/TEST
28850 ____________________________________________________________________________
28851 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
28852         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
28853              in ldflags.
28854      Branch: perl
28855            ! hints/darwin.sh
28856 ____________________________________________________________________________
28857 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
28858         Log: typo in IO::Seekable doc
28859      Branch: maint-5.6/perl
28860            ! ext/IO/lib/IO/Seekable.pm
28861 ____________________________________________________________________________
28862 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
28863         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
28864              doesn't work on Mac OS X 10.1 (when unpacking the tar the
28865              latter gets renamed as lib/unicode:1, assumedly for security
28866              reasons not to overwrite stuff)
28867      Branch: perl
28868            + lib/Unicode/README
28869            - lib/unicode/README
28870            ! MANIFEST
28871 ____________________________________________________________________________
28872 [ 12348] By: ams                                   on 2001/10/07  05:33:40
28873         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
28874              From: "chromatic" <chromatic@rmci.net>
28875              Date: Sat, 06 Oct 2001 21:42:03 -0600
28876              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
28877      Branch: perl
28878            + lib/CPAN/t/Nox.t
28879            ! MANIFEST
28880 ____________________________________________________________________________
28881 [ 12347] By: ams                                   on 2001/10/07  00:48:10
28882         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
28883              From: "chromatic" <chromatic@rmci.net>
28884              Date: Sat, 06 Oct 2001 18:52:10 -0600
28885              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
28886      Branch: perl
28887            + lib/sigtrap.t
28888            ! MANIFEST
28889 ____________________________________________________________________________
28890 [ 12346] By: ams                                   on 2001/10/06  23:14:01
28891         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
28892              h2xs write?)
28893              From: Nicholas Clark <nick@ccl4.org>
28894              Date: Sat, 6 Oct 2001 21:46:43 +0100
28895              Message-Id: <20011006214643.L38756@plum.flirble.org>
28896      Branch: perl
28897            ! utils/h2xs.PL
28898 ____________________________________________________________________________
28899 [ 12345] By: ams                                   on 2001/10/06  17:39:53
28900         Log: Subject: [PATCH] Memoize tests
28901              From: Nicholas Clark <nick@ccl4.org>
28902              Date: Sat, 6 Oct 2001 18:04:21 +0100
28903              Message-Id: <20011006180421.J38756@plum.flirble.org>
28904      Branch: perl
28905            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
28906            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
28907            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
28908            ! lib/Memoize/t/expire_module_n.t
28909            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
28910            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
28911            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
28912            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
28913            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
28914            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
28915 ____________________________________________________________________________
28916 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
28917         Log: Retract the latter part of #12343.
28918      Branch: perl
28919            ! ext/IO/lib/IO/Socket/INET.pm
28920 ____________________________________________________________________________
28921 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
28922         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
28923              From: David Dyck <dcd@tc.fluke.com>
28924              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
28925              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
28926              
28927              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
28928              From: David Dyck <dcd@tc.fluke.com>
28929              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
28930              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
28931      Branch: perl
28932            ! ext/IO/lib/IO/Socket/INET.pm
28933 ____________________________________________________________________________
28934 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
28935         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
28936              From: Robin Barker <rmb1@cise.npl.co.uk>
28937              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
28938              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
28939      Branch: perl
28940            ! t/TEST
28941 ____________________________________________________________________________
28942 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
28943         Log: Don't assume that %x is good for displaying UVs.
28944      Branch: perl
28945            ! dump.c
28946 ____________________________________________________________________________
28947 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
28948         Log: Update Changes.
28949      Branch: perl
28950            ! Changes patchlevel.h
28951 ____________________________________________________________________________
28952 [ 12339] By: ams                                   on 2001/10/05  10:22:34
28953         Log: Subject: [PATCH] perlfunc/select
28954              From: Nicholas Clark <nick@ccl4.org>
28955              Date: Fri, 5 Oct 2001 11:33:58 +0100
28956              Message-Id: <20011005113358.Z38756@plum.flirble.org>
28957      Branch: perl
28958            ! pod/perlfunc.pod
28959 ____________________________________________________________________________
28960 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
28961         Log: Retract #12313 and #12249.
28962      Branch: perl
28963            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
28964            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
28965            ! pod/perlebcdic.pod
28966 ____________________________________________________________________________
28967 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
28968         Log: Subject: [PATCH] perlvms.pod update
28969              From: "Craig A. Berry" <craigberry@mac.com>
28970              Date: Thu, 04 Oct 2001 12:55:52 -0500
28971              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
28972      Branch: perl
28973            ! vms/perlvms.pod
28974 ____________________________________________________________________________
28975 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
28976         Log: Subject: PATCH: Tie::SubstrHash
28977              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
28978              Date: Thu, 04 Oct 2001 12:12:41 +0100
28979              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
28980      Branch: perl
28981            ! lib/Tie/SubstrHash.pm
28982 ____________________________________________________________________________
28983 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
28984         Log: Unicode properties saga continues.
28985      Branch: perl
28986            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
28987            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
28988 ____________________________________________________________________________
28989 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
28990         Log: Yet more Unicode properties.
28991      Branch: perl
28992            + lib/unicore/In/137.pl lib/unicore/In/138.pl
28993            + lib/unicore/In/139.pl lib/unicore/In/140.pl
28994            + lib/unicore/In/141.pl lib/unicore/In/142.pl
28995            + lib/unicore/In/143.pl lib/unicore/In/144.pl
28996            + lib/unicore/In/145.pl lib/unicore/In/146.pl
28997            + lib/unicore/In/147.pl lib/unicore/In/148.pl
28998            + lib/unicore/In/149.pl lib/unicore/In/150.pl
28999            + lib/unicore/In/151.pl lib/unicore/In/152.pl
29000            + lib/unicore/In/153.pl lib/unicore/In/154.pl
29001            + lib/unicore/In/155.pl lib/unicore/In/156.pl
29002            + lib/unicore/In/157.pl lib/unicore/In/158.pl
29003            + lib/unicore/In/159.pl lib/unicore/In/160.pl
29004            + lib/unicore/In/161.pl lib/unicore/In/162.pl
29005            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
29006            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
29007            ! pod/perlunicode.pod
29008 ____________________________________________________________________________
29009 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
29010         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
29011              From: "Craig A. Berry" <craigberry@mac.com>
29012              Date: Wed, 03 Oct 2001 17:45:25 -0500
29013              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
29014              
29015              (the lib/Term/Complete.t patched differently by #12332)
29016      Branch: perl
29017            ! lib/ExtUtils/Command.t
29018 ____________________________________________________________________________
29019 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
29020         Log: Restore only if something to restore.
29021      Branch: perl
29022            ! lib/Term/Complete.t
29023 ____________________________________________________________________________
29024 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
29025         Log: Update various resources for credits,
29026              minor icons fixes, and versions.
29027      Branch: maint-5.6/macperl
29028            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
29029            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
29030            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
29031 ____________________________________________________________________________
29032 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
29033         Log: Quiet the warnings about using undef value
29034      Branch: maint-5.6/macperl
29035            ! lib/File/Temp.pm
29036 ____________________________________________________________________________
29037 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
29038         Log: Fix up Ballon Help and Help menu docs (first pass);
29039              remove balloon rez file, and autogenerate with
29040              Balloon2Rez instead.
29041      Branch: maint-5.6/macperl
29042            + macos/macperl/macscripts/Balloon2Rez
29043            - macos/macperl/MPBalloons.r
29044            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
29045 ____________________________________________________________________________
29046 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
29047         Log: Allow overriding of defaults, for change #12327.
29048      Branch: maint-5.6/macperl
29049            ! perl.h
29050 ____________________________________________________________________________
29051 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
29052         Log: Override PerlProc_exit.
29053      Branch: maint-5.6/macperl
29054            ! macos/macish.h
29055 ____________________________________________________________________________
29056 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
29057         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
29058      Branch: maint-5.6/macperl
29059            + macos/bundled_lib/blib/lib/MD5.pm
29060            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
29061            + macos/lib/Mac/AETE/Dialect.pm
29062            + macos/lib/Mac/AETE/Format/Converter.pm
29063            + macos/lib/Mac/AETE/Format/Dictionary.pm
29064            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
29065            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
29066            + macos/lib/Mac/Toolbox.pod
29067            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
29068 ____________________________________________________________________________
29069 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
29070         Log: Sync up silly CVS headers ... I should commit CVS
29071              first to avoid this ...
29072      Branch: maint-5.6/macperl
29073            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
29074            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
29075            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
29076            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
29077 ____________________________________________________________________________
29078 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
29079         Log: Fix Matthias' address, and attributions.
29080      Branch: maint-5.6/macperl
29081            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
29082            ! pod/perlport.pod
29083 ____________________________________________________________________________
29084 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
29085         Log: Fix Matthias' address, and attributions.
29086      Branch: maint-5.6/macperl
29087            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
29088            ! macos/ext/Mac/Components/Components.pm
29089            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
29090            ! macos/ext/Mac/Dialogs/Dialogs.pm
29091            ! macos/ext/Mac/Events/Events.pm
29092            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
29093            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
29094            ! macos/ext/Mac/Gestalt/Gestalt.pm
29095            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
29096            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
29097            ! macos/ext/Mac/Menus/Menus.pm
29098            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
29099            ! macos/ext/Mac/Movies/Movies.pm
29100            ! macos/ext/Mac/Navigation/Navigation.pm
29101            ! macos/ext/Mac/Notification/Notification.pm
29102            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
29103            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
29104            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
29105            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
29106            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
29107            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
29108            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
29109            ! macos/ext/Mac/StandardFile/StandardFile.pm
29110            ! macos/ext/Mac/TextEdit/TextEdit.pm
29111            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
29112            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
29113            ! macos/lib/Mac/LowMem.pm
29114 ____________________________________________________________________________
29115 [ 12322] By: sky                                   on 2001/10/03  18:41:07
29116         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
29117              From: "Craig A. Berry" <craigberry@mac.com>
29118              Date: Wed, 03 Oct 2001 14:30:55 -0500
29119              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
29120      Branch: perl
29121            ! vms/vms.c
29122 ____________________________________________________________________________
29123 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
29124         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
29125              From: "Craig A. Berry" <craigberry@mac.com>
29126              Date: Wed, 03 Oct 2001 14:30:55 -0500
29127              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
29128      Branch: perl
29129            ! vms/vms.c
29130 ____________________________________________________________________________
29131 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
29132         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
29133              only IsL&) and Inherited (negative lookahead good);
29134              add tests for Common, Inherited, and L&.
29135      Branch: perl
29136            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
29137 ____________________________________________________________________________
29138 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
29139         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
29140              (The Unicode standard uses L& quite often.)
29141      Branch: perl
29142            ! lib/utf8_heavy.pl
29143 ____________________________________________________________________________
29144 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
29145         Log: Add the 'Common' Unicode property (code points not
29146              explicitly assigned to any other script).
29147      Branch: perl
29148            + lib/unicore/In/136.pl
29149            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
29150 ____________________________________________________________________________
29151 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
29152         Log: Skip the RV printing test under threads until fixed.
29153      Branch: perl
29154            ! ext/B/t/terse.t
29155 ____________________________________________________________________________
29156 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
29157         Log: Subject: 12309 / cygwin / win2k
29158              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29159              Date: Wed, 03 Oct 2001 15:25:15 +0200
29160              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
29161      Branch: perl
29162            ! makedef.pl
29163 ____________________________________________________________________________
29164 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
29165         Log: Metaconfig unit change for #12314.
29166      Branch: metaconfig
29167            ! U/modified/Head.U
29168 ____________________________________________________________________________
29169 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
29170         Log: Subject: Both cygwin and djgpp on one machine
29171              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29172              Date: Wed, 03 Oct 2001 15:02:59 +0200
29173              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
29174      Branch: perl
29175            ! Configure
29176 ____________________________________________________________________________
29177 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
29178         Log: (retracted by #12338)
29179              
29180              Subject: [PATCH] Code clean up for perlboot.pod
29181              From: Casey West <casey@geeknest.com>
29182              Date: Tue, 2 Oct 2001 19:24:43 -0400
29183              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
29184              
29185              Subject: [PATCH] Code clean up for perlbot.diff
29186              From: Casey West <casey@geeknest.com>
29187              Date: Tue, 2 Oct 2001 19:25:22 -0400
29188              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
29189              
29190              Subject: [PATCH] Code clean up for perlcall.pod
29191              From: Casey West <casey@geeknest.com>
29192              Date: Tue, 2 Oct 2001 19:25:57 -0400
29193              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
29194              
29195              Subject: [PATCH] Code clean up for perldata.pod
29196              From: Casey West <casey@geeknest.com>
29197              Date: Tue, 2 Oct 2001 19:26:29 -0400
29198              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
29199              
29200              Subject: [PATCH] Code clean up for perldbmfilter.pod
29201              From: Casey West <casey@geeknest.com>
29202              Date: Tue, 2 Oct 2001 19:26:59 -0400
29203              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
29204              
29205              Subject: [PATCH] Code clean up for perlebcdic.pod
29206              From: Casey West <casey@geeknest.com>
29207              Date: Tue, 2 Oct 2001 19:27:37 -0400
29208              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
29209      Branch: perl
29210            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
29211            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
29212 ____________________________________________________________________________
29213 [ 12312] By: ams                                   on 2001/10/02  23:43:55
29214         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
29215              From: Michael G Schwern <schwern@pobox.com>
29216              Date: Tue, 2 Oct 2001 17:00:49 -0400
29217              Message-Id: <20011002170049.A9955@blackrider>
29218      Branch: perl
29219            ! lib/ExtUtils/MakeMaker.pm
29220 ____________________________________________________________________________
29221 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
29222         Log: FAQ sync.
29223      Branch: perl
29224            ! pod/perlfaq3.pod
29225 ____________________________________________________________________________
29226 [ 12310] By: nick                                  on 2001/10/02  16:09:49
29227         Log: Integrate mainline
29228      Branch: perlio
29229           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
29230           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
29231           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
29232           !> patchlevel.h t/op/pat.t
29233 ____________________________________________________________________________
29234 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
29235         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
29236              not just one single space.
29237      Branch: perl
29238            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
29239 ____________________________________________________________________________
29240 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
29241         Log: AUTHORS updates.
29242      Branch: perl
29243            ! AUTHORS
29244 ____________________________________________________________________________
29245 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
29246         Log: Update Changes.
29247      Branch: perl
29248            ! Changes patchlevel.h
29249 ____________________________________________________________________________
29250 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
29251         Log: Work around old buggy glibcs for langinfo constants,
29252              from Nicholas Clark and David Dyck.
29253      Branch: perl
29254            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
29255 ____________________________________________________________________________
29256 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
29257         Log: Eradicate Time::Piece; add an example.
29258      Branch: perl
29259            ! ext/I18N/Langinfo/Langinfo.pm
29260 ____________________________________________________________________________
29261 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
29262         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
29263              From: Robert Spier <rspier@pobox.com>
29264              Date: Mon, 1 Oct 2001 23:20:16 -0700
29265              Message-ID: <15289.23712.422087.878224@rls.cx>
29266      Branch: perl
29267            ! lib/Pod/Html.pm
29268 ____________________________________________________________________________
29269 [ 12303] By: sky                                   on 2001/10/02  10:40:57
29270         Log: Fixes obscure bug that manifests itself by.
29271              local $!=0;undef*STDOUT;#segfaults
29272              Has been around for a while. Possible other magic IO vars are
29273              possibly affected as well. Reported by Jos Boumans.
29274      Branch: perl
29275            ! mg.c
29276 ____________________________________________________________________________
29277 [ 12302] By: nick                                  on 2001/10/02  09:00:52
29278         Log: Integrate mainline
29279      Branch: perlio
29280           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
29281           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
29282           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
29283 ____________________________________________________________________________
29284 [ 12301] By: nick                                  on 2001/10/02  08:40:57
29285         Log: Integrate mainline + lib/open.t patch from Chromatic
29286      Branch: perlio
29287           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
29288            ! lib/open.t
29289           !> (integrate 29 files)
29290 ____________________________________________________________________________
29291 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
29292         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
29293              Until it has, better stop early if someone requests threads.
29294      Branch: perl
29295            ! hints/darwin.sh
29296 ____________________________________________________________________________
29297 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
29298         Log: Subject: [ID 20011001.011] redundant code in t/TEST
29299              From: David Dyck <dcd@tc.fluke.com>
29300              Date: Mon, 1 Oct 2001 12:56:24 -0700
29301              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
29302      Branch: perl
29303            ! t/TEST
29304 ____________________________________________________________________________
29305 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
29306         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
29307              From: "chromatic" <chromatic@rmci.net>
29308              Date: Mon, 01 Oct 2001 12:27:12 -0600
29309              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
29310      Branch: perl
29311            ! lib/Term/Cap.t
29312 ____________________________________________________________________________
29313 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
29314         Log: UNICOS testing patches from Nicholas Clark.
29315      Branch: perl
29316            ! t/op/arith.t t/op/pack.t
29317 ____________________________________________________________________________
29318 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
29319         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
29320              From: "chromatic" <chromatic@rmci.net>
29321              Date: Mon, 01 Oct 2001 10:21:51 -0600
29322              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
29323      Branch: perl
29324            ! lib/open.t
29325 ____________________________________________________________________________
29326 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
29327         Log: Make missing the RADIXCHAR a softer, gentler error.
29328      Branch: perl
29329            ! ext/I18N/Langinfo/Langinfo.t
29330 ____________________________________________________________________________
29331 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
29332         Log: Nuke also the LANG because of glibc.
29333      Branch: perl
29334            ! lib/open.t
29335 ____________________________________________________________________________
29336 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
29337         Log: Also the ^Is is optional.
29338      Branch: perl
29339            ! pod/perlunicode.pod t/op/pat.t
29340 ____________________________________________________________________________
29341 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
29342         Log: Be careful to pull chars from the varargs stack when
29343              formatting chars.
29344      Branch: perl
29345            ! regcomp.c
29346 ____________________________________________________________________________
29347 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
29348         Log: sortsv not in place anymore, noticed by John P. Linderman.
29349      Branch: perl
29350            ! pod/perlapi.pod pp_ctl.c
29351 ____________________________________________________________________________
29352 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
29353         Log: Make the diagnostic messages more neutral.
29354      Branch: perl
29355            ! ext/B/t/terse.t
29356 ____________________________________________________________________________
29357 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
29358         Log: Forgotten from #12288.
29359      Branch: perl
29360            ! ext/Data/Dumper/Dumper.pm
29361 ____________________________________________________________________________
29362 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
29363         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
29364              From: Brian Ingerson <ingy@ttul.org>
29365              Date: Sun, 30 Sep 2001 21:45:56 -0700
29366              Message-ID: <20010930214556.D26392@ttul.org>
29367              
29368              (remember also the #12289)
29369      Branch: perl
29370            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
29371 ____________________________________________________________________________
29372 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
29373         Log: More Unicode property tests for the abbreviated
29374              general properties.
29375      Branch: perl
29376            ! t/op/pat.t
29377 ____________________________________________________________________________
29378 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
29379         Log: Further tweaks to the Unicode properties.
29380      Branch: perl
29381            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
29382 ____________________________________________________________________________
29383 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
29384         Log: Retract #12284.
29385      Branch: perl
29386            ! lib/Term/Cap.t
29387 ____________________________________________________________________________
29388 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
29389         Log: (Retracted by #12285)
29390      Branch: perl
29391            ! lib/Term/Cap.t
29392 ____________________________________________________________________________
29393 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
29394         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
29395              From: "chromatic" <chromatic@rmci.net>  
29396              Date: Sun, 30 Sep 2001 16:10:02 -0600
29397              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
29398      Branch: perl
29399            + lib/Term/Cap.t
29400            ! MANIFEST
29401 ____________________________________________________________________________
29402 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
29403         Log: Use stty -g to restore the terminal state, do not even
29404              try to run the tests if stty -g is not available.
29405      Branch: perl
29406            ! lib/Term/Complete.t
29407 ____________________________________________________________________________
29408 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
29409         Log: Cleanup utf8_heavy; allow dropping the In prefix from
29410              Unicode script/block properties.
29411      Branch: perl
29412            ! lib/utf8_heavy.pl
29413 ____________________________________________________________________________
29414 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
29415         Log: Retract the #12259 for now.
29416      Branch: perl
29417            ! embed.h embed.pl sv.h
29418 ____________________________________________________________________________
29419 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
29420         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
29421      Branch: perl
29422            + lib/Text/TabsWrap/CHANGELOG
29423            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
29424 ____________________________________________________________________________
29425 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
29426         Log: #12272 wasn't right, it introduced an extra ().
29427      Branch: perl
29428            ! lib/utf8_heavy.pl
29429 ____________________________________________________________________________
29430 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
29431         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
29432              From: Jonathan Stowe <gellyfish@gellyfish.com>
29433              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
29434              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
29435      Branch: perl
29436            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
29437 ____________________________________________________________________________
29438 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
29439         Log: Subject: Patch to put qsortsv in the public API
29440              From: Brian Ingerson <ingy@ttul.org>
29441              Date: Sat, 29 Sep 2001 17:41:13 -0700
29442              Message-ID: <20010929174113.A30223@ttul.org>
29443      Branch: perl
29444            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
29445 ____________________________________________________________________________
29446 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
29447         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
29448              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29449              Date: Sat, 29 Sep 2001 23:54:48 +0200
29450              Message-ID: <20010929235448.A5017@rafael>
29451      Branch: perl
29452            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
29453 ____________________________________________________________________________
29454 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
29455         Log: FAQ sync.
29456      Branch: perl
29457            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
29458            ! pod/perlfaq9.pod
29459 ____________________________________________________________________________
29460 [ 12273] By: bailey                                on 2001/09/29  23:43:46
29461         Log: Resync with mainline
29462      Branch: vmsperl
29463           +> (branch 1207 files)
29464            - (delete 324 files)
29465           !> (integrate 866 files)
29466 ____________________________________________________________________________
29467 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
29468         Log: Nasty recursion trap if one would match Unicode.
29469      Branch: perl
29470            ! lib/utf8_heavy.pl
29471 ____________________________________________________________________________
29472 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
29473         Log: More Unicode todo.
29474      Branch: perl
29475            ! pod/perltodo.pod
29476 ____________________________________________________________________________
29477 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
29478         Log: Explain a bit the new more flexible \p\P syntax.
29479      Branch: perl
29480            ! pod/perlunicode.pod
29481 ____________________________________________________________________________
29482 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
29483         Log: More leniency to the \p and \P: now can have whitespace
29484              between the property definition and the curlies; now can
29485              invert the property by having a caret between the open
29486              curly and the property.
29487      Branch: perl
29488            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
29489 ____________________________________________________________________________
29490 [ 12268] By: nick                                  on 2001/09/29  17:39:26
29491         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
29492              one test (lib/open.t) fails
29493      Branch: perlio
29494           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
29495           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
29496           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
29497           +> lib/Tie/Scalar.t lib/open.t
29498            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
29499            - ext/B/Stash.t
29500           !> (integrate 62 files)
29501 ____________________________________________________________________________
29502 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
29503         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
29504      Branch: perl
29505            ! t/op/chdir.t
29506 ____________________________________________________________________________
29507 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
29508         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
29509              From: "Craig A. Berry" <craigberry@mac.com> 
29510              Date: Sat, 29 Sep 2001 09:35:33 -0500
29511              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
29512      Branch: perl
29513            ! t/op/chdir.t
29514 ____________________________________________________________________________
29515 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
29516         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
29517              From: "chromatic" <chromatic@rmci.net>
29518              Date: Fri, 28 Sep 2001 21:20:12 -0600
29519              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
29520      Branch: perl
29521            + lib/Tie/Scalar.t
29522            ! MANIFEST lib/Tie/Scalar.pm
29523 ____________________________________________________________________________
29524 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
29525         Log: Allow for more flexibility in the \p{In...} names, now
29526              case doesn't matter, and any space or dash can be
29527              matched by any space, dash, underbar, or empty.
29528              (may be going too far on leniency)
29529      Branch: perl
29530            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
29531            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
29532            ! t/op/pat.t
29533 ____________________________________________________________________________
29534 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
29535         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
29536              From: "chromatic" <chromatic@rmci.net>
29537              Date: Fri, 28 Sep 2001 17:39:50 -0600
29538              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
29539      Branch: perl
29540            + lib/open.t
29541            ! MANIFEST
29542 ____________________________________________________________________________
29543 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
29544         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
29545              From: "Craig A. Berry" <craigberry@mac.com>
29546              Date: Fri, 28 Sep 2001 16:24:51 -0500
29547              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
29548      Branch: perl
29549            ! ext/File/Glob/t/basic.t
29550 ____________________________________________________________________________
29551 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
29552         Log: Subject: [DOC PATCH] Carp.pm pod typo
29553              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29554              Date: Fri, 28 Sep 2001 23:14:51 +0200
29555              Message-ID: <20010928231451.E16889@rafael>
29556      Branch: perl
29557            ! lib/Carp.pm
29558 ____________________________________________________________________________
29559 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
29560         Log: Subject: [PATCH] Allow an @INC hook to set %INC
29561              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29562              Date: Fri, 28 Sep 2001 22:18:13 +0200
29563              Message-ID: <20010928221813.A16889@rafael>
29564      Branch: perl
29565            ! pp_ctl.c
29566 ____________________________________________________________________________
29567 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
29568         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
29569              From: Nicholas Clark <nick@ccl4.org>
29570              Date: Fri, 28 Sep 2001 23:39:33 +0100
29571              Message-ID: <20010928233933.C23673@plum.flirble.org>
29572      Branch: perl
29573            ! embed.h embed.pl sv.h
29574 ____________________________________________________________________________
29575 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
29576         Log: Update Changes.
29577      Branch: perl
29578            ! Changes patchlevel.h
29579 ____________________________________________________________________________
29580 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
29581         Log: Move the B tests to B/t.
29582      Branch: perl
29583            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
29584            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
29585            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
29586            - ext/B/Showlex.t ext/B/Stash.t
29587            ! MANIFEST
29588 ____________________________________________________________________________
29589 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
29590         Log: Forgot from #12254.
29591      Branch: perl
29592            + ext/B/B/Terse.t
29593 ____________________________________________________________________________
29594 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
29595         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
29596              From: "chromatic" <chromatic@rmci.net>
29597              Date: Thu, 27 Sep 2001 23:22:17 -0600
29598              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
29599      Branch: perl
29600            ! MANIFEST
29601 ____________________________________________________________________________
29602 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
29603         Log: Test numbering mismatch.
29604      Branch: perl
29605            ! t/op/chdir.t
29606 ____________________________________________________________________________
29607 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
29608         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
29609              From: "Craig A. Berry" <craigberry@mac.com>
29610              Date: Wed, 26 Sep 2001 17:43:14 -0500
29611              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
29612      Branch: perl
29613            ! iperlsys.h t/op/chdir.t
29614 ____________________________________________________________________________
29615 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
29616         Log: Subject: [PATCH gv.c] make __ANON__ global
29617              From: Robin Barker <rmb1@cise.npl.co.uk>
29618              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
29619              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
29620      Branch: perl
29621            ! gv.c t/op/anonsub.t t/op/runlevel.t
29622 ____________________________________________________________________________
29623 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
29624         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
29625              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29626              Date: Thu, 27 Sep 2001 22:34:32 +0200
29627              Message-ID: <20010927223432.A1485@rafael>
29628      Branch: perl
29629            ! ext/B/B/Terse.pm
29630 ____________________________________________________________________________
29631 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
29632         Log: (retracted by #12338)
29633              
29634              Subject: [PATCH] Cleanup of perldsc.pod      
29635              From: Casey West <casey@geeknest.com>
29636              Date: Thu, 27 Sep 2001 11:13:17 -0400
29637              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
29638      Branch: perl
29639            ! pod/perldsc.pod
29640 ____________________________________________________________________________
29641 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
29642         Log: Not everyone is using ithreads...
29643      Branch: perl
29644            ! ext/Devel/Peek/Peek.t
29645 ____________________________________________________________________________
29646 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
29647         Log: Document the nss_delete core dump workaround for HP-UX
29648              and Solaris, bug IDs 20010805.018 and 20010629.004.
29649      Branch: perl
29650            ! README.hpux README.solaris
29651 ____________________________________________________________________________
29652 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
29653         Log: Dump Unicode hash keys also as Unicode,
29654              not just as a byte string.
29655      Branch: perl
29656            ! dump.c ext/Devel/Peek/Peek.t
29657 ____________________________________________________________________________
29658 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
29659         Log: Integrate changes #12241 and #12242 from macperl:
29660              
29661              Remove unneeded disabling of umask() calls
29662              
29663              Note (get|set)sockopt are available.
29664      Branch: perl
29665           !> lib/File/Temp.pm pod/perlport.pod
29666 ____________________________________________________________________________
29667 [ 12244] By: sky                                   on 2001/09/27  08:53:00
29668         Log: Flush buffers on thread closedown.
29669      Branch: perl
29670            ! ext/threads/threads.xs
29671 ____________________________________________________________________________
29672 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
29673         Log: Dump SvUTF8(sv)s also as \x{...}.
29674              
29675              TODO: dump the SvUTF8() hash keys similarly. 
29676      Branch: perl
29677            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
29678 ____________________________________________________________________________
29679 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
29680         Log: Note (get|set)sockopt are available.
29681      Branch: maint-5.6/macperl
29682            ! pod/perlport.pod
29683 ____________________________________________________________________________
29684 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
29685         Log: Remove unneeded disabling of umask() calls
29686      Branch: maint-5.6/macperl
29687            ! lib/File/Temp.pm
29688 ____________________________________________________________________________
29689 [ 12240] By: sky                                   on 2001/09/26  18:44:56
29690         Log: Documention update
29691      Branch: perl
29692            ! ext/threads/threads.pm
29693 ____________________________________________________________________________
29694 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
29695         Log: Update Changes.
29696      Branch: perl
29697            ! Changes patchlevel.h
29698 ____________________________________________________________________________
29699 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
29700         Log: Check that all environment variables are tainted.
29701      Branch: perl
29702            ! t/op/taint.t
29703 ____________________________________________________________________________
29704 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
29705         Log: Manual integration error in #12235.
29706      Branch: perl
29707            ! lib/File/DosGlob.t
29708 ____________________________________________________________________________
29709 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
29710         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
29711              From: "chromatic" <chromatic@rmci.net>
29712              Date: Tue, 25 Sep 2001 23:57:07 -0600
29713              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
29714      Branch: perl
29715            ! perlio.c
29716 ____________________________________________________________________________
29717 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
29718         Log: Integrate macperl changes from Chris Nandor:
29719              12192 11817 11815 11813 11778 11775
29720              
29721              Update CPAN.pm to work with new Mac::BuildTools instead
29722              of ExtUtils::MM_MacOS "orphan" functions
29723              
29724              Fix test
29725              
29726              Make syntax check report in MPW style, fix tests
29727              to use Mac::err=unix to get normal-style error
29728              messages.
29729              
29730              More module and test ports from Thomas Wegner et al
29731              
29732              Fix open of /dev/null for Mac OS
29733              
29734              Allow for platforms to override formatting of errors
29735              on output from Matthias Neeracher (core files)
29736      Branch: perl
29737            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
29738            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
29739            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
29740           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
29741           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
29742           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
29743 ____________________________________________________________________________
29744 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
29745         Log: grrr.
29746      Branch: perl
29747            ! t/op/gv.t
29748 ____________________________________________________________________________
29749 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
29750         Log: Retract #12232.
29751      Branch: perl
29752            ! t/op/gv.t
29753 ____________________________________________________________________________
29754 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
29755         Log: (Retracted by #12233.)
29756      Branch: perl
29757            ! t/op/gv.t
29758 ____________________________________________________________________________
29759 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
29760         Log: Detypo.
29761      Branch: perl
29762            ! ext/Encode/Makefile.PL
29763 ____________________________________________________________________________
29764 [ 12230] By: sky                                   on 2001/09/26  11:36:23
29765         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
29766              We are using a "delay" here because we do not want to depend on thread synchronization issues.
29767      Branch: perl
29768            + ext/threads/t/stress_cv.t
29769            ! MANIFEST ext/threads/t/stress_string.t
29770 ____________________________________________________________________________
29771 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
29772         Log: NetWare tweak from Ananth Kesari.
29773      Branch: perl
29774            ! NetWare/t/Readme.txt
29775 ____________________________________________________________________________
29776 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
29777         Log: Trick to fool case-blind filesystems.
29778      Branch: perl
29779            ! ext/Encode/Makefile.PL
29780 ____________________________________________________________________________
29781 [ 12227] By: sky                                   on 2001/09/26  11:06:50
29782         Log: Threads can start executing in a different order than they were
29783              created.... so we cannot ok() inside the threadstarter.
29784      Branch: perl
29785            ! ext/threads/t/stress_string.t
29786 ____________________________________________________________________________
29787 [ 12226] By: sky                                   on 2001/09/26  07:41:45
29788         Log: Add in stress_string.t to stress test threads a bit more.
29789      Branch: perl
29790            + ext/threads/t/stress_string.t
29791            ! MANIFEST
29792 ____________________________________________________________________________
29793 [ 12225] By: sky                                   on 2001/09/26  07:04:21
29794         Log: Fix negative refcount introduced by #12223.
29795      Branch: perl
29796            ! ext/threads/threads.xs
29797 ____________________________________________________________________________
29798 [ 12224] By: sky                                   on 2001/09/26  06:57:58
29799         Log: Update documentation to match change #12223
29800      Branch: perl
29801            ! sharedsv.c
29802 ____________________________________________________________________________
29803 [ 12223] By: sky                                   on 2001/09/26  06:54:32
29804         Log: Use a separate interpreter for the sharedsv space. Another
29805              negative sv leak. Sigh.
29806      Branch: perl
29807            ! sharedsv.c
29808 ____________________________________________________________________________
29809 [ 12222] By: sky                                   on 2001/09/26  05:58:35
29810         Log: Do the environ assignment in perl_contruct to match perl_destruct.
29811              Now we don't need to perl_parse/perl_run. However environ is a
29812              global....
29813      Branch: perl
29814            ! perl.c
29815 ____________________________________________________________________________
29816 [ 12221] By: sky                                   on 2001/09/26  05:41:02
29817         Log: Move the creation of PL_strtab to perl_construct so we can work
29818              with HV and HEs without running perl_parse.
29819      Branch: perl
29820            ! perl.c
29821 ____________________________________________________________________________
29822 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
29823         Log: integrate macperl changes into maint-5.6
29824      Branch: maint-5.6/perl
29825           !> (integrate 26 files)
29826 ____________________________________________________________________________
29827 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
29828         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
29829              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
29830      Branch: maint-5.6/macperl
29831            ! macos/ext/Mac/Fonts/Fonts.xs
29832            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
29833 ____________________________________________________________________________
29834 [ 12218] By: ams                                   on 2001/09/25  23:31:33
29835         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
29836              From: Nicholas Clark <nick@ccl4.org>
29837              Date: Wed, 26 Sep 2001 01:20:20 +0100
29838              Message-Id: <20010926012020.B48092@plum.flirble.org>
29839      Branch: perl
29840            ! lib/AutoSplit.t
29841 ____________________________________________________________________________
29842 [ 12217] By: ams                                   on 2001/09/25  22:33:05
29843         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
29844              From: "Craig A. Berry" <craigberry@mac.com>
29845              Date: Tue, 25 Sep 2001 18:08:42 -0500
29846              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
29847      Branch: perl
29848            ! vms/vms.c
29849 ____________________________________________________________________________
29850 [ 12216] By: ams                                   on 2001/09/25  21:41:01
29851         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
29852              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
29853              From: Michael G Schwern <schwern@pobox.com>
29854              Date: Wed, 26 Sep 2001 00:38:21 -0400
29855              Message-Id: <20010926003821.A627@blackrider>
29856      Branch: perl
29857            ! lib/AutoSplit.t
29858 ____________________________________________________________________________
29859 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
29860         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
29861              From: Michael G Schwern <schwern@pobox.com>
29862              Date: Tue, 25 Sep 2001 17:43:49 -0400
29863              Message-ID: <20010925174349.B19534@blackrider>
29864      Branch: perl
29865            ! lib/Test/Simple.pm lib/Test/Utils.pm
29866 ____________________________________________________________________________
29867 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
29868         Log: Integrate changes from bleadperl.
29869      Branch: maint-5.6/macperl
29870           !> pod/perlport.pod
29871 ____________________________________________________________________________
29872 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
29873         Log: skip($mess) should result in one skip.
29874      Branch: perl
29875            ! t/test.pl
29876 ____________________________________________________________________________
29877 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
29878         Log: Integrate change #12200 from maintperl.
29879      Branch: maint-5.6/macperl
29880           !> win32/perlhost.h
29881 ____________________________________________________________________________
29882 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
29883         Log: Fix file types to "apple"
29884      Branch: maint-5.6/macperl
29885            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
29886            ! macos/ext/Mac/SAT/t/Collision.rsrc
29887 ____________________________________________________________________________
29888 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
29889         Log: Fix rsrc file as snd file; fix path in t file.
29890      Branch: maint-5.6/macperl
29891            ! macos/ext/Mac/Notification/t/Notification.rsrc
29892            ! macos/ext/Mac/Notification/t/Notification.t
29893 ____________________________________________________________________________
29894 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
29895         Log: Sync up with File::Find from bleadperl.
29896      Branch: maint-5.6/macperl
29897            ! lib/File/Find.pm t/lib/filefind-taint.t
29898 ____________________________________________________________________________
29899 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
29900         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
29901              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
29902              of hundreds)
29903      Branch: maint-5.6/macperl
29904            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
29905            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
29906            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
29907 ____________________________________________________________________________
29908 [ 12207] By: nick                                  on 2001/09/25  19:04:36
29909         Log: Integrate mainline (untested while modem is up)
29910      Branch: perlio
29911           +> lib/AutoSplit.t t/test.pl
29912            - lib/warnings/register.t
29913           !> (integrate 28 files)
29914 ____________________________________________________________________________
29915 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
29916         Log: perldiag entry for #12205.
29917      Branch: perl
29918            ! pod/perldiag.pod
29919 ____________________________________________________________________________
29920 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
29921         Log: Subject: [PATCH] warning on v-string in use/require
29922              From: John Peacock <jpeacock@rowman.com>
29923              Date: Mon, 24 Sep 2001 17:29:03 -0400
29924              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
29925      Branch: perl
29926            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
29927 ____________________________________________________________________________
29928 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
29929         Log: perltooc et al updates.
29930      Branch: perl
29931            ! plan9/mkfile pod/roffitall
29932 ____________________________________________________________________________
29933 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
29934         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
29935              From: Michael G Schwern <schwern@pobox.com>
29936              Date: Sun, 23 Sep 2001 00:07:12 -0400
29937              Message-ID: <20010923000712.A7005@blackrider>
29938      Branch: perl
29939            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
29940 ____________________________________________________________________________
29941 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
29942         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
29943              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
29944              Date: Wed, 26 Sep 2001 01:25:10 +0900
29945              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
29946      Branch: perl
29947            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
29948            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
29949            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
29950 ____________________________________________________________________________
29951 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
29952         Log: Integrate change #12200 from maintperl;
29953              on windows, virtualized environment could propagate deleted variables
29954              into children if they happen to be at the very end of the table
29955      Branch: perl
29956           !> win32/perlhost.h
29957 ____________________________________________________________________________
29958 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
29959         Log: on windows, virtualized environment could propagate deleted variables
29960              into children if they happen to be at the very end of the table
29961              (thanks for succinct test case from Johan Holmberg, and fix from
29962              Doug Lankshear)
29963      Branch: maint-5.6/perl
29964            ! win32/perlhost.h
29965 ____________________________________________________________________________
29966 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
29967         Log: avoid the use of ftime() (it does a useless, potentially
29968              expensive call to GetTimeZoneInformation()); this potentially
29969              also results in three more digits of precision from
29970              Time::HiRes::time()
29971      Branch: perl
29972            ! ext/Time/HiRes/HiRes.xs
29973 ____________________________________________________________________________
29974 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
29975         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
29976              
29977              Note: io/binmode is failing, have to figure out why.
29978      Branch: perl
29979            + t/test.pl
29980            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
29981            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
29982            ! t/run/exit.t
29983 ____________________________________________________________________________
29984 [ 12197] By: ams                                   on 2001/09/25  13:48:55
29985         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
29986              From: Nicholas Clark <nick@ccl4.org>
29987              Date: Tue, 25 Sep 2001 00:37:40 +0100
29988              Message-Id: <20010925003740.S4971@plum.flirble.org>
29989              (Further changes expected.)
29990      Branch: perl
29991            + lib/AutoSplit.t
29992            ! MANIFEST
29993 ____________________________________________________________________________
29994 [ 12196] By: sky                                   on 2001/09/25  13:37:12
29995         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
29996              _ftime to try and be more robust.
29997      Branch: perl
29998            ! ext/Time/HiRes/HiRes.xs
29999 ____________________________________________________________________________
30000 [ 12194] By: ams                                   on 2001/09/25  11:40:00
30001         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
30002              From: "Craig A. Berry" <craigberry@mac.com>
30003              Date: Mon, 24 Sep 2001 17:54:20 -0500
30004              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
30005      Branch: perl
30006            ! vms/descrip_mms.template
30007 ____________________________________________________________________________
30008 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
30009         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
30010              not working, cursor not spinning (Bug #422129); external
30011              editor problems (Bug #456329); escape/cmd-. not activating
30012              "Cancel" in Save dialog box (Bug #446960); Runtimes not
30013              executing on launch (Bug #464441).
30014      Branch: maint-5.6/macperl
30015            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
30016            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
30017            ! macos/macperl/MacPerl.r
30018 ____________________________________________________________________________
30019 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
30020         Log: Update CPAN.pm to work with new Mac::BuildTools instead
30021              of ExtUtils::MM_MacOS "orphan" functions
30022      Branch: maint-5.6/macperl
30023            ! lib/CPAN.pm
30024 ____________________________________________________________________________
30025 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
30026         Log: Fix up another xsubpp problem (Matthias Neeracher)
30027      Branch: maint-5.6/macperl
30028            ! macos/xsubpp
30029 ____________________________________________________________________________
30030 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
30031         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
30032      Branch: maint-5.6/macperl
30033            ! macos/lib/ExtUtils/MM_MacOS.pm
30034 ____________________________________________________________________________
30035 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
30036         Log: Fix up Makefiles for more Mac:: modules (and prepare for
30037              static build ...?)
30038      Branch: maint-5.6/macperl
30039            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
30040            ! macos/macperl/Makefile.mk
30041 ____________________________________________________________________________
30042 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
30043         Log: Fix up tests
30044      Branch: maint-5.6/macperl
30045            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
30046 ____________________________________________________________________________
30047 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
30048         Log: Make malloc smarter, fix bugs.  (Bug #404030)
30049      Branch: maint-5.6/macperl
30050            ! macos/icemalloc.c macos/icemalloc.h
30051 ____________________________________________________________________________
30052 [ 12186] By: nick                                  on 2001/09/24  19:18:17
30053         Log: Integrate mainline
30054      Branch: perlio
30055           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
30056           +> lib/filetest.t
30057           !> (integrate 30 files)
30058 ____________________________________________________________________________
30059 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
30060         Log: Retract #12136, the warnings::register is already
30061              tested by t/lib/warnings/9enabled, as pointed out
30062              by Paul Marquess.
30063      Branch: perl
30064            - lib/warnings/register.t
30065            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
30066 ____________________________________________________________________________
30067 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
30068         Log: fix Time::HiRes implementation of gettimeofday() on windows
30069              (HiRes.t#14 now passes)
30070      Branch: perl
30071            ! ext/Time/HiRes/HiRes.xs
30072 ____________________________________________________________________________
30073 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
30074         Log: File::Spec::catfile() canonifies everything to blackslashes on
30075              windows :-(
30076      Branch: perl
30077            ! lib/ExtUtils/Manifest.t
30078 ____________________________________________________________________________
30079 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
30080         Log: test number mismatch
30081      Branch: perl
30082            ! t/op/magic.t
30083 ____________________________________________________________________________
30084 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
30085         Log: ok().
30086      Branch: perl
30087            ! t/op/pack.t
30088 ____________________________________________________________________________
30089 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
30090         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
30091              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
30092      Branch: perl
30093            ! pp_pack.c t/op/pack.t
30094 ____________________________________________________________________________
30095 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
30096         Log: Update Changes.
30097      Branch: perl
30098            ! Changes patchlevel.h
30099 ____________________________________________________________________________
30100 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
30101         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
30102              From: Michael G Schwern <schwern@pobox.com>
30103              Date: Mon, 24 Sep 2001 11:12:13 -0400
30104              Message-ID: <20010924111213.G27885@blackrider>
30105      Branch: perl
30106            ! lib/ExtUtils/Manifest.pm
30107 ____________________________________________________________________________
30108 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
30109         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
30110              From: Michael G Schwern <schwern@pobox.com> 
30111              Date: Mon, 24 Sep 2001 11:02:07 -0400
30112              Message-ID: <20010924110207.E27885@blackrider>
30113      Branch: perl
30114            ! vms/test.com
30115 ____________________________________________________________________________
30116 [ 12176] By: ams                                   on 2001/09/24  14:01:59
30117         Log: Update Changes.
30118      Branch: perl
30119            ! Changes
30120 ____________________________________________________________________________
30121 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
30122         Log: Various cleanups.
30123      Branch: perl
30124            ! ext/threads/Makefile.PL ext/threads/threads.xs
30125 ____________________________________________________________________________
30126 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
30127         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
30128      Branch: maint-5.6/macperl
30129           !> (integrate 33 files)
30130 ____________________________________________________________________________
30131 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
30132         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
30133              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
30134              Date: Mon, 24 Sep 2001 20:04:58 +0900
30135              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
30136      Branch: perl
30137            ! ext/Encode/Encode/gb2312.enc
30138 ____________________________________________________________________________
30139 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
30140         Log: Clarifying comment to #12164.
30141      Branch: perl
30142            ! lib/Cwd.pm
30143 ____________________________________________________________________________
30144 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
30145         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
30146              From: Nicholas Clark <nick@ccl4.org>
30147              Date: Sun, 23 Sep 2001 23:00:56 +0100
30148              Message-ID: <20010923230055.Y4971@plum.flirble.org>
30149              
30150              (with "sample_constants" changed to "fallback")
30151      Branch: perl
30152            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
30153            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
30154            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
30155            ! lib/h2xs.t utils/h2xs.PL
30156 ____________________________________________________________________________
30157 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
30158         Log: Metaconfig unit change for #12167.
30159      Branch: metaconfig
30160            ! U/modified/Cppsym.U
30161 ____________________________________________________________________________
30162 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
30163         Log: Add a few glibc cpp symbols to probe for.
30164      Branch: perl
30165            ! Configure
30166 ____________________________________________________________________________
30167 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
30168         Log: DJGPP tweaks for Laszlo Molnar.
30169      Branch: perl
30170            ! djgpp/djgppsed.sh dosish.h
30171 ____________________________________________________________________________
30172 [ 12165] By: ams                                   on 2001/09/24  10:07:08
30173         Log: Subject: [PATCH t/op/inccode.t] More tests
30174              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
30175              Date: 24 Sep 2001 10:01:44 -0000
30176              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
30177      Branch: perl
30178            ! t/op/inccode.t
30179 ____________________________________________________________________________
30180 [ 12164] By: ams                                   on 2001/09/24  09:43:29
30181         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
30182              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
30183              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
30184              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
30185      Branch: perl
30186            ! lib/Cwd.pm
30187 ____________________________________________________________________________
30188 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
30189         Log: 1_compile updates.
30190      Branch: perl
30191            ! t/lib/1_compile.t
30192 ____________________________________________________________________________
30193 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
30194         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
30195              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30196              Date: Wed, 19 Sep 2001 22:47:14 +0200
30197              Message-ID: <20010919224714.A6382@rafael>
30198      Branch: perl
30199            ! pod/perlvar.pod pp_ctl.c
30200 ____________________________________________________________________________
30201 [ 12161] By: ams                                   on 2001/09/23  17:40:02
30202         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
30203              filetest Pragma
30204              From: "chromatic" <chromatic@rmci.net>
30205              Date: Sun, 23 Sep 2001 12:07:25 -0600
30206              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
30207      Branch: perl
30208            + lib/filetest.t
30209            ! MANIFEST t/lib/1_compile.t
30210 ____________________________________________________________________________
30211 [ 12160] By: ams                                   on 2001/09/23  16:32:11
30212         Log: Additional minor chdir() tweak.
30213      Branch: perl
30214            ! pod/perlfunc.pod
30215 ____________________________________________________________________________
30216 [ 12159] By: ams                                   on 2001/09/23  16:25:01
30217         Log: Subject: PATCH lib/ExtUtils/Command.t
30218              From: Abe Timmerman <abe@ztreet.demon.nl>
30219              Date: Sun, 23 Sep 2001 19:11:44 +0200
30220              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
30221      Branch: perl
30222            ! lib/ExtUtils/Command.t
30223 ____________________________________________________________________________
30224 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
30225         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
30226              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
30227              Date: Sun, 23 Sep 2001 02:02:26 +0200
30228              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
30229      Branch: perl
30230            ! makedef.pl
30231 ____________________________________________________________________________
30232 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
30233         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
30234              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
30235              Date: Sat, 22 Sep 2001 12:54:39 -0500
30236              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
30237      Branch: perl
30238            ! t/op/study.t
30239 ____________________________________________________________________________
30240 [ 12156] By: nick                                  on 2001/09/23  07:48:44
30241         Log: Integrate mainline
30242      Branch: perlio
30243            - check83.pl
30244           !> ext/Encode/Encode/2022-cn.enc
30245 ____________________________________________________________________________
30246 [ 12155] By: nick                                  on 2001/09/23  07:48:01
30247         Log: Integrate mainline
30248      Branch: perlio
30249           +> (branch 64 files)
30250            - ext/Encode/Encode/cns11643-1.enc
30251            - ext/Encode/Encode/cns11643-2.enc
30252            - ext/Encode/Encode/iso2022-cn.enc
30253            - ext/Encode/Encode/iso2022-jp.enc
30254            - ext/Encode/Encode/iso2022-jp1.enc
30255            - ext/Encode/Encode/iso2022-jp2.enc
30256            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
30257            - ext/Encode/Encode/iso8859-1.enc
30258            - ext/Encode/Encode/iso8859-1.ucm
30259            - ext/Encode/Encode/iso8859-10.enc
30260            - ext/Encode/Encode/iso8859-10.ucm
30261            - ext/Encode/Encode/iso8859-13.enc
30262            - ext/Encode/Encode/iso8859-13.ucm
30263            - ext/Encode/Encode/iso8859-14.enc
30264            - ext/Encode/Encode/iso8859-14.ucm
30265            - ext/Encode/Encode/iso8859-15.enc
30266            - ext/Encode/Encode/iso8859-15.ucm
30267            - ext/Encode/Encode/iso8859-16.enc
30268            - ext/Encode/Encode/iso8859-16.ucm
30269            - ext/Encode/Encode/iso8859-2.enc
30270            - ext/Encode/Encode/iso8859-2.ucm
30271            - ext/Encode/Encode/iso8859-3.enc
30272            - ext/Encode/Encode/iso8859-3.ucm
30273            - ext/Encode/Encode/iso8859-4.enc
30274            - ext/Encode/Encode/iso8859-4.ucm
30275            - ext/Encode/Encode/iso8859-5.enc
30276            - ext/Encode/Encode/iso8859-5.ucm
30277            - ext/Encode/Encode/iso8859-6.enc
30278            - ext/Encode/Encode/iso8859-6.ucm
30279            - ext/Encode/Encode/iso8859-7.enc
30280            - ext/Encode/Encode/iso8859-7.ucm
30281            - ext/Encode/Encode/iso8859-8.enc
30282            - ext/Encode/Encode/iso8859-8.ucm
30283            - ext/Encode/Encode/iso8859-9.enc
30284            - ext/Encode/Encode/iso8859-9.ucm
30285            - ext/Encode/Encode/isoir-197.enc
30286            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
30287            - t/lib/sample-tests/header_at_end
30288            - t/lib/sample-tests/header_at_end_fail
30289           !> (integrate 174 files)
30290 ____________________________________________________________________________
30291 [ 12154] By: ams                                   on 2001/09/23  07:11:46
30292         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
30293              by Blair Zajac.
30294      Branch: perl
30295            ! pod/perlfunc.pod
30296 ____________________________________________________________________________
30297 [ 12153] By: ams                                   on 2001/09/23  06:56:32
30298         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
30299              Forgotten deprecation of *glob{FILEHANDLE}?
30300              From: "chromatic" <chromatic@rmci.net>
30301              Date: Sat, 22 Sep 2001 21:27:56 -0600
30302              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
30303      Branch: perl
30304            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
30305 ____________________________________________________________________________
30306 [ 12152] By: ams                                   on 2001/09/23  06:42:58
30307         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
30308              From: Michael G Schwern <schwern@pobox.com>
30309              Date: Sun, 23 Sep 2001 03:34:39 -0400
30310              Message-Id: <20010923033439.E7005@blackrider>
30311      Branch: perl
30312            ! lib/File/Find.pm
30313 ____________________________________________________________________________
30314 [ 12151] By: ams                                   on 2001/09/23  06:37:57
30315         Log: Subject: Re: t/op/magic.t missing tests on Win32
30316              From: Michael G Schwern <schwern@pobox.com>
30317              Date: Sat, 22 Sep 2001 20:29:09 -0400
30318              Message-Id: <20010922202909.I18223@blackrider>
30319      Branch: perl
30320            ! t/op/magic.t
30321 ____________________________________________________________________________
30322 [ 12150] By: ams                                   on 2001/09/23  06:36:26
30323         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
30324              Dumpvalue.pm
30325              From: "chromatic" <chromatic@rmci.net>
30326              Date: Sat, 22 Sep 2001 19:41:31 -0600
30327              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
30328      Branch: perl
30329            + lib/Dumpvalue.t
30330            ! MANIFEST lib/Dumpvalue.pm
30331 ____________________________________________________________________________
30332 [ 12149] By: ams                                   on 2001/09/23  06:25:35
30333         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
30334              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
30335              Date: Sun, 23 Sep 2001 15:27:56 +0900
30336              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
30337      Branch: perl
30338            ! ext/Encode/Encode/2022-cn.enc
30339 ____________________________________________________________________________
30340 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
30341         Log: Manual eror in #12147.
30342      Branch: perl
30343            ! win32/win32.c
30344 ____________________________________________________________________________
30345 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
30346         Log: Integrate change #12146 from maintperl;
30347              win32_chdir() et al don't handle a NULL argument gracefully
30348      Branch: perl
30349           !> win32/perlhost.h win32/win32.c
30350 ____________________________________________________________________________
30351 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
30352         Log: win32_chdir() et al don't handle a NULL argument gracefully
30353      Branch: maint-5.6/perl
30354            ! win32/perlhost.h win32/win32.c
30355 ____________________________________________________________________________
30356 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
30357         Log: typo in change#12026
30358      Branch: maint-5.6/perl
30359            ! op.c
30360 ____________________________________________________________________________
30361 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
30362         Log: Subject: [PATCH] Re: scalar context unpack bugs
30363              From: Nicholas Clark <nick@ccl4.org>
30364              Date: Sat, 22 Sep 2001 23:07:56 +0100
30365              Message-ID: <20010922230755.O4971@plum.flirble.org>
30366      Branch: perl
30367            ! pp_pack.c t/op/pack.t
30368 ____________________________________________________________________________
30369 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
30370         Log: Try ExtUtils::Command.t everywhere, not just on Win32
30371              (as suggested by NI-S).  Also allow running it either
30372              in t/ or in the main directory.
30373      Branch: perl
30374            ! lib/ExtUtils/Command.t
30375 ____________________________________________________________________________
30376 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
30377         Log: Update the test on warnings/register.t.
30378      Branch: perl
30379            ! t/lib/1_compile.t
30380 ____________________________________________________________________________
30381 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
30382         Log: The code is now almost tidy enough to keep the IRIX cc happy.
30383      Branch: perl
30384            ! hints/irix_6.sh
30385 ____________________________________________________________________________
30386 [ 12140] By: ams                                   on 2001/09/22  17:26:32
30387         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
30388              use_ithreads
30389              From: "Craig A. Berry" <craigberry@mac.com>
30390              Date: Sat, 22 Sep 2001 13:15:32 -0500
30391              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
30392      Branch: perl
30393            ! configure.com
30394 ____________________________________________________________________________
30395 [ 12139] By: ams                                   on 2001/09/22  16:44:08
30396         Log: Do what perl_clone() does for sharedsv functions.
30397      Branch: perl
30398            ! embed.pl proto.h
30399 ____________________________________________________________________________
30400 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
30401         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
30402              (suggested by Sarathy, extensions shouldn't be dabbling with
30403              op structures, so binary backward compatibility should not be
30404              an issue.)
30405      Branch: perl
30406            ! hints/irix_6.sh op.h
30407 ____________________________________________________________________________
30408 [ 12137] By: ams                                   on 2001/09/22  16:21:05
30409         Log: More cleanups. (What's PERL_DECL_PROT?)
30410      Branch: perl
30411            ! embed.pl proto.h sharedsv.h
30412 ____________________________________________________________________________
30413 [ 12136] By: ams                                   on 2001/09/22  15:14:34
30414         Log: (Retracted by #12185)
30415              
30416              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
30417              Add Tests for warnings::register, Doc Update
30418              From: "chromatic" <chromatic@rmci.net>
30419              Date: Sat, 22 Sep 2001 09:43:20 -0600
30420              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
30421      Branch: perl
30422            + lib/warnings/register.t
30423            ! MANIFEST lib/warnings/register.pm
30424 ____________________________________________________________________________
30425 [ 12135] By: ams                                   on 2001/09/22  15:07:50
30426         Log: `@foo' should be @foo for consistency.
30427      Branch: perl
30428            ! pod/perldiag.pod
30429 ____________________________________________________________________________
30430 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
30431         Log: (Retracted by #12138)
30432              
30433              Add -woff (turn warning off) 3187:
30434              "A pointer is converted to a smaller integer."
30435              This happens when your pointers are 64-bit: then every case
30436              of converting pointers to PADOFFSETs (explicitly 32-bit)
30437              faces truncation (even explicit use of INT2PTR doesn't help).
30438              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
30439              Changing PADOFFSET from U32 to UV would help, but that
30440              would break binary backward compatibility of BASEOP and padop
30441              (assuming you have been using 64-bit pointers).
30442      Branch: perl
30443            ! hints/irix_6.sh
30444 ____________________________________________________________________________
30445 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
30446         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
30447              but the name comes from the inside the file, not from the file
30448              name, and Rumanian is the name of the language.
30449      Branch: perl
30450            + ext/Encode/Encode/macRumanian.enc
30451            - ext/Encode/Encode/macRomania.enc
30452            ! MANIFEST
30453 ____________________________________________________________________________
30454 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
30455         Log: Rename perltootc as perltooc for 8.3-friedliness.
30456      Branch: perl
30457            + pod/perltooc.pod
30458            - pod/perltootc.pod
30459            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
30460            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
30461            ! pod/perltoot.pod
30462 ____________________________________________________________________________
30463 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
30464         Log: Find more conflicts by lowercasing.
30465      Branch: perl
30466            + Porting/check83.pl
30467            - check83.pl
30468            ! MANIFEST
30469 ____________________________________________________________________________
30470 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
30471         Log: The AIX cc 5.0.0.0 is simply too buggy.
30472      Branch: perl
30473            ! hints/aix.sh
30474 ____________________________________________________________________________
30475 [ 12129] By: ams                                   on 2001/09/22  12:35:38
30476         Log: Uninteresting cleanup.
30477      Branch: perl
30478            ! form.h
30479 ____________________________________________________________________________
30480 [ 12128] By: ams                                   on 2001/09/22  12:28:48
30481         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
30482              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
30483              Date: Sat, 22 Sep 2001 14:29:13 +0100
30484              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
30485      Branch: perl
30486            ! cv.h
30487 ____________________________________________________________________________
30488 [ 12127] By: ams                                   on 2001/09/22  12:04:28
30489         Log: What's a backet?
30490      Branch: perl
30491            ! dump.c
30492 ____________________________________________________________________________
30493 [ 12126] By: ams                                   on 2001/09/22  10:02:34
30494         Log: Removed duplicated tests #19 and #20.
30495      Branch: perl
30496            ! t/op/do.t
30497 ____________________________________________________________________________
30498 [ 12125] By: ams                                   on 2001/09/22  03:58:41
30499         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
30500              From: Michael Carman <mjcarman@home.com>
30501              Date: Fri, 21 Sep 2001 17:54:05 -0500
30502              Message-Id: <3BABC50D.6040202@home.com>
30503              (Applied with some changes.)
30504      Branch: perl
30505            ! pod/perlmod.pod
30506 ____________________________________________________________________________
30507 [ 12124] By: ams                                   on 2001/09/22  03:44:19
30508         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
30509              From: Michael G Schwern <schwern@pobox.com>
30510              Date: Fri, 21 Sep 2001 19:20:40 -0400
30511              Message-Id: <20010921192040.E5494@blackrider>
30512      Branch: perl
30513            ! t/op/chdir.t
30514 ____________________________________________________________________________
30515 [ 12123] By: ams                                   on 2001/09/22  03:41:08
30516         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
30517              From: Blair Zajac <blair@orcaware.com>
30518              Date: Fri, 21 Sep 2001 15:13:04 -0700
30519              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
30520      Branch: perl
30521            ! t/op/chdir.t
30522 ____________________________________________________________________________
30523 [ 12122] By: ams                                   on 2001/09/22  03:37:07
30524         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
30525              20010920.007
30526              From: Michael G Schwern <schwern@pobox.com>
30527              Date: Fri, 21 Sep 2001 17:59:03 -0400
30528              Message-Id: <20010921175903.V5494@blackrider>
30529      Branch: perl
30530            ! t/op/do.t
30531 ____________________________________________________________________________
30532 [ 12121] By: ams                                   on 2001/09/22  03:30:38
30533         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
30534              suite on WinCE)
30535              From: Michael G Schwern <schwern@pobox.com>
30536              Date: Fri, 21 Sep 2001 19:41:03 -0400
30537              Message-Id: <20010921194103.G5494@blackrider>
30538      Branch: perl
30539            ! pod/perlport.pod
30540 ____________________________________________________________________________
30541 [ 12120] By: ams                                   on 2001/09/22  03:28:06
30542         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
30543              From: Michael G Schwern <schwern@pobox.com>
30544              Date: Fri, 21 Sep 2001 17:33:35 -0400
30545              Message-Id: <20010921173335.T5494@blackrider>
30546              ($ENV{FOO}=undef hunk not applied.)
30547      Branch: perl
30548            ! t/op/magic.t
30549 ____________________________________________________________________________
30550 [ 12119] By: ams                                   on 2001/09/22  03:02:26
30551         Log: Subject: [PATCH] perldiag.pod
30552              From: Peter Scott <Peter@PSDT.com>
30553              Date: Fri, 21 Sep 2001 18:54:50 -0700
30554              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
30555              (Moved to the right place.)
30556      Branch: perl
30557            ! pod/perldiag.pod
30558 ____________________________________________________________________________
30559 [ 12118] By: ams                                   on 2001/09/21  20:05:29
30560         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
30561              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30562              Date: Fri, 21 Sep 2001 22:36:54 +0200
30563              Message-Id: <20010921223654.A12742@rafael>
30564      Branch: perl
30565            ! t/op/do.t
30566 ____________________________________________________________________________
30567 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
30568         Log: Restore things as they were before
30569              the backward compatibility police notices.
30570      Branch: perl
30571            ! lib/Cwd.pm
30572 ____________________________________________________________________________
30573 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
30574         Log: More Cwd from Schwern: make also OS/2 and DOS
30575              Cwd agree with File::Spec (that is, native path
30576              syntax using \ instead of / -- backward compatibility
30577              polic warning) and stop Win32 from using bsd_realpath().
30578      Branch: perl
30579            ! lib/Cwd.pm
30580 ____________________________________________________________________________
30581 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
30582         Log: Subject: [PATCH @12110] RE: Untested libraries update
30583              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
30584              Date: Fri, 21 Sep 2001 18:21:07 +0100
30585              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
30586      Branch: perl
30587            ! lib/warnings/register.pm
30588 ____________________________________________________________________________
30589 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
30590         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
30591              From: Michael G Schwern <schwern@pobox.com>
30592              Date: Thu, 20 Sep 2001 22:54:02 -0400
30593              Message-ID: <20010920225402.A3611@blackrider>
30594      Branch: perl
30595            ! lib/Cwd.pm
30596 ____________________________________________________________________________
30597 [ 12113] By: ams                                   on 2001/09/21  17:08:24
30598         Log: Subject: [PATCH] avoid v-strings with require/use
30599              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30600              Date: Fri, 21 Sep 2001 12:34:40 -0400
30601              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
30602      Branch: perl
30603            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
30604            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
30605            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
30606            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
30607            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
30608            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
30609            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
30610            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
30611            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
30612            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
30613            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
30614            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
30615            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
30616            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
30617            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
30618            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
30619            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
30620            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
30621            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
30622 ____________________________________________________________________________
30623 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
30624         Log: Update Changes.
30625      Branch: perl
30626            ! Changes patchlevel.h
30627 ____________________________________________________________________________
30628 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
30629         Log: Make AIX and Tru64 compilers happy.  
30630      Branch: perl
30631            ! ext/threads/threads.h ext/threads/threads.xs
30632 ____________________________________________________________________________
30633 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
30634         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
30635              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
30636              Date: 21 Sep 2001 09:16:37 -0000
30637              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
30638      Branch: perl
30639            ! toke.c
30640 ____________________________________________________________________________
30641 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
30642         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
30643              From: Michael G Schwern <schwern@pobox.com>
30644              Date: Thu, 20 Sep 2001 21:21:34 -0400
30645              Message-ID: <20010920212134.Y28291@blackrider>
30646      Branch: perl
30647            ! pp_sys.c
30648 ____________________________________________________________________________
30649 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
30650         Log: Subject: Re: GDB Debugging Macros from mod_perl
30651              From: rspier@pobox.com (Robert Spier)
30652              Date: Thu, 20 Sep 2001 22:45:03 -0700
30653              Message-ID: <15274.54239.413929.49430@rls.cx>
30654      Branch: perl
30655            ! pod/perltodo.pod
30656 ____________________________________________________________________________
30657 [ 12105] By: sky                                   on 2001/09/21  10:33:34
30658         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
30659              timezone! GetSystemTime should be available on all Win32 
30660              platforms we support. Perhaps Time::HiRes should be extended to
30661              support WinCE and Novell?
30662      Branch: perl
30663            ! ext/Time/HiRes/HiRes.xs
30664 ____________________________________________________________________________
30665 [ 12104] By: sky                                   on 2001/09/21  08:12:39
30666         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
30667      Branch: perl
30668            ! ext/threads/threads.h ext/threads/threads.xs
30669 ____________________________________________________________________________
30670 [ 12103] By: sky                                   on 2001/09/21  07:57:41
30671         Log: Rename the *thread* functions to Perl_* to avoid clashes.
30672              Notably on AIX but could become a problem on other platforms.
30673      Branch: perl
30674            ! ext/threads/threads.h ext/threads/threads.xs
30675 ____________________________________________________________________________
30676 [ 12102] By: sky                                   on 2001/09/21  07:35:30
30677         Log: Add the shared sv space to the global vars.
30678              Fix problems compiling on win32.
30679      Branch: perl
30680            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
30681            ! sharedsv.c sharedsv.h
30682 ____________________________________________________________________________
30683 [ 12101] By: ams                                   on 2001/09/21  00:19:55
30684         Log: Subject: [PATCH] win32/Makefile warning fix
30685              From: Blair Zajac <blair@orcaware.com>
30686              Date: Thu, 20 Sep 2001 18:15:43 -0700
30687              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
30688      Branch: perl
30689            ! win32/Makefile
30690 ____________________________________________________________________________
30691 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
30692         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
30693              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
30694              Date: Thu, 20 Sep 2001 18:36:22 +0200
30695              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
30696      Branch: perl
30697            ! lib/ExtUtils/Command.t
30698 ____________________________________________________________________________
30699 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
30700         Log: Cant spl wirth a dam.
30701      Branch: perl
30702            ! intrpvar.h
30703 ____________________________________________________________________________
30704 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
30705         Log: Don't use C++ comments.
30706      Branch: perl
30707            ! ext/threads/threads.xs
30708 ____________________________________________________________________________
30709 [ 12097] By: ams                                   on 2001/09/20  21:42:07
30710         Log: Change #12044 didn't.
30711      Branch: perl
30712            ! lib/constant.pm
30713 ____________________________________________________________________________
30714 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
30715         Log: Metaconfig unit changes for #12095.
30716      Branch: metaconfig
30717            ! U/modified/Myinit.U U/modified/libs.U
30718 ____________________________________________________________________________
30719 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
30720         Log: Remove iconv references since we are not using it
30721              and not going to; regen perltoc, perlmodlib.
30722              (Some references still linger in perltoc, have to figure
30723              out where they are coming from.)
30724      Branch: perl
30725            ! Configure NetWare/config.wc NetWare/config_H.wc
30726            ! Porting/Glossary Porting/config.sh Porting/config_H
30727            ! config_h.SH configure.com epoc/config.sh perl.h
30728            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
30729            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
30730            ! vos/config.ga.h win32/config.bc win32/config.gc
30731            ! win32/config.vc win32/config_H.bc win32/config_H.gc
30732            ! win32/config_H.vc wince/config.ce wince/config.h
30733            ! wince/config_H.ce
30734 ____________________________________________________________________________
30735 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
30736         Log: Subject: [PATCH docs] Re: ARGV and read
30737              From: Dave Mitchell <davem@fdgroup.co.uk>
30738              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
30739              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
30740      Branch: perl
30741            ! pod/perltodo.pod pod/perlvar.pod
30742 ____________________________________________________________________________
30743 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
30744         Log: Fresh copies from the cvs.perl.org perlfaq repository.
30745      Branch: perl
30746            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
30747            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
30748            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
30749            ! pod/perlfaq9.pod
30750 ____________________________________________________________________________
30751 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
30752         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
30753              From: Nicholas Clark <nick@ccl4.org>
30754              Date: Thu, 20 Sep 2001 14:27:08 +0100
30755              Message-ID: <20010920142708.X4971@plum.flirble.org>
30756      Branch: perl
30757            ! pp_pack.c t/op/pack.t
30758 ____________________________________________________________________________
30759 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
30760         Log: The sharedsv_space* are variables, not code.  Duh.
30761      Branch: perl
30762            ! intrpvar.h makedef.pl
30763 ____________________________________________________________________________
30764 [ 12090] By: ams                                   on 2001/09/20  11:26:06
30765         Log: Subject: [patch lib/lib_pm.PL]
30766              From: Stas Bekman <stas@stason.org>
30767              Date: Thu, 20 Sep 2001 18:48:53 +0800
30768              Message-Id: <3BA9C995.6010302@stason.org>
30769              (Applied by hand.)
30770      Branch: perl
30771            ! lib/lib_pm.PL
30772 ____________________________________________________________________________
30773 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
30774         Log: Only 21 tests, skipping or not.
30775      Branch: perl
30776            ! lib/ExtUtils/Command.t
30777 ____________________________________________________________________________
30778 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
30779         Log: New exported symbols.
30780      Branch: perl
30781            ! makedef.pl
30782 ____________________________________________________________________________
30783 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
30784         Log: Update Changes.
30785      Branch: perl
30786            ! Changes patchlevel.h
30787 ____________________________________________________________________________
30788 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
30789         Log: Correct numbering of the tests is useful.
30790      Branch: perl
30791            ! ext/threads/t/basic.t
30792 ____________________________________________________________________________
30793 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
30794         Log: More tests now too.
30795      Branch: perl
30796            ! lib/ExtUtils/Command.t
30797 ____________________________________________________________________________
30798 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
30799         Log: More tests now.
30800      Branch: perl
30801            ! ext/threads/t/basic.t
30802 ____________________________________________________________________________
30803 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
30804         Log: The test assumed 7-bit ASCII.  Now it "just"
30805              assumes 8-bit whatever.
30806      Branch: perl
30807            ! t/op/crypt.t
30808 ____________________________________________________________________________
30809 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
30810         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
30811              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30812              Date: Wed, 19 Sep 2001 11:45:28 +0200
30813              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
30814              
30815              Lvalue casts are not portable.
30816      Branch: perl
30817            ! ext/threads/threads.xs
30818 ____________________________________________________________________________
30819 [ 12081] By: sky                                   on 2001/09/19  10:17:52
30820         Log: Make the basic test contain only realy basic API tests
30821              Seems to be a problem with detach.
30822      Branch: perl
30823            ! ext/threads/t/basic.t
30824 ____________________________________________________________________________
30825 [ 12080] By: ams                                   on 2001/09/19  01:23:55
30826         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
30827              From: Michael G Schwern <schwern@pobox.com>
30828              Date: Tue, 18 Sep 2001 19:53:48 -0400
30829              Message-Id: <20010918195348.M585@blackrider>
30830              
30831              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
30832              From: Michael G Schwern <schwern@pobox.com>
30833              Date: Tue, 18 Sep 2001 22:07:13 -0400
30834              Message-Id: <20010918220713.B19616@blackrider>
30835      Branch: perl
30836            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
30837            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
30838            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
30839            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
30840            ! lib/Test/Tutorial.pod
30841 ____________________________________________________________________________
30842 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
30843         Log: Indent the test a bit.
30844      Branch: perl
30845            ! ext/threads/t/basic.t
30846 ____________________________________________________________________________
30847 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
30848         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
30849              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
30850              Date: Tue, 18 Sep 2001 18:06:44 +0200
30851              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
30852      Branch: perl
30853            ! win32/win32.c
30854 ____________________________________________________________________________
30855 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
30856         Log: Subject: stat access time is wrong on Win95
30857              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
30858              Date: Tue, 18 Sep 2001 21:59:24 +0200
30859              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
30860      Branch: perl
30861            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
30862 ____________________________________________________________________________
30863 [ 12076] By: ams                                   on 2001/09/18  22:11:25
30864         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
30865              From: Michael G Schwern <schwern@pobox.com>
30866              Date: Tue, 18 Sep 2001 18:47:14 -0400
30867              Message-Id: <20010918184714.I585@blackrider>
30868      Branch: perl
30869            ! t/op/crypt.t
30870 ____________________________________________________________________________
30871 [ 12075] By: sky                                   on 2001/09/18  19:29:37
30872         Log: two test failures
30873              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30874              Message-ID: <20010918221702.A17408@rafael>
30875              partly applied, #12074 already fixed half the patch
30876      Branch: perl
30877            ! ext/threads/t/basic.t
30878 ____________________________________________________________________________
30879 [ 12074] By: sky                                   on 2001/09/18  18:49:03
30880         Log: Fixes test case failure introduced by #12071, the warning is
30881              now correctly spelled :-)
30882      Branch: perl
30883            ! ext/IO/lib/IO/t/io_sel.t
30884 ____________________________________________________________________________
30885 [ 12073] By: sky                                   on 2001/09/18  18:46:22
30886         Log: Make the test behave properly!
30887      Branch: perl
30888            ! ext/threads/t/basic.t
30889 ____________________________________________________________________________
30890 [ 12072] By: ams                                   on 2001/09/18  18:44:59
30891         Log: OP_RCATLINE is an SVOP, not a BASEOP.
30892      Branch: perl
30893            ! opcode.h opcode.pl
30894 ____________________________________________________________________________
30895 [ 12071] By: ams                                   on 2001/09/18  18:06:27
30896         Log: Deprecate != Depreciate.
30897      Branch: perl
30898            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
30899            ! lib/Pod/ParseUtils.pm
30900 ____________________________________________________________________________
30901 [ 12070] By: ams                                   on 2001/09/18  15:14:58
30902         Log: Subject: [PATCH] Getopt::Std cleanup
30903              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30904              Date: Tue, 18 Sep 2001 17:32:13 +0200
30905              Message-Id: <20010918173213.C777@rafael>
30906      Branch: perl
30907            ! lib/Getopt/Std.pm lib/Getopt/Std.t
30908 ____________________________________________________________________________
30909 [ 12069] By: sky                                   on 2001/09/18  14:56:33
30910         Log: Forgot the makefile
30911      Branch: perl
30912            + ext/threads/Makefile.PL
30913 ____________________________________________________________________________
30914 [ 12068] By: sky                                   on 2001/09/18  14:13:26
30915         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
30916              The test will fail because of Test.pm not knowing about threads. 
30917              basic needs to be manually tested
30918              compile time warnings on IV2PTR conversions need to be fixed
30919      Branch: perl
30920            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
30921            + ext/threads/threads.h ext/threads/threads.pm
30922            + ext/threads/threads.xs
30923            ! MANIFEST
30924 ____________________________________________________________________________
30925 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
30926         Log: DJGPP tweak from Laszlo Molnar.
30927      Branch: perl
30928            ! djgpp/config.over
30929 ____________________________________________________________________________
30930 [ 12066] By: sky                                   on 2001/09/18  10:24:31
30931         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
30932      Branch: perl
30933            ! sharedsv.c sharedsv.h
30934 ____________________________________________________________________________
30935 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
30936         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
30937              ditto ^cns.
30938      Branch: perl
30939            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
30940            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
30941            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
30942            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
30943            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
30944            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
30945            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
30946            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
30947            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
30948            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
30949            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
30950            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
30951            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
30952            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
30953            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
30954            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
30955            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
30956            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
30957            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
30958            + ext/Encode/Encode/ir-197.enc
30959            - ext/Encode/Encode/cns11643-1.enc
30960            - ext/Encode/Encode/cns11643-2.enc
30961            - ext/Encode/Encode/iso2022-cn.enc
30962            - ext/Encode/Encode/iso2022-jp.enc
30963            - ext/Encode/Encode/iso2022-jp1.enc
30964            - ext/Encode/Encode/iso2022-jp2.enc
30965            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
30966            - ext/Encode/Encode/iso8859-1.enc
30967            - ext/Encode/Encode/iso8859-1.ucm
30968            - ext/Encode/Encode/iso8859-10.enc
30969            - ext/Encode/Encode/iso8859-10.ucm
30970            - ext/Encode/Encode/iso8859-11.enc
30971            - ext/Encode/Encode/iso8859-11.ucm
30972            - ext/Encode/Encode/iso8859-13.enc
30973            - ext/Encode/Encode/iso8859-13.ucm
30974            - ext/Encode/Encode/iso8859-14.enc
30975            - ext/Encode/Encode/iso8859-14.ucm
30976            - ext/Encode/Encode/iso8859-15.enc
30977            - ext/Encode/Encode/iso8859-15.ucm
30978            - ext/Encode/Encode/iso8859-16.enc
30979            - ext/Encode/Encode/iso8859-16.ucm
30980            - ext/Encode/Encode/iso8859-2.enc
30981            - ext/Encode/Encode/iso8859-2.ucm
30982            - ext/Encode/Encode/iso8859-3.enc
30983            - ext/Encode/Encode/iso8859-3.ucm
30984            - ext/Encode/Encode/iso8859-4.enc
30985            - ext/Encode/Encode/iso8859-4.ucm
30986            - ext/Encode/Encode/iso8859-5.enc
30987            - ext/Encode/Encode/iso8859-5.ucm
30988            - ext/Encode/Encode/iso8859-6.enc
30989            - ext/Encode/Encode/iso8859-6.ucm
30990            - ext/Encode/Encode/iso8859-7.enc
30991            - ext/Encode/Encode/iso8859-7.ucm
30992            - ext/Encode/Encode/iso8859-8.enc
30993            - ext/Encode/Encode/iso8859-8.ucm
30994            - ext/Encode/Encode/iso8859-9.enc
30995            - ext/Encode/Encode/iso8859-9.ucm
30996            - ext/Encode/Encode/isoir-197.enc
30997            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
30998 ____________________________________________________________________________
30999 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
31000         Log: Must Uppercase.
31001      Branch: perl
31002            ! ext/Encode/Encode.pm
31003 ____________________________________________________________________________
31004 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
31005         Log: Add various encodings.
31006      Branch: perl
31007            + ext/Encode/Encode/iso8859-11.enc
31008            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
31009            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
31010            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
31011            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
31012            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
31013            + ext/Encode/Encode/viscii.ucm
31014            ! MANIFEST ext/Encode/Encode.pm
31015 ____________________________________________________________________________
31016 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
31017         Log: lib/unicode relic.
31018      Branch: perl
31019            ! ext/Encode/compile
31020 ____________________________________________________________________________
31021 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
31022         Log: Subject: [PATCH] Re: filename problems
31023              From: Michael G Schwern <schwern@pobox.com>
31024              Date: Mon, 17 Sep 2001 17:26:26 -0400
31025              Message-ID: <20010917172626.Q585@blackrider>
31026      Branch: perl
31027            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
31028            - t/lib/sample-tests/header_at_end
31029            - t/lib/sample-tests/header_at_end_fail
31030            ! MANIFEST lib/Test/Harness/t/test-harness.t
31031 ____________________________________________________________________________
31032 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
31033         Log: Explicitly explain the 1e9 seconds, not everybody
31034              is a C geek.
31035      Branch: perl
31036            ! ext/Time/HiRes/HiRes.pm
31037 ____________________________________________________________________________
31038 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
31039         Log: Explain an apparent bug reported by
31040              Richard J. Barbalace <rjbarbal@MIT.EDU>,
31041              with additional explanation from Gisle Aas.
31042      Branch: perl
31043            ! ext/Time/HiRes/HiRes.pm
31044 ____________________________________________________________________________
31045 [ 12058] By: ams                                   on 2001/09/17  19:52:01
31046         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
31047              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31048              Date: Mon, 17 Sep 2001 22:48:05 +0200
31049              Message-Id: <20010917224805.C11744@rafael>
31050      Branch: perl
31051            ! t/lib/warnings/op t/lib/warnings/pp
31052 ____________________________________________________________________________
31053 [ 12057] By: ams                                   on 2001/09/17  16:51:18
31054         Log: Its a nit!
31055      Branch: perl
31056            ! sv.h
31057 ____________________________________________________________________________
31058 [ 12056] By: ams                                   on 2001/09/17  16:47:55
31059         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
31060              From: "Craig A. Berry" <craigberry@mac.com>
31061              Date: Mon, 17 Sep 2001 12:34:20 -0500
31062              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
31063      Branch: perl
31064            ! vms/vms.c
31065 ____________________________________________________________________________
31066 [ 12055] By: ams                                   on 2001/09/17  16:05:15
31067         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
31068              From: Gisle Aas <gisle@ActiveState.com>
31069              Date: 16 Apr 2001 16:20:34 -0700
31070              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
31071              (Applied by hand.)
31072      Branch: perl
31073            ! lib/CPAN.pm lib/CPAN/Nox.pm
31074 ____________________________________________________________________________
31075 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
31076         Log: Update Changes.
31077      Branch: perl
31078            ! Changes patchlevel.h
31079 ____________________________________________________________________________
31080 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
31081         Log: Adding new files to the MANIFEST is always nice.
31082      Branch: perl
31083            ! MANIFEST
31084 ____________________________________________________________________________
31085 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
31086         Log: Reindent the PerlIO files (suggested by NI-S), used
31087              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
31088              (GNU indent).  Note that wholesale re-indenting might
31089              be nice, but that would break nice formatting/alignment
31090              of assignments, equality testing, and complex boolean
31091              expressions with lots of &s and |s.
31092      Branch: perl
31093            ! perlio.c perlio.h perliol.h
31094 ____________________________________________________________________________
31095 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
31096         Log: Add a script for being 8.3-polite.
31097              The found conflicts are being worked on.
31098      Branch: perl
31099            + check83.pl
31100            ! MANIFEST Porting/pumpkin.pod
31101 ____________________________________________________________________________
31102 [ 12050] By: sky                                   on 2001/09/17  12:44:36
31103         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
31104              finding it.
31105      Branch: perl
31106            ! sv.c
31107 ____________________________________________________________________________
31108 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
31109         Log: Bump up versions because of #12041.
31110      Branch: perl
31111            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
31112            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
31113            ! lib/Time/localtime.pm
31114 ____________________________________________________________________________
31115 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
31116         Log: Bump the version number because of #12042.
31117      Branch: perl
31118            ! lib/CPAN/FirstTime.pm
31119 ____________________________________________________________________________
31120 [ 12047] By: ams                                   on 2001/09/17  11:21:40
31121         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
31122              From: Abhijit Menon-Sen <ams@wiw.org>
31123              Date: Mon, 17 Sep 2001 17:44:12 +0530
31124              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
31125      Branch: perl
31126            ! op.c
31127 ____________________________________________________________________________
31128 [ 12046] By: sky                                   on 2001/09/17  07:14:17
31129         Log: Subject: Re: t/op/ver.t using skip() improperly
31130              From: "chromatic" <chromatic@rmci.net>
31131              Date: Mon, 17 Sep 2001 00:22:29 -0600
31132              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
31133      Branch: perl
31134            ! t/op/ver.t
31135 ____________________________________________________________________________
31136 [ 12045] By: nick                                  on 2001/09/17  07:12:14
31137         Log: Integrate mainline
31138      Branch: perlio
31139           +> t/op/chdir.t
31140           !> (integrate 117 files)
31141 ____________________________________________________________________________
31142 [ 12044] By: ams                                   on 2001/09/17  05:49:53
31143         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
31144              From: Ilmari Karonen <iltzu@sci.fi>
31145              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
31146              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
31147              (And $VERSION = '1.05'.)
31148      Branch: perl
31149            ! lib/constant.pm
31150 ____________________________________________________________________________
31151 [ 12043] By: ams                                   on 2001/09/17  05:44:50
31152         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
31153              From: Michael G Schwern <schwern@pobox.com>
31154              Date: Mon, 17 Sep 2001 07:49:04 +0200
31155              Message-Id: <20010917074904.V1588@blackrider>
31156              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
31157      Branch: perl
31158            + t/op/chdir.t
31159            ! MANIFEST pp_sys.c
31160 ____________________________________________________________________________
31161 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
31162         Log: Subject: Re: CPAN.pm needs some hacking 
31163              From: "chromatic" <chromatic@rmci.net>
31164              Date: Sun, 16 Sep 2001 16:46:29 -0600
31165              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
31166      Branch: perl
31167            ! lib/CPAN/FirstTime.pm
31168 ____________________________________________________________________________
31169 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
31170         Log: Change use|require 5.005_64 to use|require 5.6.1.
31171      Branch: perl
31172            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
31173            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
31174            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
31175            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
31176            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
31177            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
31178            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
31179            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
31180            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
31181            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
31182            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
31183            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
31184            ! lib/base.pm lib/fields.pm
31185 ____________________________________________________________________________
31186 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
31187         Log: Bump up version numbers.
31188              
31189              TODO 1: double check that pre-5.6.1 CPAN.pm:s
31190              don't try to download 5.8.0 because of the
31191              version numbers.  Mainly this means using _00
31192              in the core version numbers.
31193              
31194              TODO 2: the "use 5.005_64" in many modules
31195              needs to be changed to, say, "use 5.6.1".
31196      Branch: perl
31197            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
31198            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
31199            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
31200            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
31201            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
31202            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
31203            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
31204            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
31205            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
31206            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
31207            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
31208 ____________________________________________________________________________
31209 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
31210         Log: Use UCHARAT() as suggested by Inaba Hiroto.
31211      Branch: perl
31212            ! regexec.c
31213 ____________________________________________________________________________
31214 [ 12038] By: ams                                   on 2001/09/16  15:16:24
31215         Log: Subject: [PATCH] Re: Core module version numbers review
31216              From: Peter Scott <Peter@PSDT.com>
31217              Date: Sun, 16 Sep 2001 09:09:58 -0700
31218              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
31219      Branch: perl
31220            ! lib/perl5db.pl
31221 ____________________________________________________________________________
31222 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
31223         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
31224              not yet fully implemented.
31225      Branch: perl
31226            ! pod/perlfunc.pod pod/perlunicode.pod
31227 ____________________________________________________________________________
31228 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
31229         Log: Subject: [patch] plug PL_beginav_save leak
31230              From: Doug MacEachern <dougm@covalent.net>
31231              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
31232              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
31233      Branch: perl
31234            ! perl.c
31235 ____________________________________________________________________________
31236 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
31237         Log: (accidentally empty checkin)
31238      Branch: perl
31239            ! sv.c
31240 ____________________________________________________________________________
31241 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
31242         Log: Subject: [patch] ithreads+PL_beginav_save
31243              From: Doug MacEachern <dougm@covalent.net>
31244              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
31245              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
31246      Branch: perl
31247            ! sv.c
31248 ____________________________________________________________________________
31249 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
31250         Log: Subject: [PATCH] h2xs.PL with C::Scan
31251              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31252              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
31253              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
31254      Branch: perl
31255            ! utils/h2xs.PL
31256 ____________________________________________________________________________
31257 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
31258         Log: Elaborate (well, make more vague, really) #12030.
31259      Branch: perl
31260            ! pod/perltodo.pod pod/perlunicode.pod
31261 ____________________________________________________________________________
31262 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
31263         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
31264              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
31265              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
31266              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
31267      Branch: perl
31268            ! regexec.c
31269 ____________________________________________________________________________
31270 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
31271         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
31272              are not yet complete.
31273      Branch: perl
31274            ! pod/perltodo.pod pod/perlunicode.pod
31275 ____________________________________________________________________________
31276 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
31277         Log: Document what's still to be done on the regular expression
31278              Unicode support, based on the UTR#18.
31279      Branch: perl
31280            ! pod/perltodo.pod pod/perlunicode.pod
31281 ____________________________________________________________________________
31282 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
31283         Log: Regen headers.
31284      Branch: perl
31285            ! embedvar.h perlapi.h
31286 ____________________________________________________________________________
31287 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
31288         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
31289              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
31290              Date: Sun, 09 Sep 2001 18:41:54 +0100
31291              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
31292      Branch: perl
31293            ! Porting/findvars ext/ByteLoader/bytecode.h
31294            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
31295            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
31296 ____________________________________________________________________________
31297 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
31298         Log: enable most warnings for windows build; fix the various typecasting
31299              nits that showed up (no bugfixes here)
31300      Branch: maint-5.6/perl
31301            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
31302            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
31303            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
31304            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
31305            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
31306            ! x2p/walk.c
31307 ____________________________________________________________________________
31308 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
31309         Log: Integrate change #12024 from maintperl
31310              (a local() precedence bug)
31311      Branch: perl
31312           !> lib/ExtUtils/Install.pm
31313 ____________________________________________________________________________
31314 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
31315         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
31316              change#8642
31317      Branch: maint-5.6/perl
31318            ! lib/ExtUtils/Install.pm
31319 ____________________________________________________________________________
31320 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
31321         Log: Update Changes.
31322      Branch: perl
31323            ! Changes patchlevel.h
31324 ____________________________________________________________________________
31325 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
31326         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
31327              From: "chromatic" <chromatic@rmci.net>
31328              Date: Fri, 14 Sep 2001 09:44:57 -0600 
31329              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
31330      Branch: perl
31331            ! lib/ExtUtils/Manifest.t
31332 ____________________________________________________________________________
31333 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
31334         Log: Hopefully better skipping of the Complete.t tests
31335              in case of not a tty. 
31336      Branch: perl
31337            ! lib/Term/Complete.t t/op/stat.t
31338 ____________________________________________________________________________
31339 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
31340         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
31341              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
31342              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
31343              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
31344      Branch: perl
31345            ! regexec.c t/op/pat.t
31346 ____________________________________________________________________________
31347 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
31348         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
31349              From: Robin Barker <rmb1@cise.npl.co.uk>
31350              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
31351              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
31352      Branch: perl
31353            ! pod/perlport.pod
31354 ____________________________________________________________________________
31355 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
31356         Log: NetWare tweaks from Ananth Kesari.
31357      Branch: perl
31358            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
31359            ! NetWare/nwutil.h
31360 ____________________________________________________________________________
31361 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
31362         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
31363              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31364              Date: Fri, 14 Sep 2001 10:51:13 +0200
31365              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
31366      Branch: perl
31367            ! pod/perlport.pod
31368 ____________________________________________________________________________
31369 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
31370         Log: Subject: Re: [PATCH 2 pl2pm.PL]
31371              From: Joe Smith <Joe.Smith@inwap.com>
31372              Date: Fri, 14 Sep 2001 00:13:32 -0700
31373              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
31374              
31375              Eradicate qu.
31376      Branch: perl
31377            ! keywords.h keywords.pl utils/pl2pm.PL
31378 ____________________________________________________________________________
31379 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
31380         Log: Retract #12013, didn't go over too well in Tru64.
31381      Branch: perl
31382            ! embed.h embed.pl sv.h
31383 ____________________________________________________________________________
31384 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
31385         Log: Subject: [PATCH] Execute files of debugger commands
31386              From: Peter Scott <Peter@PSDT.com>
31387              Date: Thu, 13 Sep 2001 15:26:31 -0700
31388              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
31389      Branch: perl
31390            ! lib/perl5db.pl pod/perldebug.pod
31391 ____________________________________________________________________________
31392 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
31393         Log: (Retracted by #12015)
31394              Subject: [proposed PATCH] Re: perl@11920
31395              From: Nicholas Clark <nick@ccl4.org>
31396              Date: Wed, 12 Sep 2001 23:46:09 +0100
31397              Message-ID: <20010912234609.H4971@plum.flirble.org>     
31398      Branch: perl
31399            ! embed.h embed.pl sv.h
31400 ____________________________________________________________________________
31401 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
31402         Log: ucblib shouldn't be linked against in nonstop-ux,
31403              from Tom Bates.
31404      Branch: perl
31405            ! hints/nonstopux.sh
31406 ____________________________________________________________________________
31407 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
31408         Log: Do stty only if we have stty.
31409              
31410              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
31411      Branch: perl
31412            ! lib/Term/Complete.pm
31413 ____________________________________________________________________________
31414 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
31415         Log: Skip the test if not running on a tty.
31416      Branch: perl
31417            ! lib/Term/Complete.t
31418 ____________________________________________________________________________
31419 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
31420         Log: Regen headers.
31421      Branch: perl
31422            ! embed.h opcode.h pod/perlapi.pod proto.h
31423 ____________________________________________________________________________
31424 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
31425         Log: Subject: [PATCH op.c] Re: perl@12003
31426              From: Robin Barker <rmb1@cise.npl.co.uk>
31427              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
31428              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
31429      Branch: perl
31430            ! op.c
31431 ____________________________________________________________________________
31432 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
31433         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
31434              From: Robin Barker <rmb1@cise.npl.co.uk>
31435              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
31436              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
31437      Branch: perl
31438            ! sv.c
31439 ____________________________________________________________________________
31440 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
31441         Log: Upgrade to Memoize 0.66.
31442      Branch: perl
31443            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
31444            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
31445            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
31446 ____________________________________________________________________________
31447 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
31448         Log: Subject: [ID 20010912.007] substr reference core dump
31449              From: me-01@ton.iguana.be
31450              Date: 12 Sep 2001 14:11:16 -0000
31451              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
31452      Branch: perl
31453            ! mg.c
31454 ____________________________________________________________________________
31455 [ 12004] By: ams                                   on 2001/09/12  01:13:49
31456         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
31457              From: Ilmari Karonen <iltzu@sci.fi>
31458              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
31459              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
31460      Branch: perl
31461            ! pod/perlfaq4.pod
31462 ____________________________________________________________________________
31463 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
31464         Log: Update Changes.
31465      Branch: perl
31466            ! Changes patchlevel.h
31467 ____________________________________________________________________________
31468 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
31469         Log: NetWare update from Ananth Kesari.
31470      Branch: perl
31471            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
31472            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
31473 ____________________________________________________________________________
31474 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
31475         Log: Retract #11984: div() being redefined, and 1397
31476              failing on 64-bit platforms.
31477      Branch: perl
31478            ! lib/Math/BigInt/Calc.pm
31479 ____________________________________________________________________________
31480 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
31481         Log: Metaconfig unit change for #11999.
31482      Branch: metaconfig
31483            ! U/protos/d_lseekproto.U
31484 ____________________________________________________________________________
31485 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
31486         Log: The lseek fix (#11991) was no fix.
31487      Branch: perl
31488            ! Configure
31489 ____________________________________________________________________________
31490 [ 11998] By: sky                                   on 2001/09/11  07:52:06
31491         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
31492              From: Matt Sergeant <MSergeant@star.net.uk>
31493              Date: Tue, 11 Sep 2001 09:22:32 +0100
31494              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
31495      Branch: perl
31496            ! ext/Encode/Encode.pm
31497 ____________________________________________________________________________
31498 [ 11997] By: sky                                   on 2001/09/11  06:35:29
31499         Log: Sometimes dTHX is added because it is needed on non 
31500              gnuc platforms, but not needed there. This uses GCC
31501              to silence GCC specific warnings by marking pTHX as 
31502              unused.
31503      Branch: perl
31504            ! perl.h
31505 ____________________________________________________________________________
31506 [ 11996] By: nick                                  on 2001/09/11  06:25:27
31507         Log: Integrate mainline
31508      Branch: perlio
31509            - ext/POSIX/sigaction.t lib/File/Find/taint.t
31510           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
31511 ____________________________________________________________________________
31512 [ 11995] By: nick                                  on 2001/09/11  06:23:39
31513         Log: Part Integrate mainline
31514      Branch: perlio
31515           +> (branch 69 files)
31516            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
31517            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
31518            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
31519            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
31520            - lib/Switch/t/switch_case.t lib/Test/Harness.t
31521            - lib/Test/More/Changes lib/Test/More/t/More.t
31522            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
31523            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
31524            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
31525            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
31526            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
31527            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
31528            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
31529            - t/lib/Test/More/Catch.pm wince/perl.ico
31530           !> (integrate 197 files)
31531 ____________________________________________________________________________
31532 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
31533         Log: Subject: Re: [PATCH] Encode.pm docs fix
31534              From: Gisle Aas <gisle@ActiveState.com>
31535              Date: 10 Sep 2001 11:27:02 -0700
31536              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
31537      Branch: perl
31538            ! ext/Encode/Encode.pm
31539 ____________________________________________________________________________
31540 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
31541         Log: Fix unpack U to be the reverse of pack U
31542              (but implement unpack U0U as a backdoor to get
31543              the UTF-8 malformed warnings from un-UTF-8 data)
31544      Branch: perl
31545            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
31546 ____________________________________________________________________________
31547 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
31548         Log: Metaconfig unit change for #11991;
31549              delete an unused unit (d_strtoull.U is the one used)
31550      Branch: metaconfig
31551            ! U/protos/d_lseekproto.U
31552      Branch: metaconfig/U/perl
31553            - strtoull.U
31554 ____________________________________________________________________________
31555 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
31556         Log: Subject: [PATCH] Configure not recording lseek proto
31557              From: Blair Zajac <blair@orcaware.com>
31558              Date: Mon, 10 Sep 2001 17:52:37 -0700
31559              Message-ID: <3B9D6055.BA334A31@orcaware.com>
31560              
31561              plus regen Configure.
31562      Branch: perl
31563            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31564            ! config_h.SH uconfig.h
31565 ____________________________________________________________________________
31566 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
31567         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?)))                  
31568              From: Nicholas Clark <nick@ccl4.org>
31569              Date: Tue, 11 Sep 2001 00:00:31 +0100
31570              Message-ID: <20010911000031.G1512@plum.flirble.org>
31571      Branch: perl
31572            + t/op/qq.t
31573            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
31574 ____________________________________________________________________________
31575 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
31576         Log: Subject: [PATCH] Building on win32 w/o perlio
31577              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
31578              Date: Mon, 10 Sep 2001 23:38:46 +0200
31579              Message-ID: <3B9D4F06.14433.2C37644@localhost>
31580      Branch: perl
31581            ! perl.c win32/Makefile win32/makefile.mk
31582 ____________________________________________________________________________
31583 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
31584         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
31585              From: "chromatic" <chromatic@rmci.net>
31586              Date: Mon, 10 Sep 2001 15:14:01 -0600
31587              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
31588      Branch: perl
31589            + lib/CGI/t/push.t
31590            ! MANIFEST
31591 ____________________________________________________________________________
31592 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
31593         Log: Subject: avoiding hoardes of zombies
31594              From: Nicholas Clark <nick@ccl4.org>
31595              Date: Mon, 10 Sep 2001 22:00:40 +0100
31596              Message-ID: <20010910220040.C1512@plum.flirble.org>
31597      Branch: perl
31598            ! pod/perlipc.pod
31599 ____________________________________________________________________________
31600 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
31601         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
31602              From: John Peacock <jpeacock@rowman.com>
31603              Date: Mon, 10 Sep 2001 16:34:30 -0400
31604              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
31605      Branch: perl
31606            ! sv.c t/op/ver.t utf8.h
31607 ____________________________________________________________________________
31608 [ 11985] By: ams                                   on 2001/09/10  23:20:13
31609         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
31610      Branch: perl
31611            ! MANIFEST
31612 ____________________________________________________________________________
31613 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
31614         Log: (Retracted by #12001)
31615              Subject: Calc with USE_MUL/USE_DIV
31616              From: Tels <perl_dummy@bloodgate.com>
31617              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
31618              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
31619      Branch: perl
31620            ! lib/Math/BigInt/Calc.pm
31621 ____________________________________________________________________________
31622 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
31623         Log: Subject: [PATCH op.c] Re: perl@11978
31624              From: Robin Barker <rmb1@cise.npl.co.uk>
31625              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
31626              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
31627              
31628              Format errors.
31629      Branch: perl
31630            ! op.c
31631 ____________________________________________________________________________
31632 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
31633         Log: Switch PADOFFSET back to U32 both because of binary backward
31634              compatibility and because Arthur seems to have been fixing the
31635              problems with naughty integer-pointer casting.
31636      Branch: perl
31637            ! op.h
31638 ____________________________________________________________________________
31639 [ 11981] By: ams                                   on 2001/09/10  16:31:43
31640         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
31641              Fix Pod Typo, Add Test for ExtUtils::Command
31642              From: "chromatic" <chromatic@rmci.net>
31643              Date: Mon, 10 Sep 2001 11:20:56 -0600
31644              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
31645      Branch: perl
31646            + lib/ExtUtils/Command.t
31647            ! MANIFEST lib/ExtUtils/Command.pm
31648 ____________________________________________________________________________
31649 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
31650         Log: Subject: [PATCH] Encode.pm docs fix
31651              From: Matt Sergeant <MSergeant@star.net.uk>
31652              Date: Mon, 10 Sep 2001 15:24:01 +0100
31653              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
31654      Branch: perl
31655            ! ext/Encode/Encode.pm
31656 ____________________________________________________________________________
31657 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
31658         Log: Update Changes.
31659      Branch: perl
31660            ! Changes patchlevel.h
31661 ____________________________________________________________________________
31662 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
31663         Log: Revert #11973, the dTHX seems to be needed in there
31664              for threaded builds.
31665      Branch: perl
31666            ! perlio.c
31667 ____________________________________________________________________________
31668 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
31669         Log: Detypo.
31670      Branch: perl
31671            ! pod/perlguts.pod
31672 ____________________________________________________________________________
31673 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
31674         Log: Further Class::Struct patching from Damian.
31675              
31676              The new new semantics are:
31677              
31678              * If you pass an initializer for a nested object, it has to be:
31679              a) a reference to an object of that class, or      
31680              b) a reference to an object of a subclass of that class, or
31681              c) a reference to a hash of arguments to be passed to the
31682              class's constructor
31683              * If you pass no initializer for a nested object, the attribute
31684              is initialized to C<undef>
31685      Branch: perl
31686            ! lib/Class/Struct.pm
31687 ____________________________________________________________________________
31688 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
31689         Log: Skip the crypt test if no crypt.
31690      Branch: perl
31691            ! t/op/crypt.t
31692 ____________________________________________________________________________
31693 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
31694         Log: Warn against using bare v-strings as IP addresses
31695              (okay if using the wrappers from Socket)
31696      Branch: perl
31697            ! pod/perldata.pod pod/perlport.pod
31698 ____________________________________________________________________________
31699 [ 11973] By: sky                                   on 2001/09/10  11:57:58
31700         Log: Remove unused dTHX. Silenced another warning.
31701      Branch: perl
31702            ! perlio.c
31703 ____________________________________________________________________________
31704 [ 11972] By: sky                                   on 2001/09/10  11:54:25
31705         Log: Silence some more warnings INT2PTR.
31706      Branch: perl
31707            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
31708 ____________________________________________________________________________
31709 [ 11971] By: sky                                   on 2001/09/10  11:21:50
31710         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
31711      Branch: perl
31712            ! cop.h
31713 ____________________________________________________________________________
31714 [ 11970] By: sky                                   on 2001/09/10  11:17:25
31715         Log: Apply INT2PTR with force to silence warnings from
31716              PM_GETRE and friends. No more warnings with 64bit 
31717              IVs and 32bit pointers.    
31718      Branch: perl
31719            ! op.c op.h perl.c
31720 ____________________________________________________________________________
31721 [ 11969] By: sky                                   on 2001/09/10  10:13:02
31722         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
31723      Branch: perl
31724            ! pod/perlguts.pod
31725 ____________________________________________________________________________
31726 [ 11968] By: sky                                   on 2001/09/10  10:02:51
31727         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
31728              Rename to custop_op_name to Perl_custom_op_name to match perlapi
31729              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
31730              perl_clone.
31731      Branch: perl
31732            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
31733 ____________________________________________________________________________
31734 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
31735         Log: Using strlen() not good on embedded nul bytes.
31736      Branch: perl
31737            ! regcomp.c
31738 ____________________________________________________________________________
31739 [ 11966] By: ams                                   on 2001/09/09  21:06:13
31740         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
31741              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31742              Date: Mon, 13 Aug 2001 22:51:59 +0200
31743              Message-ID: <20010813225159.C6681@rafael>
31744              (Applied with several tweaks.)
31745      Branch: perl
31746            ! embed.h embed.pl proto.h toke.c
31747 ____________________________________________________________________________
31748 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
31749         Log: The exact error message is system-dependent.
31750      Branch: perl
31751            ! lib/ExtUtils/Manifest.t
31752 ____________________________________________________________________________
31753 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
31754         Log: Add Windows and Mac Sami support to Encode
31755              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
31756      Branch: perl
31757            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
31758            ! MANIFEST
31759 ____________________________________________________________________________
31760 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
31761         Log: Use the tried method.
31762      Branch: perl
31763            ! pod/perlport.pod
31764 ____________________________________________________________________________
31765 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
31766         Log: Can't count parentheses.
31767      Branch: perl
31768            ! ext/IO/lib/IO/Socket/INET.pm
31769 ____________________________________________________________________________
31770 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
31771         Log: perlport additions: 1 while unlink, add/delete directory
31772              entries and permissions, cygwin stat funkiness (from Michael
31773              Schwern and Nicholas Clark)
31774      Branch: perl
31775            ! pod/perlport.pod
31776 ____________________________________________________________________________
31777 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
31778         Log: blib does have a detectable test.
31779      Branch: perl
31780            ! t/lib/1_compile.t
31781 ____________________________________________________________________________
31782 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
31783         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
31784              From: "chromatic" <chromatic@rmci.net>
31785              Date: Sat, 08 Sep 2001 19:33:42 -0600
31786              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
31787      Branch: perl
31788            + lib/Term/Complete.t
31789            ! MANIFEST
31790 ____________________________________________________________________________
31791 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
31792         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
31793              From: Michael G Schwern <schwern@pobox.com> 
31794              Date: Sat, 8 Sep 2001 02:40:26 -0400
31795              Message-ID: <20010908024026.A26283@blackrider>
31796      Branch: perl
31797            + lib/Test/Tutorial.pod
31798            ! MANIFEST
31799 ____________________________________________________________________________
31800 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
31801         Log: Try to look up protocol (by name) only iff it has non-numbers:
31802              nice if the server is in a chrooted environment (no /etc/protocols,
31803              server code using hardcorded protocol numbers like 6 for tcp),
31804              suggested by John Holdsworth <coldwave@bigfoot.com>.
31805              In other words, if we are given a number, why look it up again
31806              (by number)?
31807      Branch: perl
31808            ! ext/IO/lib/IO/Socket/INET.pm
31809 ____________________________________________________________________________
31810 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
31811         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
31812              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
31813              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
31814              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
31815              
31816              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
31817              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
31818              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
31819              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
31820              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
31821              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
31822              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
31823              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
31824      Branch: perl
31825            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
31826 ____________________________________________________________________________
31827 [ 11955] By: ams                                   on 2001/09/09  02:54:21
31828         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
31829              From: "Craig A. Berry" <craigberry@mac.com>
31830              Date: Sat, 08 Sep 2001 19:02:16 -0500
31831              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
31832      Branch: perl
31833            ! lib/CGI/t/carp.t
31834 ____________________________________________________________________________
31835 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
31836         Log: Documentation tweaks; think the IP address as an opaque string.
31837      Branch: perl
31838            ! ext/Socket/Socket.pm
31839 ____________________________________________________________________________
31840 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
31841         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
31842              From: Michael G Schwern <schwern@pobox.com>
31843              Date: Sat, 8 Sep 2001 19:45:46 -0400
31844              Message-ID: <20010908194546.C9193@blackrider>
31845      Branch: perl
31846            + lib/blib.t
31847            ! MANIFEST lib/blib.pm t/lib/1_compile.t
31848 ____________________________________________________________________________
31849 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
31850         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
31851              From: "chromatic" <chromatic@rmci.net>
31852              Date: Sat, 08 Sep 2001 12:31:44 -0600
31853              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
31854      Branch: perl
31855            + lib/CGI/t/fast.t
31856            ! MANIFEST
31857 ____________________________________________________________________________
31858 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
31859         Log: The Socket tests were wrong: they were assuming too much.
31860      Branch: perl
31861            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
31862 ____________________________________________________________________________
31863 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
31864         Log: Retract the portability changes since they
31865              seem to have opened a can of worms... will
31866              go back to UNICOS/mk and do the bare minimum
31867              required to get the tests working.
31868      Branch: perl
31869            ! ext/Socket/Socket.xs
31870 ____________________________________________________________________________
31871 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
31872         Log: PADOFFSET is used to cast pointers into integers,
31873              if pointers are 64 bits and U32 32 bits,
31874              bad things may happen, or at least warnings issued.
31875      Branch: perl
31876            ! op.h
31877 ____________________________________________________________________________
31878 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
31879         Log: Still more Socket portability tweaking.
31880              Now Socket.t seems to be happy in all of
31881              Linux/x86, Tru64/alpha, Solaris/sparc,
31882              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
31883              
31884              Addendum: it seems that io_multihomed, io_sock, and hostent
31885              were broken in little-endians (linux/x86 and tru64/alpha)
31886              because of this change.  Argh.
31887      Branch: perl
31888            ! ext/Socket/Socket.xs
31889 ____________________________________________________________________________
31890 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
31891         Log: More portability kicking on inet_ntoa().
31892      Branch: perl
31893            ! ext/Socket/Socket.xs
31894 ____________________________________________________________________________
31895 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
31896         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
31897              From: Michael G Schwern <schwern@pobox.com> 
31898              Date: Fri, 7 Sep 2001 23:06:51 -0400
31899              Message-ID: <20010907230651.R606@blackrider>
31900      Branch: perl
31901            + lib/ExtUtils/Manifest.t
31902            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
31903 ____________________________________________________________________________
31904 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
31905         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
31906              From: "chromatic" <chromatic@rmci.net>
31907              Date: Fri, 07 Sep 2001 17:53:15 -0600      
31908              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
31909      Branch: perl
31910            + lib/ExtUtils/testlib.t
31911            ! MANIFEST
31912 ____________________________________________________________________________
31913 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
31914         Log: Thinko.
31915      Branch: perl
31916            ! lib/integer.t
31917 ____________________________________________________________________________
31918 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
31919         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
31920              From: "Craig A. Berry" <craigberry@mac.com>
31921              Date: Fri, 07 Sep 2001 15:30:03 -0500
31922              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
31923      Branch: perl
31924            ! lib/CGI/Carp.pm
31925 ____________________________________________________________________________
31926 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
31927         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
31928              From: Michael G Schwern <schwern@pobox.com>
31929              Date: Fri, 7 Sep 2001 15:38:13 -0400
31930              Message-ID: <20010907153813.K606@blackrider>
31931      Branch: perl
31932            ! lib/ExtUtils/MM_Unix.pm
31933 ____________________________________________________________________________
31934 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
31935         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
31936              From: Robin Barker <rmb1@cise.npl.co.uk>
31937              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
31938              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
31939      Branch: perl
31940            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
31941 ____________________________________________________________________________
31942 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
31943         Log: Clean up 1_compile.t; move tests to more consistent
31944              places (t/ subdirectories); add integer.t (much of
31945              the pragma is tested elsewhere but there is no one
31946              centralized place)
31947      Branch: perl
31948            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
31949            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
31950            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
31951            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
31952            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
31953            - lib/File/Find/find.t lib/File/Find/taint.t
31954            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
31955 ____________________________________________________________________________
31956 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
31957         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
31958              From: "chromatic" <chromatic@rmci.net>
31959              Date: Fri, 07 Sep 2001 10:17:40 -0600
31960              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
31961      Branch: perl
31962            ! lib/File/Find/taint.t
31963 ____________________________________________________________________________
31964 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
31965         Log: Update Changes.
31966      Branch: perl
31967            ! Changes patchlevel.h
31968 ____________________________________________________________________________
31969 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
31970         Log: Rename the old threading tutorial, start a new one,
31971              regen toc.
31972      Branch: perl
31973            + pod/perlothrtut.pod
31974            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
31975            ! pod/perltoc.pod
31976 ____________________________________________________________________________
31977 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
31978         Log: vars very much has a test.
31979      Branch: perl
31980            ! t/lib/1_compile.t
31981 ____________________________________________________________________________
31982 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
31983         Log: Subject: Re: wince/perl.ico marked as binary
31984              From: Nicholas Clark <nick@ccl4.org>
31985              Date: Fri, 7 Sep 2001 13:54:40 +0100
31986              Message-ID: <20010907135439.D39150@plum.flirble.org>
31987              
31988              and wince/Makefile.ce change from Rainer Keuchel.
31989      Branch: perl
31990            + wince/makeico.pl
31991            ! MANIFEST wince/Makefile.ce
31992 ____________________________________________________________________________
31993 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
31994         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
31995              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
31996              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
31997              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
31998      Branch: perl
31999            ! regexec.c
32000 ____________________________________________________________________________
32001 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
32002         Log: (Replaced by #11934)
32003              Subject: Re: [PATCH regexec.c] more general .* and .*?
32004              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
32005              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
32006              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
32007      Branch: perl
32008            ! regexec.c
32009 ____________________________________________________________________________
32010 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
32011         Log: The #11931 patching misbehaved.
32012      Branch: perl
32013            ! lib/Test/Harness/t/test-harness.t
32014 ____________________________________________________________________________
32015 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
32016         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
32017              From: Michael G Schwern <schwern@pobox.com>
32018              Date: Fri, 7 Sep 2001 03:30:41 -0400
32019              Message-ID: <20010907033041.A2796@blackrider>
32020      Branch: perl
32021            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
32022            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
32023            + t/lib/sample-tests/header_at_end_fail
32024            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
32025            - lib/Test/Harness.t
32026            ! MANIFEST lib/Test/Harness.pm t/TEST
32027 ____________________________________________________________________________
32028 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
32029         Log: Subject: [PATCH] Digest::MD5 update
32030              From: Gisle Aas <gisle@ActiveState.com>
32031              Date: 06 Sep 2001 23:32:56 -0700
32032              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
32033      Branch: perl
32034            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
32035            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
32036 ____________________________________________________________________________
32037 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
32038         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
32039              From: "chromatic" <chromatic@rmci.net>
32040              Date: Thu, 06 Sep 2001 23:11:44 -0600
32041              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
32042      Branch: perl
32043            + lib/less.t
32044            ! MANIFEST t/lib/1_compile.t
32045 ____________________________________________________________________________
32046 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
32047         Log: The binary file must somehow differently stored.
32048      Branch: perl
32049            - wince/perl.ico
32050            ! MANIFEST
32051 ____________________________________________________________________________
32052 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
32053         Log: Add more modules to the list of modules that have tests,
32054              Schwern's wallet is getting more nervous.
32055              (Run t/lib/1_compile.t manually to see which modules
32056              are lacking tests, or the tests can't be run for some
32057              reason or another, such as the Net:: modules)
32058      Branch: perl
32059            ! t/lib/1_compile.t
32060 ____________________________________________________________________________
32061 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
32062         Log: Try to make Socket::inet_ntoa() more robust.
32063      Branch: perl
32064            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
32065 ____________________________________________________________________________
32066 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
32067         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
32068              From: chromatic <chromatic@rmci.net>       
32069              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
32070              Message-Id: <01090522580506.19590@firewheel>           
32071      Branch: perl
32072            ! lib/English.t
32073 ____________________________________________________________________________
32074 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
32075         Log: Subject: Re: perlvar manpage and localizing special vars
32076              From: Stas Bekman <stas@stason.org>
32077              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
32078              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
32079      Branch: perl
32080            ! pod/perlvar.pod
32081 ____________________________________________________________________________
32082 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
32083         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
32084              From: Robin Barker <rmb1@cise.npl.co.uk>
32085              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
32086              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
32087      Branch: perl
32088            ! lib/ExtUtils/MakeMaker.pm
32089 ____________________________________________________________________________
32090 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
32091         Log: Symbol missing; AIX unhappy.
32092      Branch: perl
32093            ! makedef.pl
32094 ____________________________________________________________________________
32095 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
32096         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
32097              Reported in 5.61, seems to work okay in blead.
32098      Branch: perl
32099            ! t/run/kill_perl.t
32100 ____________________________________________________________________________
32101 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
32102         Log: Update Changes.
32103      Branch: perl
32104            ! Changes patchlevel.h
32105 ____________________________________________________________________________
32106 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
32107         Log: Document the bad assumptions currently breaking
32108              the Socket.t tests 10, 11, and 13 in UNICOS.
32109      Branch: perl
32110            ! ext/Socket/Socket.xs
32111 ____________________________________________________________________________
32112 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
32113         Log: Subject: [PATCH x2p] make OPTIMIZE=...
32114              From: Robin Barker <rmb1@cise.npl.co.uk>
32115              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
32116              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
32117      Branch: perl
32118            ! x2p/Makefile.SH x2p/cflags.SH
32119 ____________________________________________________________________________
32120 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
32121         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
32122              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
32123              Date: Thu, 6 Sep 2001 11:09:40 +0100
32124              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
32125              
32126              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
32127              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
32128              Date: 6 Sep 2001 10:14:38 -0000
32129              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
32130      Branch: perl
32131            ! pod/perlfaq1.pod pod/perlhack.pod
32132 ____________________________________________________________________________
32133 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
32134         Log: Subject: Extra NUL is Data::Dumper output - patch
32135              From: Tony Cook <tony@develop-help.com>
32136              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
32137              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
32138      Branch: perl
32139            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
32140 ____________________________________________________________________________
32141 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
32142         Log: Avoid redefinition warning
32143              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
32144              from
32145              perl -w -Ilib -MCwd -e ''
32146      Branch: perl
32147            ! lib/Cwd.pm
32148 ____________________________________________________________________________
32149 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
32150         Log: Update the is_tainted() example implementation.
32151      Branch: perl
32152            ! pod/perlsec.pod
32153 ____________________________________________________________________________
32154 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
32155         Log: Missing) in #11912.
32156      Branch: perl
32157            ! lib/Test/Simple/t/fail.t
32158 ____________________________________________________________________________
32159 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
32160         Log: Rewhack Test-Simple into core harness.
32161      Branch: perl
32162            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
32163            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
32164            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
32165            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
32166            ! lib/Test/Simple/t/skipall.t
32167 ____________________________________________________________________________
32168 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
32169         Log: Workaround for the new Exporter 'feature'.
32170      Branch: perl
32171            ! lib/Test/More.pm
32172 ____________________________________________________________________________
32173 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
32174         Log: Re-introduce pure-Perl fall-back for abs_path,
32175              re-introduce #11898.
32176      Branch: perl
32177            ! lib/Cwd.pm lib/File/Find.pm
32178 ____________________________________________________________________________
32179 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
32180         Log: More tests.
32181      Branch: perl
32182            ! lib/Exporter.t
32183 ____________________________________________________________________________
32184 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
32185         Log: Retract #11898 for now because it introduces
32186              a rather nasty depencency: when B is being built,
32187              MakeMaker is used.  MakeMaker uses File::Find.
32188              File::Find uses Cwd::getcwd()...which doesn't
32189              exist yet.
32190      Branch: perl
32191            ! lib/File/Find.pm
32192 ____________________________________________________________________________
32193 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
32194         Log: New test welcome.
32195      Branch: perl
32196            + lib/Test/Simple/t/simple.t
32197 ____________________________________________________________________________
32198 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
32199         Log: Old test begone.
32200      Branch: perl
32201            - lib/Attribute/Handlers/test.pl
32202 ____________________________________________________________________________
32203 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
32204         Log: Test-Simple syncup from Schwern.
32205      Branch: perl
32206            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
32207            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
32208            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
32209            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
32210            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
32211            - lib/Test/More/Changes lib/Test/More/t/More.t
32212            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
32213            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
32214            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
32215            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
32216            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
32217            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
32218            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
32219            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
32220            ! t/lib/Test/Simple/sample_tests/death.plx
32221            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
32222            ! t/lib/Test/Simple/sample_tests/extras.plx
32223            ! t/lib/Test/Simple/sample_tests/five_fail.plx
32224            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
32225            ! t/lib/Test/Simple/sample_tests/one_fail.plx
32226            ! t/lib/Test/Simple/sample_tests/require.plx
32227            ! t/lib/Test/Simple/sample_tests/success.plx
32228            ! t/lib/Test/Simple/sample_tests/too_few.plx
32229            ! t/lib/Test/Simple/sample_tests/two_fail.plx
32230 ____________________________________________________________________________
32231 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
32232         Log: Integrate File::Find changes from bleadperl
32233      Branch: maint-5.6/macperl
32234            ! lib/File/Find.pm t/lib/filefind-taint.t
32235 ____________________________________________________________________________
32236 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
32237         Log: Integrate 11847 from maint-5.6/perl
32238      Branch: maint-5.6/macperl
32239           !> sv.c
32240 ____________________________________________________________________________
32241 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
32242         Log: In UNICOS division yada yada.
32243      Branch: perl
32244            ! t/op/override.t
32245 ____________________________________________________________________________
32246 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
32247         Log: In UNICOS division is really lossy, better use
32248              a tolerance test.
32249      Branch: perl
32250            ! ext/Time/HiRes/HiRes.t
32251 ____________________________________________________________________________
32252 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
32253         Log: In UNICOS sigaction() sets an extra flag
32254              ("the signal has been registered for all the processes in
32255              a multitasking group.")
32256      Branch: perl
32257            ! ext/POSIX/sigaction.t
32258 ____________________________________________________________________________
32259 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
32260         Log: Documentation micropatch from Damian.
32261      Branch: perl
32262            ! lib/Attribute/Handlers.pm
32263 ____________________________________________________________________________
32264 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
32265         Log: (Retracted by #11908)
32266              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
32267              From: Michael G Schwern <schwern@pobox.com>
32268              Date: Wed, 5 Sep 2001 15:58:21 -0400
32269              Message-ID: <20010905155821.I632@blackrider>
32270      Branch: perl
32271            ! lib/File/Find.pm lib/File/Find/taint.t
32272 ____________________________________________________________________________
32273 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
32274         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
32275              From: Michael G Schwern <schwern@pobox.com>
32276              Date: Wed, 5 Sep 2001 19:16:31 -0400
32277              Message-ID: <20010905191631.E11386@blackrider>
32278      Branch: perl
32279            + lib/CGI/t/carp.t
32280            ! MANIFEST
32281 ____________________________________________________________________________
32282 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
32283         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
32284              From: chromatic <chromatic@rmci.net>
32285              Date: Wed, 5 Sep 2001 18:08:07 -0600
32286              Message-Id: <01090518080700.19590@firewheel>
32287      Branch: perl
32288            ! lib/English.pm
32289 ____________________________________________________________________________
32290 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
32291         Log: Fix a typo #11889 and add a test for the same.
32292      Branch: perl
32293            ! ext/Socket/Socket.t ext/Socket/Socket.xs
32294 ____________________________________________________________________________
32295 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
32296         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
32297              From: "Craig A. Berry" <craigberry@mac.com>
32298              Date: Wed, 05 Sep 2001 17:48:54 -0500
32299              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
32300      Branch: perl
32301            ! lib/warnings.t t/run/kill_perl.t
32302 ____________________________________________________________________________
32303 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
32304         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
32305              From: Michael G Schwern <schwern@pobox.com>
32306              Date: Wed, 5 Sep 2001 17:22:25 -0400
32307              Message-ID: <20010905172225.C11386@blackrider>
32308      Branch: perl
32309            ! t/run/kill_perl.t
32310 ____________________________________________________________________________
32311 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
32312         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
32313              From: Nicholas Clark <nick@ccl4.org>
32314              Date: Wed, 5 Sep 2001 20:54:24 +0100
32315              Message-ID: <20010905205424.C25120@plum.flirble.org>
32316      Branch: perl
32317            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
32318 ____________________________________________________________________________
32319 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
32320         Log: Forgotten thing.
32321      Branch: perl
32322            ! uconfig.h
32323 ____________________________________________________________________________
32324 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
32325         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
32326              From: chromatic <chromatic@rmci.net>               
32327              Date: Wed, 5 Sep 2001 13:22:08 -0600
32328              Message-Id: <01090513220807.10587@firewheel> 
32329      Branch: perl
32330            ! lib/English.pm
32331 ____________________________________________________________________________
32332 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
32333         Log: inet_ntoa() tweaks:
32334              - don't allow addresses with > 255 characters
32335              - indent the HP-UX workaround
32336              - don't leak memory
32337      Branch: perl
32338            ! ext/Socket/Socket.xs
32339 ____________________________________________________________________________
32340 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
32341         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
32342              <xwu@theeducationcenter.com>
32343      Branch: perl
32344            ! lib/File/Find.pm
32345 ____________________________________________________________________________
32346 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
32347         Log: Typo nits.
32348      Branch: perl
32349            ! lib/File/Find.pm
32350 ____________________________________________________________________________
32351 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
32352         Log: -Wall nit.
32353      Branch: perl
32354            ! op.c
32355 ____________________________________________________________________________
32356 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
32357         Log: Update to Scalar-List-Utils 1.05
32358      Branch: perl
32359            ! ext/List/Util/ChangeLog ext/List/Util/README
32360            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
32361 ____________________________________________________________________________
32362 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
32363         Log: Update Changes.
32364      Branch: perl
32365            ! Changes patchlevel.h
32366 ____________________________________________________________________________
32367 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
32368         Log: Update to Scalar-List-Utils 1.04
32369      Branch: perl
32370            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
32371            ! ext/List/Util/lib/List/Util.pm
32372            ! ext/List/Util/lib/Scalar/Util.pm
32373 ____________________________________________________________________________
32374 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
32375         Log: Metaconfigify #11724.
32376      Branch: metaconfig
32377            ! U/threads/archname.U
32378 ____________________________________________________________________________
32379 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
32380         Log: The MacOS reference is okay, no reason to hide it.
32381      Branch: perl
32382            ! lib/Cwd.pm
32383 ____________________________________________________________________________
32384 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
32385         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
32386              From: Michael G Schwern <schwern@pobox.com>
32387              Date: Tue, 4 Sep 2001 15:30:10 -0400
32388              Message-ID: <20010904153010.H26466@blackrider> 
32389              
32390              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
32391      Branch: perl
32392            ! ext/Cwd/Makefile.PL lib/Cwd.pm
32393 ____________________________________________________________________________
32394 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
32395         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.))
32396              From: Michael G Schwern <schwern@pobox.com>
32397              Date: Tue, 4 Sep 2001 17:39:13 -0400
32398              Message-ID: <20010904173913.C626@blackrider>
32399      Branch: perl
32400            ! lib/Cwd.pm
32401 ____________________________________________________________________________
32402 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
32403         Log: Subject: Re: Perl_pp_* in public API?
32404              From: "Craig A. Berry" <craigberry@mac.com>
32405              Date: Tue, 4 Sep 2001 21:51:29 -0500
32406              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
32407      Branch: perl
32408            ! ext/List/Util/Util.xs
32409 ____________________________________________________________________________
32410 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
32411         Log: From Damian: Class::Struct was unable to define
32412              recursive classes.  After the patch an object reference
32413              (rather than a hash) is required to initialize
32414              an object attribute.  If no such initializer is given to
32415              the constructor, object attributes are now default
32416              initialized to C<undef>.
32417      Branch: perl
32418            ! lib/Class/Struct.pm lib/Class/Struct.t
32419 ____________________________________________________________________________
32420 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
32421         Log: Subject: Re: sv_catpvfn and sv_setpvfn
32422              From: Richard Soderberg <rs@oregonnet.com>
32423              Date: Tue, 4 Sep 2001 15:16:47 -0700
32424              Message-Id: <200109042216.PAA17858@oregonnet.com>
32425      Branch: perl
32426            ! pod/perlclib.pod pod/perlguts.pod
32427 ____________________________________________________________________________
32428 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
32429         Log: NetWare updates from Ananth Kesari.
32430      Branch: perl
32431            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
32432            ! NetWare/nw5thread.h
32433 ____________________________________________________________________________
32434 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
32435         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?))
32436              From: Nicholas Clark <nick@ccl4.org>
32437              Date: Tue, 4 Sep 2001 22:42:50 +0100
32438              Message-ID: <20010904224250.P25120@plum.flirble.org>
32439      Branch: perl
32440            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
32441            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
32442            ! t/op/oct.t toke.c
32443 ____________________________________________________________________________
32444 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
32445         Log: Fix Cwd::getcwd() not being tainted, as noticed
32446              by Schwern.
32447      Branch: perl
32448            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
32449            - ext/Cwd/Cwd.t
32450            ! MANIFEST ext/Cwd/Cwd.xs util.c
32451 ____________________________________________________________________________
32452 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
32453         Log: Retract #11870 and volatilize the right destruct_level.
32454              Silly thinko pointed out by Sarathy.
32455      Branch: perl
32456            ! intrpvar.h perl.c
32457 ____________________________________________________________________________
32458 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
32459         Log: At least a temporary fix for the mysterious scope core dumps
32460              in Tru64 from Graham.
32461      Branch: perl
32462            ! ext/List/Util/Util.xs
32463 ____________________________________________________________________________
32464 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
32465         Log: (Retracted by #11872)
32466      Branch: perl
32467            ! intrpvar.h
32468 ____________________________________________________________________________
32469 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
32470         Log: Quench a -Wall gripe noticed by Robin Barker.
32471      Branch: perl
32472            ! op.c
32473 ____________________________________________________________________________
32474 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
32475         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
32476              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
32477              Date: Wed, 05 Sep 2001 02:01:32 +0900
32478              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
32479      Branch: perl
32480            ! lib/Unicode/UCD.pm
32481 ____________________________________________________________________________
32482 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
32483         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
32484              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
32485              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
32486              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
32487      Branch: perl
32488            ! gv.c
32489 ____________________________________________________________________________
32490 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
32491         Log: Update Changes.
32492      Branch: perl
32493            ! Changes patchlevel.h
32494 ____________________________________________________________________________
32495 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
32496         Log: Add the \[$@%&*] prototype support.
32497      Branch: perl
32498            ! op.c pod/perlsub.pod t/comp/proto.t
32499 ____________________________________________________________________________
32500 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
32501         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
32502              From: Michael G Schwern <schwern@pobox.com>
32503              Date: Mon, 3 Sep 2001 18:59:01 -0400
32504              Message-ID: <20010903185901.Z9233@blackrider>
32505      Branch: perl
32506            ! lib/CGI/t/form.t
32507 ____________________________________________________________________________
32508 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
32509         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
32510              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
32511              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
32512              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
32513      Branch: perl
32514            ! gv.c
32515 ____________________________________________________________________________
32516 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
32517         Log: More srand entry tweakage based on Randal's suggestion.
32518      Branch: perl
32519            ! pod/perlfunc.pod
32520 ____________________________________________________________________________
32521 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
32522         Log: Subject: [PATCH] 'main' *is* a reserved word
32523              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32524              Date: Mon, 3 Sep 2001 22:55:41 +0200
32525              Message-ID: <20010903225541.A24097@rafael>
32526      Branch: perl
32527            ! toke.c
32528 ____________________________________________________________________________
32529 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
32530         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
32531              From: Peter Prymmer <pvhp@best.com>
32532              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
32533              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
32534      Branch: perl
32535            ! README.vms configure.com
32536 ____________________________________________________________________________
32537 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
32538         Log: Subject: Re: A slightly better default seed?   
32539              From: Michael G Schwern <schwern@pobox.com>
32540              Date: Mon, 3 Sep 2001 18:08:15 -0400 
32541              Message-ID: <20010903180815.W9233@blackrider>
32542      Branch: perl
32543            ! t/op/srand.t
32544 ____________________________________________________________________________
32545 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
32546         Log: Add sharedsv.o to microperl object files.
32547      Branch: perl
32548            ! Makefile.micro
32549 ____________________________________________________________________________
32550 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
32551         Log: AUTHORS updates and
32552              
32553              Subject: [PATCH] Just some preening :-)        
32554              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
32555              Date: Tue, 4 Sep 2001 14:16:59 +0100
32556              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
32557      Branch: perl
32558            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
32559 ____________________________________________________________________________
32560 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
32561         Log: Typo fix and slight rewording.
32562      Branch: perl
32563            ! pod/perlfunc.pod
32564 ____________________________________________________________________________
32565 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
32566         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
32567      Branch: perl
32568            ! pod/perlfaq4.pod
32569 ____________________________________________________________________________
32570 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
32571         Log: The helper file changed name.
32572      Branch: perl
32573            ! MANIFEST
32574 ____________________________________________________________________________
32575 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
32576         Log: Update to Scalar-List-Utils 1.03
32577      Branch: perl
32578            + ext/List/Util/t/shuffle.t
32579            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
32580            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
32581            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
32582            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
32583            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
32584            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
32585            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
32586            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
32587 ____________________________________________________________________________
32588 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
32589         Log: Make crypt() do something more sane for Unicode
32590              (take crypt() of the low eight bits of the characters,
32591              instead of taking crypt() of the UTF-8 of the scalar);
32592              add a test for crypt().
32593      Branch: perl
32594            + t/op/crypt.t
32595            ! MANIFEST pod/perlfunc.pod pp.c
32596 ____________________________________________________________________________
32597 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
32598         Log: Reorganize the srand entry.
32599      Branch: perl
32600            ! pod/perlfunc.pod
32601 ____________________________________________________________________________
32602 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
32603         Log: Remove the tests that assume something about
32604              calling srand() without arguments multiple times.
32605      Branch: perl
32606            ! t/op/srand.t
32607 ____________________________________________________________________________
32608 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
32609         Log: Upgrade to Math::BigInt 1.42.
32610      Branch: perl
32611            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
32612            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
32613            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
32614            ! lib/Math/BigInt/t/mbimbf.t
32615 ____________________________________________________________________________
32616 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
32617         Log: integrate change#11847 from maint-5.6
32618              
32619              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
32620      Branch: perl
32621            ! sv.c
32622 ____________________________________________________________________________
32623 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
32624         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
32625      Branch: maint-5.6/perl
32626            ! sv.c
32627 ____________________________________________________________________________
32628 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
32629         Log: As far as I can tell these functions have been Unicodified.
32630      Branch: perl
32631            ! doop.c
32632 ____________________________________________________________________________
32633 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
32634         Log: Update to Storable 1.0.13.
32635      Branch: perl
32636            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
32637            ! ext/Storable/Storable.xs
32638 ____________________________________________________________________________
32639 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
32640         Log: Patch the Filter::Simple test to work with
32641              the core test suite (since the FilterTest.pm
32642              is in t/lib, not in lib).
32643      Branch: perl
32644            ! lib/Filter/Simple/t/filter.t
32645 ____________________________________________________________________________
32646 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
32647         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
32648      Branch: perl
32649            + t/lib/FilterTest.pm
32650            - t/lib/MyFilter.pm
32651 ____________________________________________________________________________
32652 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
32653         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
32654              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
32655              Text::Balanced 1.86.
32656      Branch: perl
32657            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
32658            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
32659            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
32660            + lib/Switch/t/nested.t lib/Switch/t/switch.t
32661            + lib/Text/Balanced/Changes lib/Text/Balanced/README
32662            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
32663            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
32664            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
32665            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
32666            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
32667            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
32668            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
32669            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
32670            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
32671            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
32672            ! MANIFEST lib/Attribute/Handlers.pm
32673            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
32674            ! lib/Attribute/Handlers/demo/Demo.pm
32675            ! lib/Attribute/Handlers/demo/Descriptions.pm
32676            ! lib/Attribute/Handlers/demo/MyClass.pm
32677            ! lib/Attribute/Handlers/demo/demo.pl
32678            ! lib/Attribute/Handlers/demo/demo2.pl
32679            ! lib/Attribute/Handlers/demo/demo3.pl
32680            ! lib/Attribute/Handlers/demo/demo4.pl
32681            ! lib/Attribute/Handlers/demo/demo_call.pl
32682            ! lib/Attribute/Handlers/demo/demo_chain.pl
32683            ! lib/Attribute/Handlers/demo/demo_cycle.pl
32684            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
32685            ! lib/Attribute/Handlers/demo/demo_phases.pl
32686            ! lib/Attribute/Handlers/demo/demo_range.pl
32687            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
32688            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
32689            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
32690            ! lib/Text/Balanced.pm
32691 ____________________________________________________________________________
32692 [ 11841] By: sky                                   on 2001/09/03  11:04:15
32693         Log: Forgot to add a file with Change #11840
32694      Branch: perl
32695            + t/op/srand.t
32696 ____________________________________________________________________________
32697 [ 11840] By: sky                                   on 2001/09/03  11:02:04
32698         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
32699              From: Michael G Schwern <schwern@pobox.com>
32700              Date: Mon, 3 Sep 2001 07:43:00 -0400
32701              Message-ID: <20010903074300.E9233@blackrider>
32702      Branch: perl
32703            ! MANIFEST pod/perlfunc.pod t/op/rand.t
32704 ____________________________________________________________________________
32705 [ 11839] By: sky                                   on 2001/09/03  10:47:11
32706         Log: Document the changes with regards to running of END blocks.
32707              And DESTROY on global objects are called in perl_destruct()!
32708      Branch: perl
32709            ! pod/perl572delta.pod pod/perlembed.pod
32710 ____________________________________________________________________________
32711 [ 11838] By: sky                                   on 2001/09/03  09:34:44
32712         Log: Subject: [PATCH t/op/time.t] Partial cleanup
32713              From: Michael G Schwern <schwern@pobox.com>
32714              Date: Mon, 3 Sep 2001 06:29:42 -0400
32715              Message-ID: <20010903062942.C9233@blackrider>
32716      Branch: perl
32717            ! t/op/time.t
32718 ____________________________________________________________________________
32719 [ 11837] By: sky                                   on 2001/09/03  09:30:02
32720         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
32721              From: Michael G Schwern <schwern@pobox.com>
32722              Date: Mon, 3 Sep 2001 06:24:13 -0400
32723              Message-ID: <20010903062413.B9233@blackrider>
32724      Branch: perl
32725            ! t/op/rand.t
32726 ____________________________________________________________________________
32727 [ 11836] By: sky                                   on 2001/09/03  07:56:47
32728         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
32729              From: Michael G Schwern <schwern@pobox.com>
32730              Date: Sun, 2 Sep 2001 21:38:43 -0400
32731              Message-ID: <20010902213843.L2711@blackrider>
32732      Branch: perl
32733            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
32734            ! MANIFEST
32735 ____________________________________________________________________________
32736 [ 11835] By: nick                                  on 2001/09/03  06:20:06
32737         Log: Integrate mainline
32738      Branch: perlio
32739           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
32740            - t/op/misc.t
32741           !> (integrate 187 files)
32742 ____________________________________________________________________________
32743 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
32744         Log: Update Changes.
32745      Branch: perl
32746            ! Changes patchlevel.h
32747 ____________________________________________________________________________
32748 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
32749         Log: Slight tweaks.
32750      Branch: perl
32751            ! t/run/kill_perl.t
32752 ____________________________________________________________________________
32753 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
32754         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
32755      Branch: perl
32756            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
32757 ____________________________________________________________________________
32758 [ 11831] By: sky                                   on 2001/09/02  12:10:42
32759         Log: Change #11828 wasn't complete, this updates to intest path
32760      Branch: perl
32761            ! t/run/kill_perl.t
32762 ____________________________________________________________________________
32763 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
32764         Log: 's's's.
32765      Branch: perl
32766            ! Changes
32767 ____________________________________________________________________________
32768 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
32769         Log: Update Changes.
32770      Branch: perl
32771            ! Changes patchlevel.h
32772 ____________________________________________________________________________
32773 [ 11828] By: sky                                   on 2001/09/02  11:53:56
32774         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
32775              From: Michael G Schwern <schwern@pobox.com>
32776              Date: Sat, 1 Sep 2001 20:18:58 -0400
32777              Message-ID: <20010901201858.X606@blackrider>
32778              +MANIFEST Fix
32779      Branch: perl
32780            + t/run/kill_perl.t
32781            - t/op/misc.t t/run/segfault.t
32782            ! MANIFEST
32783 ____________________________________________________________________________
32784 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
32785         Log: Subject: [PATCH] lib/Time/Local.pm
32786              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
32787              Date: Sun, 2 Sep 2001 06:50:01 -0500
32788              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
32789      Branch: perl
32790            ! lib/Time/Local.pm
32791 ____________________________________________________________________________
32792 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
32793         Log: Tick off Unicode collation and the normalization from
32794              the todo list.
32795      Branch: perl
32796            ! pod/perltodo.pod
32797 ____________________________________________________________________________
32798 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
32799         Log: Update to Unicode 3.1.1.
32800      Branch: perl
32801            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
32802            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
32803            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
32804            ! lib/unicore/PropList.txt lib/unicore/README.perl
32805            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
32806            ! lib/unicore/rename lib/unicore/version
32807 ____________________________________________________________________________
32808 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
32809         Log: Slight doc tweaks for the module.
32810      Branch: perl
32811            ! lib/Unicode/UCD.pm
32812 ____________________________________________________________________________
32813 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
32814         Log: Rename the variable: it *used* to be (wrongly) that the
32815              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
32816              but that is no more the case: PL_reg_match_utf8 is better.
32817      Branch: perl
32818            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
32819            ! regexec.c sv.c thrdvar.h
32820 ____________________________________________________________________________
32821 [ 11822] By: ams                                   on 2001/09/02  02:54:50
32822         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
32823              From: Ilmari Karonen <iltzu@sci.fi>
32824              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
32825              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
32826              (op/sub_lval.t updated to take new error message into account.)
32827      Branch: perl
32828            ! op.c t/op/sub_lval.t
32829 ____________________________________________________________________________
32830 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
32831         Log: remove stray CRs in files; keep all files with UNIX line-ends
32832              (Porting/makerel adds CRs to the files that need it in the
32833              distribution)
32834      Branch: perl
32835            ! NetWare/t/NWScripts.pl README.dos
32836            ! ext/Encode/Encode/cns11643-1.enc
32837            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
32838            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
32839 ____________________________________________________________________________
32840 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
32841         Log: some remnants of change#11803
32842      Branch: perl
32843            ! ext/ByteLoader/byterun.h perl.h
32844 ____________________________________________________________________________
32845 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
32846         Log: Update to Unicode::Collate 0.08.
32847      Branch: perl
32848            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
32849            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
32850 ____________________________________________________________________________
32851 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
32852         Log: Test tweaks.
32853      Branch: perl
32854            ! t/op/pat.t
32855 ____________________________________________________________________________
32856 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
32857         Log: Fix test
32858      Branch: maint-5.6/macperl
32859            ! t/lib/b.t
32860 ____________________________________________________________________________
32861 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
32862         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
32863              warnings in Config.pm with -W; increase default and
32864              minimum RAM; bump version number.
32865      Branch: maint-5.6/macperl
32866            + macos/lib/Mac/LowMem.pm
32867            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
32868            ! macos/configpm macos/macperl/MacPerl.r
32869 ____________________________________________________________________________
32870 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
32871         Log: Make syntax check report in MPW style, fix tests
32872              to use Mac::err=unix to get normal-style error
32873              messages.
32874      Branch: maint-5.6/macperl
32875            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
32876            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
32877 ____________________________________________________________________________
32878 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
32879         Log: Make MPW-style errors optional (but the default); add
32880              MacPerl::ErrorFormat() function and Mac::err pragma
32881      Branch: maint-5.6/macperl
32882            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
32883            + macos/ext/Mac/err/err.xs
32884            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
32885            ! macos/macish.c macos/macish.h macos/macperl.sym
32886 ____________________________________________________________________________
32887 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
32888         Log: More module and test ports from Thomas Wegner et al
32889      Branch: maint-5.6/macperl
32890            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
32891            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
32892            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
32893            ! t/op/magic.t
32894 ____________________________________________________________________________
32895 [ 11812] By: sky                                   on 2001/09/01  17:19:30
32896         Log: Subject: [PATCH t/op/concat.t] cleanup
32897              From: Michael G Schwern <schwern@pobox.com>
32898              Date: Sat, 1 Sep 2001 14:06:28 -0400
32899              Message-ID: <20010901140628.C606@blackrider>
32900      Branch: perl
32901            ! t/op/concat.t
32902 ____________________________________________________________________________
32903 [ 11811] By: sky                                   on 2001/09/01  12:25:29
32904         Log: Change #11805 didn't update the MANIFEST
32905      Branch: perl
32906            ! MANIFEST
32907 ____________________________________________________________________________
32908 [ 11810] By: sky                                   on 2001/09/01  11:52:44
32909         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
32910              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32911              Date: Sat, 1 Sep 2001 14:50:14 +0200
32912              Message-ID: <20010901145014.A691@rafael>
32913      Branch: perl
32914            ! t/op/inccode.t
32915 ____________________________________________________________________________
32916 [ 11809] By: sky                                   on 2001/09/01  11:49:22
32917         Log: Subject: PATCH: ExtUtils::MakeMaker
32918              From: Tony Bowden <tony@kasei.com>
32919              Date: Sat, 1 Sep 2001 10:33:53 +0100
32920              Message-ID: <20010901103353.A13863@soto.kasei.com>
32921              Manually applied
32922      Branch: perl
32923            ! lib/ExtUtils/MakeMaker.pm
32924 ____________________________________________________________________________
32925 [ 11808] By: sky                                   on 2001/09/01  11:39:13
32926         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
32927              From: mike808@users.sourceforge.net
32928              Date: Sat, 1 Sep 101 11:27:50 GMT
32929              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
32930              With little tweak
32931      Branch: perl
32932            ! lib/Term/Cap.pm
32933 ____________________________________________________________________________
32934 [ 11807] By: ams                                   on 2001/09/01  11:31:16
32935         Log: Subject: oct() and hex()
32936              From: Nicholas Clark <nick@ccl4.org>
32937              Date: Fri, 31 Aug 2001 23:14:13 +0100
32938              Message-Id: <20010831231413.J4950@plum.flirble.org>
32939      Branch: perl
32940            ! pod/perlclib.pod
32941 ____________________________________________________________________________
32942 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
32943         Log: Integrate change 11801 from maintperl
32944      Branch: maint-5.6/macperl
32945            ! perl.c
32946 ____________________________________________________________________________
32947 [ 11805] By: sky                                   on 2001/08/31  21:35:10
32948         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
32949              From: Michael G Schwern <schwern@pobox.com>
32950              Date: Fri, 31 Aug 2001 15:36:28 -0400
32951              Message-ID: <20010831153628.B598@blackrider>
32952              Check for things which used to segfault
32953      Branch: perl
32954            + t/run/segfault.t
32955 ____________________________________________________________________________
32956 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
32957         Log: integrate change#11801 from maint-5.6
32958              
32959              remove age-old UNICOS "workaround" that introduces a static, and
32960              hence an egregious race condition for threaded builds (*sigh*
32961              beats me why this kludge wasn't guarded by a UNICOS-specific
32962              #define *sigh*)
32963      Branch: perl
32964            ! perl.c
32965 ____________________________________________________________________________
32966 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
32967         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
32968              working in 5.7.x
32969      Branch: perl
32970            - objXSUB.h
32971            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
32972            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
32973            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
32974            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
32975            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
32976            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
32977            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
32978            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
32979            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
32980            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
32981            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
32982            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
32983            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
32984            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
32985            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
32986            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
32987            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
32988            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
32989            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
32990            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
32991            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
32992            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
32993 ____________________________________________________________________________
32994 [ 11802] By: ams                                   on 2001/08/31  18:11:32
32995         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
32996              From: "Philip Newton" <Philip.Newton@gmx.net>
32997              Date: Fri, 31 Aug 2001 21:12:56 +0200
32998              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
32999      Branch: perl
33000            ! pod/perldiag.pod
33001 ____________________________________________________________________________
33002 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
33003         Log: remove age-old UNICOS "workaround" that introduces a static, and
33004              hence an egregious race condition for threaded builds (*sigh*
33005              beats me why this kludge wasn't guarded by a UNICOS-specific
33006              #define *sigh*)
33007      Branch: maint-5.6/perl
33008            ! perl.c
33009 ____________________________________________________________________________
33010 [ 11800] By: sky                                   on 2001/08/31  17:30:26
33011         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
33012              Might break on platforms where bool is larger than 8 bites ???
33013      Branch: perl
33014            ! regcomp.c
33015 ____________________________________________________________________________
33016 [ 11799] By: ams                                   on 2001/08/31  12:15:44
33017         Log: Integrate 11778 into mainline.
33018      Branch: perl
33019            ! t/base/term.t
33020 ____________________________________________________________________________
33021 [ 11798] By: sky                                   on 2001/08/31  11:31:44
33022         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
33023              supposed to happen.
33024      Branch: perl
33025            ! regcomp.c
33026 ____________________________________________________________________________
33027 [ 11797] By: sky                                   on 2001/08/31  11:28:17
33028         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
33029              From: "John P. Linderman" <jpl@research.att.com>
33030              Date: Fri, 31 Aug 2001 08:20:35 -0400
33031              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
33032              Fixes test 14 which could fail randomly in rare cases.
33033      Branch: perl
33034            ! ext/Time/HiRes/HiRes.t regcomp.c
33035 ____________________________________________________________________________
33036 [ 11796] By: ams                                   on 2001/08/31  01:13:07
33037         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
33038              From: Nicholas Clark <nick@ccl4.org>
33039              Date: Thu, 30 Aug 2001 23:21:50 +0100
33040              Message-Id: <20010830232150.D4950@plum.flirble.org>
33041      Branch: perl
33042            ! ext/Sys/Syslog/Makefile.PL
33043 ____________________________________________________________________________
33044 [ 11795] By: ams                                   on 2001/08/30  23:53:23
33045         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
33046              patching example
33047              From: Michael G Schwern <schwern@pobox.com>
33048              Date: Thu, 30 Aug 2001 17:02:08 -0400
33049              Message-Id: <20010830170208.M2318@blackrider>
33050      Branch: perl
33051            ! pod/perlhack.pod
33052 ____________________________________________________________________________
33053 [ 11794] By: ams                                   on 2001/08/30  19:35:36
33054         Log: Subject: [PATCH] pp_modulo
33055              From: Nicholas Clark <nick@ccl4.org>
33056              Date: Thu, 30 Aug 2001 18:20:54 +0100
33057              Message-Id: <20010830182053.A4950@plum.flirble.org>
33058      Branch: perl
33059            ! pp.c t/op/64bitint.t
33060 ____________________________________________________________________________
33061 [ 11793] By: sky                                   on 2001/08/30  13:02:48
33062         Log: 11792 wasn't complete
33063      Branch: perl
33064            ! makedef.pl regcomp.c
33065 ____________________________________________________________________________
33066 [ 11792] By: sky                                   on 2001/08/30  12:21:11
33067         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
33068      Branch: perl
33069            ! makedef.pl
33070 ____________________________________________________________________________
33071 [ 11791] By: sky                                   on 2001/08/30  10:08:02
33072         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
33073      Branch: perl
33074            ! config_h.SH
33075 ____________________________________________________________________________
33076 [ 11790] By: sky                                   on 2001/08/30  08:22:31
33077         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
33078              on the pad. Fixes coredumps in cleanups introduced by
33079              Change 11755  
33080      Branch: perl
33081            ! op.c perl.c sv.h
33082 ____________________________________________________________________________
33083 [ 11789] By: sky                                   on 2001/08/29  19:01:47
33084         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
33085              This is a replacement implmentation that works on HPUX.
33086              This bug should probably be fixed in GCC.
33087      Branch: perl
33088            ! ext/Socket/Socket.xs
33089 ____________________________________________________________________________
33090 [ 11788] By: ams                                   on 2001/08/29  17:35:33
33091         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
33092              From: Nicholas Clark <nick@ccl4.org>
33093              Date: Wed, 29 Aug 2001 18:21:56 +0100
33094              Message-Id: <20010829182156.O4950@plum.flirble.org>
33095      Branch: perl
33096            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
33097 ____________________________________________________________________________
33098 [ 11787] By: sky                                   on 2001/08/29  10:42:54
33099         Log: Added test for pack_addr_in and unpack_addr_in
33100              Nitpik in test 10
33101      Branch: perl
33102            ! ext/Socket/Socket.t
33103 ____________________________________________________________________________
33104 [ 11786] By: sky                                   on 2001/08/29  10:28:14
33105         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
33106              Trying to catch errors on HP-UX
33107      Branch: perl
33108            ! ext/Socket/Socket.t
33109 ____________________________________________________________________________
33110 [ 11785] By: sky                                   on 2001/08/29  09:07:03
33111         Log: make sure USE_THREADS is defined so external apps work
33112      Branch: perl
33113            ! config_h.SH
33114 ____________________________________________________________________________
33115 [ 11784] By: sky                                   on 2001/08/29  08:06:12
33116         Log: Subject: Re: The hitlist of untested modules.
33117              From: Jonathan Stowe <gellyfish@gellyfish.com>
33118              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
33119              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
33120              Start of tests for Shell.pm (make Schwern poorer!)
33121      Branch: perl
33122            + lib/Shell.t
33123            ! MANIFEST
33124 ____________________________________________________________________________
33125 [ 11783] By: sky                                   on 2001/08/29  07:37:50
33126         Log: END{} can change the return value even if we die from BEGIN{}
33127      Branch: perl
33128            ! miniperlmain.c
33129 ____________________________________________________________________________
33130 [ 11782] By: ams                                   on 2001/08/29  06:32:17
33131         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
33132              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33133              Date: Wed, 29 Aug 2001 09:18:17 +0200
33134              Message-Id: <20010829091817.A4453@rafael>
33135      Branch: perl
33136            ! t/op/inccode.t
33137 ____________________________________________________________________________
33138 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
33139         Log: Delete xsubpp.patch, as full copy exists now
33140      Branch: maint-5.6/macperl
33141            - macos/xsubpp.patch
33142 ____________________________________________________________________________
33143 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
33144         Log: Add Changes file
33145      Branch: maint-5.6/macperl
33146            + macos/Changes
33147 ____________________________________________________________________________
33148 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
33149         Log: Add Mac version of xsubpp as separate file
33150      Branch: maint-5.6/macperl
33151            + macos/xsubpp
33152            ! macos/Makefile.mk
33153 ____________________________________________________________________________
33154 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
33155         Log: Fix open of /dev/null for Mac OS
33156      Branch: maint-5.6/macperl
33157            ! t/base/term.t
33158 ____________________________________________________________________________
33159 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
33160         Log: Various patches: enable more tests; skip CVS in PerlInstall;
33161              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
33162      Branch: maint-5.6/macperl
33163            ! macos/MacPerlTests.cmd macos/PerlInstall
33164            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
33165 ____________________________________________________________________________
33166 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
33167         Log: Allow for platforms to override formatting of errors
33168              on output from Matthias Neeracher (Mac files)
33169      Branch: maint-5.6/macperl
33170            ! macos/macish.c macos/macish.h
33171 ____________________________________________________________________________
33172 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
33173         Log: Allow for platforms to override formatting of errors
33174              on output from Matthias Neeracher (core files)
33175      Branch: maint-5.6/macperl
33176            ! perl.h pp_ctl.c util.c
33177 ____________________________________________________________________________
33178 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
33179         Log: Add some param checking, from reports by Kevin Reid.
33180      Branch: maint-5.6/macperl
33181            ! macos/ext/Mac/Controls/Controls.pm
33182            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
33183 ____________________________________________________________________________
33184 [ 11773] By: ams                                   on 2001/08/28  23:54:57
33185         Log: Subject: [PATCH] make coretest
33186              From: Paul Johnson <paul@pjcj.net>
33187              Date: Wed, 29 Aug 2001 00:11:38 +0200
33188              Message-Id: <20010829001138.B12169@pjcj.net>
33189              (Applied without the change to perlhack.pod. This should
33190              probably stay undocumented.)
33191      Branch: perl
33192            ! Makefile.SH t/TEST
33193 ____________________________________________________________________________
33194 [ 11772] By: sky                                   on 2001/08/28  13:01:20
33195         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
33196              From: Michael G Schwern <schwern@pobox.com>
33197              Date: Tue, 28 Aug 2001 09:57:39 -0400
33198              Message-ID: <20010828095738.E17775@blackrider>
33199      Branch: perl
33200            ! pod/perlhack.pod t/op/pack.t
33201 ____________________________________________________________________________
33202 [ 11771] By: sky                                   on 2001/08/28  11:20:13
33203         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
33204              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33205              Date: Tue, 28 Aug 2001 14:23:43 +0200
33206              Message-ID: <20010828142343.A19299@rafael>
33207      Branch: perl
33208            ! pod/perlvar.pod pp_ctl.c
33209 ____________________________________________________________________________
33210 [ 11770] By: ams                                   on 2001/08/28  10:13:21
33211         Log: Subject: [PATCH] odd typo in op.h
33212              From: Nicholas Clark <nick@ccl4.org>
33213              Date: Tue, 28 Aug 2001 12:10:26 +0100
33214              Message-Id: <20010828121026.V4950@plum.flirble.org>
33215      Branch: perl
33216            ! op.h
33217 ____________________________________________________________________________
33218 [ 11769] By: sky                                   on 2001/08/28  08:09:16
33219         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
33220              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
33221              Date: Tue, 28 Aug 2001 02:22:20 +0300
33222              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
33223      Branch: perl
33224            ! ext/B/B/Lint.pm
33225 ____________________________________________________________________________
33226 [ 11768] By: ams                                   on 2001/08/28  00:47:35
33227         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
33228              From: Michael G Schwern <schwern@pobox.com>
33229              Date: Mon, 27 Aug 2001 21:24:44 -0400
33230              Message-Id: <20010827212444.F12582@blackrider>
33231      Branch: perl
33232            ! pod/perlhack.pod t/op/pack.t
33233 ____________________________________________________________________________
33234 [ 11767] By: ams                                   on 2001/08/27  23:59:48
33235         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
33236              From: Michael G Schwern <schwern@pobox.com>
33237              Date: Mon, 27 Aug 2001 20:12:29 -0400
33238              Message-Id: <20010827201229.D12582@blackrider>
33239      Branch: perl
33240            ! pod/perlhack.pod t/op/pack.t
33241 ____________________________________________________________________________
33242 [ 11766] By: ams                                   on 2001/08/27  23:39:40
33243         Log: Update Changes.
33244      Branch: perl
33245            ! Changes
33246 ____________________________________________________________________________
33247 [ 11765] By: ams                                   on 2001/08/27  22:53:10
33248         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
33249              From: Michael G Schwern <schwern@pobox.com>
33250              Date: Mon, 27 Aug 2001 19:47:30 -0400
33251              Message-Id: <20010827194730.C12582@blackrider>
33252      Branch: perl
33253            ! t/op/inccode.t
33254 ____________________________________________________________________________
33255 [ 11764] By: ams                                   on 2001/08/27  22:46:21
33256         Log: Subject: [PATCH] new tests for the coderef-in-@INC
33257              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33258              Date: Mon, 27 Aug 2001 22:36:27 +0200
33259              Message-Id: <20010827223627.C690@rafael>
33260              
33261              Subject: Re: [PATCH] new tests for the coderef-in-@INC
33262              From: Nicholas Clark <nick@ccl4.org>
33263              Date: Tue, 28 Aug 2001 00:02:46 +0100
33264              Message-Id: <20010828000245.R4950@plum.flirble.org>
33265      Branch: perl
33266            + t/op/inccode.t
33267            ! MANIFEST
33268 ____________________________________________________________________________
33269 [ 11763] By: ams                                   on 2001/08/27  22:41:09
33270         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
33271              bleadperl on fire, Win95+4NT)
33272              From: Michael G Schwern <schwern@pobox.com>
33273              Date: Mon, 27 Aug 2001 16:54:42 -0400
33274              Message-Id: <20010827165442.F9436@blackrider>
33275      Branch: perl
33276            ! lib/warnings.t
33277 ____________________________________________________________________________
33278 [ 11762] By: sky                                   on 2001/08/27  19:19:17
33279         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
33280              avaible at compile time. This broke the compilation of 
33281              Net/Ping.pm
33282      Branch: perl
33283            ! lib/Net/Ping.pm
33284 ____________________________________________________________________________
33285 [ 11761] By: sky                                   on 2001/08/27  18:34:48
33286         Log: Removed tripple definitions of CUSTOM_OP functions.
33287      Branch: perl
33288            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
33289 ____________________________________________________________________________
33290 [ 11760] By: sky                                   on 2001/08/27  18:21:27
33291         Log: Regen headers
33292      Branch: perl
33293            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
33294            ! perlapi.h proto.h
33295 ____________________________________________________________________________
33296 [ 11759] By: ams                                   on 2001/08/27  16:31:53
33297         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
33298              From: "chromatic" <chromatic@rmci.net>
33299              Date: Mon, 27 Aug 2001 11:17:09 -0600
33300              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
33301      Branch: perl
33302            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
33303 ____________________________________________________________________________
33304 [ 11758] By: sky                                   on 2001/08/27  15:16:42
33305         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
33306              Thanks to H. Merijn Brand for the patch.
33307              Some of the comments and or guards might be removable in perl.h now.
33308      Branch: perl
33309            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
33310            ! Porting/Glossary Porting/config_H README.threads config_h.SH
33311            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
33312            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
33313            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
33314            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
33315            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
33316            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
33317            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
33318            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
33319            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
33320            ! win32/config_H.vc win32/perllib.c win32/win32.h
33321            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
33322            ! wince/config.h wince/config_H.ce wince/win32.h
33323            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
33324 ____________________________________________________________________________
33325 [ 11757] By: sky                                   on 2001/08/27  13:39:16
33326         Log: Subject: GNU ld parses arguments different
33327              From: H.Merijn Brand <h.m.brand@hccnet.nl>
33328              Date: Mon, 27 Aug 2001 16:25:51 +0200
33329              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
33330      Branch: perl
33331            ! hints/hpux.sh
33332 ____________________________________________________________________________
33333 [ 11756] By: sky                                   on 2001/08/27  13:18:45
33334         Log: Subject: Custom Ops
33335              From: Simon Cozens <simon@netthink.co.uk>
33336              Date: Sat, 25 Aug 2001 17:45:09 +0100
33337              Message-ID: <20010825174509.A5752@netthink.co.uk>
33338              I also added a fix to Opcode.pm to quite test cases.
33339      Branch: perl
33340            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
33341            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
33342 ____________________________________________________________________________
33343 [ 11755] By: sky                                   on 2001/08/27  05:37:17
33344         Log: Plugs a memory leak on destruction of regular expressions
33345              introcued by #11274.
33346              PL_regex_padav now has an AV as it's first entry with a list
33347              of freed regex_padav slots that it will reuse on creating
33348              new PMOPs.
33349      Branch: perl
33350            ! op.c perl.c
33351 ____________________________________________________________________________
33352 [ 11754] By: ams                                   on 2001/08/26  14:38:52
33353         Log: Subject: [PATCH] t/io/binmode.t
33354              From: Nicholas Clark <nick@ccl4.org>
33355              Date: Sun, 26 Aug 2001 12:03:05 +0100
33356              Message-Id: <20010826120305.C4950@plum.flirble.org>
33357              
33358              (Also a nitpick in #11752 to t/op/universal.t)
33359      Branch: perl
33360            ! t/io/binmode.t t/op/universal.t
33361 ____________________________________________________________________________
33362 [ 11753] By: ams                                   on 2001/08/26  08:19:34
33363         Log: Subject: [PATCH] op/universal.t failing
33364              From: Nicholas Clark <nick@ccl4.org>
33365              Date: Sun, 26 Aug 2001 09:48:22 +0100
33366              Message-Id: <20010826094822.B4950@plum.flirble.org>
33367      Branch: perl
33368            ! t/op/universal.t
33369 ____________________________________________________________________________
33370 [ 11752] By: ams                                   on 2001/08/25  22:46:13
33371         Log: Subject: Re: 'can' with undefined subs
33372              From: Tony Bowden <tony@kasei.com>
33373              Date: Sat, 25 Aug 2001 14:58:17 +0100
33374              Message-Id: <20010825145817.A11788@soto.kasei.com>
33375              (Applied with minor modifications.)
33376      Branch: perl
33377            ! t/op/universal.t
33378 ____________________________________________________________________________
33379 [ 11751] By: ams                                   on 2001/08/25  18:28:43
33380         Log: Subject: Re: 'can' with undefined subs
33381              From: Tony Bowden <tony@kasei.com>
33382              Date: Sat, 25 Aug 2001 15:13:14 +0100
33383              Message-Id: <20010825151314.B11788@soto.kasei.com>
33384      Branch: perl
33385            ! lib/UNIVERSAL.pm
33386 ____________________________________________________________________________
33387 [ 11750] By: nick                                  on 2001/08/25  15:24:15
33388         Log: Integrate mainline
33389      Branch: perlio
33390           +> t/io/binmode.t
33391           !> (integrate 26 files)
33392 ____________________________________________________________________________
33393 [ 11749] By: nick                                  on 2001/08/25  14:55:41
33394         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
33395              From:  John Peacock <jpeacock@rowman.com>
33396              Date:  Wed, 22 Aug 2001 12:05:28 -0400
33397              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
33398      Branch: perl
33399            ! pod/perlhack.pod
33400 ____________________________________________________________________________
33401 [ 11748] By: nick                                  on 2001/08/25  14:53:04
33402         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
33403              From:  Michael G Schwern <schwern@pobox.com>
33404              Date:  Wed, 22 Aug 2001 19:22:45 -0400
33405              Message-Id:  <20010822192245.U619@blackrider>
33406      Branch: perl
33407            ! MANIFEST
33408 ____________________________________________________________________________
33409 [ 11747] By: nick                                  on 2001/08/25  14:52:33
33410         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
33411              From:  Nicholas Clark <nick@ccl4.org>
33412              Date:  Wed, 22 Aug 2001 23:29:06 +0100
33413              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
33414      Branch: perl
33415            + t/io/binmode.t
33416            ! perlio.c pod/perlfunc.pod
33417 ____________________________________________________________________________
33418 [ 11744] By: nick                                  on 2001/08/25  14:37:33
33419         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
33420              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
33421              Date:  Fri, 24 Aug 2001 22:10:42 +0200
33422              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
33423      Branch: perl
33424            ! x2p/a2py.c x2p/walk.c
33425 ____________________________________________________________________________
33426 [ 11743] By: nick                                  on 2001/08/25  14:32:47
33427         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
33428              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33429              Date:  Fri, 24 Aug 2001 23:34:13 +0200
33430              Message-Id:  <20010824233413.A1285@rafael>
33431      Branch: perl
33432            ! pod/perlfunc.pod pod/perlvar.pod
33433 ____________________________________________________________________________
33434 [ 11742] By: ams                                   on 2001/08/25  13:16:02
33435         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
33436              From: Nicholas Clark <nick@ccl4.org>
33437              Date: Sat, 25 Aug 2001 14:50:07 +0100
33438              Message-Id: <20010825145007.L41464@plum.flirble.org>
33439      Branch: perl
33440            ! pp_ctl.c
33441 ____________________________________________________________________________
33442 [ 11741] By: nick                                  on 2001/08/24  07:08:45
33443         Log: When applying patch via Porting/apply fails, do p4 refresh
33444              to get old files back.
33445      Branch: perl
33446            ! Porting/apply
33447 ____________________________________________________________________________
33448 [ 11740] By: ams                                   on 2001/08/24  04:47:24
33449         Log: #11739 was incomplete.
33450      Branch: perl
33451            ! pod/perldiag.pod
33452 ____________________________________________________________________________
33453 [ 11739] By: ams                                   on 2001/08/24  04:09:40
33454         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
33455              From: "Philip Newton" <Philip.Newton@gmx.net>
33456              Date: Fri, 24 Aug 2001 07:08:34 +0200
33457      Branch: perl
33458            ! pod/perldiag.pod
33459 ____________________________________________________________________________
33460 [ 11738] By: ams                                   on 2001/08/24  02:19:42
33461         Log: Fixed Doug Wilson's email address.
33462      Branch: perl
33463            ! AUTHORS
33464 ____________________________________________________________________________
33465 [ 11737] By: ams                                   on 2001/08/24  00:10:13
33466         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
33467              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33468              Date: Thu, 23 Aug 2001 22:22:58 +0200
33469              Message-Id: <20010823222258.A901@rafael>
33470      Branch: perl
33471            ! pod/perldiag.pod
33472 ____________________________________________________________________________
33473 [ 11736] By: ams                                   on 2001/08/24  00:05:02
33474         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
33475              From: "Craig A. Berry" <craigberry@mac.com>
33476              Date: Thu, 23 Aug 2001 19:07:45 -0500
33477              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
33478      Branch: perl
33479            ! configure.com
33480 ____________________________________________________________________________
33481 [ 11735] By: sky                                   on 2001/08/23  13:42:07
33482         Log: Backed out 11732, it breaks lib/strict.t 
33483      Branch: perl
33484            ! op.c
33485 ____________________________________________________________________________
33486 [ 11734] By: sky                                   on 2001/08/23  11:45:59
33487         Log: Removed toy from 17133 after Matt Sargeants request.
33488      Branch: perl
33489            ! pod/perlfaq4.pod
33490 ____________________________________________________________________________
33491 [ 11733] By: sky                                   on 2001/08/23  11:36:29
33492         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
33493              From: Robin Houston <robin@kitsite.com>
33494              Date: Wed, 22 Aug 2001 23:06:16 +0100
33495              Message-ID: <20010822230616.A254@robin.kitsite.com>
33496      Branch: perl
33497            ! pod/perlfaq4.pod
33498 ____________________________________________________________________________
33499 [ 11732] By: sky                                   on 2001/08/23  10:36:02
33500         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
33501              From: Simon Cozens <simon@netthink.co.uk>
33502              Date: Thu, 23 Aug 2001 12:06:36 +0100
33503              Message-ID: <20010823120636.A9961@netthink.co.uk>
33504      Branch: perl
33505            ! op.c
33506 ____________________________________________________________________________
33507 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
33508         Log: fix broken windows build
33509      Branch: perl
33510            ! perl.h
33511 ____________________________________________________________________________
33512 [ 11730] By: ams                                   on 2001/08/22  21:35:30
33513         Log: Subject: [PATCH] io/tell.t doesn't chdir t
33514              From: Nicholas Clark <nick@ccl4.org>
33515              Date: Wed, 22 Aug 2001 23:25:58 +0100
33516              Message-Id: <20010822232557.Y82818@plum.flirble.org>
33517      Branch: perl
33518            ! t/io/tell.t
33519 ____________________________________________________________________________
33520 [ 11729] By: ams                                   on 2001/08/22  20:32:21
33521         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
33522              questions)
33523              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
33524              Date: Wed, 22 Aug 2001 17:09:04 -0400
33525              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
33526              (Oops, forgot File::Spec::Unix in the previous patch.)
33527      Branch: perl
33528            ! lib/File/Spec/Unix.pm
33529 ____________________________________________________________________________
33530 [ 11728] By: ams                                   on 2001/08/22  20:25:41
33531         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
33532              questions)
33533              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
33534              Date: Wed, 22 Aug 2001 17:09:04 -0400
33535              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
33536      Branch: perl
33537            ! lib/File/Spec.pm
33538 ____________________________________________________________________________
33539 [ 11727] By: ams                                   on 2001/08/22  19:43:30
33540         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
33541              From: John Peacock <jpeacock@rowman.com>
33542              Date: Wed, 22 Aug 2001 12:35:52 -0400
33543              Message-Id: <3B83DF68.5D89DC81@rowman.com>
33544              (Adds proper tests for $], notwithstanding Subject. +nitpick)
33545      Branch: perl
33546            ! t/op/ver.t
33547 ____________________________________________________________________________
33548 [ 11726] By: ams                                   on 2001/08/22  19:36:39
33549         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
33550              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
33551              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
33552              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
33553      Branch: perl
33554            ! lib/diagnostics.pm lib/diagnostics.t
33555 ____________________________________________________________________________
33556 [ 11725] By: ams                                   on 2001/08/22  19:25:01
33557         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
33558              From: Nicholas Clark <nick@ccl4.org>
33559              Date: Wed, 22 Aug 2001 20:59:05 +0100
33560              Message-Id: <20010822205905.U82818@plum.flirble.org>
33561      Branch: perl
33562            ! pp.c t/op/64bitint.t t/op/arith.t
33563 ____________________________________________________________________________
33564 [ 11724] By: ams                                   on 2001/08/22  10:02:33
33565         Log: Subject: Configure blooper
33566              From: H.Merijn Brand <h.m.brand@hccnet.nl>
33567              Date: Wed, 22 Aug 2001 12:38:35 +0200
33568              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
33569      Branch: perl
33570            ! Configure
33571 ____________________________________________________________________________
33572 [ 11723] By: ams                                   on 2001/08/21  16:17:53
33573         Log: Subject: [PATCH] installperl -help
33574              From: Nicholas Clark <nick@ccl4.org>
33575              Date: Tue, 21 Aug 2001 17:34:23 +0100
33576              Message-Id: <20010821173423.F82818@plum.flirble.org>
33577      Branch: perl
33578            ! installperl
33579 ____________________________________________________________________________
33580 [ 11722] By: ams                                   on 2001/08/20  07:46:31
33581         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
33582              From: Ilmari Karonen <iltzu@sci.fi>
33583              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
33584              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
33585      Branch: perl
33586            ! pod/perlvar.pod
33587 ____________________________________________________________________________
33588 [ 11721] By: nick                                  on 2001/08/20  06:24:31
33589         Log: Integrate mainline
33590      Branch: perlio
33591           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
33592           +> lib/Lingua/KO/Hangul/Util/Changes
33593           +> lib/Lingua/KO/Hangul/Util/README
33594           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
33595           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
33596           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
33597           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
33598           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
33599           +> lib/Unicode/Normalize/t/test.t
33600            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
33601           !> (integrate 55 files)
33602 ____________________________________________________________________________
33603 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
33604         Log: Integrate Change #11599 from maint-5.6/perl
33605      Branch: maint-5.6/macperl
33606           !> README.win32
33607 ____________________________________________________________________________
33608 [ 11719] By: ams                                   on 2001/08/18  21:21:42
33609         Log: Add Porting/apply to MANIFEST.
33610      Branch: perl
33611            ! MANIFEST
33612 ____________________________________________________________________________
33613 [ 11718] By: sky                                   on 2001/08/18  14:38:01
33614         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
33615              Better solution would be to make 5005threaded perl use
33616              the same system as ithreads do
33617      Branch: perl
33618            ! perl.h
33619 ____________________________________________________________________________
33620 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
33621         Log: New try for ID 20010407.006: detach the semantics
33622              "was the last match target UTF8" into its own variable.
33623      Branch: perl
33624            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
33625            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
33626 ____________________________________________________________________________
33627 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
33628         Log: UTF8 flag should be meaningful only when POK.
33629      Branch: perl
33630            ! dump.c
33631 ____________________________________________________________________________
33632 [ 11715] By: sky                                   on 2001/08/18  11:45:16
33633         Log: USE_THREADS and USE_ITHREADS are never true at the same time
33634      Branch: perl
33635            ! perl.h
33636 ____________________________________________________________________________
33637 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
33638         Log: Retract #11712 for now.  The real fix would probably
33639              be something like making PL_reg_sv a copy (PV + UTF8)
33640              of the matched/substituted string (note: not just a SvPOK
33641              string, for example the stringified form of a ROK would
33642              be applicable)  Beware of leaks.
33643      Branch: perl
33644            ! pp_hot.c t/op/pat.t
33645 ____________________________________________________________________________
33646 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
33647         Log: UTF8 wasn't printing for PVMGs.
33648      Branch: perl
33649            ! dump.c
33650 ____________________________________________________________________________
33651 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
33652         Log: (Retracted by #11714)
33653              
33654              Okay analysis, debatable fix.  (The fix will inc
33655              the refcount of all temporary match objects,
33656              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
33657              which will then cause griping at untie() time
33658              ("inner references remain").
33659              
33660              Fix for ID 20010407.006: PL_reg_sv got wiped out
33661              by freetemps if the match target was a temporary
33662              (like function_call() =~ /.../), which in turn meant
33663              that the $1 et al stopped working if they had UTF-8
33664              in them.  Therefore bump up the refcount of PL_reg_sv.
33665      Branch: perl
33666            ! pp_hot.c t/op/pat.t
33667 ____________________________________________________________________________
33668 [ 11711] By: ams                                   on 2001/08/17  20:32:08
33669         Log: Subject: [PATCH] doesn't compile, was perl@11710
33670              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33671              Date: Fri, 17 Aug 2001 23:21:10 +0200
33672              Message-Id: <20010817232110.C7041@rafael> 
33673      Branch: perl
33674            ! sharedsv.c
33675 ____________________________________________________________________________
33676 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
33677         Log: Update Changes.
33678      Branch: perl
33679            ! Changes patchlevel.h
33680 ____________________________________________________________________________
33681 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
33682         Log: Upgrade to libnet 1.0704.
33683      Branch: perl
33684            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
33685            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
33686            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
33687            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
33688            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
33689            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
33690            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
33691 ____________________________________________________________________________
33692 [ 11708] By: sky                                   on 2001/08/17  13:34:04
33693         Log: Let perl_clone copy PL_exit_flags
33694      Branch: perl
33695            ! sv.c
33696 ____________________________________________________________________________
33697 [ 11707] By: sky                                   on 2001/08/17  12:28:41
33698         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
33699      Branch: perl
33700            ! sharedsv.c sharedsv.h
33701 ____________________________________________________________________________
33702 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
33703         Log: The metaconfig unit change for #11705.
33704      Branch: metaconfig/U/perl
33705            ! Extensions.U
33706 ____________________________________________________________________________
33707 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
33708         Log: Allow the threads extension to be found if present.
33709      Branch: perl
33710            ! Configure
33711 ____________________________________________________________________________
33712 [ 11704] By: nick                                  on 2001/08/17  11:47:54
33713         Log: Mail -> change script (pre-alpha)
33714      Branch: perl
33715            + Porting/apply
33716 ____________________________________________________________________________
33717 [ 11703] By: sky                                   on 2001/08/17  07:11:24
33718         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
33719              Thanks to Tom Hospel for pointing out my error.
33720      Branch: perl
33721            ! op.h
33722 ____________________________________________________________________________
33723 [ 11702] By: sky                                   on 2001/08/17  04:18:11
33724         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.
33725      Branch: perl
33726            ! embed.pl miniperlmain.c perl.c perl.h proto.h
33727 ____________________________________________________________________________
33728 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
33729         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
33730              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
33731      Branch: perl
33732            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
33733            + lib/Lingua/KO/Hangul/Util/README
33734            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
33735            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
33736            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
33737            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
33738            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
33739            + lib/Unicode/Normalize/t/test.t
33740            ! MANIFEST
33741 ____________________________________________________________________________
33742 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
33743         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
33744              Date: Thu, 16 Aug 2001 22:46:15 -0500
33745              From: "Craig A. Berry" <craigberry@mac.com>
33746              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
33747      Branch: perl
33748            ! configure.com numeric.c
33749 ____________________________________________________________________________
33750 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
33751         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
33752              of the usual suspects (like getpwent) but not for others
33753              (like localtime and rand).  The _r versions are available
33754              for all of them, so let's use them.
33755      Branch: perl
33756            ! perl.h
33757 ____________________________________________________________________________
33758 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
33759         Log: (Accidental apply; thankfully empty.)
33760      Branch: perl
33761            ! hints/os390.sh
33762 ____________________________________________________________________________
33763 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
33764         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
33765              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
33766              Date: Thu, 16 Aug 2001 16:27:49 +0100
33767              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
33768      Branch: perl
33769            ! regexec.c t/op/re_tests
33770 ____________________________________________________________________________
33771 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
33772         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
33773              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
33774              Date: Thu, 16 Aug 2001 18:50:01 +0100
33775              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
33776      Branch: perl
33777            ! pp_hot.c t/op/pat.t
33778 ____________________________________________________________________________
33779 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
33780         Log: Subject: [PATCH] *time_r again
33781              From: "Arthur Bergman" <arthur@contiller.se>
33782              Date: Thu, 16 Aug 2001 16:01:54 +0200
33783              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
33784      Branch: perl
33785            ! op.h
33786 ____________________________________________________________________________
33787 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
33788         Log: system() and backtick error handling cleanup from Craig A. Berry.
33789      Branch: perl
33790            ! vms/vms.c
33791 ____________________________________________________________________________
33792 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
33793         Log: change#10334 leaks memory, copies string when it doesn't
33794              need to
33795      Branch: perl
33796            ! perl.c
33797 ____________________________________________________________________________
33798 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
33799         Log: One more twist to the sprintf + utf8 testing.
33800      Branch: perl
33801            ! t/op/misc.t
33802 ____________________________________________________________________________
33803 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
33804         Log: Fix for 20010407.008 sprintf removes utf8-ness.
33805      Branch: perl
33806            ! pp.c t/op/misc.t
33807 ____________________________________________________________________________
33808 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
33809         Log: Subject: [PATCH] *time_r fixes
33810              From: "Arthur Bergman" <arthur@contiller.se>
33811              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
33812              Date: Thu, 16 Aug 2001 14:22:27 +0200
33813      Branch: perl
33814            ! op.h
33815 ____________________________________________________________________________
33816 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
33817         Log: Upgrade to CGI.pm 2.77.
33818      Branch: perl
33819            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
33820            ! lib/CGI/t/function.t
33821 ____________________________________________________________________________
33822 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
33823         Log: Document the bytes-to-Unicode upgrading.
33824      Branch: perl
33825            ! pod/perlunicode.pod
33826 ____________________________________________________________________________
33827 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
33828         Log: Add a test for Unicode sprintf.
33829      Branch: perl
33830            ! t/op/misc.t
33831 ____________________________________________________________________________
33832 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
33833         Log: Add Unicode tests for index/rindex.
33834      Branch: perl
33835            ! t/op/index.t
33836 ____________________________________________________________________________
33837 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
33838         Log: Document a bit the art of minimizing the installation,
33839              based on the p5p discussion.
33840      Branch: perl
33841            ! INSTALL
33842 ____________________________________________________________________________
33843 [ 11684] By: nick                                  on 2001/08/15  15:03:31
33844         Log: Integrate mainline
33845      Branch: perlio
33846           +> sharedsv.c sharedsv.h
33847           !> (integrate 53 files)
33848 ____________________________________________________________________________
33849 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
33850         Log: Update Changes.
33851      Branch: perl
33852            ! Changes patchlevel.h
33853 ____________________________________________________________________________
33854 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
33855         Log: The #11673 necessitated a test tweak.
33856      Branch: perl
33857            ! t/io/utf8.t
33858 ____________________________________________________________________________
33859 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
33860         Log: Also UNICOS is in the general case unable to silently
33861              handle fp overflows.
33862      Branch: perl
33863            ! numeric.c
33864 ____________________________________________________________________________
33865 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
33866         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
33867              NV_EPSILON #defined.
33868      Branch: perl
33869            ! perl.h
33870 ____________________________________________________________________________
33871 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
33872         Log: Re-establish the fp overflow detection for VAX VMS; there
33873              is no easy way to have the IEEE fp silent overflow semantics.
33874              (in Alpha VMS we still will use IEEE fp by default-- but it
33875              is still possible to configure Perl to use G_FLOAT)
33876      Branch: perl
33877            ! numeric.c
33878 ____________________________________________________________________________
33879 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
33880         Log: Subject: [PATCH] pp_lock 
33881              From: "Arthur Bergman" <arthur@contiller.se>
33882              Date: Wed, 15 Aug 2001 11:52:16 +0200
33883              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
33884      Branch: perl
33885            ! pp.c
33886 ____________________________________________________________________________
33887 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
33888         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
33889              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
33890              Date: Wed, 15 Aug 2001 11:32:11 +0100
33891              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
33892      Branch: perl
33893            ! regcomp.c t/op/re_tests
33894 ____________________________________________________________________________
33895 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
33896         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
33897              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
33898              Date: Wed, 15 Aug 2001 10:33:49 +0100
33899              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
33900      Branch: perl
33901            ! regexec.c t/op/re_tests
33902 ____________________________________________________________________________
33903 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
33904         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
33905              From: Barrie Slaymaker <barries@slaysys.com>
33906              Date: Tue, 14 Aug 2001 14:32:25 -0400
33907              Message-ID: <20010814143225.A19822@jester.slaysys.com>
33908      Branch: perl
33909            ! lib/File/Spec.t lib/File/Spec/Unix.pm
33910 ____________________________________________________________________________
33911 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
33912         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
33913              From: Peter Prymmer <pvhp@forte.com>
33914              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
33915              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
33916      Branch: perl
33917            ! README.vms configure.com
33918 ____________________________________________________________________________
33919 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
33920         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
33921              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33922              Date: Tue, 14 Aug 2001 21:23:27 +0200
33923              Message-ID: <20010814212327.A1919@rafael>
33924      Branch: perl
33925            ! doio.c
33926 ____________________________________________________________________________
33927 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
33928         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
33929              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
33930              Date: Tue, 14 Aug 2001 22:30:11 +0200
33931              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
33932              
33933              Combination of nmake, quoting, and Perl expanded $( in here-doc.
33934      Branch: perl
33935            ! ext/SDBM_File/Makefile.PL
33936 ____________________________________________________________________________
33937 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
33938         Log: Todo updates.
33939      Branch: perl
33940            ! pod/perltodo.pod
33941 ____________________________________________________________________________
33942 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
33943         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
33944              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
33945              Date: Mon, 13 Aug 2001 23:15:01 +0200
33946              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
33947      Branch: perl
33948            ! sv.c
33949 ____________________________________________________________________________
33950 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
33951         Log: Subject: [PATCH] [b-]showlex.t
33952              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
33953              Date: Sun, 12 Aug 2001 22:24:51 +0200
33954              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
33955              
33956              The 4nt command shell will expand the % in command line
33957              no matter what quoting is attempted, changed the % to @.
33958      Branch: perl
33959            ! ext/B/Showlex.t
33960 ____________________________________________________________________________
33961 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
33962         Log: Subject: [PATCH] magic.t
33963              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
33964              Date: Sun, 12 Aug 2001 20:49:27 +0200
33965              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
33966      Branch: perl
33967            ! t/op/magic.t
33968 ____________________________________________________________________________
33969 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
33970         Log: Add sharedsv* to the DOSish platforms; plus add
33971              some WinCE files to the list of DOSish files.
33972      Branch: perl
33973            ! NetWare/Makefile Porting/makerel win32/Makefile
33974            ! win32/makefile.mk wince/Makefile.ce
33975 ____________________________________________________________________________
33976 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
33977         Log: More DOSish files.
33978      Branch: perl
33979            ! Porting/makerel
33980 ____________________________________________________________________________
33981 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
33982         Log: Strip CRs from the WinCE files.  Now we need to
33983              figure out in which CRs are really needed: probably
33984              Makefile.ce and the README files, at least, probably
33985              also the registry.bat.
33986      Branch: perl
33987            ! wince/Makefile.ce wince/README.compile wince/README.perlce
33988            ! wince/config.h wince/include/cectype.h wince/include/errno.h
33989            ! wince/include/sys/stat.h wince/include/sys/types.h
33990            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
33991            ! wince/perldll.def wince/registry.bat wince/wince.h
33992            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
33993 ____________________________________________________________________________
33994 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
33995         Log: Add some files to DOSish and writables.
33996      Branch: perl
33997            ! Porting/makerel
33998 ____________________________________________________________________________
33999 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
34000         Log: Compile failure message tidying.
34001      Branch: perl
34002            ! t/lib/1_compile.t
34003 ____________________________________________________________________________
34004 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
34005         Log: The new sharedsv* should be exported only if usethreads.
34006      Branch: perl
34007            ! makedef.pl
34008 ____________________________________________________________________________
34009 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
34010         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
34011              From: Peter Prymmer <pvhp@forte.com>
34012              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
34013              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
34014      Branch: perl
34015            ! README.os390
34016 ____________________________________________________________________________
34017 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
34018         Log: Update Changes.
34019      Branch: perl
34020            ! Changes patchlevel.h
34021 ____________________________________________________________________________
34022 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
34023         Log: Subject: [PATHC] sharedsv.[c|h]
34024              From: "Artur Bergman" <artur@contiller.se>
34025              Date: Mon, 13 Aug 2001 14:38:41 +0200
34026              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
34027              
34028              Subject: [PATCH] embed.pl
34029              From: Arthur Bergman <arthur@contiller.se>
34030              Date: Mon, 13 Aug 2001 14:38:14 +0200
34031              Message-ID: <B79D96D6.3088%arthur@contiller.se>
34032              
34033              Subject: [PATCH] sharedsv cleanups
34034              From: "Arthur Bergman" <arthur@contiller.se>
34035              Date: Mon, 13 Aug 2001 15:14:25 +0200
34036              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
34037              
34038              Plus few tweaks: _init needs to be Adp, the prototypes
34039              should not be revealed unless using ithreads, #endif FOO
34040              must be #endif /* FOO */, adding (parentheses) around
34041              do { } while doesn't work too well.
34042      Branch: perl
34043            + sharedsv.c sharedsv.h
34044            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
34045            ! perl.h perlapi.c pod/perlapi.pod proto.h
34046 ____________________________________________________________________________
34047 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
34048         Log: Subject: Re: END {} blocks run in perl_run
34049              From: Arthur Bergman <arthur@contiller.se>
34050              Date: Mon, 13 Aug 2001 11:11:30 +0200
34051              Message-ID: <B79D6661.3068%arthur@contiller.se>
34052      Branch: perl
34053            ! perl.c
34054 ____________________________________________________________________________
34055 [ 11657] By: nick                                  on 2001/08/13  09:03:02
34056         Log: Integrate mainline
34057      Branch: perlio
34058           +> (branch 326 files)
34059            - (delete 330 files)
34060           !> (integrate 85 files)
34061 ____________________________________________________________________________
34062 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
34063         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
34064              and the Perl will be built to do that by default (adding that
34065              will break scripts having non-UTF-8 binary data, such as Latin-1.)
34066      Branch: perl
34067            ! op.c toke.c utf8.h
34068 ____________________________________________________________________________
34069 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
34070         Log: Unnecessary downgrades.
34071      Branch: perl
34072            ! doop.c
34073 ____________________________________________________________________________
34074 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
34075         Log: Failure not true anymore (probably caused by my broken setup).
34076      Branch: perl
34077            ! t/op/pat.t
34078 ____________________________________________________________________________
34079 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
34080         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
34081              stopped working).
34082      Branch: perl
34083            ! op.h pp_ctl.c regcomp.c
34084 ____________________________________________________________________________
34085 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
34086         Log: There is no IN_UTF8.
34087      Branch: perl
34088            ! utf8.h
34089 ____________________________________________________________________________
34090 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
34091         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
34092      Branch: perl
34093            ! op.c op.h pp_ctl.c regcomp.c
34094 ____________________________________________________________________________
34095 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
34096         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
34097              and a test tweak.
34098      Branch: perl
34099            ! op.c t/pod/find.t
34100 ____________________________________________________________________________
34101 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
34102         Log: Todo updates and fixes.
34103      Branch: perl
34104            ! pod/perltodo.pod
34105 ____________________________________________________________________________
34106 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
34107         Log: Mark tests (and one module) having explicit Latin-1
34108              (and one file having explicit UTF-8) with an explicit
34109              'no utf8' (and one explicit 'use utf8').
34110              
34111              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
34112      Branch: perl
34113            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
34114            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
34115            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
34116 ____________________________________________________________________________
34117 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
34118         Log: Subject: SV: END {} blocks run in perl_run
34119              From: "Arthur Bergman" <arthur@contiller.se>
34120              Date: Sun, 12 Aug 2001 00:34:28 +0200 
34121              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
34122      Branch: perl
34123            ! miniperlmain.c perl.c
34124 ____________________________________________________________________________
34125 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
34126         Log: Typos in #11645.
34127      Branch: perl
34128            ! perl.h
34129 ____________________________________________________________________________
34130 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
34131         Log: On ithreads default to use_reentrant except on naturally
34132              threadsafe platforms.
34133      Branch: perl
34134            ! perl.h
34135 ____________________________________________________________________________
34136 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
34137         Log: (Hopefully) a fix for 20010723.004: make install needs
34138              write permission in build directory.  The problem was
34139              probably caused by overeager sprinkling of the lib/re.pm
34140              dependencies (which was done to guarantee lib/re.pm being
34141              uptodate for parallel makes: now solved by funneling that
34142              through an explicit recursive make in the preplibrary target).
34143      Branch: perl
34144            ! Makefile.SH
34145 ____________________________________________________________________________
34146 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
34147         Log: Dispell the "use utf8" superstition.
34148      Branch: perl
34149            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
34150            ! pod/perlunicode.pod
34151 ____________________________________________________________________________
34152 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
34153         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
34154              From: "Abigail" <abigail@foad.org> 
34155              Date: Sat, 11 Aug 2001 23:49:49 +0200
34156              Message-ID: <20010811214950.23255.qmail@foad.org>
34157      Branch: perl
34158            ! t/op/taint.t
34159 ____________________________________________________________________________
34160 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
34161         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
34162              From: Abhijit Menon-Sen <ams@wiw.org>
34163              Date: Sat, 11 Aug 2001 06:18:19 +0530
34164              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
34165      Branch: perl
34166            ! mg.c
34167 ____________________________________________________________________________
34168 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
34169         Log: Test for change #11639.
34170      Branch: perl
34171            ! t/op/tiehandle.t
34172 ____________________________________________________________________________
34173 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
34174         Log: Subject: Re: Can't localize *FH, then tie it
34175              From: Abhijit Menon-Sen <ams@wiw.org>
34176              Date: Sun, 12 Aug 2001 16:08:06 +0530
34177              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
34178      Branch: perl
34179            ! pp_hot.c pp_sys.c
34180 ____________________________________________________________________________
34181 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
34182         Log: Drop all the unnecessary "use utf8" clauses and some of
34183              the unnecessary "use bytes" ones.
34184              
34185              TODO: scour the documentation for unnecessary "use utf8"
34186              and prominently display it in perldelta when the time comes.
34187              ("use utf8" should be necessary ONLY if one wants the script
34188              to be in UTF-8.)  Also should be checked in some non-ASCII
34189              non-Latin-1 platform, like EBCDIC.
34190      Branch: perl
34191            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
34192            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
34193 ____________________________________________________________________________
34194 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
34195         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
34196              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
34197              in Unicode handling.
34198      Branch: perl
34199            + t/op/lc.t
34200            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
34201 ____________________________________________________________________________
34202 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
34203         Log: Thinko: we want the flags for native cc, not gcc.
34204      Branch: perl
34205            ! hints/dec_osf.sh
34206 ____________________________________________________________________________
34207 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
34208         Log: (retracted by 13077)
34209              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
34210              From: Robin Houston <robin@kitsite.com>
34211              Date: Fri, 10 Aug 2001 14:42:02 +0100
34212              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
34213      Branch: perl
34214            ! pp.c
34215 ____________________________________________________________________________
34216 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
34217         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
34218              From: Abhijit Menon-Sen <ams@wiw.org>
34219              Date: Sat, 11 Aug 2001 16:31:04 +0530
34220              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
34221      Branch: perl
34222            ! op.c
34223 ____________________________________________________________________________
34224 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
34225         Log: Get rid of indread, from Abhijit Menon-Sen.
34226      Branch: perl
34227            ! pp_sys.c
34228 ____________________________________________________________________________
34229 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
34230         Log: CRLFgngngn.
34231      Branch: perl
34232            ! win32/Makefile win32/makefile.mk
34233 ____________________________________________________________________________
34234 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
34235         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
34236      Branch: perl
34237            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
34238            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
34239            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
34240            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
34241            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
34242            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
34243            ! win32/Makefile win32/makefile.mk
34244 ____________________________________________________________________________
34245 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
34246         Log: Avoid #elif (less portable than #else #if).
34247      Branch: perl
34248            ! handy.h
34249 ____________________________________________________________________________
34250 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
34251         Log: Subject: patch for perlvar.pod
34252              From: mah@everybody.org (Mark A. Hershberger)
34253              Date: 08 Aug 2001 17:03:16 -0500
34254              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
34255      Branch: perl
34256            ! pod/perlvar.pod
34257 ____________________________________________________________________________
34258 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
34259         Log: cpp commands must start (the # must be) at the column #0.
34260      Branch: perl
34261            ! op.c
34262 ____________________________________________________________________________
34263 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
34264         Log: If using gcc -B/foo/bar makedepend would give
34265              unnecessary warnings about unused -B/foo/bar.
34266      Branch: perl
34267            ! makedepend.SH
34268 ____________________________________________________________________________
34269 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
34270         Log: Update Changes.
34271      Branch: perl
34272            ! Changes patchlevel.h
34273 ____________________________________________________________________________
34274 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
34275         Log: s/z/tz/
34276      Branch: perl
34277            ! pod/perlfaq2.pod
34278 ____________________________________________________________________________
34279 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
34280         Log: Article nit.
34281      Branch: perl
34282            ! pod/perlfaq2.pod
34283 ____________________________________________________________________________
34284 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
34285         Log: Rename lib/unicode files to lib/unicore to avoid
34286              conflicts between core lib/unicode and Unicode::
34287              files in case-ignoring filesystems.
34288      Branch: perl
34289            + (add 325 files)
34290            - (delete 324 files)
34291            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
34292 ____________________________________________________________________________
34293 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
34294         Log: Upgrade to Math::BigInt 1.41.
34295      Branch: perl
34296            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
34297 ____________________________________________________________________________
34298 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
34299         Log: Subject: [PATCH] remove PL_na from typemap
34300              From: James <james@rf.net>
34301              Date: Mon, 06 Aug 2001 20:23:15 -0700
34302              Message-ID: <3B6F5F23.A31A81B1@rf.net>
34303              
34304              (had to be manually applied)
34305      Branch: perl
34306            ! lib/ExtUtils/typemap
34307 ____________________________________________________________________________
34308 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
34309         Log: The metaconfig unit changes for #11618.
34310      Branch: metaconfig/U/perl
34311            + d_fpclassl.U i_fp.U
34312 ____________________________________________________________________________
34313 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
34314         Log: Forgot this from #11618.
34315              
34316              NOTE: wince/config_H.ce needs updating.
34317      Branch: perl
34318            ! wince/config.ce
34319 ____________________________________________________________________________
34320 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
34321         Log: Introduce more floating point classifying APIs;
34322              try to define (most importantly) Perl_is{inf,nan}(x).
34323              
34324              For this first cut, assume none such APIs exist in non-UNIXoid
34325              platforms-- this is of course too unkind: Win32 rumoredly has
34326              _fpclass() and _isnan(), and VMS/VOS very probably have some
34327              of the APIs available.     The only thing Perl uses at the moment
34328              is Perl_isnan() (has been in use for a while now).
34329              
34330              NOTE: the Win32 and NetWare config_h.?c need regenerating.
34331      Branch: perl
34332            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
34333            ! Porting/config_H config_h.SH configure.com epoc/config.sh
34334            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
34335            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34336            ! vos/config.ga.h win32/config.bc win32/config.gc
34337            ! win32/config.vc win32/config_H.bc win32/config_H.gc
34338            ! win32/config_H.vc wince/config.ce wince/config.h
34339 ____________________________________________________________________________
34340 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
34341         Log: Integrate change #11519 from perlio:
34342              
34343              Avoid testing for (non-)existance of "encoding(xxxx)"
34344              layer is called "encoding" the (xxxx) is an argument.
34345      Branch: perl
34346           !> lib/open.pm
34347 ____________________________________________________________________________
34348 [ 11616] By: nick                                  on 2001/08/09  07:50:24
34349         Log: Integrate mainline
34350      Branch: perlio
34351           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
34352           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
34353           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
34354           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
34355            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
34356            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
34357           !> (integrate 79 files)
34358 ____________________________________________________________________________
34359 [ 11615] By: nick                                  on 2001/08/09  06:23:44
34360         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
34361              layer is called "encoding" the (xxxx) is an argument.
34362      Branch: perlio
34363            ! lib/open.pm
34364 ____________________________________________________________________________
34365 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
34366         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
34367              From: Paul Johnson <paul@pjcj.net>
34368              Date: Wed, 8 Aug 2001 23:54:17 +0200
34369              Message-ID: <20010808235417.O1006@pjcj.net>
34370      Branch: perl
34371            ! ext/B/B/Concise.pm
34372 ____________________________________________________________________________
34373 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
34374         Log: Make VMS use IEEE math by default; reorder Tru64 hints
34375              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
34376              exception semantics) is always set if using (the new) cc.
34377      Branch: perl
34378            ! configure.com hints/dec_osf.sh
34379 ____________________________________________________________________________
34380 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
34381         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
34382              From: Abhijit Menon-Sen <ams@wiw.org>
34383              Date: Tue, 7 Aug 2001 17:16:05 +0530
34384              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
34385      Branch: perl
34386            ! pp_sys.c
34387 ____________________________________________________________________________
34388 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
34389         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
34390              From: "Craig A. Berry" <craigberry@mac.com>
34391              Date: Tue, 07 Aug 2001 22:27:47 -0500
34392              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
34393      Branch: perl
34394            ! t/run/exit.t
34395 ____________________________________________________________________________
34396 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
34397         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
34398              From: "Craig A. Berry" <craigberry@mac.com>
34399              Date: Tue, 07 Aug 2001 20:01:53 -0500
34400              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
34401      Branch: perl
34402            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
34403 ____________________________________________________________________________
34404 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
34405         Log: Update the magazine information.
34406      Branch: perl
34407            ! pod/perlfaq2.pod
34408 ____________________________________________________________________________
34409 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
34410         Log: Ignore SIGFPE everywhere.
34411      Branch: perl
34412            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
34413 ____________________________________________________________________________
34414 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
34415         Log: With permission, change the licensing of the docs by
34416              TomC (and Gnat) to comply with the rest of Perl.
34417      Branch: perl
34418            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
34419            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
34420            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
34421            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
34422            ! pod/perltootc.pod
34423 ____________________________________________________________________________
34424 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
34425         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
34426              From: Andy Dougherty <doughera@lafayette.edu>
34427              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
34428              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
34429      Branch: perl
34430            ! hints/openbsd.sh
34431 ____________________________________________________________________________
34432 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
34433         Log: Subject: [PATCH] Makefile.SH test_prep dependency
34434              From: Andy Dougherty <doughera@lafayette.edu>
34435              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
34436              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
34437      Branch: perl
34438            ! Makefile.SH
34439 ____________________________________________________________________________
34440 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
34441         Log: Don't autogenerate the headers et alia,
34442              make regen_headers explicitly.
34443      Branch: perl
34444            ! Makefile.SH
34445 ____________________________________________________________________________
34446 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
34447         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
34448              From: Gurusamy Sarathy <gsar@ActiveState.com> 
34449              Date: Tue, 07 Aug 2001 08:33:26 -0700
34450              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
34451              
34452              Unnecessary dependency.
34453      Branch: perl
34454            ! embed.pl
34455 ____________________________________________________________________________
34456 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
34457         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
34458              From: Abhijit Menon-Sen <ams@wiw.org>
34459              Date: Tue, 7 Aug 2001 09:10:54 +0530
34460              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
34461      Branch: perl
34462            ! pp_hot.c
34463 ____________________________________________________________________________
34464 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
34465         Log: Subject: [PATCH perl@11597] B && BEGIN handling
34466              From: "James A. Duncan" <jduncan@fotango.com>
34467              Date: Mon, 6 Aug 2001 17:29:11 +0100
34468              Message-ID: <20010806172911.A2071@fotango.com>
34469              
34470              (the intrpvar.h addition moved to the end for bincompat)
34471      Branch: perl
34472            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
34473 ____________________________________________________________________________
34474 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
34475         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
34476      Branch: perl
34477           !> README.win32
34478 ____________________________________________________________________________
34479 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
34480         Log: fix URLs for fcrypt.c
34481      Branch: maint-5.6/perl
34482            ! README.win32
34483 ____________________________________________________________________________
34484 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
34485         Log: Yet another way to say Infinity: HP-UX calls its "++".
34486      Branch: perl
34487            ! lib/Math/BigInt/t/bigintpm.t
34488 ____________________________________________________________________________
34489 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
34490         Log: Update Changes.
34491      Branch: perl
34492            ! Changes patchlevel.h
34493 ____________________________________________________________________________
34494 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
34495         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
34496      Branch: perl
34497            ! pod/perlfaq5.pod
34498 ____________________________________________________________________________
34499 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
34500         Log: The #11593 wasn't right.
34501      Branch: perl
34502            ! lib/Math/BigInt/t/bigintpm.t
34503 ____________________________________________________________________________
34504 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
34505         Log: Subject: [PATCH: perl@11564] introducing perlivp
34506              From: Prymmer/Kahn <pvhp@best.com>
34507              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
34508              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
34509              
34510              Subject: Re: [PATCH: perl@11564] introducing perlivp
34511              From: Prymmer/Kahn <pvhp@best.com>
34512              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
34513              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
34514      Branch: perl
34515            + utils/perlivp.PL
34516            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
34517            ! win32/Makefile win32/makefile.mk
34518 ____________________________________________________________________________
34519 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
34520         Log: libcs are confused what to call Infinity.
34521      Branch: perl
34522            ! lib/Math/BigInt/t/bigintpm.t
34523 ____________________________________________________________________________
34524 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
34525         Log: Avoid SIGFPE in Tru64.
34526      Branch: perl
34527            ! numeric.c
34528 ____________________________________________________________________________
34529 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
34530         Log: Upgrade to Math::BigInt 1.40.
34531              
34532              NOTE: this patch necessitates doing something about
34533              infinity handling since the new bigintpm.t tests use
34534              infinity, which causes SIGFPEs at least in Tru64.
34535      Branch: perl
34536            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
34537            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
34538            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
34539            ! lib/Math/BigInt/t/mbimbf.t
34540 ____________________________________________________________________________
34541 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
34542         Log: remove hardcoded cmd shell in testsuite
34543      Branch: perl
34544            ! t/op/glob.t t/op/magic.t t/op/stat.t
34545 ____________________________________________________________________________
34546 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
34547         Log: 4-arg select() was busted on windows because change#8178 didn't
34548              make it into mainline
34549      Branch: perl
34550            ! perl.h win32/include/sys/socket.h
34551 ____________________________________________________________________________
34552 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
34553         Log: Rename the Getopt::Long tests to be as they are
34554              in the Getopt::Long official distribution.
34555      Branch: perl
34556            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
34557            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
34558            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
34559            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
34560            ! MANIFEST
34561 ____________________________________________________________________________
34562 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
34563         Log: Upgrade to Getopt::Long 2.26.
34564      Branch: perl
34565            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
34566            ! MANIFEST lib/Getopt/Long.pm
34567 ____________________________________________________________________________
34568 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
34569         Log: Retract #10874 (the hack should be unnecessary by now)
34570      Branch: perl
34571            ! lib/Test/Harness.pm
34572 ____________________________________________________________________________
34573 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
34574         Log: avoid temp file littering in tests
34575      Branch: perl
34576            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
34577 ____________________________________________________________________________
34578 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
34579         Log: Subject: warning in sv.c: double format, NV arg
34580              From: "Philip Newton" <Philip.Newton@gmx.net>
34581              Date: Sun, 5 Aug 2001 19:41:07 +0200
34582              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
34583      Branch: perl
34584            ! sv.c
34585 ____________________________________________________________________________
34586 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
34587         Log: fix POSIX.t#13 for windos
34588      Branch: perl
34589            ! ext/POSIX/POSIX.t
34590 ____________________________________________________________________________
34591 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
34592         Log: Add a test for PerlIO::Via.
34593      Branch: perl
34594            + ext/PerlIO/t/via.t
34595            ! MANIFEST ext/PerlIO/Via/Via.pm
34596 ____________________________________________________________________________
34597 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
34598         Log: flock() and link() are not available on Windows 9x
34599      Branch: perl
34600            ! win32/config_sh.PL
34601 ____________________________________________________________________________
34602 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
34603         Log: Some Tru64 C compilers have C++ components that confuse
34604              the ccversion parsing.
34605      Branch: perl
34606            ! hints/dec_osf.sh
34607 ____________________________________________________________________________
34608 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
34609         Log: (Reintroduce #11125)
34610              
34611              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
34612              From: Alan Burlison <Alan.Burlison@sun.com> 
34613              Date: Tue, 03 Jul 2001 15:20:13 +0100   
34614              Message-ID: <3B41D49D.A923D4F9@sun.com> 
34615      Branch: perl
34616            ! lib/ExtUtils/MM_Unix.pm
34617 ____________________________________________________________________________
34618 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
34619         Log: Little pointer juggling for HP-UX cc to avoid
34620              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
34621              followed by
34622              "error 1549: Modifiable lvalue required for assignment operator."
34623      Branch: perl
34624            ! hv.c
34625 ____________________________________________________________________________
34626 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
34627         Log: Continuation of #11575: SANY_SEEN completely deprecated,
34628              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
34629              plus a fix for the bug.
34630      Branch: perl
34631            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
34632 ____________________________________________________________________________
34633 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
34634         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
34635              From: Doug MacEachern <dougm@covalent.net>
34636              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
34637              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
34638      Branch: perl
34639            ! sv.c
34640 ____________________________________________________________________________
34641 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
34642         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
34643              the new CANY is the \C.  The problem reported and the
34644              test case supplied in
34645              
34646              Subject: UTF-8 bugs in string length & single line regex matches
34647              From: "Daniel P. Berrange" <dan@berrange.com>
34648              Date: Fri, 3 Aug 2001 11:39:33 +0100
34649              Message-ID: <20010803113932.A19318@berrange.com>
34650      Branch: perl
34651            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
34652            ! t/op/pat.t
34653 ____________________________________________________________________________
34654 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
34655         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
34656              From: Doug MacEachern <dougm@covalent.net>
34657              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
34658              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
34659      Branch: perl
34660            ! perl.c regexec.c
34661 ____________________________________________________________________________
34662 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
34663         Log: The #11572 didn't up the test count.
34664      Branch: perl
34665            ! t/op/length.t
34666 ____________________________________________________________________________
34667 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
34668         Log: Subject: UTF-8 bugs in string length & single line regex matches
34669              From: "Daniel P. Berrange" <dan@berrange.com>
34670              Date: Fri, 3 Aug 2001 11:39:33 +0100         
34671              Message-ID: <20010803113932.A19318@berrange.com>
34672              
34673              (the mg_length() fix)
34674      Branch: perl
34675            ! mg.c t/op/length.t
34676 ____________________________________________________________________________
34677 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
34678         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
34679              From: Abhijit Menon-Sen <ams@wiw.org>
34680              Date: Sat, 4 Aug 2001 16:56:35 +0530
34681              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
34682      Branch: perl
34683            ! hv.c
34684 ____________________________________________________________________________
34685 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
34686         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
34687              From: Abhijit Menon-Sen <ams@wiw.org>
34688              Date: Sat, 4 Aug 2001 16:16:03 +0530
34689              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
34690      Branch: perl
34691            ! hv.c
34692 ____________________________________________________________________________
34693 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
34694         Log: Subject: Re: [patch] refcount re ops
34695              From: Abhijit Menon-Sen <ams@wiw.org>
34696              Date: Sat, 4 Aug 2001 08:54:55 +0530
34697              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
34698      Branch: perl
34699            ! sv.c
34700 ____________________________________________________________________________
34701 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
34702         Log: Subject: [patch] refcount re ops
34703              From: Doug MacEachern <dougm@covalent.net>
34704              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
34705              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
34706      Branch: perl
34707            ! regcomp.c sv.c
34708 ____________________________________________________________________________
34709 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
34710         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
34711              From: Doug MacEachern <dougm@covalent.net>
34712              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
34713              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
34714      Branch: perl
34715            ! perl.c regexec.c
34716 ____________________________________________________________________________
34717 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
34718         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
34719              From: "Craig A. Berry" <craigberry@mac.com> 
34720              Date: Fri, 03 Aug 2001 16:16:16 -0500
34721              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
34722      Branch: perl
34723            ! t/op/misc.t
34724 ____________________________________________________________________________
34725 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
34726         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
34727              From: John Kristian <jmk2001@engineer.com>
34728              Date: Fri, 03 Aug 2001 00:59:08 -0700
34729              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
34730      Branch: perl
34731            ! win32/win32.c
34732 ____________________________________________________________________________
34733 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
34734         Log: Update Changes.
34735      Branch: perl
34736            ! Changes patchlevel.h
34737 ____________________________________________________________________________
34738 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
34739         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
34740              From: "Craig A. Berry" <craigberry@mac.com>
34741              Date: Thu, 02 Aug 2001 23:15:24 -0500
34742              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
34743      Branch: perl
34744            ! ext/B/Stash.t
34745 ____________________________________________________________________________
34746 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
34747         Log: Subject: [patch] plug PL_cshname leak
34748              From: Doug MacEachern <dougm@covalent.net>
34749              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
34750              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
34751      Branch: perl
34752            ! sv.c
34753 ____________________________________________________________________________
34754 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
34755         Log: Subject: [patch] plug PL_sh_path leak
34756              From: Doug MacEachern <dougm@covalent.net>
34757              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
34758              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
34759      Branch: perl
34760            ! sv.c
34761 ____________________________________________________________________________
34762 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
34763         Log: Subject: [patch] plug PL_regex_padav leaks
34764              From: Doug MacEachern <dougm@covalent.net>
34765              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
34766              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
34767      Branch: perl
34768            ! op.c op.h perl.c
34769 ____________________________________________________________________________
34770 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
34771         Log: Subject: [patch] plug PL_origargv leak
34772              From: Doug MacEachern <dougm@covalent.net>
34773              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
34774              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
34775      Branch: perl
34776            ! perl.c
34777 ____________________________________________________________________________
34778 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
34779         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
34780              From: Abhijit Menon-Sen <ams@wiw.org>
34781              Date: Fri, 3 Aug 2001 06:38:11 +0530
34782              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
34783      Branch: perl
34784            ! hv.c
34785 ____________________________________________________________________________
34786 [ 11557] By: nick                                  on 2001/08/03  08:17:38
34787         Log: Integrate mainline
34788      Branch: perlio
34789           +> (branch 47 files)
34790            - lib/Switch/test.pl
34791           !> (integrate 49 files)
34792 ____________________________________________________________________________
34793 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
34794         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
34795              From: "Craig A. Berry" <craigberry@mac.com>
34796              Date: Thu, 02 Aug 2001 12:56:19 -0500
34797              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
34798      Branch: perl
34799            ! ext/B/Showlex.t
34800 ____________________________________________________________________________
34801 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
34802         Log: Be more careful about non-existent files.
34803      Branch: perl
34804            ! lib/File/Copy.pm
34805 ____________________________________________________________________________
34806 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
34807         Log: Subject: [PATCH resend] deparse empty formats
34808              From: Robin Houston <robin@kitsite.com> 
34809              Date: Thu, 2 Aug 2001 14:32:36 +0100
34810              Message-ID: <20010802143236.A894@robin.kitsite.com>
34811      Branch: perl
34812            ! ext/B/B/Deparse.pm
34813 ____________________________________________________________________________
34814 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
34815         Log: Subject: [patch] ithreads + refto fix improvement
34816              From: Doug MacEachern <dougm@covalent.net>
34817              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
34818              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
34819      Branch: perl
34820            ! pp.c
34821 ____________________________________________________________________________
34822 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
34823         Log: Readability nit from Abhijit.
34824      Branch: perl
34825            ! op.c
34826 ____________________________________________________________________________
34827 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
34828         Log: setproctitle() API version nit from Anton Berezin.
34829      Branch: perl
34830            ! mg.c
34831 ____________________________________________________________________________
34832 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
34833         Log: Add PerlCE to the docs.
34834      Branch: perl
34835            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
34836            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
34837 ____________________________________________________________________________
34838 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
34839         Log: Integrate the PerlCE (WinCE Perl) port;
34840              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
34841      Branch: perl
34842            + README.ce wince/FindExt.pm wince/Makefile.ce
34843            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
34844            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
34845            + wince/bin/search.pl wince/config.ce wince/config.h
34846            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
34847            + wince/dl_win32.xs wince/include/arpa/inet.h
34848            + wince/include/cectype.h wince/include/errno.h
34849            + wince/include/netdb.h wince/include/sys/socket.h
34850            + wince/include/sys/stat.h wince/include/sys/types.h
34851            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
34852            + wince/perl.rc wince/perldll.def wince/perllib.c
34853            + wince/perlmain.c wince/registry.bat wince/runperl.c
34854            + wince/splittree.pl wince/win32.h wince/win32iop.h
34855            + wince/win32thread.c wince/win32thread.h wince/wince.c
34856            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
34857            + wince/xdistclean.ksh wince/xmakediffs.ksh
34858            ! MANIFEST perl.c perl.h perlio.c
34859 ____________________________________________________________________________
34860 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
34861         Log: setproctitle() made simpler.  (This assumes the string is
34862              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
34863              should be used.  Note len, not len + 1.)  BSD-fu from Anton
34864              Berezin.
34865      Branch: perl
34866            ! mg.c
34867 ____________________________________________________________________________
34868 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
34869         Log: Subject: [PATCH] -Wall cleanup: op.c
34870              From: Richard Soderberg <rs@oregonnet.com>
34871              Date: Thu, 2 Aug 2001 00:17:09 -0700
34872              Message-Id: <200108020717.AAA26895@oregonnet.com>
34873              
34874              Subject: [PATCH] -Wall cleanup: sv.c
34875              From: Richard Soderberg <rs@oregonnet.com>
34876              Date: Thu, 2 Aug 2001 00:49:21 -0700
34877              Message-Id: <200108020749.AAA27492@oregonnet.com>
34878      Branch: perl
34879            ! op.c sv.c
34880 ____________________________________________________________________________
34881 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
34882         Log: Update Changes.
34883      Branch: perl
34884            ! Changes patchlevel.h
34885 ____________________________________________________________________________
34886 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
34887         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
34888              From: Doug MacEachern <dougm@covalent.net>
34889              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
34890              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
34891      Branch: perl
34892            ! op.c
34893 ____________________________________________________________________________
34894 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
34895         Log: The #11541 didn't work under threads.
34896      Branch: perl
34897            ! op.c
34898 ____________________________________________________________________________
34899 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
34900         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
34901              From: Hugo <hv@crypt.compulink.co.uk>
34902              Date: Fri, 22 Jun 2001 01:19:08 +0100 
34903              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
34904              
34905              (Skip tests if accept() failed)
34906      Branch: perl
34907            ! ext/IO/lib/IO/t/io_unix.t
34908 ____________________________________________________________________________
34909 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
34910         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
34911              From: "Stian Seeberg" <sseeberg@nimsoft.no>
34912              Date: Mon, 30 Jul 2001 12:28:07 +0200
34913              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
34914      Branch: perl
34915            ! perl.h
34916 ____________________________________________________________________________
34917 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
34918         Log: Subject: Pluggable optimizer
34919              From: Simon Cozens <simon@netthink.co.uk>
34920              Date: Wed, 1 Aug 2001 13:57:02 -0700
34921              Message-ID: <20010801135702.I10442@netthink.co.uk>
34922      Branch: perl
34923            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
34924 ____________________________________________________________________________
34925 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
34926         Log: Subject: [ID 20010801.039] perlre.pod message typo
34927              From: Autrijus Tang <autrijus@geb.elixus.org>
34928              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
34929              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
34930      Branch: perl
34931            ! pod/perlre.pod
34932 ____________________________________________________________________________
34933 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
34934         Log: Test for change #11536.
34935      Branch: perl
34936            ! t/op/tiehandle.t
34937 ____________________________________________________________________________
34938 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
34939         Log: More test fixups for #11537.
34940      Branch: perl
34941            ! t/lib/warnings/4lint t/lib/warnings/9enabled
34942 ____________________________________________________________________________
34943 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
34944         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
34945              From: Doug MacEachern <dougm@covalent.net>
34946              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
34947              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
34948      Branch: perl
34949            ! op.c t/TestInit.pm
34950 ____________________________________________________________________________
34951 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
34952         Log: Subject: [patch] ithreads + refto bug
34953              From: Doug MacEachern <dougm@covalent.net>
34954              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
34955              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
34956              
34957              (Test in change #11539)
34958      Branch: perl
34959            ! pp.c
34960 ____________________________________________________________________________
34961 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
34962         Log: Subject: [PATCH: perl@11523] fixups for t/harness
34963              From: Prymmer/Kahn <pvhp@best.com>
34964              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
34965              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
34966      Branch: perl
34967            ! t/harness
34968 ____________________________________________________________________________
34969 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
34970         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
34971              From: Prymmer/Kahn <pvhp@best.com>
34972              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
34973              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
34974      Branch: perl
34975            ! win32/Makefile win32/makefile.mk
34976 ____________________________________________________________________________
34977 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
34978         Log: Need to know the number of tests.
34979      Branch: perl
34980            ! t/run/exit.t
34981 ____________________________________________________________________________
34982 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
34983         Log: Subject: Re: new exit tests on VMS
34984              From: "Craig A. Berry" <craigberry@mac.com>
34985              Date: Tue, 31 Jul 2001 12:19:29 -0500
34986              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
34987      Branch: perl
34988            ! t/run/exit.t
34989 ____________________________________________________________________________
34990 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
34991         Log: Retract #11530 (the dTHX is needed under threads)
34992      Branch: perl
34993            ! perlio.c
34994 ____________________________________________________________________________
34995 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
34996         Log: (Retracted by #11531)
34997      Branch: perl
34998            ! perlio.c
34999 ____________________________________________________________________________
35000 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
35001         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
35002              From: Richard Soderberg <rs@crystalflame.net>
35003              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
35004              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
35005      Branch: perl
35006            ! unixish.h
35007 ____________________________________________________________________________
35008 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
35009         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
35010              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35011              Date: Tue, 31 Jul 2001 05:39:09 -0400
35012              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
35013              
35014              (with a note about the case of UV being equal to long long)
35015      Branch: perl
35016            ! utils/h2xs.PL
35017 ____________________________________________________________________________
35018 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
35019         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
35020              From: "Craig A. Berry" <craigberry@mac.com>
35021              Date: Tue, 31 Jul 2001 14:57:43 -0500
35022              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
35023      Branch: perl
35024            ! t/io/fs.t
35025 ____________________________________________________________________________
35026 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
35027         Log: Fix for
35028              
35029              Subject: [ID 20010116.001] File::Copy truncates orig file 
35030              From: arbor@al37al08.telecel.pt
35031              Date: Tue, 16 Jan 2001 11:43:02 GMT
35032              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
35033              
35034              (copy($foo, $foo) would truncate $foo)
35035      Branch: perl
35036            ! lib/File/Copy.pm lib/File/Copy.t
35037 ____________________________________________________________________________
35038 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
35039         Log: Metaconfig unit change for #11524.
35040      Branch: metaconfig/U/perl
35041            ! Extras.U
35042 ____________________________________________________________________________
35043 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
35044         Log: Multiple modules didn't work; plus typo fixes.
35045      Branch: perl
35046            ! Configure
35047 ____________________________________________________________________________
35048 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
35049         Log: Update Changes.
35050      Branch: perl
35051            ! Changes patchlevel.h
35052 ____________________________________________________________________________
35053 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
35054         Log: Regen perlapi.
35055      Branch: perl
35056            ! pod/perlapi.pod
35057 ____________________________________________________________________________
35058 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
35059         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
35060              From: Dave Mitchell <davem@fdgroup.co.uk>
35061              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
35062              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
35063      Branch: perl
35064            ! sv.c
35065 ____________________________________________________________________________
35066 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
35067         Log: Regen toc.
35068      Branch: perl
35069            ! pod/perltoc.pod
35070 ____________________________________________________________________________
35071 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
35072         Log: Regen Porting stuff.
35073      Branch: perl
35074            ! Porting/Glossary Porting/config.sh Porting/config_H
35075 ____________________________________________________________________________
35076 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
35077         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
35078              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35079              Date: Tue, 31 Jul 2001 05:34:38 -0400
35080              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
35081      Branch: perl
35082            ! utils/h2xs.PL
35083 ____________________________________________________________________________
35084 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
35085         Log: Metaconfig unit change for #11516. 
35086      Branch: metaconfig/U/perl
35087            ! gccvers.U
35088 ____________________________________________________________________________
35089 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
35090         Log: Add -Wall in cflags, not in Configure.
35091              (This way -Wall affects only the core and the core XS,
35092              not user modules' XS.  Concern from Paul Marquess,
35093              implementation idea from Andy Dougherty.)
35094      Branch: perl
35095            ! Configure cflags.SH
35096 ____________________________________________________________________________
35097 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
35098         Log: Metaconfig unit changes for #11514.
35099      Branch: metaconfig
35100            + U/modified/sysman.U
35101            ! U/installdirs/man1dir.U
35102 ____________________________________________________________________________
35103 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
35104         Log: Subject: Configure's detection of system manual
35105              From: Sean Dague <sean@dague.net> 
35106              Date: Sun, 13 May 2001 15:53:15 -0400
35107              Message-ID: <20010513155315.A15833@underhill.dague.net>
35108      Branch: perl
35109            ! Configure
35110 ____________________________________________________________________________
35111 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
35112         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
35113              From: Autrijus Tang <autrijus@autrijus.org> 
35114              Date: Thu, 21 Jun 2001 23:56:48 +0800
35115              Message-Id: <20010621235648.A57340@not.autrijus.org>
35116      Branch: perl
35117            ! pod/perlobj.pod
35118 ____________________________________________________________________________
35119 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
35120         Log: Subject: Typo in DB_File.pm
35121              From: "Philip Newton" <Philip.Newton@gmx.net>
35122              Date: Tue, 31 Jul 2001 06:19:35 +0200
35123              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
35124      Branch: perl
35125            ! ext/DB_File/DB_File.pm
35126 ____________________________________________________________________________
35127 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
35128         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
35129              From: "Stephen P. Potter" <spp@spotter.yi.org>
35130              Date: Wed, 30 May 2001 13:59:34 -0400
35131              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
35132      Branch: perl
35133            ! pod/perlre.pod
35134 ____________________________________________________________________________
35135 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
35136         Log: eval "format foo=" would loop indefinitely; reported in
35137              
35138              Subject: A load of old rubbish
35139              From: Mike Guy <mjtg@cam.ac.uk>
35140              Date: Mon, 14 May 2001 16:12:22 +0100
35141              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
35142              
35143              (The core dumps reported in there already fixed.)
35144      Branch: perl
35145            ! toke.c
35146 ____________________________________________________________________________
35147 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
35148         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
35149      Branch: perl
35150            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
35151            + lib/Switch/t/switch_case.t
35152            - lib/Switch/test.pl
35153            ! MANIFEST lib/Switch.pm
35154 ____________________________________________________________________________
35155 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
35156         Log: Subject: [PATCH @11505] DB_File-1.78
35157              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
35158              Date: Mon, 30 Jul 2001 22:54:37 +0100
35159              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
35160      Branch: perl
35161            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
35162            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
35163 ____________________________________________________________________________
35164 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
35165         Log: Explain in more detail why -pipe and -fno-common are good.
35166      Branch: perl
35167            ! hints/darwin.sh
35168 ____________________________________________________________________________
35169 [ 11506] By: nick                                  on 2001/07/30  14:32:23
35170         Log: Integrate mainline
35171      Branch: perlio
35172           !> INSTALL Makefile.SH doio.c hints/darwin.sh
35173 ____________________________________________________________________________
35174 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
35175         Log: Perl hasn't been putting man pages into $prefix/lib for
35176              a long time now; pointed out by Andy Dougherty. 
35177      Branch: perl
35178            ! hints/darwin.sh
35179 ____________________________________________________________________________
35180 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
35181         Log: Document the extras Configure option.
35182      Branch: perl
35183            ! INSTALL
35184 ____________________________________________________________________________
35185 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
35186         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
35187              everywhere.
35188      Branch: perl
35189           !> doio.c
35190 ____________________________________________________________________________
35191 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
35192         Log: Doubly guard against invoking CPAN if no extras defined,
35193              pointed out by H. Merijn Brand.
35194      Branch: perl
35195            ! Makefile.SH
35196 ____________________________________________________________________________
35197 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
35198         Log: Fix O_RDONLY check to check for O_RDONLY.
35199      Branch: maint-5.6/macperl
35200            ! doio.c
35201 ____________________________________________________________________________
35202 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
35203         Log: Integrate miscellaneous changes from maint-5.6/perl.
35204      Branch: maint-5.6/macperl
35205           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
35206 ____________________________________________________________________________
35207 [ 11499] By: nick                                  on 2001/07/30  06:52:42
35208         Log: Integrate mainline
35209      Branch: perlio
35210           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
35211           +> win32/sync_ext.pl
35212            - win32/sncfnmcs.pl
35213           !> (integrate 71 files)
35214 ____________________________________________________________________________
35215 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
35216         Log: Update Changes.
35217      Branch: perl
35218            ! Changes patchlevel.h
35219 ____________________________________________________________________________
35220 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
35221         Log: Now Configure -Dextras=Foo::Bar and "make install" will
35222              fetch and install Foo::Bar.
35223      Branch: perl
35224            ! Makefile.SH
35225 ____________________________________________________________________________
35226 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
35227         Log: Metaconfig unit change for #11495.
35228      Branch: metaconfig/U/perl
35229            ! Extras.U
35230 ____________________________________________________________________________
35231 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
35232         Log: extras.make, extras.test, and extras.install make targets.
35233      Branch: perl
35234            ! Configure Makefile.SH
35235 ____________________________________________________________________________
35236 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
35237         Log: Metaconfig unit change for #11493.
35238      Branch: metaconfig/U/perl
35239            ! Extras.U
35240 ____________________________________________________________________________
35241 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
35242         Log: Better to have the list of extras in $extras than 'define'.
35243      Branch: perl
35244            ! Configure
35245 ____________________________________________________________________________
35246 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
35247         Log: The metaconfig unit change for #11490.
35248      Branch: metaconfig/U/perl
35249            + Extras.U
35250 ____________________________________________________________________________
35251 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
35252         Log: Missed from #11490 (the required dependency).
35253      Branch: perl
35254            ! Makefile.SH
35255 ____________________________________________________________________________
35256 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
35257         Log: Add the support of asking for extra modules or bundles of modules
35258              to be fetched from the CPAN and installed as a part of the Perl
35259              build process.  None of this installation is yet really done;
35260              only the list is asked, and saved away in extras.lst for
35261              the build and installation process to worry about later.
35262      Branch: perl
35263            ! Configure
35264 ____________________________________________________________________________
35265 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
35266         Log: Beginnings of better Inf and NaN support.
35267              At least toke.c and sv.c still need quite a bit of work.
35268      Branch: perl
35269            ! numeric.c perl.h
35270 ____________________________________________________________________________
35271 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
35272         Log: Top-level Makefile didn't honour OPTIMIZE.
35273      Branch: perl
35274            ! Makefile.SH
35275 ____________________________________________________________________________
35276 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
35277         Log: Update Changes.
35278      Branch: perl
35279            ! Changes patchlevel.h
35280 ____________________________________________________________________________
35281 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
35282         Log: Use Search::Dict 1.02 interface for charinfo().
35283      Branch: perl
35284            ! lib/UnicodeCD.pm
35285 ____________________________________________________________________________
35286 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
35287         Log: Now also allow transforming the read lines before comparing them.
35288              (This will help UnicodeCD.) 
35289      Branch: perl
35290            ! lib/Search/Dict.pm
35291 ____________________________________________________________________________
35292 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
35293         Log: Remove tiehandle code.
35294      Branch: perl
35295            ! lib/UnicodeCD.pm
35296 ____________________________________________________________________________
35297 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
35298         Log: Allow specifying a comparison function for Search::Dict::look().
35299      Branch: perl
35300            ! lib/Search/Dict.pm
35301 ____________________________________________________________________________
35302 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
35303         Log: Small UnicodeCD tweaks.
35304      Branch: perl
35305            ! lib/UnicodeCD.pm lib/UnicodeCD.t
35306 ____________________________________________________________________________
35307 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
35308         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
35309              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
35310              Date: Tue, 24 Jul 2001 01:51:32 +0900
35311              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
35312      Branch: perl
35313            ! lib/UnicodeCD.pm lib/UnicodeCD.t
35314 ____________________________________________________________________________
35315 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
35316         Log: Subject: [PATCH] installperl
35317              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
35318              Date: Fri, 27 Jul 2001 19:05:04 -0700
35319              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
35320      Branch: perl
35321            ! installperl
35322 ____________________________________________________________________________
35323 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
35324         Log: Subject: [PATCH] Set proper compatibility versions in core
35325              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
35326              Date: Fri, 27 Jul 2001 20:01:49 -0700
35327              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
35328      Branch: perl
35329            ! Makefile.SH
35330 ____________________________________________________________________________
35331 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
35332         Log: Metaconfig unit change for #11477.
35333      Branch: metaconfig/U/perl
35334            ! dlsrc.U
35335 ____________________________________________________________________________
35336 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
35337         Log: Subject: [PATCH] Darwin: -fpic not so good
35338              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
35339              Date: Fri, 27 Jul 2001 18:57:38 -0700
35340              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
35341      Branch: perl
35342            ! Configure
35343 ____________________________________________________________________________
35344 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
35345         Log: Subject: [PATCH] Clean up Darwin hints
35346              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
35347              Date: Fri, 27 Jul 2001 19:13:15 -0700
35348              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
35349      Branch: perl
35350            ! hints/darwin.sh
35351 ____________________________________________________________________________
35352 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
35353         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
35354              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35355              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
35356              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
35357      Branch: perl
35358            ! pod/perlfunc.pod pp.c t/op/split.t
35359 ____________________________________________________________________________
35360 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
35361         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
35362              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35363              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
35364              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
35365      Branch: perl
35366            ! pod/perlvar.pod
35367 ____________________________________________________________________________
35368 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
35369         Log: Subject: [PATCH] fixes to constant.pm documentation
35370              From: Ilmari Karonen <iltzu@sci.fi>
35371              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
35372              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
35373      Branch: perl
35374            ! lib/constant.pm
35375 ____________________________________________________________________________
35376 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
35377         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
35378              From: "Philip Newton" <Philip.Newton@gmx.net>
35379              Date: Fri, 27 Jul 2001 07:51:10 +0200
35380              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
35381      Branch: perl
35382            ! pod/perlport.pod
35383 ____________________________________________________________________________
35384 [ 11471] By: nick                                  on 2001/07/26  06:23:32
35385         Log: Subject:  [PATCH] Doc fix for perlguts / threading
35386              From:  Arthur Bergman <arthur@contiller.se>
35387              Date:  Wed, 25 Jul 2001 11:28:23 +0200
35388              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
35389      Branch: perl
35390            ! pod/perlguts.pod
35391 ____________________________________________________________________________
35392 [ 11470] By: nick                                  on 2001/07/26  06:21:06
35393         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
35394              From:  Philip Newton <Philip.Newton@gmx.net>
35395              Date:  Wed, 25 Jul 2001 08:19:47 +0200
35396              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
35397      Branch: perl
35398            ! INSTALL
35399 ____________________________________________________________________________
35400 [ 11469] By: nick                                  on 2001/07/26  06:20:25
35401         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
35402              From:  Philip Newton <Philip.Newton@gmx.net>
35403              Date:  Wed, 25 Jul 2001 08:12:48 +0200
35404              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
35405      Branch: perl
35406            ! INSTALL
35407 ____________________________________________________________________________
35408 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
35409         Log: More +x.
35410      Branch: perl
35411            ! Porting/makerel
35412 ____________________________________________________________________________
35413 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
35414         Log: Update Changes.
35415      Branch: perl
35416            ! Changes patchlevel.h
35417 ____________________________________________________________________________
35418 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
35419         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
35420              From: "Philip Newton" <Philip.Newton@gmx.net>
35421              Date: Tue, 24 Jul 2001 06:45:55 +0200
35422              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
35423      Branch: perl
35424            ! os2/perlrexx.c
35425 ____________________________________________________________________________
35426 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
35427         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
35428              From: Peter Prymmer <pvhp@forte.com>
35429              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
35430              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
35431      Branch: perl
35432            ! pod/perlport.pod t/io/fs.t vms/test.com
35433 ____________________________________________________________________________
35434 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
35435         Log: Workaround on Cwd bootstrap problem.
35436      Branch: perl
35437            ! lib/ExtUtils/MakeMaker.pm
35438 ____________________________________________________________________________
35439 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
35440         Log: When in Rome, quote like the Romans do.
35441      Branch: perl
35442            ! cflags.SH
35443 ____________________________________________________________________________
35444 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
35445         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
35446              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35447              Date: Mon, 23 Jul 2001 19:29:49 -0400
35448              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
35449      Branch: perl
35450            + os2/perlrexx.c
35451            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
35452            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
35453            ! t/op/write.t
35454 ____________________________________________________________________________
35455 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
35456         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
35457              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35458              Date: Mon, 23 Jul 2001 18:43:42 -0400
35459              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
35460      Branch: perl
35461            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
35462 ____________________________________________________________________________
35463 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
35464         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
35465              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35466              Date: Mon, 23 Jul 2001 18:33:16 -0400
35467              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
35468      Branch: perl
35469            ! lib/ExtUtils/MakeMaker.pm
35470 ____________________________________________________________________________
35471 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
35472         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
35473              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35474              Date: Mon, 23 Jul 2001 18:20:35 -0400
35475              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
35476      Branch: perl
35477            ! Makefile.SH cflags.SH
35478 ____________________________________________________________________________
35479 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
35480         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
35481              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
35482              Date: Mon, 23 Jul 2001 11:32:17 -0500
35483              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
35484      Branch: perl
35485            ! lib/ExtUtils/MakeMaker.pm
35486 ____________________________________________________________________________
35487 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
35488         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
35489              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35490              Date: Mon, 23 Jul 2001 18:13:20 -0400
35491              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
35492      Branch: perl
35493            ! lib/perl5db.pl
35494 ____________________________________________________________________________
35495 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
35496         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
35497              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35498              Date: Mon, 23 Jul 2001 18:07:40 -0400
35499              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
35500      Branch: perl
35501            ! op.c
35502 ____________________________________________________________________________
35503 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
35504         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
35505              From: "Craig A. Berry" <craigberry@mac.com>
35506              Date: Mon, 23 Jul 2001 15:35:06 -0500
35507              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
35508      Branch: perl
35509            ! util.c
35510 ____________________________________________________________________________
35511 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
35512         Log: Subject: [PATCH perlfaq9.pod typo]
35513              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
35514              Date: Mon, 23 Jul 2001 07:49:05 -0700
35515              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
35516      Branch: perl
35517            ! pod/perlfaq9.pod
35518 ____________________________________________________________________________
35519 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
35520         Log: Subject: win32\sncfnmcs.pl corrections
35521              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
35522              Date: Mon, 23 Jul 2001 12:56:54 +0200
35523              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
35524              
35525              Rename the script a little bit more sensibly.
35526      Branch: perl
35527            + win32/sync_ext.pl
35528            - win32/sncfnmcs.pl
35529            ! MANIFEST README.win32
35530 ____________________________________________________________________________
35531 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
35532         Log: Test tweak.
35533      Branch: perl
35534            ! ext/B/Deparse.t
35535 ____________________________________________________________________________
35536 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
35537         Log: Metaconfig unit tweak for #11450.
35538      Branch: metaconfig/U/perl
35539            ! Mksymlinks.U
35540 ____________________________________________________________________________
35541 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
35542         Log: Too volatile failsafe check.
35543      Branch: perl
35544            ! Configure
35545 ____________________________________________________________________________
35546 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
35547         Log: Further doc tweaks.
35548      Branch: perl
35549            ! lib/UnicodeCD.pm
35550 ____________________________________________________________________________
35551 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
35552         Log: Doc tweaks.
35553      Branch: perl
35554            ! lib/UnicodeCD.pm
35555 ____________________________________________________________________________
35556 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
35557         Log: Doc tweakery from Abhijit.
35558      Branch: perl
35559            ! Porting/repository.pod
35560 ____________________________________________________________________________
35561 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
35562         Log: An accidental empty line.
35563      Branch: perl
35564            ! MANIFEST
35565 ____________________________________________________________________________
35566 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
35567         Log: Missing MANIFESTations.
35568      Branch: perl
35569            ! MANIFEST
35570 ____________________________________________________________________________
35571 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
35572         Log: Update Changes.
35573      Branch: perl
35574            ! Changes patchlevel.h
35575 ____________________________________________________________________________
35576 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
35577         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
35578              From: Mike Guy <mjtg@cam.ac.uk>
35579              Date: Fri, 20 Jul 2001 16:12:49 +0100
35580              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
35581      Branch: perl
35582            ! Porting/pumpkin.pod
35583 ____________________________________________________________________________
35584 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
35585         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
35586              From: Peter Prymmer <pvhp@forte.com>
35587              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
35588              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
35589      Branch: perl
35590            ! pod/perlhack.pod
35591 ____________________________________________________________________________
35592 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
35593         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
35594              From: Michael G Schwern <schwern@pobox.com>
35595              Date: Fri, 20 Jul 2001 20:22:35 -0400
35596              Message-ID: <20010720202235.O4498@blackrider>
35597      Branch: perl
35598            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
35599            ! lib/Test/t/todo.t
35600 ____________________________________________________________________________
35601 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
35602         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
35603              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
35604              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
35605              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
35606      Branch: perl
35607            ! ext/POSIX/POSIX.pod
35608 ____________________________________________________________________________
35609 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
35610         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
35611              From: Mark-Jason Dominus <mjd@plover.com>
35612              Date: Fri, 20 Jul 2001 23:16:54 -0400
35613              Message-ID: <20010721031654.21877.qmail@plover.com>
35614      Branch: perl
35615            ! ext/POSIX/POSIX.pod
35616 ____________________________________________________________________________
35617 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
35618         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
35619              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35620              Date: Sun, 22 Jul 2001 14:56:09 +0200
35621              Message-ID: <20010722145609.A766@rafael>
35622      Branch: perl
35623            ! ext/B/O.pm
35624 ____________________________________________________________________________
35625 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
35626         Log: Subject: regexec.c #define cleanup
35627              From: Mark-Jason Dominus <mjd@plover.com>
35628              Date: Sat, 21 Jul 2001 18:33:25 -0400
35629              Message-ID: <20010721223325.3069.qmail@plover.com>
35630      Branch: perl
35631            ! regexec.c
35632 ____________________________________________________________________________
35633 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
35634         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
35635              From: Prymmer/Kahn <pvhp@best.com>
35636              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
35637              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
35638      Branch: perl
35639            ! t/io/fs.t
35640 ____________________________________________________________________________
35641 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
35642         Log: Typo in #11432.
35643      Branch: perl
35644            ! ext/POSIX/POSIX.t
35645 ____________________________________________________________________________
35646 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
35647         Log: Integrate (manually) change #11424 from macperl.
35648      Branch: perl
35649            ! ext/Filter/t/call.t
35650 ____________________________________________________________________________
35651 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
35652         Log: Integrate change #11408 from macperl.
35653      Branch: perl
35654           !> README.macos pod/perlport.pod
35655 ____________________________________________________________________________
35656 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
35657         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
35658      Branch: perl
35659           +> macos/MacPerlTests.cmd macos/xsubpp.patch
35660            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
35661            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
35662            ! ext/POSIX/POSIX.t
35663 ____________________________________________________________________________
35664 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
35665         Log: pod/*.t tests not picked up by t/TEST either
35666      Branch: maint-5.6/perl
35667            ! t/TEST
35668 ____________________________________________________________________________
35669 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
35670         Log: better tweak for change#11429 (windows has both / and \ separated
35671              paths in @INC at that point)
35672      Branch: maint-5.6/perl
35673            ! t/pod/testp2pt.pl
35674 ____________________________________________________________________________
35675 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
35676         Log: MacOS pod test tweak needs \Escape
35677      Branch: maint-5.6/perl
35678            ! t/pod/testp2pt.pl
35679 ____________________________________________________________________________
35680 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
35681         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
35682              resulting duplicate output, but t/harness isn't)
35683      Branch: maint-5.6/perl
35684            ! t/run/runenv.t
35685 ____________________________________________________________________________
35686 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
35687         Log: t/harness wasn't picking up all the tests
35688      Branch: maint-5.6/perl
35689            ! t/harness
35690 ____________________________________________________________________________
35691 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
35692         Log: update MANIFEST for new file
35693      Branch: maint-5.6/perl
35694            ! MANIFEST
35695 ____________________________________________________________________________
35696 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
35697         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
35698              the exception of the macperl/macos/... tree
35699      Branch: maint-5.6/perl
35700           +> t/lib/filefind-taint.t
35701           !> (integrate 72 files)
35702 ____________________________________________________________________________
35703 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
35704         Log: Fix test.
35705      Branch: maint-5.6/macperl
35706            ! macos/bundled_ext/Filter/t/call.t
35707 ____________________________________________________________________________
35708 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
35709         Log: Make perl fork()-safe (in a slightly limited way) even on
35710              platforms that don't have pthread_atfork() (extension of
35711              the fix in change#11151).
35712              
35713              Note that this will not help extensions that call fork()
35714              directly in C, or that link to libraries that call fork()
35715              directly.  Such cases must be fixed to either call
35716              PerlProc_fork(), or call atfork_lock() in parent before the
35717              calling the function that forks and call atfork_unlock()
35718              in both parent and child immediately after the fork().
35719              (There are no worries if C code calls exec() in the child
35720              immediately after a fork().  Only cases where the child
35721              calls perl's API functions (including New()) after the
35722              fork() are problematic.)
35723              
35724              This change also eliminates the use of vfork() from perl,
35725              since all such uses were violating the severe restrictions
35726              on modifying the state of the process between the vfork()
35727              and the exec().
35728              
35729              This is a modified version of patches suggested by Abhijit
35730              Menon-Sen and Richard Soderberg.
35731      Branch: perl
35732            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
35733            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
35734 ____________________________________________________________________________
35735 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
35736         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
35737              Switch, and Text::Balanced.
35738      Branch: maint-5.6/macperl
35739            + macos/bundled_ext/Filter/Util/Call/Call.pm
35740            + macos/bundled_ext/Filter/Util/Call/Call.xs
35741            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
35742            + macos/bundled_ext/Filter/t/MyFilter.pm
35743            + macos/bundled_ext/Filter/t/call.t
35744            + macos/bundled_ext/Filter/t/filter-util.pl
35745            + macos/bundled_lib/blib/lib/Class/ISA.pm
35746            + macos/bundled_lib/blib/lib/Digest.pm
35747            + macos/bundled_lib/blib/lib/Filter/Simple.pm
35748            + macos/bundled_lib/blib/lib/Switch.pm
35749            + macos/bundled_lib/blib/lib/Text/Balanced.pm
35750            + macos/bundled_lib/blib/lib/Text/Balanced.pod
35751            + macos/bundled_lib/t/Class/ISA/test.pl
35752            + macos/bundled_lib/t/Digest/Digest.t
35753            + macos/bundled_lib/t/Filter/Simple/test.pl
35754            + macos/bundled_lib/t/Switch/test.pl
35755            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
35756            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
35757            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
35758            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
35759            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
35760            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
35761            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
35762            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
35763 ____________________________________________________________________________
35764 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
35765         Log: Add Filter::Util::Call to config/make files; edit utils
35766              to recognize the module (it was descended too far down).
35767              Bump version to 5.6.1a4.
35768      Branch: maint-5.6/macperl
35769            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
35770            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
35771            ! macos/macperl/Makefile.mk macos/xsubpp.patch
35772 ____________________________________________________________________________
35773 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
35774         Log: Make DB_File the default for MLDBM on MacOS.
35775      Branch: maint-5.6/macperl
35776            ! macos/bundled_lib/blib/lib/MLDBM.pm
35777 ____________________________________________________________________________
35778 [ 11419] By: nick                                  on 2001/07/20  14:51:03
35779         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
35780              From:  Simon Cozens <simon@netthink.co.uk>
35781              Date:  Fri, 20 Jul 2001 11:42:35 -0400
35782              Message-Id:  <20010720114235.A5235@netthink.co.uk>
35783      Branch: perl
35784            ! lib/UnicodeCD.pm
35785 ____________________________________________________________________________
35786 [ 11418] By: nick                                  on 2001/07/20  14:48:12
35787         Log: Subject:  [PATCH regcomp.h] adds a comment
35788              From:  Abhijit Menon-Sen <ams@wiw.org>
35789              Date:  Fri, 20 Jul 2001 21:05:37 +0530
35790              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
35791      Branch: perl
35792            ! regcomp.h
35793 ____________________________________________________________________________
35794 [ 11417] By: nick                                  on 2001/07/20  14:16:38
35795         Log: Subject:  [PATCH 5.7.2] INSTALL updates
35796              From:  Andy Dougherty <doughera@lafayette.edu>
35797              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
35798              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
35799      Branch: perl
35800            ! INSTALL
35801 ____________________________________________________________________________
35802 [ 11416] By: nick                                  on 2001/07/20  06:44:44
35803         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
35804              From:  Russ Allbery <rra@stanford.edu>
35805              Date:  19 Jul 2001 15:52:37 -0700
35806              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
35807      Branch: perl
35808            ! lib/Pod/Man.pm
35809 ____________________________________________________________________________
35810 [ 11415] By: nick                                  on 2001/07/20  06:35:11
35811         Log: Subject:  [PATCH] defer op_seq allocation
35812              From:  Abhijit Menon-Sen <ams@wiw.org>
35813              Date:  Thu, 19 Jul 2001 22:12:24 +0530
35814              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
35815      Branch: perl
35816            ! op.c
35817 ____________________________________________________________________________
35818 [ 11414] By: nick                                  on 2001/07/20  06:23:36
35819         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
35820              From:  Abhijit Menon-Sen <ams@wiw.org>
35821              Date:  Fri, 20 Jul 2001 01:18:50 +0530
35822              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
35823              (Private e-mail)
35824      Branch: perl
35825            ! ext/Time/HiRes/HiRes.xs
35826 ____________________________________________________________________________
35827 [ 11413] By: nick                                  on 2001/07/20  06:18:53
35828         Log: Integrate mainline
35829      Branch: perlio
35830           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
35831            - t/base/commonsense.t
35832           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
35833           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
35834           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
35835           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
35836           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
35837           !> win32/win32.c
35838 ____________________________________________________________________________
35839 [ 11412] By: nick                                  on 2001/07/19  06:44:27
35840         Log: Integrate win32/perlhost.h from maintenance branch.
35841              (Rest of $ENV{PATH} / system() fix.)
35842      Branch: perl
35843           !> win32/perlhost.h
35844 ____________________________________________________________________________
35845 [ 11411] By: nick                                  on 2001/07/19  06:41:34
35846         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
35847              From:  Philip Newton <Philip.Newton@gmx.net>
35848              Date:  Wed, 18 Jul 2001 21:43:57 +0200
35849              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
35850      Branch: perl
35851            ! pod/perlhack.pod
35852 ____________________________________________________________________________
35853 [ 11410] By: nick                                  on 2001/07/19  06:39:35
35854         Log: Subject:  Security hole in taint checking in open()
35855              From:  deekoo@tentacle.net
35856              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
35857              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
35858      Branch: perl
35859            ! doio.c
35860 ____________________________________________________________________________
35861 [ 11409] By: nick                                  on 2001/07/19  06:28:08
35862         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
35863              From:  Abhijit Menon-Sen <ams@wiw.org>
35864              Date:  Thu, 19 Jul 2001 04:30:43 +0530
35865              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
35866      Branch: perl
35867            ! ext/Time/HiRes/HiRes.xs
35868 ____________________________________________________________________________
35869 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
35870         Log: Update docs with latest implementation information and new URLs.
35871      Branch: maint-5.6/macperl
35872            ! README.macos pod/perlport.pod
35873 ____________________________________________________________________________
35874 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
35875         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
35876              Fix BuildRules to accept optimization variables.
35877      Branch: maint-5.6/macperl
35878            + macos/bundled_ext/Digest/MD5/Makefile.mk
35879            ! macos/BuildRules.mk macos/Makefile.mk
35880            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
35881            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
35882 ____________________________________________________________________________
35883 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
35884         Log: Integrate changes 11399,11401
35885      Branch: maint-5.6/macperl
35886           !> win32/perlhost.h win32/win32.c
35887 ____________________________________________________________________________
35888 [ 11405] By: nick                                  on 2001/07/18  06:50:33
35889         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
35890              from perl5.6*
35891      Branch: perl
35892           !> win32/perlhost.h win32/win32.c
35893 ____________________________________________________________________________
35894 [ 11404] By: nick                                  on 2001/07/18  06:43:59
35895         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
35896              From:  hv@crypt0.demon.co.uk
35897              Date:  Wed, 18 Jul 2001 05:58:46 +0100
35898              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
35899      Branch: perl
35900            ! ext/POSIX/POSIX.t
35901 ____________________________________________________________________________
35902 [ 11403] By: nick                                  on 2001/07/18  06:38:57
35903         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
35904              From:  hv@crypt0.demon.co.uk
35905              Date:  Wed, 18 Jul 2001 05:21:54 +0100
35906              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
35907      Branch: perl
35908            ! numeric.c t/op/arith.t
35909 ____________________________________________________________________________
35910 [ 11402] By: nick                                  on 2001/07/18  06:19:17
35911         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
35912              From:  mjd@plover.com
35913              Date:  17 Jul 2001 17:59:20 -0000
35914              Message-Id:  <20010717175920.8177.qmail@plover.com>
35915      Branch: perl
35916            ! pod/perlre.pod
35917 ____________________________________________________________________________
35918 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
35919         Log: thinko in change#11400 (duh)
35920      Branch: maint-5.6/perl
35921            ! win32/perlhost.h
35922 ____________________________________________________________________________
35923 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
35924         Log: change#11399 revealed another unrelated bug; this is just a temporary
35925              bandaid
35926      Branch: maint-5.6/perl
35927            ! win32/perlhost.h
35928 ____________________________________________________________________________
35929 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
35930         Log: fix bugs in handling of the virtualized environment under windows;
35931              there were bugs in propagating any changes to %ENV down to the real
35932              environment when such changes happened in the toplevel process
35933              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
35934              problem identification, and for a part of the fix)
35935      Branch: maint-5.6/perl
35936            ! win32/perlhost.h win32/win32.c
35937 ____________________________________________________________________________
35938 [ 11398] By: nick                                  on 2001/07/17  08:26:35
35939         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
35940              From: Peter Prymmer <pvhp@forte.com>
35941              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
35942              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
35943              
35944              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
35945              should not depend on existance of Config.pm
35946      Branch: perl
35947           +> t/lib/commonsense.t
35948            - t/base/commonsense.t
35949            ! MANIFEST t/README
35950 ____________________________________________________________________________
35951 [ 11397] By: nick                                  on 2001/07/17  08:09:58
35952         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
35953              From:  Michael G Schwern <schwern@pobox.com>
35954              Date:  Mon, 16 Jul 2001 18:20:31 -0400
35955              Message-Id:  <20010716182031.A1128@blackrider>
35956      Branch: perl
35957            ! pod/perlhack.pod
35958 ____________________________________________________________________________
35959 [ 11396] By: nick                                  on 2001/07/17  08:04:11
35960         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
35961              From:  Gwyn Judd <b.judd@xtra.co.nz>
35962              Date:  Tue, 17 Jul 2001 20:55:58 +1200
35963              Message-Id:  <20010717205558.A3107@thislove>
35964      Branch: perl
35965            ! pod/perlfunc.pod
35966 ____________________________________________________________________________
35967 [ 11395] By: nick                                  on 2001/07/17  08:02:22
35968         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
35969              From:  Peter Prymmer <pvhp@forte.com>
35970              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
35971              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
35972      Branch: perl
35973            ! t/op/sprintf.t
35974 ____________________________________________________________________________
35975 [ 11394] By: nick                                  on 2001/07/17  07:57:06
35976         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
35977              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
35978              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
35979              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
35980      Branch: perl
35981            ! gv.c
35982 ____________________________________________________________________________
35983 [ 11392] By: nick                                  on 2001/07/17  07:50:12
35984         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
35985              From:  Coral <coral@moonlight.crystalflame.net>
35986              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
35987              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
35988      Branch: perl
35989            ! pp_sys.c thread.h
35990 ____________________________________________________________________________
35991 [ 11391] By: nick                                  on 2001/07/17  07:34:28
35992         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
35993              From:  Jonathan Stowe <gellyfish@gellyfish.com>
35994              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
35995              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
35996      Branch: perl
35997            ! utils/h2xs.PL
35998 ____________________________________________________________________________
35999 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
36000         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
36001              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
36002              and Mac::Apps::Launch, which don't work, and Time::HiRes and
36003              Time::Piece, which don't yet work.
36004      Branch: maint-5.6/macperl
36005            + (add 154 files)
36006 ____________________________________________________________________________
36007 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
36008         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
36009              Also add hack to get around missing setenv for PERL5DB.
36010      Branch: maint-5.6/macperl
36011            ! macos/macish.c macos/macish.h
36012 ____________________________________________________________________________
36013 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
36014         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
36015      Branch: maint-5.6/macperl
36016            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
36017            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
36018 ____________________________________________________________________________
36019 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
36020         Log: Fix up some configuration and make options, add extra
36021              extensions.
36022      Branch: maint-5.6/macperl
36023            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
36024            ! macos/macperl/Makefile.mk
36025 ____________________________________________________________________________
36026 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
36027         Log: From Change 11374 in maintperl.
36028      Branch: maint-5.6/macperl
36029           !> utils/h2ph.PL
36030 ____________________________________________________________________________
36031 [ 11385] By: nick                                  on 2001/07/16  14:12:58
36032         Log: Back out change to h2xs till it passes its test.
36033      Branch: perl
36034            ! utils/h2xs.PL
36035 ____________________________________________________________________________
36036 [ 11384] By: nick                                  on 2001/07/16  14:00:10
36037         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
36038              From:  Jonathan Stowe <gellyfish@gellyfish.com>
36039              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
36040              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
36041      Branch: perl
36042            ! utils/h2xs.PL
36043 ____________________________________________________________________________
36044 [ 11383] By: nick                                  on 2001/07/16  13:53:12
36045         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
36046              From:  Robin Houston <robin@kitsite.com>
36047              Date:  Sun, 15 Jul 2001 18:22:31 +0100
36048              Message-Id:  <20010715182230.A11174@robin>
36049      Branch: perl
36050            ! hints/darwin.sh
36051 ____________________________________________________________________________
36052 [ 11382] By: nick                                  on 2001/07/16  13:52:49
36053         Log: Subject:  [PATCH perl@11372] re_dup
36054              From:  Radu Greab <radu@netsoft.ro>
36055              Date:  Sun, 15 Jul 2001 04:50:06 +0300
36056              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
36057      Branch: perl
36058            ! sv.c
36059 ____________________________________________________________________________
36060 [ 11379] By: nick                                  on 2001/07/16  13:35:39
36061         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
36062              From:  Robin Houston <robin@kitsite.com>
36063              Date:  Sat, 14 Jul 2001 14:28:50 +0100
36064              Message-Id:  <20010714142850.A10205@robin>
36065      Branch: perl
36066            ! ext/B/B/Deparse.pm
36067 ____________________________________________________________________________
36068 [ 11378] By: nick                                  on 2001/07/16  13:30:36
36069         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
36070              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
36071              Date:  Sat, 14 Jul 2001 22:17:42 +0900
36072              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
36073      Branch: perl
36074            + ext/Encode/Encode/euc-jp-0212.enc
36075            ! ext/Encode/Encode/Tcl.pm
36076 ____________________________________________________________________________
36077 [ 11377] By: nick                                  on 2001/07/16  13:17:28
36078         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
36079              From:  Andy Dougherty <doughera@lafayette.edu>
36080              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
36081              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
36082      Branch: perl
36083            ! hints/darwin.sh hints/rhapsody.sh
36084 ____________________________________________________________________________
36085 [ 11376] By: nick                                  on 2001/07/16  09:05:00
36086         Log: Integrate mainline
36087      Branch: perlio
36088           +> ext/Encode/Encode/7bit-greek.enc
36089           +> ext/Encode/Encode/7bit-latin1.enc
36090           +> ext/Encode/Encode/cns11643-1.enc
36091           +> ext/Encode/Encode/cns11643-2.enc
36092           +> ext/Encode/Encode/iso2022-cn.enc
36093           +> ext/Encode/Encode/iso2022-jp1.enc
36094           +> ext/Encode/Encode/iso2022-jp2.enc
36095           !> Changes Configure MANIFEST Makefile.SH
36096           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
36097           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
36098           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
36099           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
36100           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
36101 ____________________________________________________________________________
36102 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
36103         Log: integrate change#11374 from maint-5.6
36104              
36105              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
36106      Branch: perl
36107           !> utils/h2ph.PL
36108 ____________________________________________________________________________
36109 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
36110         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
36111      Branch: maint-5.6/perl
36112            ! utils/h2ph.PL
36113 ____________________________________________________________________________
36114 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
36115         Log: Update Changes.
36116      Branch: perl
36117            ! Changes patchlevel.h
36118 ____________________________________________________________________________
36119 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
36120         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
36121              From: Jonathan Stowe <gellyfish@gellyfish.com>
36122              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
36123              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
36124      Branch: perl
36125            ! utils/h2xs.PL
36126 ____________________________________________________________________________
36127 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
36128         Log: Subject: patch to add DEL to [:cntrl:]
36129              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
36130              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
36131              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
36132      Branch: perl
36133            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
36134 ____________________________________________________________________________
36135 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
36136         Log: Metaconfig unit change for #11369; plus a dependency nit.
36137      Branch: metaconfig
36138            ! U/compline/nblock_io.U
36139      Branch: metaconfig/U/perl
36140            ! Extensions.U
36141 ____________________________________________________________________________
36142 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
36143         Log: #include <stdlib.h> so that exit() is prototyped,
36144              noticed by Hugo.
36145      Branch: perl
36146            ! Configure
36147 ____________________________________________________________________________
36148 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
36149         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
36150              From: Peter Prymmer <pvhp@forte.com>
36151              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
36152              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
36153      Branch: perl
36154            ! t/op/sprintf.t
36155 ____________________________________________________________________________
36156 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
36157         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
36158              From: Peter Prymmer <pvhp@forte.com>
36159              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
36160              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
36161      Branch: perl
36162            ! ext/Encode/Encode/Tcl.t
36163 ____________________________________________________________________________
36164 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
36165         Log: Add information about gcc 3.0 basic block profiling.
36166      Branch: perl
36167            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
36168 ____________________________________________________________________________
36169 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
36170         Log: Subject: Error in lib/PerlIO/Via.pm ?
36171              From: Mark-Jason Dominus <mjd@plover.com>
36172              Date: Fri, 13 Jul 2001 15:55:41 -0400
36173              Message-ID: <20010713195541.26751.qmail@plover.com>
36174      Branch: perl
36175            ! ext/PerlIO/Via/Via.pm
36176 ____________________________________________________________________________
36177 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
36178         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
36179              section from the Compiler section.
36180      Branch: perl
36181            ! myconfig.SH
36182 ____________________________________________________________________________
36183 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
36184         Log: Handle glibc style of constant definitions using enum
36185              with intervening #defines; from Brendan O'Dea.
36186      Branch: perl
36187            ! utils/h2ph.PL
36188 ____________________________________________________________________________
36189 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
36190         Log: Add LC_MESSAGES to the locale_h export tag (it already is
36191              in the Makefile.PL and thusly eligible for an XS constant)
36192              (see also maintperl #10543)
36193      Branch: perl
36194            ! ext/POSIX/POSIX.pm
36195 ____________________________________________________________________________
36196 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
36197         Log: Subject: Re: [patch] re_dup
36198              From: Abhijit Menon-Sen <ams@wiw.org>
36199              Date: Fri, 13 Jul 2001 21:41:09 +0530
36200              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
36201      Branch: perl
36202            ! sv.c
36203 ____________________________________________________________________________
36204 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
36205         Log: Subject: [patch] re_dup
36206              From: Doug MacEachern <dougm@covalent.net>
36207              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
36208              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
36209      Branch: perl
36210            ! sv.c
36211 ____________________________________________________________________________
36212 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
36213         Log: Update Changes.
36214      Branch: perl
36215            ! Changes patchlevel.h
36216 ____________________________________________________________________________
36217 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
36218         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
36219              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
36220              Date: Sat, 14 Jul 2001 00:06:30 +0900
36221              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
36222      Branch: perl
36223            + ext/Encode/Encode/7bit-greek.enc
36224            + ext/Encode/Encode/7bit-latin1.enc
36225            + ext/Encode/Encode/cns11643-1.enc
36226            + ext/Encode/Encode/cns11643-2.enc
36227            + ext/Encode/Encode/iso2022-cn.enc
36228            + ext/Encode/Encode/iso2022-jp1.enc
36229            + ext/Encode/Encode/iso2022-jp2.enc
36230            ! MANIFEST ext/Encode/Encode/Tcl.pm
36231            ! ext/Encode/Encode/iso2022-kr.enc
36232 ____________________________________________________________________________
36233 [ 11357] By: nick                                  on 2001/07/13  14:24:06
36234         Log: Blind integrate mainline (as of 5.7.2?)
36235      Branch: perlio
36236           !> AUTHORS Changes Porting/config.sh Porting/config_H
36237           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
36238           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
36239           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
36240           !> win32/makefile.mk
36241 ____________________________________________________________________________
36242 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
36243         Log: Snip away the devel patchlevel.
36244      Branch: perl
36245            ! patchlevel.h
36246 ____________________________________________________________________________
36247 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
36248         Log: Bump the version to 5.7.2.
36249      Branch: perl
36250            ! Porting/config.sh Porting/config_H patchlevel.h
36251            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
36252            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36253            ! win32/makefile.mk
36254 ____________________________________________________________________________
36255 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
36256         Log: Update Changes.
36257      Branch: perl
36258            ! Changes
36259 ____________________________________________________________________________
36260 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
36261         Log: Reword.
36262      Branch: perl
36263            ! AUTHORS
36264 ____________________________________________________________________________
36265 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
36266         Log: AUTHORS update.
36267      Branch: perl
36268            ! AUTHORS
36269 ____________________________________________________________________________
36270 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
36271         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
36272              unless ithreads.
36273      Branch: perl
36274            ! makedef.pl
36275 ____________________________________________________________________________
36276 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
36277         Log: Integrate perlio.
36278      Branch: perl
36279           !> win32/distclean.bat
36280 ____________________________________________________________________________
36281 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
36282         Log: Test the encoding transform only iff we have PerlIO,
36283              noticed by H. Merijn Brand.
36284      Branch: perl
36285            ! ext/PerlIO/t/encoding.t
36286 ____________________________________________________________________________
36287 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
36288         Log: README.netware tweaks from Ananth Kesari.
36289      Branch: perl
36290            ! README.netware
36291 ____________________________________________________________________________
36292 [ 11346] By: nick                                  on 2001/07/13  09:18:51
36293         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
36294              to avoid /unicode vs /Unicode issues.
36295      Branch: perlio
36296            ! win32/distclean.bat
36297 ____________________________________________________________________________
36298 [ 11345] By: nick                                  on 2001/07/13  06:24:18
36299         Log: Integrate mainline
36300      Branch: perlio
36301           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
36302            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
36303           !> (integrate 63 files)
36304 ____________________________________________________________________________
36305 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
36306         Log: Add d_bincompat5005 information to perl -V.
36307      Branch: perl
36308            ! myconfig.SH
36309 ____________________________________________________________________________
36310 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
36311         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
36312              From: Abhijit Menon-Sen <ams@wiw.org>
36313              Date: Fri, 13 Jul 2001 07:12:36 +0530
36314              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
36315      Branch: perl
36316            ! sv.c
36317 ____________________________________________________________________________
36318 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
36319         Log: Remove unicode::distinct, as per Inaba Hiroto.
36320      Branch: perl
36321            - lib/unicode/distinct.pm
36322            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
36323            ! t/lib/1_compile.t
36324 ____________________________________________________________________________
36325 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
36326         Log: Paging for Dr Octothorpe.
36327      Branch: perl
36328            ! pod/perlfaq4.pod
36329 ____________________________________________________________________________
36330 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
36331         Log: cut-n-paste error noticed by mjd.
36332      Branch: perl
36333            ! pod/perlfaq4.pod
36334 ____________________________________________________________________________
36335 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
36336         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
36337              From: Peter Prymmer <pvhp@forte.com>
36338              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
36339              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
36340      Branch: perl
36341            ! pod/perlfaq4.pod
36342 ____________________________________________________________________________
36343 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
36344         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
36345              From: Randall Gellens <randy@qualcomm.com>
36346              Date: Thu, 12 Jul 2001 16:56:23 -0700
36347              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
36348      Branch: perl
36349            ! Porting/repository.pod
36350 ____________________________________________________________________________
36351 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
36352         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
36353      Branch: perl
36354            ! thread.h
36355 ____________________________________________________________________________
36356 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
36357         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
36358              From: coral <coral@moonlight.crystalflame.net>
36359              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
36360              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
36361      Branch: perl
36362            ! thread.h
36363 ____________________________________________________________________________
36364 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
36365         Log: Metaconfig unit change for #11134.
36366      Branch: metaconfig
36367            + U/threads/d_pthread_atfork.U
36368 ____________________________________________________________________________
36369 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
36370         Log: Add HAS_PTHREAD_ATFORK.
36371      Branch: perl
36372            ! Configure NetWare/config.wc NetWare/config_H.wc
36373            ! Porting/Glossary Porting/config.sh Porting/config_H
36374            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
36375            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
36376            ! vos/config.ga.def vos/config.ga.h win32/config.bc
36377            ! win32/config.gc win32/config.vc win32/config_H.bc
36378            ! win32/config_H.gc win32/config_H.vc
36379 ____________________________________________________________________________
36380 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
36381         Log: Subject: [PATCH] File::Copy fails on tied handles
36382              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
36383              Date: Thu, 12 Jul 2001 15:18:51 -0700
36384              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
36385      Branch: perl
36386            ! lib/File/Copy.pm
36387 ____________________________________________________________________________
36388 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
36389         Log: Subject: [PATCH] Langinfo.t
36390              From: Nicholas Clark <nick@ccl4.org>
36391              Date: Thu, 12 Jul 2001 23:55:38 +0100
36392              Message-ID: <20010712235538.M5827@plum.flirble.org>
36393      Branch: perl
36394            ! ext/I18N/Langinfo/Langinfo.t
36395 ____________________________________________________________________________
36396 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
36397         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
36398              From: Peter Prymmer <pvhp@forte.com>
36399              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
36400              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
36401      Branch: perl
36402            ! pod/perl572delta.pod
36403 ____________________________________________________________________________
36404 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
36405         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
36406              From: Abhijit Menon-Sen <ams@wiw.org>
36407              Date: Fri, 13 Jul 2001 05:21:16 +0530
36408              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
36409      Branch: perl
36410            ! sv.c
36411 ____________________________________________________________________________
36412 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
36413         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
36414              From: Abhijit Menon-Sen <ams@wiw.org>
36415              Date: Fri, 13 Jul 2001 03:04:25 +0530
36416              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
36417      Branch: perl
36418            ! av.c
36419 ____________________________________________________________________________
36420 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
36421         Log: s/^M$//g
36422      Branch: perl
36423            ! win32/Makefile win32/makefile.mk
36424 ____________________________________________________________________________
36425 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
36426         Log: Update Changes.
36427      Branch: perl
36428            ! Changes patchlevel.h
36429 ____________________________________________________________________________
36430 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
36431         Log: Typo spotted by Philip Newton.
36432      Branch: perl
36433            ! pod/perl572delta.pod
36434 ____________________________________________________________________________
36435 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
36436         Log: Subject: [PATCH] fixes perl_clone of perl_clone
36437              From: Artur Bergman <artur@contiller.se>
36438              Date: Thu, 12 Jul 2001 20:57:09 +0200
36439              Message-ID: <B773BFA4.236B%artur@contiller.se>
36440      Branch: perl
36441            ! sv.c
36442 ____________________________________________________________________________
36443 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
36444         Log: Add README.uts from Hal Morris.
36445      Branch: perl
36446            + README.uts
36447            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
36448            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
36449 ____________________________________________________________________________
36450 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
36451         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
36452              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36453              Date: Thu, 12 Jul 2001 20:32:37 +0200
36454              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
36455      Branch: perl
36456            ! hints/aix.sh
36457 ____________________________________________________________________________
36458 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
36459         Log: Subject: Patch: document reg_data.what member
36460              From: Mark-Jason Dominus <mjd@plover.com>
36461              Message-ID: <20010712182532.14821.qmail@plover.com>
36462              Date: Thu, 12 Jul 2001 14:25:32 -0400
36463      Branch: perl
36464            ! regcomp.c regcomp.h
36465 ____________________________________________________________________________
36466 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
36467         Log: Subject: [PATCH] Perl_re_dup()
36468              From: Abhijit Menon-Sen <ams@wiw.org>
36469              Date: Thu, 12 Jul 2001 23:54:32 +0530
36470              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
36471      Branch: perl
36472            ! embed.h embed.pl perlapi.c proto.h sv.c
36473 ____________________________________________________________________________
36474 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
36475         Log: Regen Configure, modlib, toc.
36476      Branch: perl
36477            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36478            ! pod/perlmodlib.pod pod/perltoc.pod
36479 ____________________________________________________________________________
36480 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
36481         Log: The problem seems to be in PerlIO::Layer::->find() not
36482              accepting the ":encoding(blurflur)" arguments.
36483      Branch: perl
36484            ! lib/PerlIO.pm lib/open.pm
36485 ____________________________________________________________________________
36486 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
36487         Log: AIX doc update.
36488      Branch: perl
36489            ! README.aix pod/perl572delta.pod
36490 ____________________________________________________________________________
36491 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
36492         Log: Subject: AIX README update
36493              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36494              Date: Thu, 12 Jul 2001 19:28:30 +0200
36495              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
36496      Branch: perl
36497            ! README.aix
36498 ____________________________________________________________________________
36499 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
36500         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
36501              From: Norton Allen <allen@huarp.harvard.edu>
36502              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
36503              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
36504      Branch: perl
36505            ! ext/IO/lib/IO/t/io_unix.t
36506 ____________________________________________________________________________
36507 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
36508         Log: Subject: [PATCH README.qnx hints/qnx.sh]
36509              From: Norton Allen <allen@huarp.harvard.edu>
36510              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
36511              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
36512      Branch: perl
36513            ! README.qnx hints/qnx.sh
36514 ____________________________________________________________________________
36515 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
36516         Log: Subject: [patch] faster PM_GETRE
36517              From: Doug MacEachern <dougm@covalent.net>
36518              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
36519              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
36520      Branch: perl
36521            ! op.h
36522 ____________________________________________________________________________
36523 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
36524         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
36525              From: Doug MacEachern <dougm@covalent.net>
36526              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
36527              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
36528      Branch: perl
36529            ! op.c
36530 ____________________________________________________________________________
36531 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
36532         Log: Tell where the nice Estonian database is.
36533      Branch: perl
36534            ! lib/open.pm
36535 ____________________________________________________________________________
36536 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
36537         Log: Retract #11309 since #11310 is a better fix.
36538      Branch: perl
36539            ! t/lib/1_compile.t
36540 ____________________________________________________________________________
36541 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
36542         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
36543              change#11300 needs to return the status of failed win32_spawnvp())
36544              
36545              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
36546              splitting correctly; remove unused variables; 'require' at run time
36547              rather than 'use' at compile time for I18N::Langinfo, since it
36548              isn't everyware
36549      Branch: perl
36550            ! lib/open.pm win32/win32.c
36551 ____________________________________________________________________________
36552 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
36553         Log: Temporary workaround.
36554      Branch: perl
36555            ! t/lib/1_compile.t
36556 ____________________________________________________________________________
36557 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
36558         Log: UCD typo in #11306 and add also more known-to-be-tested
36559              modules to the skip list.
36560      Branch: perl
36561            ! t/lib/1_compile.t
36562 ____________________________________________________________________________
36563 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
36564         Log: Rename Unicode::UCD to UnicodeCD to avoid
36565              messups with case-insensitive filesystems.
36566      Branch: perl
36567            + lib/UnicodeCD.pm lib/UnicodeCD.t
36568            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
36569            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
36570 ____________________________________________________________________________
36571 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
36572         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
36573              From: daniel@biz.bitpusher.com
36574              Date: Wed, 11 Jul 2001 23:25:47 -0700
36575              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
36576      Branch: perl
36577            ! lib/Tie/Array.pm t/op/splice.t
36578 ____________________________________________________________________________
36579 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
36580         Log: Subject: [PATCH] More accurate line numbers in messages
36581              From: Paul Johnson <paul@pjcj.net>
36582              Date: Thu, 12 Jul 2001 04:14:11 +0200
36583              Message-ID: <20010712041411.A3467@pjcj.net>
36584              
36585              (With prototyping and multiplicity tweaks.)
36586      Branch: perl
36587            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
36588 ____________________________________________________________________________
36589 [ 11304] By: nick                                  on 2001/07/12  12:53:40
36590         Log: Integrate mainline
36591      Branch: perlio
36592           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
36593           !> regexec.c thread.h
36594 ____________________________________________________________________________
36595 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
36596         Log: Cut-and-pasto in #11298.
36597      Branch: perl
36598            ! ext/ByteLoader/bytecode.h
36599 ____________________________________________________________________________
36600 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
36601         Log: Update the AIX known problems section.
36602      Branch: perl
36603            ! pod/perl572delta.pod
36604 ____________________________________________________________________________
36605 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
36606         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
36607              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36608              Date: Thu, 12 Jul 2001 12:16:16 +0200
36609              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
36610      Branch: perl
36611            ! hints/aix.sh
36612 ____________________________________________________________________________
36613 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
36614         Log: Integrate perlio.
36615      Branch: perl
36616           !> makedef.pl win32/win32.c
36617 ____________________________________________________________________________
36618 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
36619         Log: Subject: [PATCH] fix for PMOP threadness failures
36620              From: Artur Bergman <artur@contiller.se>
36621              Date: Thu, 12 Jul 2001 09:48:06 +0200
36622              Message-ID: <B77322D6.22DD%artur@contiller.se>
36623      Branch: perl
36624            ! regexec.c
36625 ____________________________________________________________________________
36626 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
36627         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
36628              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
36629              Date: Thu, 12 Jul 2001 09:09:48 +0200
36630              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
36631              
36632              More parentheses to keep bcc happy.
36633      Branch: perl
36634            ! ext/ByteLoader/bytecode.h
36635 ____________________________________________________________________________
36636 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
36637         Log: Subject: Re: [patch] pthread_atfork bandaid
36638              From: Doug MacEachern <dougm@covalent.net>
36639              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
36640              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
36641      Branch: perl
36642            ! thread.h
36643 ____________________________________________________________________________
36644 [ 11296] By: nick                                  on 2001/07/12  11:55:48
36645         Log: Exclude reentrant_buffer from .def file
36646      Branch: perlio
36647            ! makedef.pl
36648 ____________________________________________________________________________
36649 [ 11295] By: nick                                  on 2001/07/12  11:11:44
36650         Log: Honour void-ness of my_exit()
36651      Branch: perlio
36652            ! win32/win32.c
36653 ____________________________________________________________________________
36654 [ 11294] By: nick                                  on 2001/07/12  07:51:04
36655         Log: Integrate mainline
36656      Branch: perlio
36657           +> uts/sprintf_wrap.c
36658           !> (integrate 35 files)
36659 ____________________________________________________________________________
36660 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
36661         Log: Retract #11289.
36662      Branch: perl
36663            ! embed.h embed.pl perl.c proto.h thread.h
36664 ____________________________________________________________________________
36665 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
36666         Log: Now the :locale pseudolayer *almost* works...
36667      Branch: perl
36668            ! lib/open.pm
36669 ____________________________________________________________________________
36670 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
36671         Log: Locale encoding tweaks.
36672      Branch: perl
36673            ! lib/open.pm
36674 ____________________________________________________________________________
36675 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
36676         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
36677              From: Mark-Jason Dominus <mjd@plover.com>
36678              Date: Thu, 12 Jul 2001 00:59:31 -0400
36679              Message-ID: <20010712045931.8543.qmail@plover.com>
36680              
36681              Remove the chmod/umask leading zero warning.
36682      Branch: perl
36683            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
36684            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
36685 ____________________________________________________________________________
36686 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
36687         Log: (Retracted by #11289.)
36688      Branch: perl
36689            ! embed.h embed.pl perl.c proto.h thread.h
36690 ____________________________________________________________________________
36691 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
36692         Log: Needed by #11283.
36693      Branch: perl
36694            ! intrpvar.h
36695 ____________________________________________________________________________
36696 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
36697         Log: Metaconfig unit change for #11286.
36698      Branch: metaconfig/U/perl
36699            ! patchlevel.U
36700 ____________________________________________________________________________
36701 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
36702         Log: Subject: Re: [PATCH Configure] perl -V broken
36703              From: Andy Dougherty <doughera@lafayette.edu>
36704              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
36705              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
36706      Branch: perl
36707            ! Configure myconfig.SH
36708 ____________________________________________________________________________
36709 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
36710         Log: Retract #11166 (and #11237).
36711      Branch: perl
36712            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
36713            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
36714            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
36715 ____________________________________________________________________________
36716 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
36717         Log: UTS tweaks for Hal Morris.
36718      Branch: perl
36719            + uts/sprintf_wrap.c
36720            ! MANIFEST hints/uts.sh perl.h
36721 ____________________________________________________________________________
36722 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
36723         Log: Subject: [PATCH] Use reentrant API glibc
36724              From: Artur Bergman <artur@contiller.se>
36725              Date: Thu, 12 Jul 2001 00:58:21 +0200
36726              Message-ID: <B772A6AD.2288%artur@contiller.se>
36727      Branch: perl
36728            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
36729            ! sv.c
36730 ____________________________________________________________________________
36731 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
36732         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
36733              From: barries <barries@slaysys.com>
36734              Date: Wed, 11 Jul 2001 15:11:46 -0400
36735              Message-ID: <20010711151146.G24560@jester.slaysys.com>
36736      Branch: perl
36737            ! pp_sys.c t/lib/warnings/doio win32/win32.c
36738 ____________________________________________________________________________
36739 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
36740         Log: Subject: [patch] pthread_atfork bandaid
36741              From: Doug MacEachern <dougm@covalent.net>
36742              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
36743              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
36744      Branch: perl
36745            ! miniperlmain.c perl.c
36746 ____________________________________________________________________________
36747 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
36748         Log: Subject: [patch] perl_clone leaks
36749              From: Doug MacEachern <dougm@covalent.net>
36750              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
36751              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
36752      Branch: perl
36753            ! sv.c
36754 ____________________________________________________________________________
36755 [ 11279] By: nick                                  on 2001/07/11  15:49:38
36756         Log: Integrate mainline
36757      Branch: perlio
36758           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
36759           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
36760           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
36761           +> lib/Term/ANSIColor/README
36762           !> (integrate 54 files)
36763 ____________________________________________________________________________
36764 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
36765         Log: Update Changes.
36766      Branch: perl
36767            ! Changes patchlevel.h
36768 ____________________________________________________________________________
36769 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
36770         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
36771              From: Peter Prymmer <pvhp@forte.com>
36772              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
36773              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
36774              
36775              Backport of embed.pl to 5.003.
36776      Branch: perl
36777            ! embed.pl
36778 ____________________________________________________________________________
36779 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
36780         Log: Subject: Re: POSIX test #14 on UTS 
36781              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
36782              Date: Wed, 11 Jul 2001 03:02:14 +0100
36783              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
36784      Branch: perl
36785            ! ext/POSIX/POSIX.t
36786 ____________________________________________________________________________
36787 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
36788         Log: Make the I32 an IV to preserve structure alignment and size.
36789      Branch: perl
36790            ! op.h
36791 ____________________________________________________________________________
36792 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
36793         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
36794              From: "Artur Bergman" <artur@contiller.se>
36795              Date: Wed, 11 Jul 2001 14:23:37 +0200
36796              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
36797              
36798              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
36799      Branch: perl
36800            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
36801            ! pod/perlapi.pod sv.c
36802 ____________________________________________________________________________
36803 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
36804         Log: Tweak until Pod::Parser gets updated.
36805      Branch: perl
36806            ! t/pod/special_seqs.xr
36807 ____________________________________________________________________________
36808 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
36809         Log: File::Spec usage tweak.
36810      Branch: perl
36811            ! lib/ExtUtils.t
36812 ____________________________________________________________________________
36813 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
36814         Log: Integrate #11263 from macperl; macos and macosx updates.
36815      Branch: perl
36816           !> pod/perlport.pod
36817 ____________________________________________________________________________
36818 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
36819         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
36820              From: Peter Prymmer <pvhp@forte.com>
36821              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
36822              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
36823      Branch: perl
36824            + ext/Time/HiRes/hints/dynixptx.pl
36825            ! MANIFEST hints/dynixptx.sh
36826 ____________________________________________________________________________
36827 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
36828         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
36829              From: Nicholas Clark <nick@ccl4.org>
36830              Date: Tue, 10 Jul 2001 23:17:43 +0100
36831              Message-ID: <20010710231742.B59620@plum.flirble.org>
36832      Branch: perl
36833            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
36834 ____________________________________________________________________________
36835 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
36836         Log: Subject: [DOC PATCH] Pluggable runops
36837              From: Paul Johnson <paul@pjcj.net>
36838              Date: Tue, 10 Jul 2001 21:53:28 +0200
36839              Message-ID: <20010710215328.B26577@pjcj.net>
36840      Branch: perl
36841            ! pod/perlguts.pod
36842 ____________________________________________________________________________
36843 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
36844         Log: Subject: [PATCH] Authors
36845              From: Artur Bergman <artur@contiller.se>
36846              Date: Tue, 10 Jul 2001 20:39:12 +0200
36847              Message-ID: <B771186F.21CD%artur@contiller.se>
36848      Branch: perl
36849            ! AUTHORS
36850 ____________________________________________________________________________
36851 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
36852         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
36853              From: Doug MacEachern <dougm@covalent.net>
36854              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
36855              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
36856      Branch: perl
36857            ! pp_ctl.c
36858 ____________________________________________________________________________
36859 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
36860         Log: Subject: doc patch; times() in scalar context
36861              From: mjd@plover.com
36862              Date: 10 Jul 2001 18:01:17 -0000
36863              Message-ID: <20010710180117.12477.qmail@plover.com>
36864      Branch: perl
36865            ! pod/perlfunc.pod
36866 ____________________________________________________________________________
36867 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
36868         Log: Subject: [PATCH] Small fix to pp_gmtime
36869              From: Artur Bergman <artur@contiller.se>
36870              Date: Tue, 10 Jul 2001 19:54:52 +0200
36871              Message-ID: <B7710E0B.21C5%artur@contiller.se>
36872      Branch: perl
36873            ! pp_sys.c
36874 ____________________________________________________________________________
36875 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
36876         Log: Integrate changes from mainline perl, add notes about
36877              Mac OS X and Mac OS.
36878      Branch: maint-5.6/macperl
36879            ! pod/perlport.pod
36880 ____________________________________________________________________________
36881 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
36882         Log: A proof of the dangers of package; ?
36883      Branch: perl
36884            ! t/lib/warnings/op
36885 ____________________________________________________________________________
36886 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
36887         Log: Regen toc and modlib.
36888      Branch: perl
36889            ! pod/perlmodlib.pod pod/perltoc.pod
36890 ____________________________________________________________________________
36891 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
36892         Log: Add compexcl(), casefold(), and casespec() interfaces;
36893              and make all interfaces to return hash references instead
36894              of hashes. 
36895      Branch: perl
36896            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
36897 ____________________________________________________________________________
36898 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
36899         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
36900              From: "Philip Newton" <Philip.Newton@gmx.net>
36901              Date: Tue, 10 Jul 2001 09:55:59 +0200
36902              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
36903              
36904              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
36905              From: "Philip Newton" <Philip.Newton@gmx.net>
36906              Date: Tue, 10 Jul 2001 09:56:37 +0200
36907              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
36908      Branch: perl
36909            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
36910            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
36911 ____________________________________________________________________________
36912 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
36913         Log: Subject: [patch] undef &xsub for 1,2
36914              From: Doug MacEachern <dougm@covalent.net>
36915              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
36916              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
36917              
36918              (This version of the patch with a comment from Gisle.)
36919      Branch: perl
36920            ! op.c
36921 ____________________________________________________________________________
36922 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
36923         Log: Mention package; deprecation and the Win32 problems.
36924      Branch: perl
36925            ! pod/perl572delta.pod
36926 ____________________________________________________________________________
36927 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
36928         Log: Subject: [PATCH] deprecate package with no arguments
36929              From: Robin Houston <robin@kitsite.com>
36930              Date: Tue, 10 Jul 2001 13:33:40 +0100
36931              Message-ID: <20010710133340.A13452@robin.kitsite.com>
36932      Branch: perl
36933            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
36934 ____________________________________________________________________________
36935 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
36936         Log: Upgrade to podlators 1.10.
36937      Branch: perl
36938            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
36939            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
36940            ! pod/pod2man.PL pod/pod2text.PL
36941 ____________________________________________________________________________
36942 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
36943         Log: Upgrade to Term::ANSIColor 1.04.
36944      Branch: perl
36945            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
36946            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
36947 ____________________________________________________________________________
36948 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
36949         Log: Integrate perlio (the right fix for the ":layer(args)")
36950      Branch: perl
36951           !> perlio.c
36952 ____________________________________________________________________________
36953 [ 11252] By: nick                                  on 2001/07/10  06:58:14
36954         Log: Fix open(...,"...:layer(xxx)",...)
36955              - use memEQ not strEQ as there is '(' not '\0'
36956      Branch: perlio
36957            ! perlio.c
36958 ____________________________________________________________________________
36959 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
36960         Log: Telling the number of tests helps.
36961      Branch: perl
36962            ! ext/PerlIO/t/encoding.t
36963 ____________________________________________________________________________
36964 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
36965         Log: Require I18N::Langinfo, not use.
36966      Branch: perl
36967            ! lib/open.pm
36968 ____________________________________________________________________________
36969 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
36970         Log: Add a test for for PerlIO ":encoding(...)" layer.
36971      Branch: perl
36972            + ext/PerlIO/t/encoding.t
36973            ! MANIFEST ext/Encode/Encode.pm
36974 ____________________________________________________________________________
36975 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
36976         Log: PerlIO ":encoding(foobar)" temporary fix.
36977              Not really correct, I think, since the change means
36978              that prefixes match.
36979      Branch: perl
36980            ! perlio.c
36981 ____________________________________________________________________________
36982 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
36983         Log: Update to Math::BigInt 1.36.  The biggest news is
36984              the separation of the backend; now the pure Perl
36985              implementation is in Math::BigInt::Calc, but one
36986              can plugin, say, Math::BigInt::BitVect, and get
36987              considerable speedup.
36988      Branch: perl
36989            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
36990            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
36991            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
36992            ! lib/Math/BigInt/t/mbimbf.t
36993 ____________________________________________________________________________
36994 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
36995         Log: Subject: Re: compatibility question
36996              From: Peter Prymmer <pvhp@forte.com>
36997              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
36998              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
36999      Branch: perl
37000            ! lib/ExtUtils/MM_VMS.pm
37001 ____________________________________________________________________________
37002 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
37003         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
37004              From: Norton Allen <allen@huarp.harvard.edu>
37005              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
37006              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
37007      Branch: perl
37008            ! ext/File/Glob/t/basic.t
37009 ____________________________________________________________________________
37010 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
37011         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
37012              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
37013              Date: Tue, 10 Jul 2001 00:29:55 +0900
37014              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
37015      Branch: perl
37016            + ext/Encode/Encode/HZ.enc
37017            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
37018            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
37019            ! ext/Encode/Encode/iso2022-jp.enc
37020            ! ext/Encode/Encode/iso2022-kr.enc
37021 ____________________________________________________________________________
37022 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
37023         Log: Add in all them there macos/ files.
37024      Branch: maint-5.6/macperl
37025            + (add 577 files)
37026 ____________________________________________________________________________
37027 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
37028         Log: Add the new modules to the list of having those own tests.
37029      Branch: perl
37030            ! t/lib/1_compile.t
37031 ____________________________________________________________________________
37032 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
37033         Log: Add INOUT to control both ways at the same time.
37034      Branch: perl
37035            ! lib/open.pm
37036 ____________________________________________________________________________
37037 [ 11240] By: nick                                  on 2001/07/09  16:33:50
37038         Log: Integrate mainline
37039      Branch: perlio
37040           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
37041           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
37042           !> (integrate 41 files)
37043 ____________________________________________________________________________
37044 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
37045         Log: More encoding mapping magic.
37046      Branch: perl
37047            ! lib/open.pm
37048 ____________________________________________________________________________
37049 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
37050         Log: Update Changes.
37051      Branch: perl
37052            ! Changes patchlevel.h
37053 ____________________________________________________________________________
37054 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
37055         Log: (Retracted by #11285).
37056              
37057              Subject: [PATCH] OPpCONST_OCTAL fixes
37058              From: Abhijit Menon-Sen <ams@wiw.org>
37059              Date: Mon, 9 Jul 2001 07:38:45 +0530
37060              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
37061      Branch: perl
37062            ! op.c
37063 ____________________________________________________________________________
37064 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
37065         Log: Add a pseudolayer ":locale" to the open pragma which
37066              will get the encoding from the locale.  Yet undocumented
37067              because I can't get the PerlIO :encoding(foobar) to work.
37068      Branch: perl
37069            ! ext/Encode/Encode.pm lib/open.pm
37070 ____________________________________________________________________________
37071 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
37072         Log: Add more encoding mappings.
37073      Branch: perl
37074            ! ext/Encode/Encode.pm
37075 ____________________________________________________________________________
37076 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
37077         Log: Document that using :encoding layer requires using Encode.
37078      Branch: perl
37079            ! ext/Encode/Encode.pm lib/PerlIO.pm
37080 ____________________________________________________________________________
37081 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
37082         Log: Netware tweak from Ananth Kesari.
37083      Branch: perl
37084            ! NetWare/netware.h
37085 ____________________________________________________________________________
37086 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
37087         Log: t/harness doesn't know about run/*.t
37088      Branch: perl
37089            ! t/harness
37090 ____________________________________________________________________________
37091 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
37092         Log: run/exit.t busted on windows
37093      Branch: perl
37094            ! t/run/exit.t
37095 ____________________________________________________________________________
37096 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
37097         Log: fix a couple of UCD.t tests that fail due to bad case
37098      Branch: perl
37099            ! lib/Unicode/UCD.t
37100 ____________________________________________________________________________
37101 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
37102         Log: test skip logic was broken
37103      Branch: perl
37104            ! ext/I18N/Langinfo/Langinfo.t
37105 ____________________________________________________________________________
37106 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
37107         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
37108              failure of ExtUtils.t#27 when built in debug mode)
37109      Branch: perl
37110            ! lib/ExtUtils/MM_Win32.pm
37111 ____________________________________________________________________________
37112 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
37113         Log: I18N::Langinfo is not available on windows
37114      Branch: perl
37115            ! win32/FindExt.pm
37116 ____________________________________________________________________________
37117 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
37118         Log: save a dTHX
37119      Branch: perl
37120            ! ext/POSIX/POSIX.xs
37121 ____________________________________________________________________________
37122 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
37123         Log: Update Changes.
37124      Branch: perl
37125            ! Changes patchlevel.h
37126 ____________________________________________________________________________
37127 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
37128         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
37129              as pointed out by Sarathy.
37130      Branch: perl
37131            ! ext/I18N/Langinfo/Langinfo.xs
37132 ____________________________________________________________________________
37133 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
37134         Log: Retract #11212.
37135      Branch: perl
37136            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
37137 ____________________________________________________________________________
37138 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
37139         Log: Bump up the VERSION of Cwd.xs.
37140      Branch: perl
37141            ! ext/Cwd/Makefile.PL
37142 ____________________________________________________________________________
37143 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
37144         Log: Retract #11220, the problem wasn't the missing leading zero.
37145              Here's the problem:
37146              $ ./perl -we 'chmod(oct("755"), ".")'
37147              Non-octal literal mode (493) specified at -e line 1.
37148              (Did you mean 0493 instead?)
37149      Branch: perl
37150            ! lib/ExtUtils/MM_Unix.pm
37151 ____________________________________________________________________________
37152 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
37153         Log: (Retracted by #11221)
37154              Change the PERM_RW and PERM_RWX to 0644 and 0755
37155              (add the leading zero).
37156      Branch: perl
37157            ! lib/ExtUtils/MM_Unix.pm
37158 ____________________________________________________________________________
37159 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
37160         Log: Integrate changes #11193, 11205, 11209 from macperl.
37161              
37162              Fix up AutoLoader to fudge for Mac paths in import().
37163              
37164              Allow symbols in try_symbol() to begin with "_".
37165              
37166              Small portability fix for Mac OS.
37167      Branch: perl
37168           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
37169 ____________________________________________________________________________
37170 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
37171         Log: Metaconfig unit change for #11217.
37172      Branch: metaconfig/U/perl
37173            ! Extensions.U
37174 ____________________________________________________________________________
37175 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
37176         Log: Detypo, problem noticed by Gerrit P. Haase.
37177      Branch: perl
37178            ! Configure config_h.SH
37179 ____________________________________________________________________________
37180 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
37181         Log: Cwd cleanups.
37182      Branch: perl
37183            ! ext/Cwd/Cwd.xs
37184 ____________________________________________________________________________
37185 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
37186         Log: Slight tweaks on #11213.
37187      Branch: perl
37188            ! toke.c
37189 ____________________________________________________________________________
37190 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
37191         Log: A missing dTHX noticed by Gerrit P. Haase.
37192      Branch: perl
37193            ! ext/POSIX/POSIX.xs
37194 ____________________________________________________________________________
37195 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
37196         Log: Subject: [PATCH toke.c] Simplify yytoke()
37197              From: Simon Cozens <simon@netthink.co.uk>
37198              Date: Sun, 8 Jul 2001 13:24:34 +0100
37199              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
37200              
37201              Split out pending_ident().
37202      Branch: perl
37203            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
37204 ____________________________________________________________________________
37205 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
37206         Log: (Retracted by #11223.)
37207              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
37208              Date: Wed, 05 Nov 1997 17:22:34 -0600
37209              From: Graham Barr <gbarr@ti.com>
37210              Message-Id: <3460FFBA.6DA51F46@ti.com>
37211      Branch: perl
37212            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
37213 ____________________________________________________________________________
37214 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
37215         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
37216      Branch: perl
37217            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
37218            ! pod/perllocale.pod
37219 ____________________________________________________________________________
37220 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
37221         Log: Really do the test under the C locale.
37222      Branch: perl
37223            ! ext/I18N/Langinfo/Langinfo.t
37224 ____________________________________________________________________________
37225 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
37226         Log: Small portability fix for Mac OS.
37227      Branch: maint-5.6/macperl
37228            ! lib/Cwd.pm
37229 ____________________________________________________________________________
37230 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
37231         Log: Metaconfig unit change for #11207.
37232      Branch: metaconfig/U/perl
37233            ! Extensions.U
37234 ____________________________________________________________________________
37235 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
37236         Log: Add I18N::Langinfo, which is basically a wrapper around
37237              nl_langinfo(), which is an additional way to query locale
37238              specific information.
37239      Branch: perl
37240            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
37241            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
37242            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
37243 ____________________________________________________________________________
37244 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
37245         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
37246              used in File::Find tests; replace with if.t.
37247      Branch: maint-5.6/macperl
37248            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
37249            ! t/pragma/warn/op
37250 ____________________________________________________________________________
37251 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
37252         Log: Allow symbols in try_symbol() to begin with "_".
37253      Branch: maint-5.6/macperl
37254            ! makedef.pl
37255 ____________________________________________________________________________
37256 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
37257         Log: Sync up the File::Find changes from the rewrite by
37258              Thomas Wegner, et al.
37259      Branch: maint-5.6/macperl
37260            + t/lib/filefind-taint.t
37261            ! lib/File/Find.pm t/lib/filefind.t
37262 ____________________________________________________________________________
37263 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
37264         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
37265              From: Thomas Wegner <wegner_thomas@yahoo.com>
37266              Date: Thu, 5 Jul 2001 20:31:25 +0200
37267              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
37268      Branch: maint-5.6/macperl
37269            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
37270 ____________________________________________________________________________
37271 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
37272         Log: Some more test portability fixes.
37273      Branch: maint-5.6/macperl
37274            ! t/lib/filecopy.t t/pragma/warn/pp_sys
37275 ____________________________________________________________________________
37276 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
37277         Log: The #11200 removed wrong (non-existent) target.  Duh.
37278      Branch: perl
37279            ! Makefile.SH
37280 ____________________________________________________________________________
37281 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
37282         Log: Zap the lib/re.pm before creating it.
37283      Branch: perl
37284            ! Makefile.SH
37285 ____________________________________________________________________________
37286 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
37287         Log: Another test.  Please ignore.
37288      Branch: maint-5.6/macperl
37289            ! README.macos
37290 ____________________________________________________________________________
37291 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
37292         Log: Portability fixes for a lot of tests, especially IO-related
37293              tests, and warnings, and the harness script.
37294      Branch: maint-5.6/macperl
37295            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
37296            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
37297            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
37298            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
37299            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
37300            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
37301            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
37302            ! t/pragma/warnings.t
37303 ____________________________________________________________________________
37304 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
37305         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
37306              From: Nicholas Clark <nick@ccl4.org>
37307              Date: Sat, 7 Jul 2001 21:00:17 +0100
37308              Message-ID: <20010707210017.H59620@plum.flirble.org>
37309      Branch: perl
37310            ! lib/h2xs.t
37311 ____________________________________________________________________________
37312 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
37313         Log: The UNICOS/mk SysV IPC problem has been fixed.
37314      Branch: perl
37315            ! pod/perl572delta.pod
37316 ____________________________________________________________________________
37317 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
37318         Log: Slight update tweaks on perlunicode.pod.
37319      Branch: perl
37320            ! pod/perlunicode.pod
37321 ____________________________________________________________________________
37322 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
37323         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
37324              From: Mark-Jason Dominus <mjd@plover.com>
37325              Date: Sat, 07 Jul 2001 13:04:04 -0400
37326              Message-ID: <20010707170404.32694.qmail@plover.com>
37327      Branch: perl
37328            ! ext/DB_File/DB_File.pm
37329 ____________________________________________________________________________
37330 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
37331         Log: Fix up AutoLoader to fudge for Mac paths in import().
37332      Branch: maint-5.6/macperl
37333            ! lib/AutoLoader.pm
37334 ____________________________________________________________________________
37335 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
37336         Log: Try to force the lib/re.pm to be there before entering
37337              the extensions builds, should help for parallel makes.
37338      Branch: perl
37339            ! Makefile.SH
37340 ____________________________________________________________________________
37341 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
37342         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
37343              From: Norton Allen <allen@huarp.harvard.edu>
37344              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
37345              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
37346      Branch: perl
37347            ! ext/POSIX/POSIX.xs
37348 ____________________________________________________________________________
37349 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
37350         Log: Subject: [PATCH] Re: op/arith.t
37351              From: Nicholas Clark <nick@ccl4.org>
37352              Date: Sat, 7 Jul 2001 13:04:54 +0100
37353              Message-ID: <20010707130454.D59620@plum.flirble.org>
37354      Branch: perl
37355            ! numeric.c toke.c
37356 ____________________________________________________________________________
37357 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
37358         Log: Subject: [PATCH] h2xs
37359              From: Nicholas Clark <nick@ccl4.org>
37360              Date: Fri, 6 Jul 2001 23:25:14 +0100
37361              Message-ID: <20010706232514.X59620@plum.flirble.org>
37362      Branch: perl
37363            ! utils/h2xs.PL
37364 ____________________________________________________________________________
37365 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
37366         Log: Subject: Re: bleedperl perl_alloc..free leakage
37367              From: Radu Greab <radu@netsoft.ro>
37368              Date: Fri, 6 Jul 2001 19:48:54 +0300
37369              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
37370              
37371              Leak-be-gone.
37372      Branch: perl
37373            ! op.c
37374 ____________________________________________________________________________
37375 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
37376         Log: Test again.  Please ignore.
37377      Branch: maint-5.6/macperl
37378            ! README.macos
37379 ____________________________________________________________________________
37380 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
37381         Log: Test.  Please ignore.
37382      Branch: maint-5.6/macperl
37383            ! README.macos
37384 ____________________________________________________________________________
37385 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
37386         Log: Include changes already sent in separately as patches,
37387              before branch was created.
37388      Branch: maint-5.6/macperl
37389            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
37390            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
37391            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
37392            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
37393            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
37394            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
37395            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
37396            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
37397            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
37398            ! t/pragma/strict.t
37399 ____________________________________________________________________________
37400 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
37401         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
37402              From: Norton Allen <allen@huarp.harvard.edu>
37403              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
37404              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
37405      Branch: perl
37406            ! utf8.h
37407 ____________________________________________________________________________
37408 [ 11183] By: nick                                  on 2001/07/06  16:27:40
37409         Log: Integrate mainline
37410      Branch: perlio
37411           +> (branch 42 files)
37412            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
37413            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
37414            - win32/bin/mdelete.bat
37415           !> (integrate 215 files)
37416 ____________________________________________________________________________
37417 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
37418         Log: The #11166 needed also these updated.
37419      Branch: perl
37420            ! lib/warnings.pm warnings.h
37421 ____________________________________________________________________________
37422 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
37423         Log: Update Changes.
37424      Branch: perl
37425            ! Changes patchlevel.h
37426 ____________________________________________________________________________
37427 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
37428         Log: Regen toc.
37429      Branch: perl
37430            ! pod/perltoc.pod
37431 ____________________________________________________________________________
37432 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
37433         Log: Nit from Abhijit.
37434      Branch: perl
37435            ! lib/CPAN.pm
37436 ____________________________________________________________________________
37437 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
37438         Log: Retract #11172.
37439      Branch: perl
37440            ! t/op/method.t
37441 ____________________________________________________________________________
37442 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
37443         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
37444              From: Norton Allen <allen@huarp.harvard.edu>
37445              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
37446              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
37447      Branch: perl
37448            ! lib/Cwd.pm
37449 ____________________________________________________________________________
37450 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
37451         Log: (Accidentally empty check-in.)
37452      Branch: perl
37453            ! utf8.h
37454 ____________________________________________________________________________
37455 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
37456         Log: Retract #11165 since Sarathy pointed out it'll not
37457              work properly under threads, the problem should be
37458              solved using "the savestack, either via SSNEW() or
37459              using a newSVpv()+SAVEFREESV() combo."
37460      Branch: perl
37461            ! ext/POSIX/POSIX.xs
37462 ____________________________________________________________________________
37463 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
37464         Log: Retract #11125 since NI-S pointed out it'll not work in
37465              cases where the extension has their own handcrafted INC
37466              et alia.
37467      Branch: perl
37468            ! lib/ExtUtils/MM_Unix.pm
37469 ____________________________________________________________________________
37470 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
37471         Log: Subject: RE: [PATCH] -I and MakeMaker again
37472              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
37473              Date: Fri, 6 Jul 2001 09:18:29 +0200
37474              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
37475      Branch: perl
37476            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
37477            ! lib/ExtUtils/MM_Win32.pm
37478 ____________________________________________________________________________
37479 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
37480         Log: (Retracted by #11178)
37481              Subject: [PATCH t/op/method.t] SUPER:: strangeness
37482              From: Piers Cawley <pdcawley@iterative-software.com>
37483              Date: 06 Jul 2001 10:49:01 +0100
37484              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
37485      Branch: perl
37486            ! t/op/method.t
37487 ____________________________________________________________________________
37488 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
37489         Log: VOS README update from Paul Green.
37490      Branch: perl
37491            ! README.vos
37492 ____________________________________________________________________________
37493 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
37494         Log: Subject: [PATCH README.qnx hints/qnx.sh]
37495              From: Norton Allen <allen@huarp.harvard.edu>
37496              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
37497              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
37498      Branch: perl
37499            ! README.qnx hints/qnx.sh
37500 ____________________________________________________________________________
37501 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
37502         Log: Subject: [PATCH] Doc patch for Tie::Hash
37503              From: Artur Bergman <artur@contiller.se>
37504              Date: Thu, 05 Jul 2001 22:51:18 +0200
37505              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
37506      Branch: perl
37507            ! lib/Tie/Hash.pm
37508 ____________________________________________________________________________
37509 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
37510         Log: Subject: [PATCH] perlfaq4.pod
37511              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
37512              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
37513              Date: Thu, 5 Jul 2001 18:44:10 +0100 
37514      Branch: perl
37515            ! pod/perlfaq4.pod
37516 ____________________________________________________________________________
37517 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
37518         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
37519              From: Robin Houston <robin@kitsite.com>
37520              Date: Thu, 5 Jul 2001 18:33:21 +0100
37521              Message-ID: <20010705183321.A27345@robin.kitsite.com>
37522      Branch: perl
37523            ! ext/B/B/Deparse.pm
37524 ____________________________________________________________________________
37525 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
37526         Log: (Retracted by #11285.)
37527              
37528              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
37529              From: Abhijit Menon-Sen <ams@wiw.org>
37530              Date: Fri, 6 Jul 2001 01:26:32 +0530
37531              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
37532      Branch: perl
37533            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
37534            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
37535            ! warnings.pl
37536 ____________________________________________________________________________
37537 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
37538         Log: (Retracted by #11175)
37539              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
37540              From: Norton Allen <allen@huarp.harvard.edu>
37541              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
37542              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
37543      Branch: perl
37544            ! ext/POSIX/POSIX.xs
37545 ____________________________________________________________________________
37546 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
37547         Log: Unterminated C< (noticed by Richard Hatch), and few other
37548              small Unicode doc tweaks.
37549      Branch: perl
37550            ! pod/perlretut.pod
37551 ____________________________________________________________________________
37552 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
37553         Log: More flexible argument understanding; add charblocks() and
37554              charscripts(); make charblock() and charscript() two-way;
37555              add charinrange(); separate the $Unicode::UCD::VERSION and
37556              the version of the Unicode by adding UnicodeVersion().
37557      Branch: perl
37558            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
37559 ____________________________________________________________________________
37560 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
37561         Log: Update Unicode::UCD on \p{In...}.
37562      Branch: perl
37563            ! lib/Unicode/UCD.pm
37564 ____________________________________________________________________________
37565 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
37566         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
37567              From: Norton Allen <allen@huarp.harvard.edu>
37568              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
37569              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
37570      Branch: perl
37571            ! lib/ExtUtils/MM_Unix.pm
37572 ____________________________________________________________________________
37573 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
37574         Log: POSIX-BC tweaks from Thomas Dorner.
37575      Branch: perl
37576            ! hints/posix-bc.sh perlio.h
37577 ____________________________________________________________________________
37578 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
37579         Log: Module updates for the delta.
37580      Branch: perl
37581            ! pod/perl572delta.pod
37582 ____________________________________________________________________________
37583 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
37584         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
37585              From: Norton Allen <allen@huarp.harvard.edu>
37586              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
37587              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
37588      Branch: perl
37589            ! ext/IO/lib/IO/t/io_sock.t
37590 ____________________________________________________________________________
37591 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
37592         Log: Subject: [PATCH perldiag.pod] Quick fixes
37593              From: Simon Cozens <simon@netthink.co.uk>
37594              Date: Wed, 4 Jul 2001 20:22:12 +0100
37595              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
37596      Branch: perl
37597            ! pod/perldiag.pod
37598 ____________________________________________________________________________
37599 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
37600         Log: (retracted by #13533)
37601              
37602              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
37603              From: Radu Greab <radu@netsoft.ro>
37604              Date: Wed, 4 Jul 2001 22:13:31 +0300
37605              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
37606      Branch: perl
37607            ! op.c sv.c t/op/pos.t
37608 ____________________________________________________________________________
37609 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
37610         Log: Subject: [PATCH] -I and MakeMaker again
37611              From: Michael G Schwern <schwern@pobox.com>
37612              Date: Wed, 4 Jul 2001 15:03:07 -0400
37613              Message-ID: <20010704150307.I20340@blackrider>
37614              
37615              (and retract #11145)
37616      Branch: perl
37617            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
37618            ! lib/ExtUtils/MakeMaker.pm
37619 ____________________________________________________________________________
37620 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
37621         Log: Subject: Re: PERFORCE change 11142 for review
37622              From: "Philip Newton" <Philip.Newton@gmx.net>
37623              Date: Wed, 4 Jul 2001 20:46:26 +0200
37624              Message-Id: <200107041841.VAA25380@taas.iki.fi>
37625      Branch: perl
37626            ! lib/ExtUtils/MakeMaker.pm
37627 ____________________________________________________________________________
37628 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
37629         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
37630              From: Jonathan Stowe <gellyfish@gellyfish.com>
37631              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
37632              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
37633      Branch: perl
37634            ! utils/pl2pm.PL
37635 ____________________________________________________________________________
37636 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
37637         Log: fix the binary compatibility issue when building with/without
37638              usemymalloc by exporting Perl_malloc() et al as simple wrappers
37639              around the system functions (this allows most extensions built
37640              using one mode to coexist with perls built in the other mode)
37641              
37642              XXX the Perl_mfree() wrapper might need to do return(free()) on
37643              platforms where Free_t isn't "void"
37644      Branch: perl
37645            ! embed.h embed.pl makedef.pl proto.h util.c
37646 ____________________________________________________________________________
37647 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
37648         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
37649              since it doesn't ensure threads other than the one calling fork()
37650              aren't holding any locks; the fix is to use pthread_atfork() to
37651              hold global locks
37652              
37653              building perl with -Dusemymalloc exacerbates the problem since
37654              Perl_malloc() holds a mutex, and perl's exec() calls New()
37655              
37656              XXX the code in win32thread.h may be needed on platforms that have
37657              no pthread_atfork()
37658      Branch: perl
37659            ! perl.c thread.h win32/win32thread.h
37660 ____________________________________________________________________________
37661 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
37662         Log: Integrate #11009 from maintperl.
37663      Branch: maint-5.6/macperl
37664           !> lib/ExtUtils/Manifest.pm
37665 ____________________________________________________________________________
37666 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
37667         Log: Flexing my Perforce muscles.
37668      Branch: maint-5.6/macperl
37669            ! README.macos
37670 ____________________________________________________________________________
37671 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
37672         Log: Update Changes.
37673      Branch: perl
37674            ! Changes patchlevel.h
37675 ____________________________________________________________________________
37676 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
37677         Log: Metaconfig unit change for #11146.
37678      Branch: metaconfig/U/perl
37679            ! d_fcntl_can_lock.U
37680 ____________________________________________________________________________
37681 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
37682         Log: Somehow the #ifdefs of the added code (in #11093) made
37683              HP-UX to fail the fcntl locking test, without the ifdefs
37684              the test seems to be working again.  Reason unknown:
37685              HP-UX cc doesn't complain either way.
37686      Branch: perl
37687            ! Configure
37688 ____________________________________________________________________________
37689 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
37690         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
37691      Branch: perl
37692            ! lib/ExtUtils/MM_Unix.pm
37693 ____________________________________________________________________________
37694 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
37695         Log: gcc -Wall nit.
37696      Branch: perl
37697            ! pp_hot.c
37698 ____________________________________________________________________________
37699 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
37700         Log: When removing tests updating the test count is a good idea, too.
37701      Branch: perl
37702            ! lib/Net/t/require.t
37703 ____________________________________________________________________________
37704 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
37705         Log: Document #11134 and add the new symbols to the list of
37706              of MakeMaker known ones.
37707      Branch: perl
37708            ! lib/ExtUtils/MakeMaker.pm
37709 ____________________________________________________________________________
37710 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
37711         Log: Microperl update.
37712      Branch: perl
37713            ! uconfig.h
37714 ____________________________________________________________________________
37715 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
37716         Log: Update the libnet tests as per #11138.
37717      Branch: perl
37718            - lib/Net/t/ph.t
37719            ! MANIFEST lib/Net/t/require.t
37720 ____________________________________________________________________________
37721 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
37722         Log: Regen toc and modlib.
37723      Branch: perl
37724            ! pod/perlmodlib.pod pod/perltoc.pod
37725 ____________________________________________________________________________
37726 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
37727         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
37728              Graham's request.
37729      Branch: perl
37730            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
37731            ! MANIFEST
37732 ____________________________________________________________________________
37733 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
37734         Log: Add the OS/390 harness results to the delta.
37735      Branch: perl
37736            ! pod/perl572delta.pod
37737 ____________________________________________________________________________
37738 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
37739         Log: Avoid the two study tests in OS/390 until the bug has been solved.
37740      Branch: perl
37741            ! t/op/study.t
37742 ____________________________________________________________________________
37743 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
37744         Log: DOS/DJGPP tweaks from Laszlo Molnar.
37745      Branch: perl
37746            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
37747 ____________________________________________________________________________
37748 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
37749         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
37750              From: Michael G Schwern <schwern@pobox.com>
37751              Date: Wed, 4 Jul 2001 00:01:16 -0400
37752              Message-ID: <20010704000116.C591@blackrider>
37753      Branch: perl
37754            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
37755 ____________________________________________________________________________
37756 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
37757         Log: The #11132 missed singleton characters (not part
37758              of a unilo..unihi range) in Unicode scripts.
37759      Branch: perl
37760            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
37761            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
37762            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
37763            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
37764            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
37765            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
37766            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
37767            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
37768            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
37769            ! lib/unicode/mktables.PL t/op/pat.t
37770 ____________________________________________________________________________
37771 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
37772         Log: Support preferentially the Unicode 'scripts' definition
37773              in the \p{In...} notation since according to Unicode the
37774              scripts concept is more natural for matching than using
37775              the somewhat artificial block names.  The block names are
37776              still available, though, and if there's a name conflict,
37777              the scripts one wins and the blocks one has to do with
37778              'Block' appended to its name.  For more information see
37779              
37780              http://www.unicode.org/unicode/reports/tr24/
37781      Branch: perl
37782            + lib/unicode/In/100.pl lib/unicode/In/101.pl
37783            + lib/unicode/In/102.pl lib/unicode/In/103.pl
37784            + lib/unicode/In/104.pl lib/unicode/In/105.pl
37785            + lib/unicode/In/106.pl lib/unicode/In/107.pl
37786            + lib/unicode/In/108.pl lib/unicode/In/109.pl
37787            + lib/unicode/In/110.pl lib/unicode/In/111.pl
37788            + lib/unicode/In/112.pl lib/unicode/In/113.pl
37789            + lib/unicode/In/114.pl lib/unicode/In/115.pl
37790            + lib/unicode/In/116.pl lib/unicode/In/117.pl
37791            + lib/unicode/In/118.pl lib/unicode/In/119.pl
37792            + lib/unicode/In/120.pl lib/unicode/In/121.pl
37793            + lib/unicode/In/122.pl lib/unicode/In/123.pl
37794            + lib/unicode/In/124.pl lib/unicode/In/125.pl
37795            + lib/unicode/In/126.pl lib/unicode/In/127.pl
37796            + lib/unicode/In/128.pl lib/unicode/In/129.pl
37797            + lib/unicode/In/130.pl lib/unicode/In/131.pl
37798            + lib/unicode/In/132.pl lib/unicode/In/133.pl
37799            + lib/unicode/In/134.pl lib/unicode/In/135.pl
37800            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
37801            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
37802            ! (edit 106 files)
37803 ____________________________________________________________________________
37804 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
37805         Log: Better document the difference between a block and a script.
37806      Branch: perl
37807            ! lib/Unicode/UCD.pm
37808 ____________________________________________________________________________
37809 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
37810         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
37811              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
37812              Date: Tue, 3 Jul 2001 15:04:23 -0500
37813              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
37814      Branch: perl
37815            ! lib/CPAN.pm
37816 ____________________________________________________________________________
37817 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
37818         Log: Add tests for charscript().
37819      Branch: perl
37820            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
37821 ____________________________________________________________________________
37822 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
37823         Log: Add charscript() to get the UTR#24 script names of characters.
37824      Branch: perl
37825            ! lib/Unicode/UCD.pm
37826 ____________________________________________________________________________
37827 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
37828         Log: Todo updates.
37829      Branch: perl
37830            ! pod/perltodo.pod
37831 ____________________________________________________________________________
37832 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
37833         Log: Unicode::UCD updates.
37834      Branch: perl
37835            ! lib/Unicode/UCD.pm
37836 ____________________________________________________________________________
37837 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
37838         Log: (Retracted by #11174)
37839              Subject: MakeMaker should pass through DEFINE and INC to subdirs
37840              From: Alan Burlison <Alan.Burlison@sun.com>
37841              Date: Tue, 03 Jul 2001 15:20:13 +0100
37842              Message-ID: <3B41D49D.A923D4F9@sun.com>
37843      Branch: perl
37844            ! lib/ExtUtils/MM_Unix.pm
37845 ____________________________________________________________________________
37846 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
37847         Log: Subject: Patch needed for UTS
37848              From: hom00@utsglobal.com (Hal Morris)
37849              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
37850              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
37851              
37852              Replace #11113 with a better version.
37853      Branch: perl
37854            ! perl.h
37855 ____________________________________________________________________________
37856 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
37857         Log: Subject: Re: POINTERRIGOR
37858              From: Andy Dougherty <doughera@lafayette.edu>
37859              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
37860              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
37861      Branch: perl
37862            ! util.c
37863 ____________________________________________________________________________
37864 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
37865         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
37866              From: "Philip Newton" <pnewton@gmx.de>
37867              Date: Tue, 3 Jul 2001 17:03:34 +0200
37868              Message-ID: <3B41FAE6.29564.660E117@localhost>
37869      Branch: perl
37870            ! pp_hot.c
37871 ____________________________________________________________________________
37872 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
37873         Log: Typos.
37874      Branch: perl
37875            ! INSTALL
37876 ____________________________________________________________________________
37877 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
37878         Log: Subject: [PATCH 5.6.1] debugger fixes
37879              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37880              Date: Tue, 3 Jul 2001 03:38:18 -0400
37881              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
37882              
37883              The $^S is working again.
37884      Branch: perl
37885            ! lib/perl5db.pl
37886 ____________________________________________________________________________
37887 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
37888         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
37889              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37890              Date: Tue, 3 Jul 2001 03:34:06 -0400
37891              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
37892      Branch: perl
37893            ! os2/OS2/Process/Process.pm
37894 ____________________________________________________________________________
37895 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
37896         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
37897              From: "Philip Newton" <Philip.Newton@gmx.net>
37898              Date: Tue, 3 Jul 2001 09:11:27 +0200
37899              Message-Id: <200107030706.KAA04596@taas.iki.fi>
37900      Branch: perl
37901            ! lib/FindBin.pm
37902 ____________________________________________________________________________
37903 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
37904         Log: Delta delta.
37905      Branch: perl
37906            ! pod/perl572delta.pod
37907 ____________________________________________________________________________
37908 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
37909         Log: Metaconfig unit change for 11115.
37910      Branch: metaconfig
37911            ! U/modified/libc.U
37912 ____________________________________________________________________________
37913 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
37914         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
37915              (from Richard Hatch) (this was the cause of pipes() and
37916              times() mysteriously not being found)
37917      Branch: perl
37918            ! Configure
37919 ____________________________________________________________________________
37920 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
37921         Log: Retract #10142, the real culprit found by Richard Hatch,
37922              coming soon to Configure near you.
37923      Branch: perl
37924            ! hints/aix.sh
37925 ____________________________________________________________________________
37926 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
37927         Log: (Replaced by #11124) UTS workaround from Hal Morris.
37928      Branch: perl
37929            ! perl.h
37930 ____________________________________________________________________________
37931 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
37932         Log: Subject: [PATCH] grok not grocking correctly
37933              From: Nicholas Clark <nick@ccl4.org>
37934              Date: Tue, 3 Jul 2001 00:19:08 +0100
37935              Message-ID: <20010703001908.H59620@plum.flirble.org>
37936      Branch: perl
37937            ! numeric.c
37938 ____________________________________________________________________________
37939 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
37940         Log: Subject: [PATCH Deparse.t] test just-posted patches
37941              From: Robin Houston <robin@kitsite.com>
37942              Date: Mon, 2 Jul 2001 23:46:15 +0100
37943              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
37944      Branch: perl
37945            ! ext/B/Deparse.t
37946 ____________________________________________________________________________
37947 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
37948         Log: Subject: [PATCH toke.c] autosplit into @F
37949              From: Robin Houston <robin@kitsite.com>
37950              Date: Mon, 2 Jul 2001 23:18:20 +0100
37951              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
37952      Branch: perl
37953            ! perl.c toke.c
37954 ____________________________________________________________________________
37955 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
37956         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
37957              From: Robin Houston <robin@kitsite.com>
37958              Date: Mon, 2 Jul 2001 23:00:48 +0100
37959              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
37960      Branch: perl
37961            ! ext/B/B/Deparse.pm
37962 ____________________________________________________________________________
37963 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
37964         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
37965              From: "Philip Newton" <Philip.Newton@gmx.net>
37966              Date: Mon, 2 Jul 2001 22:06:22 +0200
37967              (no Message-Id)
37968      Branch: perl
37969            ! ext/NDBM_File/hints/linux.pl
37970 ____________________________________________________________________________
37971 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
37972         Log: Subject: Re: Fixed pack problem - sort of
37973              From: Nicholas Clark <nick@ccl4.org>
37974              Date: Mon, 2 Jul 2001 20:59:20 +0100
37975              Message-ID: <20010702205919.F59620@plum.flirble.org>
37976      Branch: perl
37977            ! pp_pack.c t/op/pack.t
37978 ____________________________________________________________________________
37979 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
37980         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
37981              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37982              Date: Mon, 2 Jul 2001 15:45:41 -0400
37983              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
37984      Branch: perl
37985            ! os2/os2.c
37986 ____________________________________________________________________________
37987 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
37988         Log: (Mistaken retraction)
37989      Branch: perl
37990            ! utils/pl2pm.PL
37991 ____________________________________________________________________________
37992 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
37993         Log: Detypo in #11103.
37994      Branch: perl
37995            ! utils/pl2pm.PL
37996 ____________________________________________________________________________
37997 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
37998         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
37999              From: Jonathan Stowe <gellyfish@gellyfish.com>
38000              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
38001              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
38002      Branch: perl
38003            ! utils/pl2pm.PL
38004 ____________________________________________________________________________
38005 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
38006         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
38007              From: "Craig A. Berry" <craigberry@mac.com>
38008              Date: Mon, 02 Jul 2001 14:11:23 -0500
38009              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
38010      Branch: perl
38011            ! lib/Unicode/UCD.pm
38012 ____________________________________________________________________________
38013 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
38014         Log: Subject: [PATCH] Re: op/numconvert.t failures
38015              From: Nicholas Clark <nick@ccl4.org>
38016              Date: Mon, 2 Jul 2001 20:10:48 +0100
38017              Message-ID: <20010702201048.E59620@plum.flirble.org>
38018      Branch: perl
38019            ! t/op/numconvert.t
38020 ____________________________________________________________________________
38021 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
38022         Log: Update Changes.
38023      Branch: perl
38024            ! Changes patchlevel.h
38025 ____________________________________________________________________________
38026 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
38027         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
38028              The real fix must be more involved.  The line of code all the leaky
38029              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
38030              line of Perl_newPMOP().
38031      Branch: perl
38032            ! op.h
38033 ____________________________________________________________________________
38034 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
38035         Log: Based on
38036              
38037              Subject: Re: sizeof(struct sembuf)
38038              From: Nicholas Clark <nick@ccl4.org>
38039              Date: Sun, 1 Jul 2001 22:26:48 +0100
38040              Message-ID: <20010701222648.W59620@plum.flirble.org>
38041              
38042              but do semop() always the slow way.
38043      Branch: perl
38044            ! doio.c
38045 ____________________________________________________________________________
38046 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
38047         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
38048              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
38049              Date: Tue, 03 Jul 2001 00:56:30 +0900
38050              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
38051      Branch: perl
38052            ! ext/Encode/Encode/Tcl.t
38053 ____________________________________________________________________________
38054 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
38055         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
38056              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
38057              Date: Tue, 03 Jul 2001 00:55:46 +0900
38058              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
38059      Branch: perl
38060            ! ext/Encode/Encode/Tcl.pm
38061 ____________________________________________________________________________
38062 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
38063         Log: Regen api and toc.
38064      Branch: perl
38065            ! pod/perlapi.pod pod/perltoc.pod
38066 ____________________________________________________________________________
38067 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
38068         Log: Metaconfig unit change for #11093.
38069      Branch: metaconfig/U/perl
38070            ! d_fcntl_can_lock.U
38071 ____________________________________________________________________________
38072 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
38073         Log: The fcntl locking test may hang if NFS locking messed up;
38074              break out with alarm(10).
38075      Branch: perl
38076            ! Configure
38077 ____________________________________________________________________________
38078 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
38079         Log: Move the mdelete.bat from win32/bin to win32.
38080      Branch: perl
38081            ! MANIFEST
38082 ____________________________________________________________________________
38083 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
38084         Log: Typo in #11083.
38085      Branch: perl
38086            ! ext/Time/Piece/Piece.t
38087 ____________________________________________________________________________
38088 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
38089         Log: Netware tweaks from Guruprasad.
38090      Branch: perl
38091            - NetWare/perlsdio.h
38092            ! MANIFEST NetWare/Makefile NetWare/interface.c
38093            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
38094            ! perlsdio.h
38095 ____________________________________________________________________________
38096 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
38097         Log: Subject: Re: [PATH] shared -> unique;
38098              From: Abhijit Menon-Sen <ams@wiw.org>
38099              Date: Wed, 27 Jun 2001 03:51:27 +0530
38100              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
38101      Branch: perl
38102            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
38103 ____________________________________________________________________________
38104 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
38105         Log: Subject: Re: AIX / gcc-3.0
38106              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38107              Date: Mon, 02 Jul 2001 15:20:21 +0200
38108              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
38109      Branch: perl
38110            ! hints/aix.sh
38111 ____________________________________________________________________________
38112 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
38113         Log: Subject: Re: Bug report: split splits on wrong pattern
38114              From: Abhijit Menon-Sen <ams@wiw.org>
38115              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
38116              Date: Mon, 2 Jul 2001 16:31:33 +0530
38117      Branch: perl
38118            ! pp_ctl.c
38119 ____________________________________________________________________________
38120 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
38121         Log: Subject: [PATCH 5.6.1] test harness
38122              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38123              Date: Mon, 2 Jul 2001 06:29:21 -0400
38124              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
38125      Branch: perl
38126            ! lib/Test/Harness.pm
38127 ____________________________________________________________________________
38128 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
38129         Log: Subject: [PATCH 5.6.1] debugger goof
38130              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38131              Date: Mon, 2 Jul 2001 06:27:22 -0400
38132              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
38133      Branch: perl
38134            ! lib/perl5db.pl
38135 ____________________________________________________________________________
38136 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
38137         Log: Subject: [PATCH 5.6.1] OS/2 cwd
38138              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38139              Date: Mon, 2 Jul 2001 06:21:17 -0400
38140              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
38141      Branch: perl
38142            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
38143 ____________________________________________________________________________
38144 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
38145         Log: Make #11082 more OS/2-specific.
38146      Branch: perl
38147            ! ext/Time/Piece/Piece.t
38148 ____________________________________________________________________________
38149 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
38150         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
38151              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38152              Date: Mon, 2 Jul 2001 06:06:34 -0400
38153              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
38154      Branch: perl
38155            ! ext/Time/Piece/Piece.t
38156 ____________________________________________________________________________
38157 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
38158         Log: Subject: [PATCH B::Deparse] version number & changes
38159              From: Robin Houston <robin@kitsite.com>  
38160              Date: Sun, 1 Jul 2001 17:17:29 +0100
38161              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
38162      Branch: perl
38163            ! ext/B/B/Deparse.pm
38164 ____________________________________________________________________________
38165 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
38166         Log: Subject: a small fix.
38167              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
38168              Date: Mon, 2 Jul 2001 12:17:53 +0200
38169              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
38170      Branch: perl
38171            ! ext/Thread/Thread.xs
38172 ____________________________________________________________________________
38173 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
38174         Log: Subject: RE: perl@10907
38175              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
38176              Date: Mon, 2 Jul 2001 12:06:16 +0200
38177              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
38178              
38179              Borland C vs PerlIO.
38180      Branch: perl
38181            ! win32/config.bc win32/config_H.bc
38182 ____________________________________________________________________________
38183 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
38184         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
38185              From: "H.M. Brand" <merijn@l1.procura.nl>
38186              Date: Mon, 02 Jul 2001 11:18:57 +0200
38187              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
38188      Branch: perl
38189            ! t/op/write.t
38190 ____________________________________________________________________________
38191 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
38192         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
38193              From: Michael G Schwern <schwern@pobox.com>
38194              Date: Mon, 2 Jul 2001 00:26:24 -0400
38195              Message-ID: <20010702002624.A18302@blackrider>
38196      Branch: perl
38197            - ext/util/mkbootstrap
38198 ____________________________________________________________________________
38199 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
38200         Log: Subject: [PATCH op.h] v minor comment tweak
38201              From: Robin Houston <robin@puffinry.freeserve.co.uk>
38202              Date: Mon, 2 Jul 2001 00:42:01 +0100
38203              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
38204      Branch: perl
38205            ! op.h
38206 ____________________________________________________________________________
38207 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
38208         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
38209      Branch: perl
38210            ! pod/perlfunc.pod
38211 ____________________________________________________________________________
38212 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
38213         Log: Subject: Re: sizeof(struct sembuf)
38214              From: Nicholas Clark <nick@ccl4.org>
38215              Date: Sun, 1 Jul 2001 19:23:16 +0100
38216              Message-ID: <20010701192316.V59620@plum.flirble.org>
38217              
38218              s/signaling/signalling/
38219      Branch: perl
38220            ! pod/perlfunc.pod
38221 ____________________________________________________________________________
38222 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
38223         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
38224              From: "Philip Newton" <Philip.Newton@gmx.net>
38225              Date: Sun, 1 Jul 2001 09:37:56 +0200
38226              Message-Id: <200107010733.KAA03920@taas.iki.fi>
38227      Branch: perl
38228            ! pod/perlvar.pod
38229 ____________________________________________________________________________
38230 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
38231         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
38232              From: "Philip Newton" <Philip.Newton@gmx.net>
38233              Date: Sun, 1 Jul 2001 09:37:56 +0200
38234              Message-Id: <200107010733.KAA03925@taas.iki.fi>
38235      Branch: perl
38236            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
38237 ____________________________________________________________________________
38238 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
38239         Log: Metaconfig unit change for #11070.
38240      Branch: metaconfig
38241            ! U/compline/randfunc.U
38242 ____________________________________________________________________________
38243 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
38244         Log: Subject: [PATCH perlsnap] its --> it's --> its
38245              From: "Philip Newton" <Philip.Newton@gmx.net>
38246              Date: Sun, 1 Jul 2001 09:37:56 +0200
38247              Message-Id: <200107010733.KAA03914@taas.iki.fi>
38248      Branch: perl
38249            ! Porting/config_H
38250 ____________________________________________________________________________
38251 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
38252         Log: Sync with Sarathy; integrate with perlio.
38253      Branch: perl
38254           !> gv.c
38255 ____________________________________________________________________________
38256 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
38257         Log: regenerate win32/config_H.?c files
38258      Branch: perl
38259            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38260 ____________________________________________________________________________
38261 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
38262         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
38263              naming discipline
38264              
38265              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
38266              because of this)
38267              
38268              fix a warning about "fd" being used without being set in Cwd.xs
38269      Branch: perl
38270            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
38271            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
38272            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
38273            ! win32/config.vc
38274 ____________________________________________________________________________
38275 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
38276         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
38277              within macro arguments") and warnings ("unary minus applied to
38278              unsigned type", among others)
38279      Branch: perl
38280            ! gv.c hv.c op.c pp.c sv.c toke.c
38281 ____________________________________________________________________________
38282 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
38283         Log: win32 fixes: more spurious CRs
38284      Branch: perl
38285            ! win32/mdelete.bat
38286 ____________________________________________________________________________
38287 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
38288         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
38289              from win32/bin (or it gets deleted by distclean); don't delete
38290              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
38291              NT (should be made Win9x specific, and added to makefile.mk)
38292      Branch: perl
38293           +> win32/mdelete.bat
38294            - win32/bin/mdelete.bat
38295            ! win32/Makefile win32/makefile.mk
38296 ____________________________________________________________________________
38297 [ 11063] By: nick                                  on 2001/07/01  18:54:09
38298         Log: Quick for for #ifdef mess
38299      Branch: perlio
38300            ! gv.c
38301 ____________________________________________________________________________
38302 [ 11062] By: nick                                  on 2001/07/01  18:47:42
38303         Log: Raw integrate - does not build #if mess in gv.c
38304      Branch: perlio
38305           !> (integrate 29 files)
38306 ____________________________________________________________________________
38307 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
38308         Log: Make 'compile' target a little less broken.
38309              Still very broken, though: -Wall warnings from
38310              the generated code, boot_Foo prototypes missing,
38311              can't autoload Fcntl::SEEK_CUR et alia, ...
38312      Branch: perl
38313            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
38314            ! utils/perlcc.PL x2p/Makefile.SH
38315 ____________________________________________________________________________
38316 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
38317         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
38318      Branch: perl
38319            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
38320            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
38321 ____________________________________________________________________________
38322 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
38323         Log: Update Changes.
38324      Branch: perl
38325            ! Changes patchlevel.h
38326 ____________________________________________________________________________
38327 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
38328         Log: Still one typo, regen toc.
38329      Branch: perl
38330            ! lib/Unicode/UCD.pm pod/perltoc.pod
38331 ____________________________________________________________________________
38332 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
38333         Log: Detypos and regen toc.
38334      Branch: perl
38335            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
38336 ____________________________________________________________________________
38337 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
38338         Log: VERSION tweak.
38339      Branch: perl
38340            ! ext/List/Util/lib/List/Util.pm
38341 ____________________________________________________________________________
38342 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
38343         Log: Attempt at plugging the leak under ithreads detected by Doug.
38344      Branch: perl
38345            ! op.h
38346 ____________________________________________________________________________
38347 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
38348         Log: gcc -Wall lint after #11051.
38349      Branch: perl
38350            ! pp_sys.c
38351 ____________________________________________________________________________
38352 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
38353         Log: Integrate perlio.
38354      Branch: perl
38355           !> lib/File/Find/taint.t
38356 ____________________________________________________________________________
38357 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
38358         Log: Don't use the v-strings for module VERSIONs.
38359      Branch: perl
38360            ! lib/Unicode/UCD.pm
38361 ____________________________________________________________________________
38362 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
38363         Log: Code cleanup based on turning off the -woffs in IRIX.
38364              Not all of the gripes cleaned up (hairy code in hv.c and
38365              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
38366              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
38367              to the IRIX hints)
38368      Branch: perl
38369            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
38370            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
38371            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
38372            ! regcomp.c sv.c
38373 ____________________________________________________________________________
38374 [ 11050] By: nick                                  on 2001/06/30  20:46:46
38375         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
38376      Branch: perlio
38377            ! lib/File/Find/taint.t
38378 ____________________________________________________________________________
38379 [ 11049] By: nick                                  on 2001/06/30  18:13:33
38380         Log: Integrate mainline
38381      Branch: perlio
38382           +> NetWare/nwstdio.h NetWare/perlsdio.h
38383           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
38384           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
38385           +> lib/Unicode/UCD.t t/run/exit.t
38386           !> (integrate 60 files)
38387 ____________________________________________________________________________
38388 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
38389         Log: Delta delta.
38390      Branch: perl
38391            ! pod/perl572delta.pod
38392 ____________________________________________________________________________
38393 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
38394         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
38395              by CPAN.pm, use rather _00.
38396      Branch: perl
38397            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
38398            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
38399            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
38400            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
38401            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
38402            ! lib/ExtUtils/Embed.pm lib/Test.pm
38403 ____________________________________________________________________________
38404 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
38405         Log: Add a simple Unicode character database interface, Unicode::UCD.
38406      Branch: perl
38407            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
38408            ! MANIFEST
38409 ____________________________________________________________________________
38410 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
38411         Log: Subject: [PATCH] op/numconver.t
38412              From: Nicholas Clark <nick@ccl4.org>
38413              Date: Sat, 30 Jun 2001 15:40:10 +0100
38414              Message-ID: <20010630154010.I59620@plum.flirble.org>
38415      Branch: perl
38416            ! t/op/numconvert.t
38417 ____________________________________________________________________________
38418 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
38419         Log: The $^N is now taken (by #11038).
38420      Branch: perl
38421            ! t/base/lex.t
38422 ____________________________________________________________________________
38423 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
38424         Log: The #11040 had slipped to a wrong function...
38425      Branch: perl
38426            ! sv.c
38427 ____________________________________________________________________________
38428 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
38429         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
38430              the Configure library symbol probe mysteriously finds all
38431              symbols but those of pipe() and times().
38432      Branch: perl
38433            ! hints/aix.sh
38434 ____________________________________________________________________________
38435 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
38436         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
38437              From: Nicholas Clark <nick@ccl4.org>
38438              Date: Fri, 29 Jun 2001 23:49:07 +0100
38439              Message-ID: <20010629234907.D59620@plum.flirble.org>
38440      Branch: perl
38441            ! lib/ExtUtils.t
38442 ____________________________________________________________________________
38443 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
38444         Log: Subject: [PATCH] weakref fix 2, not yet there
38445              From: Artur Bergman <artur@contiller.se>
38446              Date: Sat, 30 Jun 2001 01:18:16 +0200
38447              Message-ID: <B762D957.1CC9%artur@contiller.se>
38448      Branch: perl
38449            ! sv.c
38450 ____________________________________________________________________________
38451 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
38452         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
38453              From: Michael G Schwern <schwern@pobox.com>
38454              Date: Fri, 29 Jun 2001 19:39:11 -0400
38455              Message-ID: <20010629193910.D25304@blackrider>
38456      Branch: perl
38457            + t/run/exit.t
38458            ! MANIFEST
38459 ____________________________________________________________________________
38460 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
38461         Log: Add support for $^N, the most-recently closed group.
38462      Branch: perl
38463            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
38464            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
38465            ! thrdvar.h
38466 ____________________________________________________________________________
38467 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
38468         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
38469              From: lvirden@cas.org
38470              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
38471              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
38472              
38473              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
38474              From: lvirden@cas.org
38475              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
38476              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
38477      Branch: perl
38478            ! README.solaris
38479 ____________________________________________________________________________
38480 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
38481         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
38482              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
38483              Date: Sat, 30 Jun 2001 07:33:37 +0900
38484              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
38485              
38486              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
38487              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
38488              Date: Sat, 30 Jun 2001 21:38:14 +0900
38489              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
38490      Branch: perl
38491            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
38492            + ext/Encode/Encode/7bit-kr.enc
38493            ! MANIFEST ext/Encode/Encode/Tcl.pm
38494 ____________________________________________________________________________
38495 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
38496         Log: NetWare tweaks from Guruprasad.
38497      Branch: perl
38498            + NetWare/nwstdio.h NetWare/perlsdio.h
38499            ! MANIFEST NetWare/Makefile NetWare/config.wc
38500            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
38501            ! NetWare/t/Readme.txt
38502 ____________________________________________________________________________
38503 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
38504         Log: More module $VERSION bump-ups.
38505      Branch: perl
38506            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
38507            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
38508            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
38509 ____________________________________________________________________________
38510 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
38511         Log: Doc update due to #11032.
38512      Branch: perl
38513            ! pod/perl572delta.pod
38514 ____________________________________________________________________________
38515 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
38516         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
38517              From: Peter Prymmer <pvhp@forte.com>
38518              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
38519              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
38520      Branch: perl
38521            ! ext/Time/HiRes/HiRes.xs
38522 ____________________________________________________________________________
38523 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
38524         Log: -lpthreads missing in AIX.
38525      Branch: perl
38526            ! hints/aix.sh
38527 ____________________________________________________________________________
38528 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
38529         Log: Subject: [PATCH] CLONE && weakrefs
38530              From: Artur Bergman <artur@contiller.se>
38531              Date: Fri, 29 Jun 2001 17:02:00 +0200
38532              Message-ID: <B7626508.1CA0%artur@contiller.se>
38533      Branch: perl
38534            ! sv.c
38535 ____________________________________________________________________________
38536 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
38537         Log: Subject: Re: Bug report: split splits on wrong pattern
38538              From: Radu Greab <radu@netsoft.ro>
38539              Date: Wed, 27 Jun 2001 21:50:52 +0300
38540              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
38541      Branch: perl
38542            ! pp_ctl.c t/op/split.t
38543 ____________________________________________________________________________
38544 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
38545         Log: Metaconfig unit change for #11027.
38546      Branch: metaconfig/U/perl
38547            ! d_modfl.U
38548 ____________________________________________________________________________
38549 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
38550         Log: I thought this Configure glitch for AIX was just recently fixed?
38551      Branch: perl
38552            ! Configure
38553 ____________________________________________________________________________
38554 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
38555         Log: Update Changes.
38556      Branch: perl
38557            ! Changes patchlevel.h
38558 ____________________________________________________________________________
38559 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
38560         Log: Subject: Re: perl@10967, File::Find, and Cwd
38561              From: Mike Guy <mjtg@cam.ac.uk>
38562              Date: Fri, 29 Jun 2001 14:56:49 +0100
38563              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
38564      Branch: perl
38565            ! lib/File/Find/taint.t
38566 ____________________________________________________________________________
38567 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
38568         Log: Update the sv_pvprintify() spec.
38569      Branch: perl
38570            ! pod/perltodo.pod
38571 ____________________________________________________________________________
38572 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
38573         Log: Known test failures update.
38574      Branch: perl
38575            ! pod/perl572delta.pod
38576 ____________________________________________________________________________
38577 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
38578         Log: Based on
38579              
38580              Subject: [PATCH @11016] More );) fixes
38581              From: Richard Soderberg <rs@crystalflame.net>
38582              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
38583              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
38584      Branch: perl
38585            ! ext/Thread/Thread.xs ext/Thread/typemap
38586 ____________________________________________________________________________
38587 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
38588         Log: Subject: [PATCH @11016] Fixes compile errors in four files
38589              From: Richard Soderberg <rs@crystalflame.net>
38590              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
38591              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
38592      Branch: perl
38593            ! mg.c pp.c pp_hot.c util.c
38594 ____________________________________________________________________________
38595 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
38596         Log: AIX hints tweaking continues, from Merijn Brand.
38597      Branch: perl
38598            ! hints/aix.sh
38599 ____________________________________________________________________________
38600 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
38601         Log: HP-UX needs gccversion sooner, from Merijn Brand.
38602      Branch: perl
38603            ! hints/hpux.sh
38604 ____________________________________________________________________________
38605 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
38606         Log: Subject: [PATCH 5.6.1] OS/2 docs
38607              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38608              Date: Fri, 29 Jun 2001 02:34:12 -0400
38609              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
38610      Branch: perl
38611            ! README.os2 os2/Changes
38612 ____________________________________________________________________________
38613 [ 11017] By: nick                                  on 2001/06/29  10:20:30
38614         Log: Integrate mainline
38615      Branch: perlio
38616           +> (branch 37 files)
38617            - ext/ODBM_File/sdbm.t
38618           !> (integrate 211 files)
38619 ____________________________________________________________________________
38620 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
38621         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
38622              the modules found using a script written by Larry Schatzer Jr.
38623      Branch: perl
38624            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
38625            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
38626            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
38627            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
38628            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
38629            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
38630            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
38631            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
38632            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
38633            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
38634            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
38635            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
38636            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
38637            ! lib/constant.pm lib/fields.pm lib/strict.pm
38638 ____________________________________________________________________________
38639 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
38640         Log: The latest JPL from the anoncvs.
38641      Branch: perl
38642            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
38643 ____________________________________________________________________________
38644 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
38645         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
38646      Branch: perl
38647            ! t/op/pat.t
38648 ____________________________________________________________________________
38649 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
38650         Log: Worrying about insecure directories now is a bit too late.
38651      Branch: perl
38652            ! lib/File/Find/taint.t
38653 ____________________________________________________________________________
38654 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
38655         Log: Cannot DIE() in a void function,
38656              from Richard Hatch <rhatch@austin.ibm.com>.
38657      Branch: perl
38658            ! ext/IPC/SysV/SysV.xs
38659 ____________________________________________________________________________
38660 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
38661         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
38662              From: Peter Prymmer <pvhp@forte.com>
38663              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
38664              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
38665              
38666              (unfinished: time/hires tests 3, 5, 14 failing, but better
38667              than wholesale failure)
38668      Branch: perl
38669            ! ext/Time/HiRes/HiRes.xs
38670 ____________________________________________________________________________
38671 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
38672         Log: Subject: [PATCH 5.6.1] OS/2 improvements
38673              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38674              Date: Thu, 28 Jun 2001 16:03:14 -0400
38675              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
38676      Branch: perl
38677            + os2/os2_base.t
38678            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
38679            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
38680            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
38681            ! os2/os2ish.h
38682 ____________________________________________________________________________
38683 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
38684         Log: Subject: Incrementing Extutils::Manifest's $VERSION
38685              From: Michael G Schwern <schwern@pobox.com>
38686              Date: Thu, 28 Jun 2001 13:13:49 -0400
38687              Message-ID: <20010628131349.A14738@blackrider>
38688      Branch: maint-5.6/perl
38689            ! lib/ExtUtils/Manifest.pm
38690 ____________________________________________________________________________
38691 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
38692         Log: AIX tweak from Merijn Brand.
38693      Branch: perl
38694            ! hints/aix.sh
38695 ____________________________________________________________________________
38696 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
38697         Log: Create the macperl branch.
38698      Branch: maint-5.6/macperl
38699           +> (branch 1728 files)
38700 ____________________________________________________________________________
38701 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
38702         Log: Update Changes.
38703      Branch: perl
38704            ! Changes patchlevel.h
38705 ____________________________________________________________________________
38706 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
38707         Log: More Perforce lore.
38708      Branch: perl
38709            ! Porting/repository.pod
38710 ____________________________________________________________________________
38711 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
38712         Log: Metaconfig unit changes for #11003.
38713      Branch: metaconfig/U/perl
38714            + d_nl_langinfo.U i_langinfo.U
38715 ____________________________________________________________________________
38716 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
38717         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
38718              Expected not to exist in non-UNIX excepting in VMS, where
38719              according to a quick web survey they just might.
38720      Branch: perl
38721            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
38722            ! Porting/config_H config_h.SH configure.com epoc/config.sh
38723            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
38724            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
38725            ! win32/config.bc win32/config.gc win32/config.vc
38726 ____________________________________________________________________________
38727 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
38728         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
38729              in AIX is one is doing a 64-bit build.
38730      Branch: perl
38731            ! hints/aix.sh
38732 ____________________________________________________________________________
38733 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
38734         Log: Metaconfig unit changes for #11000.
38735      Branch: metaconfig/U/perl
38736            ! use64bits.U uselfs.U
38737 ____________________________________________________________________________
38738 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
38739         Log: Move use64bitint and use64bitall before uselargefiles.
38740      Branch: perl
38741            ! Configure
38742 ____________________________________________________________________________
38743 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
38744         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
38745              From: Robert Spier <rspier@pobox.com>
38746              Message-ID: <15162.41164.618712.841415@rls.cx>
38747              Date: Wed, 27 Jun 2001 23:13:16 -0400
38748      Branch: perl
38749            ! doio.c
38750 ____________________________________________________________________________
38751 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
38752         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
38753              From: Peter Prymmer <pvhp@forte.com>
38754              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
38755              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
38756      Branch: perl
38757            ! numeric.c
38758 ____________________________________________________________________________
38759 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
38760         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
38761              From: Peter Prymmer <pvhp@forte.com>
38762              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
38763              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
38764      Branch: perl
38765            ! configure.com ext/Digest/MD5/Makefile.PL
38766 ____________________________________________________________________________
38767 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
38768         Log: Update Changes.
38769      Branch: perl
38770            ! Changes patchlevel.h
38771 ____________________________________________________________________________
38772 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
38773         Log: Tiny EPOC updates.
38774      Branch: perl
38775            ! epoc/config.sh
38776 ____________________________________________________________________________
38777 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
38778         Log: The Test::More and Test::Simple tests required help
38779              thanks to our schizophrenic test scheme.
38780      Branch: perl
38781            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
38782            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
38783            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
38784            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
38785            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
38786 ____________________________________________________________________________
38787 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
38788         Log: Upgrade to Test::Simple 0.09.
38789      Branch: perl
38790            + lib/Test/Simple/Changes
38791            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
38792            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
38793            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
38794            ! lib/Test/Simple/t/plan_is_noplan.t
38795 ____________________________________________________________________________
38796 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
38797         Log: Upgrade to Test::More 0.07.
38798      Branch: perl
38799            + lib/Test/More/Changes
38800            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
38801            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
38802            ! lib/Test/More/t/skipall.t
38803 ____________________________________________________________________________
38804 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
38805         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
38806              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38807              Date: Wed, 27 Jun 2001 18:40:04 +0200
38808              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
38809      Branch: perl
38810            ! hints/hpux.sh
38811 ____________________________________________________________________________
38812 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
38813         Log: Subject: [PATCH README.qnx hints/qnx.sh]
38814              From: Norton Allen <allen@huarp.harvard.edu>
38815              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
38816              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
38817      Branch: perl
38818            ! README.qnx hints/qnx.sh
38819 ____________________________________________________________________________
38820 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
38821         Log: Subject: [PATCH] two little documentation nits
38822              From: Abhijit Menon-Sen <ams@wiw.org>
38823              Date: Wed, 27 Jun 2001 20:07:50 +0530
38824              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
38825      Branch: perl
38826            ! sv.c sv.h
38827 ____________________________________________________________________________
38828 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
38829         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
38830              From: Norton Allen <allen@huarp.harvard.edu>
38831              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
38832              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
38833      Branch: perl
38834            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
38835 ____________________________________________________________________________
38836 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
38837         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
38838              From: Michael G Schwern <schwern@pobox.com>
38839              Date: Wed, 27 Jun 2001 02:34:58 -0400
38840              Message-ID: <20010627023458.K23874@blackrider>
38841      Branch: perl
38842            ! vms/test.com
38843 ____________________________________________________________________________
38844 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
38845         Log: Add perl_clone_host() for Netware.
38846      Branch: perl
38847            ! NetWare/nw5.c
38848 ____________________________________________________________________________
38849 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
38850         Log: GCC 3.0 hints for HP-UX.
38851      Branch: perl
38852            ! hints/hpux.sh
38853 ____________________________________________________________________________
38854 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
38855         Log: In some Linux distributions the libndbm is broken
38856              (no null key support), therefore link with libgdbm
38857              (if available), since it has a working ndbm emulation,
38858              from Jonathan Stowe.
38859      Branch: perl
38860            + ext/NDBM_File/hints/linux.pl
38861            ! MANIFEST
38862 ____________________________________________________________________________
38863 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
38864         Log: Subject: [PATCH perl@10930] find.t hack for VMS
38865              From: "Craig A. Berry" <craigberry@mac.com>
38866              Date: Tue, 26 Jun 2001 23:40:25 -0500
38867              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
38868      Branch: perl
38869            ! lib/File/Find/find.t
38870 ____________________________________________________________________________
38871 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
38872         Log: AUTHORS updates.
38873      Branch: perl
38874            ! AUTHORS
38875 ____________________________________________________________________________
38876 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
38877         Log: Metaconfig unit change like #10980.
38878      Branch: metaconfig
38879            ! U/compline/d_stdstdio.U
38880 ____________________________________________________________________________
38881 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
38882         Log: "lose the it's", from Abhijit Menon-Sen.
38883              ("It's" not searched, pods not searched.)
38884      Branch: perl
38885            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
38886            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
38887            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
38888            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
38889            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
38890            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
38891 ____________________________________________________________________________
38892 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
38893         Log: "lose the looses", from Abhijit Menon-Sen.
38894      Branch: perl
38895            ! ext/B/B/Assembler.pm gv.c
38896 ____________________________________________________________________________
38897 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
38898         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
38899      Branch: perl
38900            ! hints/os390.sh
38901 ____________________________________________________________________________
38902 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
38903         Log: DEC C 5.3 on the VAX simply doesn't seem to like
38904              compiling the MD5 extension, disable it there for now,
38905              from Peter Prymmer.
38906      Branch: perl
38907            ! configure.com
38908 ____________________________________________________________________________
38909 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
38910         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
38911              From: Jonathan Stowe <gellyfish@gellyfish.com>
38912              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
38913              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
38914      Branch: perl
38915            ! pod/perlfaq3.pod
38916 ____________________________________________________________________________
38917 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
38918         Log: Subject: [PATCH 5.6.1] perlxs misprints
38919              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38920              Date: Tue, 26 Jun 2001 17:20:00 -0400
38921              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
38922      Branch: perl
38923            ! pod/perlxs.pod
38924 ____________________________________________________________________________
38925 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
38926         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
38927              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38928              Date: Tue, 26 Jun 2001 17:27:07 -0400
38929              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
38930      Branch: perl
38931            ! lib/ExtUtils/MM_Unix.pm
38932 ____________________________________________________________________________
38933 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
38934         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
38935              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38936              Date: Tue, 26 Jun 2001 17:23:24 -0400
38937              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
38938      Branch: perl
38939            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
38940 ____________________________________________________________________________
38941 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
38942         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
38943              by Olaf Flebbe.
38944      Branch: perl
38945            ! perl.h
38946 ____________________________________________________________________________
38947 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
38948         Log: Detypo.
38949      Branch: perl
38950            ! lib/Memoize/t/tie_sdbm.t
38951 ____________________________________________________________________________
38952 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
38953         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
38954      Branch: perl
38955            ! win32/perllib.c
38956 ____________________________________________________________________________
38957 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
38958         Log: Subject: [patch] perl_clone+CvFILE
38959              From: Doug MacEachern <dougm@covalent.net>
38960              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
38961              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
38962      Branch: perl
38963            ! sv.c
38964 ____________________________________________________________________________
38965 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
38966         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
38967              From: Mark-Jason Dominus <mjd@plover.com>
38968              Date: Tue, 26 Jun 2001 12:33:01 -0400
38969              Message-ID: <20010626163301.31298.qmail@plover.com>
38970      Branch: perl
38971            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
38972 ____________________________________________________________________________
38973 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
38974         Log: Update Changes.
38975      Branch: perl
38976            ! Changes patchlevel.h
38977 ____________________________________________________________________________
38978 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
38979         Log: Also catfile() needs now to explicitly exported.
38980      Branch: perl
38981            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
38982 ____________________________________________________________________________
38983 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
38984         Log: Regen toc.
38985      Branch: perl
38986            ! pod/perltoc.pod
38987 ____________________________________________________________________________
38988 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
38989         Log: Nonexistent pod command.
38990      Branch: perl
38991            ! pod/perl572delta.pod
38992 ____________________________________________________________________________
38993 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
38994         Log: Be more portable in the quest for tmpdir.
38995      Branch: perl
38996            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
38997 ____________________________________________________________________________
38998 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
38999         Log: Be more portable in finding out the home directory,
39000              and use File::Spec to do the concat.
39001              (Come to think of it, couldn't File::Spec provide
39002              for a ->homedir method?)
39003      Branch: perl
39004            ! lib/Net/Config.pm
39005 ____________________________________________________________________________
39006 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
39007         Log: Doc patch for #10959.
39008      Branch: perl
39009            ! pod/perlfunc.pod
39010 ____________________________________________________________________________
39011 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
39012         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
39013              From: "Philip Newton" <pnewton@gmx.de>
39014              Date: Tue, 26 Jun 2001 16:26:47 +0200
39015              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
39016      Branch: perl
39017            ! pod/perldata.pod
39018 ____________________________________________________________________________
39019 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
39020         Log: Subject: [PATH] shared -> unique;
39021              From: "Artur Bergman" <artur@contiller.se>
39022              Date: Tue, 26 Jun 2001 16:18:40 +0200
39023              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
39024              
39025              Because "shared" isn't: it's read-only.
39026      Branch: perl
39027            ! toke.c xsutils.c
39028 ____________________________________________________________________________
39029 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
39030         Log: Escape multiline croak messages.
39031      Branch: perl
39032            ! t/op/ver.t
39033 ____________________________________________________________________________
39034 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
39035         Log: No more pragma/*.t for minitest.
39036      Branch: perl
39037            ! Makefile.SH
39038 ____________________________________________________________________________
39039 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
39040         Log: AUTHORS updates.
39041      Branch: perl
39042            ! AUTHORS
39043 ____________________________________________________________________________
39044 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
39045         Log: delta updates.
39046      Branch: perl
39047            ! pod/perl572delta.pod
39048 ____________________________________________________________________________
39049 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
39050         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
39051              From: Artur Bergman <artur@contiller.se> 
39052              Date: Tue, 26 Jun 2001 15:32:53 +0200
39053              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
39054      Branch: perl
39055            ! makedef.pl sv.c sv.h win32/perllib.c
39056 ____________________________________________________________________________
39057 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
39058         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
39059              From: Jonathan Stowe <gellyfish@gellyfish.com>
39060              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
39061              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
39062              
39063              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
39064      Branch: perl
39065            + ext/Time/HiRes/hints/sco.pl
39066            ! MANIFEST
39067 ____________________________________________________________________________
39068 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
39069         Log: Subject: [PATCH 5.6.1] static build
39070              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39071              Date: Tue, 26 Jun 2001 04:22:25 -0400
39072              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
39073      Branch: perl
39074            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
39075            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
39076 ____________________________________________________________________________
39077 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
39078         Log: DJGPP patches from Laszlo Molnar.
39079      Branch: perl
39080            ! djgpp/djgpp.c perl.c util.c
39081 ____________________________________________________________________________
39082 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
39083         Log: Netware patches from Ananth Kesari.
39084      Branch: perl
39085            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
39086            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
39087            ! NetWare/nwtinfo.h
39088 ____________________________________________________________________________
39089 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
39090         Log: Detypo.
39091      Branch: perl
39092            ! ext/Errno/Errno_pm.PL
39093 ____________________________________________________________________________
39094 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
39095         Log: There seems to be two ways of spelling the $^O in *STEP.
39096      Branch: perl
39097            ! ext/Errno/Errno_pm.PL
39098 ____________________________________________________________________________
39099 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
39100         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
39101              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
39102      Branch: perl
39103            ! ext/Errno/Errno_pm.PL
39104 ____________________________________________________________________________
39105 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
39106         Log: Known bugs update.
39107      Branch: perl
39108            ! pod/perl572delta.pod
39109 ____________________________________________________________________________
39110 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
39111         Log: The default installation of Cygwin has 500 as root's uid.
39112      Branch: perl
39113            ! lib/User/pwent.t
39114 ____________________________________________________________________________
39115 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
39116         Log: Be even more relaxed (re-allow having only one entry).
39117      Branch: perl
39118            ! t/op/grent.t t/op/pwent.t
39119 ____________________________________________________________________________
39120 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
39121         Log: Test failure updates.
39122      Branch: perl
39123            ! pod/perl572delta.pod
39124 ____________________________________________________________________________
39125 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
39126         Log: MPE/iX test tweaks from Mark Bixby.
39127      Branch: perl
39128            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
39129            ! t/io/fs.t t/op/stat.t
39130 ____________________________________________________________________________
39131 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
39132         Log: Microperl findings.
39133      Branch: perl
39134            ! perl.h pp_sys.c
39135 ____________________________________________________________________________
39136 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
39137         Log: Touch uconfig.h.
39138      Branch: perl
39139            ! uconfig.h
39140 ____________________________________________________________________________
39141 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
39142         Log: Subject: [PATCH] Proposed fix for Pod::Man
39143              From: Rob Napier <rnapier@employees.org>
39144              Date: Mon, 25 Jun 2001 15:49:24 -0400
39145              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
39146              
39147              Cater for Solaris nroff brokenness (shortchanges daisywheel
39148              printers, but hey, we also no more support PDPs.)
39149      Branch: perl
39150            ! lib/Pod/Man.pm
39151 ____________________________________________________________________________
39152 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
39153         Log: Typo in #10937.
39154      Branch: perl
39155            ! ext/POSIX/sigaction.t
39156 ____________________________________________________________________________
39157 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
39158         Log: SIGCONT not trappable in VMS.
39159      Branch: perl
39160            ! ext/POSIX/sigaction.t
39161 ____________________________________________________________________________
39162 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
39163         Log: Subject: [DRAFT] Encode-Tcl.t
39164              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
39165              Date: Tue, 26 Jun 2001 03:38:08 +0900
39166              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
39167      Branch: perl
39168            + ext/Encode/Encode/Tcl.t
39169            ! MANIFEST ext/Encode/Encode/Tcl.pm
39170 ____________________________________________________________________________
39171 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
39172         Log: Because of #10932 retract also the perlfunc hunk of #10910.
39173      Branch: perl
39174            ! pod/perlfunc.pod
39175 ____________________________________________________________________________
39176 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
39177         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
39178              by Ilya Zakharevich in
39179              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
39180      Branch: perl
39181            ! XSUB.h
39182 ____________________________________________________________________________
39183 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
39184         Log: Typo in #10889.
39185      Branch: perl
39186            ! hints/uts.sh
39187 ____________________________________________________________________________
39188 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
39189         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
39190              From: Abhijit Menon-Sen <ams@wiw.org>
39191              Date: Mon, 25 Jun 2001 23:45:45 +0530
39192              Message-ID: <20010625234545.A5022@lustre.linux.in>
39193      Branch: perl
39194            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
39195 ____________________________________________________________________________
39196 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
39197         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
39198              From: Michael G Schwern <schwern@pobox.com>
39199              Date: Mon, 25 Jun 2001 14:35:51 -0400
39200              Message-ID: <20010625143551.H13819@blackrider>
39201      Branch: perl
39202            ! lib/Test.pm
39203 ____________________________________________________________________________
39204 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
39205         Log: Update Changes.
39206      Branch: perl
39207            ! Changes patchlevel.h
39208 ____________________________________________________________________________
39209 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
39210         Log: Regen toc and modlib.
39211      Branch: perl
39212            ! pod/perlmodlib.pod pod/perltoc.pod
39213 ____________________________________________________________________________
39214 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
39215         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
39216              for the benefit of C++ compilers, as suggested by Guruprasad.
39217      Branch: perl
39218            ! embed.pl proto.h
39219 ____________________________________________________________________________
39220 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
39221         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
39222              From: Jonathan Stowe <gellyfish@gellyfish.com>
39223              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
39224              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
39225      Branch: perl
39226            ! pod/perlfaq5.pod
39227 ____________________________________________________________________________
39228 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
39229         Log: Missed from #10925.
39230      Branch: perl
39231            ! gv.c
39232 ____________________________________________________________________________
39233 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
39234         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
39235              From: Robin Houston <robin@kitsite.com>
39236              Date: Sat, 19 May 2001 16:19:34 +0100
39237              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
39238      Branch: perl
39239            ! cv.h gv.h op.c
39240 ____________________________________________________________________________
39241 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
39242         Log: Netware README tweak.
39243      Branch: perl
39244            ! README.netware
39245 ____________________________________________________________________________
39246 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
39247         Log: Subject: [PATCH] Re: overload.t fails
39248              From: Abhijit Menon-Sen <ams@wiw.org>
39249              Date: Mon, 25 Jun 2001 14:52:20 +0530
39250              Message-ID: <20010625145220.A24114@lustre.linux.in>
39251      Branch: perl
39252            ! lib/overload.t
39253 ____________________________________________________________________________
39254 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
39255         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
39256              From: Mike Guy <mjtg@cam.ac.uk>
39257              Date: Mon, 25 Jun 2001 11:43:23 +0100
39258              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
39259      Branch: perl
39260            ! lib/Carp.pm
39261 ____________________________________________________________________________
39262 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
39263         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
39264              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39265              Date: Sun, 24 Jun 2001 05:17:05 -0400
39266              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
39267      Branch: perl
39268            ! os2/os2ish.h
39269 ____________________________________________________________________________
39270 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
39271         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
39272              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39273              Date: Mon, 25 Jun 2001 05:52:27 -0400
39274              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
39275      Branch: perl
39276            ! hints/os2.sh
39277 ____________________________________________________________________________
39278 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
39279         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
39280              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39281              Date: Mon, 25 Jun 2001 05:23:35 -0400
39282              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
39283      Branch: perl
39284            ! os2/os2.c
39285 ____________________________________________________________________________
39286 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
39287         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
39288              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39289              Date: Mon, 25 Jun 2001 05:04:32 -0400
39290              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
39291      Branch: perl
39292            ! os2/OS2/REXX/DLL/DLL.pm
39293 ____________________________________________________________________________
39294 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
39295         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
39296              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39297              Date: Mon, 25 Jun 2001 05:02:36 -0400
39298              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
39299      Branch: perl
39300            ! mg.c os2/dl_os2.c os2/os2.c
39301 ____________________________________________________________________________
39302 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
39303         Log: Subject: Re: [PATCH 5.6.1] misprints
39304              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39305              Date: Mon, 25 Jun 2001 04:50:50 -0400
39306              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
39307      Branch: perl
39308            ! os2/os2.c pp_sys.c
39309 ____________________________________________________________________________
39310 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
39311         Log: Add Test::More and Test::Simple to the delta.
39312      Branch: perl
39313            ! pod/perl572delta.pod
39314 ____________________________________________________________________________
39315 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
39316         Log: Add Test::More, from Michael G Schwern.
39317      Branch: perl
39318            + lib/Test/More.pm lib/Test/More/t/More.t
39319            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
39320            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
39321            + t/lib/Test/More/Catch.pm
39322            ! MANIFEST
39323 ____________________________________________________________________________
39324 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
39325         Log: Add Test::Simple from Michael G Schwern.
39326      Branch: perl
39327            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
39328            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
39329            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
39330            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
39331            + t/lib/Test/Simple/Catch.pm
39332            + t/lib/Test/Simple/sample_tests/death.plx
39333            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
39334            + t/lib/Test/Simple/sample_tests/extras.plx
39335            + t/lib/Test/Simple/sample_tests/five_fail.plx
39336            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
39337            + t/lib/Test/Simple/sample_tests/one_fail.plx
39338            + t/lib/Test/Simple/sample_tests/require.plx
39339            + t/lib/Test/Simple/sample_tests/success.plx
39340            + t/lib/Test/Simple/sample_tests/too_few.plx
39341            + t/lib/Test/Simple/sample_tests/two_fail.plx
39342            ! MANIFEST
39343 ____________________________________________________________________________
39344 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
39345         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
39346              From: "Craig A. Berry" <craigberry@mac.com>
39347              Date: Sun, 24 Jun 2001 23:41:36 -0500
39348              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
39349      Branch: perl
39350            ! pp_sys.c
39351 ____________________________________________________________________________
39352 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
39353         Log: Upgrade to Attribute::Handlers 0.70.
39354      Branch: perl
39355            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
39356            ! MANIFEST lib/Attribute/Handlers.pm
39357 ____________________________________________________________________________
39358 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
39359         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
39360              From: Abhijit Menon-Sen <ams@wiw.org>
39361              Date: Sat, 23 Jun 2001 05:17:44 +0530
39362              Message-ID: <20010623051744.A18583@lustre.linux.in>
39363              
39364              (Can't think of a good place to put tests.)
39365      Branch: perl
39366            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
39367 ____________________________________________________________________________
39368 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
39369         Log: Subject: [PATCH] t/op/pat.t typo fix
39370              From: Richard Soderberg <rs@crystalflame.net>
39371              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
39372              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
39373      Branch: perl
39374            ! t/op/pat.t
39375 ____________________________________________________________________________
39376 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
39377         Log: Move the pack warnings to their own file, as pointed
39378              out by Spider.
39379      Branch: perl
39380            + t/lib/warnings/pp_pack
39381            ! MANIFEST t/lib/warnings/pp
39382 ____________________________________________________________________________
39383 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
39384         Log: Update Changes.
39385      Branch: perl
39386            ! Changes patchlevel.h
39387 ____________________________________________________________________________
39388 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
39389         Log: Partially fix a problem noticed by IRIX compiler:
39390              the initialization of parse_start was bypassed by
39391              several gotos.  Now initialized to zero, which may
39392              not be the best choice.
39393      Branch: perl
39394            ! regcomp.c
39395 ____________________________________________________________________________
39396 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
39397         Log: Relax the group and password tests back to moaning only
39398              if no matches at all are found.  (Even with a small sample
39399              I could find many sites where there are, umm, anomalies in
39400              the said databases.)       
39401      Branch: perl
39402            ! t/op/grent.t t/op/pwent.t
39403 ____________________________________________________________________________
39404 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
39405         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
39406      Branch: perl
39407            ! pp_ctl.c
39408 ____________________________________________________________________________
39409 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
39410         Log: De-cut-and-pasto in #10902.
39411      Branch: perl
39412            ! pp_ctl.c
39413 ____________________________________________________________________________
39414 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
39415         Log: The #10771 didn't take?
39416      Branch: perl
39417            ! pp_ctl.c
39418 ____________________________________________________________________________
39419 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
39420         Log: Undo the filetests part of #10900, under multiplicity
39421              weird errors take place.
39422      Branch: perl
39423            ! pp_sys.c
39424 ____________________________________________________________________________
39425 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
39426         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
39427      Branch: perl
39428            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
39429 ____________________________________________________________________________
39430 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
39431         Log: (Replaced by #10922)
39432              
39433              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
39434              From: Tony Bowden <tony@kasei.com>
39435              Date: Sun, 24 Jun 2001 17:32:40 +0100
39436              Message-ID: <20010624173240.A16293@blackstar.co.uk>
39437              
39438              Document (well, mention) shortmess() and longmess()
39439              to rob people of their fun of reinventing the wheel.
39440      Branch: perl
39441            ! lib/Carp.pm
39442 ____________________________________________________________________________
39443 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
39444         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
39445              From: Brian Jepson <bjepson@oreilly.com>
39446              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
39447              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
39448      Branch: perl
39449            ! pp_sys.c
39450 ____________________________________________________________________________
39451 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
39452         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
39453              From: Robin Barker <rmb1@cise.npl.co.uk> 
39454              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
39455              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
39456      Branch: perl
39457            ! lib/CPAN.pm
39458 ____________________________________________________________________________
39459 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
39460         Log: Memoize patch from mjd.
39461      Branch: perl
39462            ! lib/Memoize/t/tie_storable.t
39463 ____________________________________________________________________________
39464 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
39465         Log: Spec the sv_pvprintify() a bit more.
39466      Branch: perl
39467            ! pod/perltodo.pod
39468 ____________________________________________________________________________
39469 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
39470         Log: Upgrade to Memoize 0.65.
39471      Branch: perl
39472            + lib/Memoize/t/array_confusion.t
39473            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
39474            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
39475            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
39476            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
39477            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
39478            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
39479            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
39480            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
39481            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
39482            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
39483            ! lib/Memoize/t/tie_storable.t
39484 ____________________________________________________________________________
39485 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
39486         Log: Metaconfig unit change for #10892.
39487      Branch: metaconfig
39488            ! U/modified/Options.U
39489 ____________________________________________________________________________
39490 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
39491         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
39492              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39493              Date: Sun, 24 Jun 2001 05:24:40 -0400
39494              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
39495      Branch: perl
39496            ! Configure hints/os2.sh
39497 ____________________________________________________________________________
39498 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
39499         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
39500              From: Mike Guy <mjtg@cam.ac.uk>
39501              Date: Sun, 24 Jun 2001 15:28:39 +0100
39502              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
39503              
39504              Fix an ancient (5.002) bug.
39505      Branch: perl
39506            ! lib/Carp/Heavy.pm
39507 ____________________________________________________________________________
39508 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
39509         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
39510              variables.
39511      Branch: perl
39512            ! pp_sys.c
39513 ____________________________________________________________________________
39514 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
39515         Log: Make UTS as per #10888.
39516      Branch: perl
39517            ! hints/uts.sh
39518 ____________________________________________________________________________
39519 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
39520         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
39521      Branch: perl
39522            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
39523            ! mpeix/mpeixish.h perl.h unixish.h
39524 ____________________________________________________________________________
39525 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
39526         Log: AUTHORS update.
39527      Branch: perl
39528            ! AUTHORS
39529 ____________________________________________________________________________
39530 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
39531         Log: Subject: Encode::Tcl for multibyte doesnot work
39532              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
39533              Date: Sun, 24 Jun 2001 22:48:21 +0900
39534              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
39535      Branch: perl
39536            ! ext/Encode/Encode/Tcl.pm
39537 ____________________________________________________________________________
39538 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
39539         Log: Subject: [PATCH] Remove tautology in error messages
39540              From: Mike Guy <mjtg@cam.ac.uk>
39541              Date: Sun, 24 Jun 2001 13:31:00 +0100
39542              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
39543      Branch: perl
39544            ! pp_sys.c
39545 ____________________________________________________________________________
39546 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
39547         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
39548      Branch: perl
39549            ! hints/darwin.sh
39550 ____________________________________________________________________________
39551 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
39552         Log: Subject: Re: [PATCH 5.6.1] test suite
39553              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39554              Date: Sun, 24 Jun 2001 05:47:05 -0400
39555              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
39556              
39557              Test suite fixes.
39558      Branch: perl
39559            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
39560 ____________________________________________________________________________
39561 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
39562         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
39563              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39564              Date: Sun, 24 Jun 2001 05:37:19 -0400
39565              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
39566      Branch: perl
39567            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
39568 ____________________________________________________________________________
39569 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
39570         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
39571              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39572              Date: Sun, 24 Jun 2001 05:34:50 -0400
39573              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
39574              
39575              Pacify compiler warnings.
39576      Branch: perl
39577            ! pp_sys.c
39578 ____________________________________________________________________________
39579 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
39580         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
39581              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39582              Date: Sun, 24 Jun 2001 05:21:18 -0400
39583              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
39584              
39585              Enable compression of executables during link time.
39586      Branch: perl
39587            ! hints/os2.sh
39588 ____________________________________________________________________________
39589 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
39590         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
39591              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39592              Date: Sun, 24 Jun 2001 05:15:11 -0400
39593              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
39594              
39595              Add ordinals to the export list for Perl DLL.
39596              (Breaks intra-version DLL compatibility.)
39597      Branch: perl
39598            ! makedef.pl
39599 ____________________________________________________________________________
39600 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
39601         Log: Allow (displaying and) re-editing the Subject in perlbug.
39602              Also abstract the Subject quality control into a function.
39603      Branch: perl
39604            ! utils/perlbug.PL
39605 ____________________________________________________________________________
39606 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
39607         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
39608      Branch: perl
39609            ! utils/perlbug.PL
39610 ____________________________________________________________________________
39611 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
39612         Log: Regen toc and modlib.
39613      Branch: perl
39614            ! pod/perlmodlib.pod pod/perltoc.pod
39615 ____________________________________________________________________________
39616 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
39617         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
39618              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
39619              attribute semantics as much as possible, or 'ntsec' which uses
39620              native NTFS semantics.)  (See also #10877.)
39621      Branch: perl
39622            ! perl.c
39623 ____________________________________________________________________________
39624 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
39625         Log: (Retracted by #11586)
39626              
39627              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
39628      Branch: perl
39629            ! lib/Test/Harness.pm
39630 ____________________________________________________________________________
39631 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
39632         Log: Just zap the -uPerlio.
39633      Branch: perl
39634            ! ext/B/Stash.t
39635 ____________________________________________________________________________
39636 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
39637         Log: Do not test PerlIO if PerlIO not used.
39638      Branch: perl
39639            ! ext/PerlIO/PerlIO.t
39640 ____________________________________________________________________________
39641 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
39642         Log: Regen perlapi.
39643      Branch: perl
39644            ! pod/perlapi.pod
39645 ____________________________________________________________________________
39646 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
39647         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
39648              From: Nicholas Clark <nick@ccl4.org>
39649              Date: Sat, 23 Jun 2001 22:55:47 +0100
39650              Message-ID: <20010623225547.Z98663@plum.flirble.org>
39651      Branch: perl
39652            ! numeric.c
39653 ____________________________________________________________________________
39654 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
39655         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
39656              From: Prymmer/Kahn <pvhp@best.com>
39657              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
39658              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
39659      Branch: perl
39660            ! lib/h2xs.t
39661 ____________________________________________________________________________
39662 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
39663         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
39664              cygwin does not taint cwd, just like win32.
39665      Branch: perl
39666            ! lib/File/Find/taint.t t/op/taint.t
39667 ____________________________________________________________________________
39668 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
39669         Log: Retract #10865, the patch should be unnecessary.
39670              (But seemingly helpful in Cygwin?  Strange.)
39671      Branch: perl
39672            ! lib/Memoize/t/tie_ndbm.t
39673 ____________________________________________________________________________
39674 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
39675         Log: Misplaced test file; plus Cygwin filesystem semantics.
39676      Branch: perl
39677            + ext/SDBM_File/sdbm.t
39678            - ext/ODBM_File/sdbm.t
39679            ! MANIFEST
39680 ____________________________________________________________________________
39681 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
39682         Log: (Retracted by #10867.)
39683      Branch: perl
39684            ! lib/Memoize/t/tie_ndbm.t
39685 ____________________________________________________________________________
39686 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
39687         Log: Metaconfig unit change for #10863.
39688      Branch: metaconfig/U/perl
39689            ! Extensions.U
39690 ____________________________________________________________________________
39691 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
39692         Log: In Cygwin do not build NDBM_File and ODBM_File unless
39693              -lndbm and -ldbm are available.
39694      Branch: perl
39695            ! Configure config_h.SH
39696 ____________________________________________________________________________
39697 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
39698         Log: More Cygwin filesystem semantics.
39699      Branch: perl
39700            ! t/io/fs.t t/op/stat.t
39701 ____________________________________________________________________________
39702 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
39703         Log: More DOSish permission semantics for Cygwin.
39704      Branch: perl
39705            ! lib/AnyDBM_File.t
39706 ____________________________________________________________________________
39707 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
39708         Log: Cygwin too has different permission semantics.
39709      Branch: perl
39710            ! ext/GDBM_File/gdbm.t
39711 ____________________________________________________________________________
39712 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
39713         Log: The group (and assumedly passwd) databases can have
39714              only one entry (this is the case in cygwin).
39715      Branch: perl
39716            ! t/op/grent.t t/op/pwent.t
39717 ____________________________________________________________________________
39718 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
39719         Log: Also in Cygwin use Socket to figure out domainname
39720              (if any) (avoids trying to call external 'domainname',
39721              which doesn't at the moment exist in Cygwin)
39722      Branch: perl
39723            ! lib/Net/Domain.pm
39724 ____________________________________________________________________________
39725 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
39726         Log: Remove also the lib$Foo.def, not just $Foo.def.
39727      Branch: perl
39728            ! lib/ExtUtils/MM_Unix.pm
39729 ____________________________________________________________________________
39730 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
39731         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
39732      Branch: perl
39733            ! unixish.h
39734 ____________________________________________________________________________
39735 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
39736         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
39737              to match the whole isprint(), only the space character.
39738      Branch: perl
39739            ! handy.h pod/perlre.pod t/op/pat.t
39740 ____________________________________________________________________________
39741 [ 10854] By: nick                                  on 2001/06/23  08:09:33
39742         Log: Integrate mainline
39743      Branch: perlio
39744           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
39745           !> lib/ExtUtils.t lib/File/Find/taint.t
39746           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
39747           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
39748           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
39749 ____________________________________________________________________________
39750 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
39751         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
39752              with its floats    in os390 and s390 (UTS).
39753      Branch: perl
39754            ! lib/Math/BigInt/t/bigintpm.t
39755 ____________________________________________________________________________
39756 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
39757         Log: Add also UTS (s390) to the non-IEEE float platforms.
39758      Branch: perl
39759            ! t/op/sprintf.t
39760 ____________________________________________________________________________
39761 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
39762         Log: Subject: RFC: what are applicable standards for exponent sizes?
39763              From: Peter Prymmer <pvhp@forte.com>
39764              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
39765              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
39766      Branch: perl
39767            ! t/op/sprintf.t
39768 ____________________________________________________________________________
39769 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
39770         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
39771              From: Peter Prymmer <pvhp@forte.com>
39772              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
39773              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
39774      Branch: perl
39775            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
39776 ____________________________________________________________________________
39777 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
39778         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
39779              From: Peter Prymmer <pvhp@forte.com>
39780              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
39781              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
39782      Branch: perl
39783            ! lib/ExtUtils.t
39784 ____________________________________________________________________________
39785 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
39786         Log: Retract #10845.
39787      Branch: perl
39788            ! lib/File/Find/taint.t
39789 ____________________________________________________________________________
39790 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
39791         Log: Yet another error message.
39792      Branch: perl
39793            ! t/op/mkdir.t
39794 ____________________________________________________________________________
39795 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
39796         Log: The croak message for nonexistent socket functions may vary.
39797      Branch: perl
39798            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
39799 ____________________________________________________________________________
39800 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
39801         Log: (Retracted by #10848.)
39802      Branch: perl
39803            ! lib/File/Find/taint.t
39804 ____________________________________________________________________________
39805 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
39806         Log: Integrate perlio.
39807      Branch: perl
39808           !> lib/File/Find/taint.t t/op/write.t
39809 ____________________________________________________________________________
39810 [ 10843] By: nick                                  on 2001/06/22  21:24:51
39811         Log: Back out debug in taint.t
39812      Branch: perlio
39813            ! lib/File/Find/taint.t
39814 ____________________________________________________________________________
39815 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
39816         Log: setitimer() does not exist in Unicos, despite of what
39817              Configure thinks, from Mark P. Lutz.
39818      Branch: perl
39819            ! hints/unicos.sh
39820 ____________________________________________________________________________
39821 [ 10841] By: nick                                  on 2001/06/22  21:19:36
39822         Log: Skip cwd test on Win32 ???
39823      Branch: perlio
39824            ! lib/File/Find/taint.t
39825 ____________________________________________________________________________
39826 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
39827         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
39828              and Tru64 gcc -Wall happy.
39829      Branch: perl
39830            ! mg.c
39831 ____________________________________________________________________________
39832 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
39833         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
39834      Branch: perl
39835            ! ext/IPC/SysV/Semaphore.pm
39836 ____________________________________________________________________________
39837 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
39838         Log: Metaconfig unit change for #10837.
39839      Branch: metaconfig/U/perl
39840            ! Cross.U
39841 ____________________________________________________________________________
39842 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
39843         Log: Cleanup of the cross-compilation unit.
39844      Branch: perl
39845            ! Configure
39846 ____________________________________________________________________________
39847 [ 10836] By: nick                                  on 2001/06/22  20:45:12
39848         Log: Skip |- based op/write.t on Win32 as well as VMS
39849      Branch: perlio
39850            ! t/op/write.t
39851 ____________________________________________________________________________
39852 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
39853         Log: Integrate perlio.
39854      Branch: perl
39855           !> util.c
39856 ____________________________________________________________________________
39857 [ 10834] By: nick                                  on 2001/06/22  20:41:54
39858         Log: Integrate mainline
39859      Branch: perlio
39860           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
39861           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
39862           !> vos/config.ga.h
39863 ____________________________________________________________________________
39864 [ 10833] By: nick                                  on 2001/06/22  20:22:58
39865         Log: Patcho fix.
39866      Branch: perlio
39867            ! util.c
39868 ____________________________________________________________________________
39869 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
39870         Log: Metaconfig unit changes for #10831.
39871      Branch: metaconfig
39872            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
39873 ____________________________________________________________________________
39874 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
39875         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
39876              From: Andy Dougherty <doughera@lafayette.edu>
39877              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
39878              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
39879      Branch: perl
39880            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39881            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
39882 ____________________________________________________________________________
39883 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
39884         Log: MPE/iX prototype nits from Mark Bixby.
39885      Branch: perl
39886            ! pp_sys.c
39887 ____________________________________________________________________________
39888 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
39889         Log: Detypo.
39890      Branch: perl
39891            ! util.c
39892 ____________________________________________________________________________
39893 [ 10828] By: nick                                  on 2001/06/22  15:33:37
39894         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
39895      Branch: perlio
39896           +> lib/h2xs.t
39897           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
39898           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
39899           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
39900           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
39901           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
39902           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
39903           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
39904           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
39905           !> vms/vmsish.h
39906 ____________________________________________________________________________
39907 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
39908         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
39909              Date: Fri, 22 Jun 2001 10:08:35 -0500
39910              From: "Craig A. Berry" <craigberry@mac.com>
39911              Message-Id: <a05101001b75908704194@[192.168.56.145]>
39912      Branch: perl
39913            ! vms/vms.c vms/vmsish.h
39914 ____________________________________________________________________________
39915 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
39916         Log: NetWare scripts tweak from Ananth Kesari.
39917      Branch: perl
39918            ! NetWare/t/NWScripts.pl
39919 ____________________________________________________________________________
39920 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
39921         Log: Update Changes.
39922      Branch: perl
39923            ! Changes patchlevel.h
39924 ____________________________________________________________________________
39925 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
39926         Log: Add .i and .s targets.
39927      Branch: perl
39928            ! Makefile.SH
39929 ____________________________________________________________________________
39930 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
39931         Log: Upgrade to Locale::Maketext 1.03.
39932      Branch: perl
39933            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
39934            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
39935 ____________________________________________________________________________
39936 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
39937         Log: Upgrade to I18N::LangTags 0.26.
39938      Branch: perl
39939            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
39940            ! lib/I18N/LangTags/test.pl
39941 ____________________________________________________________________________
39942 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
39943         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
39944              Philip Newton.
39945      Branch: perl
39946            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
39947            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
39948 ____________________________________________________________________________
39949 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
39950         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
39951              From: Prymmer/Kahn <pvhp@best.com>
39952              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
39953              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
39954      Branch: perl
39955            + lib/h2xs.t
39956            ! MANIFEST utils/h2xs.PL
39957 ____________________________________________________________________________
39958 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
39959         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
39960              From: Prymmer/Kahn <pvhp@best.com>
39961              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
39962              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
39963      Branch: perl
39964            ! lib/ExtUtils.t
39965 ____________________________________________________________________________
39966 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
39967         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
39968              From: Prymmer/Kahn <pvhp@best.com>
39969              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
39970              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
39971      Branch: perl
39972            ! t/pod/plainer.t
39973 ____________________________________________________________________________
39974 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
39975         Log: AUTHORS update.
39976      Branch: perl
39977            ! AUTHORS
39978 ____________________________________________________________________________
39979 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
39980         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
39981              From: "Craig A. Berry" <craigberry@mac.com>
39982              Date: Thu, 21 Jun 2001 18:20:38 -0500
39983              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
39984      Branch: perl
39985            ! ext/POSIX/POSIX.xs
39986 ____________________________________________________________________________
39987 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
39988         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
39989              From: "Craig A. Berry" <craigberry@mac.com>
39990              Date: Thu, 21 Jun 2001 09:58:52 -0500
39991              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
39992      Branch: perl
39993            ! ext/B/Deparse.t t/op/write.t
39994 ____________________________________________________________________________
39995 [ 10814] By: nick                                  on 2001/06/22  08:13:09
39996         Log: Integrate mainline.
39997      Branch: perlio
39998           !> (integrate 46 files)
39999 ____________________________________________________________________________
40000 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
40001         Log: Change the prefixes only if $prefix is unset,
40002              as originally patched by Marcel Grunauer.
40003      Branch: perl
40004            ! hints/darwin.sh hints/rhapsody.sh
40005 ____________________________________________________________________________
40006 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
40007         Log: Subject: Re: Patch for hints/darwin.sh
40008              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
40009              Date: Thu, 21 Jun 2001 11:23:46 -0700
40010              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
40011      Branch: perl
40012            ! hints/darwin.sh hints/rhapsody.sh
40013 ____________________________________________________________________________
40014 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
40015         Log: Add .PHONY targets for non-file targets,
40016              from Wilfredo Sánchez.  Should help saying
40017              "make install" on case-insensitive filesystems.
40018      Branch: perl
40019            ! Makefile.SH
40020 ____________________________________________________________________________
40021 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
40022         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
40023              From: Doug MacEachern <dougm@covalent.net>
40024              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
40025              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
40026              
40027              plus reword the getcwd() comment, plus use getcwd() buffer
40028              size minus one.
40029      Branch: perl
40030            ! util.c
40031 ____________________________________________________________________________
40032 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
40033         Log: More gprofing from Doug MacEachern.
40034      Branch: perl
40035            ! Makefile.SH
40036 ____________________________________________________________________________
40037 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
40038         Log: Metaconfig unit change for #10807.
40039      Branch: metaconfig/U/perl
40040            ! d_sfio.U
40041 ____________________________________________________________________________
40042 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
40043         Log: Tell that you are removing the unneeded -lsfio.
40044      Branch: perl
40045            ! Configure
40046 ____________________________________________________________________________
40047 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
40048         Log: More MPE/iX tweaks from Mark Bixby.
40049      Branch: perl
40050            ! perl.c t/op/magic.t
40051 ____________________________________________________________________________
40052 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
40053         Log: The fchdir() proto is supposed to live in <unistd.h>.
40054      Branch: perl
40055            ! ext/Cwd/Cwd.xs
40056 ____________________________________________________________________________
40057 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
40058         Log: This town is too small for the Cwd extension and me,
40059              it would seem...
40060      Branch: perl
40061            ! ext/Cwd/Cwd.xs
40062 ____________________________________________________________________________
40063 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
40064         Log: Metaconfig unit change for #10802.
40065      Branch: metaconfig/U/perl
40066            ! d_modfl.U
40067 ____________________________________________________________________________
40068 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
40069         Log: More d'ohs.
40070      Branch: perl
40071            ! Configure
40072 ____________________________________________________________________________
40073 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
40074         Log: Off-by-one.  I'm so classic.
40075      Branch: perl
40076            ! util.c
40077 ____________________________________________________________________________
40078 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
40079         Log: Update Changes.
40080      Branch: perl
40081            ! Changes patchlevel.h
40082 ____________________________________________________________________________
40083 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
40084         Log: Subject: Documentation patch for Net::FTP
40085              From: Marcel Grunauer <marcel@codewerk.com>
40086              Date: Wed, 20 Jun 2001 23:03:26 +0200
40087              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
40088      Branch: perl
40089            ! lib/Net/FTP.pm
40090 ____________________________________________________________________________
40091 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
40092         Log: Retract the #10417 mg.c and embed.pl parts because of
40093              strange SEGVs in 64bit x86 FreeBSD observed by
40094              Nicholas Clark.
40095      Branch: perl
40096            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
40097 ____________________________________________________________________________
40098 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
40099         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
40100      Branch: perl
40101            ! Configure NetWare/config.wc NetWare/config_H.wc
40102            ! Porting/Glossary Porting/config.sh Porting/config_H
40103            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
40104            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40105            ! vos/config.ga.h win32/config.bc win32/config.gc
40106            ! win32/config.vc win32/config_H.bc win32/config_H.gc
40107            ! win32/config_H.vc
40108 ____________________________________________________________________________
40109 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
40110         Log: Cwd tweak from Doug MacEachern.
40111      Branch: perl
40112            ! ext/Cwd/Cwd.xs
40113 ____________________________________________________________________________
40114 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
40115         Log: Protect the fchdir() and lstat() with ifdefs.
40116              fchdir() needs a Configure probe.
40117      Branch: perl
40118            ! ext/Cwd/Cwd.xs
40119 ____________________________________________________________________________
40120 [ 10794] By: nick                                  on 2001/06/21  17:11:35
40121         Log: Integrate mainline
40122      Branch: perlio
40123           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
40124           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
40125           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
40126           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
40127           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
40128           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
40129           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
40130           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
40131            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
40132            - lib/File/Glob/case.t lib/File/Glob/global.t
40133            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
40134            - lib/File/Temp/posix.t lib/File/Temp/security.t
40135            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
40136            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
40137            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
40138            - lib/Text/Wrap/wrap.t
40139           !> (integrate 41 files)
40140 ____________________________________________________________________________
40141 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
40142         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
40143              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
40144              Date: Thu, 21 Jun 2001 13:04:54 -0500
40145              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
40146      Branch: perl
40147            ! ext/Cwd/Cwd.xs
40148 ____________________________________________________________________________
40149 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
40150         Log: Subject: [PATCH pod] overlong =item
40151              From: Robin Barker <rmb1@cise.npl.co.uk>
40152              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
40153              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
40154      Branch: perl
40155            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
40156            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
40157 ____________________________________________________________________________
40158 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
40159         Log: Subject: [PATCH perlio.c] format 
40160              From: Robin Barker <rmb1@cise.npl.co.uk>
40161              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
40162              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
40163      Branch: perl
40164            ! perlio.c
40165 ____________________________________________________________________________
40166 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
40167         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
40168              From: Radu Greab <radu@netsoft.ro>
40169              Date: Thu, 21 Jun 2001 19:06:02 +0300
40170              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
40171      Branch: perl
40172            ! pod/perlapi.pod sv.c
40173 ____________________________________________________________________________
40174 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
40175         Log: The metaconfig unit changes for #10788.
40176      Branch: metaconfig/U/perl
40177            ! Cross.U fflushall.U
40178 ____________________________________________________________________________
40179 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
40180         Log: Cross-configuration changes: make $from to rm the files
40181              before copying them over (this means that he rm can be
40182              removed from the fflushall test), create $targetmkdir      
40183              (not documented in install since it is supposed to internal
40184              use only), make $run to copy over the executable only if
40185              a stamp file .xok doesn't already exist (to avoid unnecessary
40186              copying of the executable)
40187      Branch: perl
40188            ! Configure Makefile.SH
40189 ____________________________________________________________________________
40190 [ 10787] By: nick                                  on 2001/06/21  14:16:18
40191         Log: Integrate mainline
40192      Branch: perlio
40193           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
40194           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
40195           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
40196            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
40197           !> (integrate 34 files)
40198 ____________________________________________________________________________
40199 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
40200         Log: Re-add the files as text.
40201      Branch: perl
40202            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
40203 ____________________________________________________________________________
40204 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
40205         Log: Delete the binary files.
40206      Branch: perl
40207            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
40208 ____________________________________________________________________________
40209 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
40210         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
40211              From: Andy Dougherty <doughera@lafayette.edu>
40212              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
40213              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
40214      Branch: perl
40215            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
40216            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
40217            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
40218            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
40219 ____________________________________________________________________________
40220 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
40221         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
40222              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
40223              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
40224              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
40225              
40226              Setting umask to something friendlier.
40227      Branch: perl
40228            ! installman installperl
40229 ____________________________________________________________________________
40230 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
40231         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
40232              Resort MANIFEST with sort -f, looks much better.
40233      Branch: perl
40234            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
40235            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
40236            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
40237            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
40238            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
40239            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
40240            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
40241            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
40242            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
40243            - lib/File/Glob/case.t lib/File/Glob/global.t
40244            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
40245            - lib/File/Temp/posix.t lib/File/Temp/security.t
40246            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
40247            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
40248            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
40249            - lib/Text/Wrap/wrap.t
40250            ! MANIFEST
40251 ____________________________________________________________________________
40252 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
40253         Log: Upgrade to I18N::LangTags 0.25.
40254      Branch: perl
40255            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
40256            ! lib/I18N/LangTags/List.pm
40257 ____________________________________________________________________________
40258 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
40259         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
40260              From: Richard Soderberg <rs@crystalflame.net>
40261              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
40262              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
40263      Branch: perl
40264            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
40265            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
40266 ____________________________________________________________________________
40267 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
40268         Log: Test obsoleted by change #10777.
40269      Branch: perl
40270            ! t/op/sub_lval.t
40271 ____________________________________________________________________________
40272 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
40273         Log: Case of confused test numbering.
40274      Branch: perl
40275            ! t/op/pat.t
40276 ____________________________________________________________________________
40277 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
40278         Log: Subject: Re: Opinion on undef lvalue
40279              From: Abhijit Menon-Sen <ams@wiw.org>
40280              Date: Sun, 17 Jun 2001 13:04:46 +0530
40281              Message-ID: <20010617130446.B27925@lustre.linux.in>
40282              
40283              Allow lvalue subs to return undef in array context.
40284      Branch: perl
40285            ! pp_hot.c
40286 ____________________________________________________________________________
40287 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
40288         Log: Just a guess that using the same hack for cygwin as
40289              for win32 might help.
40290      Branch: perl
40291            ! lib/File/Find/find.t
40292 ____________________________________________________________________________
40293 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
40294         Log: NetWare tweaks from Guruprasad.
40295      Branch: perl
40296            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
40297            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
40298            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
40299            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
40300 ____________________________________________________________________________
40301 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
40302         Log: Subject: Re: perl@10722: Bogus warnings on REs 
40303              From: Hugo <hv@crypt.compulink.co.uk>
40304              Date: Thu, 21 Jun 2001 09:51:17 +0100
40305              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
40306              
40307              Unroll to avoid a UTS compiler bug.
40308      Branch: perl
40309            ! regcomp.c
40310 ____________________________________________________________________________
40311 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
40312         Log: Subject: Re: [PATCH] Make /o work under i?threads
40313              From: Artur Bergman <artur@contiller.se>
40314              Date: Thu, 21 Jun 2001 14:38:03 +0200
40315              Message-ID: <B757B74A.184D%artur@contiller.se>
40316      Branch: perl
40317            ! t/op/pat.t
40318 ____________________________________________________________________________
40319 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
40320         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
40321              From: Artur Bergman <artur@contiller.se> 
40322              Date: Thu, 21 Jun 2001 14:27:33 +0200
40323              Message-ID: <B757B4D4.1849%artur@contiller.se>
40324              
40325              Plus extra parentheses.
40326      Branch: perl
40327            ! op.h
40328 ____________________________________________________________________________
40329 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
40330         Log: Subject: [PATCH] Make /o work under i?threads
40331              From: Richard Soderberg <rs@crystalflame.net>
40332              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
40333              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
40334      Branch: perl
40335            ! pp_ctl.c
40336 ____________________________________________________________________________
40337 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
40338         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
40339              From: Artur Bergman <artur@contiller.se>
40340              Date: Thu, 21 Jun 2001 14:04:54 +0200
40341              Message-ID: <B757AF86.1842%artur@contiller.se>
40342      Branch: perl
40343            ! op.h
40344 ____________________________________________________________________________
40345 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
40346         Log: Subject: Re: perl@10765: sv.c not OK on win32
40347              From: Artur Bergman <artur@contiller.se>
40348              Date: Thu, 21 Jun 2001 10:31:06 +0200
40349              Message-ID: <B7577D69.182C%artur@contiller.se>
40350      Branch: perl
40351            ! sv.c
40352 ____________________________________________________________________________
40353 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
40354         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
40355              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40356              Date: Thu, 21 Jun 2001 06:23:56 -0400
40357              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
40358              
40359              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
40360              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40361              Date: Thu, 21 Jun 2001 06:32:21 -0400
40362              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
40363      Branch: perl
40364            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
40365 ____________________________________________________________________________
40366 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
40367         Log: Subject: [PATCH] make syslog test more verbose
40368              From: Robert Spier <rspier@pobox.com>
40369              Date: Thu, 21 Jun 2001 00:54:32 -0400
40370              Message-ID: <15153.32264.295807.333073@rls.cx>
40371      Branch: perl
40372            ! ext/Sys/Syslog/syslog.t
40373 ____________________________________________________________________________
40374 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
40375         Log: Subject: op/study.t refinements
40376              From: Hugo <hv@crypt.compulink.co.uk>
40377              Date: Thu, 21 Jun 2001 00:29:07 +0100
40378              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
40379      Branch: perl
40380            ! t/op/study.t
40381 ____________________________________________________________________________
40382 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
40383         Log: Update Changes.
40384      Branch: perl
40385            ! Changes patchlevel.h
40386 ____________________________________________________________________________
40387 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
40388         Log: Subject: Re: [PATCH] djgpp updates
40389              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
40390              Date: Wed, 20 Jun 2001 10:05:15 +0200
40391              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
40392      Branch: perl
40393            ! djgpp/config.over
40394 ____________________________________________________________________________
40395 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
40396         Log: Fix for ID 20010619.002 "When building hash, hash keys that
40397              are function calls are not being called", from Abhijit.
40398      Branch: perl
40399            ! t/base/lex.t toke.c
40400 ____________________________________________________________________________
40401 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
40402         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
40403      Branch: perl
40404            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
40405            + lib/Locale/Maketext/test.pl
40406            - lib/Locale/Maketext.t
40407            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
40408            ! lib/Locale/Maketext/TPJ13.pod
40409 ____________________________________________________________________________
40410 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
40411         Log: Metaconfig unit change for #10760.
40412      Branch: metaconfig
40413            ! U/modified/Cppsym.U
40414 ____________________________________________________________________________
40415 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
40416         Log: Do not remove the ccsym* Cppsym* files since
40417              they are useful for metaconfig units coming after us.
40418              (This is the Configure nit mentioned in #10752.)
40419      Branch: perl
40420            ! Configure
40421 ____________________________________________________________________________
40422 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
40423         Log: Update to I18N::LangTags 0.24, from Sean Burke.
40424      Branch: perl
40425            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
40426            + lib/I18N/LangTags/README
40427            - lib/I18N/LangTags/List.pod
40428            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
40429 ____________________________________________________________________________
40430 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
40431         Log: Regen headers.
40432      Branch: perl
40433            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
40434            ! pod/perlapi.pod proto.h
40435 ____________________________________________________________________________
40436 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
40437         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
40438              From: Artur Bergman <artur@contiller.se>
40439              Date: Wed, 20 Jun 2001 11:31:32 +0200
40440              Message-ID: <B7563A14.17D8%artur@contiller.se>
40441      Branch: perl
40442            ! embed.pl hv.c intrpvar.h sv.c sv.h
40443 ____________________________________________________________________________
40444 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
40445         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
40446              From: Tim Sweetman <tim@aldigital.co.uk> 
40447              Date: Wed, 13 Jun 2001 14:25:17 +0100 
40448              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
40449      Branch: perl
40450            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
40451 ____________________________________________________________________________
40452 [ 10755] By: nick                                  on 2001/06/20  16:12:37
40453         Log: Integrate mainline
40454      Branch: perlio
40455           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
40456           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
40457           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
40458           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
40459           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
40460           !> t/op/study.t util.c
40461 ____________________________________________________________________________
40462 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
40463         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
40464              but not Makefile)
40465      Branch: maint-5.6/perl
40466            ! win32/Makefile
40467 ____________________________________________________________________________
40468 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
40469         Log: Security tweak on readlink().
40470      Branch: perl
40471            ! pp_sys.c
40472 ____________________________________________________________________________
40473 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
40474         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
40475      Branch: perl
40476            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
40477            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
40478            ! mpeix/relink t/op/pwent.t
40479 ____________________________________________________________________________
40480 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
40481         Log: Reinstate #10725 (with probe for alarm()).
40482      Branch: perl
40483            ! t/op/study.t
40484 ____________________________________________________________________________
40485 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
40486         Log: Replace our implementation of realpath() with OpenBSD's
40487              (src/lib/libc/stdlib/realpath.c 1.4).
40488      Branch: perl
40489            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
40490            ! pod/perldiag.pod proto.h util.c
40491 ____________________________________________________________________________
40492 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
40493         Log: Integrate perlio.
40494      Branch: perl
40495           !> perlio.c
40496 ____________________________________________________________________________
40497 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
40498         Log: No point in going into memory-saving contortions
40499              with getcwd() since there's a danger of buffer overflow.
40500              Also make the POSIX extension to use sv_getcwd().
40501              Finally, a missed proto.h fragment.
40502      Branch: perl
40503            ! ext/POSIX/POSIX.xs proto.h util.c
40504 ____________________________________________________________________________
40505 [ 10747] By: nick                                  on 2001/06/20  12:38:26
40506         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
40507      Branch: perlio
40508            ! perlio.c
40509 ____________________________________________________________________________
40510 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
40511         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
40512              From: Graham Barr <gbarr@pobox.com>
40513              Date: Wed, 20 Jun 2001 11:05:49 +0100
40514              Message-ID: <20010620110549.I19188@pobox.com>
40515              
40516              reported in        
40517              
40518              Subject: Bug in IO::Socket::INET module (repeat)
40519              From: "Harmon S. Nine" <hnine@netarx.com>
40520              Date: Tue, 19 Jun 2001 09:41:35 -0400
40521              Message-ID: <3B2F568F.8080605@netarx.com>
40522              
40523              The bug was that the IO::Socket::INET constructor
40524              did not allow a 'LocalPort' of 0.
40525      Branch: perl
40526            ! ext/IO/lib/IO/Socket/INET.pm
40527 ____________________________________________________________________________
40528 [ 10745] By: nick                                  on 2001/06/20  08:56:39
40529         Log: Integrate mainline.
40530      Branch: perlio
40531           !> (integrate 37 files)
40532 ____________________________________________________________________________
40533 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
40534         Log: After some reading I don't think we can blindly
40535              use systems' realpath().  Too many security problems,
40536              too many buggy implementations.
40537              
40538              TODO: the realpath() emulation code in util.c doesn't
40539              seem fully operational?  (readlink(), for example?)
40540      Branch: perl
40541            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
40542            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
40543            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
40544            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
40545            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
40546            ! win32/config_H.gc win32/config_H.vc
40547 ____________________________________________________________________________
40548 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
40549         Log: Metaconfig unit change for #10738.
40550      Branch: metaconfig
40551            ! U/compline/d_gconvert.U
40552 ____________________________________________________________________________
40553 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
40554         Log: Integrate change #10739 from maintperl:
40555              
40556              C<eval "/x$\r\n/x"> fails to compile correctly 
40557      Branch: perl
40558           !> t/op/pat.t toke.c
40559 ____________________________________________________________________________
40560 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
40561         Log: Retract #10725 (Hugo asked NOT to apply the patch)
40562      Branch: perl
40563            ! t/op/study.t
40564 ____________________________________________________________________________
40565 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
40566         Log: The test.third results were funnily named because of the
40567              new test scheme.
40568      Branch: perl
40569            ! t/TEST
40570 ____________________________________________________________________________
40571 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
40572         Log: C<eval "/x$\r\n/x"> fails to compile correctly
40573      Branch: maint-5.6/perl
40574            ! t/op/pat.t toke.c
40575 ____________________________________________________________________________
40576 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
40577         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
40578              From: Spider Boardman <spider@Orb.Nashua.NH.US>
40579              Date: Tue, 19 Jun 2001 19:15:40 -0400
40580              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
40581              
40582              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
40583              because "1e+129" being expected but "1.e+129" being returned.
40584              The culprit (at least in Tru64) is the use of gcvt().
40585      Branch: perl
40586            ! Configure
40587 ____________________________________________________________________________
40588 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
40589         Log: Subject: [PATCH perl@10722] test hunting on VMS
40590              From: "Craig A. Berry" <craigberry@mac.com>
40591              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
40592              Date: Tue, 19 Jun 2001 18:59:01 -0500
40593      Branch: perl
40594            ! vms/test.com
40595 ____________________________________________________________________________
40596 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
40597         Log: Subject: [PATCH] s/typos//
40598              From: Abhijit Menon-Sen <ams@wiw.org>
40599              Date: Wed, 20 Jun 2001 02:15:02 +0530
40600              Message-ID: <20010620021502.A14541@lustre.linux.in>
40601              
40602              Without the op.h s/bearword/bareword/ hunk, see
40603              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
40604      Branch: perl
40605            ! util.c
40606 ____________________________________________________________________________
40607 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
40608         Log: Metaconfig unit change for #10732 and #10733.
40609      Branch: metaconfig/U/perl
40610            ! fflushall.U
40611 ____________________________________________________________________________
40612 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
40613         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
40614              From: "Craig A. Berry" <craigberry@mac.com>
40615              Date: Tue, 19 Jun 2001 17:19:48 -0500
40616              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
40617      Branch: perl
40618            ! configure.com vms/descrip_mms.template
40619 ____________________________________________________________________________
40620 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
40621         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
40622              From: Spider Boardman <spider@Orb.Nashua.NH.US>
40623              Date: Tue, 19 Jun 2001 16:48:07 -0400
40624              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
40625              
40626              Further fixes to fflush(NULL) detection.
40627      Branch: perl
40628            ! Configure
40629 ____________________________________________________________________________
40630 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
40631         Log: AIX test -s hangs with non-existent files?
40632              (A genuine logic bug in Configure, but AIX also broken?)
40633      Branch: perl
40634            ! Configure
40635 ____________________________________________________________________________
40636 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
40637         Log: AUTHORS updates.
40638      Branch: perl
40639            ! AUTHORS
40640 ____________________________________________________________________________
40641 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
40642         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
40643              From: Spider Boardman <spider@Orb.Nashua.NH.US>
40644              Date: Tue, 19 Jun 2001 15:33:25 -0400
40645              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
40646      Branch: perl
40647            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
40648            ! t/lib/warnings/pp
40649 ____________________________________________________________________________
40650 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
40651         Log: Integrate perlio.
40652      Branch: perl
40653           !> lib/File/Find/find.t win32/distclean.bat
40654 ____________________________________________________________________________
40655 [ 10728] By: nick                                  on 2001/06/19  18:24:53
40656         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
40657      Branch: perlio
40658            ! lib/File/Find/find.t win32/distclean.bat
40659 ____________________________________________________________________________
40660 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
40661         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
40662              also add information how to find out whether one has PerlIO.
40663      Branch: perl
40664            ! pod/perlfunc.pod
40665 ____________________________________________________________________________
40666 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
40667         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
40668              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
40669              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
40670              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
40671      Branch: perl
40672            ! pod/perlfunc.pod
40673 ____________________________________________________________________________
40674 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
40675         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
40676              From: Hugo <hv@crypt.compulink.co.uk>
40677              Date: Tue, 19 Jun 2001 12:37:30 +0100
40678              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
40679      Branch: perl
40680            ! t/op/study.t
40681 ____________________________________________________________________________
40682 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
40683         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
40684              From: Hugo <hv@crypt.compulink.co.uk>
40685              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
40686              Date: Tue, 19 Jun 2001 13:15:17 +0100
40687      Branch: perl
40688            ! util.c
40689 ____________________________________________________________________________
40690 [ 10723] By: nick                                  on 2001/06/19  14:46:15
40691         Log: Integrate mainline
40692      Branch: perlio
40693           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
40694           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
40695           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
40696           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
40697           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
40698           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
40699            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
40700            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
40701            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
40702            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
40703            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
40704            - ext/Thread/unsync4.t
40705           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
40706           !> djgpp/config.over djgpp/fixpmain
40707           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
40708           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
40709           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
40710 ____________________________________________________________________________
40711 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
40712         Log: Update Changes.
40713      Branch: perl
40714            ! Changes patchlevel.h
40715 ____________________________________________________________________________
40716 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
40717         Log: The existence shall be MANIFESted.
40718      Branch: perl
40719            ! MANIFEST
40720 ____________________________________________________________________________
40721 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
40722         Log: The old libnet.cfg is first searched from the current directory,
40723              only then from the module path.
40724      Branch: perl
40725            ! utils/libnetcfg.PL
40726 ____________________________________________________________________________
40727 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
40728         Log: NetWare tweaks from Guruprasad.
40729      Branch: perl
40730            ! NetWare/Makefile NetWare/config.wc
40731 ____________________________________________________________________________
40732 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
40733         Log: Subject: [PATCH] djgpp updates
40734              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
40735              Date: Tue, 19 Jun 2001 10:59:06 +0200
40736              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
40737      Branch: perl
40738            ! djgpp/config.over djgpp/fixpmain
40739 ____________________________________________________________________________
40740 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
40741         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
40742              From: Prymmer/Kahn <pvhp@best.com>
40743              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
40744              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
40745      Branch: perl
40746            ! win32/Makefile
40747 ____________________________________________________________________________
40748 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
40749         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
40750              to happen right after the inclusion of <inttypes.h>,
40751              from Edward Moy.
40752      Branch: perl
40753            ! handy.h perl.h
40754 ____________________________________________________________________________
40755 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
40756         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
40757              From: Doug MacEachern <dougm@covalent.net>
40758              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
40759              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
40760      Branch: perl
40761            ! ext/DynaLoader/DynaLoader_pm.PL
40762 ____________________________________________________________________________
40763 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
40764         Log: Revert #10656 for performance reasons but leave in the
40765              use of Hv*() macros -- in comments, so that grepping the
40766              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
40767              suggested by Sarathy, also by Abhijit.)
40768      Branch: perl
40769            ! hv.c
40770 ____________________________________________________________________________
40771 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
40772         Log: Subject: [patch] .s MakeMaker suffix
40773              From: Doug MacEachern <dougm@covalent.net>
40774              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
40775              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
40776      Branch: perl
40777            ! lib/ExtUtils/MM_Unix.pm
40778 ____________________________________________________________________________
40779 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
40780         Log: One test lost in the big shuffle restored.
40781      Branch: perl
40782            + ext/IPC/SysV/ipcsysv.t
40783            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
40784 ____________________________________________________________________________
40785 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
40786         Log: Rename the old non-standard threads tests so that
40787              they won't be invoked.
40788      Branch: perl
40789            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
40790            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
40791            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
40792            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
40793            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
40794            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
40795            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
40796            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
40797            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
40798            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
40799            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
40800            - ext/Thread/unsync4.t
40801            ! MANIFEST
40802 ____________________________________________________________________________
40803 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
40804         Log: Integrate perlio.
40805      Branch: perl
40806           !> win32/config_sh.PL
40807 ____________________________________________________________________________
40808 [ 10709] By: nick                                  on 2001/06/19  08:18:18
40809         Log: Integrate mainline
40810      Branch: perlio
40811           +> (branch 40 files)
40812            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
40813            - lib/strict/subs lib/strict/vars lib/warnings/1global
40814            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
40815            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
40816            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
40817            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
40818            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
40819            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
40820            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
40821            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
40822            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
40823            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
40824            - lib/warnings/utf8 lib/warnings/util
40825           !> (integrate 57 files)
40826 ____________________________________________________________________________
40827 [ 10708] By: nick                                  on 2001/06/19  07:57:10
40828         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
40829      Branch: perlio
40830            ! win32/config_sh.PL
40831 ____________________________________________________________________________
40832 [ 10707] By: nick                                  on 2001/06/19  07:05:07
40833         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
40834      Branch: perl
40835            ! perly.c perly.y perly_c.diff vms/perly_c.vms
40836 ____________________________________________________________________________
40837 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
40838         Log: More perl572delta tweaks.
40839      Branch: perl
40840            ! pod/perl572delta.pod
40841 ____________________________________________________________________________
40842 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
40843         Log: Update perl572delta.
40844      Branch: perl
40845            ! pod/perl572delta.pod
40846 ____________________________________________________________________________
40847 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
40848         Log: VOS updates from Paul Green.
40849      Branch: perl
40850            ! vos/Changes vos/build.cm vos/perl.bind
40851 ____________________________________________________________________________
40852 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
40853         Log: Update the vos/config.*.* files.
40854      Branch: perl
40855            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40856            ! vos/config.ga.h
40857 ____________________________________________________________________________
40858 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
40859         Log: Add a makefile for more painless adding of symbols to the
40860              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
40861              takes care of the adding)
40862      Branch: perl
40863            + vos/Makefile
40864 ____________________________________________________________________________
40865 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
40866         Log: Make libnetcfg by default display the libnet configuration,
40867              -c to change, add -i for old config, document all options,
40868              regen toc.
40869      Branch: perl
40870            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
40871 ____________________________________________________________________________
40872 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
40873         Log: gcc -Wall sweep.
40874      Branch: perl
40875            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
40876 ____________________________________________________________________________
40877 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
40878         Log: So there.
40879      Branch: perl
40880            ! universal.c
40881 ____________________________________________________________________________
40882 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
40883         Log: Document the need for sv_printify().
40884              
40885              Document that 'use utf8' has been considered.
40886              
40887              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
40888      Branch: perl
40889            ! pod/perltodo.pod universal.c
40890 ____________________________________________________________________________
40891 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
40892         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
40893              From: Nicholas Clark <nick@ccl4.org>
40894              Date: Mon, 18 Jun 2001 23:29:23 +0100
40895              Message-ID: <20010618232923.I98663@plum.flirble.org>
40896      Branch: perl
40897            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
40898            ! ext/Sys/Syslog/Makefile.PL
40899 ____________________________________________________________________________
40900 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
40901         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
40902              From: Scott.L.Miller@Compaq.com
40903              Date: Mon, 18 Jun 2001 10:12:27 -0500
40904              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
40905      Branch: perl
40906            ! lib/perl5db.pl pod/perldebug.pod
40907 ____________________________________________________________________________
40908 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
40909         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
40910              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
40911              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
40912              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
40913      Branch: perl
40914            ! lib/Carp/Heavy.pm
40915 ____________________________________________________________________________
40916 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
40917         Log: Subject: [PATCH] Documentation changes for CLONE
40918              From: Artur Bergman <artur@contiller.se>
40919              Date: Mon, 18 Jun 2001 22:06:37 +0200
40920              Message-ID: <B7542BEC.1719%artur@contiller.se>
40921      Branch: perl
40922            ! pod/perlmod.pod pod/perlsub.pod
40923 ____________________________________________________________________________
40924 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
40925         Log: Subject: Re: configure.com
40926              From: "Craig A. Berry" <craigberry@mac.com>
40927              Date: Mon, 18 Jun 2001 16:04:38 -0500
40928              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
40929      Branch: perl
40930            ! configure.com
40931 ____________________________________________________________________________
40932 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
40933         Log: Subject: PL_nullstash + perl_clone()
40934              From: Doug MacEachern <dougm@covalent.net>
40935              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
40936              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
40937      Branch: perl
40938            ! sv.c
40939 ____________________________________________________________________________
40940 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
40941         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
40942              From: davem@fdgroup.co.uk
40943              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
40944              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
40945      Branch: perl
40946            ! embed.pl pod/perlapi.pod
40947 ____________________________________________________________________________
40948 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
40949         Log: More cross-compilation defaults gleaned from -Dcc
40950              if it is CPU-OS-gcc.
40951      Branch: metaconfig
40952            ! U/modified/libc.U
40953      Branch: metaconfig/U/perl
40954            ! Cross.U
40955      Branch: perl
40956            ! Configure INSTALL
40957 ____________________________________________________________________________
40958 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
40959         Log: Update Changes.
40960      Branch: perl
40961            ! Changes patchlevel.h
40962 ____________________________________________________________________________
40963 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
40964         Log: Subject: [PATCH 5.7.1] sv.c documentation
40965              From: davem@fdgroup.co.uk
40966              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
40967              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
40968      Branch: perl
40969            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
40970            ! sv.c sv.h
40971 ____________________________________________________________________________
40972 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
40973         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
40974              From: "Jon Gunnip" <jongunnip@hotmail.com>
40975              Date: Sun, 17 Jun 2001 18:24:29 -0400
40976              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
40977      Branch: perl
40978            ! pod/perlvar.pod
40979 ____________________________________________________________________________
40980 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
40981         Log: Move the locale/strict/warnings helper files back
40982              under the t/lib; this way the amount of non-installabled
40983              stuff under lib/ stays smaller.
40984      Branch: perl
40985            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
40986            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
40987            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
40988            + t/lib/warnings/5nolint t/lib/warnings/6default
40989            + t/lib/warnings/7fatal t/lib/warnings/8signal
40990            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
40991            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
40992            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
40993            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
40994            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
40995            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
40996            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
40997            + t/lib/warnings/taint t/lib/warnings/toke
40998            + t/lib/warnings/universal t/lib/warnings/utf8
40999            + t/lib/warnings/util
41000            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
41001            - lib/strict/subs lib/strict/vars lib/warnings/1global
41002            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
41003            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
41004            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
41005            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
41006            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
41007            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
41008            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
41009            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
41010            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
41011            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
41012            - lib/warnings/utf8 lib/warnings/util
41013            ! MANIFEST installperl lib/locale.t lib/strict.t
41014 ____________________________________________________________________________
41015 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
41016         Log: Split off the pack/unpack code, from Nicholas Clark.
41017      Branch: perl
41018            + pp_pack.c
41019            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
41020            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
41021            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
41022 ____________________________________________________________________________
41023 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
41024         Log: Guard the SysV IPC tests against being invoked in
41025              SysV-IPC-less places.
41026      Branch: perl
41027            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
41028 ____________________________________________________________________________
41029 [ 10683] By: nick                                  on 2001/06/18  12:24:42
41030         Log: Integrate mainline (new test scheme now ok on Linux).
41031      Branch: perlio
41032           +> lib/warnings.t
41033           !> dump.c sv.c
41034 ____________________________________________________________________________
41035 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
41036         Log: Add the locale.c and numeric.c to the microperl sources.
41037      Branch: perl
41038            ! Makefile.micro win32/Makefile
41039 ____________________________________________________________________________
41040 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
41041         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
41042              From: Abhijit Menon-Sen <ams@wiw.org>
41043              Date: Mon, 18 Jun 2001 14:23:44 +0530
41044              Message-ID: <20010618142344.A13136@lustre.linux.in>
41045      Branch: perl
41046            ! dump.c
41047 ____________________________________________________________________________
41048 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
41049         Log: Subject: Re: [PATCH] more anonymous stash cleanups
41050              From: Abhijit Menon-Sen <ams@wiw.org>
41051              Date: Mon, 18 Jun 2001 15:50:32 +0530
41052              Message-ID: <20010618155032.A13223@lustre.linux.in>
41053              
41054              Plus the comment left in as suggested by NI-S.
41055      Branch: perl
41056            ! sv.c
41057 ____________________________________________________________________________
41058 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
41059         Log: One missed file.
41060      Branch: perl
41061            + lib/warnings.t
41062 ____________________________________________________________________________
41063 [ 10678] By: nick                                  on 2001/06/18  08:05:29
41064         Log: Integrate mainline (part2 - the deletes)
41065      Branch: perlio
41066            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
41067            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
41068            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
41069            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
41070            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
41071            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
41072            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
41073            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
41074            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
41075            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
41076            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
41077 ____________________________________________________________________________
41078 [ 10677] By: nick                                  on 2001/06/18  08:04:44
41079         Log: Integrate mainline (part1)
41080      Branch: perlio
41081           +> (branch 376 files)
41082            - (delete 219 files)
41083           !> (integrate 151 files)
41084 ____________________________________________________________________________
41085 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
41086         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
41087              No doubt I made some mistakes like missed some files or
41088              misnamed some files.  The naming rules were more or less:
41089              (1) if the module is from CPAN, follows its ways, be it
41090              t/*.t or test.pl.
41091              (2) otherwise if there are multiple tests for a module
41092              put them in a t/
41093              (3) otherwise if there's only one test put it in Module.t
41094              (4) helper files go to module/ (locale, strict, warnings)
41095              (5) use longer filenames now that we can (but e.g. the
41096              compat-0.6.t and the Text::Balanced test files still
41097              were renamed to be more civil against the 8.3 people)
41098              installperl was updated appropriately not to install the
41099              *.t files or the help files from under lib.
41100              
41101              TODO: some helper files still remain under t/ that could
41102              follow their 'masters'.  UPDATE: On second thoughts, why
41103              should they.  They can continue to live under t/lib, and
41104              in fact the locale/strict/warnings helpers that were moved
41105              could be moved back.  This way the amount of non-installable
41106              stuff under lib/ stays smaller.
41107      Branch: perl
41108            + (add 253 files)
41109            - (delete 254 files)
41110            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
41111 ____________________________________________________________________________
41112 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
41113         Log: The warning no more comes from util.c, it comes from numeric.c.
41114      Branch: perl
41115            ! README.tru64
41116 ____________________________________________________________________________
41117 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
41118         Log: Subject: Re: anyone good at casting spells?
41119              From: Spider Boardman <spider@Orb.Nashua.NH.US>
41120              Date: Sun, 17 Jun 2001 21:21:04 -0400
41121              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
41122      Branch: perl
41123            ! ext/POSIX/POSIX.xs hv.h
41124 ____________________________________________________________________________
41125 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
41126         Log: Protect the (original) thread tests against testing if no 5.005
41127              threads have been configured.
41128      Branch: perl
41129            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
41130            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
41131            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
41132            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
41133            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
41134            ! ext/Thread/unsync4.t
41135 ____________________________________________________________________________
41136 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
41137         Log: Try the new test scanning scheme on Text::Abbrev.
41138      Branch: perl
41139            + lib/Text/Abbrev.t
41140            - lib/Text/Abbrev/t/abbrev.t
41141            ! MANIFEST
41142 ____________________________________________________________________________
41143 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
41144         Log: Change the scan policy of the *.t and test.pl files,
41145              now the *.t do not need to live in a t/ directory.
41146      Branch: perl
41147            ! t/TEST t/harness
41148 ____________________________________________________________________________
41149 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
41150         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
41151              From: Ilmari Karonen <iltzu@sci.fi>
41152              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
41153              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
41154      Branch: perl
41155            ! pod/perlfaq7.pod
41156 ____________________________________________________________________________
41157 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
41158         Log: Quench the warnings from Tru64; the HP-UX is still
41159              broken because it really, REALLY, doesn't like the
41160              HvARRAY() being lvalue:
41161              
41162              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
41163              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
41164      Branch: perl
41165            ! hv.c
41166 ____________________________________________________________________________
41167 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
41168         Log: Integrate change #10667 from maintperl:
41169              
41170              change#10449 broke the special-case that makes lexicals inside the
41171              eval"" within DB::DB() visible
41172      Branch: perl
41173           !> op.c
41174 ____________________________________________________________________________
41175 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
41176         Log: change#10449 broke the special-case that makes lexicals inside the
41177              eval"" within DB::DB() visible
41178      Branch: maint-5.6/perl
41179            ! op.c
41180 ____________________________________________________________________________
41181 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
41182         Log: Still spurious output; indent the code a bit.
41183              
41184              TODO1: separate the utility functions like MkDir
41185              into a helper script?
41186              
41187              TODO2: I see a lot of repetition in the filepath()
41188              and dirpath() calls.
41189      Branch: perl
41190            ! t/lib/filefind.t t/lib/findtaint.t
41191 ____________________________________________________________________________
41192 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
41193         Log: Regen modlib, toc.
41194      Branch: perl
41195            ! pod/perlmodlib.pod pod/perltoc.pod
41196 ____________________________________________________________________________
41197 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
41198         Log: Add libnetcfg to perlutil.
41199      Branch: perl
41200            ! pod/perlutil.pod
41201 ____________________________________________________________________________
41202 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
41203         Log: Initial integration of libnet-1.0703.
41204              The Configure script renamed as libnetcfg, will be
41205              installed along other utilities.
41206      Branch: perl
41207            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
41208            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
41209            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
41210            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
41211            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
41212            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
41213            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
41214            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
41215            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
41216            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
41217            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
41218            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
41219            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
41220            + utils/libnetcfg.PL
41221            ! MANIFEST utils.lst utils/Makefile
41222 ____________________________________________________________________________
41223 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
41224         Log: Less potentially test-harness-confusing output.
41225      Branch: perl
41226            ! lib/Memoize/t/expire_module_t.t
41227 ____________________________________________________________________________
41228 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
41229         Log: The final print annoys make test.
41230      Branch: perl
41231            ! t/lib/filefind.t t/lib/findtaint.t
41232 ____________________________________________________________________________
41233 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
41234         Log: Add an option for handling dangling symbolic links.
41235      Branch: perl
41236            ! lib/File/Find.pm t/lib/filefind.t
41237 ____________________________________________________________________________
41238 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
41239         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
41240              From: Thomas Wegner <wegner_thomas@yahoo.com>
41241              Date: Sun, 17 Jun 2001 14:43:11 +0200
41242              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
41243      Branch: perl
41244            + t/lib/findtaint.t
41245            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
41246 ____________________________________________________________________________
41247 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
41248         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
41249              From: Jonathan Stowe <gellyfish@gellyfish.com>
41250              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
41251              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
41252      Branch: perl
41253            ! lib/ExtUtils/MM_Unix.pm
41254 ____________________________________________________________________________
41255 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
41256         Log: Subject: [PATCH] more anonymous stash cleanups
41257              From: Abhijit Menon-Sen <ams@wiw.org>
41258              Date: Sun, 17 Jun 2001 11:44:06 +0530
41259              Message-ID: <20010617114406.A25203@lustre.linux.in>
41260      Branch: perl
41261            ! op.c
41262 ____________________________________________________________________________
41263 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
41264         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
41265              From: Abhijit Menon-Sen <ams@wiw.org>
41266              Date: Sun, 17 Jun 2001 08:02:59 +0530
41267              Message-ID: <20010617080259.A28776@lustre.linux.in>
41268              
41269              Subject: [PATCH #2/7] xhv_eiter
41270              From: Abhijit Menon-Sen <ams@wiw.org>
41271              Date: Sun, 17 Jun 2001 08:13:18 +0530
41272              Message-ID: <20010617081318.B28776@lustre.linux.in>
41273              
41274              Subject: [PATCH #3/7] xhv_fill
41275              From: Abhijit Menon-Sen <ams@wiw.org>
41276              Date: Sun, 17 Jun 2001 08:25:16 +0530
41277              Message-ID: <20010617082516.C28776@lustre.linux.in>
41278              
41279              Subject: [PATCH #4/7] xhv_keys
41280              From: Abhijit Menon-Sen <ams@wiw.org>
41281              Date: Sun, 17 Jun 2001 08:36:17 +0530
41282              Message-ID: <20010617083617.D28776@lustre.linux.in>
41283              
41284              Subject: [PATCH #5/7] xhv_max
41285              From: Abhijit Menon-Sen <ams@wiw.org>
41286              Date: Sun, 17 Jun 2001 08:39:48 +0530
41287              Message-ID: <20010617083948.E28776@lustre.linux.in>
41288              
41289              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
41290              From: Abhijit Menon-Sen <ams@wiw.org>
41291              Date: Sun, 17 Jun 2001 08:51:11 +0530
41292              Message-ID: <20010617085111.F28776@lustre.linux.in>
41293      Branch: perl
41294            ! hv.c
41295 ____________________________________________________________________________
41296 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
41297         Log: Update Changes.
41298      Branch: perl
41299            ! Changes patchlevel.h
41300 ____________________________________________________________________________
41301 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
41302         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
41303              From: Abhijit Menon-Sen <ams@wiw.org>
41304              Date: Sat, 16 Jun 2001 07:41:19 +0530
41305              Message-ID: <20010616074119.A24720@lustre.linux.in>
41306      Branch: perl
41307            ! hv.c perl.c vms/vmsish.h win32/win32.h
41308 ____________________________________________________________________________
41309 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
41310         Log: Document tests failing when threaded, since we now have more.
41311      Branch: perl
41312            ! pod/perl572delta.pod
41313 ____________________________________________________________________________
41314 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
41315         Log: -Wall cleanup.
41316      Branch: perl
41317            ! ext/Thread/Thread.xs
41318 ____________________________________________________________________________
41319 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
41320         Log: pthread_attr_setstacksize() isn't absolutely necessary
41321              to call, only iff THREAD_CREATE_NEEDS_STACK.
41322      Branch: perl
41323            ! ext/Thread/Thread.xs
41324 ____________________________________________________________________________
41325 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
41326         Log: -Wall strays.
41327      Branch: perl
41328            ! perl.c util.c
41329 ____________________________________________________________________________
41330 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
41331         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
41332              (and INT64_MIN) brokenness.
41333      Branch: perl
41334            ! hints/darwin.sh perl.h
41335 ____________________________________________________________________________
41336 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
41337         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
41338              From: Nicholas Clark <nick@ccl4.org>
41339              Date: Sun, 17 Jun 2001 00:16:05 +0100
41340              Message-ID: <20010617001605.V98663@plum.flirble.org>
41341      Branch: perl
41342            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
41343            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
41344            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
41345 ____________________________________________________________________________
41346 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
41347         Log: Add perlnetware to docs; regen toc; supply skeleton
41348              docs for some Memoize submodules.
41349      Branch: perl
41350            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
41351            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
41352            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
41353            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
41354            ! win32/Makefile win32/makefile.mk
41355 ____________________________________________________________________________
41356 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
41357         Log: pod cleanup.
41358      Branch: perl
41359            ! README.netware
41360 ____________________________________________________________________________
41361 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
41362         Log: Integrate Memoize 0.64.  Few tweaks were required in
41363              the test scripts.  Note that the speed and expire*
41364              tests take several dozen seconds to run.
41365      Branch: perl
41366            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
41367            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
41368            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
41369            + lib/Memoize/README lib/Memoize/SDBM_File.pm
41370            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
41371            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
41372            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
41373            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
41374            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
41375            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
41376            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
41377            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
41378            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
41379            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
41380            ! MANIFEST t/lib/1_compile.t
41381 ____________________________________________________________________________
41382 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
41383         Log: Document the cross-compilation options.
41384      Branch: perl
41385            ! Cross/README INSTALL
41386 ____________________________________________________________________________
41387 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
41388         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
41389      Branch: perl
41390            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
41391            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
41392            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
41393            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
41394            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
41395            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
41396            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
41397            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
41398            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
41399            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
41400            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
41401            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
41402            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
41403            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
41404            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
41405            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
41406            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
41407            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
41408            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
41409            + lib/ExtUtils/MM_NW5.pm
41410            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
41411            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
41412            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
41413            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
41414            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
41415            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
41416            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
41417            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
41418            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
41419            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
41420            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
41421            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
41422            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
41423            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
41424            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
41425            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
41426            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
41427            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
41428            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
41429            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
41430            ! util.h x2p/a2py.c
41431 ____________________________________________________________________________
41432 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
41433         Log: Resort MANIFEST.
41434      Branch: perl
41435            ! MANIFEST
41436 ____________________________________________________________________________
41437 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
41438         Log: Integrate perlio.
41439      Branch: perl
41440           +> win32/win32io.c
41441           !> MANIFEST perlio.c perliol.h win32/makefile.mk
41442 ____________________________________________________________________________
41443 [ 10640] By: nick                                  on 2001/06/16  18:38:31
41444         Log: Disable :win32 layer as default till I get it working
41445      Branch: perlio
41446            ! MANIFEST perlio.c
41447 ____________________________________________________________________________
41448 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
41449         Log: Try the new scheme by moving the Text::Abbrev test
41450              to a new place under lib.
41451      Branch: perl
41452            + lib/Text/Abbrev/t/abbrev.t
41453            - t/lib/abbrev.t
41454            ! MANIFEST
41455 ____________________________________________________________________________
41456 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
41457         Log: Make the code even more dynamical so that testname
41458              suffix length can change.
41459      Branch: perl
41460            ! lib/Test/Harness.pm t/TEST
41461 ____________________________________________________________________________
41462 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
41463         Log: Allow for deeper t/ and also a single test.pl.
41464      Branch: perl
41465            ! t/TEST t/harness
41466 ____________________________________________________________________________
41467 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
41468         Log: #define fix from Nicholas Clark.
41469      Branch: perl
41470            ! ext/POSIX/POSIX.xs
41471 ____________________________________________________________________________
41472 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
41473         Log: Initialization is nice.
41474      Branch: perl
41475            ! lib/Test/Harness.pm
41476 ____________________________________________________________________________
41477 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
41478         Log: Make t/TEST and t/harness to test also the t/ tests
41479              under the main lib/ and ext/ directories.  Fix Test::Harness
41480              to dynamically change the width of its "foo/bar....ok" output.
41481      Branch: perl
41482            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
41483 ____________________________________________________________________________
41484 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
41485         Log: Subject: [PATCH] Re: perl@10611 
41486              From: Nicholas Clark <nick@ccl4.org>
41487              Date: Sat, 16 Jun 2001 16:52:47 +0100
41488              Message-ID: <20010616165247.O98663@plum.flirble.org>
41489              
41490              The .xs parts, too.
41491      Branch: perl
41492            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
41493            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
41494 ____________________________________________________________________________
41495 [ 10632] By: nick                                  on 2001/06/16  16:44:35
41496         Log: Work-in-progress win32 layer semi-functional, checking 
41497              for UNIX breakage.
41498      Branch: perlio
41499            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
41500 ____________________________________________________________________________
41501 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
41502         Log: Subject: [PATCH] Re: perl@10611 
41503              From: Nicholas Clark <nick@ccl4.org>
41504              Date: Sat, 16 Jun 2001 16:52:47 +0100
41505              Message-ID: <20010616165247.O98663@plum.flirble.org>
41506      Branch: perl
41507            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
41508            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
41509            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
41510            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
41511            ! lib/ExtUtils/Constant.pm
41512 ____________________________________________________________________________
41513 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
41514         Log: Metaconfig unit change for #10629.
41515      Branch: metaconfig
41516            ! U/modified/Finish.U
41517 ____________________________________________________________________________
41518 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
41519         Log: The extraction changed directories.
41520      Branch: perl
41521            ! Configure
41522 ____________________________________________________________________________
41523 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
41524         Log: Math::BigInt 1.35 from Tels.
41525      Branch: perl
41526            + t/lib/mbimbf.t
41527            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
41528            ! t/lib/bigfltpm.t t/lib/bigintpm.t
41529 ____________________________________________________________________________
41530 [ 10627] By: nick                                  on 2001/06/16  14:54:52
41531         Log: Work in progress UNIX-side edit of win32 PerLIO layer
41532      Branch: perlio
41533            + win32/win32io.c
41534            ! perlio.c win32/makefile.mk
41535 ____________________________________________________________________________
41536 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
41537         Log: Subject: [PATCH 5.6.1] os2/diff-configure
41538              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41539              Date: Fri, 15 Jun 2001 01:19:36 -0400
41540              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
41541              
41542              Empty all of it because I think #10624 made even the
41543              last patch hunk unnecessary.
41544      Branch: perl
41545            ! os2/diff.configure
41546 ____________________________________________________________________________
41547 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
41548         Log: Metaconfig unit change for 10624.
41549      Branch: metaconfig
41550            ! U/modified/libc.U
41551      Branch: perl
41552            ! config_h.SH
41553 ____________________________________________________________________________
41554 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
41555         Log: Move the initialization of libnames to the beginning so
41556              that can one 'seed' it (as OS/2 does.)
41557      Branch: perl
41558            ! Configure
41559 ____________________________________________________________________________
41560 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
41561         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
41562              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41563              Date: Fri, 15 Jun 2001 19:10:57 -0400
41564              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
41565      Branch: perl
41566            ! os2/OS2/REXX/DLL/DLL.pm
41567 ____________________________________________________________________________
41568 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
41569         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
41570              From: "Craig A. Berry" <craigberry@mac.com>
41571              Date: Fri, 15 Jun 2001 17:00:03 -0500
41572              Message-Id: <a05101007b750342599be@[172.16.52.1]>
41573      Branch: perl
41574            ! vms/descrip_mms.template
41575 ____________________________________________________________________________
41576 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
41577         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
41578              From: "Craig A. Berry" <craigberry@mac.com>
41579              Date: Fri, 15 Jun 2001 18:39:42 -0500
41580              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
41581      Branch: perl
41582            ! lib/File/Spec/VMS.pm t/lib/extutils.t
41583 ____________________________________________________________________________
41584 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
41585         Log: Integrate perlio.
41586      Branch: perl
41587           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
41588           !> t/io/utf8.t t/lib/io_scalar.t
41589 ____________________________________________________________________________
41590 [ 10619] By: nick                                  on 2001/06/15  21:05:19
41591         Log: Generated files
41592      Branch: perlio
41593            ! embed.h proto.h
41594 ____________________________________________________________________________
41595 [ 10618] By: nick                                  on 2001/06/15  20:27:42
41596         Log: Fix open.pm to work via XS-implemented method calls rather
41597              than *open::layers variables which caused all the HV/AV hassle.
41598      Branch: perlio
41599            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
41600            ! t/lib/io_scalar.t
41601 ____________________________________________________________________________
41602 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
41603         Log: Integrate perlio.
41604      Branch: perl
41605           !> lib/ExtUtils/Constant.pm
41606 ____________________________________________________________________________
41607 [ 10616] By: nick                                  on 2001/06/15  18:46:47
41608         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
41609      Branch: perlio
41610            ! lib/ExtUtils/Constant.pm
41611 ____________________________________________________________________________
41612 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
41613         Log: Integrate perlio.
41614      Branch: perl
41615           !> ext/Socket/Socket.xs
41616 ____________________________________________________________________________
41617 [ 10614] By: nick                                  on 2001/06/15  18:33:37
41618         Log: MULTIPLICITY fix for Socket.xs
41619      Branch: perlio
41620            ! ext/Socket/Socket.xs
41621 ____________________________________________________________________________
41622 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
41623         Log: Subject: Re: perl@10611
41624              From: Doug MacEachern <dougm@covalent.net>
41625              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
41626              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
41627      Branch: perl
41628            ! ext/Socket/Socket.xs
41629 ____________________________________________________________________________
41630 [ 10612] By: nick                                  on 2001/06/15  16:14:38
41631         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
41632      Branch: perlio
41633           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
41634           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
41635           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
41636           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
41637           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
41638           !> utils/h2ph.PL
41639 ____________________________________________________________________________
41640 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
41641         Log: Update Changes.
41642      Branch: perl
41643            ! Changes patchlevel.h
41644 ____________________________________________________________________________
41645 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
41646         Log: Upping the test count.
41647      Branch: perl
41648            ! t/lib/filefind.t
41649 ____________________________________________________________________________
41650 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
41651         Log: Integrate perlio.
41652      Branch: perl
41653           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
41654 ____________________________________________________________________________
41655 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
41656         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
41657              From: andreas.koenig@anima.de (Andreas J. Koenig)
41658              Date: 15 Jun 2001 13:30:39 +0200
41659              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
41660              
41661              Record the grim history.
41662      Branch: perl
41663            ! lib/File/Find.pm
41664 ____________________________________________________________________________
41665 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
41666         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
41667              From: Brian McCauley <nobull@mail.com>
41668              Date: 15 Jun 2001 07:51:26 +0100
41669              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
41670      Branch: perl
41671            ! lib/File/Find.pm t/lib/filefind.t
41672 ____________________________________________________________________________
41673 [ 10606] By: nick                                  on 2001/06/15  14:00:08
41674         Log: regen_config_h for Win32.
41675      Branch: perlio
41676            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41677 ____________________________________________________________________________
41678 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
41679         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
41680              From: Peter Prymmer <pvhp@forte.com>
41681              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
41682              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
41683      Branch: perl
41684            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
41685 ____________________________________________________________________________
41686 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
41687         Log: Some filesystems require writability for rename/unlink.
41688      Branch: perl
41689            ! opcode.pl
41690 ____________________________________________________________________________
41691 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
41692         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
41693              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
41694              Date: Fri, 15 Jun 2001 12:08:53 +0200
41695              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
41696      Branch: perl
41697            ! perlio.c
41698 ____________________________________________________________________________
41699 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
41700         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
41701              From: Mike Guy <mjtg@cam.ac.uk>
41702              Date: Fri, 15 Jun 2001 14:11:49 +0100
41703              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
41704      Branch: perl
41705            ! opcode.pl
41706 ____________________________________________________________________________
41707 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
41708         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
41709              From: Nicholas Clark <nick@ccl4.org>
41710              Date: Thu, 14 Jun 2001 23:52:56 +0100
41711              Message-ID: <20010614235256.G98663@plum.flirble.org>
41712      Branch: perl
41713            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
41714            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
41715 ____________________________________________________________________________
41716 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
41717         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
41718              From: Russ Allbery <rra@stanford.edu>
41719              Date: 14 Jun 2001 13:24:43 -0700
41720              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
41721      Branch: perl
41722            ! ext/GDBM_File/GDBM_File.pm
41723 ____________________________________________________________________________
41724 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
41725         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
41726              From: Nicholas Clark <nick@ccl4.org>
41727              Date: Thu, 14 Jun 2001 20:37:47 +0100
41728              Message-ID: <20010614203747.F98663@plum.flirble.org>
41729      Branch: perl
41730            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
41731            ! t/lib/gdbm.t
41732 ____________________________________________________________________________
41733 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
41734         Log: Integrate perlio.
41735      Branch: perl
41736           !> makedef.pl sv.c
41737 ____________________________________________________________________________
41738 [ 10597] By: nick                                  on 2001/06/15  11:08:13
41739         Log: Check that HVs with HvNAME() != NULL are really stashes before
41740              treating them as such. Also be more defensive on the GvCV.
41741              Win32 fork and dprof now working again. 
41742      Branch: perlio
41743            ! sv.c
41744 ____________________________________________________________________________
41745 [ 10596] By: nick                                  on 2001/06/15  10:11:20
41746         Log: Integrate mainline.
41747      Branch: perlio
41748           +> Cross/README
41749           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
41750           !> Porting/config_H config_h.SH configure.com epoc/config.sh
41751           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
41752           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41753           !> vos/config.ga.h win32/config.bc win32/config.gc
41754           !> win32/config.vc win32/config_H.bc win32/config_H.gc
41755           !> win32/config_H.vc
41756 ____________________________________________________________________________
41757 [ 10595] By: nick                                  on 2001/06/15  09:37:17
41758         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
41759              - Win32 (VC++) now builds but fails:
41760              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
41761              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
41762              write.t    - open(...,"|-") not implemented on Win32 
41763      Branch: perlio
41764            ! makedef.pl
41765 ____________________________________________________________________________
41766 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
41767         Log: Integrate perlio.
41768      Branch: perl
41769           !> perlio.c win32/makefile.mk
41770 ____________________________________________________________________________
41771 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
41772         Log: Metaconfig unit changes for #10592.
41773      Branch: metaconfig
41774            + U/modified/i_varhdr.U U/modified/startsh.U
41775            - U/a_dvisory/crosscompile.U U/target/Target.U
41776            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
41777            ! U/compline/bitpbyte.U U/compline/byteorder.U
41778            ! U/compline/ccflags.U U/compline/charsize.U
41779            ! U/compline/d_casti32.U U/compline/d_castneg.U
41780            ! U/compline/d_closedir.U U/compline/d_fd_set.U
41781            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
41782            ! U/compline/d_keepsig.U U/compline/d_open3.U
41783            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
41784            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
41785            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
41786            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
41787            ! U/compline/doublesize.U U/compline/floatsize.U
41788            ! U/compline/nblock_io.U U/compline/orderlib.U
41789            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
41790            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
41791            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
41792            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
41793            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
41794            ! U/modified/spitshell.U U/threads/archname.U
41795            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
41796            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
41797            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
41798            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
41799            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
41800      Branch: metaconfig/U/perl
41801            + Cross.U
41802            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
41803            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
41804            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
41805            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
41806            ! stdio_streams.U uselfs.U
41807 ____________________________________________________________________________
41808 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
41809         Log: The first steps towards cross-compilation.
41810              
41811              Abstract execution of compiled test executables with $run,
41812              and abstract transfer of files with $to and $from.
41813              
41814              Under cross-compilation the $run, $to, and $from will point
41815              to appropriate wrapper scripts, by default ssh and scp,
41816              but also rsh, rcp, and cp are supported.  If not
41817              cross-compiling, they will be set to '', ':', and ':',
41818              respectively.
41819              
41820              With these patches I was able to get Configure for
41821              iPAQ ARM Linux on an Intel Linux about 95% right
41822              (only a few tests failed to execute or they produced
41823              incorrect results), and I was able to compile
41824              a functional miniperl.
41825              
41826              The symbol crosscompile renamed to be usecrosscompile,
41827              the corresponding C symbol from CROSSCOMPILE to
41828              USE_CROSS_COMPILE.
41829      Branch: perl
41830            ! Configure Cross/README Makefile.SH Porting/Glossary
41831            ! Porting/config.sh Porting/config_H config_h.SH configure.com
41832            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
41833            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
41834            ! vos/config.ga.def vos/config.ga.h win32/config.bc
41835            ! win32/config.gc win32/config.vc win32/config_H.bc
41836            ! win32/config_H.gc win32/config_H.vc
41837 ____________________________________________________________________________
41838 [ 10591] By: nick                                  on 2001/06/14  20:00:12
41839         Log: Steps along the road toward Win32 building again.
41840      Branch: perlio
41841            ! perlio.c win32/makefile.mk
41842 ____________________________________________________________________________
41843 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
41844         Log: Integrate perlio.
41845      Branch: perl
41846           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
41847 ____________________________________________________________________________
41848 [ 10589] By: nick                                  on 2001/06/14  13:54:07
41849         Log: Routine regen_config_h for Win32
41850      Branch: perlio
41851            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41852 ____________________________________________________________________________
41853 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
41854         Log: Integrate perlio.
41855      Branch: perl
41856           +> perlyline.pl
41857           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
41858 ____________________________________________________________________________
41859 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
41860         Log: A placeholder.
41861      Branch: perl
41862            + Cross/README
41863 ____________________________________________________________________________
41864 [ 10586] By: nick                                  on 2001/06/14  08:25:07
41865         Log: Add new step to run_byacc which:
41866              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
41867              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
41868      Branch: perlio
41869            + perlyline.pl
41870            ! MANIFEST Makefile.SH perly.c
41871 ____________________________________________________________________________
41872 [ 10585] By: nick                                  on 2001/06/14  08:22:29
41873         Log: Integrate mainline
41874      Branch: perlio
41875           +> locale.c numeric.c
41876           !> Changes cygwin/Makefile.SHs embed.h embed.pl
41877           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
41878           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
41879           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
41880           !> x2p/Makefile.SH
41881 ____________________________________________________________________________
41882 [ 10584] By: nick                                  on 2001/06/14  08:05:53
41883         Log: Hack to remove insecure directories from PATH so test will run.
41884      Branch: perlio
41885            ! t/lib/filefind.t
41886 ____________________________________________________________________________
41887 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
41888         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
41889      Branch: perl
41890            - t/lib/mbimbf.t
41891            ! MANIFEST
41892 ____________________________________________________________________________
41893 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
41894         Log: Detypo.
41895      Branch: perl
41896            ! x2p/Makefile.SH
41897 ____________________________________________________________________________
41898 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
41899         Log: de-$CONFIG continues.
41900      Branch: perl
41901            ! cygwin/Makefile.SHs x2p/Makefile.SH
41902 ____________________________________________________________________________
41903 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
41904         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
41905              From: Nicholas Clark <nick@ccl4.org>
41906              Date: Wed, 13 Jun 2001 21:20:13 +0100
41907              Message-ID: <20010613212013.D98663@plum.flirble.org>
41908      Branch: perl
41909            ! opcode.pl
41910 ____________________________________________________________________________
41911 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
41912         Log: Subject: splitting util.c
41913              From: Hugo <hv@crypt.compulink.co.uk>
41914              Date: Thu, 14 Jun 2001 00:41:08 +0100
41915              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
41916      Branch: perl
41917            + locale.c numeric.c
41918            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
41919            ! pod/perlapi.pod proto.h util.c
41920 ____________________________________________________________________________
41921 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
41922         Log: Upgrade to Math::BigInt 1.34 from Tels.
41923      Branch: perl
41924            + t/lib/mbimbf.t
41925            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
41926            ! t/lib/bigfltpm.t t/lib/bigintpm.t
41927 ____________________________________________________________________________
41928 [ 10577] By: nick                                  on 2001/06/13  19:02:48
41929         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
41930      Branch: perlio
41931           !> (integrate 125 files)
41932 ____________________________________________________________________________
41933 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
41934         Log: Update Changes.
41935      Branch: perl
41936            ! Changes patchlevel.h
41937 ____________________________________________________________________________
41938 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
41939         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
41940              From: "Craig A. Berry" <craigberry@mac.com>
41941              Date: Wed, 13 Jun 2001 13:24:28 -0500
41942              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
41943      Branch: perl
41944            ! ext/re/Makefile.PL
41945 ____________________________________________________________________________
41946 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
41947         Log: Mc.u.c. for #10573.
41948      Branch: metaconfig
41949            ! U/threads/usethreads.U
41950 ____________________________________________________________________________
41951 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
41952         Log: It would be also be good if I could type.
41953      Branch: perl
41954            ! Configure
41955 ____________________________________________________________________________
41956 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
41957         Log: Metaconfig unit change for #10571.
41958      Branch: metaconfig
41959            ! U/threads/usethreads.U
41960 ____________________________________________________________________________
41961 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
41962         Log: A non-empty default is a good thing.
41963      Branch: perl
41964            ! Configure
41965 ____________________________________________________________________________
41966 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
41967         Log: Metaconfig unit change for #10569.
41968      Branch: metaconfig
41969            ! U/threads/usethreads.U
41970 ____________________________________________________________________________
41971 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
41972         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
41973              extremely experimental, not even prompted for.
41974      Branch: perl
41975            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41976            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
41977            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
41978            ! win32/config.bc win32/config.gc win32/config.vc
41979 ____________________________________________________________________________
41980 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
41981         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
41982      Branch: perl
41983            ! pod/perlfaq6.pod
41984 ____________________________________________________________________________
41985 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
41986         Log: Integrate perlio; conflicts, accept Nick's versions.
41987      Branch: perl
41988           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
41989           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
41990 ____________________________________________________________________________
41991 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
41992         Log: Subject: Re: ext/ + -Wall
41993              From: Doug MacEachern <dougm@covalent.net>
41994              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
41995              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
41996      Branch: perl
41997            ! XSUB.h lib/ExtUtils/xsubpp perl.h
41998 ____________________________________________________________________________
41999 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
42000         Log: Similar logic as DB_File.xs, using the modern macros and
42001              defines them to older ones for older Perls where PERL_VERSION
42002              is not defined, from Doug MacEachern.
42003      Branch: perl
42004            ! ext/Storable/Storable.xs
42005 ____________________________________________________________________________
42006 [ 10564] By: nick                                  on 2001/06/13  15:22:01
42007         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
42008              and using that instead (name lookups are sequential search for now).
42009      Branch: perlio
42010            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
42011            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
42012 ____________________________________________________________________________
42013 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
42014         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
42015              From: "Richard Soderberg" <rs@crystalflame.net>
42016              Date: Sat, 26 May 2001 06:44:20 -0700
42017              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
42018      Branch: perl
42019            ! sv.c t/op/glob.t
42020 ____________________________________________________________________________
42021 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
42022         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
42023              From: "Craig A. Berry" <craigberry@mac.com>
42024              Date: Tue, 12 Jun 2001 23:55:26 -0500
42025              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
42026      Branch: perl
42027            ! ext/re/Makefile.PL ext/re/re.xs
42028 ____________________________________________________________________________
42029 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
42030         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
42031              suggested by NI-S.
42032      Branch: perl
42033            ! XSUB.h malloc.c perl.h
42034 ____________________________________________________________________________
42035 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
42036         Log: Regen toc.
42037      Branch: perl
42038            ! pod/perltoc.pod
42039 ____________________________________________________________________________
42040 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
42041         Log: Subject: [patch] perl.gprof control
42042              From: Doug MacEachern <dougm@covalent.net>
42043              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
42044              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
42045      Branch: perl
42046            ! miniperlmain.c perl.h
42047 ____________________________________________________________________________
42048 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
42049         Log: Subject: Re: ext/ + -Wall
42050              From: Doug MacEachern <dougm@covalent.net>
42051              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
42052              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
42053              
42054              Document ax and break up dXSARGS.
42055      Branch: perl
42056            ! XSUB.h pod/perlapi.pod
42057 ____________________________________________________________________________
42058 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
42059         Log: More AIX tweakage from Merijn.
42060      Branch: perl
42061            ! hints/aix.sh
42062 ____________________________________________________________________________
42063 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
42064         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
42065              From: "Craig A. Berry" <craigberry@mac.com>
42066              Date: Tue, 12 Jun 2001 22:57:45 -0500
42067              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
42068      Branch: perl
42069            ! vms/descrip_mms.template
42070 ____________________________________________________________________________
42071 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
42072         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
42073              From: "Craig A. Berry" <craigberry@mac.com>
42074              Date: Tue, 12 Jun 2001 22:21:39 -0500
42075              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
42076      Branch: perl
42077            ! configure.com util.c
42078 ____________________________________________________________________________
42079 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
42080         Log: New AIX dynaloading code from Jens-Uwe Mager.
42081              Does break binary compatibility.
42082      Branch: perl
42083            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
42084 ____________________________________________________________________________
42085 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
42086         Log: VMS DEC C compiler found nits by Peter Prymmer.
42087      Branch: perl
42088            ! util.c
42089 ____________________________________________________________________________
42090 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
42091         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
42092              From: Peter Prymmer <pvhp@forte.com>
42093              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
42094              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
42095      Branch: perl
42096            ! t/lib/filecomp.t
42097 ____________________________________________________________________________
42098 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
42099         Log: I wonder how many $CONFIGs still lurk in the shadows.
42100      Branch: perl
42101            ! pod/Makefile.SH x2p/cflags.SH
42102 ____________________________________________________________________________
42103 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
42104         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
42105      Branch: perl
42106            ! pod/checkpods.PL
42107 ____________________________________________________________________________
42108 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
42109         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
42110      Branch: perl
42111            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
42112 ____________________________________________________________________________
42113 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
42114         Log: Subject: [patch] rid local_patches warnings
42115              From: Doug MacEachern <dougm@covalent.net>
42116              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
42117              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
42118      Branch: perl
42119            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
42120 ____________________________________________________________________________
42121 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
42122         Log: Subject: Re: ext/ + -Wall
42123              From: Doug MacEachern <dougm@covalent.net>
42124              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
42125              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
42126      Branch: perl
42127            ! ext/attrs/attrs.xs
42128 ____________________________________________________________________________
42129 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
42130         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
42131              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
42132              Date: Tue, 12 Jun 2001 14:36:20 -0400
42133              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
42134      Branch: perl
42135            ! pod/perlretut.pod
42136 ____________________________________________________________________________
42137 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
42138         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
42139              From: Mike Guy <mjtg@cam.ac.uk>
42140              Date: Tue, 12 Jun 2001 19:10:31 +0100
42141              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
42142              
42143              Subject: Re: [ID 20010612.001] out of memory during regex compilation
42144              From: Mike Guy <mjtg@cam.ac.uk>
42145              Date: Tue, 12 Jun 2001 19:21:01 +0100
42146              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
42147      Branch: perl
42148            ! pod/perlop.pod
42149 ____________________________________________________________________________
42150 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
42151         Log: AIX tweaks from Merijn H. Brand.
42152      Branch: perl
42153            ! hints/aix.sh
42154 ____________________________________________________________________________
42155 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
42156         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
42157              From: "Brendan O'Dea" <bod@compusol.com.au>
42158              Date: Wed, 13 Jun 2001 05:16:47 +1000
42159              Message-ID: <20010613051647.A8945@compusol.com.au>
42160      Branch: maint-5.6/perl
42161            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
42162 ____________________________________________________________________________
42163 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
42164         Log: Subject: Small bcopy cleanup
42165              From: Andy Dougherty <doughera@lafayette.edu>
42166              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
42167              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
42168      Branch: perl
42169            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
42170 ____________________________________________________________________________
42171 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
42172         Log: Subject: [PATCH] Re: ext/ + -Wall
42173              From: Nicholas Clark <nick@ccl4.org>
42174              Date: Wed, 13 Jun 2001 00:04:30 +0100
42175              Message-ID: <20010613000430.M5901@plum.flirble.org>
42176      Branch: perl
42177            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
42178 ____________________________________________________________________________
42179 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
42180         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
42181              From: Nicholas Clark <nick@ccl4.org>
42182              Date: Tue, 12 Jun 2001 23:53:07 +0100
42183              Message-ID: <20010612235307.L5901@plum.flirble.org>
42184      Branch: perl
42185            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
42186 ____________________________________________________________________________
42187 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
42188         Log: MPE/iX tweaks from Mark Bixby.
42189      Branch: perl
42190            ! hints/mpeix.sh mpeix/mpeixish.h util.c
42191 ____________________________________________________________________________
42192 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
42193         Log: Update Changes.
42194      Branch: perl
42195            ! Changes patchlevel.h
42196 ____________________________________________________________________________
42197 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
42198         Log: One less -Wall whine (found under DEBUGGING).
42199      Branch: perl
42200            ! x2p/Makefile.SH x2p/a2p.c
42201 ____________________________________________________________________________
42202 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
42203         Log: s/case-independent/case-insensitive/g
42204      Branch: perl
42205            ! pod/perldebug.pod
42206 ____________________________________________________________________________
42207 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
42208         Log: As suggested in    
42209              
42210              Subject: Re: ext/ + -Wall
42211              From: Gurusamy Sarathy <gsar@ActiveState.com>
42212              Date: Mon, 11 Jun 2001 23:34:31 -0700
42213              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
42214      Branch: perl
42215            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
42216            ! perl.h
42217 ____________________________________________________________________________
42218 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
42219         Log: Subject: ext/ + -Wall
42220              From: Doug MacEachern <dougm@covalent.net>
42221              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
42222              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
42223      Branch: perl
42224            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
42225            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
42226            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
42227            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
42228            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
42229            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
42230            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
42231            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
42232            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
42233            ! lib/ExtUtils/xsubpp
42234 ____________________________________________________________________________
42235 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
42236         Log: Subject: [PATCH] anonymous stashes
42237              From: Abhijit Menon-Sen <ams@wiw.org>
42238              Date: Tue, 12 Jun 2001 12:47:04 +0530
42239              Message-ID: <20010612124704.A29029@lustre.linux.in>
42240      Branch: perl
42241            ! dump.c gv.c sv.c xsutils.c
42242 ____________________________________________________________________________
42243 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
42244         Log: One more test for $^S.
42245      Branch: perl
42246            ! t/op/magic.t
42247 ____________________________________________________________________________
42248 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
42249         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
42250              From: Abhijit Menon-Sen <ams@wiw.org>
42251              Date: Tue, 12 Jun 2001 17:35:55 +0530
42252              Message-ID: <20010612173555.A32426@lustre.linux.in>
42253      Branch: perl
42254            ! mg.c t/op/magic.t
42255 ____________________________________________________________________________
42256 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
42257         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
42258              From: Mike Guy <mjtg@cam.ac.uk>
42259              Date: Tue, 12 Jun 2001 13:14:15 +0100
42260              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
42261      Branch: perl
42262            ! pod/perlop.pod
42263 ____________________________________________________________________________
42264 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
42265         Log: AUTHORS updates.
42266      Branch: perl
42267            ! AUTHORS
42268 ____________________________________________________________________________
42269 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
42270         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
42271              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
42272              Content-Transfer-Encoding: 7bit
42273              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
42274      Branch: perl
42275            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
42276 ____________________________________________________________________________
42277 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
42278         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
42279              From: "Philip Newton" <Philip.Newton@gmx.net>
42280              Date: Mon, 11 Jun 2001 07:08:03 +0200
42281              Message-Id: <200106120802.LAA08992@taas.iki.fi>
42282      Branch: perl
42283            ! t/base/term.t
42284 ____________________________________________________________________________
42285 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
42286         Log: Cleanup the a2p.c for -Wall.
42287      Branch: perl
42288            ! x2p/Makefile.SH x2p/a2p.c
42289 ____________________________________________________________________________
42290 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
42291         Log: File::Find update for MacOS from Chris Nandor.
42292      Branch: perl
42293            ! lib/File/Find.pm t/lib/filefind.t
42294 ____________________________________________________________________________
42295 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
42296         Log: gcc -Wall nits picked out by a non-UNIX system
42297              (courtesy of Mark Bixby)
42298      Branch: perl
42299            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
42300            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
42301            ! pp_sys.c util.c
42302 ____________________________________________________________________________
42303 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
42304         Log: Metaconfig unit change for #10522.  (The d_modfl changes
42305              placate metalint.)
42306      Branch: metaconfig/U/perl
42307            ! d_modfl.U d_u32align.U
42308 ____________________________________________________________________________
42309 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
42310         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
42311              be "./try 2>&1 >/dev/null".
42312      Branch: perl
42313            ! Configure
42314 ____________________________________________________________________________
42315 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
42316         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
42317              From: "Craig A. Berry" <craigberry@mac.com>
42318              Date: Mon, 11 Jun 2001 14:00:32 -0500
42319              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
42320      Branch: perl
42321            ! configure.com
42322 ____________________________________________________________________________
42323 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
42324         Log: Move the full \p\P lists to perlunicode.
42325      Branch: perl
42326            ! pod/perlretut.pod pod/perlunicode.pod
42327 ____________________________________________________________________________
42328 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
42329         Log: VOS build tweak for 5.6.1 from Paul Green.
42330      Branch: maint-5.6/perl
42331            ! vos/build.cm
42332 ____________________________________________________________________________
42333 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
42334         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
42335              From: "Craig A. Berry" <craigberry@mac.com>
42336              Date: Fri, 8 Jun 2001 18:08:18 -0500
42337              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
42338      Branch: perl
42339            ! vms/vms.c
42340 ____________________________________________________________________________
42341 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
42342         Log: Update Changes.
42343      Branch: perl
42344            ! Changes patchlevel.h
42345 ____________________________________________________________________________
42346 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
42347         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
42348      Branch: perl
42349            ! vos/config.alpha.h vos/config.ga.h
42350 ____________________________________________________________________________
42351 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
42352         Log: VOS updates from Paul Green for @10476.
42353      Branch: perl
42354            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
42355            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42356            ! vos/config.ga.h vos/configure_perl.cm
42357 ____________________________________________________________________________
42358 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
42359         Log: Subject: [PATCH] Not many people know this ...
42360              From: Mike Guy <mjtg@cam.ac.uk>
42361              Date: Mon, 11 Jun 2001 14:55:15 +0100
42362              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
42363      Branch: perl
42364            ! pod/perldebug.pod
42365 ____________________________________________________________________________
42366 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
42367         Log: Add final commas to lists as suggested by Philip Newton.
42368      Branch: perl
42369            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
42370 ____________________________________________________________________________
42371 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
42372         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
42373              Date: Sun, 10 Jun 2001 23:35:38 -0400
42374              From: Chris Nandor <pudge@pobox.com>
42375              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
42376      Branch: perl
42377            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
42378            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
42379            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
42380            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
42381            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
42382            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
42383            ! t/op/write.t t/pragma/strict.t
42384 ____________________________________________________________________________
42385 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
42386         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
42387              From: Chris Nandor <pudge@pobox.com>
42388              Date: Mon, 11 Jun 2001 08:24:28 -0400
42389              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
42390      Branch: perl
42391            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
42392            ! t/lib/io_dir.t
42393 ____________________________________________________________________________
42394 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
42395         Log: One more run_byacc (a hand-tweaked version had slipped in).
42396      Branch: perl
42397            ! perly.c vms/perly_c.vms
42398 ____________________________________________________________________________
42399 [ 10509] By: nick                                  on 2001/06/11  07:49:15
42400         Log: Integrate mainline
42401      Branch: perlio
42402           !> Makefile.SH embed.h embed.pl global.sym
42403           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
42404           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
42405           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
42406           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
42407 ____________________________________________________________________________
42408 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
42409         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
42410              From: Mike Guy <mjtg@cam.ac.uk>
42411              Reply-To: mjtg@cam.ac.uk
42412              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
42413      Branch: perl
42414            ! lib/ExtUtils/Manifest.pm
42415 ____________________________________________________________________________
42416 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
42417         Log: Subject: [PATCH] ExtUtils::Constant
42418              From: Nicholas Clark <nick@ccl4.org>
42419              Date: Sun, 10 Jun 2001 23:25:41 +0100
42420              Message-ID: <20010610232540.C76396@plum.flirble.org>
42421      Branch: perl
42422            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
42423 ____________________________________________________________________________
42424 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
42425         Log: Integrate perlio.
42426      Branch: perl
42427           !> iperlsys.h
42428 ____________________________________________________________________________
42429 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
42430         Log: Move the grok_number and its lieutenant grok_numeric_radix
42431              from sv.c statics to util.c and public.
42432      Branch: perl
42433            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
42434            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
42435 ____________________________________________________________________________
42436 [ 10504] By: nick                                  on 2001/06/10  17:47:06
42437         Log: Fix (valid) -Wall warnings in perlio.c
42438      Branch: perlio
42439            ! iperlsys.h
42440 ____________________________________________________________________________
42441 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
42442         Log: Update perly_c.diff, update perly.fixer to edit away
42443              some of the -Wall noise.
42444      Branch: perl
42445            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
42446 ____________________________________________________________________________
42447 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
42448         Log: Check the version of byacc.
42449      Branch: perl
42450            ! Makefile.SH
42451 ____________________________________________________________________________
42452 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
42453         Log: Subject: [PATCH] perly.y overhaul
42454              From: Simon Cozens <simon@netthink.co.uk>
42455              Date: Sun, 10 Jun 2001 16:56:54 +0100
42456              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
42457              
42458              Plus make run_byacc.
42459      Branch: perl
42460            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
42461 ____________________________________________________________________________
42462 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
42463         Log: Integrate perlio.
42464      Branch: perl
42465           !> perlio.c perlsfio.h
42466 ____________________________________________________________________________
42467 [ 10499] By: nick                                  on 2001/06/10  15:01:08
42468         Log: Integrate mainline
42469      Branch: perlio
42470           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
42471           !> t/pragma/locale.t util.c
42472 ____________________________________________________________________________
42473 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
42474         Log: Put some meat on the perl572delta bones.  The list of
42475              selected bug fixes needs more work, as does still the
42476              whole document.
42477      Branch: perl
42478            ! pod/perl572delta.pod
42479 ____________________________________________________________________________
42480 [ 10497] By: nick                                  on 2001/06/10  12:27:51
42481         Log: Paper over a crack or two with USE_SFIO
42482      Branch: perlio
42483            ! perlio.c perlsfio.h
42484 ____________________________________________________________________________
42485 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
42486         Log: Update Changes.
42487      Branch: perl
42488            ! Changes patchlevel.h
42489 ____________________________________________________________________________
42490 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
42491         Log: Subject: Re: pragma/locale.t #107
42492              From: Hugo <hv@crypt.compulink.co.uk>
42493              Date: Sun, 10 Jun 2001 11:23:30 +0100
42494              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
42495              
42496              Encapsulate the scan of the decimal radix separator.
42497      Branch: perl
42498            ! embed.h embed.pl proto.h sv.c
42499 ____________________________________________________________________________
42500 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
42501         Log: Try to grok numbers both with the locale specific separator
42502              and with the usual "." (if different from the lss); add a test
42503              to locale.t to do also a little bit of math in addition to just
42504              equalness testing; remove extraneous logic as suggested in
42505              
42506              Subject: Re: pragma/locale.t #107
42507              From: Nicholas Clark <nick@ccl4.org>
42508              Date: Sat, 9 Jun 2001 22:37:36 +0100
42509              Message-ID: <20010609223735.Y76396@plum.flirble.org>
42510      Branch: perl
42511            ! sv.c t/pragma/locale.t
42512 ____________________________________________________________________________
42513 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
42514         Log: Metaconfig unit change for #10492.
42515      Branch: metaconfig/U/perl
42516            ! Extensions.U
42517 ____________________________________________________________________________
42518 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
42519         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
42520              From: Artur Bergman <artur@contiller.se> 
42521              Date: Sat, 09 Jun 2001 21:03:51 +0200
42522              Message-ID: <B7483FB6.1398%artur@contiller.se>
42523      Branch: perl
42524            ! Configure
42525 ____________________________________________________________________________
42526 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
42527         Log: Integrate perlio.
42528      Branch: perl
42529           !> perlsfio.h
42530 ____________________________________________________________________________
42531 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
42532         Log: Do locale specific separator if only in locale.
42533      Branch: perl
42534            ! util.c
42535 ____________________________________________________________________________
42536 [ 10489] By: nick                                  on 2001/06/09  19:13:25
42537         Log: Make XS/Typemap compile (but fail) with sfio
42538      Branch: perlio
42539            ! perlsfio.h
42540 ____________________________________________________________________________
42541 [ 10488] By: nick                                  on 2001/06/09  19:12:51
42542         Log: Re-integrate mainline
42543      Branch: perlio
42544           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
42545           !> proto.h sv.c util.c
42546 ____________________________________________________________________________
42547 [ 10487] By: nick                                  on 2001/06/09  16:26:29
42548         Log: Integrate mainline
42549      Branch: perlio
42550           !> (integrate 31 files)
42551 ____________________________________________________________________________
42552 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
42553         Log: Subject: [PATCH] New attempt to clone callack
42554              From: Artur Bergman <artur@contiller.se> 
42555              Date: Thu, 07 Jun 2001 11:52:16 +0200
42556              Message-ID: <B7451B6F.12B7%artur@contiller.se>
42557      Branch: perl
42558            ! embedvar.h intrpvar.h perlapi.h sv.c
42559 ____________________________________________________________________________
42560 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
42561         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
42562      Branch: perl
42563            ! embed.h embed.pl perl.h proto.h sv.c util.c
42564 ____________________________________________________________________________
42565 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
42566         Log: Subject: Re: pragma/locale.t #107
42567              From: Nicholas Clark <nick@ccl4.org>
42568              Date: Sat, 9 Jun 2001 16:26:10 +0100
42569              Message-ID: <20010609162609.V76396@plum.flirble.org>
42570              
42571              A missing NVification.
42572      Branch: perl
42573            ! sv.c
42574 ____________________________________________________________________________
42575 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
42576         Log: Redo the #10482, there already was a test script for formats.
42577      Branch: perl
42578            - t/io/format.t
42579            ! MANIFEST t/op/write.t
42580 ____________________________________________________________________________
42581 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
42582         Log: Twisted format testing, from Merijn.
42583      Branch: perl
42584            + t/io/format.t
42585            ! MANIFEST
42586 ____________________________________________________________________________
42587 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
42588         Log: More \p{In...} testing, combined with \N{...}.
42589      Branch: perl
42590            ! lib/utf8_heavy.pl t/op/pat.t
42591 ____________________________________________________________________________
42592 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
42593         Log: Metaconfig changes for #10479.
42594      Branch: metaconfig
42595            ! U/Glossary.patch
42596      Branch: metaconfig/U/perl
42597            ! d_modfl.U
42598 ____________________________________________________________________________
42599 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
42600         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
42601      Branch: perl
42602            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42603            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
42604            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
42605            ! win32/config.bc win32/config.gc win32/config.vc
42606 ____________________________________________________________________________
42607 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
42608         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
42609              From: "Craig A. Berry" <craigberry@mac.com>
42610              Date: Thu, 7 Jun 2001 14:27:20 -0500
42611              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
42612      Branch: perl
42613            ! vms/perlvms.pod
42614 ____________________________________________________________________________
42615 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
42616         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
42617              From: Gisle Aas <gisle@ActiveState.com>
42618              Date: 07 Jun 2001 17:04:29 -0700
42619              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
42620      Branch: perl
42621            ! ext/re/re.xs
42622 ____________________________________________________________________________
42623 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
42624         Log: Update Changes.
42625      Branch: perl
42626            ! Changes patchlevel.h
42627 ____________________________________________________________________________
42628 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
42629         Log: Regen Glossary et alia.
42630      Branch: perl
42631            ! Porting/Glossary Porting/config.sh Porting/config_H
42632 ____________________________________________________________________________
42633 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
42634         Log: Metaconfig unit changes for #10473.
42635      Branch: metaconfig/U/perl
42636            ! d_modfl.U
42637 ____________________________________________________________________________
42638 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
42639         Log: Harumph, also AIX will spill its guts (i.e. dump core)
42640              if an executable contains modfl() but it hasn't been
42641              compiled right (in the case of AIX, with cc -qlongdouble).
42642      Branch: perl
42643            ! Configure
42644 ____________________________________________________________________________
42645 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
42646         Log: integrate change#10471 from mainline
42647              
42648              in change#10451, check that CvOUTSIDE is a CV before looking in
42649              (it can apparently be SVt_NULL during global destruction)
42650      Branch: maint-5.6/perl
42651           !> op.c
42652 ____________________________________________________________________________
42653 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
42654         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
42655              (it can apparently be SVt_NULL during global destruction)
42656      Branch: perl
42657            ! op.c
42658 ____________________________________________________________________________
42659 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
42660         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
42661              From: Robin Barker <rmb1@cise.npl.co.uk>
42662              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
42663              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
42664      Branch: perl
42665            ! lib/diagnostics.pm pod/perldiag.pod
42666 ____________________________________________________________________________
42667 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
42668         Log: Subject: [PATCH perl@10439] long =item
42669              From: Robin Barker <rmb1@cise.npl.co.uk>
42670              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
42671              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
42672      Branch: perl
42673            ! README.amiga lib/Attribute/Handlers.pm
42674            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
42675 ____________________________________________________________________________
42676 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
42677         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
42678              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
42679              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
42680              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
42681      Branch: perl
42682            ! pod/perlguts.pod
42683 ____________________________________________________________________________
42684 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
42685         Log: Integrate perlio.
42686      Branch: perl
42687           !> sv.c
42688 ____________________________________________________________________________
42689 [ 10466] By: nick                                  on 2001/06/07  10:25:40
42690         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
42691              whitespace tweaks.
42692              Still coredumps in pragma/overload.t - what a nice hard fail that is...
42693      Branch: perlio
42694            ! sv.c
42695 ____________________________________________________________________________
42696 [ 10465] By: nick                                  on 2001/06/07  08:41:58
42697         Log: Raw integrate of mainline for S_grok_number debug
42698              (sv.c has MULTIPLICITY issues as well as whatever else ...)
42699      Branch: perlio
42700            - plan9/perlplan9.doc plan9/perlplan9.pod
42701           !> (integrate 46 files)
42702 ____________________________________________________________________________
42703 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
42704         Log: The proper prototyping for #10463.
42705      Branch: perl
42706            ! embed.h embed.pl proto.h sv.c
42707 ____________________________________________________________________________
42708 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
42709         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
42710              From: Nicholas Clark <nick@ccl4.org>
42711              Date: Thu, 7 Jun 2001 00:29:59 +0100
42712              Message-ID: <20010607002959.Z76396@plum.flirble.org>
42713      Branch: perl
42714            ! sv.c
42715 ____________________________________________________________________________
42716 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
42717         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
42718              From: "Craig A. Berry" <craigberry@mac.com>
42719              Date: Wed, 06 Jun 2001 17:54:30 -0500
42720              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
42721      Branch: perl
42722            ! vms/perlvms.pod
42723 ____________________________________________________________________________
42724 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
42725         Log: Podify the remaining README.platform files;
42726              merge README.plan9 and plan9/perlplan9.pod;
42727              delete plan9/perlplan9.* (the perlplan.doc needs to
42728              be regenerated in Plan 9); make the =head1 and =head2
42729              in the README.platform to be a little more verbose
42730              (skipped README.os2 not to anger Ilya) so that they
42731              look better in the toc; regen toc.
42732      Branch: perl
42733            - plan9/perlplan9.doc plan9/perlplan9.pod
42734            ! MANIFEST README.aix README.amiga README.apollo README.beos
42735            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
42736            ! README.hpux README.hurd README.machten README.macos
42737            ! README.micro README.mint README.mpeix README.os390
42738            ! README.plan9 README.qnx README.solaris README.threads
42739            ! README.tru64 README.vmesa README.vms README.vos README.win32
42740            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
42741            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
42742 ____________________________________________________________________________
42743 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
42744         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
42745              From: Mike Guy <mjtg@cam.ac.uk>
42746              Reply-To: mjtg@cam.ac.uk
42747              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
42748      Branch: perl
42749            ! pod/perlguts.pod
42750 ____________________________________________________________________________
42751 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
42752         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
42753              From: Mike Guy <mjtg@cam.ac.uk>
42754              Reply-To: mjtg@cam.ac.uk
42755              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
42756      Branch: perl
42757            ! pod/perlsec.pod
42758 ____________________________________________________________________________
42759 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
42760         Log: Disable long doubles from pre-5.0 Tru64s.
42761      Branch: perl
42762            ! README.tru64 hints/dec_osf.sh
42763 ____________________________________________________________________________
42764 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
42765         Log: The #10455 exposed that modfl() is fundamentally busted
42766              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
42767              testing it.
42768      Branch: perl
42769            ! hints/dec_osf.sh
42770 ____________________________________________________________________________
42771 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
42772         Log: Metaconfig unit change for #10455.
42773      Branch: metaconfig/U/perl
42774            ! d_modfl.U
42775 ____________________________________________________________________________
42776 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
42777         Log: Configure check for geborken modfl(), inspired by
42778              
42779              Subject: Re: [20010118.017] op/int.t failure 
42780              From: Hugo <hv@crypt.compulink.co.uk>
42781              Date: Tue, 05 Jun 2001 13:43:27 +0100
42782              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
42783      Branch: perl
42784            ! Configure
42785 ____________________________________________________________________________
42786 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
42787         Log: Integrate changes #10450 and #10451 from maintperl:
42788              
42789              optimize change#10448 slightly (don't repeat search in eval""s lexical
42790              scope, since that has already been searched)
42791              
42792              change#9108 needs subtler treatment for case of closures created
42793              within eval""
42794      Branch: perl
42795           !> op.c t/op/misc.t
42796 ____________________________________________________________________________
42797 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
42798         Log: MakeMaker magic to compile (when no dynamic loading)
42799              List/Util.xsc as (ListUtil.c and) ListUtil.o since
42800              POSIX-BC (BS2000) linker has an evil limitation of
42801              being unable to include in the same executable several
42802              object files with the same name - case-insensitively -
42803              because otherwise we conflict with util.c.
42804              Strictly speaking currently required only in POSIX-BC
42805              but probably will do no harm elsewhere where static
42806              linking is required.
42807      Branch: perl
42808            ! ext/List/Util/Makefile.PL
42809 ____________________________________________________________________________
42810 [ 10452] By: nick                                  on 2001/06/06  08:59:51
42811         Log: Integrate mainline.
42812      Branch: perlio
42813           +> lib/Attribute/Handlers/demo/Demo.pm
42814           +> lib/Attribute/Handlers/demo/Descriptions.pm
42815           +> lib/Attribute/Handlers/demo/MyClass.pm
42816           +> lib/Attribute/Handlers/demo/demo.pl
42817           +> lib/Attribute/Handlers/demo/demo2.pl
42818           +> lib/Attribute/Handlers/demo/demo3.pl
42819           +> lib/Attribute/Handlers/demo/demo4.pl
42820           +> lib/Attribute/Handlers/demo/demo_call.pl
42821           +> lib/Attribute/Handlers/demo/demo_chain.pl
42822           +> lib/Attribute/Handlers/demo/demo_cycle.pl
42823           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
42824           +> lib/Attribute/Handlers/demo/demo_phases.pl
42825           +> lib/Attribute/Handlers/demo/demo_range.pl
42826           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
42827           +> uts/strtol_wrap.c
42828           !> (integrate 91 files)
42829 ____________________________________________________________________________
42830 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
42831         Log: change#9108 needs subtler treatment for case of closures created
42832              within eval""
42833      Branch: maint-5.6/perl
42834            ! op.c t/op/misc.t
42835 ____________________________________________________________________________
42836 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
42837         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
42838              scope, since that has already been searched)
42839      Branch: maint-5.6/perl
42840            ! op.c
42841 ____________________________________________________________________________
42842 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
42843         Log: Integrate change #10448 from maintperl; lexicals
42844              outside an eval"" weren't resolved correctly inside a subroutine
42845              definition inside the eval"" if they were not already referenced
42846              in the toplevel of the eval""-ed code
42847      Branch: perl
42848           !> cop.h op.c pp_ctl.c t/op/misc.t
42849 ____________________________________________________________________________
42850 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
42851         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
42852              outside an eval"" weren't resolved correctly inside a subroutine
42853              definition inside the eval"" if they were not already referenced
42854              in the toplevel of the eval""-ed code
42855      Branch: maint-5.6/perl
42856            ! cop.h op.c pp_ctl.c t/op/misc.t
42857 ____________________________________________________________________________
42858 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
42859         Log: Subject: [PATCH] perl570delta.pod
42860              From: Peter Scott <Peter@PSDT.com> 
42861              Date: Tue, 05 Jun 2001 18:51:02 -0700
42862              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
42863      Branch: perl
42864            ! pod/perl570delta.pod
42865 ____________________________________________________________________________
42866 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
42867         Log: The fudge factor is no more needed.  I hope.
42868      Branch: perl
42869            ! t/lib/posix.t
42870 ____________________________________________________________________________
42871 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
42872         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
42873              From: Hugo <hv@crypt.compulink.co.uk>
42874              Date: Tue, 05 Jun 2001 12:58:19 +0100
42875              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
42876      Branch: perl
42877            ! util.c
42878 ____________________________________________________________________________
42879 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
42880         Log: Make up prototypes only for those who have the functions
42881              but not the prototypes.
42882      Branch: perl
42883            ! perl.h
42884 ____________________________________________________________________________
42885 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
42886         Log: Subject: Re: Not OK: perl@10439 on win32 
42887              From: Prymmer/Kahn <pvhp@best.com> 
42888              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
42889              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
42890      Branch: perl
42891            ! perl.h util.c
42892 ____________________________________________________________________________
42893 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
42894         Log: The metaconfig units changes for #10441.
42895      Branch: metaconfig
42896            ! U/modified/Extract.U U/modified/Extractall.U
42897            ! U/modified/Finish.U
42898 ____________________________________________________________________________
42899 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
42900         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
42901      Branch: perl
42902            ! Configure
42903 ____________________________________________________________________________
42904 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
42905         Log: Unnecessary fuzziness undone, noted by Mike Guy.
42906      Branch: perl
42907            ! t/op/tr.t
42908 ____________________________________________________________________________
42909 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
42910         Log: Update Changes.
42911      Branch: perl
42912            ! Changes patchlevel.h
42913 ____________________________________________________________________________
42914 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
42915         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
42916              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
42917              leakage patch.
42918      Branch: perl
42919            ! t/op/misc.t
42920 ____________________________________________________________________________
42921 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
42922         Log: Test case for #10433/#10424.
42923      Branch: perl
42924            ! t/op/misc.t
42925 ____________________________________________________________________________
42926 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
42927         Log: Subject: One fix for strtoul not setting errno
42928              From: hom00@utsglobal.com (Hal Morris)
42929              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
42930              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
42931      Branch: perl
42932            + uts/strtol_wrap.c
42933            ! MANIFEST hints/uts.sh
42934 ____________________________________________________________________________
42935 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
42936         Log: Metaconfig units changes for #10434.
42937      Branch: metaconfig
42938            ! U/modified/Cppsym.U
42939      Branch: metaconfig/U/perl
42940            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
42941            + d_syscallproto.U d_usleepproto.U
42942            ! longdblfio.U quadfio.U
42943 ____________________________________________________________________________
42944 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
42945         Log: Configure tweaks; add prototype probes, make the cpp symbols
42946              probe to cast, not whine; test for %Ld and %Lf before %lld and
42947              %llf because the L is the ANSI way.
42948      Branch: perl
42949            ! Configure config_h.SH configure.com epoc/config.sh
42950            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
42951            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
42952            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
42953 ____________________________________________________________________________
42954 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
42955         Log: Sigh.  This is what #10424 was supposed to check in.
42956      Branch: perl
42957            ! op.c sv.c sv.h
42958 ____________________________________________________________________________
42959 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
42960         Log: More verbose failure.
42961      Branch: perl
42962            ! t/op/ver.t
42963 ____________________________________________________________________________
42964 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
42965         Log: The .pm changes to go with #10428.
42966      Branch: perl
42967            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
42968            ! ext/Sys/Syslog/Syslog.pm
42969 ____________________________________________________________________________
42970 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
42971         Log: On second thoughts show to utf8 skippage message only
42972              on failures, it's too confusing otherwise,
42973      Branch: perl
42974            ! t/pragma/locale.t
42975 ____________________________________________________________________________
42976 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
42977         Log: Do not import anything from Encode.
42978      Branch: perl
42979            ! ext/MIME/Base64/QuotedPrint.pm
42980 ____________________________________________________________________________
42981 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
42982         Log: The #10402 didn't take.  Weird.
42983      Branch: perl
42984            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
42985            ! ext/Sys/Syslog/Syslog.xs
42986 ____________________________________________________________________________
42987 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
42988         Log: Eradicate traces of 'asciirange' re subpragma.
42989      Branch: perl
42990            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
42991            ! pod/perldiag.pod
42992 ____________________________________________________________________________
42993 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
42994         Log: use is a compile-time thing.
42995      Branch: perl
42996            ! ext/MIME/Base64/QuotedPrint.pm
42997 ____________________________________________________________________________
42998 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
42999         Log: Subject: [PATCH perl@10419] -Wall casting patch
43000              From: Robin Barker <rmb1@cise.npl.co.uk>
43001              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
43002              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
43003      Branch: perl
43004            ! ext/Devel/DProf/DProf.xs mg.c
43005 ____________________________________________________________________________
43006 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
43007         Log: Subject: [PATCH #2] introducing SVpad_TYPED
43008              From: Abhijit Menon-Sen <ams@wiw.org>
43009              Date: Mon, 4 Jun 2001 12:26:02 +0530
43010              Message-ID: <20010604122602.A5775@lustre.linux.in>
43011      Branch: perl
43012            ! op.c sv.c sv.h
43013 ____________________________________________________________________________
43014 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
43015         Log: testsuite for change#10192 (from Gisle Aas)
43016      Branch: perl
43017            + t/op/override.t
43018            ! MANIFEST
43019 ____________________________________________________________________________
43020 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
43021         Log: integrate changes#10414-10416 from mainline
43022              
43023              Potential buffer overrun if the radix separator is more than
43024              one byte.  Also, under locales, prefer the locale-specific
43025              separator over the old boring ".".
43026              
43027              "10.", that is, decimal numbers can have no decimal part at all.
43028              
43029              The non-locale places need love, too.
43030      Branch: maint-5.6/perl
43031           !> perl.h sv.c
43032 ____________________________________________________________________________
43033 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
43034         Log: Missed from #10420.
43035      Branch: perl
43036            ! epoc/config.sh
43037 ____________________________________________________________________________
43038 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
43039         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
43040              often this prototype goes with HAS_SETRESUID_PROTO.
43041      Branch: perl
43042            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43043            ! config_h.SH configure.com perl.h uconfig.h
43044 ____________________________________________________________________________
43045 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
43046         Log: Update Changes.
43047      Branch: perl
43048            ! Changes patchlevel.h
43049 ____________________________________________________________________________
43050 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
43051         Log: -Wall "subscript has type `char'" cleanup.
43052      Branch: perl
43053            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
43054 ____________________________________________________________________________
43055 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
43056         Log: Various "cast to pointer from integer of different size"
43057              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
43058              wide but I32 (int) only 32 bits wide).
43059              
43060              WARNING: the classnum and tagnum changes in Storable.xs
43061              may not be wise, they may be breaking binary compatibility
43062              (in 64-bit platforms), asked Raphael Manfredi about the changes.
43063      Branch: perl
43064            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
43065            ! mg.c proto.h
43066 ____________________________________________________________________________
43067 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
43068         Log: The non-locale places need love, too.
43069      Branch: perl
43070            ! perl.h
43071 ____________________________________________________________________________
43072 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
43073         Log: "10.", that is, decimal numbers can have no decimal part at all.
43074      Branch: perl
43075            ! perl.h
43076 ____________________________________________________________________________
43077 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
43078         Log: Potential buffer overrun if the radix separator is more than
43079              one byte.  Also, under locales, prefer the locale-specific
43080              separator over the old boring ".".
43081      Branch: perl
43082            ! perl.h sv.c
43083 ____________________________________________________________________________
43084 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
43085         Log: Integrate change #10412 from maintperl; locale is now
43086              per-cop, not per-op; plus retweak the locale.t to always
43087              list the skipped utf8 locales.
43088      Branch: perl
43089            ! t/pragma/locale.t
43090           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
43091           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
43092 ____________________________________________________________________________
43093 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
43094         Log: rationalize locale handling to fix the bugs uncovered by change#10394
43095              
43096              the major issue was that the runtime was looking at PL_hints rather
43097              than op_private to notice whether locale was enabled
43098              
43099              the secondary issue was that many locale-sensitive numeric ops didn't
43100              have HINT_LOCALE propagated into their op_private
43101              
43102              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
43103              instead of per-op, just like HINT_BYTE and the hints for lexical
43104              warnings (this makes the hint available to every op via PL_curcop)
43105              
43106              pragma/locale.t may need to be reworked with these fixes in mind
43107              (it currently passes its tests)
43108      Branch: maint-5.6/perl
43109            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
43110            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
43111 ____________________________________________________________________________
43112 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
43113         Log: More verbose debugging.
43114      Branch: perl
43115            ! t/pragma/locale.t
43116 ____________________________________________________________________________
43117 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
43118         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
43119              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
43120              Date: Sat, 2 Jun 2001 22:53:33 +0100
43121              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
43122      Branch: perl
43123            ! regcomp.c t/pragma/warn/regcomp
43124 ____________________________________________________________________________
43125 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
43126         Log: Mention that lexicalizing $a or $b is a bad idea if one
43127              wants to use sort().
43128      Branch: perl
43129            ! pod/perlvar.pod
43130 ____________________________________________________________________________
43131 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
43132         Log: Tweak the test to be happy if the accuracy is 'good enough'.
43133      Branch: perl
43134            ! t/lib/posix.t
43135 ____________________________________________________________________________
43136 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
43137         Log: Upgrade to Attribute::Handlers 0.70.
43138              
43139              NOTE: this unearthed the "too late for CHECK block" bug,
43140              that's why the 1_compile.t change.
43141      Branch: perl
43142            + lib/Attribute/Handlers/demo/Demo.pm
43143            + lib/Attribute/Handlers/demo/Descriptions.pm
43144            + lib/Attribute/Handlers/demo/MyClass.pm
43145            + lib/Attribute/Handlers/demo/demo.pl
43146            + lib/Attribute/Handlers/demo/demo2.pl
43147            + lib/Attribute/Handlers/demo/demo3.pl
43148            + lib/Attribute/Handlers/demo/demo4.pl
43149            + lib/Attribute/Handlers/demo/demo_call.pl
43150            + lib/Attribute/Handlers/demo/demo_chain.pl
43151            + lib/Attribute/Handlers/demo/demo_cycle.pl
43152            + lib/Attribute/Handlers/demo/demo_hashdir.pl
43153            + lib/Attribute/Handlers/demo/demo_phases.pl
43154            + lib/Attribute/Handlers/demo/demo_range.pl
43155            + lib/Attribute/Handlers/demo/demo_rawdata.pl
43156            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
43157            ! t/lib/attrhand.t
43158 ____________________________________________________________________________
43159 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
43160         Log: One less -Wall whine.
43161      Branch: perl
43162            ! regcomp.c
43163 ____________________________________________________________________________
43164 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
43165         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
43166      Branch: perl
43167           !> t/op/eval.t
43168 ____________________________________________________________________________
43169 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
43170         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
43171              aren't "normally" visible inside eval""s contained in subs unless
43172              a cloned reference to them already exists)
43173              
43174              strangely enough, t/harness didn't show this up as a failure
43175              (harness needs fixing?)
43176      Branch: maint-5.6/perl
43177            ! t/op/eval.t
43178 ____________________________________________________________________________
43179 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
43180         Log: Update to Text::Balanced 1.85.
43181      Branch: perl
43182            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
43183 ____________________________________________________________________________
43184 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
43185         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
43186              From: Nicholas Clark <nick@ccl4.org>
43187              Date: Sun, 3 Jun 2001 17:54:36 +0100
43188              Message-ID: <20010603175436.E76396@plum.flirble.org> 
43189      Branch: perl
43190            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
43191            ! ext/Sys/Syslog/Syslog.xs
43192 ____________________________________________________________________________
43193 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
43194         Log: Unused variables.
43195      Branch: perl
43196            ! util.c
43197 ____________________________________________________________________________
43198 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
43199         Log: Subject: [PATCH] APIfy op_clear 
43200              From: Simon Cozens <simon@netthink.co.uk>
43201              Date: Sun, 3 Jun 2001 13:51:46 +0100
43202              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
43203              
43204              (despite the subject line, op_null is APIfied by the patch)
43205      Branch: perl
43206            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
43207 ____________________________________________________________________________
43208 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
43209         Log: Subject: [PATCH] t/lib/extutils.t
43210              From: Nicholas Clark <nick@ccl4.org>
43211              Date: Sat, 2 Jun 2001 23:57:05 +0100
43212              Message-ID: <20010602235705.Q12698@plum.flirble.org>
43213      Branch: perl
43214            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
43215 ____________________________________________________________________________
43216 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
43217         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
43218              From: Prymmer/Kahn <pvhp@best.com>
43219              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
43220              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
43221      Branch: perl
43222            ! win32/Makefile win32/makefile.mk
43223 ____________________________________________________________________________
43224 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
43225         Log: Subject: Re: 'decimal digits' macro? 
43226              From: Hugo <hv@crypt.compulink.co.uk>
43227              Date: Sun, 03 Jun 2001 04:26:36 +0100
43228              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
43229      Branch: perl
43230            ! handy.h t/lib/posix.t t/op/tr.t
43231 ____________________________________________________________________________
43232 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
43233         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
43234              From: Hugo <hv@crypt.compulink.co.uk>
43235              Date: Sun, 03 Jun 2001 14:56:30 +0100
43236              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
43237      Branch: perl
43238            ! util.c
43239 ____________________________________________________________________________
43240 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
43241         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
43242      Branch: perl
43243           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
43244           !> vms/perly_c.vms
43245 ____________________________________________________________________________
43246 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
43247         Log: fix leakage of lexicals at file scope into subroutines that were
43248              declared before them; this appears to be a longstanding bug that
43249              meant that lexicals at file scope were never "deintroduced", meaning
43250              their scope range was never properly closed, and their visibility
43251              extended to all subsequent eval""s or requires
43252              
43253              added a test case
43254              
43255              seems to also fix a case of bogus duplicate warnings
43256      Branch: maint-5.6/perl
43257            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
43258            ! vms/perly_c.vms
43259 ____________________________________________________________________________
43260 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
43261         Log: More VMS tweaks from Craig A. Berry.
43262      Branch: perl
43263            ! configure.com t/lib/extutils.t
43264 ____________________________________________________________________________
43265 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
43266         Log: -Wall cleanup continues.
43267      Branch: perl
43268            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
43269            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
43270            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
43271            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
43272            ! run.c toke.c util.c
43273 ____________________________________________________________________________
43274 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
43275         Log: The metaconfig unit change for #10390.
43276      Branch: metaconfig/U/perl
43277            ! gccvers.U
43278 ____________________________________________________________________________
43279 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
43280         Log: Drop the -ansi from the default gcc flags.
43281              
43282              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
43283              that struct cannot be compared with a flat integer, such as STRLEN.
43284              The -ansi will also cause a lot of noise in Solaris because of:
43285              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
43286      Branch: perl
43287            ! Configure
43288 ____________________________________________________________________________
43289 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
43290         Log: Integrate perlio.
43291      Branch: perl
43292           !> pod/perlapi.pod util.c
43293 ____________________________________________________________________________
43294 [ 10388] By: nick                                  on 2001/06/02  08:01:12
43295         Log: Integrate mainline
43296      Branch: perlio
43297           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
43298           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
43299           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
43300           !> t/lib/1_compile.t t/lib/mimeqp.t
43301 ____________________________________________________________________________
43302 [ 10387] By: nick                                  on 2001/06/02  07:39:17
43303         Log: Tweak util.c's atof2 for MULTIPLICITY
43304      Branch: perlio
43305            ! util.c
43306 ____________________________________________________________________________
43307 [ 10386] By: nick                                  on 2001/06/02  07:38:33
43308         Log: Integrate mainline
43309      Branch: perlio
43310           !> (integrate 41 files)
43311 ____________________________________________________________________________
43312 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
43313         Log: Add Attribute::Handlers 0.61 from Damian Conway.
43314      Branch: perl
43315            + lib/Attribute/Handlers.pm t/lib/attrhand.t
43316            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
43317 ____________________________________________________________________________
43318 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
43319         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
43320              From: Peter Prymmer <pvhp@forte.com>
43321              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
43322              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
43323      Branch: perl
43324            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
43325 ____________________________________________________________________________
43326 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
43327         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
43328              From: Jeff Pinyan <jeffp@crusoe.net>
43329              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
43330              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
43331      Branch: perl
43332            ! lib/File/Find.pm
43333 ____________________________________________________________________________
43334 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
43335         Log: Subject: [PATCH perl@10381] configure.com tweaks
43336              From: "Craig A. Berry" <craigberry@mac.com>
43337              Date: Fri, 1 Jun 2001 13:55:43 -0500
43338              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
43339      Branch: perl
43340            ! configure.com
43341 ____________________________________________________________________________
43342 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
43343         Log: Update Changes.
43344      Branch: perl
43345            ! Changes patchlevel.h
43346 ____________________________________________________________________________
43347 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
43348         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
43349              From: Mike Guy <mjtg@cam.ac.uk>
43350              Date: Fri, 01 Jun 2001 18:17:02 +0100
43351              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
43352      Branch: perl
43353            ! lib/perl5db.pl
43354 ____________________________________________________________________________
43355 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
43356         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
43357              From: Hugo <hv@crypt.compulink.co.uk>
43358              Date: Thu, 31 May 2001 20:49:48 +0100
43359              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
43360      Branch: perl
43361            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
43362            ! util.c
43363 ____________________________________________________________________________
43364 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
43365         Log: Zero() is not available in x2p (or, rather, some of its
43366              implementations like memzero() might not be available.)
43367      Branch: perl
43368            ! x2p/hash.c
43369 ____________________________________________________________________________
43370 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
43371         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
43372              From: Michael G Schwern <schwern@pobox.com>
43373              Date: Fri, 1 Jun 2001 12:00:29 +0100
43374              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
43375              
43376              (But use Zero() instead of memset.)
43377      Branch: perl
43378            ! x2p/hash.c
43379 ____________________________________________________________________________
43380 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
43381         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
43382              From: Jeff Pinyan <jeffp@crusoe.net>
43383              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
43384              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
43385      Branch: perl
43386            ! pod/perldiag.pod regcomp.c t/op/pat.t
43387 ____________________________________________________________________________
43388 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
43389         Log: Retract #10324 and #10333; not needed.
43390      Branch: perl
43391            ! hints/irix_6.sh hints/linux.sh
43392 ____________________________________________________________________________
43393 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
43394         Log: The #10370 wasn't quite right.
43395      Branch: perl
43396            ! ext/XS/Typemap/Typemap.xs
43397 ____________________________________________________________________________
43398 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
43399         Log: The metaconfig units changes for #10372.
43400      Branch: metaconfig/U/perl
43401            + d_realpath.U d_sresgproto.U d_sresuproto.U
43402            ! gccvers.U i_db.U
43403 ____________________________________________________________________________
43404 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
43405         Log: Configure tweaks; record the Berkeley DB version,
43406              probe for realpath(), for setresuid() and setresgid()
43407              prototypes; use realpath() (try to be paranoid enough),
43408              use the setres[ug]id prototypes because glibc has the functions
43409              but not their prototypes; add -Wall -ansi to gcc ccflags;
43410              regen toc.
43411      Branch: perl
43412            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43413            ! config_h.SH configure.com epoc/config.sh
43414            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
43415            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
43416            ! vos/config.ga.def win32/config.bc win32/config.gc
43417            ! win32/config.vc
43418 ____________________________________________________________________________
43419 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
43420         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
43421              From: Michael G Schwern <schwern@pobox.com>
43422              Date: Fri, 1 Jun 2001 11:28:14 +0100
43423              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
43424      Branch: perl
43425            ! lib/attributes.pm xsutils.c
43426 ____________________________________________________________________________
43427 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
43428         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
43429              From: Tim Jenness <t.jenness@jach.hawaii.edu>
43430              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
43431              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
43432      Branch: perl
43433            ! ext/XS/Typemap/Typemap.xs
43434 ____________________________________________________________________________
43435 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
43436         Log: Subject: [patch] Cwd.xs optimizations/abstraction
43437              From: Doug MacEachern <dougm@covalent.net>
43438              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
43439              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
43440      Branch: perl
43441            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
43442            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
43443 ____________________________________________________________________________
43444 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
43445         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!])
43446              From: Nicholas Clark <nick@ccl4.org>
43447              Date: Thu, 31 May 2001 23:56:40 +0100
43448              Message-ID: <20010531235640.F12698@plum.flirble.org>
43449              
43450              Make the test work also under only static extensions
43451              (sh Configure -Uusedl fakes this nicely)
43452      Branch: perl
43453            ! t/lib/extutils.t
43454 ____________________________________________________________________________
43455 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
43456         Log: Subject: [PATCH hv.c] Eliminating trigraph
43457              From: Michael G Schwern <schwern@pobox.com>
43458              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
43459              Date: Fri, 1 Jun 2001 11:49:56 +0100
43460      Branch: perl
43461            ! hv.c
43462 ____________________________________________________________________________
43463 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
43464         Log: Subject: Re: [PATCH] Tests for File::Compare 
43465              From: "Philip Newton" <Philip.Newton@gmx.net>
43466              Date: Thu, 31 May 2001 19:44:05 +0200
43467              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
43468              
43469              Unnecessary "quotation marks".
43470      Branch: perl
43471            ! t/lib/filecomp.t
43472 ____________________________________________________________________________
43473 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
43474         Log: Integrate perlio.
43475      Branch: perl
43476           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
43477 ____________________________________________________________________________
43478 [ 10364] By: nick                                  on 2001/06/01  10:13:31
43479         Log: Cleanup dll.base and dll.exp created by GCC builds.
43480      Branch: perlio
43481            ! lib/ExtUtils/MM_Win32.pm
43482 ____________________________________________________________________________
43483 [ 10363] By: nick                                  on 2001/06/01  10:02:17
43484         Log: Make filecomp test work on CRLF platforms by adding binmode.
43485      Branch: perlio
43486            ! t/lib/filecomp.t
43487 ____________________________________________________________________________
43488 [ 10362] By: nick                                  on 2001/06/01  08:37:17
43489         Log: Integrate mainline
43490      Branch: perlio
43491           !> Changes Configure patchlevel.h perlio.c
43492 ____________________________________________________________________________
43493 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
43494         Log: panic:claustrophobia.
43495      Branch: perl
43496            ! perlio.c
43497 ____________________________________________________________________________
43498 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
43499         Log: Update Changes.
43500      Branch: perl
43501            ! Changes patchlevel.h
43502 ____________________________________________________________________________
43503 [ 10359] By: nick                                  on 2001/05/31  12:35:50
43504         Log: Integrate mainline.
43505      Branch: perlio
43506           +> t/lib/filecomp.t
43507           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
43508           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
43509 ____________________________________________________________________________
43510 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
43511         Log: Integrate perlio.
43512      Branch: perl
43513           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
43514           !> win32/config_H.vc
43515 ____________________________________________________________________________
43516 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
43517         Log: Metaconfig unit change for #10356.
43518      Branch: metaconfig
43519            ! U/installdirs/inc_version_list.U
43520 ____________________________________________________________________________
43521 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
43522         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
43523              (idea from Sarathy; implementation from Andy)
43524      Branch: perl
43525            ! Configure
43526 ____________________________________________________________________________
43527 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
43528         Log: More AUTHORS.
43529      Branch: perl
43530            ! AUTHORS
43531 ____________________________________________________________________________
43532 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
43533         Log: Subject: Re: [PATCH] Tests for File::Compare
43534              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
43535              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
43536              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
43537      Branch: perl
43538            + t/lib/filecomp.t
43539            ! MANIFEST t/lib/1_compile.t
43540 ____________________________________________________________________________
43541 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
43542         Log: Subject: [PATCH] DEBUG_* macro cleanups
43543              From: Abhijit Menon-Sen <ams@wiw.org>
43544              Date: Thu, 31 May 2001 12:16:22 +0530
43545              Message-ID: <20010531121622.B4829@lustre.linux.in>
43546              
43547              Subject: Re: [PATCH] DEBUG_* macro cleanups
43548              From: Abhijit Menon-Sen <ams@wiw.org>
43549              Date: Thu, 31 May 2001 13:57:01 +0530
43550              Message-ID: <20010531135701.A21775@lustre.linux.in>
43551              
43552              (The DEBUG_ definitions in perl.h changed to use the
43553              STMT_START and STMT_END.)
43554      Branch: perl
43555            ! perl.h pp_ctl.c sv.c toke.c
43556 ____________________________________________________________________________
43557 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
43558         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
43559              From: Abhijit Menon-Sen <ams@wiw.org>
43560              Date: Thu, 31 May 2001 08:27:55 +0530
43561              Message-ID: <20010531082755.A10018@lustre.linux.in>
43562      Branch: perl
43563            ! ext/Storable/Storable.xs gv.c perl.c
43564 ____________________________________________________________________________
43565 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
43566         Log: Subject: [PATCH] AUTHORS
43567              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
43568              Date: Thu, 31 May 2001 01:27:59 -0500
43569              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
43570              
43571              Subject: Re: [PATCH] AUTHORS
43572              From: "Philip Newton" <Philip.Newton@gmx.net>
43573              Date: Thu, 31 May 2001 10:08:06 +0200
43574              (Message-Id missing?)
43575      Branch: perl
43576            ! AUTHORS
43577 ____________________________________________________________________________
43578 [ 10350] By: nick                                  on 2001/05/31  11:40:43
43579         Log: win32 - dmake regen_config_h
43580      Branch: perlio
43581            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
43582 ____________________________________________________________________________
43583 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
43584         Log: Subject: Re: [PATCH util.c] More warning cleanups.
43585              From: "Philip Newton" <Philip.Newton@gmx.net>
43586              Date: Thu, 31 May 2001 07:41:36 +0200
43587              Message-Id: <200105310538.IAA25458@taku.hut.fi>
43588              
43589              Undo C++-ism that snekt in.
43590      Branch: perl
43591            ! util.c
43592 ____________________________________________________________________________
43593 [ 10348] By: nick                                  on 2001/05/31  11:36:46
43594         Log: Tolerate Win32 numerics
43595      Branch: perlio
43596            ! t/pragma/warn/toke
43597 ____________________________________________________________________________
43598 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
43599         Log: Integrate perlio.
43600      Branch: perl
43601           !> perlio.c win32/win32.h
43602 ____________________________________________________________________________
43603 [ 10346] By: nick                                  on 2001/05/31  10:54:55
43604         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
43605              perlio.c change 10255.
43606      Branch: perlio
43607            ! perlio.c
43608 ____________________________________________________________________________
43609 [ 10345] By: nick                                  on 2001/05/31  10:01:57
43610         Log: Conditionally put back some "unused" dTHX which are used
43611              with PERL_IMPLICIT_SYS
43612      Branch: perlio
43613            ! perlio.c
43614 ____________________________________________________________________________
43615 [ 10344] By: nick                                  on 2001/05/31  10:00:59
43616         Log: Fix Win32 for new spelling IN_BYTES 
43617      Branch: perlio
43618            ! win32/win32.h
43619 ____________________________________________________________________________
43620 [ 10343] By: nick                                  on 2001/05/31  08:01:32
43621         Log: perlio.c -Wall cleaner under MULTIPLICITY
43622              - still minor noise with linux stdio
43623      Branch: perlio
43624            ! perlio.c
43625 ____________________________________________________________________________
43626 [ 10342] By: nick                                  on 2001/05/31  07:52:23
43627         Log: Integrate mainline.
43628      Branch: perlio
43629           !> (integrate 42 files)
43630 ____________________________________________________________________________
43631 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
43632         Log: AUTHORS updates.
43633      Branch: perl
43634            ! AUTHORS
43635 ____________________________________________________________________________
43636 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
43637         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
43638              From: Peter Prymmer <pvhp@forte.com>
43639              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
43640              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
43641      Branch: perl
43642            ! t/lib/md5-file.t
43643 ____________________________________________________________________________
43644 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
43645         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
43646              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
43647              to match the pragma name; various robustness cleanups.
43648      Branch: perl
43649            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
43650            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
43651 ____________________________________________________________________________
43652 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
43653         Log: More -Wall sweeping.
43654      Branch: perl
43655            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
43656            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
43657            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
43658            ! regcomp.c sv.c toke.c utf8.c
43659 ____________________________________________________________________________
43660 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
43661         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
43662              From: Nicholas Clark <nick@ccl4.org>
43663              Date: Wed, 30 May 2001 22:34:41 +0100
43664              Message-ID: <20010530223441.Y86445@plum.flirble.org>
43665      Branch: perl
43666            ! t/op/cmp.t
43667 ____________________________________________________________________________
43668 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
43669         Log: It's is not, it isn't ain't, and it's it's, not its,
43670              if you mean it is. If you don't, it's its. Then too,
43671              it's hers. It isn't her's. It isn't our's either.
43672              It's ours, and likewise yours and theirs.
43673              -- Oxford University Press, Edpress News
43674      Branch: perl
43675            ! lib/autouse.pm
43676 ____________________________________________________________________________
43677 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
43678         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
43679      Branch: perl
43680            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
43681            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
43682            ! x2p/str.c x2p/walk.c xsutils.c
43683 ____________________________________________________________________________
43684 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
43685         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
43686              From: Michael G Schwern <schwern@pobox.com>
43687              Date: Wed, 30 May 2001 17:10:38 +0100
43688              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
43689              
43690              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
43691              From: Abhijit Menon-Sen <ams@wiw.org>
43692              Date: Wed, 30 May 2001 23:16:13 +0530
43693              Message-ID: <20010530231613.A31933@lustre.linux.in>
43694      Branch: perl
43695            ! perl.c t/run/runenv.t
43696 ____________________________________________________________________________
43697 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
43698         Log: (Retracted by #10375.)
43699              
43700              IRIX hints patch from Merijn Broeren.
43701              
43702              TODO: (this and the earlier Linux hints patch) should be solved
43703              at Configure level.  Merijn: -ldb should not be used on any platform
43704              for perl, just when linking DBFile itself. Trying to be helpful here
43705              is counterproductive.
43706      Branch: perl
43707            ! hints/irix_6.sh
43708 ____________________________________________________________________________
43709 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
43710         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
43711              From: Nicholas Clark <nick@ccl4.org>
43712              Date: Wed, 30 May 2001 23:20:58 +0100
43713              Message-ID: <20010530232058.B86445@plum.flirble.org>
43714      Branch: perl
43715            ! doop.c
43716 ____________________________________________________________________________
43717 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
43718         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
43719              From: Michael G Schwern <schwern@pobox.com> 
43720              Date: Wed, 30 May 2001 15:24:20 +0100
43721              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
43722      Branch: perl
43723            ! t/pragma/autouse.t
43724 ____________________________________________________________________________
43725 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
43726         Log: The regex trick wasn't a good idea.
43727      Branch: perl
43728            ! pod/perlfaq4.pod
43729 ____________________________________________________________________________
43730 [ 10329] By: nick                                  on 2001/05/30  18:34:35
43731         Log: Integrate mainline
43732      Branch: perlio
43733           !> (integrate 40 files)
43734 ____________________________________________________________________________
43735 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
43736         Log: Update Changes.
43737      Branch: perl
43738            ! Changes patchlevel.h
43739 ____________________________________________________________________________
43740 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
43741         Log: The metaconfig unit change for #10325.
43742      Branch: metaconfig
43743            + U/modified/afs.U
43744 ____________________________________________________________________________
43745 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
43746         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
43747              is now wrong.
43748      Branch: perl
43749            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
43750 ____________________________________________________________________________
43751 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
43752         Log: Introduce $Config{afsroot}.
43753      Branch: perl
43754            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43755            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
43756            ! win32/config.gc win32/config.vc
43757 ____________________________________________________________________________
43758 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
43759         Log: (Retracted by #10375.)
43760              
43761              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
43762      Branch: perl
43763            ! hints/linux.sh
43764 ____________________________________________________________________________
43765 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
43766         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
43767              (Also Configure tweaks needed; coming up soon.)
43768      Branch: perl
43769            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
43770 ____________________________________________________________________________
43771 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
43772         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
43773              From: Michael G Schwern <schwern@pobox.com>
43774              Date: Sun, 27 May 2001 10:29:43 +0100
43775              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
43776      Branch: perl
43777            ! lib/perl5db.pl
43778 ____________________________________________________________________________
43779 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
43780         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
43781              and Abhijit Menon-Sen.
43782      Branch: perl
43783            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
43784            ! perl.c pp_sys.c regcomp.c
43785 ____________________________________________________________________________
43786 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
43787         Log: Fix the BOOT section to call myU2time properly.
43788      Branch: perl
43789            ! ext/Time/HiRes/HiRes.xs
43790 ____________________________________________________________________________
43791 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
43792         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
43793              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
43794              Date: Wed, 30 May 2001 09:44:29 -0400
43795              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
43796              
43797              Detypo; plus add one more trick.
43798      Branch: perl
43799            ! pod/perlfaq4.pod
43800 ____________________________________________________________________________
43801 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
43802         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)
43803              From: Michael G Schwern <schwern@pobox.com>
43804              Date: Wed, 30 May 2001 14:39:06 +0100
43805              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
43806      Branch: perl
43807            ! lib/autouse.pm t/pragma/autouse.t
43808 ____________________________________________________________________________
43809 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
43810         Log: Subject: Re: AIX and gcc (moving targets)
43811              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43812              Date: Wed, 30 May 2001 15:25:08 +0200
43813              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
43814      Branch: perl
43815            ! ext/Time/HiRes/HiRes.xs
43816 ____________________________________________________________________________
43817 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
43818         Log: Subject: [PATCH t/TEST] sorting tests
43819              From: Michael G Schwern <schwern@pobox.com>
43820              Date: Wed, 30 May 2001 10:24:02 +0100
43821              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
43822      Branch: perl
43823            ! t/TEST
43824 ____________________________________________________________________________
43825 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
43826         Log: Subject: [ID 20010529.002] typos in man page perlre
43827              From: bart@cg681574-a.adubn1.nj.home.com 
43828              Date: Tue, 29 May 2001 13:58:59 -0500
43829              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
43830      Branch: perl
43831            ! pod/perlre.pod
43832 ____________________________________________________________________________
43833 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
43834         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
43835              From: "Craig A. Berry" <craigberry@mac.com>
43836              Date: Tue, 29 May 2001 23:23:45 -0500
43837              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
43838      Branch: perl
43839            ! t/lib/extutils.t t/pragma/autouse.t
43840 ____________________________________________________________________________
43841 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
43842         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)
43843              From: David Dyck <dcd@tc.fluke.com>
43844              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
43845              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
43846      Branch: perl
43847            ! t/lib/filefind.t
43848 ____________________________________________________________________________
43849 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
43850         Log: AIX hints update for gcc from Merijn H. Brand.
43851      Branch: perl
43852            ! hints/aix.sh
43853 ____________________________________________________________________________
43854 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
43855         Log: Retract #10295 and #10296: a more generic solution
43856              is needed (there's something funny with gcc on AIX).
43857      Branch: perl
43858            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
43859 ____________________________________________________________________________
43860 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
43861         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
43862              From: Hugo <hv@crypt.compulink.co.uk>
43863              Date: Wed, 30 May 2001 11:59:19 +0100
43864              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
43865              
43866              localizing $@ has unfortunate semantics - if you die past
43867              a local $@, the die message is lost.
43868      Branch: perl
43869            ! lib/utf8_heavy.pl
43870 ____________________________________________________________________________
43871 [ 10309] By: nick                                  on 2001/05/30  08:23:02
43872         Log: Integrate mainline (autouse works again.)
43873      Branch: perlio
43874           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
43875           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
43876           !> pod/perlvar.pod t/op/cmp.t
43877 ____________________________________________________________________________
43878 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
43879         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
43880              From: David Dyck <dcd@tc.fluke.com>
43881              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
43882              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
43883      Branch: perl
43884            ! lib/File/Find.pm
43885 ____________________________________________________________________________
43886 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
43887         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
43888              From: Nicholas Clark <nick@ccl4.org>
43889              Date: Tue, 29 May 2001 23:16:09 +0100
43890              Message-ID: <20010529231609.U86445@plum.flirble.org>
43891              
43892              Make the test output slightly clearer by distinguishing
43893              between '' and undef.
43894      Branch: perl
43895            ! t/op/cmp.t
43896 ____________________________________________________________________________
43897 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
43898         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
43899              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43900              Date: Tue, 29 May 2001 19:15:19 -0400
43901              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
43902      Branch: perl
43903            ! hints/os2.sh
43904 ____________________________________________________________________________
43905 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
43906         Log: Subject: perlvar.pod addition
43907              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
43908              Date: Fri, 25 May 2001 20:23:12 +0200
43909              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
43910              
43911              Subject: Re: perlvar.pod addition
43912              From: "Abigail" <abigail@foad.org> 
43913              Date: Fri, 25 May 2001 22:00:39 +0200
43914              Message-ID: <20010525200039.28029.qmail@foad.org>
43915              
43916              Mention $a and $b in perlvar.
43917      Branch: perl
43918            ! pod/perlvar.pod
43919 ____________________________________________________________________________
43920 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
43921         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
43922              From: Jeff Pinyan <jeffp@crusoe.net>
43923              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
43924              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
43925      Branch: perl
43926            ! pod/perlvar.pod
43927 ____________________________________________________________________________
43928 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
43929         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
43930              From: Jeff Pinyan <jeffp@crusoe.net>
43931              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
43932              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
43933      Branch: perl
43934            ! pod/perlfaq6.pod
43935 ____________________________________________________________________________
43936 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
43937         Log: Mention Time::localtime and Time::gmtime.
43938      Branch: perl
43939            ! ext/Time/Piece/Piece.pm
43940 ____________________________________________________________________________
43941 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
43942         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
43943              From: Michael G Schwern <schwern@pobox.com>
43944              Date: Tue, 29 May 2001 18:51:32 +0100
43945              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
43946      Branch: perl
43947            ! pod/perlfaq4.pod
43948 ____________________________________________________________________________
43949 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
43950         Log: Retract #10243.
43951      Branch: perl
43952            ! lib/autouse.pm
43953 ____________________________________________________________________________
43954 [ 10299] By: nick                                  on 2001/05/29  18:41:19
43955         Log: Post weekend integrate mainline (fails one test pragma/autouse).
43956      Branch: perlio
43957           +> (branch 29 files)
43958           !> (integrate 91 files)
43959 ____________________________________________________________________________
43960 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
43961         Log: Update Changes.
43962      Branch: perl
43963            ! Changes patchlevel.h
43964 ____________________________________________________________________________
43965 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
43966         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
43967              before Perl_load_module/Perl_call_method and restore the value
43968              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
43969      Branch: perl
43970            ! utf8.c
43971 ____________________________________________________________________________
43972 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
43973         Log: Subject: Re: AIX and gcc (moving targets)
43974              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43975              Date: Tue, 29 May 2001 17:59:40 +0200
43976              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
43977      Branch: perl
43978            ! ext/Storable/Makefile.PL
43979 ____________________________________________________________________________
43980 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
43981         Log: Subject: Re: AIX and gcc (moving targets)
43982              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43983              Date: Tue, 29 May 2001 12:32:57 +0200
43984              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
43985      Branch: perl
43986            ! ext/POSIX/Makefile.PL
43987 ____________________________________________________________________________
43988 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
43989         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
43990              From: Michael G Schwern <schwern@pobox.com>
43991              Date: Tue, 29 May 2001 09:53:29 +0100
43992              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
43993              
43994              (#10280 retracted)
43995      Branch: perl
43996            ! lib/Test/Harness.pm t/lib/test-harness.t
43997 ____________________________________________________________________________
43998 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
43999         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
44000              From: Michael G Schwern <schwern@pobox.com>
44001              Date: Tue, 29 May 2001 09:19:52 +0100
44002              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
44003      Branch: perl
44004            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
44005            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
44006            + t/lib/Test/todo.t
44007            ! MANIFEST lib/Test.pm t/TEST
44008 ____________________________________________________________________________
44009 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
44010         Log: From: Michael G Schwern <schwern@pobox.com>
44011              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
44012              Date: Tue, 29 May 2001 08:26:09 +0100
44013              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
44014      Branch: perl
44015            ! t/TEST
44016 ____________________________________________________________________________
44017 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
44018         Log: Add tests for Time::gmtime and Time::localtime.
44019      Branch: perl
44020            + t/lib/time-gmtime.t t/lib/time-localtime.t
44021            ! MANIFEST t/lib/1_compile.t
44022 ____________________________________________________________________________
44023 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
44024         Log: Add test for File::stat.
44025      Branch: perl
44026            + t/lib/filestat.t
44027            ! MANIFEST t/lib/1_compile.t
44028 ____________________________________________________________________________
44029 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
44030         Log: Add test for Net::servent.
44031      Branch: perl
44032            + t/lib/net-sent.t
44033            ! MANIFEST t/lib/1_compile.t
44034 ____________________________________________________________________________
44035 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
44036         Log: Add test for Net::protoent.
44037      Branch: perl
44038            + t/lib/net-pent.t
44039            ! MANIFEST t/lib/1_compile.t
44040 ____________________________________________________________________________
44041 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
44042         Log: Add test for Net::netent.
44043      Branch: perl
44044            + t/lib/net-nent.t
44045            ! MANIFEST t/lib/1_compile.t
44046 ____________________________________________________________________________
44047 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
44048         Log: Add test for User::grent.  Portability doubtful.
44049      Branch: perl
44050            + t/lib/user-grent.t
44051            ! MANIFEST t/lib/1_compile.t
44052 ____________________________________________________________________________
44053 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
44054         Log: Add test for User::pwent.
44055              Probably will fall down somewhere for portability reasons.
44056      Branch: perl
44057            + t/lib/user-pwent.t
44058            ! MANIFEST t/lib/1_compile.t
44059 ____________________________________________________________________________
44060 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
44061         Log: Metaconfig units changes for #10283.
44062      Branch: metaconfig
44063            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
44064            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
44065            ! U/installdirs/sitescript.U U/modified/Signal.U
44066 ____________________________________________________________________________
44067 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
44068         Log: Subject: [PATCH 5.6.1] signal names in Configure
44069              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44070              Date: Tue, 29 May 2001 03:52:25 -0400
44071              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
44072              
44073              Subject: [PATCH 5.6.1] older perl in Configure
44074              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44075              Date: Tue, 29 May 2001 03:55:40 -0400
44076              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
44077              
44078              Subject: [PATCH 5.6.1] goofs in Configure
44079              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44080              Date: Tue, 29 May 2001 04:13:07 -0400
44081              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
44082              
44083              Configure portability tweaks.
44084      Branch: perl
44085            ! Configure
44086 ____________________________________________________________________________
44087 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
44088         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
44089              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44090              Date: Tue, 29 May 2001 04:07:06 -0400
44091              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
44092      Branch: perl
44093            ! os2/os2.c
44094 ____________________________________________________________________________
44095 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
44096         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
44097              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44098              Date: Tue, 29 May 2001 04:01:38 -0400
44099              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
44100      Branch: perl
44101            ! hints/os2.sh os2/Makefile.SHs
44102 ____________________________________________________________________________
44103 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
44104         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
44105              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44106              Date: Tue, 29 May 2001 03:50:18 -0400
44107              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
44108      Branch: perl
44109            ! lib/Test/Harness.pm
44110 ____________________________________________________________________________
44111 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
44112         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
44113      Branch: perl
44114            ! lib/utf8_heavy.pl
44115 ____________________________________________________________________________
44116 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
44117         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
44118              From: Hugo <hv@crypt.compulink.co.uk>
44119              Date: Tue, 29 May 2001 03:03:45 +0100
44120              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
44121              
44122              Explanation why the $@ always gets the UTF8 flag when under use utf8--
44123              because we told it to have the flag when under use utf8.
44124      Branch: perl
44125            ! pp_ctl.c
44126 ____________________________________________________________________________
44127 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
44128         Log: At least a partial fix for 20010528.004.
44129      Branch: perl
44130            ! lib/utf8_heavy.pl
44131 ____________________________________________________________________________
44132 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
44133         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
44134              From: Nicholas Clark <nick@ccl4.org> 
44135              Date: Mon, 28 May 2001 23:39:38 +0100
44136              Message-ID: <20010528233938.M86445@plum.flirble.org>
44137              
44138              More portable non-zero UV.
44139      Branch: perl
44140            ! t/lib/extutils.t
44141 ____________________________________________________________________________
44142 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
44143         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
44144              From: Nicholas Clark <nick@ccl4.org>
44145              Date: Mon, 28 May 2001 22:46:09 +0100
44146              Message-ID: <20010528224608.L86445@plum.flirble.org>
44147              
44148              Test also "make clean".
44149      Branch: perl
44150            ! t/lib/extutils.t
44151 ____________________________________________________________________________
44152 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
44153         Log: Subject: Re: Would -Wno-unused -Wall be better?
44154              From: Michael G Schwern <schwern@pobox.com>
44155              Date: Tue, 29 May 2001 00:55:54 +0100
44156              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
44157      Branch: perl
44158            ! pp.h
44159 ____________________________________________________________________________
44160 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
44161         Log: Add a test for 20010528.007, fixed in #10272.
44162      Branch: perl
44163            ! t/op/misc.t toke.c
44164 ____________________________________________________________________________
44165 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
44166         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
44167              From: Hugo <hv@crypt.compulink.co.uk>
44168              Date: Tue, 29 May 2001 00:23:23 +0100
44169              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
44170      Branch: perl
44171            ! toke.c
44172 ____________________________________________________________________________
44173 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
44174         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
44175              From: Michael G Schwern <schwern@pobox.com>
44176              Date: Tue, 29 May 2001 00:42:59 +0100
44177              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
44178      Branch: perl
44179            ! t/pragma/autouse.t
44180 ____________________________________________________________________________
44181 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
44182         Log: Some shells seemingly arrange the signal handlers differently
44183              (bug id 20010521.004).
44184      Branch: perl
44185            ! t/lib/sigaction.t
44186 ____________________________________________________________________________
44187 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
44188         Log: Regen perlmodlib.
44189      Branch: perl
44190            ! pod/perlmodlib.pod
44191 ____________________________________________________________________________
44192 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
44193         Log: Update Changes.
44194      Branch: perl
44195            ! Changes patchlevel.h
44196 ____________________________________________________________________________
44197 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
44198         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
44199              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
44200              Date: Mon, 28 May 2001 14:56:35 -0500
44201              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
44202      Branch: perl
44203            ! pod/perlnewmod.pod
44204 ____________________________________________________________________________
44205 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
44206         Log: Regen toc.
44207      Branch: perl
44208            ! pod/perltoc.pod
44209 ____________________________________________________________________________
44210 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
44211         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
44212              From: "Richard Soderberg" <rs@crystalflame.net>
44213              Date: Mon, 28 May 2001 12:31:23 -0700
44214              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
44215      Branch: perl
44216            ! t/op/splice.t
44217 ____________________________________________________________________________
44218 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
44219         Log: The #10260 was too bold: locales and utf8 still do not mix.
44220      Branch: perl
44221            ! t/pragma/locale.t
44222 ____________________________________________________________________________
44223 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
44224         Log: Subject: [PATCH] Pod nitpicks
44225              From: "Richard Soderberg" <rs@crystalflame.net>
44226              Date: Mon, 28 May 2001 10:08:58 -0700
44227              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
44228      Branch: perl
44229            ! pod/perl571delta.pod pod/perlapi.pod sv.h
44230 ____________________________________________________________________________
44231 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
44232         Log: Upgrade to I18N::LangTags 0.22.
44233      Branch: perl
44234            + lib/I18N/LangTags/List.pod
44235            ! MANIFEST lib/I18N/LangTags.pm
44236 ____________________________________________________________________________
44237 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
44238         Log: A slightly more serious bug found by -Mutf8; op/misc and
44239              lib/complex dumped core.
44240      Branch: perl
44241            ! regexec.c
44242 ____________________________________________________________________________
44243 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
44244         Log: Various buglets shaken out by -Mutf8.
44245      Branch: perl
44246            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
44247            ! t/pragma/locale.t
44248 ____________________________________________________________________________
44249 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
44250         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
44251      Branch: perl
44252            ! t/lib/carp.t
44253 ____________________________________________________________________________
44254 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
44255         Log: Subject: [PATCH] todo patch
44256              From: Artur Bergman <artur@contiller.se> 
44257              Date: Mon, 28 May 2001 17:03:51 +0200
44258              Message-ID: <B7383577.F34%artur@contiller.se>
44259      Branch: perl
44260            ! pod/perltodo.pod
44261 ____________________________________________________________________________
44262 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
44263         Log: Subject: typo in perlguts.pod
44264              From: "John P. Linderman" <jpl@research.att.com>
44265              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
44266              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
44267      Branch: perl
44268            ! pod/perlguts.pod
44269 ____________________________________________________________________________
44270 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
44271         Log: Subject: AIX and gcc (moving targets)
44272              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44273              Date: Mon, 28 May 2001 12:54:04 +0200
44274              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
44275      Branch: perl
44276            ! hints/aix.sh
44277 ____________________________________________________________________________
44278 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
44279         Log: Subject: Re: perlio + multiple perl_alloc..destruct
44280              From: Doug MacEachern <dougm@covalent.net>
44281              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
44282              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
44283      Branch: perl
44284            ! perlio.c
44285 ____________________________________________________________________________
44286 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
44287         Log: The #10251 wasn't quite up-to-the-code.
44288      Branch: perl
44289            ! t/op/misc.t
44290 ____________________________________________________________________________
44291 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
44292         Log: Test case for bug 20010526.004, fixed in #10252.
44293      Branch: perl
44294            ! t/op/taint.t
44295 ____________________________________________________________________________
44296 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
44297         Log: Subject: Re: [ID 20010526.004] Taint looses value
44298              From: Hugo <hv@crypt.compulink.co.uk>
44299              Date: Sun, 27 May 2001 20:39:32 +0100
44300              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
44301      Branch: perl
44302            ! sv.c
44303 ____________________________________________________________________________
44304 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
44305         Log: Test case for 20010422.005, fixed by #10250.
44306      Branch: perl
44307            ! t/op/misc.t
44308 ____________________________________________________________________________
44309 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
44310         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
44311              From: Spider Boardman <spider@Orb.Nashua.NH.US>
44312              Date: Mon, 28 May 2001 06:39:12 -0400
44313              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
44314      Branch: perl
44315            ! toke.c
44316 ____________________________________________________________________________
44317 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
44318         Log: Linerewrapping.
44319      Branch: perl
44320            ! lib/open.pm
44321 ____________________________________________________________________________
44322 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
44323         Log: Updates on the modules list.
44324      Branch: perl
44325            ! t/lib/1_compile.t
44326 ____________________________________________________________________________
44327 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
44328         Log: Add a test for PerlIO.
44329              
44330              (I probably got the crlf/raw thing wrong for clrfy platforms...)
44331      Branch: perl
44332            + t/lib/perlio.t
44333            ! MANIFEST lib/PerlIO.pm
44334 ____________________________________________________________________________
44335 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
44336         Log: Add a test for carp et alia.
44337      Branch: perl
44338            + t/lib/carp.t
44339            ! MANIFEST
44340 ____________________________________________________________________________
44341 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
44342         Log: Adding the new test would be swell.
44343      Branch: perl
44344            + t/pragma/autouse.t
44345 ____________________________________________________________________________
44346 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
44347         Log: Add a test for the autouse pragma.
44348      Branch: perl
44349            ! MANIFEST
44350 ____________________________________________________________________________
44351 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
44352         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
44353              From: dLux <dlux@spam.sch.bme.hu>
44354              Date: Sun, 27 May 2001 16:14:26 +0200
44355              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
44356      Branch: perl
44357            ! lib/autouse.pm
44358 ____________________________________________________________________________
44359 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
44360         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
44361              From: "Richard Soderberg" <rs@crystalflame.net>
44362              Date: Mon, 28 May 2001 03:56:36 -0700
44363              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
44364      Branch: perl
44365            ! utils/dprofpp.PL
44366 ____________________________________________________________________________
44367 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
44368         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
44369              From: "Stephen P. Potter" <spp@spotter.yi.org>
44370              Date: Tue, 22 May 2001 11:40:25 -0400
44371              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
44372              
44373              Subject: Re: [ID 20010522.003] Time::Local module bug
44374              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
44375              Date: Tue, 22 May 2001 11:50:19 -0400
44376              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
44377      Branch: perl
44378            ! lib/Time/Local.pm
44379 ____________________________________________________________________________
44380 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
44381         Log: The PERL_DL_NONLAZY can have whitespace in front.
44382      Branch: perl
44383            ! t/lib/extutils.t
44384 ____________________________________________________________________________
44385 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
44386         Log: Document strftime() and strptime().
44387      Branch: perl
44388            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
44389 ____________________________________________________________________________
44390 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
44391         Log: Make Time::Piece::strptime() to be a function, not a method.
44392      Branch: perl
44393            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
44394 ____________________________________________________________________________
44395 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
44396         Log: Tweak the test to be more portable.
44397      Branch: perl
44398            ! t/lib/extutils.t
44399 ____________________________________________________________________________
44400 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
44401         Log: Subject: PATCH: Re: Re: Attributes that tie
44402              From: Leon Brocard <acme@astray.com>
44403              Date: Sun, 27 May 2001 12:37:29 +0100
44404              Message-ID: <20010527123729.A22663@ns0.astray.com>
44405              
44406              Document that variable attributes are not currently usable
44407              for tieing.  (An ugly limitation that should be fixed.)
44408      Branch: perl
44409            ! lib/attributes.pm
44410 ____________________________________________________________________________
44411 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
44412         Log: Microperl tweaks.
44413      Branch: perl
44414            ! Makefile.micro uconfig.h uconfig.sh
44415 ____________________________________________________________________________
44416 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
44417         Log: Add make target for microperl (kind of silly, but convenient).
44418      Branch: perl
44419            ! Makefile.SH
44420 ____________________________________________________________________________
44421 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
44422         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
44423              for microperl.)
44424      Branch: perl
44425            ! doio.c
44426 ____________________________________________________________________________
44427 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
44428         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
44429              From: rspier@pobox.com (Robert Spier)
44430              Date: Sat, 26 May 2001 20:05:23 -0400
44431              Message-ID: <15120.17603.148648.12430@rls.cx>
44432              
44433              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
44434              From: rspier@pobox.com (Robert Spier)
44435              Date: Sun, 27 May 2001 00:23:12 -0400
44436              Message-ID: <15120.33072.511966.767230@rls.cx>
44437      Branch: perl
44438            ! doio.c pod/perlfunc.pod
44439 ____________________________________________________________________________
44440 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
44441         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
44442      Branch: perl
44443            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
44444 ____________________________________________________________________________
44445 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
44446         Log: Add README.tru64.
44447      Branch: perl
44448            + README.tru64
44449 ____________________________________________________________________________
44450 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
44451         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
44452      Branch: perl
44453            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
44454            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
44455            ! MANIFEST
44456 ____________________________________________________________________________
44457 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
44458         Log: Integrate I18N::LangTags from Sean Burke.
44459              
44460              TODO: the language list from RFC 3066 needs to be integrated
44461              and made available somehow.  The list is included in the
44462              I18N-LangTags 0.21 distribution, but it is undocumented
44463              and unconnected to the module.
44464      Branch: perl
44465            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
44466            ! MANIFEST
44467 ____________________________________________________________________________
44468 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
44469         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
44470              envisioned by Sarathy.
44471      Branch: perl
44472            ! t/op/ver.t toke.c
44473 ____________________________________________________________________________
44474 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
44475         Log: Subject: [ID 20010525.001] Pod typo nits fixed
44476              From: lvirden@cas.org
44477              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
44478              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
44479              
44480              minus the perlsolaris decimation plus the
44481              
44482              Subject: Re: [ID 20010525.001] Pod typo nits fixed
44483              From: "Philip Newton" <Philip.Newton@gmx.net>
44484              Date: Fri, 25 May 2001 18:05:55 +0200
44485              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
44486      Branch: perl
44487            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
44488            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
44489            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
44490            ! pod/perlutil.pod pod/perlxstut.pod
44491 ____________________________________________________________________________
44492 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
44493         Log: return clauses are nice.
44494      Branch: perl
44495            ! sv.c
44496 ____________________________________________________________________________
44497 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
44498         Log: Subject: change 10199 backwards?
44499              From: Doug MacEachern <dougm@covalent.net>
44500              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
44501              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
44502      Branch: perl
44503            ! sv.c
44504 ____________________________________________________________________________
44505 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
44506         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
44507              From: Hugo <hv@crypt.compulink.co.uk>
44508              Date: Sat, 26 May 2001 17:05:12 +0100
44509              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
44510      Branch: perl
44511            + t/op/gmagic.t
44512            ! MANIFEST doop.c embed.h embed.pl global.sym
44513            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
44514            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
44515 ____________________________________________________________________________
44516 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
44517         Log: Regen headers for #10221.
44518      Branch: perl
44519            ! global.sym objXSUB.h perlapi.c
44520 ____________________________________________________________________________
44521 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
44522         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
44523              From: Juha Laiho <juha.laiho@Elma.Net>
44524              Date: Thu, 3 May 2001 09:51:30 +0300
44525              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
44526      Branch: perl
44527            ! embed.pl
44528 ____________________________________________________________________________
44529 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
44530         Log: Subject: Re: [PATCH] Re: stability of sort()?
44531              From: "John P. Linderman" <jpl@research.att.com>
44532              Date: Sat, 26 May 2001 13:27:19 -0400
44533              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
44534      Branch: perl
44535            ! pod/perlfunc.pod
44536 ____________________________________________________________________________
44537 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
44538         Log: Integrate perlio.
44539      Branch: perl
44540           !> pod/perlguts.pod
44541 ____________________________________________________________________________
44542 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
44543         Log: Subject: [PATCH perl@10210] PerlIO for VMS
44544              From: "Craig A. Berry" <craigberry@mac.com>
44545              Date: Sat, 26 May 2001 09:34:11 -0500
44546              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
44547      Branch: perl
44548            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
44549            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
44550            ! vms/vmsish.h
44551 ____________________________________________________________________________
44552 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
44553         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
44554              From: David Dyck <dcd@tc.fluke.com>
44555              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
44556              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
44557      Branch: perl
44558            ! lib/perl5db.pl
44559 ____________________________________________________________________________
44560 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
44561         Log: Subject: utf8 regexp tests
44562              From: Hugo <hv@crypt.compulink.co.uk>
44563              Date: Fri, 25 May 2001 22:35:01 +0100
44564              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
44565      Branch: perl
44566            ! t/op/regexp.t
44567 ____________________________________________________________________________
44568 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
44569         Log: Subject: [PATCH] Re: stability of sort()?
44570              From: Nicholas Clark <nick@ccl4.org>
44571              Date: Fri, 25 May 2001 22:40:19 +0100
44572              Message-ID: <20010525224019.B86445@plum.flirble.org>
44573      Branch: perl
44574            ! pod/perlfunc.pod
44575 ____________________________________________________________________________
44576 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
44577         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
44578              From: John Peacock <jpeacock@rowman.com>
44579              Date: Thu, 24 May 2001 22:14:01 -0400
44580              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
44581      Branch: perl
44582            ! mg.c scope.c sv.c
44583 ____________________________________________________________________________
44584 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
44585         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
44586              From: Nicholas Clark <nick@ccl4.org>
44587              Date: Sun, 20 May 2001 19:24:13 +0100
44588              Message-ID: <20010520192413.G83222@plum.flirble.org>
44589      Branch: perl
44590            + lib/ExtUtils/Constant.pm t/lib/extutils.t
44591            ! MANIFEST utils/h2xs.PL
44592 ____________________________________________________________________________
44593 [ 10212] By: nick                                  on 2001/05/26  09:49:28
44594         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
44595              add a few more notes there on use of mortals on the stack.
44596      Branch: perlio
44597            ! pod/perlguts.pod
44598 ____________________________________________________________________________
44599 [ 10211] By: nick                                  on 2001/05/26  09:05:36
44600         Log: Integrate mainline
44601      Branch: perlio
44602           +> t/lib/fcntl.t t/pragma/vars.t
44603           !> (integrate 49 files)
44604 ____________________________________________________________________________
44605 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
44606         Log: Update Changes.
44607      Branch: perl
44608            ! Changes patchlevel.h
44609 ____________________________________________________________________________
44610 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
44611         Log: Based on
44612              
44613              Subject: [PATCH pp.c] Wrapping pack("C",256)
44614              From: Simon Cozens <simon@netthink.co.uk>
44615              Date: Sat, 12 May 2001 17:58:41 +0100
44616              Message-ID: <20010512175841.A6132@netthink.co.uk>
44617      Branch: perl
44618            ! pod/perldiag.pod pp.c t/pragma/warn/pp
44619 ____________________________________________________________________________
44620 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
44621         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
44622              From: "Brendan O'Dea" <bod@compusol.com.au>
44623              Date: Fri, 25 May 2001 11:18:29 +1000
44624              Message-ID: <20010525111829.A28411@compusol.com.au>
44625              
44626              (Slightly modified.)
44627      Branch: perl
44628            ! lib/Term/Cap.pm
44629 ____________________________________________________________________________
44630 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
44631         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
44632              From: Hugo <hv@crypt.compulink.co.uk>
44633              Date: Fri, 25 May 2001 02:13:25 +0100
44634              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
44635      Branch: perl
44636            ! t/op/misc.t
44637 ____________________________________________________________________________
44638 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
44639         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
44640              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
44641              Date: Fri, 25 May 2001 10:25:36 +0900
44642              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
44643      Branch: perl
44644            ! regcomp.c regexec.c
44645 ____________________________________________________________________________
44646 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
44647         Log: Subject: [PATCH #2] stash autovivification and method call error messages
44648              From: Ilmari Karonen <iltzu@sci.fi>
44649              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
44650              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
44651      Branch: perl
44652            ! gv.c pp_hot.c t/op/method.t
44653 ____________________________________________________________________________
44654 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
44655         Log: Add make target and documentation for gprof profiling.
44656      Branch: perl
44657            ! Makefile.SH pod/perlhack.pod
44658 ____________________________________________________________________________
44659 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
44660         Log: Subject: Don't think about UTF8 
44661              From: Mike Guy <mjtg@cam.ac.uk> 
44662              Date: Tue, 22 May 2001 14:35:39 +0100
44663              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
44664      Branch: perl
44665            ! sv.h
44666 ____________________________________________________________________________
44667 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
44668         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
44669              From: Geraint A Edwards <gedge@serf.org> 
44670              Date: Thu, 24 May 2001 22:51:24 +0100
44671              Message-Id: <20010524225124.A34981@cymru.serf.org>
44672      Branch: perl
44673            ! x2p/find2perl.PL
44674 ____________________________________________________________________________
44675 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
44676         Log: DB_File has its own attribute story.
44677      Branch: perl
44678            ! ext/DB_File/DB_File.xs
44679 ____________________________________________________________________________
44680 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
44681         Log: Subject: Re: Making perl with -Wall
44682              From: Andy Dougherty <doughera@lafayette.edu>
44683              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
44684              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
44685      Branch: perl
44686            ! perl.h
44687 ____________________________________________________________________________
44688 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
44689         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
44690              From: "Richard Soderberg" <rs@crystalflame.net>
44691              Date: Thu, 24 May 2001 08:58:16 -0700
44692              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
44693      Branch: perl
44694            ! sv.c
44695 ____________________________________________________________________________
44696 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
44697         Log: IV/UV casting fixes from Nicholas Clark.
44698      Branch: perl
44699            ! perl.h pp_sys.c util.c
44700 ____________________________________________________________________________
44701 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
44702         Log: Subject: Re: Making perl with -Wall
44703              From: Michael G Schwern <schwern@pobox.com>
44704              Date: Thu, 24 May 2001 15:40:28 +0100
44705              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
44706      Branch: perl
44707            ! malloc.c perl.h
44708 ____________________________________________________________________________
44709 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
44710         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
44711              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44712              Date: Tue, 22 May 2001 11:49:37 +0200
44713              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
44714      Branch: metaconfig
44715            ! U/modified/Oldsym.U
44716      Branch: metaconfig/U/perl
44717            ! patchlevel.U
44718      Branch: perl
44719            ! Configure config_h.SH myconfig.SH
44720 ____________________________________________________________________________
44721 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
44722         Log: Under versiononly install also the scripts with the version suffix.
44723              (e.g. .../bin/h2xs5.7.1)
44724      Branch: perl
44725            ! installperl
44726 ____________________________________________________________________________
44727 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
44728         Log: Subject: [PATCH] Stop segfault in mg.c:636
44729              From: "Richard Soderberg" <rs@crystalflame.net>
44730              Date: Thu, 24 May 2001 05:51:52 -0700
44731              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
44732      Branch: perl
44733            ! mg.c
44734 ____________________________________________________________________________
44735 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
44736         Log: Iteration continues; hopefully convergently.
44737      Branch: perl
44738            ! t/lib/b-stash.t
44739 ____________________________________________________________________________
44740 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
44741         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
44742              From: Gisle Aas <gisle@ActiveState.com>
44743              Date: 23 May 2001 16:13:10 -0700
44744              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
44745      Branch: perl
44746            ! op.c toke.c
44747 ____________________________________________________________________________
44748 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
44749         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
44750              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
44751              Date: Thu, 24 May 2001 05:05:22 -0500
44752              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
44753      Branch: perl
44754            ! lib/dumpvar.pl lib/perl5db.pl
44755 ____________________________________________________________________________
44756 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
44757         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
44758              From: David Dyck <dcd@tc.fluke.com>
44759              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
44760              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
44761      Branch: perl
44762            ! lib/perl5db.pl
44763 ____________________________________________________________________________
44764 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
44765         Log: Tiny pod nits on READMEs, mostly whitespace issues.
44766      Branch: perl
44767            ! README.amiga README.dos README.macos README.mpeix README.vmesa
44768            ! README.win32
44769 ____________________________________________________________________________
44770 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
44771         Log: The DG/UX part of the 20010521.005.
44772      Branch: perl
44773            ! README.dgux
44774 ____________________________________________________________________________
44775 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
44776         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
44777              From: Hugo <hv@crypt.compulink.co.uk>
44778              Date: Mon, 21 May 2001 16:32:02 +0100
44779              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
44780      Branch: perl
44781            ! regcomp.c t/op/misc.t
44782 ____________________________________________________________________________
44783 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
44784         Log: Subject: [PATCH] Extra UNIVERSAL tests
44785              From: Mike Guy <mjtg@cam.ac.uk>
44786              Date: Wed, 23 May 2001 12:29:20 +0100
44787              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
44788      Branch: perl
44789            ! t/op/universal.t
44790 ____________________________________________________________________________
44791 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
44792         Log: Subject: [PATCH] Remove EQ keyword
44793              From: Mike Guy <mjtg@cam.ac.uk>
44794              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
44795              Date: Wed, 23 May 2001 11:17:29 +0100
44796      Branch: perl
44797            ! keywords.h keywords.pl
44798 ____________________________________________________________________________
44799 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
44800         Log: Subject: [PATCH] lib/perl5db.pl
44801              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
44802              Date: Wed, 23 May 2001 02:18:03 -0500
44803              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
44804      Branch: perl
44805            ! lib/perl5db.pl
44806 ____________________________________________________________________________
44807 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
44808         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
44809              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
44810              Date: Tue, 22 May 2001 23:34:41 -0500
44811              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
44812      Branch: perl
44813            ! lib/Term/Cap.pm
44814 ____________________________________________________________________________
44815 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
44816         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
44817              From: davem@fdgroup.co.uk
44818              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
44819              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
44820      Branch: perl
44821            ! emacs/e2ctags.pl
44822 ____________________________________________________________________________
44823 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
44824         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
44825              From: Michael G Schwern <schwern@pobox.com>
44826              Date: Tue, 22 May 2001 14:15:09 +0100
44827              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
44828      Branch: perl
44829            ! lib/vars.pm
44830 ____________________________________________________________________________
44831 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
44832         Log: Subject: [PATCH lib/vars.pm] Odd code nit
44833              From: Michael G Schwern <schwern@pobox.com>
44834              Date: Tue, 22 May 2001 14:14:28 +0100
44835              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
44836      Branch: perl
44837            ! lib/vars.pm
44838 ____________________________________________________________________________
44839 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
44840         Log: Use the new use vars feature.
44841      Branch: perl
44842            ! t/lib/b-stash.t
44843 ____________________________________________________________________________
44844 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
44845         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
44846              From: Mike Guy <mjtg@cam.ac.uk>
44847              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44848              Date: Tue, 22 May 2001 13:11:39 +0100
44849      Branch: perl
44850            + t/pragma/vars.t
44851            ! MANIFEST lib/vars.pm t/lib/1_compile.t
44852 ____________________________________________________________________________
44853 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
44854         Log: -qlongdouble considered harmful by Merijn.
44855      Branch: perl
44856            ! hints/aix.sh
44857 ____________________________________________________________________________
44858 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
44859         Log: Update Changes.
44860      Branch: perl
44861            ! Changes patchlevel.h
44862 ____________________________________________________________________________
44863 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
44864         Log: Add a test of its very own for Fcntl.  Hopefully portable.
44865      Branch: perl
44866            + t/lib/fcntl.t
44867            ! MANIFEST
44868 ____________________________________________________________________________
44869 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
44870         Log: Must be trickier for 'minitest' not to die.
44871      Branch: perl
44872            ! t/op/taint.t
44873 ____________________________________________________________________________
44874 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
44875         Log: Can't declare other people's variables.
44876      Branch: perl
44877            ! t/lib/b-stash.t
44878 ____________________________________________________________________________
44879 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
44880         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
44881      Branch: perl
44882            ! doio.c t/op/taint.t
44883 ____________________________________________________________________________
44884 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
44885         Log: The OS/2 variable needs to be declared.
44886      Branch: perl
44887            ! t/lib/b-stash.t
44888 ____________________________________________________________________________
44889 [ 10170] By: nick                                  on 2001/05/20  16:48:29
44890         Log: Integrate mainline
44891      Branch: perlio
44892           !> (integrate 41 files)
44893 ____________________________________________________________________________
44894 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
44895         Log: Small perlsec updates: clarify the taintedness of filename
44896              globbing; suggest using Scalar::Util::tainted().
44897      Branch: perl
44898            ! pod/perlsec.pod
44899 ____________________________________________________________________________
44900 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
44901         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
44902              From: Dave Mitchell <davem@fdgroup.co.uk>
44903              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
44904              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
44905      Branch: perl
44906            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
44907            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
44908            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
44909            ! xsutils.c
44910 ____________________________________________________________________________
44911 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
44912         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
44913              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44914              Date: Sat, 19 May 2001 04:08:46 -0400
44915              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
44916      Branch: perl
44917            ! lib/ExtUtils/Mksymlists.pm makedef.pl
44918 ____________________________________________________________________________
44919 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
44920         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
44921              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44922              Date: Sat, 19 May 2001 04:30:45 -0400
44923              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
44924      Branch: perl
44925            ! os2/os2.c
44926 ____________________________________________________________________________
44927 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
44928         Log: Subject: [PATCH 5.6.1] build bugs OS/2
44929              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44930              Date: Sat, 19 May 2001 04:35:28 -0400
44931              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
44932      Branch: perl
44933            ! os2/Makefile.SHs os2/os2.c
44934 ____________________________________________________________________________
44935 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
44936         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
44937              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44938              Date: Sat, 19 May 2001 04:04:23 -0400
44939              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
44940              
44941              (In bleadperl patched b-stash.t instead of b.t)
44942      Branch: perl
44943            ! t/lib/b-stash.t t/lib/bigfltpm.t
44944 ____________________________________________________________________________
44945 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
44946         Log: Subject: [PATCH 5.6.1] perl5db
44947              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44948              Date: Sat, 19 May 2001 03:49:09 -0400
44949              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
44950      Branch: perl
44951            ! lib/perl5db.pl
44952 ____________________________________________________________________________
44953 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
44954         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
44955              From: Gisle Aas <gisle@ActiveState.com>
44956              Date: 18 May 2001 14:24:51 -0700
44957              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
44958      Branch: perl
44959            ! pp_ctl.c
44960 ____________________________________________________________________________
44961 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
44962         Log: Subject: [PATCH] Chomp should not always stringify
44963              From: Gisle Aas <gisle@ActiveState.com>
44964              Date: 18 May 2001 07:55:25 -0700
44965              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
44966      Branch: perl
44967            ! doop.c t/op/chop.t
44968 ____________________________________________________________________________
44969 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
44970         Log: Integrate perlio.
44971      Branch: perl
44972           !> pod/perlfunc.pod
44973 ____________________________________________________________________________
44974 [ 10159] By: nick                                  on 2001/05/20  09:39:46
44975         Log: Document some more of open's features.
44976      Branch: perlio
44977            ! pod/perlfunc.pod
44978 ____________________________________________________________________________
44979 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
44980         Log: back out change#10153 (it has compatibility issues such as the
44981              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
44982              benefit for 5.6.x doesn't seem worth the risk)
44983      Branch: maint-5.6/perl
44984            ! toke.c
44985 ____________________________________________________________________________
44986 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
44987         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
44988      Branch: perl
44989            ! x2p/s2p.PL
44990 ____________________________________________________________________________
44991 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
44992         Log: Update Changes.
44993      Branch: perl
44994            ! Changes patchlevel.h
44995 ____________________________________________________________________________
44996 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
44997         Log: Integrate change #10144 from maintperl.
44998              
44999              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
45000      Branch: perl
45001           !> win32/config.bc win32/config.gc win32/config.vc
45002           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
45003 ____________________________________________________________________________
45004 [ 10154] By: nick                                  on 2001/05/18  07:23:03
45005         Log: Integrate mainline.
45006      Branch: perlio
45007           +> README.dgux t/lib/i18n-collate.t utils.lst
45008           !> (integrate 49 files)
45009 ____________________________________________________________________________
45010 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
45011         Log: Integrate change #7224 from mainline into maintperl.
45012              
45013              Allow @+ and @- to be doublequoted, from Simon Cozens. 
45014              (Approved by Larry, see Tom's comment in 20000830.005.)
45015      Branch: maint-5.6/perl
45016           !> toke.c
45017 ____________________________________________________________________________
45018 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
45019         Log: Subject: [PATCH bleadperl] small lookbehind fix
45020              From: Hugo <hv@crypt.compulink.co.uk>
45021              Date: Fri, 18 May 2001 00:07:19 +0100
45022              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
45023      Branch: perl
45024            ! regexec.c
45025 ____________________________________________________________________________
45026 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
45027         Log: Detypos.
45028      Branch: perl
45029            ! installman utils.lst
45030 ____________________________________________________________________________
45031 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
45032         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
45033              in 20001222.001.
45034      Branch: perl
45035            ! t/lib/glob-basic.t
45036 ____________________________________________________________________________
45037 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
45038         Log: Subject: [PATCH] Test for bug 20010515.004
45039              From: Benjamin Sugars <bsugars@canoe.ca>
45040              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
45041              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
45042      Branch: perl
45043            ! t/op/misc.t
45044 ____________________________________________________________________________
45045 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
45046         Log: Integrate #10145 from maintperl.
45047              
45048              fix for ID 20010515.004 (needs test)
45049      Branch: perl
45050           !> pp_hot.c
45051 ____________________________________________________________________________
45052 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
45053         Log: Thinko noticed by Doug MacEachern.
45054      Branch: perl
45055            ! thread.h
45056 ____________________________________________________________________________
45057 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
45058         Log: Subject: Re: [PATCH] HERE mark in regex
45059              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
45060              Date: Thu, 17 May 2001 12:20:33 -0400
45061              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
45062      Branch: perl
45063            ! t/op/re_tests
45064 ____________________________________________________________________________
45065 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
45066         Log: fix for ID 20010515.004 (needs test)
45067      Branch: maint-5.6/perl
45068            ! pp_hot.c
45069 ____________________________________________________________________________
45070 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
45071         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
45072      Branch: maint-5.6/perl
45073            ! win32/config.bc win32/config.gc win32/config.vc
45074            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45075 ____________________________________________________________________________
45076 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
45077         Log: Macrofy the getspecific (and use it also in util.c)
45078      Branch: perl
45079            ! thread.h util.c
45080 ____________________________________________________________________________
45081 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
45082         Log: Use the unchecked thread-specific key fetch also in Tru64.
45083      Branch: perl
45084            ! thread.h
45085 ____________________________________________________________________________
45086 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
45087         Log: Subject: [PATCH 5.6.1]Quick thread speedup
45088              From: Dan Sugalski <dan@sidhe.org> 
45089              Date: Wed, 16 May 2001 18:05:19 -0400
45090              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
45091      Branch: perl
45092            ! thread.h util.c
45093 ____________________________________________________________________________
45094 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
45095         Log: I think this is quite enough testing for a deprecated feature.
45096      Branch: perl
45097            + t/lib/i18n-collate.t
45098            ! MANIFEST t/lib/1_compile.t
45099 ____________________________________________________________________________
45100 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
45101         Log: More HP-UX lore from Jeff Okamoto.
45102      Branch: perl
45103            ! README.hpux
45104 ____________________________________________________________________________
45105 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
45106         Log: Sort utils.lst for easier maintenance.
45107      Branch: perl
45108            ! utils.lst
45109 ____________________________________________________________________________
45110 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
45111         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
45112              From: Tim Jenness <t.jenness@jach.hawaii.edu>
45113              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
45114              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
45115              
45116              Add pod2latex to utils.lst.
45117      Branch: perl
45118            ! MANIFEST utils.lst
45119 ____________________________________________________________________________
45120 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
45121         Log: Subject: Re: [PATCH] HERE mark in regex
45122              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
45123              Date: Wed, 16 May 2001 13:04:43 -0400
45124              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
45125      Branch: perl
45126            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
45127            ! t/op/regmesg.t t/pragma/warn/regcomp
45128 ____________________________________________________________________________
45129 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
45130         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
45131              From: Simon Cozens <simon@netthink.co.uk>
45132              Date: Wed, 16 May 2001 18:02:08 +0100
45133              Message-ID: <20010516180208.A6458@netthink.co.uk>
45134      Branch: perl
45135            ! installman utils.lst
45136 ____________________________________________________________________________
45137 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
45138         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
45139              From: "Philip Newton" <pnewton@gmx.de>
45140              Date: Tue, 15 May 2001 15:09:30 +0200
45141              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
45142              
45143              Test case for #10128.
45144      Branch: perl
45145            ! t/pragma/warn/pp_hot
45146 ____________________________________________________________________________
45147 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
45148         Log: Update Changes.
45149      Branch: perl
45150            ! Changes patchlevel.h
45151 ____________________________________________________________________________
45152 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
45153         Log: Deprecate pseudo-hashes.
45154      Branch: perl
45155            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
45156 ____________________________________________________________________________
45157 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
45158         Log: HP-UX hints update from Merijn.
45159      Branch: perl
45160            ! hints/hpux.sh
45161 ____________________________________________________________________________
45162 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
45163         Log: README.hpux update from Merijn.
45164      Branch: perl
45165            ! README.hpux
45166 ____________________________________________________________________________
45167 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
45168         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
45169              From: Simon Cozens <simon@netthink.co.uk>
45170              Date: Wed, 16 May 2001 15:57:55 +0100
45171              Message-ID: <20010516155755.A4728@netthink.co.uk>
45172      Branch: perl
45173            + utils.lst
45174            ! MANIFEST installman installperl
45175 ____________________________________________________________________________
45176 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
45177         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
45178              From: "Philip Newton" <pnewton@gmx.de>
45179              Date: Tue, 15 May 2001 16:31:05 +0200
45180              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
45181              
45182              Fix PERL_Y2KWARN test to check before rather than after appending.
45183      Branch: perl
45184            ! pp_hot.c
45185 ____________________________________________________________________________
45186 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
45187         Log: Regen Porting stuff.
45188      Branch: perl
45189            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45190            ! config_h.SH
45191 ____________________________________________________________________________
45192 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
45193         Log: Metaconfig unit change for #10125.
45194      Branch: metaconfig
45195            ! U/modified/Oldconfig.U
45196 ____________________________________________________________________________
45197 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
45198         Log: Use OSVERS.
45199      Branch: perl
45200            ! Configure config_h.SH perl.c
45201 ____________________________________________________________________________
45202 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
45203         Log: Regen toc.
45204      Branch: perl
45205            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
45206 ____________________________________________________________________________
45207 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
45208         Log: Adding the README.dgux to the MANIFEST would be a good idea.
45209      Branch: perl
45210            ! MANIFEST
45211 ____________________________________________________________________________
45212 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
45213         Log: Move the stack desire definition to thread.h.
45214      Branch: perl
45215            ! ext/Thread/Thread.xs thread.h
45216 ____________________________________________________________________________
45217 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
45218         Log: DG-UX threading patches, including a README.dgux,
45219              from Takis Psarogiannakopoulos.
45220      Branch: perl
45221            + README.dgux
45222            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
45223 ____________________________________________________________________________
45224 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
45225         Log: Subject: [PATCH B::Deparse] More on /x regexes
45226              From: Robin Houston <robin@kitsite.com>
45227              Date: Tue, 15 May 2001 19:09:35 +0100
45228              Message-ID: <20010515190935.A27268@penderel>
45229      Branch: perl
45230            ! ext/B/B/Deparse.pm
45231 ____________________________________________________________________________
45232 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
45233         Log: Document that the core time() may be rounding rather
45234              than truncating, would have saved at least my confusion.
45235      Branch: perl
45236            ! ext/Time/HiRes/HiRes.pm
45237 ____________________________________________________________________________
45238 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
45239         Log: Subject: perl-current/t/time-hires.t
45240              From: John Peacock <jpeacock@rowman.com>
45241              Date: Fri, 11 May 2001 14:09:41 -0400
45242              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
45243      Branch: perl
45244            ! t/lib/time-hires.t
45245 ____________________________________________________________________________
45246 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
45247         Log: Subject: [PATCH dump.c] Op private flags
45248              From: Simon Cozens <simon@netthink.co.uk>
45249              Date: Sun, 13 May 2001 20:20:36 +0100
45250              Message-ID: <20010513202036.A21896@netthink.co.uk>
45251      Branch: perl
45252            ! dump.c
45253 ____________________________________________________________________________
45254 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
45255         Log: Upgrade to Switch 2.03.
45256      Branch: perl
45257            ! lib/Switch.pm
45258 ____________________________________________________________________________
45259 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
45260         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
45261              to PERL_CONFIG_SH and use it consistently.
45262      Branch: maint-5.6/perl
45263           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
45264           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
45265           !> myconfig.SH writemain.SH
45266 ____________________________________________________________________________
45267 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
45268         Log: Metaconfig units changes for #10113.
45269      Branch: metaconfig
45270            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
45271 ____________________________________________________________________________
45272 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
45273         Log: The problem described in 20010514.031 still wasn't
45274              fully cured, there were remnants of $CONFIG when
45275              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
45276              to avoid future conflicts.
45277      Branch: perl
45278            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
45279            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
45280            ! myconfig.SH writemain.SH
45281 ____________________________________________________________________________
45282 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
45283         Log: Half of #10107 got lost.
45284      Branch: perl
45285            ! ext/B/B/Deparse.pm
45286 ____________________________________________________________________________
45287 [ 10111] By: nick                                  on 2001/05/15  08:39:14
45288         Log: Integrate mainline.
45289      Branch: perlio
45290           +> ext/POSIX/hints/uts.pl
45291            - Todo Todo-5.6 t/camel-III/vstring.t
45292           !> (integrate 48 files)
45293 ____________________________________________________________________________
45294 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
45295         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
45296              From: Robin Houston <robin@kitsite.com>
45297              Date: Mon, 14 May 2001 22:27:08 +0100
45298              Message-ID: <20010514222708.A22963@penderel>
45299      Branch: perl
45300            ! t/TestInit.pm
45301 ____________________________________________________________________________
45302 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
45303         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
45304              From: Robin Houston <robin@kitsite.com>
45305              Date: Mon, 14 May 2001 22:16:43 +0100
45306              Message-ID: <20010514221643.A22437@penderel>
45307      Branch: perl
45308            ! ext/B/B/Deparse.pm
45309 ____________________________________________________________________________
45310 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
45311         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
45312              From: Robin Houston <robin@kitsite.com>
45313              Date: Mon, 14 May 2001 22:03:44 +0100
45314              Message-ID: <20010514220344.A20643@penderel>
45315      Branch: perl
45316            ! ext/B/B/Deparse.pm
45317 ____________________________________________________________________________
45318 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
45319         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
45320              From: Robin Houston <robin@kitsite.com>
45321              Date: Mon, 14 May 2001 22:10:07 +0100
45322              Message-ID: <20010514221007.A21118@penderel>
45323      Branch: perl
45324            ! ext/B/B/Deparse.pm
45325 ____________________________________________________________________________
45326 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
45327         Log: Fix for 20010514.037; substr() didn't invalidate the locale
45328              collation magic.
45329      Branch: perl
45330            ! pp.c
45331 ____________________________________________________________________________
45332 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
45333         Log: Update Changes.
45334      Branch: perl
45335            ! Changes patchlevel.h
45336 ____________________________________________________________________________
45337 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
45338         Log: Retract #10094.
45339      Branch: perl
45340            ! lib/Pod/Text.pm
45341 ____________________________________________________________________________
45342 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
45343         Log: Integrate change #10100 from maintperl.
45344              
45345              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
45346              bug ID 20010514.027)
45347      Branch: perl
45348           !> mg.c pp_ctl.c
45349 ____________________________________________________________________________
45350 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
45351         Log: Document the deprecatedness of suidperl.
45352      Branch: perl
45353            ! INSTALL pod/perlfaq1.pod
45354 ____________________________________________________________________________
45355 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
45356         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
45357              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
45358              Date: Mon, 14 May 2001 09:38:59 -0400
45359              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
45360      Branch: perl
45361            ! lib/ExtUtils/MM_Unix.pm
45362 ____________________________________________________________________________
45363 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
45364         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
45365              bug ID 20010514.027)
45366              
45367              TODO: this needs a testsuite addition
45368      Branch: maint-5.6/perl
45369            ! mg.c pp_ctl.c
45370 ____________________________________________________________________________
45371 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
45372         Log: More DWIMminess for Class::Struct: calling the array or hash
45373              accessors only with one argument, an array or a hash reference,
45374              sets the underlying array or hash.  This mirrors nicely also
45375              the usage in the constructor.
45376              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
45377      Branch: perl
45378            ! lib/Class/Struct.pm t/lib/class-struct.t
45379 ____________________________________________________________________________
45380 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
45381         Log: Reference cmp'ing should go through the whole stringification
45382              process shebang, as pointed out by Sarathy in #10091.
45383      Branch: perl
45384            ! pp.c
45385 ____________________________________________________________________________
45386 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
45387         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
45388              From: Simon Cozens <simon@netthink.co.uk>
45389              Date: Sat, 12 May 2001 16:36:27 +0100
45390              Message-ID: <20010512163627.A5522@netthink.co.uk>
45391              
45392              with some additions salvaged from Todo and Todo-5.6 before
45393              retiring them.
45394      Branch: perl
45395            - Todo Todo-5.6
45396            ! MANIFEST pod/perltodo.pod
45397 ____________________________________________________________________________
45398 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
45399         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
45400              From: "Golubev I. N." <gin@mo.msk.ru>
45401              Date: Mon, 07 May 2001 14:33:34 (GMT)
45402              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
45403      Branch: perl
45404            ! perl.h
45405 ____________________________________________________________________________
45406 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
45407         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
45408              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
45409              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
45410              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
45411      Branch: perl
45412            ! lib/ExtUtils/MM_Unix.pm
45413 ____________________________________________________________________________
45414 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
45415         Log: (Retracted by #10104.)
45416              
45417              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
45418              From: barries <barries@slaysys.com>
45419              Date: Sat, 12 May 2001 01:28:10 -0400
45420              Message-ID: <20010512012810.B26358@jester.slaysys.com>
45421      Branch: perl
45422            ! lib/Pod/Text.pm
45423 ____________________________________________________________________________
45424 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
45425         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
45426              From: Mike Guy <mjtg@cam.ac.uk>
45427              Date: Sat, 12 May 2001 19:24:33 +0100
45428              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
45429      Branch: perl
45430            ! lib/AutoSplit.pm
45431 ____________________________________________________________________________
45432 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
45433         Log: Yet another HP-UX hints tweak from Merijn.
45434      Branch: perl
45435            ! hints/hpux.sh
45436 ____________________________________________________________________________
45437 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
45438         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
45439              isn't defined (changes#9366,9368,9370 from mainline without the
45440              pp_scmp() change)
45441      Branch: maint-5.6/perl
45442            ! pp.c pp.h pp_hot.c
45443 ____________________________________________________________________________
45444 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
45445         Log: The sorting seems to happen now automatically.
45446      Branch: perl
45447            ! t/lib/glob-basic.t
45448 ____________________________________________________________________________
45449 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
45450         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
45451              From: Benjamin Sugars <bsugars@canoe.ca>
45452              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
45453              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
45454      Branch: perl
45455            ! pod/perlfunc.pod
45456 ____________________________________________________________________________
45457 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
45458         Log: Subject: Re: undef(&foo) does not work for XS functions
45459              From: Doug MacEachern <dougm@covalent.net>
45460              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
45461              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
45462      Branch: perl
45463            ! op.c
45464 ____________________________________________________________________________
45465 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
45466         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
45467              From: Peter Prymmer <pvhp@forte.com>
45468              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
45469              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
45470      Branch: perl
45471            ! t/op/append.t
45472 ____________________________________________________________________________
45473 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
45474         Log: Update Changes.
45475      Branch: perl
45476            ! Changes patchlevel.h
45477 ____________________________________________________________________________
45478 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
45479         Log: Remove the 'asciir' re subpragma.  Should instead implement
45480              the 'physical vs logical' range scheme:
45481              
45482              \xAA-\xCC is a native physical range, you want that range of
45483              codepoints in your native encoding.  In EBCDIC the codepoints
45484              in the gaps (between i-j and r-s) should be included.
45485              
45486              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
45487              codepoints in Unicode.
45488              
45489              a-z is a logical range, you want that range of 'logical' codepoints
45490              in your native encoding.  In EBCDIC the codepoints in the gaps
45491              (between i-j and r-s) should not be included.
45492              
45493              Mixed cases (a-\xAA, etc) should either be errors, or maybe
45494              the 'logical' endpoints should be converted to native/Unicode
45495              codepoints, and the range handled as a physical range.
45496              
45497              'Logical endpoints' are to be recognized only in the A-Z, a-z,
45498              and 0-9 ranges.  Probably a warning should be given for mixed
45499              cases like A-z or a-9 (since such expressions are encoding
45500              dependent), with a recommendation to use physical ranges.
45501      Branch: perl
45502            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
45503            ! t/op/regexp.t
45504 ____________________________________________________________________________
45505 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
45506         Log: Make the test to cleanup the test directory tree
45507              both before and after the testing so that we always
45508              have a clean slate to work with.
45509      Branch: perl
45510            ! t/lib/filefind.t
45511 ____________________________________________________________________________
45512 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
45513         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
45514              From: Jon Eveland <jweveland@yahoo.com>
45515              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
45516              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
45517      Branch: perl
45518            ! pod/perlfunc.pod
45519 ____________________________________________________________________________
45520 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
45521         Log: Merge the camel-III/vstring.t with op/ver.t.
45522      Branch: perl
45523            - t/camel-III/vstring.t
45524            ! MANIFEST t/TEST t/harness t/op/ver.t
45525 ____________________________________________________________________________
45526 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
45527         Log: Add test.deparse make target.
45528      Branch: perl
45529            ! Makefile.SH
45530 ____________________________________________________________________________
45531 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
45532         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
45533              From: Robin Houston <robin@kitsite.com>
45534              Date: Fri, 11 May 2001 12:02:22 +0100
45535              Message-ID: <20010511120222.A11529@penderel>
45536      Branch: perl
45537            ! ext/B/B/Deparse.pm t/op/method.t
45538 ____________________________________________________________________________
45539 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
45540         Log: A nicely working combination for UTS from Hal Morris.
45541      Branch: perl
45542            + ext/POSIX/hints/uts.pl
45543            ! MANIFEST hints/uts.sh
45544 ____________________________________________________________________________
45545 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
45546         Log: i_ieeefp=undef for UTS.
45547      Branch: perl
45548            ! hints/uts.sh
45549 ____________________________________________________________________________
45550 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
45551         Log: Subject: RE: rand(0) is rand(1)
45552              From: Larry Shatzer <lshatzer@islanddata.com>
45553              Date: Thu, 10 May 2001 11:09:27 -0700
45554              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
45555      Branch: perl
45556            ! pod/perlfunc.pod
45557 ____________________________________________________________________________
45558 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
45559         Log: Subject: [patch] make op_{clear,null} public
45560              From: Doug MacEachern <dougm@covalent.net>
45561              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
45562              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
45563      Branch: perl
45564            ! embed.h embed.pl op.c proto.h
45565 ____________________________________________________________________________
45566 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
45567         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
45568              From: Robin Houston <robin@kitsite.com>
45569              Date: Thu, 10 May 2001 18:54:59 +0100
45570              Message-ID: <20010510185459.A5995@penderel>
45571      Branch: perl
45572            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
45573 ____________________________________________________________________________
45574 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
45575         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
45576              From: Robin Houston <robin@kitsite.com>
45577              Date: Thu, 10 May 2001 12:56:39 +0100
45578              Message-ID: <20010510125639.A2119@penderel>
45579      Branch: perl
45580            ! ext/B/B/Deparse.pm
45581 ____________________________________________________________________________
45582 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
45583         Log: Retract #10070, not ready yet.
45584      Branch: perl
45585            ! ext/B/B/Deparse.pm
45586 ____________________________________________________________________________
45587 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
45588         Log: The metaconfig unit change for #10071.
45589      Branch: metaconfig
45590            ! U/modified/mallocsrc.U
45591 ____________________________________________________________________________
45592 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
45593         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
45594      Branch: perl
45595            ! Configure
45596 ____________________________________________________________________________
45597 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
45598         Log: (Retracted by #10073)
45599              
45600              Subject: Re: [PATCH t/TEST] B::Deparse tester 
45601              From: Hugo <hv@crypt.compulink.co.uk>
45602              Date: Thu, 10 May 2001 05:48:09 +0100
45603              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
45604      Branch: perl
45605            ! ext/B/B/Deparse.pm
45606 ____________________________________________________________________________
45607 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
45608         Log: Add a for(func()) test.
45609      Branch: perl
45610            ! t/cmd/for.t
45611 ____________________________________________________________________________
45612 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
45613         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
45614              From: Robin Houston <robin@kitsite.com>
45615              Date: Thu, 10 May 2001 13:50:08 +0100
45616              Message-ID: <20010510135008.A2454@penderel>
45617      Branch: perl
45618            ! ext/B/B/Deparse.pm
45619 ____________________________________________________________________________
45620 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
45621         Log: A thinko in #10065.
45622      Branch: perl
45623            ! hv.c
45624 ____________________________________________________________________________
45625 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
45626         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
45627              From: Robin Houston <robin@kitsite.com>
45628              Date: Thu, 10 May 2001 02:10:34 +0100
45629              Message-ID: <20010510021034.A19421@penderel>
45630      Branch: perl
45631            ! ext/B/B.xs ext/B/B/Deparse.pm
45632 ____________________________________________________________________________
45633 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
45634         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
45635              From: Doug MacEachern <dougm@covalent.net>
45636              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
45637              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
45638      Branch: perl
45639            ! hv.c
45640 ____________________________________________________________________________
45641 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
45642         Log: One more workaround for the UTS compiler from Hal Morris.
45643      Branch: perl
45644            ! perl.h
45645 ____________________________________________________________________________
45646 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
45647         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
45648              From: Robin Houston <robin@kitsite.com>
45649              Date: Thu, 10 May 2001 01:02:08 +0100
45650              Message-ID: <20010510010208.A18200@penderel>
45651      Branch: perl
45652            ! ext/B/B/Debug.pm
45653 ____________________________________________________________________________
45654 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
45655         Log: Subject: [PATCH] Simplify deb_curcv() a bit
45656              From: Benjamin Sugars <bsugars@canoe.ca>
45657              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
45658              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
45659      Branch: perl
45660            ! run.c
45661 ____________________________________________________________________________
45662 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
45663         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
45664              From: Benjamin Sugars <bsugars@canoe.ca>
45665              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
45666              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
45667      Branch: perl
45668            ! t/lib/io_scalar.t
45669 ____________________________________________________________________________
45670 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
45671         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
45672              From: Peter Prymmer <pvhp@forte.com>
45673              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
45674              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
45675      Branch: perl
45676            ! t/lib/md5-file.t
45677 ____________________________________________________________________________
45678 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
45679         Log: Subject: [PATCH t/TEST] B::Deparse tester
45680              From: Robin Houston <robin@kitsite.com>
45681              Date: Wed, 9 May 2001 19:17:50 +0100
45682              Message-ID: <20010509191750.A16940@penderel>
45683      Branch: perl
45684            ! ext/B/O.pm t/TEST
45685 ____________________________________________________________________________
45686 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
45687         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
45688              From: Jeff Pinyan <jeffp@crusoe.net>
45689              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
45690              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
45691      Branch: perl
45692            ! lib/Pod/Html.pm
45693 ____________________________________________________________________________
45694 [ 10057] By: nick                                  on 2001/05/09  18:37:56
45695         Log: Integrate mainline.
45696      Branch: perlio
45697           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
45698           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
45699 ____________________________________________________________________________
45700 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
45701         Log: Update Changes.
45702      Branch: perl
45703            ! Changes patchlevel.h
45704 ____________________________________________________________________________
45705 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
45706         Log: Integrate perlio.
45707      Branch: perl
45708           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
45709 ____________________________________________________________________________
45710 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
45711         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
45712              From: Benjamin Sugars <bsugars@canoe.ca>
45713              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
45714              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
45715      Branch: perl
45716            ! perlio.c
45717 ____________________________________________________________________________
45718 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
45719         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
45720              From: Benjamin Sugars <bsugars@canoe.ca>
45721              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
45722              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
45723      Branch: perl
45724            ! ext/PerlIO/Scalar/Scalar.xs
45725 ____________________________________________________________________________
45726 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
45727         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
45728              From: Jeff Pinyan <jeffp@crusoe.net>
45729              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
45730              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
45731      Branch: perl
45732            ! lib/Pod/Html.pm
45733 ____________________________________________________________________________
45734 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
45735         Log: EPOC tweak from Olaf Flebbe.
45736      Branch: perl
45737            ! epoc/epocish.h
45738 ____________________________________________________________________________
45739 [ 10050] By: nick                                  on 2001/05/09  14:37:57
45740         Log: win32, regen_config_h
45741      Branch: perlio
45742            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45743 ____________________________________________________________________________
45744 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
45745         Log: Integrate perlio.
45746      Branch: perl
45747           !> pp_sys.c
45748 ____________________________________________________________________________
45749 [ 10048] By: nick                                  on 2001/05/09  11:59:50
45750         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
45751              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
45752      Branch: perlio
45753            ! pp_sys.c
45754 ____________________________________________________________________________
45755 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
45756         Log: Integrate perlio.
45757      Branch: perl
45758           !> run.c
45759 ____________________________________________________________________________
45760 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
45761         Log: Subject: Re: Less warnings during configure
45762              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45763              Date: Wed, 09 May 2001 13:12:49 +0200
45764              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
45765      Branch: perl
45766            ! hints/hpux.sh
45767 ____________________________________________________________________________
45768 [ 10045] By: nick                                  on 2001/05/09  09:56:59
45769         Log: MULTIPLICITY/DEBUGGING build fix.
45770      Branch: perlio
45771            ! run.c
45772 ____________________________________________________________________________
45773 [ 10044] By: nick                                  on 2001/05/09  09:46:37
45774         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
45775      Branch: perlio
45776           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
45777            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
45778           !> (integrate 65 files)
45779 ____________________________________________________________________________
45780 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
45781         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
45782              From: Robin Houston <robin@kitsite.com>
45783              Date: Tue, 8 May 2001 19:38:00 +0100
45784              Message-ID: <20010508193800.A4389@penderel>
45785              
45786              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
45787              From: Robin Houston <robin@kitsite.com>
45788              Date: Tue, 8 May 2001 20:03:57 +0100
45789              Message-ID: <20010508200357.A4614@penderel>
45790              
45791              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
45792              From: Robin Houston <robin@kitsite.com>
45793              Date: Wed, 9 May 2001 00:12:05 +0100
45794              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
45795      Branch: perl
45796            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
45797 ____________________________________________________________________________
45798 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
45799         Log: Retract #10031.
45800      Branch: perl
45801            ! pod/perlfunc.pod
45802 ____________________________________________________________________________
45803 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
45804         Log: The metaconfig unit changes for #10040.
45805      Branch: metaconfig/U/perl
45806            ! Checkcc.U d_dlsymun.U dlsrc.U
45807 ____________________________________________________________________________
45808 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
45809         Log: The Configure half of
45810              
45811              Subject: Less warnings during configure
45812              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45813              Date: Tue, 08 May 2001 08:44:02 +0200
45814              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
45815      Branch: perl
45816            ! Configure
45817 ____________________________________________________________________________
45818 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
45819         Log: Subject: Less warnings during configure
45820              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45821              Date: Tue, 08 May 2001 08:44:02 +0200
45822              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
45823      Branch: perl
45824            ! hints/hpux.sh
45825 ____________________________________________________________________________
45826 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
45827         Log: Don't forget to whine about \d__\d.
45828      Branch: perl
45829            ! t/pragma/warn/toke toke.c
45830 ____________________________________________________________________________
45831 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
45832         Log: Allow underscores also in the exponent part.
45833      Branch: perl
45834            ! t/pragma/warn/toke toke.c
45835 ____________________________________________________________________________
45836 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
45837         Log: CodeMagicCD doesn't look like an *I*DE.
45838      Branch: perl
45839            ! pod/perlfaq3.pod
45840 ____________________________________________________________________________
45841 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
45842         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
45843              to be consistently down).
45844      Branch: perl
45845            ! pod/perlfaq3.pod
45846 ____________________________________________________________________________
45847 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
45848         Log: Upgrade to Text::Balanced 1.84.
45849      Branch: perl
45850            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
45851 ____________________________________________________________________________
45852 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
45853         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
45854              From: Benjamin Sugars <bsugars@canoe.ca>
45855              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
45856              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
45857      Branch: perl
45858            ! run.c
45859 ____________________________________________________________________________
45860 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
45861         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
45862              From: Peter Prymmer <pvhp@forte.com>
45863              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
45864              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
45865      Branch: perl
45866            ! t/pod/plainer.t
45867 ____________________________________________________________________________
45868 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
45869         Log: (Retracted by #10042)
45870              
45871              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
45872              From: "Philip Newton" <pnewton@gmx.de>
45873              Date: Tue, 8 May 2001 09:18:10 +0200
45874              Message-ID: <3AF7B9D2.28861.603732@localhost>
45875      Branch: perl
45876            ! pod/perlfunc.pod
45877 ____________________________________________________________________________
45878 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
45879         Log: Subject: [PATCH B::Deparse] Document known bugs
45880              From: Robin Houston <robin@kitsite.com>
45881              Date: Tue, 8 May 2001 01:53:34 +0100
45882              Message-ID: <20010508015334.A32394@penderel>
45883      Branch: perl
45884            ! ext/B/B/Deparse.pm
45885 ____________________________________________________________________________
45886 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
45887         Log: Subject: Re: Perl book, magazine and website updates.
45888              From: "Philip Newton" <pnewton@gmx.de>
45889              Date: Mon, 7 May 2001 17:03:58 +0200
45890              Message-ID: <3AF6D57E.5387.1E29930@localhost>
45891      Branch: perl
45892            ! pod/perlfaq2.pod
45893 ____________________________________________________________________________
45894 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
45895         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
45896              From: Peter Prymmer <pvhp@forte.com>
45897              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
45898              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
45899      Branch: perl
45900            ! t/io/fflush.t
45901 ____________________________________________________________________________
45902 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
45903         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
45904              From: Robin Houston <robin@kitsite.com>
45905              Date: Tue, 8 May 2001 01:14:55 +0100
45906              Message-ID: <20010508011455.A32162@penderel>
45907      Branch: perl
45908            ! ext/B/B/Deparse.pm
45909 ____________________________________________________________________________
45910 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
45911         Log: Typo in #10025.
45912      Branch: perl
45913            ! hints/uts.sh
45914 ____________________________________________________________________________
45915 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
45916         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
45917      Branch: perl
45918            ! hints/uts.sh
45919 ____________________________________________________________________________
45920 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
45921         Log: Subject: Re: [ID 20010506.045] question about hash syntax
45922              From: Peter Scott <Peter@PSDT.com>
45923              Date: Sun, 06 May 2001 13:10:40 -0700
45924              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
45925      Branch: perl
45926            ! pod/perl56delta.pod
45927 ____________________________________________________________________________
45928 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
45929         Log: Configure should figure out the list of dynamic extensions
45930              just fine in UTS-- and in fact it does, as reported by Hal Morris.
45931      Branch: perl
45932            ! hints/uts.sh
45933 ____________________________________________________________________________
45934 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
45935         Log: Update Changes.
45936      Branch: perl
45937            ! Changes patchlevel.h
45938 ____________________________________________________________________________
45939 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
45940         Log: Subject: [PATCH regcomp.c] Insecure regexes
45941              From: Robin Houston <robin@kitsite.com>
45942              Date: Mon, 7 May 2001 21:56:12 +0100
45943              Message-ID: <20010507215612.A31114@penderel>
45944      Branch: perl
45945            ! regcomp.c
45946 ____________________________________________________________________________
45947 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
45948         Log: Drop the foobar.perl.com references for now until Simon
45949              gets them sorted out.
45950      Branch: perl
45951            ! pod/perlfaq2.pod
45952 ____________________________________________________________________________
45953 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
45954         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
45955              From: Prymmer/Kahn <pvhp@best.com>
45956              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
45957              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
45958      Branch: perl
45959            ! lib/Devel/SelfStubber.pm
45960 ____________________________________________________________________________
45961 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
45962         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
45963              From: Prymmer/Kahn <pvhp@best.com>
45964              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
45965              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
45966      Branch: perl
45967            ! win32/Makefile
45968 ____________________________________________________________________________
45969 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
45970         Log: s/WebTechnique's/WebTechniques/
45971      Branch: perl
45972            ! pod/perlfaq2.pod
45973 ____________________________________________________________________________
45974 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
45975         Log: Llama 3 updates from Randal.
45976      Branch: perl
45977            ! pod/perlfaq2.pod
45978 ____________________________________________________________________________
45979 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
45980         Log: Subject: [PATCH] Help -Dt show correct pad variables
45981              From: Benjamin Sugars <ben.sugars@home.com>
45982              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
45983              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
45984      Branch: perl
45985            ! embed.h embed.pl proto.h run.c
45986 ____________________________________________________________________________
45987 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
45988         Log: Subject: [PATCH] Document C<our $foo : shared>
45989              From: Benjamin Sugars <ben.sugars@home.com>
45990              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
45991              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
45992      Branch: perl
45993            ! pod/perlfunc.pod
45994 ____________________________________________________________________________
45995 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
45996         Log: Subject: [PATCH B::Deparse] undefined folded constants
45997              From: Robin Houston <robin@kitsite.com>
45998              Date: Sun, 6 May 2001 17:19:09 +0100
45999              Message-ID: <20010506171909.A7046@penderel>
46000      Branch: perl
46001            ! ext/B/B/Deparse.pm
46002 ____________________________________________________________________________
46003 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
46004         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
46005              From: Robin Houston <robin@kitsite.com>
46006              Message-ID: <20010506164654.A6848@penderel>
46007              Date: Sun, 6 May 2001 16:46:54 +0100
46008      Branch: perl
46009            ! ext/B/B/Deparse.pm
46010 ____________________________________________________________________________
46011 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
46012         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
46013              From: Robin Houston <robin@kitsite.com>
46014              Date: Sun, 6 May 2001 14:47:02 +0100
46015              Message-ID: <20010506144702.A6308@penderel>
46016      Branch: perl
46017            ! t/op/my_stash.t
46018 ____________________________________________________________________________
46019 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
46020         Log: Subject: Perl book, magazine and website updates.
46021              From: Simon Cozens <simon@netthink.co.uk>
46022              Date: Sun, 6 May 2001 16:55:36 +0100
46023              Message-ID: <20010506165536.A1795@netthink.co.uk>
46024      Branch: perl
46025            ! pod/perlbook.pod pod/perlfaq2.pod
46026 ____________________________________________________________________________
46027 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
46028         Log: Tweaks on the Tru64 prof options.
46029      Branch: perl
46030            ! pod/perlhack.pod
46031 ____________________________________________________________________________
46032 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
46033         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
46034              From: Robin Houston <robin@kitsite.com>
46035              Date: Sun, 6 May 2001 14:40:51 +0100
46036              Message-ID: <20010506144051.A6279@penderel>
46037      Branch: perl
46038            ! t/pod/testp2pt.pl
46039 ____________________________________________________________________________
46040 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
46041         Log: Subject: [PATCH B::Deparse] scoping
46042              From: Robin Houston <robin@kitsite.com>
46043              Date: Sun, 6 May 2001 14:36:56 +0100
46044              Message-ID: <20010506143656.A4006@penderel>
46045      Branch: perl
46046            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
46047 ____________________________________________________________________________
46048 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
46049         Log: Document the undefinedness of bitshifting out of range.
46050      Branch: perl
46051            ! pod/perlop.pod
46052 ____________________________________________________________________________
46053 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
46054         Log: Retract #10003 and update the IDE descriptions a bit.
46055      Branch: perl
46056            ! pod/perlfaq3.pod
46057 ____________________________________________________________________________
46058 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
46059         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
46060              From: Prymmer/Kahn <pvhp@best.com>
46061              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
46062              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
46063      Branch: perl
46064            ! win32/Makefile win32/buildext.pl win32/config.bc
46065            ! win32/config.gc win32/config.vc
46066 ____________________________________________________________________________
46067 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
46068         Log: (Retracted by #10005.)
46069      Branch: perl
46070            ! pod/perlfaq3.pod
46071 ____________________________________________________________________________
46072 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
46073         Log: It's "psed", not "sed".
46074      Branch: perl
46075            ! x2p/s2p.PL
46076 ____________________________________________________________________________
46077 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
46078         Log: Update Changes.
46079      Branch: perl
46080            ! Changes patchlevel.h
46081 ____________________________________________________________________________
46082 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
46083         Log: Subject: Re: bleadperl make install fails due to "psed"
46084              From: andreas.koenig@anima.de (Andreas J. Koenig)
46085              Date: 05 May 2001 18:23:28 +0200
46086              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
46087      Branch: perl
46088            ! x2p/Makefile.SH x2p/s2p.PL
46089 ____________________________________________________________________________
46090 [  9999] By: jhi                                   on 2001/05/05  18:28:09
46091         Log: AUTHORS updates.
46092      Branch: perl
46093            ! AUTHORS
46094 ____________________________________________________________________________
46095 [  9998] By: jhi                                   on 2001/05/05  18:16:00
46096         Log: Updates on the pods related to the modules included since 5.6.
46097              
46098              TODO: perltodo really could use major updating.
46099      Branch: perl
46100            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
46101            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
46102            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
46103            ! pod/perlsyn.pod pod/perltodo.pod
46104 ____________________________________________________________________________
46105 [  9997] By: jhi                                   on 2001/05/05  17:35:17
46106         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
46107              from Kurt Skauen.
46108      Branch: perl
46109            + hints/atheos.sh
46110            ! MANIFEST
46111 ____________________________________________________________________________
46112 [  9996] By: jhi                                   on 2001/05/05  17:25:00
46113         Log: Add preemptive #undefs for some of the shorter and more prone
46114              to collision regcomp.h #defines.  (Background: the MASK collided
46115              with a system header #define in Rhapsody.)
46116      Branch: perl
46117            ! regcomp.h
46118 ____________________________________________________________________________
46119 [  9995] By: jhi                                   on 2001/05/05  13:24:21
46120         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
46121              From: Nicholas Clark <nick@ccl4.org>
46122              Date: Sat, 5 May 2001 14:46:39 +0100
46123              Message-ID: <20010505144639.O53513@plum.flirble.org>
46124              
46125              Add a test for the constants (if any) being processed correctly.
46126      Branch: perl
46127            ! utils/h2xs.PL
46128 ____________________________________________________________________________
46129 [  9994] By: jhi                                   on 2001/05/05  02:11:03
46130         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
46131              From: Peter Prymmer <pvhp@forte.com>
46132              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
46133              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
46134      Branch: perl
46135            ! t/lib/b-stash.t
46136 ____________________________________________________________________________
46137 [  9993] By: jhi                                   on 2001/05/05  02:03:49
46138         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
46139              From: Peter Prymmer <pvhp@forte.com>
46140              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
46141              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
46142      Branch: perl
46143            ! perlio.c vms/vmsish.h
46144 ____________________________________________________________________________
46145 [  9992] By: jhi                                   on 2001/05/04  17:21:12
46146         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
46147              From: Robin Barker <rmb1@cise.npl.co.uk>
46148              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
46149              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
46150      Branch: perl
46151            + t/pod/plainer.t
46152            ! MANIFEST
46153 ____________________________________________________________________________
46154 [  9991] By: jhi                                   on 2001/05/04  16:47:45
46155         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
46156              From: Robin Barker <rmb1@cise.npl.co.uk>
46157              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
46158              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
46159      Branch: perl
46160            ! regcomp.c
46161 ____________________________________________________________________________
46162 [  9990] By: jhi                                   on 2001/05/04  14:37:20
46163         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
46164              From: Prymmer/Kahn <pvhp@best.com>
46165              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
46166              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
46167      Branch: perl
46168            ! t/lib/b-stash.t
46169 ____________________________________________________________________________
46170 [  9989] By: jhi                                   on 2001/05/04  14:03:58
46171         Log: Introduce perl572delta, update Todo, add the missing
46172              mention about signal safety since 5.7.1 (though this
46173              requires verification and more details.)
46174      Branch: perl
46175            + pod/perl572delta.pod
46176            ! MANIFEST Todo pod/perl571delta.pod
46177 ____________________________________________________________________________
46178 [  9988] By: jhi                                   on 2001/05/04  12:41:51
46179         Log: Subject: [PATCH perl@9944] long =item
46180              From: Robin Barker <rmb1@cise.npl.co.uk>
46181              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
46182              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
46183      Branch: perl
46184            ! ext/Time/HiRes/HiRes.pm
46185 ____________________________________________________________________________
46186 [  9987] By: jhi                                   on 2001/05/04  12:39:19
46187         Log: The #9901 had removed one line essential for EBCDIC.
46188      Branch: perl
46189            ! regcomp.c
46190 ____________________________________________________________________________
46191 [  9986] By: jhi                                   on 2001/05/04  12:30:23
46192         Log: Subject: cygwin/Makefile.SHs INSTALL patch
46193              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
46194              Date: Mon, 08 Jan 2001 04:59:21 +0200
46195              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
46196      Branch: perl
46197            ! cygwin/Makefile.SHs
46198 ____________________________________________________________________________
46199 [  9985] By: jhi                                   on 2001/05/04  03:51:39
46200         Log: Encode/IO doc tweaks.
46201      Branch: perl
46202            ! ext/Encode/Encode.pm
46203 ____________________________________________________________________________
46204 [  9984] By: jhi                                   on 2001/05/04  03:29:34
46205         Log: Remove GDBM_File from the dynamic extensions for UTS,
46206              GDBM is not a standard feature.
46207      Branch: perl
46208            ! hints/uts.sh
46209 ____________________________________________________________________________
46210 [  9983] By: jhi                                   on 2001/05/04  03:22:59
46211         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
46212      Branch: perl
46213            ! pod/perlretut.pod
46214 ____________________________________________________________________________
46215 [  9982] By: jhi                                   on 2001/05/03  23:21:03
46216         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
46217              From: Benjamin Sugars <bsugars@canoe.ca>
46218              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
46219              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
46220      Branch: perl
46221            ! dump.c
46222 ____________________________________________________________________________
46223 [  9981] By: jhi                                   on 2001/05/03  23:20:05
46224         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
46225              From: Benjamin Sugars <bsugars@canoe.ca>
46226              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
46227              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
46228      Branch: perl
46229            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
46230 ____________________________________________________________________________
46231 [  9980] By: jhi                                   on 2001/05/03  23:15:29
46232         Log: Integrate perlio.
46233      Branch: perl
46234           !> ext/Encode/Encode.pm
46235 ____________________________________________________________________________
46236 [  9979] By: jhi                                   on 2001/05/03  16:54:59
46237         Log: Install psed man page.
46238      Branch: perl
46239            ! installman
46240 ____________________________________________________________________________
46241 [  9978] By: jhi                                   on 2001/05/03  16:45:58
46242         Log: Remove unused files; noted by Sarathy.
46243      Branch: perl
46244            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
46245            ! MANIFEST
46246 ____________________________________________________________________________
46247 [  9977] By: jhi                                   on 2001/05/03  16:42:30
46248         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
46249              From: Andy Dougherty <doughera@lafayette.edu>
46250              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
46251              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
46252      Branch: perl
46253            ! INSTALL
46254 ____________________________________________________________________________
46255 [  9976] By: nick                                  on 2001/05/03  16:40:42
46256         Log: Allow $answer = encode($object,$text); like it says in docs.
46257      Branch: perlio
46258            ! ext/Encode/Encode.pm
46259 ____________________________________________________________________________
46260 [  9975] By: nick                                  on 2001/05/03  16:22:30
46261         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
46262              to be in scope (fair enough), and also a package variable (our) for eval to see it.
46263      Branch: perlio
46264            ! ext/Encode/Encode.pm
46265 ____________________________________________________________________________
46266 [  9974] By: nick                                  on 2001/05/03  15:48:17
46267         Log: Integrate mainline.
46268      Branch: perlio
46269           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
46270           +> t/lib/filter-simple.t t/lib/next.t
46271           !> (integrate 70 files)
46272 ____________________________________________________________________________
46273 [  9973] By: jhi                                   on 2001/05/03  13:09:09
46274         Log: Update Changes.
46275      Branch: perl
46276            ! Changes patchlevel.h
46277 ____________________________________________________________________________
46278 [  9972] By: jhi                                   on 2001/05/03  12:58:33
46279         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
46280              From: Prymmer/Kahn <pvhp@best.com>
46281              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
46282              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
46283      Branch: perl
46284            ! t/io/fflush.t
46285 ____________________________________________________________________________
46286 [  9971] By: jhi                                   on 2001/05/03  12:57:26
46287         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
46288              From: Prymmer/Kahn <pvhp@best.com>
46289              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
46290              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
46291      Branch: perl
46292            ! win32/FindExt.pm
46293 ____________________________________________________________________________
46294 [  9970] By: jhi                                   on 2001/05/03  02:42:46
46295         Log: Can't croak sans thread context, from Doug MacEachern.
46296      Branch: perl
46297            ! toke.c
46298 ____________________________________________________________________________
46299 [  9969] By: jhi                                   on 2001/05/03  01:23:48
46300         Log: Subject: Random input test and Perl
46301              From: Ilya Zakharevich <ilya@math.berkeley.edu>
46302              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
46303              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
46304      Branch: perl
46305            ! toke.c
46306 ____________________________________________________________________________
46307 [  9968] By: jhi                                   on 2001/05/02  22:17:21
46308         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
46309              From: Peter Prymmer <pvhp@forte.com>
46310              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
46311              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
46312      Branch: perl
46313            ! pod/perlfunc.pod pod/perlport.pod
46314 ____________________________________________________________________________
46315 [  9967] By: jhi                                   on 2001/05/02  20:12:45
46316         Log: Workaround for UTS compiler casting bug from Hal Morris.
46317      Branch: perl
46318            ! perl.h
46319 ____________________________________________________________________________
46320 [  9966] By: jhi                                   on 2001/05/02  18:31:37
46321         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
46322              From: Dan Sugalski <dan@sidhe.org>
46323              Date: Wed, 02 May 2001 15:23:22 -0400
46324              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
46325      Branch: perl
46326            ! perl.c vms/vms.c
46327 ____________________________________________________________________________
46328 [  9965] By: jhi                                   on 2001/05/02  18:21:29
46329         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
46330      Branch: perl
46331            ! pod/perlfunc.pod
46332 ____________________________________________________________________________
46333 [  9964] By: jhi                                   on 2001/05/02  18:15:01
46334         Log: Document large files in INSTALL, document also the %x
46335              limitation if not use64bitint, closes bug 20010326.007.
46336      Branch: perl
46337            ! INSTALL
46338 ____________________________________________________________________________
46339 [  9963] By: jhi                                   on 2001/05/02  17:24:47
46340         Log: perlmodlib tweaks; regen pods.
46341      Branch: perl
46342            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
46343            ! pod/perltoc.pod
46344 ____________________________________________________________________________
46345 [  9962] By: jhi                                   on 2001/05/02  17:14:00
46346         Log: Fix for a segfault, from Marc Lehmann.
46347      Branch: perl
46348            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
46349 ____________________________________________________________________________
46350 [  9961] By: jhi                                   on 2001/05/02  15:55:53
46351         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
46352              From: "Philip Newton" <pnewton@gmx.de>
46353              Date: Wed, 2 May 2001 18:39:03 +0200
46354              Message-ID: <3AF05447.15525.173B588@localhost>
46355      Branch: perl
46356            ! pod/perlop.pod
46357 ____________________________________________________________________________
46358 [  9960] By: jhi                                   on 2001/05/02  15:35:37
46359         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
46360              From: Dan Sugalski <dan@sidhe.org>
46361              Date: Wed, 02 May 2001 11:37:27 -0400
46362              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
46363      Branch: perl
46364            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
46365            ! thread.h vms/vms.c vms/vmsish.h
46366 ____________________________________________________________________________
46367 [  9959] By: jhi                                   on 2001/05/02  15:21:08
46368         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
46369              From: Benjamin Sugars <bsugars@canoe.ca>
46370              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
46371              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
46372      Branch: perl
46373            ! ext/PerlIO/Scalar/Scalar.xs
46374 ____________________________________________________________________________
46375 [  9958] By: jhi                                   on 2001/05/02  15:15:53
46376         Log: Bug in #9915, spotted by Mike Guy.
46377      Branch: perl
46378            ! installperl
46379 ____________________________________________________________________________
46380 [  9957] By: jhi                                   on 2001/05/02  13:26:01
46381         Log: Add a test for not griping about references as array
46382              indices if the reference has magic in it (overloaded
46383              methods).
46384      Branch: perl
46385            ! pod/perldiag.pod t/pragma/warn/pp_hot
46386 ____________________________________________________________________________
46387 [  9956] By: jhi                                   on 2001/05/02  13:07:01
46388         Log: Retracted a bit too much in #9952.
46389      Branch: perl
46390            ! t/pragma/sub_lval.t
46391 ____________________________________________________________________________
46392 [  9955] By: jhi                                   on 2001/05/02  13:05:38
46393         Log: Test for #9952.
46394      Branch: perl
46395            ! t/op/tie.t
46396 ____________________________________________________________________________
46397 [  9954] By: jhi                                   on 2001/05/02  11:48:18
46398         Log: Additional note on the encoding example: one cannot
46399              convert string constants in-place.
46400      Branch: perl
46401            ! ext/Encode/Encode.pm
46402 ____________________________________________________________________________
46403 [  9953] By: jhi                                   on 2001/05/02  11:43:51
46404         Log: Note that if you have recent enough Perl you already
46405              have Filter::Util::Call.
46406      Branch: perl
46407            ! lib/Filter/Simple.pm
46408 ____________________________________________________________________________
46409 [  9952] By: jhi                                   on 2001/05/02  11:31:53
46410         Log: Retract changes #8254 and #8255, causes coredump in
46411              'tie FH, "main"', reported by Abigail, culprit found by
46412              Benjamin Sugars.  Mirrors maintperl change #9950.
46413      Branch: perl
46414            ! op.c t/pragma/sub_lval.t
46415 ____________________________________________________________________________
46416 [  9951] By: jhi                                   on 2001/05/02  11:14:29
46417         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
46418      Branch: perl
46419            + t/lib/MyFilter.pm
46420 ____________________________________________________________________________
46421 [  9950] By: gsar                                  on 2001/05/02  03:17:11
46422         Log: revert integration of changes#8254,8255 in change#8620 (causes
46423              a coredump in C<tie FH, 'foo'>; the idea itself may need better
46424              rationalization)
46425      Branch: maint-5.6/perl
46426            ! op.c t/pragma/sub_lval.t
46427 ____________________________________________________________________________
46428 [  9949] By: gsar                                  on 2001/05/02  02:56:32
46429         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
46430              
46431              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
46432              
46433              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
46434      Branch: maint-5.6/perl
46435           !> hints/svr5.sh
46436 ____________________________________________________________________________
46437 [  9948] By: gsar                                  on 2001/05/02  02:49:15
46438         Log: pod/find.t breaks on VMS (from Craig Berry)
46439      Branch: maint-5.6/perl
46440            ! t/pod/find.t
46441 ____________________________________________________________________________
46442 [  9947] By: jhi                                   on 2001/05/02  02:43:09
46443         Log: Add an encoding conversion example.
46444      Branch: perl
46445            ! ext/Encode/Encode.pm
46446 ____________________________________________________________________________
46447 [  9946] By: jhi                                   on 2001/05/02  01:34:22
46448         Log: Another coat of paint but still nowhere finished.
46449              Need to decide on the semantics of strptime(): should
46450              strptime() be a function instead of a method?  To do
46451              the week/monthname-strptiming the i18n/l10n bullet needs
46452              to be bitten with gusto.
46453      Branch: perl
46454            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
46455 ____________________________________________________________________________
46456 [  9945] By: jhi                                   on 2001/05/01  23:40:52
46457         Log: Update Changes.
46458      Branch: perl
46459            ! Changes patchlevel.h
46460 ____________________________________________________________________________
46461 [  9944] By: jhi                                   on 2001/05/01  23:33:37
46462         Log: Add known-to-be-tested modules to the list-to-be-skipped.
46463      Branch: perl
46464            ! t/lib/1_compile.t
46465 ____________________________________________________________________________
46466 [  9943] By: jhi                                   on 2001/05/01  23:24:40
46467         Log: Subject: BorlandC++ fix
46468              From: "Vadim Konovalov" <watman@inbox.ru>
46469              Date: Mon, 30 Apr 2001 20:12:26 -0700
46470              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
46471      Branch: perl
46472            ! win32/makefile.mk
46473 ____________________________________________________________________________
46474 [  9942] By: jhi                                   on 2001/05/01  23:18:02
46475         Log: Update to Filter::Simple 0.60, create a test for it.
46476      Branch: perl
46477            + t/lib/filter-simple.t
46478            ! MANIFEST lib/Filter/Simple.pm
46479 ____________________________________________________________________________
46480 [  9941] By: jhi                                   on 2001/05/01  19:47:24
46481         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
46482              From: Hugo <hv@crypt.compulink.co.uk>
46483              Date: Tue, 01 May 2001 20:12:20 +0100
46484              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
46485      Branch: perl
46486            ! pp_hot.c t/op/re_tests
46487 ____________________________________________________________________________
46488 [  9940] By: jhi                                   on 2001/05/01  19:42:16
46489         Log: Integrate perlio.
46490      Branch: perl
46491           !> lib/base.pm t/lib/fields.t
46492 ____________________________________________________________________________
46493 [  9939] By: jhi                                   on 2001/05/01  19:39:51
46494         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
46495              From: Benjamin Sugars <bsugars@canoe.ca>
46496              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
46497              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
46498      Branch: perl
46499            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
46500 ____________________________________________________________________________
46501 [  9938] By: jhi                                   on 2001/05/01  19:34:09
46502         Log: Add NEXT, a pseudo-class for method redispatching.
46503              <Damian>NEXT.pm probably offers more bang-for-buck
46504              than anything else I've ever written.</Damian>
46505      Branch: perl
46506            + lib/NEXT.pm t/lib/next.t
46507            ! MANIFEST
46508 ____________________________________________________________________________
46509 [  9937] By: jhi                                   on 2001/05/01  19:21:41
46510         Log: Update to Switch 2.02.
46511      Branch: perl
46512            ! lib/Switch.pm t/lib/switch.t
46513 ____________________________________________________________________________
46514 [  9936] By: nick                                  on 2001/05/01  19:09:21
46515         Log: Fix for base.pm clobbering $VERSION
46516      Branch: perlio
46517            ! lib/base.pm
46518 ____________________________________________________________________________
46519 [  9935] By: nick                                  on 2001/05/01  18:54:38
46520         Log: Test for base.pm clobbering $VERSION.
46521      Branch: perlio
46522            ! t/lib/fields.t
46523 ____________________________________________________________________________
46524 [  9934] By: jhi                                   on 2001/05/01  18:39:10
46525         Log: Add information about Scalar::Util::blessed.
46526      Branch: perl
46527            ! pod/perlobj.pod
46528 ____________________________________________________________________________
46529 [  9933] By: jhi                                   on 2001/05/01  18:33:51
46530         Log: Subject: Extra UNIVERSAL documentation
46531              From: Mike Guy <mjtg@cam.ac.uk>
46532              Date: Tue, 01 May 2001 20:12:11 +0100
46533              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
46534      Branch: perl
46535            ! pod/perlobj.pod
46536 ____________________________________________________________________________
46537 [  9932] By: jhi                                   on 2001/05/01  18:26:54
46538         Log: Subject: Autoflush in tests as appropriate
46539              From: Mike Guy <mjtg@cam.ac.uk>
46540              Date: Tue, 01 May 2001 20:05:31 +0100
46541              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
46542      Branch: perl
46543            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
46544            ! t/op/taint.t
46545 ____________________________________________________________________________
46546 [  9931] By: jhi                                   on 2001/05/01  18:02:29
46547         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
46548              From: Benjamin Sugars <bsugars@canoe.ca>
46549              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
46550              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
46551      Branch: perl
46552            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
46553 ____________________________________________________________________________
46554 [  9930] By: jhi                                   on 2001/05/01  15:12:26
46555         Log: Subject: Re: Finally got a round tuit
46556              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46557              Date: Tue, 01 May 2001 14:14:10 +0200
46558              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
46559              
46560              The -DP part, slightly modified.
46561      Branch: perl
46562            ! perl.c
46563 ____________________________________________________________________________
46564 [  9929] By: jhi                                   on 2001/05/01  14:17:15
46565         Log: Subject: Re: Finally got a round tuit
46566              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46567              Date: Tue, 01 May 2001 16:34:06 +0200
46568              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
46569              
46570              cpp and optimization tweaks for HP-UX.
46571      Branch: perl
46572            ! hints/hpux.sh
46573 ____________________________________________________________________________
46574 [  9928] By: jhi                                   on 2001/05/01  13:24:20
46575         Log: Tune the scan_num() comments to reality.
46576      Branch: perl
46577            ! toke.c
46578 ____________________________________________________________________________
46579 [  9927] By: jhi                                   on 2001/05/01  13:14:01
46580         Log: Subject: [PATCH B::Deparse] optimised sort
46581              From: Robin Houston <robin@kitsite.com>
46582              Date: Tue, 1 May 2001 14:07:12 +0100
46583              Message-ID: <20010501140712.A4266@penderel>
46584      Branch: perl
46585            ! ext/B/B/Deparse.pm
46586 ____________________________________________________________________________
46587 [  9926] By: jhi                                   on 2001/05/01  13:10:53
46588         Log: Subject: [PATCH t/lib/b-deparse.t] 
46589              From: Robin Houston <robin@kitsite.com>
46590              Date: Tue, 1 May 2001 13:37:42 +0100
46591              Message-ID: <20010501133742.A4082@penderel>
46592      Branch: perl
46593            ! t/lib/b-deparse.t
46594 ____________________________________________________________________________
46595 [  9925] By: jhi                                   on 2001/05/01  13:10:13
46596         Log: Subject: [PATCH B::Deparse] for(;;), sort
46597              From: Robin Houston <robin@kitsite.com>
46598              Date: Tue, 1 May 2001 13:35:00 +0100
46599              Message-ID: <20010501133500.A4061@penderel>
46600      Branch: perl
46601            ! ext/B/B/Deparse.pm
46602 ____________________________________________________________________________
46603 [  9924] By: jhi                                   on 2001/05/01  13:09:22
46604         Log: Subject: [PATCH B::Deparse] do, warn, use
46605              From: Robin Houston <robin@kitsite.com>
46606              Date: Tue, 1 May 2001 13:31:03 +0100
46607              Message-ID: <20010501133103.A4041@penderel>
46608      Branch: perl
46609            ! ext/B/B/Deparse.pm
46610 ____________________________________________________________________________
46611 [  9923] By: jhi                                   on 2001/05/01  11:45:36
46612         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
46613              From: Benjamin Sugars <ben.sugars@home.com>
46614              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
46615              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
46616      Branch: perl
46617            + t/io/fflush.t
46618            ! MANIFEST
46619 ____________________________________________________________________________
46620 [  9922] By: jhi                                   on 2001/05/01  11:35:42
46621         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
46622              From: Peter Prymmer <pvhp@forte.com>
46623              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
46624              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
46625      Branch: perl
46626            ! t/lib/selfstubber.t
46627 ____________________________________________________________________________
46628 [  9921] By: jhi                                   on 2001/04/30  16:34:33
46629         Log: Subject: [PATCH B::Concise] suppress warning
46630              From: Robin Houston <robin@kitsite.com>
46631              Date: Mon, 30 Apr 2001 16:09:49 +0100
46632              Message-ID: <20010430160949.A25086@penderel>
46633      Branch: perl
46634            ! ext/B/B/Concise.pm
46635 ____________________________________________________________________________
46636 [  9920] By: jhi                                   on 2001/04/30  13:56:04
46637         Log: Strip the *markers* from #9919.
46638      Branch: perl
46639            ! pod/perlfaq.pod pod/perlfaq5.pod
46640 ____________________________________________________________________________
46641 [  9919] By: jhi                                   on 2001/04/30  13:54:04
46642         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
46643              From: Gwyn Judd <b.judd@xtra.co.nz>
46644              Date: Sun, 29 Apr 2001 01:47:49 +1200
46645              Message-ID: <20010429014749.A4418@thislove>
46646      Branch: perl
46647            ! pod/perlfaq.pod pod/perlfaq5.pod
46648 ____________________________________________________________________________
46649 [  9918] By: jhi                                   on 2001/04/30  13:13:54
46650         Log: More_tweakage.
46651      Branch: perl
46652            ! pod/perldata.pod pod/perldiag.pod
46653 ____________________________________________________________________________
46654 [  9917] By: jhi                                   on 2001/04/30  13:01:27
46655         Log: Update Changes.
46656      Branch: perl
46657            ! Changes patchlevel.h
46658 ____________________________________________________________________________
46659 [  9916] By: jhi                                   on 2001/04/30  12:57:03
46660         Log: T_w_e_a_k_a_g_e.
46661      Branch: perl
46662            ! pod/perldata.pod pod/perldiag.pod
46663 ____________________________________________________________________________
46664 [  9915] By: jhi                                   on 2001/04/30  12:39:29
46665         Log: Install s2p also as psed.
46666              
46667              TODO: psed documentation?
46668      Branch: perl
46669            ! installperl
46670 ____________________________________________________________________________
46671 [  9914] By: jhi                                   on 2001/04/30  12:29:21
46672         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
46673              From: Jens Hamisch <jens@Strawberry.COM>
46674              Date: Fri, 27 Apr 2001 17:00:36 +0200
46675              Message-ID: <20010427170036.K1372@Strawberry.COM>
46676              
46677              SOCKS5_VERSION_NAME is the right symbol to detect
46678              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
46679              function called socks5_init() is available, and even that is
46680              not universal, most SOCKS5 installations use SOCKSinit()).
46681      Branch: perl
46682            ! perlio.c
46683 ____________________________________________________________________________
46684 [  9913] By: jhi                                   on 2001/04/30  12:22:15
46685         Log: Allow a zero timeout on IO::Socket accept and connect--
46686              though one really shouldn't do that.  Based on
46687              
46688              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
46689              From: "John Holdsworth" <coldwave@bigfoot.com>
46690              Date: Sun, 4 Feb 2001 12:48:18 +0100
46691              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
46692      Branch: perl
46693            ! ext/IO/lib/IO/Socket.pm
46694 ____________________________________________________________________________
46695 [  9912] By: jhi                                   on 2001/04/30  11:27:27
46696         Log: Save the spot of regprev (see #9911) for binary compatibility;
46697              regen API.
46698      Branch: perl
46699            ! embedvar.h perlapi.h thrdvar.h
46700 ____________________________________________________________________________
46701 [  9911] By: jhi                                   on 2001/04/30  11:22:03
46702         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
46703              From: Hugo <hv@crypt.compulink.co.uk>
46704              Date: Sun, 29 Apr 2001 17:09:30 +0100
46705              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
46706      Branch: perl
46707            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
46708 ____________________________________________________________________________
46709 [  9910] By: jhi                                   on 2001/04/30  11:15:12
46710         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
46711              a dummy for PL_numeric_radix); no pressing reason to break
46712              binary compatibility; regen API.
46713      Branch: perl
46714            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
46715            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
46716 ____________________________________________________________________________
46717 [  9909] By: jhi                                   on 2001/04/30  10:56:08
46718         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
46719              From: Walt Mankowski <waltman@netaxs.com>
46720              Date: Sun, 29 Apr 2001 21:53:48 -0400
46721              Message-ID: <20010429215348.A3971@netaxs.com>
46722      Branch: perl
46723            ! pod/perlfunc.pod
46724 ____________________________________________________________________________
46725 [  9908] By: jhi                                   on 2001/04/30  10:49:40
46726         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
46727      Branch: perl
46728            ! t/lib/selfstubber.t
46729 ____________________________________________________________________________
46730 [  9907] By: nick                                  on 2001/04/30  09:26:50
46731         Log: Integrate mainline.
46732      Branch: perlio
46733           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
46734 ____________________________________________________________________________
46735 [  9906] By: jhi                                   on 2001/04/29  23:24:20
46736         Log: Abigail spotted a thinko in #9905.
46737      Branch: perl
46738            ! pod/perldiag.pod
46739 ____________________________________________________________________________
46740 [  9905] By: jhi                                   on 2001/04/29  15:55:39
46741         Log: Changed the underscore/undebar syntax in numeric constants;
46742              now any grouping will do, as long as the underscores are not
46743              consecutive (so "zero-grouping" is out), and they do not begin
46744              or end the integer or fractional parts.
46745      Branch: perl
46746            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
46747 ____________________________________________________________________________
46748 [  9904] By: nick                                  on 2001/04/29  15:43:22
46749         Log: Integrate mainline.
46750      Branch: perlio
46751           +> (branch 98 files)
46752            - lib/unicode/Block.pl
46753            - lib/unicode/In/AlphabeticPresentationForms.pl
46754            - lib/unicode/In/Arabic.pl
46755            - lib/unicode/In/ArabicPresentationForms-A.pl
46756            - lib/unicode/In/ArabicPresentationForms-B.pl
46757            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
46758            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
46759            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
46760            - lib/unicode/In/BopomofoExtended.pl
46761            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
46762            - lib/unicode/In/CJKCompatibility.pl
46763            - lib/unicode/In/CJKCompatibilityForms.pl
46764            - lib/unicode/In/CJKCompatibilityIdeographs.pl
46765            - lib/unicode/In/CJKRadicalsSupplement.pl
46766            - lib/unicode/In/CJKSymbolsandPunctuation.pl
46767            - lib/unicode/In/CJKUnifiedIdeographs.pl
46768            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
46769            - lib/unicode/In/Cherokee.pl
46770            - lib/unicode/In/CombiningDiacriticalMarks.pl
46771            - lib/unicode/In/CombiningHalfMarks.pl
46772            - lib/unicode/In/CombiningMarksforSymbols.pl
46773            - lib/unicode/In/ControlPictures.pl
46774            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
46775            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
46776            - lib/unicode/In/EnclosedAlphanumerics.pl
46777            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
46778            - lib/unicode/In/Ethiopic.pl
46779            - lib/unicode/In/GeneralPunctuation.pl
46780            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
46781            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
46782            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
46783            - lib/unicode/In/HalfwidthandFullwidthForms.pl
46784            - lib/unicode/In/HangulCompatibilityJamo.pl
46785            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
46786            - lib/unicode/In/Hebrew.pl
46787            - lib/unicode/In/HighPrivateUseSurrogates.pl
46788            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
46789            - lib/unicode/In/IPAExtensions.pl
46790            - lib/unicode/In/IdeographicDescriptionCharacters.pl
46791            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
46792            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
46793            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
46794            - lib/unicode/In/Latin-1Supplement.pl
46795            - lib/unicode/In/LatinExtended-A.pl
46796            - lib/unicode/In/LatinExtended-B.pl
46797            - lib/unicode/In/LatinExtendedAdditional.pl
46798            - lib/unicode/In/LetterlikeSymbols.pl
46799            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
46800            - lib/unicode/In/MathematicalOperators.pl
46801            - lib/unicode/In/MiscellaneousSymbols.pl
46802            - lib/unicode/In/MiscellaneousTechnical.pl
46803            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
46804            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
46805            - lib/unicode/In/OpticalCharacterRecognition.pl
46806            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
46807            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
46808            - lib/unicode/In/SmallFormVariants.pl
46809            - lib/unicode/In/SpacingModifierLetters.pl
46810            - lib/unicode/In/Specials.pl
46811            - lib/unicode/In/SuperscriptsandSubscripts.pl
46812            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
46813            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
46814            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
46815            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
46816            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
46817           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
46818           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
46819           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
46820           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
46821           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
46822           !> utf8.c win32/Makefile
46823 ____________________________________________________________________________
46824 [  9903] By: jhi                                   on 2001/04/29  14:30:53
46825         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
46826              From: Prymmer/Kahn <pvhp@best.com>
46827              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
46828              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
46829      Branch: perl
46830            ! win32/Makefile
46831 ____________________________________________________________________________
46832 [  9902] By: jhi                                   on 2001/04/29  02:52:44
46833         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
46834              From: "Abigail" <abigail@foad.org>
46835              Date: Sun, 29 Apr 2001 03:14:25 +0200
46836              Message-ID: <20010429011425.24503.qmail@foad.org>
46837      Branch: perl
46838            ! ext/IO/lib/IO/Seekable.pm
46839 ____________________________________________________________________________
46840 [  9901] By: jhi                                   on 2001/04/29  02:04:46
46841         Log: In character classes one couldn't have 0x80..0xff characters
46842              at the left hand side if there were 0x100.. characters in the
46843              character class.
46844      Branch: perl
46845            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
46846            ! t/op/pat.t utf8.c
46847 ____________________________________________________________________________
46848 [  9900] By: jhi                                   on 2001/04/28  22:55:04
46849         Log: Forgot the latest mktables.PL from #9899.
46850      Branch: perl
46851            ! lib/unicode/mktables.PL
46852 ____________________________________________________________________________
46853 [  9899] By: jhi                                   on 2001/04/28  22:53:28
46854         Log: Explain the \p{} and \P{} error message better and
46855              have prettier prettyprint in In.pl.
46856      Branch: perl
46857            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
46858            ! pod/perldiag.pod
46859 ____________________________________________________________________________
46860 [  9898] By: jhi                                   on 2001/04/28  21:03:34
46861         Log: Add one possible explanation for the "Invalid [] range" error.
46862      Branch: perl
46863            ! pod/perldiag.pod
46864 ____________________________________________________________________________
46865 [  9897] By: jhi                                   on 2001/04/28  17:18:26
46866         Log: Add a level of indirection to the implementation of \p{InFoo}
46867              so that we don't have to have long filenames.  (Nothing changes
46868              in the user interface.)   The indirection is defined in
46869              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
46870              Also rename some the character classes by removing '-' from
46871              the classnames, and finally renamed Block.pl as Blocks.pl.
46872      Branch: perl
46873            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
46874            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
46875            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
46876            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
46877            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
46878            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
46879            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
46880            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
46881            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
46882            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
46883            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
46884            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
46885            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
46886            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
46887            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
46888            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
46889            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
46890            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
46891            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
46892            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
46893            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
46894            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
46895            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
46896            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
46897            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
46898            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
46899            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
46900            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
46901            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
46902            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
46903            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
46904            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
46905            + lib/unicode/In/94.pl lib/unicode/In/95.pl
46906            - lib/unicode/Block.pl
46907            - lib/unicode/In/AlphabeticPresentationForms.pl
46908            - lib/unicode/In/Arabic.pl
46909            - lib/unicode/In/ArabicPresentationForms-A.pl
46910            - lib/unicode/In/ArabicPresentationForms-B.pl
46911            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
46912            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
46913            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
46914            - lib/unicode/In/BopomofoExtended.pl
46915            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
46916            - lib/unicode/In/CJKCompatibility.pl
46917            - lib/unicode/In/CJKCompatibilityForms.pl
46918            - lib/unicode/In/CJKCompatibilityIdeographs.pl
46919            - lib/unicode/In/CJKRadicalsSupplement.pl
46920            - lib/unicode/In/CJKSymbolsandPunctuation.pl
46921            - lib/unicode/In/CJKUnifiedIdeographs.pl
46922            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
46923            - lib/unicode/In/Cherokee.pl
46924            - lib/unicode/In/CombiningDiacriticalMarks.pl
46925            - lib/unicode/In/CombiningHalfMarks.pl
46926            - lib/unicode/In/CombiningMarksforSymbols.pl
46927            - lib/unicode/In/ControlPictures.pl
46928            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
46929            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
46930            - lib/unicode/In/EnclosedAlphanumerics.pl
46931            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
46932            - lib/unicode/In/Ethiopic.pl
46933            - lib/unicode/In/GeneralPunctuation.pl
46934            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
46935            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
46936            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
46937            - lib/unicode/In/HalfwidthandFullwidthForms.pl
46938            - lib/unicode/In/HangulCompatibilityJamo.pl
46939            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
46940            - lib/unicode/In/Hebrew.pl
46941            - lib/unicode/In/HighPrivateUseSurrogates.pl
46942            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
46943            - lib/unicode/In/IPAExtensions.pl
46944            - lib/unicode/In/IdeographicDescriptionCharacters.pl
46945            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
46946            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
46947            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
46948            - lib/unicode/In/Latin-1Supplement.pl
46949            - lib/unicode/In/LatinExtended-A.pl
46950            - lib/unicode/In/LatinExtended-B.pl
46951            - lib/unicode/In/LatinExtendedAdditional.pl
46952            - lib/unicode/In/LetterlikeSymbols.pl
46953            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
46954            - lib/unicode/In/MathematicalOperators.pl
46955            - lib/unicode/In/MiscellaneousSymbols.pl
46956            - lib/unicode/In/MiscellaneousTechnical.pl
46957            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
46958            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
46959            - lib/unicode/In/OpticalCharacterRecognition.pl
46960            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
46961            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
46962            - lib/unicode/In/SmallFormVariants.pl
46963            - lib/unicode/In/SpacingModifierLetters.pl
46964            - lib/unicode/In/Specials.pl
46965            - lib/unicode/In/SuperscriptsandSubscripts.pl
46966            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
46967            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
46968            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
46969            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
46970            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
46971            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
46972            ! pod/perlunicode.pod
46973 ____________________________________________________________________________
46974 [  9896] By: jhi                                   on 2001/04/28  14:33:17
46975         Log: Update the information on shared library path on HP-UX.
46976      Branch: perl
46977            ! INSTALL
46978 ____________________________________________________________________________
46979 [  9895] By: jhi                                   on 2001/04/28  14:32:30
46980         Log: Because #9894 seems to do the trick, this workaround can be removed.
46981      Branch: perl
46982            ! t/lib/selfstubber.t
46983 ____________________________________________________________________________
46984 [  9894] By: jhi                                   on 2001/04/28  14:26:13
46985         Log: For PerlIO flush the children's file handles (on fork/exec/system).
46986      Branch: perl
46987            ! perl.h
46988 ____________________________________________________________________________
46989 [  9893] By: jhi                                   on 2001/04/28  14:23:15
46990         Log: Test tweak for #9891.
46991      Branch: perl
46992            ! t/lib/b-deparse.t
46993 ____________________________________________________________________________
46994 [  9892] By: jhi                                   on 2001/04/28  14:10:13
46995         Log: New HP-UX hints from Merijn.
46996      Branch: perl
46997            ! hints/hpux.sh
46998 ____________________________________________________________________________
46999 [  9891] By: jhi                                   on 2001/04/28  14:07:27
47000         Log: Subject: [PATCH B::Deparse] non-block scopes
47001              From: Robin Houston <robin@kitsite.com>
47002              Date: Fri, 27 Apr 2001 19:15:14 +0100
47003              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
47004      Branch: perl
47005            ! ext/B/B/Deparse.pm
47006 ____________________________________________________________________________
47007 [  9890] By: nick                                  on 2001/04/27  19:41:25
47008         Log: Integrate mainline
47009      Branch: perlio
47010           +> t/lib/selfstubber.t
47011           !> (integrate 50 files)
47012 ____________________________________________________________________________
47013 [  9889] By: jhi                                   on 2001/04/27  18:23:46
47014         Log: Subject: Re: selfstubber test fail on bleadperl
47015              From: Mike Guy <mjtg@cam.ac.uk>
47016              Date: Fri, 27 Apr 2001 19:31:18 +0100
47017              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
47018      Branch: perl
47019            ! t/lib/selfstubber.t
47020 ____________________________________________________________________________
47021 [  9888] By: jhi                                   on 2001/04/27  16:20:54
47022         Log: Test tweak for #9886.
47023      Branch: perl
47024            ! t/lib/b-deparse.t
47025 ____________________________________________________________________________
47026 [  9887] By: jhi                                   on 2001/04/27  16:16:33
47027         Log: Buffering issue at least in Solaris (even with perlio).
47028      Branch: perl
47029            ! t/lib/selfstubber.t
47030 ____________________________________________________________________________
47031 [  9886] By: jhi                                   on 2001/04/27  14:59:23
47032         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
47033              From: Robin Houston <robin@kitsite.com>
47034              Date: Fri, 27 Apr 2001 16:53:20 +0100
47035              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
47036      Branch: perl
47037            ! ext/B/B/Deparse.pm
47038 ____________________________________________________________________________
47039 [  9885] By: jhi                                   on 2001/04/27  14:23:51
47040         Log: Update Changes.
47041      Branch: perl
47042            ! Changes patchlevel.h
47043 ____________________________________________________________________________
47044 [  9884] By: jhi                                   on 2001/04/27  14:14:12
47045         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
47046              From: "Philip Newton" <pnewton@gmx.de>
47047              Date: Fri, 27 Apr 2001 16:40:13 +0200
47048              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
47049      Branch: perl
47050            ! pod/perldata.pod
47051 ____________________________________________________________________________
47052 [  9883] By: jhi                                   on 2001/04/27  13:28:19
47053         Log: Add LOG_PERROR; prettify the "removed".
47054      Branch: perl
47055            ! ext/Sys/Syslog/Syslog.xs
47056 ____________________________________________________________________________
47057 [  9882] By: jhi                                   on 2001/04/27  13:13:18
47058         Log: h2xs tweaks: use NV instead of double, "quote" the removed
47059              prefixes for clarity (especially when nothing is removed),
47060              slight pod reformats.
47061      Branch: perl
47062            ! utils/h2xs.PL
47063 ____________________________________________________________________________
47064 [  9881] By: jhi                                   on 2001/04/27  12:58:48
47065         Log: Don't bother creating existing directories.
47066      Branch: perl
47067            ! utils/h2xs.PL
47068 ____________________________________________________________________________
47069 [  9880] By: jhi                                   on 2001/04/27  12:45:39
47070         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
47071              From: Mike Schilli <m@perlmeister.com>
47072              Date: Wed, 25 Apr 2001 01:29:21 -0700
47073              Message-id: <3AE68AE1.6A981723@perlmeister.com>
47074      Branch: perl
47075            ! utils/h2xs.PL
47076 ____________________________________________________________________________
47077 [  9879] By: jhi                                   on 2001/04/27  12:40:55
47078         Log: break is not yet Perl.  Added the template license also to README.
47079      Branch: perl
47080            ! utils/h2xs.PL
47081 ____________________________________________________________________________
47082 [  9878] By: jhi                                   on 2001/04/27  03:08:20
47083         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
47084              From: Tim Jenness <t.jenness@jach.hawaii.edu>
47085              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
47086              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
47087      Branch: perl
47088            ! t/lib/xs-typemap.t
47089 ____________________________________________________________________________
47090 [  9877] By: jhi                                   on 2001/04/26  23:54:40
47091         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
47092              From: "Abigail" <abigail@foad.org>
47093              Date: Fri, 27 Apr 2001 01:44:28 +0200
47094              Message-ID: <20010426234428.19786.qmail@foad.org>
47095      Branch: perl
47096            ! utils/h2xs.PL
47097 ____________________________________________________________________________
47098 [  9876] By: jhi                                   on 2001/04/26  23:52:06
47099         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
47100              From: Peter Prymmer <pvhp@forte.com>
47101              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
47102              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
47103      Branch: perl
47104            ! t/lib/selfstubber.t
47105 ____________________________________________________________________________
47106 [  9875] By: jhi                                   on 2001/04/26  23:48:10
47107         Log: Deparse nits.
47108      Branch: perl
47109            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
47110 ____________________________________________________________________________
47111 [  9874] By: jhi                                   on 2001/04/26  22:46:05
47112         Log: Document ANYOF_CLASS.
47113      Branch: perl
47114            ! regcomp.h
47115 ____________________________________________________________________________
47116 [  9873] By: jhi                                   on 2001/04/26  22:35:03
47117         Log: Subject: Re: [PATCH @9846] dumping ANYOF
47118              From: Hugo <hv@crypt.compulink.co.uk>
47119              Date: Thu, 26 Apr 2001 23:33:38 +0100
47120              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
47121      Branch: perl
47122            ! regcomp.c regcomp.h
47123 ____________________________________________________________________________
47124 [  9872] By: jhi                                   on 2001/04/26  22:34:31
47125         Log: Subject: [PATCH] more for Devel::SelfStubber
47126              From: Nicholas Clark <nick@ccl4.org>
47127              Date: Fri, 27 Apr 2001 00:13:52 +0100
47128              Message-ID: <20010427001351.K88186@plum.flirble.org>
47129      Branch: perl
47130            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
47131 ____________________________________________________________________________
47132 [  9871] By: jhi                                   on 2001/04/26  21:59:17
47133         Log: Subject: [PATCH B::Deparse] formats must be flush left
47134              From: Robin Houston <robin@kitsite.com>
47135              Date: Thu, 26 Apr 2001 23:54:29 +0100
47136              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
47137      Branch: perl
47138            ! ext/B/B/Deparse.pm
47139 ____________________________________________________________________________
47140 [  9870] By: jhi                                   on 2001/04/26  21:57:37
47141         Log: If some of the constants are prefixes of others,
47142              the prefixes may never get recognized.  (See 20010426.006.)
47143      Branch: perl
47144            ! utils/h2xs.PL
47145 ____________________________________________________________________________
47146 [  9869] By: jhi                                   on 2001/04/26  21:50:42
47147         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
47148              From: Chris Bongaarts <cab@tc.umn.edu>
47149              Date: Thu, 26 Apr 2001 17:10:31 -0500
47150              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
47151      Branch: perl
47152            ! ext/Sys/Syslog/Syslog.xs
47153 ____________________________________________________________________________
47154 [  9868] By: jhi                                   on 2001/04/26  21:35:12
47155         Log: Further cuts and more docs from Graham Barr.
47156      Branch: perl
47157            ! ext/List/Util/lib/List/Util.pm
47158            ! ext/List/Util/lib/Scalar/Util.pm
47159 ____________________________________________________________________________
47160 [  9867] By: jhi                                   on 2001/04/26  21:18:57
47161         Log: Subject: [PATCH 5.7.1] DB_File-1.77
47162              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
47163              Date: Thu, 26 Apr 2001 22:37:53 +0100
47164              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
47165      Branch: perl
47166            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
47167            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
47168 ____________________________________________________________________________
47169 [  9866] By: jhi                                   on 2001/04/26  21:12:31
47170         Log: Subject: [PATCH B::Deparse] fix easy bugs
47171              From: Robin Houston <robin@kitsite.com>
47172              Date: Thu, 26 Apr 2001 23:03:33 +0100
47173              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
47174      Branch: perl
47175            ! ext/B/B/Deparse.pm
47176 ____________________________________________________________________________
47177 [  9865] By: jhi                                   on 2001/04/26  20:26:13
47178         Log: Update Changes.
47179      Branch: perl
47180            ! Changes patchlevel.h
47181 ____________________________________________________________________________
47182 [  9864] By: jhi                                   on 2001/04/26  19:27:48
47183         Log: Dethinko from Robin Houston.
47184      Branch: perl
47185            ! ext/B/B/Deparse.pm
47186 ____________________________________________________________________________
47187 [  9863] By: jhi                                   on 2001/04/26  19:10:35
47188         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
47189              From: Robin Houston <robin@kitsite.com>
47190              Date: Thu, 26 Apr 2001 21:08:32 +0100
47191              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
47192      Branch: perl
47193            ! ext/B/B/Deparse.pm
47194 ____________________________________________________________________________
47195 [  9862] By: jhi                                   on 2001/04/26  19:04:23
47196         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
47197              From: Robin Houston <robin@kitsite.com>
47198              Date: Thu, 26 Apr 2001 20:52:50 +0100
47199              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
47200      Branch: perl
47201            ! ext/B/B/Deparse.pm
47202 ____________________________________________________________________________
47203 [  9861] By: jhi                                   on 2001/04/26  18:56:14
47204         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
47205              From: Mike Guy <mjtg@cam.ac.uk>
47206              Date: Thu, 26 Apr 2001 14:22:40 +0100
47207              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
47208      Branch: perl
47209            ! pod/perlobj.pod
47210 ____________________________________________________________________________
47211 [  9860] By: jhi                                   on 2001/04/26  18:46:42
47212         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
47213              From: Robin Houston <robin@kitsite.com>
47214              Date: Thu, 26 Apr 2001 20:34:29 +0100
47215              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
47216              
47217              Hashes do not interpolate.
47218      Branch: perl
47219            ! ext/B/B/Deparse.pm
47220 ____________________________________________________________________________
47221 [  9859] By: jhi                                   on 2001/04/26  18:43:51
47222         Log: Subject: The Time::Piece conspiracy unmasked!!!
47223              From: Mike Guy <mjtg@cam.ac.uk>
47224              Date: Thu, 26 Apr 2001 19:02:50 +0100
47225              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
47226              
47227              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
47228              From: Mike Guy <mjtg@cam.ac.uk>
47229              Date: Thu, 26 Apr 2001 19:08:21 +0100
47230              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
47231              
47232              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
47233              From: Graham Barr <gbarr@pobox.com>
47234              Date: Thu, 26 Apr 2001 19:12:03 +0100
47235              Message-ID: <20010426191203.A70835@pobox.com>
47236              
47237              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
47238      Branch: perl
47239            ! ext/List/Util/lib/List/Util.pm
47240            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
47241 ____________________________________________________________________________
47242 [  9858] By: jhi                                   on 2001/04/26  18:17:42
47243         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
47244              From: Robin Houston <robin@kitsite.com>
47245              Date: Thu, 26 Apr 2001 16:09:35 +0100
47246              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
47247      Branch: perl
47248            ! t/comp/proto.t
47249 ____________________________________________________________________________
47250 [  9857] By: jhi                                   on 2001/04/26  18:04:59
47251         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
47252              From: barries <barries@slaysys.com>
47253              Date: Thu, 26 Apr 2001 12:01:10 -0400
47254              Message-ID: <20010426120110.E29698@jester.slaysys.com>
47255      Branch: perl
47256            ! pod/perldiag.pod
47257 ____________________________________________________________________________
47258 [  9856] By: jhi                                   on 2001/04/26  18:03:33
47259         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
47260              Date: Thu, 26 Apr 2001 17:13:41 +0100
47261              From: Robin Houston <robin@kitsite.com>
47262              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
47263              
47264              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
47265              From: Robin Houston <robin@kitsite.com>
47266              Date: Thu, 26 Apr 2001 18:44:29 +0100
47267              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
47268      Branch: perl
47269            ! ext/B/B/Deparse.pm
47270 ____________________________________________________________________________
47271 [  9855] By: jhi                                   on 2001/04/26  17:56:04
47272         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
47273              From: Robin Houston <robin@kitsite.com>
47274              Date: Thu, 26 Apr 2001 17:04:08 +0100
47275              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
47276      Branch: perl
47277            ! ext/B/B/Deparse.pm
47278 ____________________________________________________________________________
47279 [  9854] By: jhi                                   on 2001/04/26  17:47:26
47280         Log: Subject: Re: Short test case for undef %stash:: crash
47281              From: Benjamin Sugars <bsugars@canoe.ca> 
47282              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
47283              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
47284              Changed and moved the perldiag entry.
47285      Branch: perl
47286            ! gv.c pod/perldiag.pod
47287 ____________________________________________________________________________
47288 [  9853] By: jhi                                   on 2001/04/26  14:35:16
47289         Log: Beginnings of strptime().  Do not touch the wet paint.
47290      Branch: perl
47291            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
47292 ____________________________________________________________________________
47293 [  9852] By: jhi                                   on 2001/04/26  13:17:21
47294         Log: Retract #9851, core dumps from pod2man.
47295      Branch: perl
47296            ! regcomp.c
47297 ____________________________________________________________________________
47298 [  9851] By: jhi                                   on 2001/04/26  11:54:41
47299         Log: (Retracted by #9852.)
47300              
47301              Subject: [PATCH @9846] dumping ANYOF
47302              From: Hugo <hv@crypt.compulink.co.uk>
47303              Date: Thu, 26 Apr 2001 05:32:38 +0100
47304              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
47305      Branch: perl
47306            ! regcomp.c
47307 ____________________________________________________________________________
47308 [  9850] By: jhi                                   on 2001/04/26  02:34:44
47309         Log: If ccflags was empty the _previous_ $* containing all the
47310              environment variables and Configure variables was used,
47311              which lead, among other bad things, into $ccflags being your
47312              uname -a output, which lead into test compile with cc failing,
47313              which lead into gcc being selected, which didn't work that well
47314              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
47315              with large files, et cetera.
47316      Branch: perl
47317            ! hints/hpux.sh
47318 ____________________________________________________________________________
47319 [  9849] By: jhi                                   on 2001/04/26  01:44:57
47320         Log: Make selfstubber test more portable.
47321      Branch: perl
47322            ! t/lib/selfstubber.t
47323 ____________________________________________________________________________
47324 [  9848] By: jhi                                   on 2001/04/26  00:50:26
47325         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
47326              From: Benjamin Sugars <ben.sugars@home.com>
47327              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
47328              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
47329      Branch: perl
47330            ! ext/Cwd/Cwd.xs
47331 ____________________________________________________________________________
47332 [  9847] By: jhi                                   on 2001/04/26  00:46:58
47333         Log: Subject: [PATCH: perl@9841] VMS updates
47334              From: Peter Prymmer <pvhp@forte.com>
47335              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
47336              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
47337      Branch: perl
47338            ! README.vms configure.com vms/descrip_mms.template
47339            ! vms/ext/filespec.t
47340 ____________________________________________________________________________
47341 [  9846] By: jhi                                   on 2001/04/26  00:11:56
47342         Log: re 'debug' was broken by #9084.
47343      Branch: perl
47344            ! ext/re/re.xs
47345 ____________________________________________________________________________
47346 [  9845] By: jhi                                   on 2001/04/25  22:33:17
47347         Log: Subject: [PATCH] test for Devel::SelfStubber
47348              From: Nicholas Clark <nick@ccl4.org>
47349              Date: Thu, 26 Apr 2001 00:00:54 +0100
47350              Message-ID: <20010426000054.D89026@plum.flirble.org>
47351      Branch: perl
47352            + t/lib/selfstubber.t
47353            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
47354 ____________________________________________________________________________
47355 [  9844] By: jhi                                   on 2001/04/25  22:29:32
47356         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
47357              From: Paul Johnson <paul@pjcj.net>
47358              Date: Thu, 26 Apr 2001 00:46:08 +0200
47359              Message-ID: <20010426004608.H2338@pjcj.net>
47360      Branch: perl
47361            ! ext/B/B/Concise.pm
47362 ____________________________________________________________________________
47363 [  9843] By: jhi                                   on 2001/04/25  22:28:28
47364         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
47365              From: Peter Prymmer <pvhp@forte.com>
47366              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
47367              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
47368      Branch: perl
47369            ! ext/Cwd/Cwd.xs
47370 ____________________________________________________________________________
47371 [  9842] By: jhi                                   on 2001/04/25  20:58:12
47372         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
47373              From: John Peacock <jpeacock@rowman.com>
47374              Date: Wed, 25 Apr 2001 17:30:26 -0400
47375              Message-ID: <3AE741F2.B3217464@rowman.com>
47376      Branch: perl
47377            ! lib/Math/BigInt.pm t/lib/bigintpm.t
47378 ____________________________________________________________________________
47379 [  9841] By: jhi                                   on 2001/04/25  20:07:05
47380         Log: Update Changes.
47381      Branch: perl
47382            ! Changes patchlevel.h
47383 ____________________________________________________________________________
47384 [  9840] By: jhi                                   on 2001/04/25  19:56:51
47385         Log: Yet another HP-UX hints version from Merijn.
47386      Branch: perl
47387            ! hints/hpux.sh
47388 ____________________________________________________________________________
47389 [  9839] By: jhi                                   on 2001/04/25  19:53:04
47390         Log: abs_path() didn't terminate the filename correctly,
47391              in DIRNAMLENless systems like HP-UX this would fail.
47392      Branch: perl
47393            ! ext/Cwd/Cwd.xs
47394 ____________________________________________________________________________
47395 [  9838] By: jhi                                   on 2001/04/25  16:37:26
47396         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
47397              From: Mike Guy <mjtg@cam.ac.uk>
47398              Date: Wed, 25 Apr 2001 18:31:47 +0100
47399              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
47400      Branch: perl
47401            ! op.c
47402 ____________________________________________________________________________
47403 [  9837] By: jhi                                   on 2001/04/25  16:21:53
47404         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
47405              From: Jon Eveland <jweveland@yahoo.com>
47406              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
47407              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
47408      Branch: perl
47409            ! lib/perl5db.pl
47410 ____________________________________________________________________________
47411 [  9836] By: jhi                                   on 2001/04/25  14:17:50
47412         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
47413              From: "Philip Newton" <pnewton@gmx.de>
47414              Date: Wed, 25 Apr 2001 17:05:58 +0200
47415              Message-ID: <3AE703F6.3234.1833C45@localhost>
47416      Branch: perl
47417            ! Porting/patching.pod
47418 ____________________________________________________________________________
47419 [  9835] By: jhi                                   on 2001/04/25  13:58:07
47420         Log: It would seem that both ar and full_ar need to be overridden
47421              for HP-UX to avoid the GNU ar.
47422      Branch: perl
47423            ! hints/hpux.sh
47424 ____________________________________________________________________________
47425 [  9834] By: jhi                                   on 2001/04/25  13:50:40
47426         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
47427              From: "Philip Newton" <pnewton@gmx.de>
47428              Date: Wed, 25 Apr 2001 16:09:23 +0200
47429              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
47430              
47431              Detypo.
47432      Branch: perl
47433            ! t/op/misc.t
47434 ____________________________________________________________________________
47435 [  9833] By: jhi                                   on 2001/04/25  12:36:11
47436         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
47437      Branch: perl
47438            ! hints/hpux.sh
47439 ____________________________________________________________________________
47440 [  9832] By: jhi                                   on 2001/04/25  12:33:36
47441         Log: New version of HP-UX hints from Merijn.
47442      Branch: perl
47443            ! hints/hpux.sh
47444 ____________________________________________________________________________
47445 [  9831] By: jhi                                   on 2001/04/25  03:39:45
47446         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
47447      Branch: perl
47448            ! hints/hpux.sh
47449 ____________________________________________________________________________
47450 [  9830] By: jhi                                   on 2001/04/25  02:53:25
47451         Log: The tzname[] bit is not needed by util.c -- and causes
47452              heartburn in VMS (and it missing was probably the cause of
47453              the Mac OS X trouble).  Ouch.
47454      Branch: perl
47455            ! ext/POSIX/POSIX.xs util.c
47456 ____________________________________________________________________________
47457 [  9829] By: jhi                                   on 2001/04/25  00:10:06
47458         Log: Metaconfig unit change for #9828.
47459      Branch: metaconfig
47460            ! U/compline/ccflags.U
47461 ____________________________________________________________________________
47462 [  9828] By: jhi                                   on 2001/04/25  00:04:18
47463         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
47464              (which is actually the reason for the change, we need to pass
47465              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
47466              EP/IX, OS/2, and TitanOS, based on the hints files.
47467      Branch: perl
47468            ! Configure config_h.SH
47469 ____________________________________________________________________________
47470 [  9827] By: jhi                                   on 2001/04/24  23:49:20
47471         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
47472              the $cat must have an absolute path.
47473      Branch: perl
47474            ! makedepend.SH
47475 ____________________________________________________________________________
47476 [  9826] By: jhi                                   on 2001/04/24  23:40:53
47477         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
47478      Branch: perl
47479            ! README.amiga
47480 ____________________________________________________________________________
47481 [  9825] By: jhi                                   on 2001/04/24  23:35:35
47482         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
47483              From: "Philip Newton" <pnewton@gmx.de>
47484              Date: Tue, 24 Apr 2001 18:52:49 +0200
47485              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
47486      Branch: perl
47487            ! x2p/find2perl.PL
47488 ____________________________________________________________________________
47489 [  9824] By: jhi                                   on 2001/04/24  23:33:07
47490         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
47491              Some gcc specifics dropped out due to extensive rewriting;
47492              will be put back later as needed.
47493      Branch: perl
47494            ! hints/hpux.sh
47495 ____________________________________________________________________________
47496 [  9823] By: jhi                                   on 2001/04/24  23:27:57
47497         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
47498      Branch: perl
47499            ! ext/POSIX/POSIX.xs
47500 ____________________________________________________________________________
47501 [  9822] By: jhi                                   on 2001/04/24  23:25:21
47502         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
47503              From: Tim Jenness <t.jenness@jach.hawaii.edu>
47504              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
47505              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
47506      Branch: perl
47507            ! ext/XS/Typemap/Typemap.xs
47508 ____________________________________________________________________________
47509 [  9821] By: jhi                                   on 2001/04/24  23:24:10
47510         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
47511              From: "Abigail" <abigail@foad.org>
47512              Date: Tue, 24 Apr 2001 23:12:03 +0200
47513              Message-ID: <20010424211203.7901.qmail@foad.org>
47514      Branch: perl
47515            ! pod/perlport.pod
47516 ____________________________________________________________________________
47517 [  9820] By: jhi                                   on 2001/04/24  23:23:15
47518         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
47519              From: Matt Sergeant <matt@sergeant.org>
47520              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
47521              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
47522      Branch: perl
47523            ! pod/perlfaq4.pod
47524 ____________________________________________________________________________
47525 [  9819] By: nick                                  on 2001/04/24  18:49:43
47526         Log: Integrate mainline.
47527      Branch: perlio
47528           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
47529           !> (integrate 37 files)
47530 ____________________________________________________________________________
47531 [  9818] By: jhi                                   on 2001/04/24  14:35:23
47532         Log: Update Changes.
47533      Branch: perl
47534            ! Changes patchlevel.h
47535 ____________________________________________________________________________
47536 [  9817] By: jhi                                   on 2001/04/24  14:09:17
47537         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
47538              From: "Philip Newton" <pnewton@gmx.de>
47539              Date: Tue, 24 Apr 2001 12:58:12 +0200
47540              Message-ID: <3AE57864.8304.B77A0A@localhost> 
47541              
47542              plus add CPAN to the list of modules that have their own tests.
47543      Branch: perl
47544            ! t/lib/1_compile.t
47545 ____________________________________________________________________________
47546 [  9816] By: jhi                                   on 2001/04/24  14:07:03
47547         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
47548              From: Michael G Schwern <schwern@pobox.com>
47549              Date: Sat, 21 Apr 2001 22:35:00 +0100
47550              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
47551      Branch: perl
47552            ! t/lib/1_compile.t
47553 ____________________________________________________________________________
47554 [  9815] By: jhi                                   on 2001/04/24  13:54:32
47555         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
47556              From: Robin Houston <robin@kitsite.com>
47557              Date: Tue, 24 Apr 2001 15:51:18 +0100
47558              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
47559      Branch: perl
47560            ! ext/B/B/Deparse.pm
47561 ____________________________________________________________________________
47562 [  9814] By: jhi                                   on 2001/04/24  13:17:34
47563         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
47564              From: Bill Glicker <billg@burrelles.com>
47565              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
47566              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
47567      Branch: perl
47568            ! hints/svr5.sh
47569 ____________________________________________________________________________
47570 [  9813] By: jhi                                   on 2001/04/24  12:54:23
47571         Log: Prevent path disclosure (probing for existence of filenames)
47572              using suidperl; bug id 20010322.218.
47573      Branch: perl
47574            ! perl.c pod/perldiag.pod
47575 ____________________________________________________________________________
47576 [  9812] By: jhi                                   on 2001/04/24  12:08:36
47577         Log: Retract #9811.
47578      Branch: perl
47579            ! ext/POSIX/POSIX.xs
47580 ____________________________________________________________________________
47581 [  9811] By: jhi                                   on 2001/04/24  11:57:35
47582         Log: (Retracted by #9812.)
47583      Branch: perl
47584            ! ext/POSIX/POSIX.xs
47585 ____________________________________________________________________________
47586 [  9810] By: jhi                                   on 2001/04/24  03:32:35
47587         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
47588      Branch: perl
47589            ! util.c
47590 ____________________________________________________________________________
47591 [  9809] By: jhi                                   on 2001/04/24  03:16:13
47592         Log: The Math::BigFloat::import() was broken.
47593              (Fixes bug id 20010422.002.)
47594      Branch: perl
47595            ! lib/Math/BigFloat.pm
47596 ____________________________________________________________________________
47597 [  9808] By: jhi                                   on 2001/04/24  01:11:40
47598         Log: Additional dependencies; should help for parallel makes
47599              not to fail on missing lib/lib.pm or lib/re.pm.
47600      Branch: perl
47601            ! Makefile.SH
47602 ____________________________________________________________________________
47603 [  9807] By: jhi                                   on 2001/04/24  00:57:01
47604         Log: Update the test failure disclaimer.
47605      Branch: perl
47606            ! t/pragma/warn/pp_hot
47607 ____________________________________________________________________________
47608 [  9806] By: jhi                                   on 2001/04/24  00:54:04
47609         Log: Add make target "install-all" which is alias for "install"
47610              to cater for case-preserving filesystems like HFS+.
47611      Branch: perl
47612            ! INSTALL Makefile.SH
47613 ____________________________________________________________________________
47614 [  9805] By: jhi                                   on 2001/04/24  00:47:28
47615         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
47616              From: Peter Prymmer <pvhp@forte.com>
47617              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
47618              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
47619              
47620              (Ken William's message forwarded from macosx@perl.org)
47621      Branch: perl
47622            ! hints/darwin.sh
47623 ____________________________________________________________________________
47624 [  9804] By: jhi                                   on 2001/04/23  23:57:35
47625         Log: Cut-and-pasto.
47626      Branch: perl
47627            ! perlio.c
47628 ____________________________________________________________________________
47629 [  9803] By: jhi                                   on 2001/04/23  23:52:25
47630         Log: More PerlIO robustness.
47631      Branch: perl
47632            ! perlio.c
47633 ____________________________________________________________________________
47634 [  9802] By: jhi                                   on 2001/04/23  23:43:35
47635         Log: Make the "STD* opened only for ..." errors more consistent.
47636      Branch: perl
47637            ! doio.c
47638 ____________________________________________________________________________
47639 [  9801] By: jhi                                   on 2001/04/23  23:34:26
47640         Log: Test case for #9800.
47641      Branch: perl
47642            ! t/op/misc.t
47643 ____________________________________________________________________________
47644 [  9800] By: jhi                                   on 2001/04/23  23:14:43
47645         Log: Avoid coredump on 'close STDERR; die' by making
47646              the PerlIO calls more robust.  Also use SETERRNO()
47647              instead of errno = to be more VMS-ready.
47648      Branch: perl
47649            ! perlio.c
47650 ____________________________________________________________________________
47651 [  9799] By: jhi                                   on 2001/04/23  21:41:10
47652         Log: Subject: test for ID 20010423.002
47653              From: Robin Houston <robin@kitsite.com>
47654              Date: Mon, 23 Apr 2001 16:52:21 +0100
47655              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
47656      Branch: perl
47657            ! t/op/avhv.t
47658 ____________________________________________________________________________
47659 [  9798] By: jhi                                   on 2001/04/23  21:40:07
47660         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
47661              From: David Dyck <dcd@tc.fluke.com>
47662              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
47663              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
47664      Branch: perl
47665            ! installperl
47666 ____________________________________________________________________________
47667 [  9797] By: jhi                                   on 2001/04/23  21:37:56
47668         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
47669              From: Benjamin Sugars <bsugars@canoe.ca>
47670              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
47671              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
47672      Branch: perl
47673            ! ext/Cwd/Cwd.xs lib/Cwd.pm
47674 ____________________________________________________________________________
47675 [  9796] By: jhi                                   on 2001/04/23  21:29:24
47676         Log: Synchronize h2xs and pod2man some more on the documentation
47677              templates they propose.
47678      Branch: perl
47679            ! pod/pod2man.PL utils/h2xs.PL
47680 ____________________________________________________________________________
47681 [  9795] By: jhi                                   on 2001/04/23  17:30:40
47682         Log: Add one more naughty test for base64; make encoding logic cleaner.
47683      Branch: perl
47684            ! t/lib/mimeb64.t
47685 ____________________________________________________________________________
47686 [  9794] By: jhi                                   on 2001/04/23  13:51:32
47687         Log: Update Changes.
47688      Branch: perl
47689            ! Changes patchlevel.h
47690 ____________________________________________________________________________
47691 [  9793] By: jhi                                   on 2001/04/23  13:44:18
47692         Log: Duplicate lines.
47693      Branch: perl
47694            ! MANIFEST
47695 ____________________________________________________________________________
47696 [  9792] By: jhi                                   on 2001/04/23  13:39:13
47697         Log: Subject: Re: PATCH 5.7.1
47698              From: Mark-Jason Dominus <mjd@plover.com>
47699              Date: Mon, 23 Apr 2001 10:30:21 -0400
47700              Message-ID: <20010423143021.17335.qmail@plover.com>
47701      Branch: perl
47702            ! perl.h sv.c
47703 ____________________________________________________________________________
47704 [  9791] By: jhi                                   on 2001/04/23  13:32:40
47705         Log: Add the CPAN.pm 1.59_54 tests.
47706      Branch: perl
47707            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
47708            ! MANIFEST
47709 ____________________________________________________________________________
47710 [  9790] By: jhi                                   on 2001/04/23  13:21:55
47711         Log: Subject: Deparse nit
47712              From: Robin Houston <robin@kitsite.com>
47713              Date: Mon, 23 Apr 2001 12:38:20 +0100
47714              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
47715      Branch: perl
47716            ! ext/B/B/Deparse.pm
47717 ____________________________________________________________________________
47718 [  9789] By: jhi                                   on 2001/04/23  13:19:07
47719         Log: Subject: [PATCH] bug 20010423.002
47720              From: Robin Houston <robin@kitsite.com>
47721              Date: Mon, 23 Apr 2001 13:12:30 +0100
47722              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
47723      Branch: perl
47724            ! pp.c
47725 ____________________________________________________________________________
47726 [  9788] By: jhi                                   on 2001/04/23  13:02:49
47727         Log: Subject: PATCH [5.7.1] hv.c unused #define
47728              From: Mark-Jason Dominus <mjd@plover.com>
47729              Date: Sun, 22 Apr 2001 14:17:49 -0400
47730              Message-ID: <20010422181749.26976.qmail@plover.com>
47731      Branch: perl
47732            ! hv.c
47733 ____________________________________________________________________________
47734 [  9787] By: jhi                                   on 2001/04/23  13:02:02
47735         Log: Subject: PATCH 5.7.1
47736              From: Mark-Jason Dominus <mjd@plover.com>
47737              Date: Sun, 22 Apr 2001 15:12:57 -0400
47738              Message-ID: <20010422191258.6539.qmail@plover.com>
47739              
47740              plus Sarathy's STMT_START + STMT_END suggestion.
47741      Branch: perl
47742            ! perl.h
47743 ____________________________________________________________________________
47744 [  9786] By: jhi                                   on 2001/04/23  12:53:25
47745         Log: Fix for
47746              
47747              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
47748              From: dLux <dlux@spam.sch.bme.hu>
47749              Date: Mon, 23 Apr 2001 01:25:26 +0200
47750              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
47751              
47752              (SvGROW really does return a char *.)
47753      Branch: perl
47754            ! pod/perlapi.pod sv.h
47755 ____________________________________________________________________________
47756 [  9785] By: jhi                                   on 2001/04/23  04:34:04
47757         Log: Time::Piece work continues.  $t->day removed since
47758              I think it's too confusing.  Now has normal and
47759              abbreviated length weekday names and month names,
47760              the names change with _names(), not _list().
47761              Now has strftime() in Perl, _strftime() is
47762              the libc version (to which strftime() falls back
47763              if it doesn't know the format.  To do: the reverse
47764              of strftime, strptime(), and the localisation of both.
47765      Branch: perl
47766            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
47767            ! t/lib/time-piece.t
47768 ____________________________________________________________________________
47769 [  9784] By: jhi                                   on 2001/04/23  02:41:46
47770         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
47771              From: andreas.koenig@anima.de (Andreas J. Koenig)
47772              Date: 23 Apr 2001 05:20:55 +0200
47773              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
47774      Branch: perl
47775            ! t/pragma/overload.t
47776 ____________________________________________________________________________
47777 [  9783] By: jhi                                   on 2001/04/22  23:32:42
47778         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
47779              From: Robin Houston <robin@kitsite.com>
47780              Date: Mon, 23 Apr 2001 00:38:18 +0100
47781              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
47782      Branch: perl
47783            ! ext/B/B/Deparse.pm
47784 ____________________________________________________________________________
47785 [  9782] By: jhi                                   on 2001/04/22  20:55:43
47786         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
47787              From: Simon Cozens <simon@netthink.co.uk>
47788              Date: Sun, 22 Apr 2001 18:47:25 +0100
47789              Message-ID: <20010422184725.A14411@netthink.co.uk>
47790      Branch: perl
47791            ! sv.c t/pragma/overload.t
47792 ____________________________________________________________________________
47793 [  9781] By: jhi                                   on 2001/04/22  20:52:13
47794         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
47795              From: Robin Houston <robin@kitsite.com>
47796              Date: Sun, 22 Apr 2001 22:14:50 +0100
47797              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
47798      Branch: perl
47799            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
47800 ____________________________________________________________________________
47801 [  9780] By: nick                                  on 2001/04/22  20:40:31
47802         Log: Integrate mainline.
47803      Branch: perlio
47804           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
47805           +> t/lib/b-stash.t
47806           !> (integrate 38 files)
47807 ____________________________________________________________________________
47808 [  9779] By: jhi                                   on 2001/04/22  15:16:03
47809         Log: Subject: IO::Socket::INET patch
47810              From: andrew deryabin <djsf@technarchy.ru>
47811              Date: Sat, 21 Apr 2001 17:46:52 +0400
47812              Message-ID: <20010421174652.B1426@technarchy>
47813      Branch: perl
47814            ! ext/IO/lib/IO/Socket/INET.pm
47815 ____________________________________________________________________________
47816 [  9778] By: jhi                                   on 2001/04/22  15:14:33
47817         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
47818              From: Mark-Jason Dominus <mjd@plover.com>
47819              Date: Sat, 21 Apr 2001 21:27:49 -0400
47820              Message-ID: <20010422012749.27024.qmail@plover.com>
47821      Branch: perl
47822            ! regcomp.c
47823 ____________________________________________________________________________
47824 [  9777] By: jhi                                   on 2001/04/22  15:10:51
47825         Log: Subject: Re: Regex debugger patch 
47826              From: Mark-Jason Dominus <mjd@plover.com>
47827              Date: Sat, 21 Apr 2001 21:48:51 -0400
47828              Message-ID: <20010422014851.27165.qmail@plover.com>
47829      Branch: perl
47830            ! pod/perldebguts.pod
47831 ____________________________________________________________________________
47832 [  9776] By: jhi                                   on 2001/04/22  15:09:48
47833         Log: Subject: Re: Regex debugger patch
47834              From: Mark-Jason Dominus <mjd@plover.com>
47835              Date: Sat, 21 Apr 2001 14:24:39 -0400
47836              Message-ID: <20010421182439.16508.qmail@plover.com>
47837              
47838              Regex debugger backend.
47839      Branch: perl
47840            ! regcomp.c regexp.h
47841 ____________________________________________________________________________
47842 [  9775] By: jhi                                   on 2001/04/21  16:45:40
47843         Log: Subject: [PATCH] Typo in utf8.h
47844              From: Jesús Quiroga <jquiroga@pobox.com>
47845              Date: Sat, 21 Apr 2001 19:25:33 +0200
47846              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
47847      Branch: perl
47848            ! utf8.h
47849 ____________________________________________________________________________
47850 [  9774] By: jhi                                   on 2001/04/21  16:43:52
47851         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
47852              From: Joe Orton <jorton@redhat.com>
47853              Date: Tue, 17 Apr 2001 15:50:43 +0100
47854              Message-Id: <20010417155043.D19132@eu.c2.net>
47855      Branch: perl
47856            ! hints/svr5.sh
47857 ____________________________________________________________________________
47858 [  9773] By: jhi                                   on 2001/04/21  15:30:15
47859         Log: Subject: Patch utils/h2xs.PL
47860              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
47861              Date: Sat, 21 Apr 2001 10:32:16 -0500
47862              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
47863              
47864              Add MAILING list and LICENSE templates.
47865      Branch: perl
47866            ! utils/h2xs.PL
47867 ____________________________________________________________________________
47868 [  9772] By: jhi                                   on 2001/04/21  15:28:36
47869         Log: Subject: perlfaq2.patch for 5.7.1
47870              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
47871              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
47872              Date: Fri, 20 Apr 2001 16:42:19 -0500
47873              
47874              rm an extra tab, a blurb about the xx.cpan to clarify
47875              which countries actually have that and dejanews is history
47876              as well as most of that nonsensical entry.
47877      Branch: perl
47878            ! pod/perlfaq2.pod
47879 ____________________________________________________________________________
47880 [  9771] By: jhi                                   on 2001/04/21  15:27:17
47881         Log: Subject: perlfaq1.patch for 5.7.1
47882              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
47883              Date: Fri, 20 Apr 2001 16:57:36 -0500
47884              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
47885              
47886              Evil URLs must die. Especially when they are broken.
47887      Branch: perl
47888            ! pod/perlfaq1.pod
47889 ____________________________________________________________________________
47890 [  9770] By: jhi                                   on 2001/04/21  15:23:38
47891         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
47892              From: Michael G Schwern <schwern@pobox.com>
47893              Date: Sat, 21 Apr 2001 16:11:12 +0100
47894              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
47895      Branch: perl
47896            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
47897            + t/lib/b-stash.t
47898            ! MANIFEST ext/B/B.pm t/lib/b.t
47899 ____________________________________________________________________________
47900 [  9769] By: jhi                                   on 2001/04/21  15:03:32
47901         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
47902              From: Michael G Schwern <schwern@pobox.com>
47903              Date: Sat, 21 Apr 2001 09:48:00 +0100
47904              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
47905      Branch: perl
47906            ! utils/h2ph.PL
47907 ____________________________________________________________________________
47908 [  9768] By: jhi                                   on 2001/04/21  14:33:49
47909         Log: PerlIO and Encode doc cleanup and tweaks.
47910      Branch: perl
47911            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
47912            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
47913 ____________________________________________________________________________
47914 [  9767] By: jhi                                   on 2001/04/21  12:40:16
47915         Log: Integrate perlio.
47916      Branch: perl
47917           !> doio.c
47918 ____________________________________________________________________________
47919 [  9766] By: nick                                  on 2001/04/20  18:28:35
47920         Log: Avoid core dump on
47921              open(STDOUT,">",\$foo);
47922      Branch: perlio
47923            ! doio.c
47924 ____________________________________________________________________________
47925 [  9765] By: jhi                                   on 2001/04/20  13:23:43
47926         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
47927              From: Robin Houston <robin@kitsite.com>
47928              Date: Fri, 20 Apr 2001 14:29:22 +0100
47929              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
47930      Branch: perl
47931            ! ext/B/B.pm ext/B/B/Deparse.pm
47932 ____________________________________________________________________________
47933 [  9764] By: jhi                                   on 2001/04/20  13:19:33
47934         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
47935              From: Peter Prymmer <pvhp@forte.com>
47936              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
47937              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
47938      Branch: perl
47939            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
47940            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
47941            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
47942            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
47943 ____________________________________________________________________________
47944 [  9763] By: jhi                                   on 2001/04/20  12:36:39
47945         Log: Subject: Re: A new PerlIO coredump
47946              From: Nick Ing-Simmons <nik@tiuk.ti.com>
47947              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
47948              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
47949      Branch: perl
47950            ! doio.c
47951 ____________________________________________________________________________
47952 [  9762] By: jhi                                   on 2001/04/19  23:02:30
47953         Log: Update Changes.
47954      Branch: perl
47955            ! Changes patchlevel.h
47956 ____________________________________________________________________________
47957 [  9761] By: jhi                                   on 2001/04/19  22:59:19
47958         Log: More cleanup cleanup.
47959      Branch: perl
47960            ! Makefile.SH win32/Makefile win32/makefile.mk
47961 ____________________________________________________________________________
47962 [  9760] By: jhi                                   on 2001/04/19  22:50:31
47963         Log: lib/Time is non-empty, let's not rmdir it.
47964      Branch: perl
47965            ! Makefile.SH
47966 ____________________________________________________________________________
47967 [  9759] By: jhi                                   on 2001/04/19  22:36:51
47968         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
47969              From: Robin Houston <robin@kitsite.com>
47970              Date: Fri, 20 Apr 2001 00:18:53 +0100
47971              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
47972      Branch: perl
47973            ! ext/B/B/Deparse.pm
47974 ____________________________________________________________________________
47975 [  9758] By: jhi                                   on 2001/04/19  22:36:00
47976         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
47977              From: Peter Prymmer <pvhp@forte.com>
47978              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
47979              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
47980      Branch: perl
47981            ! ext/Cwd/Cwd.xs
47982 ____________________________________________________________________________
47983 [  9757] By: nick                                  on 2001/04/19  18:53:54
47984         Log: Blind (untested) integrate of mainline.
47985      Branch: perlio
47986           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
47987           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
47988           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
47989           !> (integrate 53 files)
47990 ____________________________________________________________________________
47991 [  9756] By: jhi                                   on 2001/04/19  16:59:23
47992         Log: Document and test Time::Piece.
47993      Branch: perl
47994            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
47995            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
47996 ____________________________________________________________________________
47997 [  9755] By: jhi                                   on 2001/04/19  12:13:29
47998         Log: A better fix for the \x{12345678} trouble from NI-S.
47999      Branch: perl
48000            ! utf8.c
48001 ____________________________________________________________________________
48002 [  9754] By: jhi                                   on 2001/04/19  11:56:07
48003         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
48004              From: Robin Houston <robin@kitsite.com>
48005              Date: Wed, 18 Apr 2001 17:58:33 +0100
48006              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
48007      Branch: perl
48008            ! ext/B/B/Deparse.pm op.c
48009 ____________________________________________________________________________
48010 [  9753] By: jhi                                   on 2001/04/19  04:21:52
48011         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
48012              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
48013              Date: Thu, 19 Apr 2001 01:11:41 -0400
48014              Message-ID: <20010419011141.A5798@cpan.org>
48015      Branch: perl
48016            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
48017 ____________________________________________________________________________
48018 [  9752] By: jhi                                   on 2001/04/19  02:41:10
48019         Log: The new time utils need to be thread-aware, too.
48020      Branch: perl
48021            ! util.c
48022 ____________________________________________________________________________
48023 [  9751] By: jhi                                   on 2001/04/19  02:26:47
48024         Log: Compilation nit noticed by AIX compiler.
48025      Branch: perl
48026            ! perlio.c
48027 ____________________________________________________________________________
48028 [  9750] By: jhi                                   on 2001/04/19  02:20:06
48029         Log: The new time utils need to be public.
48030      Branch: perl
48031            ! embed.pl
48032 ____________________________________________________________________________
48033 [  9749] By: jhi                                   on 2001/04/19  01:42:39
48034         Log: Regen toc.
48035      Branch: perl
48036            ! pod/perltoc.pod
48037 ____________________________________________________________________________
48038 [  9748] By: jhi                                   on 2001/04/19  01:41:10
48039         Log: Add Time::Piece, a slight rewrite of Time::Object,
48040              from Matt Sergeant.
48041      Branch: perl
48042            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
48043            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
48044            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
48045            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
48046            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
48047            ! win32/makefile.mk
48048 ____________________________________________________________________________
48049 [  9747] By: jhi                                   on 2001/04/19  00:55:35
48050         Log: The new metaconfig unit from strftime.
48051      Branch: metaconfig/U/perl
48052            + d_strftime.U
48053 ____________________________________________________________________________
48054 [  9746] By: jhi                                   on 2001/04/19  00:54:54
48055         Log: Move the strftime() wrapper from POSIX.xs to util.c
48056              as my_strftime(), requires HAS_STRFTIME.
48057      Branch: perl
48058            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48059            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
48060            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
48061            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
48062            ! vos/config.ga.h win32/config.bc win32/config.gc
48063            ! win32/config.vc
48064 ____________________________________________________________________________
48065 [  9745] By: jhi                                   on 2001/04/18  23:11:03
48066         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
48067              in preparation of Time::Piece.
48068      Branch: perl
48069            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
48070 ____________________________________________________________________________
48071 [  9744] By: jhi                                   on 2001/04/18  22:33:12
48072         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
48073              From: Peter Prymmer <pvhp@forte.com>
48074              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
48075              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
48076      Branch: perl
48077            ! t/lib/exporter.t
48078 ____________________________________________________________________________
48079 [  9743] By: jhi                                   on 2001/04/18  22:32:23
48080         Log: Subject: Fwd: pod2html leaves cache files lying around?
48081              From: Rajesh Vaidheeswarran <rv@gnu.org>
48082              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
48083              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
48084      Branch: perl
48085            ! lib/Pod/Html.pm
48086 ____________________________________________________________________________
48087 [  9742] By: jhi                                   on 2001/04/18  20:31:49
48088         Log: Update Changes.
48089      Branch: perl
48090            ! Changes patchlevel.h
48091 ____________________________________________________________________________
48092 [  9741] By: jhi                                   on 2001/04/18  20:23:02
48093         Log: Declare hints only if needed.
48094      Branch: perl
48095            ! ext/B/B/Deparse.pm
48096 ____________________________________________________________________________
48097 [  9740] By: jhi                                   on 2001/04/18  19:06:05
48098         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
48099              bug noticed by Robin Houston; basically the code of detecting
48100              value wraparound was acting differently under different compilers
48101              and platforms.  The workaround is to remove the overflow check
48102              for now, a real fix would be to do the overflow (portably) right.
48103      Branch: perl
48104            ! t/op/pat.t utf8.c
48105 ____________________________________________________________________________
48106 [  9739] By: jhi                                   on 2001/04/18  19:01:23
48107         Log: Subject: [PATCH B::Deparse] some pragma support
48108              From: Robin Houston <robin@kitsite.com>
48109              Date: Wed, 18 Apr 2001 19:32:12 +0100
48110              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
48111      Branch: perl
48112            ! ext/B/B/Deparse.pm
48113 ____________________________________________________________________________
48114 [  9738] By: jhi                                   on 2001/04/18  15:16:37
48115         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
48116              From: Benjamin Sugars <bsugars@canoe.ca>
48117              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
48118              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
48119      Branch: perl
48120            ! t/op/glob.t
48121 ____________________________________________________________________________
48122 [  9737] By: jhi                                   on 2001/04/18  13:24:50
48123         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
48124              From: Tim Jenness <t.jenness@jach.hawaii.edu>
48125              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
48126              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
48127      Branch: perl
48128            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
48129            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
48130 ____________________________________________________________________________
48131 [  9736] By: jhi                                   on 2001/04/18  04:15:14
48132         Log: The #9735 also changes the subtest 12.
48133      Branch: perl
48134            ! t/lib/b.t
48135 ____________________________________________________________________________
48136 [  9735] By: jhi                                   on 2001/04/18  03:55:17
48137         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
48138              From: David Dyck <dcd@tc.fluke.com>
48139              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
48140              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
48141      Branch: perl
48142            ! ext/B/B/Deparse.pm
48143 ____________________________________________________________________________
48144 [  9734] By: jhi                                   on 2001/04/18  03:54:11
48145         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
48146              From: Gisle Aas <gisle@ActiveState.com>
48147              Date: 17 Apr 2001 19:06:45 -0700
48148              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
48149      Branch: perl
48150            ! pp_hot.c t/op/misc.t
48151 ____________________________________________________________________________
48152 [  9733] By: jhi                                   on 2001/04/17  22:25:22
48153         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
48154              From: "Abigail" <abigail@foad.org>
48155              Date: Wed, 18 Apr 2001 01:17:46 +0200
48156              Message-ID: <20010417231746.21657.qmail@foad.org>
48157      Branch: perl
48158            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
48159 ____________________________________________________________________________
48160 [  9732] By: jhi                                   on 2001/04/17  20:47:56
48161         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
48162              From: Robin Houston <robin@kitsite.com>
48163              Date: Tue, 17 Apr 2001 22:37:42 +0100
48164              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
48165      Branch: perl
48166            ! ext/B/B/Deparse.pm
48167 ____________________________________________________________________________
48168 [  9731] By: nick                                  on 2001/04/17  20:46:35
48169         Log: Re-sync for t/lib/b.t fix
48170      Branch: perlio
48171           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
48172 ____________________________________________________________________________
48173 [  9730] By: jhi                                   on 2001/04/17  20:45:29
48174         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
48175              From: Robin Houston <robin@kitsite.com>
48176              Date: Tue, 17 Apr 2001 22:29:36 +0100
48177              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
48178      Branch: perl
48179            ! ext/B/B.xs ext/B/B/Deparse.pm
48180 ____________________________________________________________________________
48181 [  9729] By: jhi                                   on 2001/04/17  20:43:11
48182         Log: Subject: Deparse - parenthesise args to undeclared subs
48183              From: Robin Houston <robin@kitsite.com>
48184              Date: Tue, 17 Apr 2001 21:31:05 +0100
48185              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
48186      Branch: perl
48187            ! ext/B/B/Deparse.pm
48188 ____________________________________________________________________________
48189 [  9728] By: jhi                                   on 2001/04/17  18:57:30
48190         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
48191              From: Benjamin Sugars <ben.sugars@home.com>
48192              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
48193              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
48194      Branch: perl
48195            ! t/lib/cwd.t
48196 ____________________________________________________________________________
48197 [  9727] By: jhi                                   on 2001/04/17  18:20:20
48198         Log: Subject: [PATCH B::Deparse] ambient pragmas
48199              From: Robin Houston <robin@kitsite.com>
48200              Date: Tue, 17 Apr 2001 20:01:59 +0100
48201              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
48202      Branch: perl
48203            ! ext/B/B/Deparse.pm t/lib/b.t
48204 ____________________________________________________________________________
48205 [  9726] By: nick                                  on 2001/04/17  16:33:51
48206         Log: Integrate mainline (t/lib/b.t fails test 2...)
48207      Branch: perlio
48208           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
48209           +> ext/List/Util/README ext/List/Util/Util.xs
48210           +> ext/List/Util/lib/List/Util.pm
48211           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
48212           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
48213           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
48214           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
48215           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
48216           !> (integrate 31 files)
48217 ____________________________________________________________________________
48218 [  9725] By: jhi                                   on 2001/04/17  12:14:24
48219         Log: Subject: multiple B::* changes
48220              From: Robin Houston <robin@kitsite.com>
48221              Date: Thu, 12 Apr 2001 20:12:27 +0100
48222              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
48223      Branch: perl
48224            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
48225 ____________________________________________________________________________
48226 [  9724] By: jhi                                   on 2001/04/17  11:59:05
48227         Log: Thread-awareness from Doug MacEachern.
48228      Branch: perl
48229            ! ext/List/Util/Util.xs
48230 ____________________________________________________________________________
48231 [  9723] By: jhi                                   on 2001/04/17  11:57:41
48232         Log: Make the test more portable.
48233      Branch: perl
48234            ! t/lib/cwd.t
48235 ____________________________________________________________________________
48236 [  9722] By: jhi                                   on 2001/04/17  11:53:50
48237         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
48238              From: Benjamin Sugars <ben.sugars@home.com>
48239              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
48240              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
48241      Branch: perl
48242            ! t/lib/cwd.t
48243 ____________________________________________________________________________
48244 [  9721] By: jhi                                   on 2001/04/17  11:52:17
48245         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
48246              From: Benjamin Sugars <bsugars@canoe.ca>
48247              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
48248              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
48249      Branch: perl
48250            ! op.c
48251 ____________________________________________________________________________
48252 [  9720] By: jhi                                   on 2001/04/17  11:35:42
48253         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
48254              From: Chris Nandor <pudge@pobox.com>
48255              Date: Tue, 17 Apr 2001 00:30:49 -0400
48256              Message-Id: <p05100207b701768712de@[10.0.1.177]>
48257      Branch: perl
48258            ! ext/File/Glob/bsd_glob.c gv.c
48259 ____________________________________________________________________________
48260 [  9719] By: jhi                                   on 2001/04/17  11:32:13
48261         Log: Subject: [PATCH] Tweten->West
48262              From: Casey West <casey@geeknest.com>
48263              Date: Mon, 16 Apr 2001 12:11:22 -0400
48264              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
48265      Branch: perl
48266            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
48267            ! pod/perltie.pod
48268 ____________________________________________________________________________
48269 [  9718] By: jhi                                   on 2001/04/16  03:22:52
48270         Log: Update Changes.
48271      Branch: perl
48272            ! Changes patchlevel.h
48273 ____________________________________________________________________________
48274 [  9717] By: jhi                                   on 2001/04/16  03:06:28
48275         Log: Regen toc.
48276      Branch: perl
48277            ! pod/perltoc.pod
48278 ____________________________________________________________________________
48279 [  9716] By: jhi                                   on 2001/04/16  02:58:42
48280         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
48281              From: Prymmer/Kahn <pvhp@best.com>
48282              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
48283              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
48284      Branch: perl
48285            ! utf8.c
48286 ____________________________________________________________________________
48287 [  9715] By: jhi                                   on 2001/04/15  23:40:35
48288         Log: Subject: Re: Net::Ping patch, adds stream protocol
48289              From: bronson@rinspin.com (Scott Bronson)
48290              Date: Tue, 10 Apr 2001 23:58:33 -0700
48291              Message-ID: <20010410235833.N29719@rinspin.com>
48292      Branch: perl
48293            ! lib/Net/Ping.pm
48294 ____________________________________________________________________________
48295 [  9714] By: jhi                                   on 2001/04/15  23:31:46
48296         Log: Printing out the ok messages helps successful testing.
48297      Branch: perl
48298            ! t/lib/time-hires.t
48299 ____________________________________________________________________________
48300 [  9713] By: jhi                                   on 2001/04/15  21:43:24
48301         Log: Update Douglas Wegscheid's email.
48302      Branch: perl
48303            ! AUTHORS
48304 ____________________________________________________________________________
48305 [  9712] By: jhi                                   on 2001/04/15  21:40:41
48306         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
48307              From: Michael G Schwern <schwern@pobox.com>
48308              Date: Sat, 14 Apr 2001 22:40:50 +0100
48309              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
48310      Branch: perl
48311            + t/lib/exporter.t
48312            ! MANIFEST lib/Exporter/Heavy.pm
48313 ____________________________________________________________________________
48314 [  9711] By: jhi                                   on 2001/04/15  21:39:21
48315         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
48316              From: Michael G Schwern <schwern@pobox.com>
48317              Date: Sat, 14 Apr 2001 22:13:59 +0100
48318              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
48319      Branch: perl
48320            ! t/op/loopctl.t
48321 ____________________________________________________________________________
48322 [  9710] By: jhi                                   on 2001/04/15  21:30:19
48323         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
48324              From: Michael G Schwern <schwern@pobox.com>
48325              Date: Sat, 14 Apr 2001 22:05:32 +0100
48326              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
48327      Branch: perl
48328            ! t/pragma/warnings.t
48329 ____________________________________________________________________________
48330 [  9709] By: jhi                                   on 2001/04/15  19:34:09
48331         Log: Integrate changes #9706,9707 from maintperl into mainline.
48332              
48333              change#7210 broke .packlist generation
48334              
48335              ExtUtils::Installed doesn't quote regex metacharacters in paths
48336              before using them in match; also make it work for dosish platforms
48337      Branch: perl
48338           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
48339 ____________________________________________________________________________
48340 [  9708] By: jhi                                   on 2001/04/15  19:31:01
48341         Log: Test also the scalar aspect of getitimer().
48342      Branch: perl
48343            ! t/lib/time-hires.t
48344 ____________________________________________________________________________
48345 [  9707] By: gsar                                  on 2001/04/15  17:24:20
48346         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
48347              before using them in match; also make it work for dosish platforms
48348      Branch: maint-5.6/perl
48349            ! lib/ExtUtils/Installed.pm
48350 ____________________________________________________________________________
48351 [  9706] By: gsar                                  on 2001/04/15  17:21:59
48352         Log: change#7210 broke .packlist generation (listed only filename
48353              rather than fully qualified path name)
48354      Branch: maint-5.6/perl
48355            ! lib/ExtUtils/Install.pm
48356 ____________________________________________________________________________
48357 [  9705] By: jhi                                   on 2001/04/15  12:36:33
48358         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
48359      Branch: perl
48360            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
48361            ! t/lib/time-hires.t
48362 ____________________________________________________________________________
48363 [  9704] By: jhi                                   on 2001/04/15  10:49:08
48364         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
48365              From: Prymmer/Kahn <pvhp@best.com>
48366              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
48367              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
48368      Branch: perl
48369            ! lib/utf8.pm pod/perlebcdic.pod
48370 ____________________________________________________________________________
48371 [  9703] By: jhi                                   on 2001/04/15  02:26:26
48372         Log: I keep forgetting to sort MANIFEST.
48373      Branch: perl
48374            ! MANIFEST
48375 ____________________________________________________________________________
48376 [  9702] By: jhi                                   on 2001/04/15  02:07:47
48377         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
48378              Now we have blessed, reftype, tainted, first, reduce, ...
48379      Branch: perl
48380            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
48381            + ext/List/Util/README ext/List/Util/Util.xs
48382            + ext/List/Util/lib/List/Util.pm
48383            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
48384            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
48385            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
48386            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
48387            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
48388            ! MANIFEST
48389 ____________________________________________________________________________
48390 [  9701] By: jhi                                   on 2001/04/14  15:05:25
48391         Log: Subject: RE: dprofpp.pl updates 
48392              From: Carl Eklof <CEklof@endeca.com>
48393              Date: Thu, 12 Apr 2001 18:45:46 -0400
48394              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
48395      Branch: perl
48396            ! utils/dprofpp.PL
48397 ____________________________________________________________________________
48398 [  9700] By: jhi                                   on 2001/04/14  14:44:55
48399         Log: Do not just blindly add CR.
48400      Branch: perl
48401            ! Porting/makerel
48402 ____________________________________________________________________________
48403 [  9699] By: jhi                                   on 2001/04/13  13:17:01
48404         Log: Update Changes.
48405      Branch: perl
48406            ! Changes patchlevel.h
48407 ____________________________________________________________________________
48408 [  9698] By: jhi                                   on 2001/04/13  12:44:48
48409         Log: Integrate perlio.
48410      Branch: perl
48411           !> ext/PerlIO/Scalar/Scalar.xs
48412 ____________________________________________________________________________
48413 [  9697] By: jhi                                   on 2001/04/13  12:29:15
48414         Log: Add more debug output to the test.
48415      Branch: perl
48416            ! t/lib/cwd.t
48417 ____________________________________________________________________________
48418 [  9696] By: nick                                  on 2001/04/13  10:14:29
48419         Log: Fix core dump on binmode($fh,'Scalar')
48420      Branch: perlio
48421            ! ext/PerlIO/Scalar/Scalar.xs
48422 ____________________________________________________________________________
48423 [  9695] By: nick                                  on 2001/04/13  09:05:42
48424         Log: Integrate mainline
48425      Branch: perlio
48426           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
48427           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
48428           +> t/lib/time-hires.t
48429           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
48430           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
48431           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
48432           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
48433           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
48434           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
48435           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
48436 ____________________________________________________________________________
48437 [  9694] By: jhi                                   on 2001/04/12  22:23:35
48438         Log: Integrate change #9693 from maintperl into mainline.
48439              
48440              $VERSION and Version() on the same line provokes a warning from
48441              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
48442      Branch: perl
48443           !> lib/Devel/SelfStubber.pm
48444 ____________________________________________________________________________
48445 [  9693] By: gsar                                  on 2001/04/12  21:55:56
48446         Log: $VERSION and Version() on the same line provokes a warning from
48447              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
48448      Branch: maint-5.6/perl
48449            ! lib/Devel/SelfStubber.pm
48450 ____________________________________________________________________________
48451 [  9692] By: jhi                                   on 2001/04/12  13:54:00
48452         Log: This is at least 5.005.
48453      Branch: perl
48454            ! ext/Time/HiRes/HiRes.xs
48455 ____________________________________________________________________________
48456 [  9691] By: jhi                                   on 2001/04/12  13:37:20
48457         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
48458      Branch: perl
48459            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
48460            ! win32/Makefile win32/makefile.mk
48461 ____________________________________________________________________________
48462 [  9690] By: jhi                                   on 2001/04/12  01:34:46
48463         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
48464      Branch: perl
48465            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
48466            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
48467            + t/lib/time-hires.t
48468            ! MANIFEST
48469 ____________________________________________________________________________
48470 [  9689] By: jhi                                   on 2001/04/12  00:28:39
48471         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
48472              From: Gisle Aas <gisle@ActiveState.com>
48473              Date: 11 Apr 2001 16:36:11 -0700
48474              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
48475      Branch: perl
48476            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
48477 ____________________________________________________________________________
48478 [  9688] By: jhi                                   on 2001/04/12  00:27:39
48479         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
48480              From: Gisle Aas <gisle@ActiveState.com>
48481              Date: 11 Apr 2001 11:13:24 -0700
48482              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
48483      Branch: perl
48484            ! ext/MIME/Base64/Base64.xs
48485 ____________________________________________________________________________
48486 [  9687] By: jhi                                   on 2001/04/11  19:51:47
48487         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
48488      Branch: perl
48489            ! Todo-5.6
48490 ____________________________________________________________________________
48491 [  9686] By: jhi                                   on 2001/04/11  16:54:25
48492         Log: Subject: [PATCH opcode.pl] Documentation of table format
48493              From: Simon Cozens <simon@netthink.co.uk>
48494              Date: Wed, 11 Apr 2001 12:59:31 +0100
48495              Message-ID: <20010411125931.A25681@netthink.co.uk>
48496      Branch: perl
48497            ! opcode.pl
48498 ____________________________________________________________________________
48499 [  9685] By: jhi                                   on 2001/04/11  16:53:15
48500         Log: Subject: [PATCH] prototype("CORE::recv")
48501              From: Simon Cozens <simon@netthink.co.uk>
48502              Date: Wed, 11 Apr 2001 13:24:35 +0100
48503              Message-ID: <20010411132435.A26169@netthink.co.uk>
48504      Branch: perl
48505            ! pp.c t/comp/proto.t
48506 ____________________________________________________________________________
48507 [  9684] By: jhi                                   on 2001/04/11  16:47:13
48508         Log: FAQ (and AUTHORS) update from Dan Carson: the information
48509              was several years obsolete, Term::Readkey has been updated
48510              to have the functionality.
48511      Branch: perl
48512            ! AUTHORS pod/perlfaq5.pod
48513 ____________________________________________________________________________
48514 [  9683] By: jhi                                   on 2001/04/11  12:15:46
48515         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
48516              From: Calle Dybedahl <calle@lysator.liu.se>
48517              Date: 10 Apr 2001 16:44:16 +0200
48518              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
48519      Branch: perl
48520            ! ext/MIME/Base64/Base64.xs
48521 ____________________________________________________________________________
48522 [  9682] By: jhi                                   on 2001/04/11  12:12:26
48523         Log: A more minimal fix for 20010410.006 from Hugo.
48524      Branch: perl
48525            ! regexec.c
48526 ____________________________________________________________________________
48527 [  9681] By: jhi                                   on 2001/04/11  11:34:23
48528         Log: Integrate changes #9678,9679 from maintline into mainperl.
48529              
48530              addendum to change#9676
48531              
48532              up $File::Glob::VERSION; add a note pointing out the version of
48533              the OpenBSD glob bsd_glob.c resembles
48534      Branch: perl
48535           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
48536           !> ext/File/Glob/bsd_glob.h
48537 ____________________________________________________________________________
48538 [  9680] By: jhi                                   on 2001/04/11  11:30:38
48539         Log: Bad test numbering in integrate in #9677.
48540              Fixes ID 20010411.001.
48541      Branch: perl
48542            ! t/op/pat.t
48543 ____________________________________________________________________________
48544 [  9679] By: gsar                                  on 2001/04/11  03:38:40
48545         Log: up $File::Glob::VERSION; add a note pointing out the version of
48546              the OpenBSD glob bsd_glob.c resembles
48547      Branch: maint-5.6/perl
48548            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
48549            ! ext/File/Glob/bsd_glob.h
48550 ____________________________________________________________________________
48551 [  9678] By: gsar                                  on 2001/04/11  03:09:48
48552         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
48553              revision 1.8.10.1 found here:
48554              
48555              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
48556      Branch: maint-5.6/perl
48557            ! ext/File/Glob/bsd_glob.c
48558 ____________________________________________________________________________
48559 [  9677] By: jhi                                   on 2001/04/11  02:54:39
48560         Log: Integrate changes #9675,9676 from maintperl into mainline.
48561              
48562              fix for bug 20010410.006, undo change#7115
48563              
48564              port the OpenBSD glob() security patch
48565      Branch: perl
48566           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
48567           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
48568           !> t/op/pat.t
48569 ____________________________________________________________________________
48570 [  9676] By: gsar                                  on 2001/04/11  02:19:02
48571         Log: port the glob() security patch found at:
48572              
48573              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
48574              
48575              CERT advisory for the issue is here:
48576              
48577              http://www.cert.org/advisories/CA-2001-07.html
48578              
48579              Note that the security scare is only relevant for those who are
48580              foolish enough to build suidperl (which is now officially discouraged)
48581      Branch: maint-5.6/perl
48582            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
48583            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
48584 ____________________________________________________________________________
48585 [  9675] By: gsar                                  on 2001/04/10  23:52:11
48586         Log: fix for bug 20010410.006
48587              
48588              undo change#7115 (came into maint-5.6 as change#8156)
48589              
48590              add tests to keep it from coming back
48591      Branch: maint-5.6/perl
48592            ! regexec.c t/op/pat.t
48593 ____________________________________________________________________________
48594 [  9674] By: nick                                  on 2001/04/10  20:39:31
48595         Log: Integrate mainline
48596      Branch: perlio
48597           +> Porting/testall.atom
48598           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
48599           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
48600           !> t/lib/lc-uk.t t/pod/find.t
48601 ____________________________________________________________________________
48602 [  9673] By: nick                                  on 2001/04/10  18:46:14
48603         Log: Integrate against change 9670 aka perl-5.7.1
48604      Branch: perlio
48605           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
48606           !> (integrate 53 files)
48607 ____________________________________________________________________________
48608 [  9672] By: jhi                                   on 2001/04/10  13:45:01
48609         Log: Add a script for doing cumulative profile of the test suite.
48610              (Requires ATOM, that is, Tru64.)
48611      Branch: perl
48612            + Porting/testall.atom
48613            ! MANIFEST
48614 ____________________________________________________________________________
48615 [  9671] By: jhi                                   on 2001/04/10  12:38:53
48616         Log: Missing std block.
48617      Branch: perl
48618            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
48619            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
48620            ! t/pod/find.t
48621 ____________________________________________________________________________
48622 [  9670] By: jhi                                   on 2001/04/10  01:25:58
48623         Log: This is 5.7.1.
48624      Branch: perl
48625            ! patchlevel.h
48626 ____________________________________________________________________________
48627 [  9669] By: jhi                                   on 2001/04/10  01:09:14
48628         Log: Update Changes.
48629      Branch: perl
48630            ! Changes patchlevel.h
48631 ____________________________________________________________________________
48632 [  9668] By: jhi                                   on 2001/04/10  01:00:38
48633         Log: Regen toc.
48634      Branch: perl
48635            ! pod/perltoc.pod
48636 ____________________________________________________________________________
48637 [  9667] By: jhi                                   on 2001/04/10  00:52:16
48638         Log: Update perlhist.
48639      Branch: perl
48640            ! pod/perlhist.pod
48641 ____________________________________________________________________________
48642 [  9666] By: jhi                                   on 2001/04/09  23:38:59
48643         Log: Slight wording tweaks from Damian to #9658.
48644      Branch: perl
48645            ! pod/perlobj.pod
48646 ____________________________________________________________________________
48647 [  9665] By: jhi                                   on 2001/04/09  19:56:06
48648         Log: Subject: [PATCH perlutil.pod] Nit
48649              From: Simon Cozens <simon@netthink.co.uk>
48650              Date: Mon, 9 Apr 2001 20:29:44 +0100
48651              Message-ID: <20010409202944.A14796@the.earth.li>
48652      Branch: perl
48653            ! pod/perlutil.pod
48654 ____________________________________________________________________________
48655 [  9664] By: jhi                                   on 2001/04/09  19:54:42
48656         Log: Subject: Re: perl571delta.pod@9631
48657              From: Mike Guy <mjtg@cam.ac.uk>
48658              Date: Mon, 09 Apr 2001 18:09:14 +0100
48659              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
48660      Branch: perl
48661            ! pod/perl571delta.pod
48662 ____________________________________________________________________________
48663 [  9663] By: jhi                                   on 2001/04/09  13:43:35
48664         Log: Update Changes.
48665      Branch: perl
48666            ! Changes patchlevel.h
48667 ____________________________________________________________________________
48668 [  9662] By: jhi                                   on 2001/04/09  13:24:46
48669         Log: tweak tweak.
48670      Branch: perl
48671            ! AUTHORS pod/perl571delta.pod
48672 ____________________________________________________________________________
48673 [  9661] By: jhi                                   on 2001/04/09  13:15:13
48674         Log: Thinko in manual patch applying.
48675      Branch: perl
48676            ! sv.c
48677 ____________________________________________________________________________
48678 [  9660] By: jhi                                   on 2001/04/09  13:07:53
48679         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
48680              From: Robin Barker <rmb1@cise.npl.co.uk> 
48681              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
48682              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
48683              
48684              (This corrects the case where the "isn't numeric" string contains \0s
48685              and is longer than the temporary buffer, and contains \0 at the point
48686              the string would be truncated by "...".) 
48687      Branch: perl
48688            ! sv.c
48689 ____________________________________________________________________________
48690 [  9659] By: jhi                                   on 2001/04/09  12:57:41
48691         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
48692      Branch: perl
48693            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
48694            ! t/lib/cgi-function.t t/lib/cgi-html.t
48695 ____________________________________________________________________________
48696 [  9658] By: jhi                                   on 2001/04/09  12:48:47
48697         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
48698              From: Ilmari Karonen <iltzu@sci.fi>
48699              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
48700              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
48701              
48702              Rearrange and rewrite the Method Invocation section
48703              to explain the concepts in nicer order.
48704      Branch: perl
48705            ! pod/perlobj.pod
48706 ____________________________________________________________________________
48707 [  9657] By: jhi                                   on 2001/04/09  12:35:58
48708         Log: Upgrade to podlators 1.09, from Russ Allbery.
48709      Branch: perl
48710            ! lib/Pod/Man.pm lib/Pod/Text.pm
48711 ____________________________________________________________________________
48712 [  9656] By: jhi                                   on 2001/04/09  12:31:53
48713         Log: perl571delta.
48714      Branch: perl
48715            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
48716 ____________________________________________________________________________
48717 [  9655] By: jhi                                   on 2001/04/09  12:20:09
48718         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
48719              From: Prymmer/Kahn <pvhp@best.com>
48720              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
48721              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
48722      Branch: perl
48723            ! lib/utf8.pm pod/perlunicode.pod
48724 ____________________________________________________________________________
48725 [  9654] By: gsar                                  on 2001/04/09  03:38:33
48726         Log: here lies 5.6.1
48727      Branch: maint-5.6/perl
48728            ! Changes
48729 ____________________________________________________________________________
48730 [  9653] By: jhi                                   on 2001/04/09  03:25:24
48731         Log: Update perlhist.
48732      Branch: perl
48733            ! pod/perlhist.pod
48734 ____________________________________________________________________________
48735 [  9652] By: jhi                                   on 2001/04/09  03:18:49
48736         Log: perl571delta tweaking continues.
48737      Branch: perl
48738            ! pod/perl571delta.pod
48739 ____________________________________________________________________________
48740 [  9651] By: gsar                                  on 2001/04/09  03:11:19
48741         Log: update Changes, patchlevel.h &c.
48742      Branch: maint-5.6/perl
48743            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
48744            ! pod/perltoc.pod
48745 ____________________________________________________________________________
48746 [  9650] By: jhi                                   on 2001/04/09  02:40:24
48747         Log: Integrate the perlfork half of #9513 from maintperl into mainline
48748              (the perlunicode half is obsolete)
48749      Branch: perl
48750            ! pod/perlfork.pod
48751 ____________________________________________________________________________
48752 [  9649] By: gsar                                  on 2001/04/09  02:35:43
48753         Log: tweak perldelta as suggested by Jarkko
48754      Branch: maint-5.6/perl
48755            ! pod/perldelta.pod
48756 ____________________________________________________________________________
48757 [  9648] By: jhi                                   on 2001/04/09  02:13:04
48758         Log: Integrate change #9646 from maintperl into mainline.
48759              
48760              add note about ithreads and Thread.pm
48761      Branch: perl
48762           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
48763 ____________________________________________________________________________
48764 [  9647] By: jhi                                   on 2001/04/09  02:10:18
48765         Log: Bad assumption that shortsize == 2.
48766      Branch: perl
48767            ! t/lib/xs-typemap.t
48768 ____________________________________________________________________________
48769 [  9646] By: gsar                                  on 2001/04/09  00:48:04
48770         Log: add note about ithreads and Thread.pm (too many people are
48771              confused by the fact that Thread.pm is built and installed
48772              under non-5005threads but doesn't work)
48773      Branch: maint-5.6/perl
48774            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
48775 ____________________________________________________________________________
48776 [  9645] By: gsar                                  on 2001/04/09  00:19:03
48777         Log: update perldelta.pod for changes in 5.6.1
48778      Branch: maint-5.6/perl
48779            ! Changes pod/perldelta.pod
48780 ____________________________________________________________________________
48781 [  9644] By: jhi                                   on 2001/04/08  20:37:00
48782         Log: Integrate change #9639 from maintperl into mainline:
48783              on windows, many of the README.* pods were being copied to
48784              the wrong location
48785      Branch: perl
48786           !> win32/Makefile win32/makefile.mk
48787 ____________________________________________________________________________
48788 [  9643] By: jhi                                   on 2001/04/08  20:07:11
48789         Log: Integrate change #9624 from maintperl into mainline:
48790              the pod tests were not okay.  (t/pod/find.t changes ignored)
48791      Branch: perl
48792           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
48793           !> t/pod/include.t t/pod/included.t t/pod/lref.t
48794           !> t/pod/multiline_items.t t/pod/nested_items.t
48795           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
48796           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
48797 ____________________________________________________________________________
48798 [  9642] By: jhi                                   on 2001/04/08  19:57:17
48799         Log: Integrate change #9638 from maintperl into mainline:
48800              update to latest JPL from the anoncvs repository
48801      Branch: perl
48802           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
48803           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
48804           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
48805 ____________________________________________________________________________
48806 [  9641] By: jhi                                   on 2001/04/08  19:53:30
48807         Log: perl571delta updates.
48808      Branch: perl
48809            ! lib/Filter/Simple.pm pod/perl571delta.pod
48810 ____________________________________________________________________________
48811 [  9640] By: gsar                                  on 2001/04/08  19:20:46
48812         Log: integrate change#9634 from mainline
48813              
48814              Fix the perlmodlib generation (didn't understand separate .pod
48815              files; didn't understand -- as the name-thing separator).
48816              Update the CPAN mirrors list.
48817      Branch: maint-5.6/perl
48818            ! pod/perlmodlib.pod
48819           !> pod/perlmodlib.PL
48820 ____________________________________________________________________________
48821 [  9639] By: gsar                                  on 2001/04/08  18:57:31
48822         Log: on windows, many of the README.* pods were being copied to the wrong
48823              location
48824      Branch: maint-5.6/perl
48825            ! win32/Makefile win32/makefile.mk
48826 ____________________________________________________________________________
48827 [  9638] By: gsar                                  on 2001/04/08  18:38:25
48828         Log: update to latest JPL from the anoncvs repository
48829      Branch: maint-5.6/perl
48830            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
48831            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
48832            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
48833 ____________________________________________________________________________
48834 [  9637] By: jhi                                   on 2001/04/08  17:53:53
48835         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
48836      Branch: perl
48837            ! pod/perl571delta.pod
48838 ____________________________________________________________________________
48839 [  9636] By: jhi                                   on 2001/04/08  17:18:32
48840         Log: Regen toc.
48841      Branch: perl
48842            ! pod/perltoc.pod
48843 ____________________________________________________________________________
48844 [  9635] By: jhi                                   on 2001/04/08  17:16:33
48845         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
48846              From: "Craig A. Berry" <craigberry@mac.com>
48847              Date: Sun, 08 Apr 2001 12:30:16 -0500
48848              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
48849      Branch: perl
48850            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
48851 ____________________________________________________________________________
48852 [  9634] By: jhi                                   on 2001/04/08  17:09:19
48853         Log: Fix the perlmodlib generation (didn't understand separate .pod
48854              files; didn't understand -- as the name-thing separator).
48855              
48856              Update the CPAN mirrors list.
48857      Branch: perl
48858            ! pod/perlmodlib.PL pod/perlmodlib.pod
48859 ____________________________________________________________________________
48860 [  9633] By: jhi                                   on 2001/04/08  16:49:17
48861         Log: Sort MANIFEST.
48862      Branch: perl
48863            ! MANIFEST
48864 ____________________________________________________________________________
48865 [  9632] By: gsar                                  on 2001/04/08  16:36:06
48866         Log: add $Tie::RefHash::VERSION
48867      Branch: maint-5.6/perl
48868            ! lib/Tie/RefHash.pm
48869 ____________________________________________________________________________
48870 [  9631] By: jhi                                   on 2001/04/08  16:10:15
48871         Log: perl571delta updates based on p5p feedback; still needs
48872              lots of examples.
48873      Branch: perl
48874            ! pod/perl571delta.pod
48875 ____________________________________________________________________________
48876 [  9630] By: jhi                                   on 2001/04/08  15:59:13
48877         Log: Update the list of supported platforms to talk about 5.7.1
48878              (and 5.6.1)
48879      Branch: perl
48880            ! pod/perlport.pod
48881 ____________________________________________________________________________
48882 [  9629] By: jhi                                   on 2001/04/08  15:55:41
48883         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
48884              from maintperl into mainline: perlport updates.
48885      Branch: perl
48886            ! pod/perlport.pod
48887 ____________________________________________________________________________
48888 [  9628] By: jhi                                   on 2001/04/08  15:53:17
48889         Log: perlsolaris.pod copied to wrong directory.
48890      Branch: perl
48891            ! win32/makefile.mk
48892 ____________________________________________________________________________
48893 [  9627] By: jhi                                   on 2001/04/08  14:48:18
48894         Log: Subject: Typos in perl571delta.pod
48895              From: "Stephen P. Potter" <spp@spotter.yi.org>
48896              Date: Sat, 07 Apr 2001 20:37:05 -0400
48897              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
48898      Branch: perl
48899            ! pod/perl571delta.pod
48900 ____________________________________________________________________________
48901 [  9626] By: jhi                                   on 2001/04/08  14:39:04
48902         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
48903      Branch: perl
48904            ! gv.c
48905 ____________________________________________________________________________
48906 [  9625] By: nick                                  on 2001/04/08  10:14:23
48907         Log: Integrate mainline
48908      Branch: perlio
48909           +> pod/perl570delta.pod pod/perl571delta.pod
48910           !> (integrate 27 files)
48911 ____________________________________________________________________________
48912 [  9624] By: gsar                                  on 2001/04/08  06:08:17
48913         Log: test in t/pod/* were busted
48914              
48915              these tests are still not enabled in t/{harness,TEST}
48916      Branch: maint-5.6/perl
48917            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
48918            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
48919            ! t/pod/multiline_items.t t/pod/nested_items.t
48920            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
48921            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
48922 ____________________________________________________________________________
48923 [  9623] By: gsar                                  on 2001/04/08  03:37:01
48924         Log: integrate change#9470 from mainline
48925              
48926              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
48927      Branch: maint-5.6/perl
48928           !> ext/Socket/Socket.xs
48929 ____________________________________________________________________________
48930 [  9622] By: jhi                                   on 2001/04/07  22:40:47
48931         Log: Update Changes.
48932      Branch: perl
48933            ! Changes patchlevel.h
48934 ____________________________________________________________________________
48935 [  9621] By: jhi                                   on 2001/04/07  22:34:16
48936         Log: Update AUTHORS.
48937      Branch: perl
48938            ! AUTHORS
48939 ____________________________________________________________________________
48940 [  9620] By: jhi                                   on 2001/04/07  22:12:47
48941         Log: Forgot to bump the number of tests in #9164.
48942      Branch: perl
48943            ! t/op/array.t
48944 ____________________________________________________________________________
48945 [  9619] By: jhi                                   on 2001/04/07  22:09:50
48946         Log: Bump patchlevel to 5.7.1.
48947      Branch: perl
48948            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48949            ! config_h.SH patchlevel.h
48950 ____________________________________________________________________________
48951 [  9618] By: jhi                                   on 2001/04/07  22:02:41
48952         Log: Populate perl571delta.
48953      Branch: perl
48954            ! pod/perl571delta.pod
48955 ____________________________________________________________________________
48956 [  9617] By: jhi                                   on 2001/04/07  22:01:23
48957         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
48958              to forget it later; do not change patchlevel.h yet or regenerate
48959              Configure yet.
48960      Branch: perl
48961            ! epoc/config.sh win32/Makefile win32/config_H.bc
48962            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
48963 ____________________________________________________________________________
48964 [  9616] By: jhi                                   on 2001/04/07  17:46:33
48965         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
48966      Branch: perl
48967            ! pod/perl571delta.pod
48968 ____________________________________________________________________________
48969 [  9615] By: jhi                                   on 2001/04/07  17:33:21
48970         Log: Change the toc configuration.
48971      Branch: perl
48972            ! pod/buildtoc.PL pod/perl.pod
48973 ____________________________________________________________________________
48974 [  9614] By: jhi                                   on 2001/04/07  17:29:47
48975         Log: Subject: PATCH: $[
48976              From: Robin Houston <robin@kitsite.com>
48977              Date: Fri, 6 Apr 2001 18:10:14 +0100
48978              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
48979      Branch: perl
48980            ! op.c t/op/array.t
48981 ____________________________________________________________________________
48982 [  9613] By: jhi                                   on 2001/04/07  17:28:26
48983         Log: Subject: [PATCH perl@9424] isn't numeric warning
48984              From: Robin Barker <rmb1@cise.npl.co.uk>
48985              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
48986              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
48987      Branch: perl
48988            ! sv.c t/pragma/warn/sv
48989 ____________________________________________________________________________
48990 [  9612] By: jhi                                   on 2001/04/07  17:26:45
48991         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
48992              From: Mike Guy <mjtg@cam.ac.uk>
48993              Date: Fri, 06 Apr 2001 12:47:06 +0100
48994              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
48995      Branch: perl
48996            ! dump.c t/lib/peek.t
48997 ____________________________________________________________________________
48998 [  9611] By: jhi                                   on 2001/04/07  17:21:35
48999         Log: Create perl571delta and seed it off with the perldelta changes
49000              since 5.7.0; remove those changes from perldelta and rename it
49001              as perl570delta; recreate perldelta but leave it almost empty.
49002      Branch: perl
49003            + pod/perl570delta.pod pod/perl571delta.pod
49004            ! MANIFEST pod/perldelta.pod
49005 ____________________________________________________________________________
49006 [  9610] By: jhi                                   on 2001/04/07  16:56:32
49007         Log: Denit.
49008      Branch: perl
49009            ! pod/perldelta.pod
49010 ____________________________________________________________________________
49011 [  9609] By: jhi                                   on 2001/04/07  16:38:32
49012         Log: Retract #9523: needs more thought.
49013      Branch: perl
49014            ! Makefile.SH
49015 ____________________________________________________________________________
49016 [  9608] By: jhi                                   on 2001/04/07  14:59:20
49017         Log: atmark() code cleanaup.
49018      Branch: perl
49019            ! ext/IO/IO.xs
49020 ____________________________________________________________________________
49021 [  9607] By: jhi                                   on 2001/04/07  14:48:14
49022         Log: Integrate change #9605 from maintperl into mainline.
49023              
49024              can't optimize away scope entry if tr/// is present
49025      Branch: perl
49026           !> op.c t/op/tr.t
49027 ____________________________________________________________________________
49028 [  9606] By: jhi                                   on 2001/04/07  14:43:59
49029         Log: Integrate perlio.
49030      Branch: perl
49031           +> win32/FindExt.pm
49032           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
49033           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
49034 ____________________________________________________________________________
49035 [  9605] By: gsar                                  on 2001/04/07  11:52:40
49036         Log: can't optimize away scope entry if tr/// is present
49037      Branch: maint-5.6/perl
49038            ! op.c t/op/tr.t
49039 ____________________________________________________________________________
49040 [  9604] By: nick                                  on 2001/04/07  11:39:45
49041         Log: Split out extension finding code from buildext.pl into FindExt.pm
49042              Use it to get Config.pm's idea of available extensions in line
49043              with what is built.
49044      Branch: perlio
49045            + win32/FindExt.pm
49046            ! MANIFEST win32/buildext.pl win32/config_sh.PL
49047            ! win32/makefile.mk
49048 ____________________________________________________________________________
49049 [  9603] By: nick                                  on 2001/04/07  09:11:38
49050         Log: Cleanup correction for failed :Via() layer, also set an error code.
49051      Branch: perlio
49052            ! ext/PerlIO/Via/Via.xs
49053 ____________________________________________________________________________
49054 [  9602] By: nick                                  on 2001/04/07  08:38:04
49055         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
49056              style. So don't use binmode() on the handles so that Win32 etc. see
49057              same sequence and produce same digests.
49058      Branch: perlio
49059            ! t/lib/md5-file.t
49060 ____________________________________________________________________________
49061 [  9601] By: nick                                  on 2001/04/07  08:36:26
49062         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
49063              Else it complains and so crlf layer (say) does not get pushed.
49064      Branch: perlio
49065            ! perlio.c
49066 ____________________________________________________________________________
49067 [  9600] By: jhi                                   on 2001/04/06  23:00:09
49068         Log: Integrate change #9599 from perlio into mainline.
49069      Branch: perl
49070           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
49071           !> win32/config_H.vc
49072 ____________________________________________________________________________
49073 [  9599] By: nick                                  on 2001/04/06  21:42:43
49074         Log: Quote $VERSION in Encode.pm.
49075              regen_config_h as requested.
49076      Branch: perlio
49077            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
49078            ! win32/config_H.vc
49079 ____________________________________________________________________________
49080 [  9598] By: nick                                  on 2001/04/06  20:34:59
49081         Log: Integrate mainline
49082      Branch: perlio
49083           +> README.macos
49084           !> (integrate 39 files)
49085 ____________________________________________________________________________
49086 [  9597] By: gsar                                  on 2001/04/06  18:06:35
49087         Log: integrate change#9464 from mainline (addendum to change#8313)
49088              
49089              Subject: [PATCH @9452] Better peep()ing for foreach() loops
49090      Branch: maint-5.6/perl
49091           !> op.c
49092 ____________________________________________________________________________
49093 [  9596] By: jhi                                   on 2001/04/06  17:26:03
49094         Log: The d_casti32=undef is good for you even when not use64bitall.
49095      Branch: perl
49096            ! hints/hpux.sh
49097 ____________________________________________________________________________
49098 [  9595] By: gsar                                  on 2001/04/06  14:57:17
49099         Log: add a low-impact fix to accommodate darwin-ism
49100      Branch: maint-5.6/perl
49101            ! ext/Errno/Errno_pm.PL
49102 ____________________________________________________________________________
49103 [  9594] By: jhi                                   on 2001/04/06  14:55:14
49104         Log: Integrate changes #9528,9593 from mainline into maintperl;
49105              tweaking the editor/IDE/shell list.
49106      Branch: maint-5.6/perl
49107           !> pod/perlfaq3.pod
49108 ____________________________________________________________________________
49109 [  9593] By: jhi                                   on 2001/04/06  14:51:39
49110         Log: Make the editor/IDE/shell list a little bit airier.
49111      Branch: perl
49112            ! pod/perlfaq3.pod
49113 ____________________________________________________________________________
49114 [  9592] By: gsar                                  on 2001/04/06  14:45:18
49115         Log: integrate change#9477 from mainline (base.pm doc tweak)
49116              
49117              missing doc entry for fmod()
49118      Branch: maint-5.6/perl
49119            ! lib/Math/BigFloat.pm
49120           !> lib/base.pm
49121 ____________________________________________________________________________
49122 [  9591] By: jhi                                   on 2001/04/06  13:55:48
49123         Log: Regen toc.
49124      Branch: perl
49125            ! pod/perltoc.pod
49126 ____________________________________________________________________________
49127 [  9590] By: jhi                                   on 2001/04/06  13:54:52
49128         Log: Math::BigFloat patches from John Peacock.  The equivalent
49129              of #9586 from maintperl but reworked by John to work with
49130              the bleadperl.
49131      Branch: perl
49132            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
49133 ____________________________________________________________________________
49134 [  9589] By: jhi                                   on 2001/04/06  13:42:23
49135         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
49136      Branch: perl
49137            ! ext/Digest/MD5/Makefile.PL
49138 ____________________________________________________________________________
49139 [  9588] By: jhi                                   on 2001/04/06  13:31:45
49140         Log: Integrate changes #9584,9587 from maintperl into mainline.
49141              
49142              keep eval"" CVs alive until the end of the statement in which
49143              they're called
49144              
49145              add README.macos (from Chris Nandor)
49146              
49147              tyop in change#9555
49148      Branch: perl
49149           +> README.macos
49150           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
49151           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
49152           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
49153           !> win32/makefile.mk
49154 ____________________________________________________________________________
49155 [  9587] By: gsar                                  on 2001/04/06  07:31:30
49156         Log: add README.macos (from Chris Nandor)
49157              
49158              tyop in change#9555
49159      Branch: maint-5.6/perl
49160            + README.macos
49161            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
49162            ! win32/Makefile win32/makefile.mk
49163 ____________________________________________________________________________
49164 [  9586] By: gsar                                  on 2001/04/06  07:08:54
49165         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
49166      Branch: maint-5.6/perl
49167            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
49168 ____________________________________________________________________________
49169 [  9585] By: gsar                                  on 2001/04/06  06:58:44
49170         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
49171              from mainline
49172              
49173              Subject: [PATCH] Base64 update to perlfaq9.pod
49174              
49175              Subject: [PATCH AUTHORS] Housekeeping
49176              
49177              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
49178              Mac OS X (Darwin) has extra pwent fields.
49179              
49180              Subject: [PATCH B::*] print control-character vars readably
49181              Needs EBCDICification.
49182              
49183              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
49184              
49185              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
49186              
49187              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
49188              
49189              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
49190              
49191              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
49192              
49193              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
49194              
49195              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
49196              
49197              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
49198              
49199              FreeBSD hints tweak from Anton Berezin.
49200              
49201              Subject: [PATCH foolperl & bleadperl] README.vms update
49202              
49203              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
49204      Branch: maint-5.6/perl
49205           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
49206           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
49207           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
49208 ____________________________________________________________________________
49209 [  9584] By: gsar                                  on 2001/04/06  04:09:00
49210         Log: keep eval"" CVs alive until the end of the statement in which
49211              they're called; this avoids a coredump ensuing from search for
49212              lexicals in code such as:
49213              
49214              sub bug {
49215              my $s = @_;
49216              eval q[sub { eval 'sub { &$s }' }];
49217              }
49218              bug("x")->()->();
49219              
49220              this code still doesn't work as intended (as it has remained
49221              since time immemorial), but it doesn't provoke a coredump anymore
49222      Branch: maint-5.6/perl
49223            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
49224            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
49225 ____________________________________________________________________________
49226 [  9583] By: jhi                                   on 2001/04/05  23:52:51
49227         Log: Update Changes.
49228      Branch: perl
49229            ! Changes patchlevel.h
49230 ____________________________________________________________________________
49231 [  9582] By: jhi                                   on 2001/04/05  23:11:23
49232         Log: Slight doc tweak.
49233      Branch: perl
49234            ! pod/perlunicode.pod
49235 ____________________________________________________________________________
49236 [  9581] By: jhi                                   on 2001/04/05  23:04:11
49237         Log: Integrate perlio.
49238      Branch: perl
49239           !> pod/perlunicode.pod
49240 ____________________________________________________________________________
49241 [  9580] By: jhi                                   on 2001/04/05  23:03:29
49242         Log: Test for #9579.
49243      Branch: perl
49244            ! t/op/do.t
49245 ____________________________________________________________________________
49246 [  9579] By: jhi                                   on 2001/04/05  22:54:17
49247         Log: Subject: [PATCH] Propagate calling context for do '...'
49248              From: Gisle Aas <gisle@ActiveState.com>
49249              Date: 04 Apr 2001 20:17:29 -0700
49250              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
49251      Branch: perl
49252            ! pod/perlfunc.pod pp_ctl.c
49253 ____________________________________________________________________________
49254 [  9578] By: jhi                                   on 2001/04/05  22:52:51
49255         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
49256              From: Peter Prymmer <pvhp@forte.com>
49257              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
49258              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
49259      Branch: perl
49260            ! README.vms
49261 ____________________________________________________________________________
49262 [  9577] By: jhi                                   on 2001/04/05  22:48:22
49263         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
49264              From: "Craig A. Berry" <craigberry@mac.com>
49265              Date: Thu, 5 Apr 2001 13:43:28 -0500
49266              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
49267      Branch: perl
49268            ! README.vms
49269 ____________________________________________________________________________
49270 [  9576] By: jhi                                   on 2001/04/05  22:31:38
49271         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
49272              From: Michael G Schwern <schwern@pobox.com>
49273              Date: Thu, 5 Apr 2001 21:53:21 +0100
49274              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
49275      Branch: perl
49276            ! lib/base.pm t/lib/fields.t
49277 ____________________________________________________________________________
49278 [  9575] By: jhi                                   on 2001/04/05  22:26:10
49279         Log: FreeBSD hints tweak from Anton Berezin.
49280      Branch: perl
49281            ! hints/freebsd.sh
49282 ____________________________________________________________________________
49283 [  9574] By: jhi                                   on 2001/04/05  22:24:03
49284         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
49285              From: David Dyck <dcd@tc.fluke.com>
49286              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
49287              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
49288      Branch: perl
49289            ! t/op/oct.t
49290 ____________________________________________________________________________
49291 [  9573] By: jhi                                   on 2001/04/05  22:23:06
49292         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
49293              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
49294              From: David Dyck <dcd@tc.fluke.com>
49295              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
49296      Branch: perl
49297            ! pp.c
49298 ____________________________________________________________________________
49299 [  9572] By: jhi                                   on 2001/04/05  22:14:47
49300         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
49301              From: Robin Houston <robin@kitsite.com>
49302              Date: Thu, 5 Apr 2001 20:56:48 +0100
49303              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
49304      Branch: perl
49305            ! ext/B/B/Deparse.pm
49306 ____________________________________________________________________________
49307 [  9571] By: jhi                                   on 2001/04/05  22:12:53
49308         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
49309              From: Robin Houston <robin@kitsite.com>
49310              Date: Thu, 5 Apr 2001 19:55:51 +0100
49311              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
49312      Branch: perl
49313            ! ext/B/B/Deparse.pm
49314 ____________________________________________________________________________
49315 [  9570] By: jhi                                   on 2001/04/05  22:11:06
49316         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
49317              From: Robin Houston <robin@kitsite.com>
49318              Date: Thu, 5 Apr 2001 20:16:29 +0100
49319              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
49320      Branch: perl
49321            ! ext/B/B/Deparse.pm
49322 ____________________________________________________________________________
49323 [  9569] By: nick                                  on 2001/04/05  21:32:26
49324         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
49325      Branch: perlio
49326            ! pod/perlunicode.pod
49327 ____________________________________________________________________________
49328 [  9568] By: nick                                  on 2001/04/05  19:38:09
49329         Log: Integrate mainline
49330      Branch: perlio
49331           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
49332           !> (integrate 35 files)
49333 ____________________________________________________________________________
49334 [  9567] By: jhi                                   on 2001/04/05  18:31:45
49335         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
49336              From: Robin Houston <robin@kitsite.com>
49337              Date: Thu, 5 Apr 2001 18:03:23 +0100
49338              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
49339      Branch: perl
49340            ! ext/B/B/Deparse.pm
49341 ____________________________________________________________________________
49342 [  9566] By: jhi                                   on 2001/04/05  18:29:35
49343         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
49344              From: Robin Houston <robin@kitsite.com>
49345              Date: Thu, 5 Apr 2001 16:45:18 +0100
49346              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
49347      Branch: perl
49348            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
49349 ____________________________________________________________________________
49350 [  9565] By: jhi                                   on 2001/04/05  18:24:23
49351         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
49352              From: Robin Houston <robin@kitsite.com>
49353              Date: Thu, 5 Apr 2001 14:50:09 +0100
49354              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
49355      Branch: perl
49356            ! ext/B/B/Deparse.pm
49357 ____________________________________________________________________________
49358 [  9564] By: jhi                                   on 2001/04/05  18:23:03
49359         Log: Subject: [PATCH B::*] print control-character vars readably
49360              From: Robin Houston <robin@kitsite.com>
49361              Date: Thu, 5 Apr 2001 14:27:38 +0100
49362              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
49363              
49364              Needs EBCDICification.
49365      Branch: perl
49366            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
49367            ! ext/B/B/Terse.pm
49368 ____________________________________________________________________________
49369 [  9563] By: jhi                                   on 2001/04/05  18:20:32
49370         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
49371              Date: Thu, 5 Apr 2001 13:21:42 -0400
49372              From: Paul Schinder <schinder@pobox.com>
49373              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
49374              
49375              Mac OS X (Darwin) has extra pwent fields.
49376      Branch: perl
49377            ! t/op/pwent.t
49378 ____________________________________________________________________________
49379 [  9562] By: jhi                                   on 2001/04/05  17:57:51
49380         Log: Regen toc.
49381      Branch: perl
49382            ! pod/perltoc.pod
49383 ____________________________________________________________________________
49384 [  9561] By: jhi                                   on 2001/04/05  17:47:33
49385         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
49386      Branch: metaconfig
49387            ! U/Glossary.patch
49388      Branch: metaconfig/U/perl
49389            + d_u32align.U
49390            ! d_cmsghdr_s.U d_msghdr_s.U
49391 ____________________________________________________________________________
49392 [  9560] By: jhi                                   on 2001/04/05  17:47:01
49393         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
49394              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
49395              Introduce probes for struct msghdr, struct cmsghdr,
49396              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
49397              ualarm, usleep, for possible later extension work.
49398      Branch: perl
49399            + t/lib/md5-align.t
49400            ! Configure MANIFEST Porting/Glossary Porting/config.sh
49401            ! Porting/config_H config_h.SH configure.com epoc/config.sh
49402            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
49403            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
49404            ! vos/config.ga.h win32/config.bc win32/config.gc
49405            ! win32/config.vc
49406 ____________________________________________________________________________
49407 [  9559] By: jhi                                   on 2001/04/05  13:03:04
49408         Log: Be traditional in your cpp (for the Errno extension).
49409      Branch: perl
49410            ! hints/darwin.sh
49411 ____________________________________________________________________________
49412 [  9558] By: jhi                                   on 2001/04/05  13:00:05
49413         Log: Add $Config{cppflags} to the gcc incantation.
49414      Branch: perl
49415            ! ext/Errno/Errno_pm.PL
49416 ____________________________________________________________________________
49417 [  9557] By: jhi                                   on 2001/04/05  04:22:39
49418         Log: Introduce Sean Burke's Class::ISA 0.32.
49419      Branch: perl
49420            + lib/Class/ISA.pm t/lib/class-isa.t
49421            ! MANIFEST
49422 ____________________________________________________________________________
49423 [  9556] By: jhi                                   on 2001/04/05  04:09:50
49424         Log: Subject: [PATCH AUTHORS] Housekeeping
49425              From: Paul Johnson <paul@pjcj.net> 
49426              Date: Wed, 4 Apr 2001 22:45:47 +0200
49427              Message-ID: <20010404224547.D9548@pjcj.net>
49428      Branch: perl
49429            ! AUTHORS
49430 ____________________________________________________________________________
49431 [  9555] By: jhi                                   on 2001/04/05  04:06:33
49432         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
49433              From: Gisle Aas <gisle@ActiveState.com>
49434              Date: 04 Apr 2001 14:23:04 -0700
49435              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
49436      Branch: perl
49437            ! pod/perlfaq9.pod
49438 ____________________________________________________________________________
49439 [  9554] By: jhi                                   on 2001/04/05  04:05:49
49440         Log: Downgrade also the "Wide character" diagnostic.
49441      Branch: perl
49442            ! pod/perldiag.pod
49443 ____________________________________________________________________________
49444 [  9553] By: jhi                                   on 2001/04/05  04:00:33
49445         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
49446              maintperl into mainline.
49447              
49448              "double" should be "NV"; standard typemap is missing entry
49449              for NV
49450              
49451              s/djSP/dSP/
49452              
49453              Downgrade "Wide character in print" to a warning.
49454              
49455              B::Deparse fix for ${^FOO} and documentation for PVX() method
49456              (from Robin Houston)
49457              
49458              tr/// doesn't null-terminate the result in some situations
49459              (from Gisle Aas)
49460      Branch: perl
49461           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
49462           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
49463           !> t/io/utf8.t t/op/tr.t
49464 ____________________________________________________________________________
49465 [  9552] By: jhi                                   on 2001/04/05  03:52:50
49466         Log: Retract changes #9542 and #9538 (from maintperl, integrated
49467              at #9540), shouldn't be needed because of the perlio changes.
49468      Branch: perl
49469            ! util.c
49470 ____________________________________________________________________________
49471 [  9551] By: gsar                                  on 2001/04/05  00:18:34
49472         Log: tr/// doesn't null-terminate the result in some situations
49473              (from Gisle Aas)
49474      Branch: maint-5.6/perl
49475            ! doop.c t/op/tr.t
49476 ____________________________________________________________________________
49477 [  9550] By: gsar                                  on 2001/04/04  20:04:17
49478         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
49479              (from Robin Houston)
49480      Branch: maint-5.6/perl
49481            ! ext/B/B.pm ext/B/B/Deparse.pm
49482 ____________________________________________________________________________
49483 [  9549] By: nick                                  on 2001/04/04  18:56:15
49484         Log: Downgrade "Wide character in print" to a warning.
49485      Branch: perlio
49486            ! doio.c t/io/utf8.t
49487 ____________________________________________________________________________
49488 [  9548] By: gsar                                  on 2001/04/04  18:51:49
49489         Log: integrate changes#9460,9462,9482,9521,9522
49490              
49491              Subject: PATCH: B::Debug should show LOOP-specific fields
49492              
49493              Subject: B::Deparse precedence bug. (Patch included.)
49494              
49495              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
49496              
49497              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
49498              
49499              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
49500      Branch: maint-5.6/perl
49501           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
49502           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
49503 ____________________________________________________________________________
49504 [  9547] By: gsar                                  on 2001/04/04  18:49:16
49505         Log: s/djSP/dSP/
49506      Branch: maint-5.6/perl
49507            ! ext/Thread/Thread.xs
49508 ____________________________________________________________________________
49509 [  9546] By: nick                                  on 2001/04/04  18:44:00
49510         Log: Integrate mainline.
49511      Branch: perlio
49512           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
49513           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
49514 ____________________________________________________________________________
49515 [  9545] By: gsar                                  on 2001/04/04  18:38:52
49516         Log: integrate change#8837 from mainline
49517              
49518              Subject: [patch] -Wall cleanup round 2
49519      Branch: maint-5.6/perl
49520           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
49521           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
49522           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
49523           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
49524           !> ext/SDBM_File/SDBM_File.xs
49525 ____________________________________________________________________________
49526 [  9544] By: gsar                                  on 2001/04/04  17:49:57
49527         Log: "double" should be "NV"; standard typemap is missing entry
49528              for NV
49529      Branch: maint-5.6/perl
49530            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
49531 ____________________________________________________________________________
49532 [  9543] By: jhi                                   on 2001/04/04  14:13:18
49533         Log: Thou shalt not (just) match for English error messages.
49534      Branch: perl
49535            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
49536            ! os2/OS2/Process/Process.pm
49537 ____________________________________________________________________________
49538 [  9542] By: jhi                                   on 2001/04/04  13:20:39
49539         Log: Make the stdio tricks of fflush_all() to exist only if
49540              stdio is being used.
49541      Branch: perl
49542            ! util.c
49543 ____________________________________________________________________________
49544 [  9541] By: jhi                                   on 2001/04/04  04:20:24
49545         Log: Subject: Re: [PATCH] Lighten up glob
49546              From: Benjamin Sugars <bsugars@canoe.ca>
49547              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
49548              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
49549      Branch: perl
49550            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
49551            ! util.c
49552 ____________________________________________________________________________
49553 [  9540] By: jhi                                   on 2001/04/04  04:03:57
49554         Log: Integrate changes #9538,9539 from maintperl into mainline.
49555              
49556              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
49557              for use with _fwalk() (fix for change#7705)
49558              
49559              another tweak needed for SunOS 4.1.x build (from Mike Guy)
49560              (cp -f is not portable)
49561      Branch: perl
49562           !> Makefile.SH util.c
49563 ____________________________________________________________________________
49564 [  9539] By: gsar                                  on 2001/04/04  03:01:14
49565         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
49566      Branch: maint-5.6/perl
49567            ! Makefile.SH
49568 ____________________________________________________________________________
49569 [  9538] By: gsar                                  on 2001/04/04  01:00:38
49570         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
49571              for use with _fwalk() (fix for change#7705)
49572      Branch: maint-5.6/perl
49573            ! util.c
49574 ____________________________________________________________________________
49575 [  9537] By: nick                                  on 2001/04/03  19:24:55
49576         Log: Integrate mainline
49577      Branch: perlio
49578           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
49579           +> lib/unicode/PropList.html
49580            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
49581           !> (integrate 69 files)
49582 ____________________________________________________________________________
49583 [  9536] By: jhi                                   on 2001/04/03  18:02:31
49584         Log: Integrate change #9533 from maintperl into mainline.
49585              
49586              better fix for change#9517 to accomodate UNC paths like
49587              \\server\share\foo, and paths with trailing backslash
49588              like c:\this\
49589      Branch: perl
49590           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
49591 ____________________________________________________________________________
49592 [  9535] By: jhi                                   on 2001/04/03  17:58:07
49593         Log: Change the push/unshift warning to be of class syntax, not misc.
49594      Branch: perl
49595            ! op.c pod/perldiag.pod t/pragma/warn/op
49596 ____________________________________________________________________________
49597 [  9534] By: jhi                                   on 2001/04/03  15:03:46
49598         Log: Change the push/unshift warning (#9532) to talk about "no values"
49599              instead of "no arguments".
49600      Branch: perl
49601            ! op.c pod/perldiag.pod t/pragma/warn/op
49602 ____________________________________________________________________________
49603 [  9533] By: gsar                                  on 2001/04/03  14:30:07
49604         Log: better fix for change#9517 to accomodate UNC paths like
49605              \\server\share\foo, and paths with trailing backslash
49606              like c:\this\
49607      Branch: maint-5.6/perl
49608            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
49609 ____________________________________________________________________________
49610 [  9532] By: jhi                                   on 2001/04/03  13:11:46
49611         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
49612              From: Robin Houston <robin@kitsite.com>
49613              Date: Mon, 2 Apr 2001 15:03:29 +0100
49614              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
49615      Branch: perl
49616            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
49617 ____________________________________________________________________________
49618 [  9531] By: jhi                                   on 2001/04/03  13:06:34
49619         Log: Integrate change #9530 from maintperl into mainline.
49620              
49621              accomodate VMS "mailbox overflow" quirk in testsuite (from
49622              Craig Berry)
49623      Branch: perl
49624           !> t/lib/socket.t
49625 ____________________________________________________________________________
49626 [  9530] By: gsar                                  on 2001/04/03  04:56:41
49627         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
49628              Craig Berry)
49629      Branch: maint-5.6/perl
49630            ! t/lib/socket.t
49631 ____________________________________________________________________________
49632 [  9529] By: jhi                                   on 2001/04/03  02:34:34
49633         Log: Update Changes.
49634      Branch: perl
49635            ! Changes patchlevel.h
49636 ____________________________________________________________________________
49637 [  9528] By: jhi                                   on 2001/04/03  01:27:57
49638         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
49639              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
49640              To: perl5-porters@perl.org
49641              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
49642      Branch: perl
49643            ! pod/perlfaq3.pod
49644 ____________________________________________________________________________
49645 [  9527] By: jhi                                   on 2001/04/03  01:22:09
49646         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
49647              From: Peter Prymmer <pvhp@forte.com>
49648              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
49649              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
49650      Branch: perl
49651            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
49652 ____________________________________________________________________________
49653 [  9526] By: jhi                                   on 2001/04/03  01:18:25
49654         Log: The metaconfig unit changes for #9525.
49655      Branch: metaconfig
49656            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
49657      Branch: metaconfig/U/perl
49658            ! use64bits.U
49659 ____________________________________________________________________________
49660 [  9525] By: jhi                                   on 2001/04/03  01:17:30
49661         Log: Configure sanity checks:
49662              * if use64bitall is attempted but pointers are only 32-bit,
49663              'downgrade' to use64bitint
49664              * if use64bitint is attempted but there's no quad type,
49665              forget about use64bitint (well, the default for it is 'n',
49666              the user can still override this)
49667              * if pointers are 64 bits, do not try to use Perl's malloc
49668      Branch: perl
49669            ! Configure
49670 ____________________________________________________________________________
49671 [  9524] By: gsar                                  on 2001/04/03  01:09:12
49672         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
49673      Branch: maint-5.6/perl
49674            ! pp_sys.c
49675 ____________________________________________________________________________
49676 [  9523] By: jhi                                   on 2001/04/03  00:02:31
49677         Log: (Retracted by #9609)
49678              
49679              Make it harder for parallel makes to enter 'test' before
49680              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
49681              should be unhappy enough, but sometimes parallel makes seem
49682              to sneak past both in Tru64 and AIX.)
49683      Branch: perl
49684            ! Makefile.SH
49685 ____________________________________________________________________________
49686 [  9522] By: jhi                                   on 2001/04/02  22:35:31
49687         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
49688              Date: Mon, 2 Apr 2001 22:54:10 +0100
49689              From: Robin Houston <robin@kitsite.com>
49690              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
49691      Branch: perl
49692            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
49693 ____________________________________________________________________________
49694 [  9521] By: jhi                                   on 2001/04/02  22:32:23
49695         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
49696              From: Robin Houston <robin@kitsite.com>
49697              Date: Mon, 2 Apr 2001 20:24:03 +0100
49698              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
49699      Branch: perl
49700            ! ext/B/B/Concise.pm
49701 ____________________________________________________________________________
49702 [  9520] By: jhi                                   on 2001/04/02  22:30:43
49703         Log: Subject: [PATCH] REALLY pedantic hv.h nit
49704              From: Simon Cozens <simon@netthink.co.uk>
49705              Date: Mon, 2 Apr 2001 15:43:06 +0100
49706              Message-ID: <20010402154306.A21711@netthink.co.uk>
49707      Branch: perl
49708            ! hv.h
49709 ____________________________________________________________________________
49710 [  9519] By: jhi                                   on 2001/04/02  22:28:04
49711         Log: Based on
49712              
49713              Subject: [foolperl] EPOC fix
49714              From: Olaf Flebbe <O.Flebbe@science-computing.de>
49715              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
49716              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
49717      Branch: perl
49718            ! pp_sys.c
49719 ____________________________________________________________________________
49720 [  9518] By: jhi                                   on 2001/04/02  22:22:34
49721         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
49722              
49723              README.win32 tweaks; add a note about alternative location for
49724              getting a gcc-2.95.2 that will build perl properly on windows
49725              
49726              add some notes about gutsy threading matters
49727              
49728              many of the utilities interpolate literal paths within doublequotes
49729              (fails on dosish platforms where path contains backslashes)
49730      Branch: perl
49731           !> README.win32 pod/perlguts.pod utils/perldoc.PL
49732           !> x2p/find2perl.PL x2p/s2p.PL
49733 ____________________________________________________________________________
49734 [  9517] By: gsar                                  on 2001/04/02  19:52:21
49735         Log: many of the utilities interpolate literal paths within doublequotes
49736              (fails on dosish platforms where path contains backslashes)
49737      Branch: maint-5.6/perl
49738            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
49739 ____________________________________________________________________________
49740 [  9516] By: gsar                                  on 2001/04/02  05:49:37
49741         Log: a foolish release
49742      Branch: maint-5.6/perl
49743            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
49744            ! pod/perltoc.pod
49745 ____________________________________________________________________________
49746 [  9515] By: gsar                                  on 2001/04/02  05:04:29
49747         Log: add missing changelog summaries
49748      Branch: maint-5.6/perl
49749            ! Changes
49750 ____________________________________________________________________________
49751 [  9514] By: gsar                                  on 2001/04/02  04:07:13
49752         Log: add some notes about gutsy threading matters
49753      Branch: maint-5.6/perl
49754            ! pod/perlguts.pod
49755 ____________________________________________________________________________
49756 [  9513] By: gsar                                  on 2001/04/02  03:25:21
49757         Log: add more prominent caveat notices about experimental features
49758      Branch: maint-5.6/perl
49759            ! pod/perlfork.pod pod/perlunicode.pod
49760 ____________________________________________________________________________
49761 [  9512] By: gsar                                  on 2001/04/02  02:54:33
49762         Log: integrate changes#9479,9509 from mainline
49763              
49764              [PATCH] File::Glob stuff for Mac OS
49765              
49766              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
49767      Branch: maint-5.6/perl
49768           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
49769           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
49770           !> t/lib/glob-taint.t
49771 ____________________________________________________________________________
49772 [  9511] By: gsar                                  on 2001/04/02  02:38:24
49773         Log: README.win32 tweaks; add a note about alternative location for
49774              getting a gcc-2.95.2 that will build perl properly on windows
49775      Branch: maint-5.6/perl
49776            ! README.win32
49777 ____________________________________________________________________________
49778 [  9510] By: jhi                                   on 2001/04/01  20:45:10
49779         Log: An ambiguousity warning.
49780      Branch: perl
49781            ! t/lib/trig.t
49782 ____________________________________________________________________________
49783 [  9509] By: jhi                                   on 2001/04/01  19:53:47
49784         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
49785              From: Jonathan Stowe <gellyfish@gellyfish.com>
49786              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
49787              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
49788      Branch: perl
49789            ! ext/File/Glob/bsd_glob.c
49790 ____________________________________________________________________________
49791 [  9508] By: jhi                                   on 2001/04/01  19:35:03
49792         Log: Update Changes.
49793      Branch: perl
49794            ! Changes patchlevel.h
49795 ____________________________________________________________________________
49796 [  9507] By: jhi                                   on 2001/04/01  19:24:01
49797         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
49798              from mainline to maintperl: pod tweaks.
49799      Branch: maint-5.6/perl
49800           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
49801           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
49802           !> pod/perlvar.pod
49803 ____________________________________________________________________________
49804 [  9506] By: jhi                                   on 2001/04/01  19:11:53
49805         Log: Commit Sarathy to April release of 5.6.1 :-)
49806      Branch: perl
49807            ! pod/perlfaq1.pod
49808 ____________________________________________________________________________
49809 [  9505] By: jhi                                   on 2001/04/01  19:03:15
49810         Log: Subject: PATCH 5.6.0 (perldebug.pod)
49811              From: Mark-Jason Dominus <mjd@plover.com>
49812              Date: Sun, 01 Apr 2001 14:25:11 -0400
49813              Message-ID: <20010401182511.9247.qmail@plover.com>
49814      Branch: perl
49815            ! pod/perldebug.pod
49816 ____________________________________________________________________________
49817 [  9504] By: jhi                                   on 2001/04/01  18:43:09
49818         Log: Add great_circle_direction().
49819      Branch: perl
49820            ! lib/Math/Trig.pm t/lib/trig.t
49821 ____________________________________________________________________________
49822 [  9503] By: jhi                                   on 2001/04/01  17:29:12
49823         Log: Unicode ReadMe update for Unicode 3.1.
49824      Branch: perl
49825            ! lib/unicode/ReadMe.txt
49826 ____________________________________________________________________________
49827 [  9502] By: jhi                                   on 2001/04/01  17:18:40
49828         Log: Integrate change #9501 from maintperl into mainline.
49829              
49830              fix the perlembed notes on multiple interpreters
49831              
49832              fix ExtUtils::Embed to work passably on Windows
49833      Branch: perl
49834           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
49835 ____________________________________________________________________________
49836 [  9501] By: gsar                                  on 2001/04/01  07:21:57
49837         Log: fix the perlembed notes on multiple interpreters
49838              
49839              fix ExtUtils::Embed to work passably on Windows
49840      Branch: maint-5.6/perl
49841            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
49842 ____________________________________________________________________________
49843 [  9500] By: jhi                                   on 2001/04/01  05:58:23
49844         Log: Test for #9499.
49845      Branch: perl
49846            ! t/op/tr.t
49847 ____________________________________________________________________________
49848 [  9499] By: jhi                                   on 2001/04/01  05:55:46
49849         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
49850      Branch: perl
49851            ! embed.h embed.pl op.c proto.h
49852 ____________________________________________________________________________
49853 [  9498] By: jhi                                   on 2001/04/01  05:44:34
49854         Log: Protect the workaround hunk more.
49855      Branch: perl
49856            ! toke.c
49857 ____________________________________________________________________________
49858 [  9497] By: jhi                                   on 2001/04/01  00:24:25
49859         Log: Integrate changes #9493,9494,9495,9496 from maintperl
49860              into mainline.
49861              
49862              fix a broken workaround for Borland compiler in change#4739
49863              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
49864              
49865              nits spotted by Borland compiler
49866              
49867              avoid redefinition warnings under Borland 5.02
49868              
49869              various nits identified by the Borland 5.5 compiler; remove suppression
49870              of a few warnings
49871      Branch: perl
49872           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
49873           !> win32/win32.h
49874 ____________________________________________________________________________
49875 [  9496] By: gsar                                  on 2001/03/31  23:22:28
49876         Log: various nits identified by the Borland 5.5 compiler; remove suppression
49877              of a few warnings
49878      Branch: maint-5.6/perl
49879            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
49880 ____________________________________________________________________________
49881 [  9495] By: gsar                                  on 2001/03/31  21:03:08
49882         Log: avoid redefinition warnings under Borland 5.02
49883      Branch: maint-5.6/perl
49884            ! win32/makefile.mk
49885 ____________________________________________________________________________
49886 [  9494] By: gsar                                  on 2001/03/31  20:18:59
49887         Log: nits spotted by Borland compiler
49888      Branch: maint-5.6/perl
49889            ! utf8.h win32/win32.h
49890 ____________________________________________________________________________
49891 [  9493] By: gsar                                  on 2001/03/31  20:18:05
49892         Log: fix a broken workaround for Borland compiler in change#4739
49893              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
49894      Branch: maint-5.6/perl
49895            ! toke.c
49896 ____________________________________________________________________________
49897 [  9492] By: jhi                                   on 2001/03/31  18:36:24
49898         Log: Integrate change #9491 from maintperl into mainline.
49899              
49900              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
49901              directory is relative (need to fetch the full path name *before*
49902              the chdir!)
49903      Branch: perl
49904           !> lib/Cwd.pm
49905 ____________________________________________________________________________
49906 [  9491] By: gsar                                  on 2001/03/31  17:01:56
49907         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
49908              directory is relative (need to fetch the full path name *before*
49909              the chdir!)
49910              
49911              this is a followup patch for change#6749
49912      Branch: maint-5.6/perl
49913            ! lib/Cwd.pm
49914 ____________________________________________________________________________
49915 [  9490] By: jhi                                   on 2001/03/31  15:50:18
49916         Log: Subject: Re: [PATCH] av.h cosmetics
49917              From: Simon Cozens <simon@netthink.co.uk>
49918              Date: Sat, 31 Mar 2001 13:09:59 +0100
49919              Message-ID: <20010331130959.A22000@netthink.co.uk>
49920              
49921              Document AvALLOC.
49922      Branch: perl
49923            ! pod/perlguts.pod
49924 ____________________________________________________________________________
49925 [  9489] By: jhi                                   on 2001/03/31  15:48:44
49926         Log: Subject: [PATCH] Re: Math::Big* v1.21
49927              From: Tels <perl_dummy@bloodgate.com>
49928              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
49929              Message-Id: <200103311125.GAA377738@www08.hway.net>
49930      Branch: perl
49931            ! pod/perlop.pod
49932 ____________________________________________________________________________
49933 [  9488] By: jhi                                   on 2001/03/31  03:39:51
49934         Log: Debug output tweak.
49935      Branch: perl
49936            ! t/lib/cwd.t
49937 ____________________________________________________________________________
49938 [  9487] By: jhi                                   on 2001/03/31  03:33:02
49939         Log: OverVMSification.
49940      Branch: perl
49941            ! t/lib/cwd.t
49942 ____________________________________________________________________________
49943 [  9486] By: jhi                                   on 2001/03/31  03:01:40
49944         Log: Missed MANIFESTations in #9483.
49945      Branch: perl
49946            ! MANIFEST
49947 ____________________________________________________________________________
49948 [  9485] By: jhi                                   on 2001/03/31  02:58:17
49949         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
49950              From: Peter Prymmer <pvhp@forte.com>
49951              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
49952              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
49953      Branch: perl
49954            ! regexec.c t/lib/cwd.t
49955 ____________________________________________________________________________
49956 [  9484] By: jhi                                   on 2001/03/31  01:04:41
49957         Log: Obsolete file (see #3938)
49958      Branch: perl
49959            - lib/unicode/README.Ethiopic
49960            ! MANIFEST
49961 ____________________________________________________________________________
49962 [  9483] By: jhi                                   on 2001/03/31  00:52:42
49963         Log: Update to Unicode 3.1.
49964              (Rename Names.txt to NamesList.txt.)
49965      Branch: perl
49966            + lib/unicode/NamesList.txt lib/unicode/PropList.html
49967            - lib/unicode/Names.txt
49968            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
49969            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
49970            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
49971            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
49972            ! lib/unicode/UCD.html lib/unicode/Unicode.html
49973            ! lib/unicode/rename lib/unicode/version
49974 ____________________________________________________________________________
49975 [  9482] By: jhi                                   on 2001/03/30  23:33:44
49976         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
49977              From: Robin Houston <robin@kitsite.com>
49978              Date: Fri, 30 Mar 2001 20:07:22 +0100
49979              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
49980      Branch: perl
49981            ! ext/B/B/Deparse.pm
49982 ____________________________________________________________________________
49983 [  9481] By: jhi                                   on 2001/03/30  23:20:25
49984         Log: Subject: Re: [PATCH] CwdXS, Take 2
49985              From: Benjamin Sugars <bsugars@canoe.ca>
49986              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
49987              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
49988      Branch: perl
49989            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
49990            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
49991 ____________________________________________________________________________
49992 [  9480] By: jhi                                   on 2001/03/30  22:52:38
49993         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
49994              From: David Dyck <dcd@tc.fluke.com>
49995              Date: Fri, 30 Mar 2001 14:44:13 -0800
49996              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
49997              
49998              The t/rantests flags file creation was accidentally
49999              removed by #9217.
50000      Branch: perl
50001            ! Makefile.SH
50002 ____________________________________________________________________________
50003 [  9479] By: jhi                                   on 2001/03/30  22:45:45
50004         Log: Subject: [PATCH] File::Glob stuff for Mac OS
50005              From: Chris Nandor <pudge@pobox.com>
50006              Date: Fri, 30 Mar 2001 16:51:00 -0500
50007              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
50008      Branch: perl
50009            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
50010            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
50011            ! t/lib/glob-taint.t
50012 ____________________________________________________________________________
50013 [  9478] By: jhi                                   on 2001/03/30  22:43:12
50014         Log: Subject: fix for win32/buildext.pl
50015              From: "Vadim Konovalov" <watman@inbox.ru>
50016              Date: Sat, 31 Mar 2001 00:50:36 +0400
50017              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
50018      Branch: perl
50019            ! win32/buildext.pl
50020 ____________________________________________________________________________
50021 [  9477] By: jhi                                   on 2001/03/30  22:41:16
50022         Log: Subject: small base.pm doc patch
50023              From: Leon Brocard <acme@astray.com>
50024              Date: Fri, 30 Mar 2001 21:49:57 +0100
50025              Message-ID: <20010330214957.B8733@ns0.astray.com>
50026      Branch: perl
50027            ! lib/base.pm
50028 ____________________________________________________________________________
50029 [  9476] By: jhi                                   on 2001/03/30  18:16:57
50030         Log: Subject: [PATCH] av.h cosmetics
50031              From: Simon Cozens <simon@netthink.co.uk>
50032              Date: Fri, 30 Mar 2001 18:12:28 +0100
50033              Message-ID: <20010330181228.A9319@netthink.co.uk>
50034      Branch: perl
50035            ! av.h
50036 ____________________________________________________________________________
50037 [  9475] By: jhi                                   on 2001/03/30  18:15:50
50038         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
50039              From: "Philip Newton" <pnewton@gmx.de>
50040              Date: Fri, 30 Mar 2001 19:06:57 +0200
50041              Message-ID: <3AC4D951.14815.1AC7068@localhost>
50042      Branch: perl
50043            ! pod/perlhack.pod
50044 ____________________________________________________________________________
50045 [  9474] By: jhi                                   on 2001/03/30  18:14:02
50046         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
50047              From: Benjamin Sugars <bsugars@canoe.ca>
50048              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
50049              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
50050      Branch: perl
50051            ! t/lib/glob-basic.t
50052 ____________________________________________________________________________
50053 [  9473] By: jhi                                   on 2001/03/30  16:09:24
50054         Log: Update Changes.
50055      Branch: perl
50056            ! Changes patchlevel.h
50057 ____________________________________________________________________________
50058 [  9472] By: jhi                                   on 2001/03/30  15:16:08
50059         Log: Integrate perlio.
50060      Branch: perl
50061           !> t/lib/cwd.t t/lib/glob-basic.t
50062 ____________________________________________________________________________
50063 [  9471] By: nick                                  on 2001/03/30  14:47:10
50064         Log: Should be (^O eq 'MSWin32') not 'Win32'
50065              Fail #12 seems real - chdir is in wrong dir.
50066      Branch: perlio
50067            ! t/lib/cwd.t
50068 ____________________________________________________________________________
50069 [  9470] By: jhi                                   on 2001/03/30  14:41:11
50070         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
50071              From: Radu Greab <radu@netsoft.ro>
50072              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
50073              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
50074              
50075              Replace #9352.
50076      Branch: perl
50077            ! ext/Socket/Socket.xs pp_sys.c
50078 ____________________________________________________________________________
50079 [  9469] By: jhi                                   on 2001/03/30  14:37:51
50080         Log: Subject: PATCH pod/perldiag.pod
50081              From: Robin Houston <robin@kitsite.com>
50082              Date: Fri, 30 Mar 2001 14:10:36 +0100
50083              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
50084      Branch: perl
50085            ! pod/perldiag.pod t/lib/glob-basic.t
50086 ____________________________________________________________________________
50087 [  9468] By: jhi                                   on 2001/03/30  14:36:36
50088         Log: Subject: Better diagnostic in io/fs.t
50089              From: andreas.koenig@anima.de (Andreas J. Koenig)
50090              Date: 30 Mar 2001 10:11:43 +0200
50091              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
50092      Branch: perl
50093            ! t/io/fs.t
50094 ____________________________________________________________________________
50095 [  9467] By: nick                                  on 2001/03/30  14:25:43
50096         Log: Skip order test of glob if case-ignoring system cannot 
50097              create a.test and A.test
50098      Branch: perlio
50099            ! t/lib/glob-basic.t
50100 ____________________________________________________________________________
50101 [  9466] By: nick                                  on 2001/03/30  13:03:12
50102         Log: Integrate mainline.
50103      Branch: perlio
50104            - ext/re/hints/aix.pl
50105           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
50106           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
50107           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
50108           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
50109 ____________________________________________________________________________
50110 [  9465] By: jhi                                   on 2001/03/30  03:53:37
50111         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
50112              the tests sometimes hang, sometimes not.)
50113      Branch: perl
50114            ! t/lib/io_multihomed.t t/lib/io_sock.t
50115 ____________________________________________________________________________
50116 [  9464] By: jhi                                   on 2001/03/30  02:56:04
50117         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
50118              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
50119              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
50120              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
50121      Branch: perl
50122            ! op.c
50123 ____________________________________________________________________________
50124 [  9463] By: jhi                                   on 2001/03/30  02:34:48
50125         Log: Test for #9462.
50126      Branch: perl
50127            ! t/lib/b.t
50128 ____________________________________________________________________________
50129 [  9462] By: jhi                                   on 2001/03/30  02:29:37
50130         Log: Subject: B::Deparse precedence bug. (Patch included.)
50131              From: Jeremy Madea <jmadea@inktomi.com>
50132              Date: Thu, 29 Mar 2001 12:05:02 -0800
50133              Message-ID: <20010329120502.A24881@dr.inktomi.com>
50134      Branch: perl
50135            ! ext/B/B/Deparse.pm
50136 ____________________________________________________________________________
50137 [  9461] By: jhi                                   on 2001/03/30  02:18:41
50138         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
50139              From: Peter Prymmer <pvhp@forte.com>
50140              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
50141              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
50142      Branch: perl
50143            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
50144            ! t/lib/md5-file.t
50145 ____________________________________________________________________________
50146 [  9460] By: jhi                                   on 2001/03/30  02:17:07
50147         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
50148              From: Robin Houston <robin@kitsite.com>
50149              Date: Thu, 29 Mar 2001 20:47:56 +0100
50150              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
50151      Branch: perl
50152            ! ext/B/B/Debug.pm
50153 ____________________________________________________________________________
50154 [  9459] By: jhi                                   on 2001/03/30  02:16:05
50155         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
50156              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
50157              Date: Wed, 28 Mar 2001 18:02:20 -0600
50158              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
50159      Branch: perl
50160            ! lib/ExtUtils/MM_VMS.pm
50161 ____________________________________________________________________________
50162 [  9458] By: jhi                                   on 2001/03/30  02:07:58
50163         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
50164              From: "Joshua E. Rodd" <jrodd@pbs.org>
50165              Date: Wed, 28 Mar 2001 17:29:12 -0500
50166              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
50167      Branch: perl
50168            ! pod/perlop.pod
50169 ____________________________________________________________________________
50170 [  9457] By: jhi                                   on 2001/03/30  02:04:33
50171         Log: Subject: ext/re/aix.pl can go
50172              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50173              Date: Thu, 29 Mar 2001 12:03:28 +0200
50174              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
50175      Branch: perl
50176            - ext/re/hints/aix.pl
50177            ! MANIFEST
50178 ____________________________________________________________________________
50179 [  9456] By: jhi                                   on 2001/03/30  02:03:32
50180         Log: Integrate perlio.
50181      Branch: perl
50182           !> ext/Encode/Encode.xs installperl
50183 ____________________________________________________________________________
50184 [  9455] By: nick                                  on 2001/03/29  21:11:46
50185         Log: DLL name has changed so installperl needs to know
50186              (Why isn't it working it out or passed it?)
50187      Branch: perlio
50188            ! installperl
50189 ____________________________________________________________________________
50190 [  9454] By: nick                                  on 2001/03/29  20:56:12
50191         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
50192              and we don't get undef warnings.
50193      Branch: perlio
50194            ! ext/Encode/Encode.xs
50195 ____________________________________________________________________________
50196 [  9453] By: nick                                  on 2001/03/29  17:58:48
50197         Log: Integrate mainline
50198      Branch: perlio
50199           !> Changes patchlevel.h
50200 ____________________________________________________________________________
50201 [  9452] By: jhi                                   on 2001/03/29  16:44:55
50202         Log: Update Changes.
50203      Branch: perl
50204            ! Changes patchlevel.h
50205 ____________________________________________________________________________
50206 [  9451] By: nick                                  on 2001/03/29  16:31:38
50207         Log: Integrate mainline
50208      Branch: perlio
50209           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
50210           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
50211           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
50212           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
50213           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
50214 ____________________________________________________________________________
50215 [  9450] By: jhi                                   on 2001/03/29  16:29:17
50216         Log: Integrate perlio.
50217      Branch: perl
50218           !> win32/buildext.pl
50219 ____________________________________________________________________________
50220 [  9449] By: jhi                                   on 2001/03/29  15:50:01
50221         Log: Update Changes.
50222      Branch: perl
50223            ! Changes patchlevel.h
50224 ____________________________________________________________________________
50225 [  9448] By: nick                                  on 2001/03/29  15:47:15
50226         Log: Make sure buildext.pl finds Errno.pm
50227      Branch: perlio
50228            ! win32/buildext.pl
50229 ____________________________________________________________________________
50230 [  9447] By: jhi                                   on 2001/03/29  15:39:34
50231         Log: Integrate perlio.
50232      Branch: perl
50233           !> win32/makefile.mk
50234 ____________________________________________________________________________
50235 [  9446] By: nick                                  on 2001/03/29  15:30:03
50236         Log: Integrate win32/makefile.mk with mainline.
50237      Branch: perlio
50238           !> win32/makefile.mk
50239 ____________________________________________________________________________
50240 [  9445] By: nick                                  on 2001/03/29  15:27:32
50241         Log: Fix breakage ... 
50242      Branch: perlio
50243            ! win32/makefile.mk
50244 ____________________________________________________________________________
50245 [  9444] By: jhi                                   on 2001/03/29  15:03:08
50246         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
50247              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
50248              Date: Thu, 29 Mar 2001 10:32:59 +0400
50249              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
50250      Branch: perl
50251            ! win32/makefile.mk
50252 ____________________________________________________________________________
50253 [  9443] By: jhi                                   on 2001/03/29  15:02:12
50254         Log: Integrate perlio.
50255      Branch: perl
50256           +> win32/buildext.pl
50257           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
50258           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
50259 ____________________________________________________________________________
50260 [  9442] By: nick                                  on 2001/03/29  14:59:11
50261         Log: Work in progress - determine win32 extensions to build via script.
50262      Branch: perlio
50263            + win32/buildext.pl
50264            ! MANIFEST win32/makefile.mk
50265 ____________________________________________________________________________
50266 [  9441] By: jhi                                   on 2001/03/29  14:51:47
50267         Log: Reintroduce the use of external pwd.
50268      Branch: perl
50269            ! t/lib/cwd.t
50270 ____________________________________________________________________________
50271 [  9440] By: jhi                                   on 2001/03/29  14:42:58
50272         Log: use warnings instead of -w.
50273      Branch: perl
50274            ! utils/h2xs.PL
50275 ____________________________________________________________________________
50276 [  9439] By: jhi                                   on 2001/03/29  14:41:52
50277         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
50278              From: Jonathan Stowe <gellyfish@gellyfish.com>
50279              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
50280              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
50281      Branch: perl
50282            ! utils/h2xs.PL
50283 ____________________________________________________________________________
50284 [  9438] By: jhi                                   on 2001/03/29  14:39:38
50285         Log: Subject: [PATCH perl@9424] minor pod nits
50286              From: Robin Barker <rmb1@cise.npl.co.uk>
50287              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
50288              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
50289      Branch: perl
50290            ! pod/perlhack.pod pod/perliol.pod
50291 ____________________________________________________________________________
50292 [  9437] By: jhi                                   on 2001/03/29  14:29:16
50293         Log: Subject: [PATCH perl@9424] typemap cast warning
50294              From: Robin Barker <rmb1@cise.npl.co.uk>
50295              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
50296              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
50297      Branch: perl
50298            ! lib/ExtUtils/typemap
50299 ____________________________________________________________________________
50300 [  9436] By: jhi                                   on 2001/03/29  14:26:03
50301         Log: Subject: [PATCH perl@9424] printf warning
50302              From: Robin Barker <rmb1@cise.npl.co.uk>
50303              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
50304              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
50305      Branch: perl
50306            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
50307            ! ext/Storable/Storable.xs toke.c
50308 ____________________________________________________________________________
50309 [  9435] By: nick                                  on 2001/03/29  14:23:31
50310         Log: Win32 has name conflict with ERROR
50311      Branch: perlio
50312            ! ext/PerlIO/Via/Via.xs
50313 ____________________________________________________________________________
50314 [  9434] By: jhi                                   on 2001/03/29  14:17:48
50315         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
50316              From: Peter Prymmer <pvhp@forte.com>
50317              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
50318              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
50319      Branch: perl
50320            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
50321 ____________________________________________________________________________
50322 [  9433] By: jhi                                   on 2001/03/29  13:52:44
50323         Log: test-prep target was missing.
50324      Branch: perl
50325            ! Makefile.SH
50326 ____________________________________________________________________________
50327 [  9432] By: nick                                  on 2001/03/29  12:40:03
50328         Log: Make as-shipped compiler default to MSVC6 
50329      Branch: perlio
50330            ! win32/makefile.mk
50331 ____________________________________________________________________________
50332 [  9431] By: nick                                  on 2001/03/29  12:12:16
50333         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
50334              akin to PerlIO::Scalar.
50335      Branch: perlio
50336            ! perlio.c perlio.h
50337 ____________________________________________________________________________
50338 [  9430] By: nick                                  on 2001/03/29  10:56:35
50339         Log: Integrate mainline.
50340      Branch: perlio
50341           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
50342           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
50343           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
50344           !> win32/makefile.mk win32/win32sck.c
50345 ____________________________________________________________________________
50346 [  9429] By: nick                                  on 2001/03/29  09:03:43
50347         Log: Noticed that two tests were skipped as perlio:: package
50348              isn't there any more. Changed the skip condition.
50349              Avoid core-dump if sv_utf8_upgrade() called on something
50350              that does not become SvPOK after SvPV() (e.g. a ref).
50351      Branch: perlio
50352            ! sv.c t/io/utf8.t t/lib/io_scalar.t
50353 ____________________________________________________________________________
50354 [  9428] By: jhi                                   on 2001/03/29  01:31:47
50355         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
50356              From: Benjamin Sugars <bsugars@canoe.ca> 
50357              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
50358              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
50359      Branch: perl
50360            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
50361            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
50362            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
50363 ____________________________________________________________________________
50364 [  9427] By: jhi                                   on 2001/03/29  00:49:30
50365         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
50366              From: "Vadim Konovalov" <watman@inbox.ru>
50367              Date: Thu, 29 Mar 2001 01:50:12 +0400
50368              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
50369      Branch: perl
50370            ! win32/makefile.mk win32/win32sck.c
50371 ____________________________________________________________________________
50372 [  9426] By: gsar                                  on 2001/03/29  00:28:04
50373         Log: dmake can only handle == and != in comparisons; support building
50374              with Borland's VCL libraries (from Vadim Konovalov)
50375      Branch: maint-5.6/perl
50376            ! win32/makefile.mk
50377 ____________________________________________________________________________
50378 [  9425] By: nick                                  on 2001/03/28  19:29:56
50379         Log: Integrate (@snapshot)
50380      Branch: perlio
50381           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
50382 ____________________________________________________________________________
50383 [  9424] By: jhi                                   on 2001/03/28  19:03:16
50384         Log: Update Changes.
50385      Branch: perl
50386            ! Changes patchlevel.h
50387 ____________________________________________________________________________
50388 [  9423] By: jhi                                   on 2001/03/28  18:52:09
50389         Log: Rmdir lib/XS on cleanup.
50390      Branch: perl
50391            ! Makefile.SH
50392 ____________________________________________________________________________
50393 [  9422] By: jhi                                   on 2001/03/28  18:49:34
50394         Log: Integrate perlio.
50395      Branch: perl
50396           !> t/op/utf8decode.t
50397 ____________________________________________________________________________
50398 [  9421] By: nick                                  on 2001/03/28  18:46:44
50399         Log: Loose duplicate chunk.
50400      Branch: perlio
50401            ! t/op/utf8decode.t
50402 ____________________________________________________________________________
50403 [  9420] By: nick                                  on 2001/03/28  18:44:11
50404         Log: Integrate mainline.
50405      Branch: perlio
50406           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
50407           !> vms/vmsish.h
50408 ____________________________________________________________________________
50409 [  9419] By: jhi                                   on 2001/03/28  18:42:05
50410         Log: Can't trust external pwds
50411              (either shell builtins or external programs)
50412      Branch: perl
50413            ! t/lib/cwd.t
50414 ____________________________________________________________________________
50415 [  9418] By: jhi                                   on 2001/03/28  18:34:05
50416         Log: Integrate perlio.
50417      Branch: perl
50418            - lib/perlio.pm
50419           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
50420           !> t/op/utf8decode.t
50421 ____________________________________________________________________________
50422 [  9417] By: nick                                  on 2001/03/28  18:24:02
50423         Log: PerlIO.pm / perlio.pm conflict.
50424              Update some pods.
50425              Make t/op/utf8decode.t a text file.
50426      Branch: perlio
50427            - lib/perlio.pm
50428            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
50429            ! t/op/utf8decode.t
50430 ____________________________________________________________________________
50431 [  9416] By: jhi                                   on 2001/03/28  18:06:07
50432         Log: Integrate change #9409 from mainline to maintperl.
50433              
50434              Yet another tweak on AIX dynaloading.
50435      Branch: maint-5.6/perl
50436           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
50437 ____________________________________________________________________________
50438 [  9415] By: gsar                                  on 2001/03/28  17:13:01
50439         Log: integrate changes#9377,9385,9401 from mainline
50440              
50441              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
50442              
50443              If directory entries compare equal case-insensitively,
50444              retry case-sensitively.
50445              
50446              Subject: [PATCH] B::Terse and warnings
50447      Branch: maint-5.6/perl
50448           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
50449           !> t/pragma/warn/perl
50450 ____________________________________________________________________________
50451 [  9414] By: jhi                                   on 2001/03/28  17:11:12
50452         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
50453              From: "Craig A. Berry" <craigberry@mac.com>
50454              Date: Wed, 28 Mar 2001 10:55:20 -0600
50455              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
50456      Branch: perl
50457            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
50458 ____________________________________________________________________________
50459 [  9413] By: jhi                                   on 2001/03/28  17:03:12
50460         Log: Dup hunk.
50461      Branch: perl
50462            ! t/op/utf8decode.t
50463 ____________________________________________________________________________
50464 [  9412] By: jhi                                   on 2001/03/28  17:02:36
50465         Log: Forced integrate from perlio.
50466      Branch: perl
50467           !> t/op/utf8decode.t
50468 ____________________________________________________________________________
50469 [  9411] By: nick                                  on 2001/03/28  16:50:03
50470         Log: Integrate mainline.
50471      Branch: perlio
50472           +> t/lib/cwd.t
50473           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
50474           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
50475           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
50476           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
50477           !> t/pragma/warn/perl
50478 ____________________________________________________________________________
50479 [  9410] By: jhi                                   on 2001/03/28  16:44:23
50480         Log: Subject: Re: [PATCH] 9403 cannot be tested
50481              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50482              Date: Wed, 28 Mar 2001 18:33:56 +0200
50483              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
50484      Branch: perl
50485            ! makedef.pl
50486 ____________________________________________________________________________
50487 [  9409] By: jhi                                   on 2001/03/28  16:12:45
50488         Log: Yet another tweak on AIX dynaloading.
50489      Branch: perl
50490            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
50491 ____________________________________________________________________________
50492 [  9408] By: jhi                                   on 2001/03/28  15:52:55
50493         Log: Subject: [PATCH] 9403 cannot be tested
50494              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
50495              Date: Wed, 28 Mar 2001 17:23:00 +0200
50496              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
50497              
50498              A missing symbol.
50499      Branch: perl
50500            ! makedef.pl
50501 ____________________________________________________________________________
50502 [  9407] By: jhi                                   on 2001/03/28  15:47:43
50503         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
50504      Branch: perl
50505            ! t/op/utf8decode.t
50506           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
50507           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
50508 ____________________________________________________________________________
50509 [  9406] By: jhi                                   on 2001/03/28  15:37:08
50510         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
50511              From: Benjamin Sugars <bsugars@canoe.ca> 
50512              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
50513              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
50514      Branch: perl
50515            + t/lib/cwd.t
50516            ! MANIFEST
50517 ____________________________________________________________________________
50518 [  9405] By: jhi                                   on 2001/03/28  15:13:18
50519         Log: pp_ne() needs a CORRECT boolean.
50520      Branch: perl
50521            ! pp.c
50522 ____________________________________________________________________________
50523 [  9404] By: jhi                                   on 2001/03/28  15:09:23
50524         Log: pp_ne() needs a boolean, not an integer.
50525      Branch: perl
50526            ! pp.c
50527 ____________________________________________________________________________
50528 [  9403] By: jhi                                   on 2001/03/28  14:47:43
50529         Log: (Retracted by #9404.)
50530      Branch: perl
50531            ! pp.c
50532 ____________________________________________________________________________
50533 [  9402] By: jhi                                   on 2001/03/28  14:43:59
50534         Log: Subject: Re: [PATCH] Typemap testing
50535              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
50536              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
50537              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
50538      Branch: perl
50539            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
50540            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
50541 ____________________________________________________________________________
50542 [  9401] By: jhi                                   on 2001/03/28  14:42:14
50543         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
50544              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
50545              Date: Sun, 25 Mar 2001 21:59:15 +0100
50546              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
50547              
50548              A variable will be checked for the "use once" warnings if:
50549              
50550              1. It is in the scope of a use warnings 'once'
50551              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
50552              
50553              Otherwise it won't be checked at all.
50554              
50555              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
50556              
50557              The enclosed patch partially fixes this issue. What I didn't
50558              get to work was the case where the "used once" warning is enabled
50559              in any file other than the main file.
50560      Branch: perl
50561            ! gv.c t/pragma/warn/perl
50562 ____________________________________________________________________________
50563 [  9400] By: nick                                  on 2001/03/28  14:38:24
50564         Log: More EBCDIC tweaks:
50565              - one more swash issue &~(0xA0-1) did not do the right thing,
50566              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
50567              - add "use re 'asciirange'" to make [!-~] etc. work
50568              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
50569              - Choose a key for t/op/each.t test which gets encoded.
50570              - Skip utf8decode if this is UTF-EBCDIC.
50571      Branch: perlio
50572            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
50573            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
50574 ____________________________________________________________________________
50575 [  9399] By: jhi                                   on 2001/03/28  14:21:00
50576         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
50577              Andreas Schwab.
50578      Branch: perl
50579            ! pp.c
50580 ____________________________________________________________________________
50581 [  9398] By: jhi                                   on 2001/03/28  00:55:56
50582         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
50583              From: David Dyck <dcd@tc.fluke.com>
50584              Date: Tue, 27 Mar 2001 15:16:24 -0800
50585              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
50586      Branch: perl
50587            ! ext/IO/lib/IO/Socket.pm
50588 ____________________________________________________________________________
50589 [  9397] By: jhi                                   on 2001/03/27  21:52:49
50590         Log: Integrate perlio.
50591      Branch: perl
50592           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
50593           +> ext/PerlIO/Via/Via.xs
50594           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
50595 ____________________________________________________________________________
50596 [  9396] By: nick                                  on 2001/03/27  21:45:13
50597         Log: Integrate mainline.
50598      Branch: perlio
50599           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
50600           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
50601 ____________________________________________________________________________
50602 [  9395] By: nick                                  on 2001/03/27  21:18:58
50603         Log: Outline docs for PerlIO and PerlIO::Scalar
50604      Branch: perlio
50605            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
50606 ____________________________________________________________________________
50607 [  9394] By: nick                                  on 2001/03/27  20:50:13
50608         Log: PerlIO::Via layer (alpha-ish).
50609      Branch: perlio
50610            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
50611            + ext/PerlIO/Via/Via.xs
50612            ! MANIFEST
50613 ____________________________________________________________________________
50614 [  9393] By: jhi                                   on 2001/03/27  20:49:55
50615         Log: Retract #9329 now that 9390 should take care of the matter.
50616      Branch: perl
50617            ! utils/h2xs.PL
50618 ____________________________________________________________________________
50619 [  9390] By: jhi                                   on 2001/03/27  20:47:50
50620         Log: Subject: Autoloading Errno.pm when %! is encountered
50621              From: Robin Houston <robin@kitsite.com>
50622              Date: Tue, 27 Mar 2001 20:57:11 +0100
50623              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
50624      Branch: perl
50625            ! embed.h embed.pl gv.c proto.h t/op/magic.t
50626 ____________________________________________________________________________
50627 [  9389] By: jhi                                   on 2001/03/27  20:24:31
50628         Log: Integrate perlio.
50629      Branch: perl
50630           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
50631           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
50632           !> utf8.c
50633 ____________________________________________________________________________
50634 [  9388] By: jhi                                   on 2001/03/27  20:21:38
50635         Log: Better have a three-element array if one is going to assign
50636              to the third element of that array. (from Tim Jenness)
50637      Branch: perl
50638            ! ext/XS/Typemap/Typemap.xs
50639 ____________________________________________________________________________
50640 [  9387] By: nick                                  on 2001/03/27  20:15:43
50641         Log: Integrate mainline.
50642      Branch: perlio
50643           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
50644           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
50645           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
50646           +> t/lib/xs-typemap.t
50647           !> (integrate 34 files)
50648 ____________________________________________________________________________
50649 [  9386] By: jhi                                   on 2001/03/27  20:04:18
50650         Log: Subject: Re: perl@9359 breaks HTML::Parser
50651              From: Gisle Aas <gisle@ActiveState.com>
50652              Date: 27 Mar 2001 11:30:24 -0800
50653              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
50654              
50655              Clarify the UTF-8 issues of the API docs.
50656              (Slightly reworded and expanded.)
50657      Branch: perl
50658            ! pod/perlapi.pod sv.c sv.h
50659 ____________________________________________________________________________
50660 [  9385] By: jhi                                   on 2001/03/27  19:44:25
50661         Log: If directory entries compare equal case-insensitively,
50662              retry case-sensitively.
50663      Branch: perl
50664            ! ext/File/Glob/bsd_glob.c
50665 ____________________________________________________________________________
50666 [  9384] By: nick                                  on 2001/03/27  19:38:50
50667         Log: Various EBCDIC fixes:
50668              - major revelation that swash code is encoding aware,
50669              (or thought it was) - now it is ;-)
50670              - With that out of the way fix a slab of tr/// cases.
50671              - Fix Encode 'Unicode' to be true Unicode so tests pass.
50672              - As anticipated Base64.xs needed tweaks.
50673              - Until tr/// works right avoid old_encode64 in MIME tests.
50674      Branch: perlio
50675            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
50676            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
50677 ____________________________________________________________________________
50678 [  9383] By: jhi                                   on 2001/03/27  18:34:41
50679         Log: Add the std test suite BEGIN block.
50680      Branch: perl
50681            ! t/lib/xs-typemap.t
50682 ____________________________________________________________________________
50683 [  9382] By: jhi                                   on 2001/03/27  15:16:07
50684         Log: Add debugging output to the test.
50685      Branch: perl
50686            ! t/lib/glob-basic.t
50687 ____________________________________________________________________________
50688 [  9381] By: jhi                                   on 2001/03/27  15:08:10
50689         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
50690      Branch: perl
50691            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
50692            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
50693            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
50694            + t/lib/xs-typemap.t
50695            ! MANIFEST
50696 ____________________________________________________________________________
50697 [  9380] By: jhi                                   on 2001/03/27  14:48:34
50698         Log: Subject: [PATCH] Typemap testing
50699              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
50700              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
50701              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
50702              
50703              (The first part of the patch.)
50704      Branch: perl
50705            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
50706 ____________________________________________________________________________
50707 [  9379] By: jhi                                   on 2001/03/27  14:44:56
50708         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
50709              From: Benjamin Sugars <bsugars@canoe.ca> 
50710              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
50711              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
50712      Branch: perl
50713            ! t/lib/glob-basic.t
50714 ____________________________________________________________________________
50715 [  9378] By: jhi                                   on 2001/03/27  14:42:30
50716         Log: Subject: [PATCH] perlvar nit
50717              From: Simon Cozens <simon@netthink.co.uk>
50718              Date: Tue, 27 Mar 2001 01:12:01 +0100
50719              Message-ID: <20010327011201.A19179@netthink.co.uk>
50720      Branch: perl
50721            ! pod/perlvar.pod
50722 ____________________________________________________________________________
50723 [  9377] By: jhi                                   on 2001/03/27  14:36:26
50724         Log: Subject: [PATCH] B::Terse and warnings
50725              From: Benjamin Sugars <ben.sugars@home.com>
50726              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
50727              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
50728      Branch: perl
50729            ! ext/B/B.pm ext/B/B/Terse.pm
50730 ____________________________________________________________________________
50731 [  9376] By: jhi                                   on 2001/03/27  14:31:31
50732         Log: Document sockatmark() some.
50733      Branch: perl
50734            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
50735            ! pod/perltoc.pod
50736 ____________________________________________________________________________
50737 [  9375] By: jhi                                   on 2001/03/27  14:00:24
50738         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
50739              noted by Gisle and fixed by NI-S.
50740      Branch: perl
50741            ! sv.c
50742 ____________________________________________________________________________
50743 [  9374] By: jhi                                   on 2001/03/27  05:50:01
50744         Log: Regen toc.
50745      Branch: perl
50746            ! pod/perltoc.pod
50747 ____________________________________________________________________________
50748 [  9373] By: jhi                                   on 2001/03/27  05:43:51
50749         Log: Pixie documenting.
50750      Branch: perl
50751            ! Makefile.SH pod/perlhack.pod
50752 ____________________________________________________________________________
50753 [  9372] By: jhi                                   on 2001/03/27  05:29:34
50754         Log: Metaconfig unit changes for #9371.
50755      Branch: metaconfig
50756            ! U/modified/myhostname.U
50757      Branch: metaconfig/U/perl
50758            + d_sockatmark.U
50759            ! gccvers.U
50760 ____________________________________________________________________________
50761 [  9371] By: jhi                                   on 2001/03/27  05:29:07
50762         Log: Add sockatmark() probing.
50763      Branch: perl
50764            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50765            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
50766            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50767            ! vos/config.ga.h win32/config.bc win32/config.gc
50768            ! win32/config.vc
50769 ____________________________________________________________________________
50770 [  9370] By: jhi                                   on 2001/03/26  22:01:18
50771         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
50772              Really need to benchmark this.
50773      Branch: perl
50774            ! pp.c
50775 ____________________________________________________________________________
50776 [  9369] By: nick                                  on 2001/03/26  21:59:30
50777         Log: Integrate mainline.
50778      Branch: perlio
50779            ! ext/MIME/Base64/QuotedPrint.pm
50780           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
50781           !> patchlevel.h pod/perlhack.pod pp_sys.c
50782 ____________________________________________________________________________
50783 [  9368] By: jhi                                   on 2001/03/26  21:47:03
50784         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
50785              
50786              TODO1: perlbench.
50787              TODO2: le, lt, ge, gt?  Yech.
50788      Branch: perl
50789            ! pp.c
50790 ____________________________________________________________________________
50791 [  9367] By: jhi                                   on 2001/03/26  21:34:57
50792         Log: Too much cut-and-paste in #9363.
50793      Branch: perl
50794            ! pp_sys.c
50795 ____________________________________________________________________________
50796 [  9366] By: jhi                                   on 2001/03/26  21:20:53
50797         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
50798              From: Andreas Schwab <schwab@suse.de>
50799              Date: 26 Mar 2001 17:29:04 +0200
50800              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
50801              
50802              (The patch for 5.6.0 or so, this is a guess for bleadperl)
50803      Branch: perl
50804            ! pp_hot.c
50805 ____________________________________________________________________________
50806 [  9365] By: jhi                                   on 2001/03/26  21:07:54
50807         Log: Integrate perlio.
50808      Branch: perl
50809           !> perlio.c
50810 ____________________________________________________________________________
50811 [  9364] By: nick                                  on 2001/03/26  20:30:48
50812         Log: REFCNT botch in layer name cache hash.
50813      Branch: perlio
50814            ! perlio.c
50815 ____________________________________________________________________________
50816 [  9363] By: jhi                                   on 2001/03/26  18:44:32
50817         Log: Subject: [PATCH] socket() leaks file descriptors
50818              From: Benjamin Sugars <bsugars@canoe.ca>
50819              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
50820              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
50821              
50822              Also sockpair() fixed similarly.
50823      Branch: perl
50824            ! pp_sys.c
50825 ____________________________________________________________________________
50826 [  9362] By: jhi                                   on 2001/03/26  18:37:52
50827         Log: Integrate perlio.
50828      Branch: perl
50829           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
50830 ____________________________________________________________________________
50831 [  9361] By: nick                                  on 2001/03/26  17:32:06
50832         Log: Implement flush of linebuffered streams on read of a tty.
50833      Branch: perlio
50834            ! perlio.c perliol.h
50835 ____________________________________________________________________________
50836 [  9360] By: nick                                  on 2001/03/26  17:12:32
50837         Log: Memory tweaks and notes for OEMVS.
50838      Branch: perlio
50839            ! README.os390 miniperlmain.c t/op/pat.t
50840 ____________________________________________________________________________
50841 [  9359] By: jhi                                   on 2001/03/26  02:12:54
50842         Log: Update Changes.
50843      Branch: perl
50844            ! Changes patchlevel.h
50845 ____________________________________________________________________________
50846 [  9358] By: jhi                                   on 2001/03/26  02:05:32
50847         Log: Document the most common pixie options.
50848      Branch: perl
50849            ! pod/perlhack.pod
50850 ____________________________________________________________________________
50851 [  9357] By: jhi                                   on 2001/03/26  01:25:28
50852         Log: For perl.pixie check *before* compiling that optimize is -g,
50853              as for perl.third.
50854      Branch: perl
50855            ! Makefile.SH
50856 ____________________________________________________________________________
50857 [  9356] By: jhi                                   on 2001/03/26  01:13:41
50858         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
50859      Branch: perl
50860            ! Makefile.SH
50861 ____________________________________________________________________________
50862 [  9355] By: jhi                                   on 2001/03/26  01:11:19
50863         Log: Remove t/perl.third.
50864      Branch: perl
50865            ! Makefile.SH
50866 ____________________________________________________________________________
50867 [  9354] By: jhi                                   on 2001/03/26  00:23:38
50868         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
50869              IO::Sockatmark().
50870      Branch: perl
50871            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
50872 ____________________________________________________________________________
50873 [  9353] By: jhi                                   on 2001/03/25  22:25:04
50874         Log: Integrate perlio.
50875      Branch: perl
50876           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
50877           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
50878           !> pp_hot.c win32/makefile.mk
50879 ____________________________________________________________________________
50880 [  9352] By: jhi                                   on 2001/03/25  22:21:41
50881         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
50882              From: Radu Greab <radu@netsoft.ro>
50883              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
50884              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
50885      Branch: perl
50886            ! pp_sys.c
50887 ____________________________________________________________________________
50888 [  9351] By: nick                                  on 2001/03/25  22:15:02
50889         Log: Fix readline in list mode to tell rest of world that it has
50890              things on the stack. Otherwise if perl code gets invoked
50891              underneath it it scribbles over results-so-far.
50892              (Why TIEHANDLE has not tripped on this is a mystery.)
50893      Branch: perlio
50894            ! pp_hot.c
50895 ____________________________________________________________________________
50896 [  9350] By: nick                                  on 2001/03/25  22:10:13
50897         Log: win32/makefile.mk typos
50898      Branch: perlio
50899            ! win32/makefile.mk
50900 ____________________________________________________________________________
50901 [  9349] By: nick                                  on 2001/03/25  21:31:14
50902         Log: Integrate now-non-binary file.
50903      Branch: perlio
50904           !> t/lib/mimeqp.t
50905 ____________________________________________________________________________
50906 [  9348] By: nick                                  on 2001/03/25  21:27:24
50907         Log: Make it text
50908      Branch: perlio
50909            ! t/lib/mimeqp.t
50910 ____________________________________________________________________________
50911 [  9347] By: nick                                  on 2001/03/25  21:25:37
50912         Log: Integrate mainline.
50913      Branch: perlio
50914           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
50915           !> lib/Term/ReadLine.pm t/lib/md5-file.t
50916 ____________________________________________________________________________
50917 [  9346] By: nick                                  on 2001/03/25  20:58:15
50918         Log: Add destruct time hook to PerlIO (for work-in-process implementing
50919              layers in perl code. In such cases layers need to be popped before
50920              we loose the ability to run perl code.)
50921              Also back-out "PerlIO::object" hook - it isn't going to work like that...
50922      Branch: perlio
50923            ! perl.c perlio.c perlio.h perliol.h
50924 ____________________________________________________________________________
50925 [  9345] By: nick                                  on 2001/03/25  20:49:11
50926         Log: Avoid at leasy one of undefined warnings in Encode.
50927      Branch: perlio
50928            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
50929 ____________________________________________________________________________
50930 [  9344] By: jhi                                   on 2001/03/25  20:37:43
50931         Log: A workaround for using Term::ReadLine in emacs minibuffer
50932              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
50933              additional tweaks from Ilya Zakharevich.
50934      Branch: perl
50935            ! lib/Term/ReadLine.pm
50936 ____________________________________________________________________________
50937 [  9343] By: nick                                  on 2001/03/25  20:21:14
50938         Log: Missing return value.
50939      Branch: perlio
50940            ! ext/PerlIO/Scalar/Scalar.xs
50941 ____________________________________________________________________________
50942 [  9342] By: jhi                                   on 2001/03/25  16:21:00
50943         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
50944              to equal the CPAN versions since no code changes have been made.
50945      Branch: perl
50946            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
50947            ! t/lib/md5-file.t
50948 ____________________________________________________________________________
50949 [  9341] By: jhi                                   on 2001/03/25  16:01:48
50950         Log: Escape 8-bit characters.
50951      Branch: perl
50952            ! t/lib/mimeqp.t
50953 ____________________________________________________________________________
50954 [  9340] By: gsar                                  on 2001/03/25  15:50:53
50955         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
50956              chars)
50957      Branch: perl
50958            + t/lib/mimeqp.t
50959 ____________________________________________________________________________
50960 [  9339] By: gsar                                  on 2001/03/25  15:48:50
50961         Log: delete mimeqp.t for later add with text mode set
50962      Branch: perl
50963            - t/lib/mimeqp.t
50964 ____________________________________________________________________________
50965 [  9338] By: nick                                  on 2001/03/25  09:01:57
50966         Log: Integrate mainline.
50967      Branch: perlio
50968           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
50969           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
50970           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
50971           +> t/lib/mimeb64u.t t/lib/mimeqp.t
50972           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
50973           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
50974           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
50975 ____________________________________________________________________________
50976 [  9337] By: jhi                                   on 2001/03/25  04:23:24
50977         Log: Add MIME::Base64 here and there.  Again, a lot of
50978              optimism is in the air.
50979      Branch: perl
50980            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
50981            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
50982 ____________________________________________________________________________
50983 [  9336] By: jhi                                   on 2001/03/25  04:12:43
50984         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
50985              this by ear as I do not do Win32 programming.)
50986      Branch: perl
50987            ! win32/Makefile win32/makefile.mk
50988 ____________________________________________________________________________
50989 [  9335] By: jhi                                   on 2001/03/25  04:03:50
50990         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
50991      Branch: perl
50992            ! t/lib/md5-file.t
50993 ____________________________________________________________________________
50994 [  9334] By: jhi                                   on 2001/03/25  03:58:53
50995         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
50996      Branch: perl
50997            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
50998            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
50999            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
51000            + t/lib/mimeb64u.t t/lib/mimeqp.t
51001            ! MANIFEST
51002 ____________________________________________________________________________
51003 [  9333] By: jhi                                   on 2001/03/24  20:14:37
51004         Log: Integrate perlio.
51005      Branch: perl
51006           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
51007 ____________________________________________________________________________
51008 [  9332] By: nick                                  on 2001/03/24  19:40:34
51009         Log: Fix un-init variable leading to spurious "Out of Memory!"
51010      Branch: perlio
51011            ! doio.c
51012 ____________________________________________________________________________
51013 [  9331] By: nick                                  on 2001/03/24  19:09:59
51014         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
51015              and update layers internals doc.
51016      Branch: perlio
51017            ! pod/perlfunc.pod pod/perliol.pod
51018 ____________________________________________________________________________
51019 [  9330] By: jhi                                   on 2001/03/24  18:42:11
51020         Log: The length might be uninitialized garbage if the *svp is the undef.
51021      Branch: perl
51022            ! doio.c
51023 ____________________________________________________________________________
51024 [  9329] By: jhi                                   on 2001/03/24  18:26:57
51025         Log: (Retracted by #9393)
51026              
51027              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
51028              From: Simon Cozens <simon@netthink.co.uk>
51029              Date: Sat, 24 Mar 2001 17:13:17 +0000
51030              Message-ID: <20010324171317.A13406@netthink.co.uk>
51031      Branch: perl
51032            ! utils/h2xs.PL
51033 ____________________________________________________________________________
51034 [  9328] By: nick                                  on 2001/03/24  17:22:02
51035         Log: Integrate mainline.
51036      Branch: perlio
51037           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
51038           !> lib/unicode/version
51039 ____________________________________________________________________________
51040 [  9327] By: nick                                  on 2001/03/24  17:16:02
51041         Log: Integrate mainline.
51042      Branch: perlio
51043           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
51044           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
51045           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
51046           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
51047           +> t/lib/md5-file.t
51048           !> MANIFEST Makefile.SH configure.com djgpp/config.over
51049           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
51050           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
51051           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
51052           !> win32/makefile.mk
51053 ____________________________________________________________________________
51054 [  9326] By: jhi                                   on 2001/03/24  17:00:42
51055         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
51056      Branch: perl
51057            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
51058            ! lib/unicode/version
51059 ____________________________________________________________________________
51060 [  9325] By: jhi                                   on 2001/03/24  16:22:33
51061         Log: Subject: Re: B::Deparse bug (5.6.0)
51062              From: Robin Houston <robin@kitsite.com>
51063              Date: Sat, 24 Mar 2001 14:33:09 +0000
51064              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
51065      Branch: perl
51066            ! op.c pp.c t/lib/b.t t/op/repeat.t
51067 ____________________________________________________________________________
51068 [  9324] By: jhi                                   on 2001/03/24  16:21:56
51069         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
51070              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
51071              these additions may be too optimistic.
51072      Branch: perl
51073            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
51074            ! hints/uwin.sh hints/vmesa.sh
51075 ____________________________________________________________________________
51076 [  9323] By: jhi                                   on 2001/03/24  16:06:01
51077         Log: Integrate perlio.
51078      Branch: perl
51079           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
51080           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
51081            ! Makefile.SH
51082           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
51083           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
51084           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
51085           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
51086           !> win32/makefile.mk win32/perlhost.h win32/win32.c
51087           !> win32/win32iop.h
51088 ____________________________________________________________________________
51089 [  9322] By: nick                                  on 2001/03/24  14:39:12
51090         Log: Routine Win32 regen_config_h - no real changes.
51091      Branch: perlio
51092            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51093 ____________________________________________________________________________
51094 [  9321] By: nick                                  on 2001/03/24  14:31:49
51095         Log: PerlIO fixups for Win32:
51096              - provide win33_popenlist() - non-functional as yet.
51097              - avoid need for aTHX in PerlIO_debug calls - even if not 
51098              enabled args are still evaluated so Win32 has trouble during fork().
51099              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
51100              - Fixup makedef.pl for latest set of symbols.
51101      Branch: perlio
51102            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
51103            ! win32/perlhost.h win32/win32.c win32/win32iop.h
51104 ____________________________________________________________________________
51105 [  9320] By: nick                                  on 2001/03/24  14:26:58
51106         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
51107              was gibberish - broke it on WIn32 at least.
51108      Branch: perlio
51109            ! ext/POSIX/POSIX.xs
51110 ____________________________________________________________________________
51111 [  9319] By: nick                                  on 2001/03/24  11:29:41
51112         Log: Generated files.
51113      Branch: perlio
51114            ! embed.h global.sym objXSUB.h perlapi.c proto.h
51115 ____________________________________________________________________________
51116 [  9318] By: nick                                  on 2001/03/24  10:29:37
51117         Log: Implement:
51118              1.  open($fh,"+<",undef);  # add test to t/io/open.t
51119              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
51120      Branch: perlio
51121            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
51122            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
51123            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
51124            ! t/io/open.t t/io/utf8.t
51125 ____________________________________________________________________________
51126 [  9317] By: jhi                                   on 2001/03/23  23:41:25
51127         Log: AIX does seems to have optimization problems with its C compilers.
51128      Branch: perl
51129            ! hints/aix.sh
51130 ____________________________________________________________________________
51131 [  9316] By: jhi                                   on 2001/03/23  23:40:46
51132         Log: Integrate perlio.
51133      Branch: perl
51134           +> lib/PerlIO.pm
51135           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
51136           !> perliol.h
51137 ____________________________________________________________________________
51138 [  9315] By: jhi                                   on 2001/03/23  22:16:30
51139         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
51140      Branch: perl
51141            ! t/lib/md5-file.t
51142 ____________________________________________________________________________
51143 [  9314] By: nick                                  on 2001/03/23  20:49:02
51144         Log: Perlio internals re-organized.
51145              - open process creates AV of layer/arg pairs
51146              (appends layers from open() or open.pm to default list).
51147              - push arg is now an SV.
51148              - layer ->Open get passed the AV
51149              - open is no longer mandatory method.
51150              - topmost layer that has ->Open method does the open
51151              - any layers above are pushed once that returns.
51152              - vtable re-ordered so dummy layers need only provide push/pop methods.
51153      Branch: perlio
51154            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
51155 ____________________________________________________________________________
51156 [  9313] By: nick                                  on 2001/03/23  16:27:41
51157         Log: Check in a stable (working) version before next round of tweaks.
51158              Changes include:
51159              - Move default layers code out of doio.c and into perlio.c
51160              - Single routine for parsing layer specification strings.
51161              - Skeleton support for demand loading of layers
51162              - Core-dump avoidance if PERLIO environment specifies loadable layer
51163              (does not _work_ as need IO to load and need load to do IO ...)
51164      Branch: perlio
51165            + lib/PerlIO.pm
51166            ! MANIFEST doio.c perlio.c
51167 ____________________________________________________________________________
51168 [  9312] By: gsar                                  on 2001/03/23  16:25:25
51169         Log: add execute bit to files with shebang lines in the repository;
51170              avoid clobbering execute bit in Porting/makerel 
51171      Branch: maint-5.6/perl
51172            ! (edit 144 files)
51173 ____________________________________________________________________________
51174 [  9311] By: jhi                                   on 2001/03/23  14:25:35
51175         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
51176      Branch: perl
51177            ! MANIFEST
51178 ____________________________________________________________________________
51179 [  9310] By: jhi                                   on 2001/03/23  13:45:04
51180         Log: Subject: [PATCH] Net::Ping
51181              From: Colin McMillen <mcmi0037@tc.umn.edu>
51182              Date: Thu, 22 Mar 2001 19:30:31 -0600
51183              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
51184      Branch: perl
51185            ! lib/Net/Ping.pm
51186 ____________________________________________________________________________
51187 [  9309] By: jhi                                   on 2001/03/23  13:39:13
51188         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
51189      Branch: perl
51190            ! t/lib/md5-aaa.t t/lib/md5-file.t
51191 ____________________________________________________________________________
51192 [  9308] By: jhi                                   on 2001/03/23  13:20:34
51193         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
51194              - bump the version to 2.14
51195              - drop the base64 tests since they require MIME::Base64
51196              - drop the rfc1321.txt
51197              - drop the hints/dec_osf.pl since it's only needed for
51198              pre-5.005_03 Perls
51199              Todo:
51200              - the U32 alignment testing is now removed; it needs to
51201              be reintroduced as as a Config variable (meaning also
51202              as a Configure test)
51203              - get the new EBCDIC md5sum for MD5.pm
51204              - test in Win32 to see how badly I botched the makefiles
51205      Branch: perl
51206            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
51207            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
51208            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
51209            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
51210            + t/lib/md5-file.t
51211            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
51212            ! win32/Makefile win32/makefile.mk
51213 ____________________________________________________________________________
51214 [  9307] By: jhi                                   on 2001/03/23  12:56:14
51215         Log: Integrate change #9306 from maintperl into mainline,
51216              AIX dynaloader for AIXes without <load.h>.
51217      Branch: perl
51218           !> ext/DynaLoader/hints/aix.pl
51219 ____________________________________________________________________________
51220 [  9306] By: jhi                                   on 2001/03/23  12:51:36
51221         Log: There are AIXes without /usr/include/load.h,
51222              patch from H.Merijn Brand.
51223      Branch: maint-5.6/perl
51224            ! ext/DynaLoader/hints/aix.pl
51225 ____________________________________________________________________________
51226 [  9305] By: nick                                  on 2001/03/23  11:00:42
51227         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
51228      Branch: perlio
51229            ! ext/Encode/Encode.xs perlio.c perlio.h
51230 ____________________________________________________________________________
51231 [  9304] By: nick                                  on 2001/03/23  10:20:46
51232         Log: Render -Duseperlio functional again.
51233              - this is "quick fix" which calls PerlIO_apply_layers after opening,
51234              which is what old scheme did. New scheme needs to change that
51235              to make open(...,\$scalar) etc. work but this will do for now.
51236      Branch: perlio
51237            ! perlio.c
51238 ____________________________________________________________________________
51239 [  9303] By: nick                                  on 2001/03/23  09:53:20
51240         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
51241              -Uuseperlio now works again.
51242              -Duseperlio is still poorly. Don't merge yet...
51243      Branch: perlio
51244            ! doio.c perlio.h
51245 ____________________________________________________________________________
51246 [  9302] By: nick                                  on 2001/03/22  22:26:51
51247         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
51248              type code.
51249              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
51250              is its main caller. In particular now has access to "extra" args, and
51251              can tell when an open handle is "reopened" (or duped?).
51252              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
51253              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
51254              PerlIO_open() et. al. (i.e. other way round).
51255              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
51256              with args close to PerlIO_openn().
51257      Branch: perlio
51258            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
51259 ____________________________________________________________________________
51260 [  9301] By: jhi                                   on 2001/03/22  20:58:04
51261         Log: Integrate perlio.
51262      Branch: perl
51263           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
51264           !> t/io/open.t util.c
51265 ____________________________________________________________________________
51266 [  9300] By: nick                                  on 2001/03/22  17:36:32
51267         Log: Don't include $@ in not ok message.
51268      Branch: perlio
51269            ! t/io/open.t
51270 ____________________________________________________________________________
51271 [  9299] By: gsar                                  on 2001/03/22  16:53:45
51272         Log: back out changes#7532,7521 for now (appears to have problems
51273              on IRIX)
51274      Branch: maint-5.6/perl
51275            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
51276            ! ext/POSIX/typemap pod/perlvar.pod
51277 ____________________________________________________________________________
51278 [  9298] By: nick                                  on 2001/03/22  14:35:46
51279         Log: Give a meaning to '&' in n-arg open case:
51280              open($fh,"<&",$scalar);
51281              $scalar can be:
51282              - an integer which does "fdopen"
51283              open($fh,"<&",2); # like open($fh,"<&2")
51284              - something that will yield a file handle via sv_2io()
51285              useful for dup'ing anonymous handles.
51286              e.g.:
51287              open(my $fh,"<&",\*STDIN);
51288              open(my $dup,"<&",$fh);
51289      Branch: perlio
51290            ! doio.c t/io/open.t
51291 ____________________________________________________________________________
51292 [  9297] By: nick                                  on 2001/03/22  13:34:35
51293         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
51294      Branch: perlio
51295            ! util.c
51296 ____________________________________________________________________________
51297 [  9296] By: nick                                  on 2001/03/22  12:51:20
51298         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
51299      Branch: perlio
51300            ! perl.c
51301 ____________________________________________________________________________
51302 [  9295] By: nick                                  on 2001/03/22  11:59:44
51303         Log: If stdin, stdout or stderr get opened in unexpected read/write state
51304              then warn at time of open not at time of use.
51305      Branch: perlio
51306            ! doio.c pp_hot.c pp_sys.c
51307 ____________________________________________________________________________
51308 [  9294] By: nick                                  on 2001/03/22  10:54:35
51309         Log: Die on n-arg open(...,"",xxx,yyy,...)
51310              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
51311              - die on read/write cases so we can decide what it means later.
51312      Branch: perlio
51313            ! doio.c embed.pl iperlsys.h util.c
51314 ____________________________________________________________________________
51315 [  9293] By: nick                                  on 2001/03/22  09:02:45
51316         Log: perlio tweaks (reported by Nick Clark)
51317              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
51318              error check in Pendinf_read().
51319      Branch: perlio
51320            ! perlio.c
51321 ____________________________________________________________________________
51322 [  9292] By: gsar                                  on 2001/03/22  07:12:00
51323         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
51324              fixes)
51325      Branch: maint-5.6/perl
51326           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
51327 ____________________________________________________________________________
51328 [  9291] By: jhi                                   on 2001/03/22  06:06:44
51329         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
51330      Branch: perl
51331            ! t/op/re_tests
51332 ____________________________________________________________________________
51333 [  9290] By: jhi                                   on 2001/03/22  05:57:01
51334         Log: Move MacOS Classic higher in the list of supported platforms.
51335      Branch: maint-5.6/perl
51336            ! pod/perlport.pod
51337 ____________________________________________________________________________
51338 [  9289] By: gsar                                  on 2001/03/22  05:35:04
51339         Log: revert part of change#6438 for compatibility (av_reify()
51340              appears to be needed to implement av_splice()ish things
51341              in XS)
51342      Branch: maint-5.6/perl
51343            ! embed.pl global.sym objXSUB.h perlapi.c
51344 ____________________________________________________________________________
51345 [  9288] By: gsar                                  on 2001/03/22  03:09:19
51346         Log: update copyright year
51347      Branch: maint-5.6/perl
51348            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
51349            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
51350            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
51351            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
51352            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
51353            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
51354            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
51355            ! x2p/walk.c
51356 ____________________________________________________________________________
51357 [  9287] By: jhi                                   on 2001/03/21  20:30:54
51358         Log: Integrate perlio.
51359      Branch: perl
51360           !> ext/Data/Dumper/Dumper.xs
51361 ____________________________________________________________________________
51362 [  9286] By: gsar                                  on 2001/03/21  19:49:54
51363         Log: makefile.mk tweak
51364      Branch: maint-5.6/perl
51365            ! win32/Makefile win32/makefile.mk
51366 ____________________________________________________________________________
51367 [  9285] By: nick                                  on 2001/03/21  19:07:13
51368         Log: Multiplicity fix for Dumper.
51369      Branch: perlio
51370            ! ext/Data/Dumper/Dumper.xs
51371 ____________________________________________________________________________
51372 [  9284] By: nick                                  on 2001/03/21  19:01:07
51373         Log: Integrate mainline - (does not build xTHX issue in Dumper).
51374      Branch: perlio
51375           !> (integrate 27 files)
51376 ____________________________________________________________________________
51377 [  9283] By: jhi                                   on 2001/03/21  17:17:35
51378         Log: Integrate change #9282 from mainline into maintperl,
51379              4-arg UTF-8 substr().
51380      Branch: maint-5.6/perl
51381           !> pp.c
51382 ____________________________________________________________________________
51383 [  9282] By: jhi                                   on 2001/03/21  17:15:43
51384         Log: The #9270 would have leaked a scalar if pp_substr()
51385              returned early.
51386      Branch: perl
51387            ! pp.c
51388 ____________________________________________________________________________
51389 [  9281] By: gsar                                  on 2001/03/21  17:03:14
51390         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
51391      Branch: maint-5.6/perl
51392            ! win32/makefile.mk
51393 ____________________________________________________________________________
51394 [  9280] By: gsar                                  on 2001/03/21  17:01:20
51395         Log: some tweaks to change#9278 (fork() emulation should be enabled
51396              by setting BUILD_FLAVOR instead of changing the defaults)
51397      Branch: maint-5.6/perl
51398            ! win32/makefile.mk
51399 ____________________________________________________________________________
51400 [  9279] By: gsar                                  on 2001/03/21  16:47:19
51401         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
51402      Branch: maint-5.6/perl
51403            ! ext/File/Glob/Glob.pm
51404           !> lib/Cwd.pm
51405 ____________________________________________________________________________
51406 [  9278] By: jhi                                   on 2001/03/21  14:35:10
51407         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
51408              From: "Vadim Konovalov" <watman@inbox.ru>
51409              Date: Wed, 21 Mar 2001 01:53:51 +0300
51410              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
51411      Branch: maint-5.6/perl
51412            ! win32/makefile.mk win32/win32sck.c
51413 ____________________________________________________________________________
51414 [  9277] By: jhi                                   on 2001/03/21  13:58:28
51415         Log: Integrate change #9270 from mainline to maintperl:
51416              continued 4-arg UTF-8 substr() fixing.
51417      Branch: maint-5.6/perl
51418           !> pp.c t/op/substr.t
51419 ____________________________________________________________________________
51420 [  9276] By: jhi                                   on 2001/03/21  13:33:00
51421         Log: More pixie cleaning.
51422      Branch: perl
51423            ! Makefile.SH
51424 ____________________________________________________________________________
51425 [  9275] By: jhi                                   on 2001/03/21  03:54:17
51426         Log: Update Changes.
51427      Branch: perl
51428            ! Changes patchlevel.h
51429 ____________________________________________________________________________
51430 [  9274] By: jhi                                   on 2001/03/21  03:48:24
51431         Log: First stab at making Data::Dumper to grok Unicode.
51432              
51433              TODO: tests, EBCDICify.
51434      Branch: perl
51435            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
51436 ____________________________________________________________________________
51437 [  9273] By: jhi                                   on 2001/03/21  02:23:00
51438         Log: Fix for
51439              
51440              Subject: Memory leak in unquoted print   
51441              From: Benjamin Sugars <bsugars@canoe.ca> 
51442              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
51443              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
51444      Branch: perl
51445            ! perlio.c
51446 ____________________________________________________________________________
51447 [  9272] By: jhi                                   on 2001/03/21  01:33:17
51448         Log: Subject: Re: [PATCH] POSIX::getcwd()
51449              From: Benjamin Sugars <bsugars@canoe.ca> 
51450              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
51451              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
51452      Branch: perl
51453            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
51454 ____________________________________________________________________________
51455 [  9271] By: jhi                                   on 2001/03/21  01:22:52
51456         Log: Subject: [PATCH] Cwd.pm docs
51457              From: Benjamin Sugars <bsugars@canoe.ca>
51458              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
51459              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
51460      Branch: perl
51461            ! lib/Cwd.pm
51462 ____________________________________________________________________________
51463 [  9270] By: jhi                                   on 2001/03/21  01:16:29
51464         Log: Continue 4-arg substr() UTF-8 fixage.
51465      Branch: perl
51466            ! pp.c t/op/substr.t
51467 ____________________________________________________________________________
51468 [  9269] By: jhi                                   on 2001/03/21  00:46:14
51469         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
51470              
51471              revert the leak fix in change#9142 (problem needs a more experimental
51472              fix unsuitable for 5.6.1)
51473              
51474              do alphabetical sorting by default (for csh compatibility)
51475              
51476              cut-n-paste goof in change#9264
51477              
51478              VMS piping fixes (from Charles Lane)
51479      Branch: perl
51480           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
51481           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
51482           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
51483 ____________________________________________________________________________
51484 [  9268] By: jhi                                   on 2001/03/21  00:37:04
51485         Log: Integrate perlio.
51486      Branch: perl
51487           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
51488           !> utf8.c utf8.h utfebcdic.h
51489 ____________________________________________________________________________
51490 [  9267] By: nick                                  on 2001/03/20  20:04:39
51491         Log: More EBCDIC stuff:
51492              - Loose the extra level of function on ASCII.
51493              - spotted a chr(0) issue in sv.c
51494              - re-work of UTF-X tr/// ranges to work in Unicode
51495              space. Still issues with the "0xff is illegal UTF-8" hack.
51496              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
51497              (why do it once when you can do it all over the place :-(
51498              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
51499              need utf8.pm for swashes.
51500              - Simplified and commented scan_const() in toke.c
51501              Still something wrong regexp and tr (swashes?).
51502      Branch: perlio
51503            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
51504            ! utf8.c utf8.h utfebcdic.h
51505 ____________________________________________________________________________
51506 [  9266] By: gsar                                  on 2001/03/20  19:16:43
51507         Log: VMS piping fixes (from Charles Lane)
51508      Branch: maint-5.6/perl
51509            ! vms/vms.c vms/vmspipe.com
51510 ____________________________________________________________________________
51511 [  9265] By: gsar                                  on 2001/03/20  17:53:52
51512         Log: cut-n-paste goof in change#9264
51513      Branch: maint-5.6/perl
51514            ! ext/File/Glob/Glob.xs
51515 ____________________________________________________________________________
51516 [  9264] By: gsar                                  on 2001/03/20  17:43:47
51517         Log: do alphabetical sorting by default (for csh compatibility);
51518              bsd_glob() does ASCII sort by default as usual, unless
51519              GLOB_ALPHASORT was specified
51520      Branch: maint-5.6/perl
51521            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
51522            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
51523            ! ext/File/Glob/bsd_glob.h
51524 ____________________________________________________________________________
51525 [  9263] By: gsar                                  on 2001/03/20  16:40:08
51526         Log: integrate change#9255 from mainline (unicode fix)
51527              
51528              substr($bytestr, i, n, $charstr)
51529      Branch: maint-5.6/perl
51530           !> Todo-5.6 pp.c t/op/substr.t
51531 ____________________________________________________________________________
51532 [  9262] By: gsar                                  on 2001/03/20  15:57:41
51533         Log: revert the leak fix in change#9142 (problem needs a more experimental
51534              fix unsuitable for 5.6.1)
51535      Branch: maint-5.6/perl
51536            ! scope.c
51537 ____________________________________________________________________________
51538 [  9261] By: jhi                                   on 2001/03/20  14:26:25
51539         Log: Integrate changes #9259,9260 from maintperl into mainline.
51540              
51541              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
51542              
51543              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
51544      Branch: perl
51545           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
51546 ____________________________________________________________________________
51547 [  9260] By: jhi                                   on 2001/03/20  14:05:46
51548         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
51549              From: Robin Barker <rmb1@cise.npl.co.uk>
51550              Date: Tue, 20 Mar 2001 10:12:04 GMT
51551              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
51552      Branch: maint-5.6/perl
51553            ! run.c
51554 ____________________________________________________________________________
51555 [  9259] By: jhi                                   on 2001/03/20  14:04:39
51556         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
51557              From: Chris Nandor <pudge@pobox.com>
51558              Date: Tue, 20 Mar 2001 00:40:56 -0500
51559              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
51560      Branch: maint-5.6/perl
51561            ! ext/POSIX/POSIX.xs lib/File/Path.pm
51562 ____________________________________________________________________________
51563 [  9258] By: jhi                                   on 2001/03/20  05:09:34
51564         Log: Update Changes.
51565      Branch: perl
51566            ! Changes patchlevel.h
51567 ____________________________________________________________________________
51568 [  9257] By: jhi                                   on 2001/03/20  05:04:25
51569         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
51570      Branch: perl
51571            ! t/op/tr.t
51572 ____________________________________________________________________________
51573 [  9256] By: jhi                                   on 2001/03/20  04:43:12
51574         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
51575              From: Peter Prymmer <pvhp@forte.com>
51576              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
51577              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
51578      Branch: maint-5.6/perl
51579            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
51580 ____________________________________________________________________________
51581 [  9255] By: jhi                                   on 2001/03/19  23:17:17
51582         Log: substr($bytestr, i, n, $charstr)
51583              
51584              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
51585      Branch: perl
51586            ! Todo-5.6 pp.c t/op/substr.t
51587 ____________________________________________________________________________
51588 [  9254] By: jhi                                   on 2001/03/19  22:25:09
51589         Log: Rearrange the make test target prerequisites so that
51590              in a parallel make 'all' is finished before 'test'.
51591      Branch: perl
51592            ! Makefile.SH
51593 ____________________________________________________________________________
51594 [  9253] By: jhi                                   on 2001/03/19  21:48:07
51595         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
51596              From: Robin Houston <robin@kitsite.com>
51597              Date: Mon, 19 Mar 2001 15:48:41 +0000
51598              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
51599      Branch: perl
51600            ! pp_ctl.c
51601 ____________________________________________________________________________
51602 [  9252] By: jhi                                   on 2001/03/19  21:42:27
51603         Log: Integrate perlio.
51604      Branch: perl
51605           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
51606           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
51607           !> utfebcdic.h vms/perly_c.vms
51608 ____________________________________________________________________________
51609 [  9251] By: jhi                                   on 2001/03/19  21:31:28
51610         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
51611              
51612              Dynaloading in 64-bit AIX with vac.
51613      Branch: perl
51614           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
51615           !> hints/aix.sh
51616 ____________________________________________________________________________
51617 [  9250] By: jhi                                   on 2001/03/19  21:18:00
51618         Log: A more robust solution for the 64bitall AIX dynaloading
51619              problem, from Jens-Uwe Mager.
51620      Branch: maint-5.6/perl
51621            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
51622 ____________________________________________________________________________
51623 [  9249] By: nick                                  on 2001/03/19  20:59:37
51624         Log: Integrate mainline.
51625      Branch: perlio
51626           !> (integrate 42 files)
51627 ____________________________________________________________________________
51628 [  9248] By: nick                                  on 2001/03/19  20:22:07
51629         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
51630              (Building on OS390 uses native YACC and YYDEBUG has other
51631              side effects.)
51632      Branch: perlio
51633            ! perly.c perly.y vms/perly_c.vms
51634 ____________________________________________________________________________
51635 [  9247] By: jhi                                   on 2001/03/19  19:59:53
51636         Log: 64-bit AIX dynaloading problem (see #9244) idea
51637              from Jens-Uwe Mager.
51638      Branch: maint-5.6/perl
51639            ! ext/DynaLoader/dl_aix.xs
51640 ____________________________________________________________________________
51641 [  9246] By: nick                                  on 2001/03/19  19:27:57
51642         Log: More EBCDIC fixes.
51643      Branch: perlio
51644            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
51645            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
51646 ____________________________________________________________________________
51647 [  9245] By: jhi                                   on 2001/03/19  19:05:19
51648         Log: Integrate change #9243 from mainline into maintperl.
51649              
51650              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
51651      Branch: maint-5.6/perl
51652           !> README.vmesa
51653 ____________________________________________________________________________
51654 [  9244] By: jhi                                   on 2001/03/19  19:03:15
51655         Log: Get 64bitall AIX building, but still does not test okay:
51656              dynaloading anything fails, for example for op/defins:
51657              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
51658              (update: fixed by #9247,9250)
51659      Branch: maint-5.6/perl
51660            ! hints/aix.sh
51661 ____________________________________________________________________________
51662 [  9243] By: jhi                                   on 2001/03/19  19:00:16
51663         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
51664              From: Robin Barker <rmb1@cise.npl.co.uk>
51665              Date: Mon, 19 Mar 2001 18:01:57 GMT
51666              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
51667      Branch: perl
51668            ! README.vmesa
51669 ____________________________________________________________________________
51670 [  9242] By: jhi                                   on 2001/03/19  18:58:43
51671         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
51672              
51673              TODO: tests.
51674      Branch: perl
51675            ! doop.c op.c
51676 ____________________________________________________________________________
51677 [  9241] By: gsar                                  on 2001/03/19  17:34:46
51678         Log: VMSify tests (from Charles Lane)
51679      Branch: maint-5.6/perl
51680            ! t/lib/filehand.t t/lib/texttabs.t
51681 ____________________________________________________________________________
51682 [  9240] By: jhi                                   on 2001/03/19  14:24:26
51683         Log: Integrate change #9233 from maintperl into mainline.
51684              
51685              some refcounts were incorrect in perl_clone()
51686      Branch: perl
51687           !> sv.c
51688 ____________________________________________________________________________
51689 [  9239] By: gsar                                  on 2001/03/19  09:23:17
51690         Log: this is 5.6.1-trial3
51691      Branch: maint-5.6/perl
51692            ! Changes
51693 ____________________________________________________________________________
51694 [  9238] By: gsar                                  on 2001/03/19  08:47:04
51695         Log: some new symbols are only available under ithreads
51696      Branch: maint-5.6/perl
51697            ! makedef.pl
51698 ____________________________________________________________________________
51699 [  9237] By: gsar                                  on 2001/03/19  08:42:28
51700         Log: update patchlevel.h, Changes, &c.
51701      Branch: maint-5.6/perl
51702            ! Changes patchlevel.h pod/perlhist.pod
51703           !> AUTHORS
51704 ____________________________________________________________________________
51705 [  9236] By: gsar                                  on 2001/03/19  08:17:49
51706         Log: integrate changes#8068,8717 from mainline
51707              
51708              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
51709              
51710              [PATCH CPAN 1.59_51] warning message (not!)
51711      Branch: maint-5.6/perl
51712           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
51713           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
51714           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
51715           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
51716           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
51717 ____________________________________________________________________________
51718 [  9235] By: gsar                                  on 2001/03/19  08:07:09
51719         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
51720              
51721              [PATCH] Add missing CV flags to dump.c
51722              
51723              Re: [patch] Re: PL_ptr_table
51724              
51725              Fixup non-ithread build after 8713
51726              
51727              Generated files form 8713 etc.
51728              
51729              Correct the correction :-(
51730              
51731              Documenting coderef @INC (Re: CPAN "make this script work" feature)
51732              
51733              Subject: Re: sync sync sync: have I missed any patches?
51734              Replace djSP with dSP.
51735      Branch: maint-5.6/perl
51736           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
51737           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
51738           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
51739           !> sv.c sv.h win32/perlhost.h
51740 ____________________________________________________________________________
51741 [  9234] By: gsar                                  on 2001/03/19  07:22:05
51742         Log: revert the change#9090 integrate for now (change looks somewhat
51743              incomplete in that [ha]v_exists() need something similar; lacks
51744              tests; &c.)
51745      Branch: maint-5.6/perl
51746            ! hv.c
51747 ____________________________________________________________________________
51748 [  9233] By: gsar                                  on 2001/03/19  07:10:01
51749         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
51750              destruction when there are unreferenced scalars (SvREFCNT==0)
51751      Branch: maint-5.6/perl
51752            ! sv.c
51753 ____________________________________________________________________________
51754 [  9232] By: jhi                                   on 2001/03/19  05:11:02
51755         Log: Regen api and toc.
51756      Branch: maint-5.6/perl
51757            ! pod/perlapi.pod pod/perltoc.pod
51758 ____________________________________________________________________________
51759 [  9231] By: jhi                                   on 2001/03/19  04:06:03
51760         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
51761              add a lost line in pp.c:pp_chop(), update to new op/chop.
51762              
51763              Clarify the description differentiating for and while; inspired by
51764              
51765              Subject: [ID 20010306.004] || != named unary operator
51766              
51767              The $Is_MacOS needs to be declared.
51768      Branch: maint-5.6/perl
51769            ! pp.c t/op/chop.t
51770           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
51771 ____________________________________________________________________________
51772 [  9230] By: jhi                                   on 2001/03/19  03:48:16
51773         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
51774              9079,9083,9089,9090,9091 from mainline to maintperl.
51775              
51776              Quieten some noise in Win32 builds
51777              
51778              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
51779              
51780              The perlretut was still talking about the old \p and \P
51781              definitions.
51782              
51783              More tweakage on the Unicode character class descriptions.
51784              
51785              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
51786              
51787              Subject: 'no *POSIX' Patch speeding up make on BS2000 
51788              
51789              Subject: [PATCH] perldata.pod here-doc docs
51790              
51791              Add /sbin and /usr/sbin to the list of directories scanned
51792              for setuid programs.  Takes care of bug id 20010309.003.
51793              
51794              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
51795              
51796              In op/stat #35 better to scan all the potential directories
51797              for setuids, not just the first one.
51798      Branch: maint-5.6/perl
51799            ! Makefile.SH
51800           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
51801           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
51802           !> t/op/stat.t toke.c win32/win32.h
51803 ____________________________________________________________________________
51804 [  9229] By: jhi                                   on 2001/03/19  02:31:50
51805         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
51806              From: Chris Nandor <pudge@pobox.com>
51807              Date: Sat, 10 Mar 2001 14:22:19 -0500
51808              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
51809      Branch: maint-5.6/perl
51810            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
51811            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
51812            ! t/lib/b.t t/lib/errno.t
51813 ____________________________________________________________________________
51814 [  9228] By: jhi                                   on 2001/03/19  02:29:59
51815         Log: Integrate changes #9113,9122 from mainline into maintperl.
51816              
51817              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?)
51818      Branch: maint-5.6/perl
51819           !> Configure README.os390 hints/os390.sh
51820 ____________________________________________________________________________
51821 [  9227] By: jhi                                   on 2001/03/19  02:22:35
51822         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
51823              into maintperl.
51824              
51825              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
51826              
51827              Forgot to check-in the larger part of #9120, duh.
51828              
51829              Subject: Another patch for integer.pm POD 
51830              
51831              h2ph strictness and cleanliness from Kurt Starsinic.
51832              
51833              Borland filename case problem.
51834              
51835              h2ph strictness and cleanliness from Kurt Starsinic.
51836              
51837              Subject: [PATCH] the uncontroversial doc patches
51838      Branch: maint-5.6/perl
51839           +> win32/sncfnmcs.pl
51840           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
51841           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
51842           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
51843           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
51844           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
51845           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
51846           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
51847 ____________________________________________________________________________
51848 [  9226] By: jhi                                   on 2001/03/19  02:10:21
51849         Log: Integrate changes #9207,9214 from mainline into maintperl.
51850              
51851              podchecker relaxations: =over has an *optional* number after it,
51852              and whitespace in L<> is okay.
51853      Branch: maint-5.6/perl
51854           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
51855           !> t/pod/poderrs.xr
51856 ____________________________________________________________________________
51857 [  9225] By: jhi                                   on 2001/03/19  02:07:38
51858         Log: Integrate change #9219 from maintperl into mainline.
51859              
51860              remove duplicated tests
51861      Branch: perl
51862           !> t/op/re_tests
51863 ____________________________________________________________________________
51864 [  9224] By: jhi                                   on 2001/03/19  02:06:11
51865         Log: Integrate change #9223 from mainline to maintperl.
51866              
51867              Document -Dmksymlinks.
51868      Branch: maint-5.6/perl
51869           !> INSTALL
51870 ____________________________________________________________________________
51871 [  9223] By: jhi                                   on 2001/03/19  02:01:25
51872         Log: Document -Dmksymlinks.
51873      Branch: perl
51874            ! INSTALL
51875 ____________________________________________________________________________
51876 [  9222] By: jhi                                   on 2001/03/19  01:15:35
51877         Log: The -Dmksymlinks wasn't working for maintperl.
51878      Branch: maint-5.6/perl
51879            ! Configure
51880 ____________________________________________________________________________
51881 [  9221] By: jhi                                   on 2001/03/19  00:49:43
51882         Log: Cleanup pixie residue.
51883      Branch: perl
51884            ! Makefile.SH
51885 ____________________________________________________________________________
51886 [  9220] By: jhi                                   on 2001/03/19  00:44:47
51887         Log: Document the use of pixie/prof; create make targets for it.
51888              
51889              TODO: make t/TEST pixie-aware.
51890      Branch: perl
51891            ! Makefile.SH pod/perlhack.pod
51892 ____________________________________________________________________________
51893 [  9219] By: gsar                                  on 2001/03/19  00:16:55
51894         Log: remove duplicated tests
51895      Branch: maint-5.6/perl
51896            ! t/op/re_tests
51897 ____________________________________________________________________________
51898 [  9218] By: jhi                                   on 2001/03/18  23:59:31
51899         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
51900      Branch: perl
51901            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
51902 ____________________________________________________________________________
51903 [  9217] By: jhi                                   on 2001/03/18  23:25:20
51904         Log: Rewrite the tests section of Makefile to be less redundant
51905              and to allow for more flexible test targets, many recursive
51906              make calls introduced.
51907      Branch: perl
51908            ! Makefile.SH
51909 ____________________________________________________________________________
51910 [  9216] By: jhi                                   on 2001/03/18  22:30:04
51911         Log: Document the use of Third Degree (sparsely).
51912      Branch: perl
51913            ! pod/perlhack.pod t/TEST
51914 ____________________________________________________________________________
51915 [  9215] By: jhi                                   on 2001/03/18  22:10:30
51916         Log: Make targets for testing with Third Degree.
51917      Branch: perl
51918            ! Makefile.SH
51919 ____________________________________________________________________________
51920 [  9214] By: jhi                                   on 2001/03/18  21:08:53
51921         Log: The podchecker relaxations need to mirrored also at the tests.
51922      Branch: perl
51923            ! t/pod/poderrs.xr
51924 ____________________________________________________________________________
51925 [  9213] By: jhi                                   on 2001/03/18  20:56:21
51926         Log: Update Changes.
51927      Branch: perl
51928            ! Changes patchlevel.h
51929 ____________________________________________________________________________
51930 [  9212] By: jhi                                   on 2001/03/18  20:36:59
51931         Log: Looking for config.sh in parent directories isn't
51932              very useful for the toplevel Makefile.
51933      Branch: perl
51934            ! Makefile.SH
51935 ____________________________________________________________________________
51936 [  9211] By: jhi                                   on 2001/03/18  20:33:37
51937         Log: On "make clean" take care of Third Degree droppings.
51938      Branch: perl
51939            ! Makefile.SH
51940 ____________________________________________________________________________
51941 [  9210] By: jhi                                   on 2001/03/18  20:21:34
51942         Log: Add a hook for running the tests under the Third Degree
51943              debugging tool (set $ENV{PERL_3LOG} to non-zero)
51944              
51945              TODO: Document the use of Third Degree.
51946      Branch: perl
51947            ! t/TEST
51948 ____________________________________________________________________________
51949 [  9209] By: jhi                                   on 2001/03/18  20:19:07
51950         Log: Regen toc and api pods.
51951      Branch: perl
51952            ! pod/perlapi.pod pod/perltoc.pod
51953 ____________________________________________________________________________
51954 [  9208] By: jhi                                   on 2001/03/18  20:12:12
51955         Log: Integrate changes #8128,9132 from mainline into maintperl,
51956              Tie::SubstrHash fixes.
51957      Branch: maint-5.6/perl
51958           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
51959 ____________________________________________________________________________
51960 [  9207] By: jhi                                   on 2001/03/18  20:07:43
51961         Log: podchecker relaxations from Michael Stevens.
51962      Branch: perl
51963            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
51964 ____________________________________________________________________________
51965 [  9206] By: jhi                                   on 2001/03/18  20:04:24
51966         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
51967      Branch: perl
51968            ! lib/Locale/Constants.pm lib/Locale/Country.pm
51969            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
51970            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
51971 ____________________________________________________________________________
51972 [  9205] By: jhi                                   on 2001/03/18  19:54:45
51973         Log: Integrate changes #9161,9162 from maintperl to mainline.
51974              
51975              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
51976              results
51977      Branch: perl
51978           !> t/op/magic.t
51979 ____________________________________________________________________________
51980 [  9204] By: jhi                                   on 2001/03/18  19:37:46
51981         Log: Make perl.third checks more understandable to the builder.
51982      Branch: perl
51983            ! Makefile.SH
51984 ____________________________________________________________________________
51985 [  9203] By: jhi                                   on 2001/03/18  19:20:54
51986         Log: Re-integrate #9138 from maintperl to mainline,
51987              the squelching of the unneeded "Scalars leaked" messages.
51988      Branch: perl
51989           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
51990           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
51991           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
51992 ____________________________________________________________________________
51993 [  9202] By: jhi                                   on 2001/03/18  18:48:36
51994         Log: More robust and more paranoid perl.third target.
51995      Branch: perl
51996            ! Makefile.SH
51997 ____________________________________________________________________________
51998 [  9201] By: jhi                                   on 2001/03/18  18:39:21
51999         Log: Integrate change #9197 from maintperl to mainline.
52000              
52001              more thorough cleaning of arenas.
52002      Branch: perl
52003           !> embed.pl perl.c proto.h sv.c t/op/sort.t
52004 ____________________________________________________________________________
52005 [  9200] By: jhi                                   on 2001/03/18  18:25:17
52006         Log: Integrate perlio.
52007      Branch: perl
52008           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
52009           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
52010           !> t/lib/encode.t toke.c universal.c utf8.c
52011 ____________________________________________________________________________
52012 [  9199] By: nick                                  on 2001/03/18  15:23:51
52013         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
52014              is the sense of the test being done. Avoid some magical 127 and 128 values
52015              by using macros.
52016      Branch: perlio
52017            ! doop.c pp_ctl.c sv.c toke.c
52018 ____________________________________________________________________________
52019 [  9198] By: nick                                  on 2001/03/18  14:18:12
52020         Log: UTF-X encoding invariance for Encode:
52021              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
52022              - move the XS code for those to universal.c (so in miniperl)
52023              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
52024              - change ext/Encode/compile to use above.
52025              - Fix t/lib/encode.t for above
52026              - Teach t/lib/b.t to expect -uutf8
52027              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
52028              utf8.pm is needed.
52029      Branch: perlio
52030            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
52031            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
52032 ____________________________________________________________________________
52033 [  9197] By: gsar                                  on 2001/03/18  12:15:57
52034         Log: more thorough cleaning of arenas--keep going until no more
52035              SvREFCNT_dec()s occur (this fixes the problem that causes the
52036              pesky "Scalars leaked" warnings)
52037      Branch: maint-5.6/perl
52038            ! embed.pl perl.c proto.h sv.c t/op/sort.t
52039 ____________________________________________________________________________
52040 [  9196] By: nick                                  on 2001/03/18  10:57:29
52041         Log: Fix pragma/utf8.t # 15
52042              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
52043              are SvUTF8 as well.
52044      Branch: perlio
52045            ! toke.c
52046 ____________________________________________________________________________
52047 [  9195] By: nick                                  on 2001/03/18  09:27:06
52048         Log: Integrate mainline
52049      Branch: perlio
52050           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
52051           !> t/op/pat.t
52052 ____________________________________________________________________________
52053 [  9194] By: jhi                                   on 2001/03/18  05:29:59
52054         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
52055              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
52056      Branch: perl
52057            ! op.c op.h t/op/misc.t t/op/pat.t
52058 ____________________________________________________________________________
52059 [  9193] By: jhi                                   on 2001/03/18  05:15:06
52060         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
52061      Branch: perl
52062            ! mg.c t/op/pat.t
52063 ____________________________________________________________________________
52064 [  9192] By: jhi                                   on 2001/03/18  04:22:43
52065         Log: tr/// UTF-8 patches from Inaba Hiroto.
52066      Branch: perl
52067            ! doop.c op.c
52068 ____________________________________________________________________________
52069 [  9191] By: jhi                                   on 2001/03/18  04:21:17
52070         Log: Integrate perlio.
52071      Branch: perl
52072           !> utf8.c utfebcdic.h
52073 ____________________________________________________________________________
52074 [  9190] By: nick                                  on 2001/03/17  20:32:01
52075         Log: Correct #if EBCDIC side typos.
52076              Builds and passes many tests on OS390.
52077      Branch: perlio
52078            ! utf8.c utfebcdic.h
52079 ____________________________________________________________________________
52080 [  9189] By: jhi                                   on 2001/03/17  18:55:49
52081         Log: Add prerequisites for the perl.third target.
52082      Branch: perl
52083            ! Makefile.SH
52084 ____________________________________________________________________________
52085 [  9188] By: jhi                                   on 2001/03/17  18:46:00
52086         Log: Integrate perlio.
52087      Branch: perl
52088           +> utfebcdic.h
52089           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
52090 ____________________________________________________________________________
52091 [  9187] By: jhi                                   on 2001/03/17  18:38:47
52092         Log: Add a make rule for perl.third (the Third Degree memory debugging
52093              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
52094      Branch: perl
52095            ! Makefile.SH
52096 ____________________________________________________________________________
52097 [  9186] By: nick                                  on 2001/03/17  18:34:48
52098         Log: MANIFEST addition :-(
52099      Branch: perlio
52100            ! MANIFEST
52101 ____________________________________________________________________________
52102 [  9185] By: nick                                  on 2001/03/17  18:29:50
52103         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
52104              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
52105              a superset of ASCII are invariant under the encoding. This is EBCDIC
52106              friendly as an encoded string can be looked at as being EBCDIC by lexer
52107              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
52108              ASCII on ASCII machines.
52109              
52110              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
52111              seperate.
52112              - Add some more macros to comprehend different shift amounts and
52113              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
52114              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
52115              and conditionally #include it.
52116              
52117              EBCDIC build as yet untested.  ASCII still fails the one test.
52118      Branch: perlio
52119            + utfebcdic.h
52120            ! utf8.c utf8.h
52121 ____________________________________________________________________________
52122 [  9184] By: nick                                  on 2001/03/17  17:44:16
52123         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
52124      Branch: perlio
52125            ! doop.c perl.h pp.c utf8.h
52126 ____________________________________________________________________________
52127 [  9183] By: jhi                                   on 2001/03/17  15:55:42
52128         Log: Integrate perlio.
52129      Branch: perl
52130            ! MANIFEST
52131           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
52132 ____________________________________________________________________________
52133 [  9182] By: nick                                  on 2001/03/17  09:16:06
52134         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
52135      Branch: perlio
52136            ! t/op/pat.t
52137 ____________________________________________________________________________
52138 [  9181] By: nick                                  on 2001/03/17  09:15:11
52139         Log: Integrate mainline.
52140      Branch: perlio
52141           +> lib/Locale/Constants.pm lib/Locale/Country.pm
52142           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
52143           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
52144           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
52145           !> (integrate 83 files)
52146 ____________________________________________________________________________
52147 [  9180] By: nick                                  on 2001/03/16  17:23:21
52148         Log: EBCDIC Fixes.
52149      Branch: perlio
52150            ! perl.h sv.c toke.c utf8.c utf8.h
52151 ____________________________________________________________________________
52152 [  9179] By: jhi                                   on 2001/03/16  14:10:12
52153         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
52154              a change needed to work around an AIX compiler bug.
52155      Branch: perl
52156            ! ext/Storable/Storable.xs
52157 ____________________________________________________________________________
52158 [  9178] By: jhi                                   on 2001/03/16  03:19:59
52159         Log: With Damian's approval synchronize damian's modules'
52160              licensing with Perl's standard module licensing.
52161      Branch: perl
52162            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
52163 ____________________________________________________________________________
52164 [  9177] By: jhi                                   on 2001/03/16  03:15:34
52165         Log: Make the Filter::Util:Call files have their own copies
52166              of the Perl standard module licensing, from Paul Marquess.
52167      Branch: perl
52168            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
52169 ____________________________________________________________________________
52170 [  9176] By: jhi                                   on 2001/03/16  02:56:04
52171         Log: Subject: [PATCH] more pod patches
52172              From: Michael Stevens <michael@etla.org>
52173              Date: Thu, 15 Mar 2001 21:25:18 +0000
52174              Message-ID: <20010315212518.A18870@firedrake.org>
52175      Branch: perl
52176            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
52177            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
52178            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
52179            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
52180            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
52181            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
52182            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
52183            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
52184            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
52185            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
52186            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
52187            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
52188            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
52189            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
52190            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
52191            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
52192            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
52193            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
52194            ! lib/Locale/Country.pm lib/Locale/Language.pm
52195            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
52196            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
52197            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
52198            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
52199            ! os2/OS2/Process/Process.pm
52200 ____________________________________________________________________________
52201 [  9175] By: jhi                                   on 2001/03/16  02:53:32
52202         Log: Subject: [PATCH] the uncontroversial doc patches
52203              From: Michael Stevens <michael@etla.org>
52204              Date: Thu, 15 Mar 2001 20:01:12 +0000
52205              Message-ID: <20010315200112.A7636@firedrake.org>
52206      Branch: perl
52207            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
52208            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
52209            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
52210            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
52211            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
52212 ____________________________________________________________________________
52213 [  9174] By: jhi                                   on 2001/03/16  02:50:49
52214         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
52215              From: Paul Lindner <lindner@inuus.com>
52216              Date: Fri, 16 Mar 2001 11:28:03 -0800
52217              Message-ID: <20010316112803.A7577@inuus.com>
52218      Branch: perl
52219            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
52220 ____________________________________________________________________________
52221 [  9173] By: nick                                  on 2001/03/15  20:21:03
52222         Log: 1st day's EBCDIC fixes:
52223              - toke.c's parsing of strings needed attention
52224              needed to conditionally e2a if string was already UTF-8
52225              - e2a/a2e tables where wrong way round.
52226              - new macros in utf8.h
52227      Branch: perlio
52228            ! perl.h toke.c utf8.h
52229 ____________________________________________________________________________
52230 [  9172] By: jhi                                   on 2001/03/15  15:17:17
52231         Log: Update Changes.
52232      Branch: perl
52233            ! Changes patchlevel.h
52234 ____________________________________________________________________________
52235 [  9171] By: jhi                                   on 2001/03/15  15:09:32
52236         Log: Subject: Re: Another Borland C++ problem.
52237              From: "Vadim Konovalov" <watman@inbox.ru>
52238              Date: Sat, 10 Mar 2001 19:26:07 +0300
52239              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
52240              
52241              Borland filename case problem.
52242      Branch: perl
52243            + win32/sncfnmcs.pl
52244            ! MANIFEST README.win32
52245 ____________________________________________________________________________
52246 [  9170] By: jhi                                   on 2001/03/15  14:54:23
52247         Log: Add Locale::Codes 1.06, from Neil Bowers.
52248      Branch: perl
52249            + lib/Locale/Constants.pm lib/Locale/Country.pm
52250            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
52251            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
52252            + t/lib/lc-language.t t/lib/lc-uk.t
52253            ! MANIFEST
52254 ____________________________________________________________________________
52255 [  9169] By: jhi                                   on 2001/03/15  14:19:01
52256         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
52257      Branch: perl
52258            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
52259            ! ext/Storable/Storable.xs
52260 ____________________________________________________________________________
52261 [  9168] By: jhi                                   on 2001/03/15  14:13:22
52262         Log: Integrate changes #9120,9167 from mainline to maintperl.
52263              
52264              Subject: [PATCH 5.6.1] OS/2 docs
52265              
52266              Subject: [PATCH 5.6.1] perldoc
52267      Branch: maint-5.6/perl
52268           !> os2/Changes utils/perldoc.PL
52269 ____________________________________________________________________________
52270 [  9167] By: jhi                                   on 2001/03/15  14:07:42
52271         Log: Subject: [PATCH 5.6.1] perldoc
52272              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52273              Date: Wed, 14 Mar 2001 23:46:52 -0500
52274              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
52275      Branch: perl
52276            ! utils/perldoc.PL
52277 ____________________________________________________________________________
52278 [  9166] By: jhi                                   on 2001/03/15  13:53:15
52279         Log: sigaction test condition tweakage.
52280      Branch: perl
52281            ! t/lib/sigaction.t
52282 ____________________________________________________________________________
52283 [  9165] By: alanbur                               on 2001/03/15  03:49:17
52284         Log: Resynchronised with parent
52285      Branch: maint-5.6/pureperl
52286           +> os2/os2add.sym t/op/anonsub.t
52287           !> (integrate 72 files)
52288 ____________________________________________________________________________
52289 [  9164] By: jhi                                   on 2001/03/15  01:05:01
52290         Log: Avoid stomping off the beginning of an array in tr///.
52291      Branch: perl
52292            ! op.c
52293 ____________________________________________________________________________
52294 [  9163] By: jhi                                   on 2001/03/15  00:58:57
52295         Log: h2ph strictness and cleanliness from Kurt Starsinic.
52296      Branch: perl
52297            ! utils/h2ph.PL
52298 ____________________________________________________________________________
52299 [  9162] By: gsar                                  on 2001/03/15  00:56:53
52300         Log: avoid warnings
52301      Branch: maint-5.6/perl
52302            ! t/op/magic.t
52303 ____________________________________________________________________________
52304 [  9161] By: gsar                                  on 2001/03/15  00:52:09
52305         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
52306              results
52307      Branch: maint-5.6/perl
52308            ! t/op/magic.t
52309 ____________________________________________________________________________
52310 [  9160] By: jhi                                   on 2001/03/14  22:02:10
52311         Log: Do not use the Perl malloc in IRIX, suggested by
52312              Helmus Jarausch.
52313      Branch: perl
52314            ! hints/irix_6.sh
52315 ____________________________________________________________________________
52316 [  9159] By: nick                                  on 2001/03/14  21:45:59
52317         Log: Integrate mainline
52318      Branch: perlio
52319           +> t/op/loopctl.t
52320           !> (integrate 41 files)
52321 ____________________________________________________________________________
52322 [  9158] By: jhi                                   on 2001/03/14  21:10:09
52323         Log: The Day of the Retractions continues: the #9138
52324              (integrated in #9144) doesn't work well in mainline.
52325      Branch: perl
52326            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
52327            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
52328            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
52329 ____________________________________________________________________________
52330 [  9157] By: jhi                                   on 2001/03/14  20:58:12
52331         Log: The #9145 CANNOT be enabled: the clear_pmop code still
52332              dumps core all over in Tru64.
52333      Branch: perl
52334            ! op.c op.h t/op/pat.t
52335 ____________________________________________________________________________
52336 [  9156] By: jhi                                   on 2001/03/14  20:48:06
52337         Log: Integrate change #9154 from maintperl to mainline.
52338              
52339              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
52340              (caused Storable 1.0.10 to break on windows)
52341      Branch: perl
52342           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
52343           !> perlapi.c proto.h
52344 ____________________________________________________________________________
52345 [  9155] By: jhi                                   on 2001/03/14  20:23:53
52346         Log: Retract #9136: breaks threading (and binary compatibility).
52347      Branch: perl
52348            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
52349 ____________________________________________________________________________
52350 [  9154] By: gsar                                  on 2001/03/14  17:48:18
52351         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
52352              (caused Storable 1.0.10 to break on windows)
52353      Branch: maint-5.6/perl
52354            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
52355            ! perlapi.c proto.h
52356 ____________________________________________________________________________
52357 [  9153] By: jhi                                   on 2001/03/14  13:35:21
52358         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
52359      Branch: perl
52360            ! t/lib/sigaction.t
52361 ____________________________________________________________________________
52362 [  9152] By: gsar                                  on 2001/03/14  07:29:40
52363         Log: back out changes#9012,9010,9009 and parts of change#9016
52364              (causes ABRs under purify, and some prerequisites don't
52365              seem to be there in 5.6.x)
52366      Branch: maint-5.6/perl
52367            ! doop.c op.c t/op/tr.t toke.c
52368 ____________________________________________________________________________
52369 [  9151] By: gsar                                  on 2001/03/14  07:01:29
52370         Log: reenable change#9145 (the test was busted due to a missing
52371              C<print "ok 27\n">)
52372      Branch: perl
52373            ! op.c op.h t/op/pat.t
52374 ____________________________________________________________________________
52375 [  9150] By: jhi                                   on 2001/03/14  06:38:36
52376         Log: Retract #9145.
52377      Branch: perl
52378            ! op.c op.h t/op/pat.t
52379 ____________________________________________________________________________
52380 [  9149] By: jhi                                   on 2001/03/14  06:14:56
52381         Log: Retract #9143.
52382      Branch: perl
52383            ! op.c
52384 ____________________________________________________________________________
52385 [  9148] By: gsar                                  on 2001/03/14  06:13:02
52386         Log: Uninitialized Memory Read in regexec.c
52387      Branch: perl
52388            ! regexec.c
52389 ____________________________________________________________________________
52390 [  9147] By: jhi                                   on 2001/03/14  04:59:54
52391         Log: Subject: PATCH: make goto work in nested eval ""
52392              From: Robin Houston <robin@kitsite.com>
52393              Date: Wed, 14 Mar 2001 04:16:10 +0000
52394              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
52395      Branch: perl
52396            ! pp_ctl.c t/op/goto.t
52397 ____________________________________________________________________________
52398 [  9146] By: jhi                                   on 2001/03/14  04:42:54
52399         Log: Preserve the #ifdef PERL_CORE in perly.h.
52400      Branch: perl
52401            ! perly.fixer
52402 ____________________________________________________________________________
52403 [  9145] By: jhi                                   on 2001/03/14  03:57:41
52404         Log: (Retracted by #9150.)
52405      Branch: perl
52406            ! op.c op.h t/op/pat.t
52407 ____________________________________________________________________________
52408 [  9144] By: jhi                                   on 2001/03/14  03:50:38
52409         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
52410              
52411              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
52412              
52413              remove squelch controls for "Scalars leaked" messages in most places
52414              (these are now cured)
52415              
52416              fix another memory leak reported by purify (tie callbacks that
52417              croak can leak when wiping out magic)
52418      Branch: perl
52419           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
52420           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
52421           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
52422           !> t/pragma/warnings.t
52423 ____________________________________________________________________________
52424 [  9143] By: jhi                                   on 2001/03/14  03:37:53
52425         Log: (Retracted by #9149.)
52426      Branch: perl
52427            ! op.c
52428 ____________________________________________________________________________
52429 [  9142] By: gsar                                  on 2001/03/14  03:20:48
52430         Log: fix another memory leak reported by purify (tie callbacks that
52431              croak can leak when wiping out magic)
52432      Branch: maint-5.6/perl
52433            ! scope.c
52434 ____________________________________________________________________________
52435 [  9141] By: jhi                                   on 2001/03/14  02:55:00
52436         Log: Subject: PATCH for [ID 20010305.003]
52437              From: Robin Houston <robin@kitsite.com>
52438              Date: Wed, 14 Mar 2001 02:45:51 +0000
52439              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
52440      Branch: perl
52441            ! pp_ctl.c t/op/eval.t
52442 ____________________________________________________________________________
52443 [  9140] By: jhi                                   on 2001/03/14  02:41:54
52444         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
52445              Date: Wed, 14 Mar 2001 01:52:51 +0000
52446              From: Robin Houston <robin@kitsite.com>
52447              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
52448              
52449              Fix for 2000313.004.
52450      Branch: perl
52451            ! pp_ctl.c t/op/goto.t
52452 ____________________________________________________________________________
52453 [  9139] By: jhi                                   on 2001/03/14  02:40:50
52454         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
52455              From: Robin Houston <robin@kitsite.com>
52456              Date: Wed, 14 Mar 2001 00:43:45 +0000
52457              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
52458      Branch: perl
52459            + t/op/loopctl.t
52460            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
52461            ! vms/perly_c.vms
52462 ____________________________________________________________________________
52463 [  9138] By: gsar                                  on 2001/03/14  01:18:00
52464         Log: remove squelch controls for "Scalars leaked" messages in most places
52465              (these are now cured)
52466      Branch: maint-5.6/perl
52467            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
52468            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
52469            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
52470 ____________________________________________________________________________
52471 [  9137] By: gsar                                  on 2001/03/14  00:57:04
52472         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
52473      Branch: maint-5.6/perl
52474            ! regcomp.c
52475 ____________________________________________________________________________
52476 [  9136] By: jhi                                   on 2001/03/13  23:12:24
52477         Log: (Retracted by #9155)
52478              
52479              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
52480              From: Jens-Uwe Mager <jum@helios.de>
52481              Date: Wed, 21 Feb 2001 21:32:04 +0100
52482              Message-ID: <20010221213203.A18340@ans.helios.de>
52483      Branch: perl
52484            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
52485 ____________________________________________________________________________
52486 [  9135] By: jhi                                   on 2001/03/13  22:50:05
52487         Log: Integrate perlio.
52488      Branch: perl
52489           !> pp.c
52490 ____________________________________________________________________________
52491 [  9134] By: jhi                                   on 2001/03/13  22:49:05
52492         Log: Integrate change #9131 from maintperl into mainline.
52493              
52494              make the error text look more consistent in hints/hpux.sh
52495      Branch: perl
52496           !> hints/hpux.sh
52497 ____________________________________________________________________________
52498 [  9133] By: gsar                                  on 2001/03/13  22:46:20
52499         Log: integrate change#9067 from mainline
52500              
52501              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
52502      Branch: maint-5.6/perl
52503           !> lib/ExtUtils/MM_Unix.pm
52504 ____________________________________________________________________________
52505 [  9132] By: jhi                                   on 2001/03/13  22:41:21
52506         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
52507              From: "John P. Linderman" <jpl@research.att.com>
52508              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
52509              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
52510              
52511              A more correct prime finder.
52512      Branch: perl
52513            ! lib/Tie/SubstrHash.pm
52514 ____________________________________________________________________________
52515 [  9131] By: gsar                                  on 2001/03/13  22:30:42
52516         Log: make the error text look more consistent in hints/hpux.sh
52517      Branch: maint-5.6/perl
52518            ! hints/hpux.sh
52519 ____________________________________________________________________________
52520 [  9130] By: jhi                                   on 2001/03/13  22:23:44
52521         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
52522              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52523              Date: Tue, 13 Mar 2001 18:41:26 +0100
52524              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
52525              
52526              If the test is run non-interactively the default handler
52527              is different.
52528      Branch: perl
52529            ! t/lib/sigaction.t
52530 ____________________________________________________________________________
52531 [  9129] By: jhi                                   on 2001/03/13  22:20:21
52532         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
52533              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52534              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
52535              Date:     Tue, 13 Mar 2001 16:44:32 EST
52536      Branch: perl
52537            ! t/lib/1_compile.t
52538 ____________________________________________________________________________
52539 [  9128] By: jhi                                   on 2001/03/13  22:18:34
52540         Log: Subject: Another patch for integer.pm POD 
52541              From: "John L. Allen" <allen@grumman.com>
52542              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
52543              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
52544      Branch: perl
52545            ! lib/integer.pm
52546 ____________________________________________________________________________
52547 [  9127] By: nick                                  on 2001/03/13  21:26:30
52548         Log: Integrate mainline.
52549      Branch: perlio
52550           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
52551           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
52552           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
52553           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
52554           !> Changes Configure MANIFEST README.os2 README.os390
52555           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
52556           !> os2/Changes patchlevel.h win32/perlhost.h
52557 ____________________________________________________________________________
52558 [  9126] By: nick                                  on 2001/03/13  20:39:51
52559         Log: #ifdef'ed out code to make packed side of pack/unpack
52560              octets. (i.e. pack('U') => encode_utf8).
52561      Branch: perlio
52562            ! pp.c
52563 ____________________________________________________________________________
52564 [  9125] By: jhi                                   on 2001/03/13  15:07:16
52565         Log: Update Changes.
52566      Branch: perl
52567            ! Changes patchlevel.h
52568 ____________________________________________________________________________
52569 [  9124] By: jhi                                   on 2001/03/13  14:22:45
52570         Log: Workaround for the buggy ("internal compiler error")
52571              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
52572              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
52573              of Andreas König.
52574      Branch: perl
52575            ! ext/re/Makefile.PL hints/aix.sh
52576 ____________________________________________________________________________
52577 [  9123] By: jhi                                   on 2001/03/13  03:24:34
52578         Log: Typo in #9114.
52579      Branch: metaconfig
52580            ! U/modified/myhostname.U
52581 ____________________________________________________________________________
52582 [  9122] By: jhi                                   on 2001/03/13  03:24:06
52583         Log: Typo in #9113.
52584      Branch: perl
52585            ! Configure
52586 ____________________________________________________________________________
52587 [  9121] By: jhi                                   on 2001/03/13  01:53:05
52588         Log: Forgot to check-in the larger part of #9120, duh.
52589      Branch: perl
52590            ! README.os2
52591 ____________________________________________________________________________
52592 [  9120] By: jhi                                   on 2001/03/13  01:51:31
52593         Log: Subject: [PATCH 5.6.1] OS/2 docs
52594              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52595              Date: Mon, 12 Mar 2001 03:27:32 -0500
52596              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
52597      Branch: perl
52598            ! os2/Changes
52599 ____________________________________________________________________________
52600 [  9119] By: jhi                                   on 2001/03/13  01:49:41
52601         Log: Integrate change #9116 from maintperl into mainline.
52602              
52603              Win32::GetCwd() returns C: instead of C:\ in the root directory
52604              under ithreads
52605      Branch: perl
52606           !> win32/perlhost.h
52607 ____________________________________________________________________________
52608 [  9118] By: jhi                                   on 2001/03/13  01:13:39
52609         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
52610      Branch: perl
52611            + lib/Switch.pm t/lib/switch.t
52612            ! MANIFEST
52613 ____________________________________________________________________________
52614 [  9117] By: jhi                                   on 2001/03/13  01:03:17
52615         Log: Add Text::Balanced 1.83.
52616      Branch: perl
52617            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
52618            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
52619            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
52620            + t/lib/tb-xvari.t
52621            ! MANIFEST
52622 ____________________________________________________________________________
52623 [  9116] By: gsar                                  on 2001/03/13  00:55:53
52624         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
52625              under ithreads
52626      Branch: maint-5.6/perl
52627            ! win32/perlhost.h
52628 ____________________________________________________________________________
52629 [  9115] By: jhi                                   on 2001/03/13  00:54:09
52630         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
52631              From: "John L. Allen" <allen@grumman.com>
52632              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
52633              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
52634              
52635              use integer document clarification.
52636      Branch: perl
52637            ! lib/integer.pm
52638 ____________________________________________________________________________
52639 [  9114] By: jhi                                   on 2001/03/13  00:38:54
52640         Log: Metaconfig unit change for #9113.
52641      Branch: metaconfig
52642            ! U/modified/myhostname.U
52643 ____________________________________________________________________________
52644 [  9113] By: jhi                                   on 2001/03/13  00:38:35
52645         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?)
52646              From: Peter Prymmer <pvhp@forte.com>
52647              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
52648              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
52649      Branch: perl
52650            ! Configure README.os390 hints/os390.sh
52651 ____________________________________________________________________________
52652 [  9112] By: jhi                                   on 2001/03/13  00:29:00
52653         Log: Integrate perlio.
52654      Branch: perl
52655           !> sv.c utf8.h
52656 ____________________________________________________________________________
52657 [  9111] By: nick                                  on 2001/03/12  21:16:33
52658         Log: Integrate mainline.
52659      Branch: perlio
52660           +> t/op/anonsub.t
52661           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
52662           !> proto.h sv.c
52663 ____________________________________________________________________________
52664 [  9110] By: nick                                  on 2001/03/12  21:00:13
52665         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
52666      Branch: perlio
52667            ! sv.c utf8.h
52668 ____________________________________________________________________________
52669 [  9109] By: jhi                                   on 2001/03/12  16:04:47
52670         Log: Integrate change #9108 from maintperl to mainline.
52671              
52672              fix memory leak in C<sub X { sub {} }> arising from a refcount
52673              loop between the outer sub and the inner prototype anonsub
52674              
52675              this also enables closures returned by subroutines that
52676              subsequently get redefined to work without generating coredumps :)
52677              
52678              completely removed the free_closures() hack--it shouldn't be
52679              needed anymore
52680      Branch: perl
52681           +> t/op/anonsub.t
52682           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
52683           !> proto.h sv.c
52684 ____________________________________________________________________________
52685 [  9108] By: gsar                                  on 2001/03/12  10:21:31
52686         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
52687              loop between the outer sub and the inner prototype anonsub
52688              
52689              this also enables closures returned by subroutines that
52690              subsequently get redefined to work without generating coredumps :)
52691              
52692              completely removed the free_closures() hack--it shouldn't be
52693              needed anymore
52694      Branch: maint-5.6/perl
52695            + t/op/anonsub.t
52696            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
52697            ! proto.h sv.c
52698 ____________________________________________________________________________
52699 [  9107] By: jhi                                   on 2001/03/12  05:15:31
52700         Log: Integrate perlio.
52701      Branch: perl
52702           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
52703 ____________________________________________________________________________
52704 [  9106] By: nick                                  on 2001/03/11  20:10:12
52705         Log: regcomp.c is working in native space, not Unicode space (if different)
52706              as it is doing compare against 'W' in \W etc.
52707      Branch: perlio
52708            ! regcomp.c
52709 ____________________________________________________________________________
52710 [  9105] By: nick                                  on 2001/03/11  19:39:34
52711         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
52712              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
52713      Branch: perlio
52714            ! regcomp.c toke.c utf8.c
52715 ____________________________________________________________________________
52716 [  9104] By: nick                                  on 2001/03/11  18:15:44
52717         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
52718      Branch: perlio
52719            ! sv.c
52720 ____________________________________________________________________________
52721 [  9103] By: nick                                  on 2001/03/11  18:03:28
52722         Log: Integrate mainline (for regexp stuff).
52723      Branch: perlio
52724           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
52725           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
52726           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
52727           !> t/lib/errno.t t/op/pat.t
52728 ____________________________________________________________________________
52729 [  9102] By: nick                                  on 2001/03/11  17:44:20
52730         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
52731              - exclude layer syms in makedef.pl for sfio
52732              - also inhibit Encode from trying to build ":encode()" layer.
52733      Branch: perlio
52734            ! ext/Encode/Encode.xs makedef.pl
52735 ____________________________________________________________________________
52736 [  9101] By: jhi                                   on 2001/03/10  22:38:13
52737         Log: The $Is_MacOS needs to be declared.
52738      Branch: perl
52739            ! lib/ExtUtils/Manifest.pm
52740 ____________________________________________________________________________
52741 [  9100] By: jhi                                   on 2001/03/10  22:14:29
52742         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
52743              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
52744              pollute the symbolspace if using sfio.
52745      Branch: perl
52746            ! ext/Encode/Encode.xs
52747 ____________________________________________________________________________
52748 [  9099] By: jhi                                   on 2001/03/10  21:58:48
52749         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
52750              Date: Sat, 10 Mar 2001 14:23:55 -0500
52751              From: Chris Nandor <pudge@pobox.com>
52752              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
52753      Branch: perl
52754            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
52755            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
52756            ! t/lib/errno.t
52757 ____________________________________________________________________________
52758 [  9098] By: jhi                                   on 2001/03/10  21:38:30
52759         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
52760      Branch: perl
52761            ! regcomp.c regexec.c t/op/pat.t
52762 ____________________________________________________________________________
52763 [  9097] By: jhi                                   on 2001/03/10  14:38:07
52764         Log: Integrate perlio.
52765      Branch: perl
52766           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
52767           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
52768           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
52769 ____________________________________________________________________________
52770 [  9096] By: nick                                  on 2001/03/10  11:55:43
52771         Log: EBCDIC sanity - phase I
52772              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
52773              - use utf8n_xxxx (c.f. pvn) for forms which take length.
52774              - back out vN.N and $^V exceptions to e2a/a2e
52775              - make "locale" isxxx macros be uvchr (may be redundant?)
52776              
52777              Not clear yet that toUPPER_uni et. al. return being handled correctly.
52778              The tr// and rexexp stuff still needs an audit, assumption is they are working
52779              in Unicode space.
52780              
52781              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
52782      Branch: perlio
52783            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
52784            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
52785            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
52786 ____________________________________________________________________________
52787 [  9095] By: jhi                                   on 2001/03/09  22:10:01
52788         Log: Integrate perlio.
52789      Branch: perl
52790           !> dump.c
52791 ____________________________________________________________________________
52792 [  9094] By: nick                                  on 2001/03/09  17:36:38
52793         Log: Builds an passes all tests after integrate and this tweak.
52794      Branch: perlio
52795            ! dump.c
52796 ____________________________________________________________________________
52797 [  9093] By: nick                                  on 2001/03/09  17:16:03
52798         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
52799      Branch: perlio
52800           +> lib/unicode/Scripts.txt t/lib/sigaction.t
52801           !> (integrate 79 files)
52802 ____________________________________________________________________________
52803 [  9092] By: jhi                                   on 2001/03/09  15:28:26
52804         Log: Update Changes.
52805      Branch: perl
52806            ! Changes patchlevel.h
52807 ____________________________________________________________________________
52808 [  9091] By: jhi                                   on 2001/03/09  15:25:05
52809         Log: In op/stat #35 better to scan all the potential directories
52810              for setuids, not just the first one.
52811      Branch: perl
52812            ! t/op/stat.t
52813 ____________________________________________________________________________
52814 [  9090] By: jhi                                   on 2001/03/09  15:01:27
52815         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
52816              From: rspier@pobox.com (Robert Spier)
52817              Date: Fri, 9 Mar 2001 03:30:20 -0500
52818              Message-ID: <15016.38044.381174.160189@rls.cx>
52819              
52820              EXISTS() returning undef mistakenly triggered a FETCH().
52821      Branch: perl
52822            ! hv.c
52823 ____________________________________________________________________________
52824 [  9089] By: jhi                                   on 2001/03/09  14:59:02
52825         Log: Add /sbin and /usr/sbin to the list of directories scanned
52826              for setuid programs.  Takes care of bug id 20010309.003.
52827      Branch: perl
52828            ! t/op/stat.t
52829 ____________________________________________________________________________
52830 [  9088] By: jhi                                   on 2001/03/09  14:48:32
52831         Log: Regen perlapi, perltoc.
52832      Branch: perl
52833            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
52834 ____________________________________________________________________________
52835 [  9087] By: jhi                                   on 2001/03/09  14:38:56
52836         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
52837              From: David Mitchell <davem@fdgroup.co.uk>
52838              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
52839              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
52840      Branch: perl
52841            ! dump.c perl.c perl.h pod/perlrun.pod
52842 ____________________________________________________________________________
52843 [  9086] By: jhi                                   on 2001/03/09  01:47:16
52844         Log: A modified version of
52845              
52846              Subject: [ID 20010307.005] POSIX::sigaction has various problems
52847              From: anders@broadcom.com
52848              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
52849              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
52850              
52851              Currently the sigaction.t test #6 fails (and is fudged to look
52852              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
52853              This may well be a genuine bug in Linux sigaction() (since at
52854              least Tru64, Solaris, and HP-UX disagree with Linux).
52855              Anyone with POSIX / SUSv2 tome handy?  The problem is that
52856              the flags of the oldaction don't match with the flags in
52857              the previously installed disposition.
52858      Branch: perl
52859            + t/lib/sigaction.t
52860            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
52861 ____________________________________________________________________________
52862 [  9085] By: jhi                                   on 2001/03/09  01:30:13
52863         Log: Subject: Re: mission impossible for the day
52864              From: Alex Gough <alex@rcon.org>
52865              Date: Thu, 08 Mar 2001 17:18:19 +0000
52866              Message-ID: <3AA7BEDB.8070409@rcon.org>
52867              
52868              If references (are overloaded) and can be directly stringified,
52869              show that instead of "stringified".
52870              
52871              (The problem, infinite mutual recursion caused by overloaded bool
52872              in Switch.pm, tracked by David Mitchell)
52873      Branch: perl
52874            ! lib/Carp/Heavy.pm
52875 ____________________________________________________________________________
52876 [  9084] By: jhi                                   on 2001/03/09  01:20:39
52877         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
52878              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
52879              From: David Mitchell <davem@fdgroup.co.uk>
52880              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
52881      Branch: perl
52882            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
52883            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
52884 ____________________________________________________________________________
52885 [  9083] By: jhi                                   on 2001/03/09  01:16:51
52886         Log: Subject: [PATCH] perldata.pod here-doc docs
52887              From: Jeff Pinyan <jeffp@crusoe.net>
52888              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
52889              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
52890      Branch: perl
52891            ! pod/perldata.pod
52892 ____________________________________________________________________________
52893 [  9082] By: jhi                                   on 2001/03/09  01:01:27
52894         Log: Subject: Re: Unicode/EBCDIC
52895              From: Peter Prymmer <pvhp@forte.com>
52896              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
52897              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
52898      Branch: perl
52899            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
52900 ____________________________________________________________________________
52901 [  9081] By: jhi                                   on 2001/03/08  13:41:30
52902         Log: Subject: Ooops, wrong 'no *POSIX' Patch
52903              From: Dorner Thomas <Thomas.Dorner@start.de>
52904              Date: Thu, 8 Mar 2001 08:43:28 +0100
52905              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
52906      Branch: perl
52907            ! hints/posix-bc.sh
52908 ____________________________________________________________________________
52909 [  9080] By: jhi                                   on 2001/03/08  13:11:42
52910         Log: It's Scripts.txt, not Script.txt.
52911      Branch: perl
52912            ! MANIFEST
52913 ____________________________________________________________________________
52914 [  9079] By: jhi                                   on 2001/03/08  12:59:05
52915         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
52916              From: Dorner Thomas <Thomas.Dorner@start.de>
52917              Date: Wed, 7 Mar 2001 14:13:31 +0100
52918              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
52919      Branch: perl
52920            ! makedepend.SH
52921 ____________________________________________________________________________
52922 [  9078] By: jhi                                   on 2001/03/08  12:57:43
52923         Log: Retract #9069, wrong patch.
52924      Branch: perl
52925            ! Makefile.SH
52926 ____________________________________________________________________________
52927 [  9077] By: jhi                                   on 2001/03/08  01:06:13
52928         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
52929      Branch: perl
52930            + lib/unicode/Scripts.txt
52931            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
52932            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
52933            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
52934            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
52935            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
52936            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
52937            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
52938            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
52939            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
52940            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
52941            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
52942            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
52943            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
52944            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
52945            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
52946            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
52947            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
52948            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
52949            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
52950            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
52951            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
52952            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
52953            ! lib/unicode/version
52954 ____________________________________________________________________________
52955 [  9076] By: jhi                                   on 2001/03/07  22:59:39
52956         Log: Integrate change #7784 from mainline into maintperl.
52957              
52958              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
52959      Branch: maint-5.6/perl
52960           !> pp_ctl.c t/op/pat.t
52961 ____________________________________________________________________________
52962 [  9075] By: jhi                                   on 2001/03/07  22:05:11
52963         Log: More UTF-8 test tweaks.
52964      Branch: perl
52965            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
52966 ____________________________________________________________________________
52967 [  9074] By: nick                                  on 2001/03/07  21:39:29
52968         Log: Integrate mainline.
52969      Branch: perlio
52970           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
52971           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
52972           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
52973           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
52974           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
52975 ____________________________________________________________________________
52976 [  9073] By: jhi                                   on 2001/03/07  16:37:09
52977         Log: Update Changes.
52978      Branch: perl
52979            ! Changes patchlevel.h
52980 ____________________________________________________________________________
52981 [  9072] By: jhi                                   on 2001/03/07  16:32:30
52982         Log: Subject: [ID 20010306.004] || != named unary operator
52983              From: abela@geneanet.org
52984              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
52985              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
52986      Branch: perl
52987            ! pod/perlop.pod
52988 ____________________________________________________________________________
52989 [  9071] By: jhi                                   on 2001/03/07  15:14:11
52990         Log: Subject: downgrading to bytes for common functions
52991              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
52992              Date: Wed, 7 Mar 2001 02:36:55 -0500
52993              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
52994      Branch: perl
52995            ! pp_sys.c
52996 ____________________________________________________________________________
52997 [  9070] By: jhi                                   on 2001/03/07  15:04:58
52998         Log: Clarify the description differentiating for and while; inspired by
52999              
53000              Subject: [ID 20010306.002] for/while difference in for definition
53001              From: abela@geneanet.org
53002              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
53003              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
53004      Branch: perl
53005            ! pod/perlsyn.pod
53006 ____________________________________________________________________________
53007 [  9069] By: jhi                                   on 2001/03/07  14:55:30
53008         Log: (Retracted by #9078.)
53009      Branch: perl
53010            ! Makefile.SH
53011 ____________________________________________________________________________
53012 [  9068] By: jhi                                   on 2001/03/07  14:51:17
53013         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
53014              From: Radu Greab <radu@netsoft.ro>
53015              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
53016              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
53017      Branch: perl
53018            ! pp.c t/op/chop.t
53019 ____________________________________________________________________________
53020 [  9067] By: jhi                                   on 2001/03/07  14:48:57
53021         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
53022              From: Simon Cozens <simon@netthink.co.uk>
53023              Date: Wed, 7 Mar 2001 13:59:28 +0000
53024              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
53025              
53026              In order to allow MakeMaker to build correct Makefiles,
53027              you need to change the order of the arguments in MM_Unix.pm
53028              as well. (Unless you have C89_CCMODE set, but we're trying
53029              to be POSIXly correct)
53030              
53031              Thanks to Merijn Broeren for tracking this down.
53032      Branch: perl
53033            ! lib/ExtUtils/MM_Unix.pm
53034 ____________________________________________________________________________
53035 [  9066] By: jhi                                   on 2001/03/07  14:30:02
53036         Log: Floating point too messy.
53037      Branch: perl
53038            ! t/camel-III/vstring.t
53039 ____________________________________________________________________________
53040 [  9065] By: jhi                                   on 2001/03/07  14:17:44
53041         Log: Integrate change #9064 from maintperl into mainline.
53042              
53043              fix memory leak in pack("Bb",...)
53044      Branch: perl
53045           !> perl.c
53046 ____________________________________________________________________________
53047 [  9064] By: gsar                                  on 2001/03/07  06:29:24
53048         Log: fix memory leak in pack("Bb",...)
53049      Branch: maint-5.6/perl
53050            ! perl.c
53051 ____________________________________________________________________________
53052 [  9063] By: jhi                                   on 2001/03/07  00:55:04
53053         Log: Major utf8 test reorganisation and rewrite.
53054              Hopefully no tests were lost in the shuffle.
53055              (The beginning of pragma/utf8 was lost intentionally,
53056              the tests were rather bogus and incomplete.)
53057      Branch: perl
53058            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
53059            ! t/pragma/utf8.t
53060 ____________________________________________________________________________
53061 [  9062] By: jhi                                   on 2001/03/07  00:41:16
53062         Log: More tweakage on the Unicode character class descriptions.
53063      Branch: perl
53064            ! lib/unicode/mktables.PL pod/perlretut.pod
53065 ____________________________________________________________________________
53066 [  9061] By: jhi                                   on 2001/03/06  23:12:38
53067         Log: The perlretut was still talking about the old \p and \P
53068              definitions.
53069      Branch: perl
53070            ! pod/perlretut.pod
53071 ____________________________________________________________________________
53072 [  9060] By: nick                                  on 2001/03/06  20:52:37
53073         Log: Integrate mainline (make test works again now).
53074      Branch: perlio
53075           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
53076 ____________________________________________________________________________
53077 [  9059] By: jhi                                   on 2001/03/06  15:36:14
53078         Log: 0.999... does equal 1.0, doesn't it?
53079      Branch: perl
53080            ! t/camel-III/vstring.t
53081 ____________________________________________________________________________
53082 [  9058] By: jhi                                   on 2001/03/06  15:34:00
53083         Log: Make /x{abcd}/ to work without use utf8.
53084      Branch: perl
53085            ! regcomp.c
53086 ____________________________________________________________________________
53087 [  9057] By: jhi                                   on 2001/03/06  03:02:36
53088         Log: Easier to outcomment all the three reset() tests for now.
53089      Branch: perl
53090            ! t/op/pat.t
53091 ____________________________________________________________________________
53092 [  9056] By: jhi                                   on 2001/03/06  02:30:02
53093         Log: Comment out the deadly reset; until the 20010301.005
53094              is finally fixed.
53095      Branch: perl
53096            ! t/op/pat.t
53097 ____________________________________________________________________________
53098 [  9055] By: jhi                                   on 2001/03/06  02:21:26
53099         Log: Integrate the change #9054 from mainline:
53100              retract the PMOP cleanup patch pending further investigation.
53101      Branch: maint-5.6/perl
53102           !> op.c op.h
53103 ____________________________________________________________________________
53104 [  9054] By: jhi                                   on 2001/03/06  02:19:57
53105         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
53106              with oddly familiar stack traces.
53107      Branch: perl
53108            ! op.c op.h
53109 ____________________________________________________________________________
53110 [  9053] By: jhi                                   on 2001/03/05  23:20:28
53111         Log: Integrate perlio.
53112      Branch: perl
53113           +> ext/Encode/Encode/koi8-r.ucm
53114           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
53115           !> makedef.pl
53116 ____________________________________________________________________________
53117 [  9052] By: nick                                  on 2001/03/05  23:08:17
53118         Log: skipping USE_PERLIO symbols correction.
53119      Branch: perlio
53120            ! makedef.pl
53121 ____________________________________________________________________________
53122 [  9051] By: nick                                  on 2001/03/05  22:35:07
53123         Log: More Encode alias tidying.
53124      Branch: perlio
53125            + ext/Encode/Encode/koi8-r.ucm
53126            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
53127 ____________________________________________________________________________
53128 [  9050] By: jhi                                   on 2001/03/05  21:44:29
53129         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
53130              Sarathy's fix for ID 20010301.005.
53131      Branch: maint-5.6/perl
53132           !> op.c op.h
53133 ____________________________________________________________________________
53134 [  9049] By: nick                                  on 2001/03/05  19:54:04
53135         Log: Integrate Jarkko's Encode.pm tweak.
53136      Branch: perlio
53137           !> ext/Encode/Encode.pm
53138 ____________________________________________________________________________
53139 [  9048] By: nick                                  on 2001/03/05  19:47:57
53140         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
53141      Branch: perlio
53142           +> os2/os2add.sym
53143           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
53144           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
53145           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
53146           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
53147           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
53148 ____________________________________________________________________________
53149 [  9047] By: jhi                                   on 2001/03/05  19:25:26
53150         Log: Regen perlapi.
53151      Branch: perl
53152            ! pod/perlapi.pod
53153 ____________________________________________________________________________
53154 [  9046] By: jhi                                   on 2001/03/05  19:12:14
53155         Log: Integrate perlio.
53156      Branch: perl
53157           +> t/camel-III/vstring.t
53158           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
53159 ____________________________________________________________________________
53160 [  9045] By: jhi                                   on 2001/03/05  19:10:36
53161         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
53162      Branch: perl
53163            ! ext/Encode/Encode.pm
53164 ____________________________________________________________________________
53165 [  9044] By: jhi                                   on 2001/03/05  18:49:12
53166         Log: Forgot the other half of the PMOP patch (#9033).
53167      Branch: perl
53168            ! op.h
53169 ____________________________________________________________________________
53170 [  9043] By: nick                                  on 2001/03/05  18:14:47
53171         Log: Update MANIFEST for new test.
53172      Branch: perlio
53173            ! MANIFEST
53174 ____________________________________________________________________________
53175 [  9042] By: nick                                  on 2001/03/05  18:12:41
53176         Log: Some tests for Camel 3rd edition features.
53177              Make gethostbyaddr() test in above work.
53178      Branch: perlio
53179            + t/camel-III/vstring.t
53180            ! pp.h pp_sys.c t/TEST t/harness
53181 ____________________________________________________________________________
53182 [  9041] By: jhi                                   on 2001/03/05  17:41:48
53183         Log: Add more ISO 8859 encoding aliases.
53184      Branch: perl
53185            ! ext/Encode/Encode.pm
53186 ____________________________________________________________________________
53187 [  9040] By: jhi                                   on 2001/03/05  17:30:43
53188         Log: Integrate perlio.
53189      Branch: perl
53190           !> MANIFEST sv.c
53191 ____________________________________________________________________________
53192 [  9039] By: nick                                  on 2001/03/05  17:11:36
53193         Log: Missed added file.
53194      Branch: perlio
53195            ! MANIFEST
53196 ____________________________________________________________________________
53197 [  9038] By: jhi                                   on 2001/03/05  15:58:01
53198         Log: Add tr tests for EBCDIC, from Karsten Sperling.
53199      Branch: perl
53200            ! t/op/tr.t
53201 ____________________________________________________________________________
53202 [  9037] By: nick                                  on 2001/03/05  15:56:35
53203         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
53204              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
53205              
53206              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
53207              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
53208              - uses SvPV() rather than sv_2pv() in case it isn't a string.
53209      Branch: perlio
53210            ! sv.c
53211 ____________________________________________________________________________
53212 [  9036] By: jhi                                   on 2001/03/05  15:49:15
53213         Log: Add matching tests currently failing in EBCDIC,
53214              suggested by Karsten Sperling.
53215      Branch: perl
53216            ! t/op/pat.t
53217 ____________________________________________________________________________
53218 [  9035] By: jhi                                   on 2001/03/05  15:36:55
53219         Log: The #9034 needs a MANIFESTation.
53220      Branch: perl
53221            ! MANIFEST
53222 ____________________________________________________________________________
53223 [  9034] By: jhi                                   on 2001/03/05  15:35:14
53224         Log: Integrate perlio.
53225      Branch: perl
53226           +> ext/Encode/Encode/Tcl.pm
53227           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
53228           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
53229           !> ext/Encode/Encode/iso8859-1.ucm
53230           !> ext/Encode/Encode/iso8859-10.ucm
53231           !> ext/Encode/Encode/iso8859-13.ucm
53232           !> ext/Encode/Encode/iso8859-14.ucm
53233           !> ext/Encode/Encode/iso8859-15.ucm
53234           !> ext/Encode/Encode/iso8859-16.ucm
53235           !> ext/Encode/Encode/iso8859-2.ucm
53236           !> ext/Encode/Encode/iso8859-3.ucm
53237           !> ext/Encode/Encode/iso8859-4.ucm
53238           !> ext/Encode/Encode/iso8859-5.ucm
53239           !> ext/Encode/Encode/iso8859-6.ucm
53240           !> ext/Encode/Encode/iso8859-7.ucm
53241           !> ext/Encode/Encode/iso8859-8.ucm
53242           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
53243           !> t/lib/encode.t
53244 ____________________________________________________________________________
53245 [  9033] By: jhi                                   on 2001/03/05  15:33:18
53246         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
53247              From: Gurusamy Sarathy <gsar@ActiveState.com>
53248              Date: Sun, 04 Mar 2001 22:33:15 -0800
53249              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
53250              
53251              PMOPs need to remember their own stash so that they can
53252              gracefully remove themselves from their linked list.
53253      Branch: perl
53254            ! op.c
53255 ____________________________________________________________________________
53256 [  9032] By: nick                                  on 2001/03/05  14:51:50
53257         Log: Encode implementation "completion"
53258              Implement and document define_encoding()
53259              Implement and document encoding aliases including define_alias()
53260              Make Encode::XS use define_encoding() rather than back-door.
53261              Move run-time *.enc to separate Encode::Tcl module.
53262              Make 'compile' honour <codeset_name>
53263              Change canonical names of to iso-8859-* and US-ascii.
53264      Branch: perlio
53265            + ext/Encode/Encode/Tcl.pm
53266            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
53267            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
53268            ! ext/Encode/Encode/iso8859-1.ucm
53269            ! ext/Encode/Encode/iso8859-10.ucm
53270            ! ext/Encode/Encode/iso8859-13.ucm
53271            ! ext/Encode/Encode/iso8859-14.ucm
53272            ! ext/Encode/Encode/iso8859-15.ucm
53273            ! ext/Encode/Encode/iso8859-16.ucm
53274            ! ext/Encode/Encode/iso8859-2.ucm
53275            ! ext/Encode/Encode/iso8859-3.ucm
53276            ! ext/Encode/Encode/iso8859-4.ucm
53277            ! ext/Encode/Encode/iso8859-5.ucm
53278            ! ext/Encode/Encode/iso8859-6.ucm
53279            ! ext/Encode/Encode/iso8859-7.ucm
53280            ! ext/Encode/Encode/iso8859-8.ucm
53281            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
53282            ! t/lib/encode.t
53283 ____________________________________________________________________________
53284 [  9031] By: jhi                                   on 2001/03/05  13:51:17
53285         Log: Integrate change #9030 from maintperl into mainline.
53286              
53287              Subject: [PATCH 5.6.1] OS/2 cleanup
53288      Branch: perl
53289           +> os2/os2add.sym
53290           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
53291           !> makedef.pl os2/Changes os2/Makefile.SHs
53292           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
53293           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
53294           !> os2/os2.sym os2/os2ish.h
53295 ____________________________________________________________________________
53296 [  9030] By: jhi                                   on 2001/03/05  13:46:49
53297         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
53298              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53299              Date: Mon, 5 Mar 2001 02:29:44 -0500
53300              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
53301      Branch: maint-5.6/perl
53302            + os2/os2add.sym
53303            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
53304            ! makedef.pl os2/Changes os2/Makefile.SHs
53305            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
53306            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
53307            ! os2/os2.sym os2/os2ish.h
53308 ____________________________________________________________________________
53309 [  9029] By: jhi                                   on 2001/03/05  13:40:35
53310         Log: Integrate change #9028 from maintperl into mainline.
53311              
53312              various nits in MM_Unix.pm found by disabling SelfLoader
53313      Branch: perl
53314           !> lib/ExtUtils/MM_Unix.pm
53315 ____________________________________________________________________________
53316 [  9028] By: gsar                                  on 2001/03/05  09:58:38
53317         Log: various nits in MM_Unix.pm found by disabling SelfLoader
53318      Branch: maint-5.6/perl
53319            ! lib/ExtUtils/MM_Unix.pm
53320 ____________________________________________________________________________
53321 [  9027] By: nick                                  on 2001/03/05  08:35:22
53322         Log: Integrate mainline
53323      Branch: perlio
53324           !> (integrate 28 files)
53325 ____________________________________________________________________________
53326 [  9026] By: jhi                                   on 2001/03/05  02:14:59
53327         Log: Integrate change #9025 from mainline to maintperl,
53328              retract \N{U+HHHH}.
53329      Branch: maint-5.6/perl
53330           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
53331           !> t/lib/charnames.t toke.c
53332 ____________________________________________________________________________
53333 [  9025] By: jhi                                   on 2001/03/05  02:13:09
53334         Log: Retracting \N{U+HHHH}.
53335      Branch: perl
53336            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
53337            ! t/lib/charnames.t toke.c
53338 ____________________________________________________________________________
53339 [  9024] By: jhi                                   on 2001/03/04  20:51:07
53340         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
53341              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
53342              Date: Fri, 02 Mar 2001 18:25:26 +0100
53343              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
53344              
53345              Casting problem.
53346      Branch: perl
53347            ! ext/Storable/Storable.xs
53348 ____________________________________________________________________________
53349 [  9023] By: jhi                                   on 2001/03/04  19:46:45
53350         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
53351              From: nick@talking.bollo.cx
53352              Date: Sat, 03 Mar 2001 21:41:33 +0000
53353              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
53354              
53355              Revert the workaround.
53356      Branch: perl
53357            ! perlio.c
53358 ____________________________________________________________________________
53359 [  9022] By: jhi                                   on 2001/03/04  19:36:28
53360         Log: Update Changes.
53361      Branch: perl
53362            ! Changes patchlevel.h
53363 ____________________________________________________________________________
53364 [  9021] By: jhi                                   on 2001/03/04  18:41:00
53365         Log: makedef.pl updates suggested by Chris Nandor; double-checking
53366              the changes in AIX, OS/2 Win32 would be nice.
53367      Branch: perl
53368            ! makedef.pl
53369 ____________________________________________________________________________
53370 [  9020] By: jhi                                   on 2001/03/04  18:23:58
53371         Log: Integrate change #9012 from maintperl into mainline,
53372              quench a compiler warning.
53373      Branch: perl
53374           !> toke.c
53375 ____________________________________________________________________________
53376 [  9019] By: jhi                                   on 2001/03/04  18:18:43
53377         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
53378              
53379              \N{U+HHHH} fix.
53380              
53381              pattern in G_ARRAY context
53382      Branch: maint-5.6/perl
53383           !> pp_hot.c t/op/pat.t toke.c
53384 ____________________________________________________________________________
53385 [  9018] By: jhi                                   on 2001/03/04  18:07:48
53386         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
53387              From: Jeff Pinyan <jeffp@crusoe.net>
53388              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
53389              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
53390      Branch: perl
53391            ! pp_hot.c t/op/pat.t
53392 ____________________________________________________________________________
53393 [  9017] By: jhi                                   on 2001/03/04  18:06:21
53394         Log: I thought I tested the #9014.
53395      Branch: perl
53396            ! toke.c
53397 ____________________________________________________________________________
53398 [  9016] By: jhi                                   on 2001/03/04  17:41:22
53399         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
53400              
53401              Tweak the get*ent() OS/2 prototypes.
53402              
53403              Add the \N{U+HHHH} syntax.
53404              
53405              More tr/// UTF-8 fixes from Inaba Hiroto.
53406      Branch: maint-5.6/perl
53407           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
53408           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
53409 ____________________________________________________________________________
53410 [  9015] By: jhi                                   on 2001/03/04  17:36:04
53411         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
53412      Branch: perl
53413            ! doop.c t/op/tr.t
53414 ____________________________________________________________________________
53415 [  9014] By: jhi                                   on 2001/03/04  17:24:49
53416         Log: Add the \N{U+HHHH} syntax.
53417      Branch: perl
53418            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
53419            ! t/lib/charnames.t toke.c
53420 ____________________________________________________________________________
53421 [  9013] By: jhi                                   on 2001/03/04  17:20:45
53422         Log: Tweak the get*ent() OS/2 prototypes.
53423      Branch: perl
53424            ! os2/os2.c
53425 ____________________________________________________________________________
53426 [  9012] By: gsar                                  on 2001/03/04  06:26:14
53427         Log: avoid warning (nit in change#9009)
53428      Branch: maint-5.6/perl
53429            ! toke.c
53430 ____________________________________________________________________________
53431 [  9011] By: gsar                                  on 2001/03/04  06:15:24
53432         Log: lib/charnames.t fails in 5.6.x because of older Unicode
53433              data
53434              
53435              TODO: need to revisit this after updating lib/unicode/...
53436      Branch: maint-5.6/perl
53437            ! t/lib/charnames.t
53438 ____________________________________________________________________________
53439 [  9010] By: gsar                                  on 2001/03/04  06:08:36
53440         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
53441      Branch: maint-5.6/perl
53442            ! toke.c
53443 ____________________________________________________________________________
53444 [  9009] By: jhi                                   on 2001/03/03  19:27:20
53445         Log: Integrate change #9008 from mainline to maintperl,
53446              UTF-8 tr/// fixes from Inaba Hiroto.
53447      Branch: maint-5.6/perl
53448           !> doop.c op.c t/op/tr.t toke.c
53449 ____________________________________________________________________________
53450 [  9008] By: jhi                                   on 2001/03/03  19:19:42
53451         Log: UTF8 tr/// fixes from Inaba Hiroto.
53452      Branch: perl
53453            ! doop.c op.c t/op/tr.t toke.c
53454 ____________________________________________________________________________
53455 [  9007] By: jhi                                   on 2001/03/03  19:00:30
53456         Log: Integrate change #9006 from maintperl to mainline,
53457              more robust quest for the infinite.
53458      Branch: perl
53459           !> lib/Math/Complex.pm
53460 ____________________________________________________________________________
53461 [  9006] By: jhi                                   on 2001/03/03  18:58:06
53462         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
53463              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53464              Date: Sat, 3 Mar 2001 12:51:50 -0500
53465              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
53466              
53467              Be more robust in our quest for the infinite.
53468      Branch: maint-5.6/perl
53469            ! lib/Math/Complex.pm
53470 ____________________________________________________________________________
53471 [  9005] By: jhi                                   on 2001/03/03  17:55:50
53472         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
53473      Branch: maint-5.6/perl
53474            ! doio.c
53475 ____________________________________________________________________________
53476 [  9004] By: jhi                                   on 2001/03/03  17:40:14
53477         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
53478              so that picky compilers like IRIX won't get huffy about
53479              "statements without effect" (like 1;).
53480      Branch: perl
53481            ! toke.c
53482 ____________________________________________________________________________
53483 [  9003] By: jhi                                   on 2001/03/03  17:15:52
53484         Log: Integrate change #9002 from mainline to maintperl.
53485              
53486              Subject: [perl-5.6.x, perl-current] accept for EPOC
53487      Branch: maint-5.6/perl
53488           !> pp_sys.c
53489 ____________________________________________________________________________
53490 [  9002] By: jhi                                   on 2001/03/03  17:14:30
53491         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
53492              From: Olaf Flebbe <O.Flebbe@science-computing.de>
53493              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
53494              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
53495      Branch: perl
53496            ! pp_sys.c
53497 ____________________________________________________________________________
53498 [  9001] By: jhi                                   on 2001/03/03  17:13:13
53499         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
53500              From: "Craig A. Berry" <craigberry@mac.com>
53501              Date: Fri, 02 Mar 2001 17:44:40 -0600
53502              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
53503      Branch: perl
53504            ! t/pod/find.t
53505 ____________________________________________________________________________
53506 [  9000] By: jhi                                   on 2001/03/03  17:11:55
53507         Log: Integrate changes #8997,8999 from maintperl.
53508              
53509              Subject: [PATCH 5.6.1] compiling on OS/2
53510              (Better error message from hints/os2.sh)
53511              
53512              Subject: [PATCH 5.6.1] syslog.t
53513      Branch: perl
53514           !> hints/os2.sh t/lib/syslog.t
53515 ____________________________________________________________________________
53516 [  8999] By: jhi                                   on 2001/03/03  17:09:28
53517         Log: Subject: [PATCH 5.6.1] syslog.t
53518              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53519              Date: Sat, 3 Mar 2001 02:11:17 -0500
53520              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
53521      Branch: maint-5.6/perl
53522            ! t/lib/syslog.t
53523 ____________________________________________________________________________
53524 [  8998] By: jhi                                   on 2001/03/03  17:07:50
53525         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
53526              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53527              Date: Sat, 3 Mar 2001 01:53:52 -0500
53528              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
53529      Branch: maint-5.6/perl
53530            ! opcode.pl os2/os2.c
53531 ____________________________________________________________________________
53532 [  8997] By: jhi                                   on 2001/03/03  17:03:30
53533         Log: Subject: [PATCH 5.6.1] compiling on OS/2
53534              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53535              Date: Sat, 3 Mar 2001 01:59:59 -0500
53536              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
53537      Branch: maint-5.6/perl
53538            ! hints/os2.sh
53539 ____________________________________________________________________________
53540 [  8996] By: jhi                                   on 2001/03/03  00:55:58
53541         Log: Regen files for mainline.
53542      Branch: perl
53543            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53544            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
53545 ____________________________________________________________________________
53546 [  8995] By: jhi                                   on 2001/03/03  00:35:22
53547         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
53548              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
53549              to maintperl.
53550              
53551              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
53552              
53553              Add Configure option -Dmksymlinks which will create a symlink
53554              forest if the current/build differs from the source directory.
53555              (8218,8220,8221,8317,8318,8971)
53556              
53557              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
53558              (Document APPLLIB_EXP in INSTALL.)
53559              
53560              If running byacc write-enable also perly.h.
53561              
53562              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
53563              
53564              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
53565              
53566              Sanity check for conflicting thread flavours.
53567              
53568              Fix the sys/fcntl.h problem reported by Peter Prymmer.
53569              
53570              Add few CPUs/architectures to the Cppsym scan,
53571              add -perlio to archname if so selected (modified 8890)
53572              
53573              Be more helpful for devel builders, suggested by John L. Allen.
53574              (admittedly pointless change for maintperl, but the usedevel
53575              code is there already)
53576      Branch: maint-5.6/perl
53577           !> Configure INSTALL Makefile.SH Porting/Glossary
53578           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
53579           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
53580           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
53581           !> win32/config.bc win32/config.gc win32/config.vc
53582 ____________________________________________________________________________
53583 [  8994] By: jhi                                   on 2001/03/02  23:31:41
53584         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
53585      Branch: metaconfig/U/perl
53586            ! gccvers.U
53587 ____________________________________________________________________________
53588 [  8993] By: jhi                                   on 2001/03/02  23:22:12
53589         Log: Regenerate various files for maint.
53590      Branch: maint-5.6/perl
53591            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
53592            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
53593 ____________________________________________________________________________
53594 [  8992] By: alanbur                               on 2001/03/02  22:48:34
53595         Log: Resync wuth parent
53596      Branch: maint-5.6/pureperl
53597           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
53598           !> (integrate 60 files)
53599 ____________________________________________________________________________
53600 [  8991] By: jhi                                   on 2001/03/02  21:00:08
53601         Log: Retract the #8742 part of #8986, backward compat.
53602      Branch: maint-5.6/perl
53603            ! embed.pl
53604 ____________________________________________________________________________
53605 [  8990] By: jhi                                   on 2001/03/02  20:40:07
53606         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
53607      Branch: maint-5.6/perl
53608            ! hv.c
53609 ____________________________________________________________________________
53610 [  8989] By: jhi                                   on 2001/03/02  19:59:56
53611         Log: Update Changes.
53612      Branch: perl
53613            ! Changes patchlevel.h
53614 ____________________________________________________________________________
53615 [  8988] By: jhi                                   on 2001/03/02  19:57:08
53616         Log: Integrate perlio.
53617      Branch: perl
53618           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
53619           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
53620           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
53621           !> ext/Encode/Encode/iso8859-10.ucm
53622           !> ext/Encode/Encode/iso8859-13.ucm
53623           !> ext/Encode/Encode/iso8859-14.ucm
53624           !> ext/Encode/Encode/iso8859-15.ucm
53625           !> ext/Encode/Encode/iso8859-16.ucm
53626           !> ext/Encode/Encode/iso8859-2.ucm
53627           !> ext/Encode/Encode/iso8859-3.ucm
53628           !> ext/Encode/Encode/iso8859-4.ucm
53629           !> ext/Encode/Encode/iso8859-5.ucm
53630           !> ext/Encode/Encode/iso8859-6.ucm
53631           !> ext/Encode/Encode/iso8859-7.ucm
53632           !> ext/Encode/Encode/iso8859-8.ucm
53633           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
53634           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
53635 ____________________________________________________________________________
53636 [  8987] By: jhi                                   on 2001/03/02  19:43:40
53637         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
53638              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
53639              8950,8952,8955 from mainline to maintperl.
53640              
53641              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
53642              
53643              Put to rest the 20010205.001, the email address checking (not) regex.
53644              
53645              fork() not everywhere, cleanup temp files.
53646              
53647              The #8843 wasn't quite right: %Config needs to imported.
53648              
53649              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
53650              (#8849: the glob-basic hunk needed massaging as it depended
53651              on Schwern's large-scale (unintegrated) patches)
53652              
53653              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
53654              
53655              Upgrade to CGI.pm 2.752, from Lincoln Stein.
53656              (Note: there were some conflicts due to EBCDIC and EPOC
53657              patches, in general I preferred the repository code.)
53658              (When 2.753 comes out, we need to synchronize.)
53659              
53660              Subject: [PATCH] fix for charnames above FFFF
53661              
53662              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
53663              
53664              If no sfio, no -lsfio.
53665              
53666              Run run/*.t also in minitest.
53667              
53668              Subject:  [PATCH perl 5.7.0] malloc message address offset
53669              
53670              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
53671              
53672              Subject: fix for parameter -Dm (for perl@8867)
53673              
53674              Subject: [PATCH: perl@8892] was Re: hashing order difference?
53675              (make the test more portable)
53676              
53677              Subject: Re: [PATCH] fix for charnames above FFFF
53678              
53679              Subject: Re: I'm losing the war...
53680              (hv_store() not working correctly in ENV_IS_CASELESS case.)
53681              
53682              Subject: Modified README.bs2000 
53683              
53684              Subject: [PATCH: perl@8935] -Dt padsv($var)
53685              
53686              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
53687              
53688              Subject: PATCH: extra tests to check on negative float to unsigned cast
53689              
53690              Subject: [PATCH] XPUSH[insp] was Re: progress
53691              
53692              Subject: Re: Compile with perlcc..
53693      Branch: maint-5.6/perl
53694           !> (integrate 36 files)
53695 ____________________________________________________________________________
53696 [  8986] By: jhi                                   on 2001/03/02  18:51:25
53697         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
53698              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
53699              to maintperl.
53700              
53701              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
53702              
53703              Subject: [DOC PATCH] overload.pm nits
53704              
53705              Add header for LIB$ prototypes (C. Berry)
53706              
53707              Convert fwrite()s to sockets to write()s, since some socket stacks
53708              don't take kindly to stdio.
53709              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
53710              (for often optional LNMs)
53711              Correct a few typos
53712              (C. Bailey)
53713              
53714              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
53715              
53716              De-cut-and-pasto.
53717              
53718              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
53719              
53720              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
53721              
53722              Upgrade to CPAN 1.59_54, from Andreas König.
53723              
53724              Bogus shebang.
53725              
53726              Subject: [PATCH] Document makepatch in Porting/patching
53727              
53728              UTF-8 documentation.
53729              
53730              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
53731              
53732              Sort the MANIFEST.
53733              
53734              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
53735              
53736              Subject: [PATCH @8807] toke.c cleanup: scan_str()
53737              
53738              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
53739              
53740              Add run/*.t to testables.
53741              
53742              TODO: integrate #8784.
53743      Branch: maint-5.6/perl
53744           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
53745           !> (integrate 28 files)
53746 ____________________________________________________________________________
53747 [  8985] By: nick                                  on 2001/03/02  18:15:45
53748         Log: Integrate mainline
53749      Branch: perlio
53750           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
53751           !> vms/vms.c
53752 ____________________________________________________________________________
53753 [  8984] By: jhi                                   on 2001/03/02  16:00:17
53754         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
53755              
53756              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
53757              5.004_05, and mention the suidperl August 2000 security problem.
53758              (#8978,#8981)
53759              
53760              Subject: [ID 20010301.004] Technically speaking in perldata
53761              
53762              Subject: [PATCH] File::Copy for bleadperl, maintperl
53763              
53764              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
53765              
53766              (The #8982, fix for 20010221.005 and 20010221.008,
53767              would be nice too but it didn't integrate cleanly.)
53768      Branch: maint-5.6/perl
53769           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
53770 ____________________________________________________________________________
53771 [  8983] By: jhi                                   on 2001/03/02  15:51:16
53772         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
53773              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53774              Date:     Thu, 1 Mar 2001 15:54:09 EST
53775              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
53776      Branch: perl
53777            ! vms/vms.c
53778 ____________________________________________________________________________
53779 [  8982] By: jhi                                   on 2001/03/02  15:43:31
53780         Log: Subject: Re: sync sync sync: have I missed any patches?
53781              From: Radu Greab <radu@netsoft.ro> 
53782              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
53783              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
53784              
53785              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
53786              was checking argv[0] regardless of whether a different pathname
53787              will actually be executed."  Test case not supplied because 
53788              drafting that, ironically enough, revealed another bug
53789              (or a feature).
53790      Branch: perl
53791            ! doio.c
53792 ____________________________________________________________________________
53793 [  8981] By: jhi                                   on 2001/03/02  15:28:03
53794         Log: Misdate in #8978.
53795      Branch: perl
53796            ! pod/perlfaq1.pod
53797 ____________________________________________________________________________
53798 [  8980] By: jhi                                   on 2001/03/02  15:24:20
53799         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
53800              From: Chris Nandor <pudge@pobox.com>
53801              Date: Wed, 28 Feb 2001 22:10:15 -0500
53802              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
53803      Branch: perl
53804            ! lib/File/Copy.pm
53805 ____________________________________________________________________________
53806 [  8979] By: jhi                                   on 2001/03/02  15:17:16
53807         Log: Subject: [ID 20010301.004] Technically speaking in perldata
53808              From: abela@geneanet.org
53809              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
53810              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
53811      Branch: perl
53812            ! pod/perldata.pod
53813 ____________________________________________________________________________
53814 [  8978] By: jhi                                   on 2001/03/02  15:15:27
53815         Log: Subject: [ID 20010301.003] ref to 5.004
53816              From: abela@geneanet.org
53817              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
53818              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
53819              
53820              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
53821              and mention the suidperl August 2000 security problem.
53822      Branch: perl
53823            ! pod/perlfaq1.pod
53824 ____________________________________________________________________________
53825 [  8977] By: alanbur                               on 2001/03/02  14:17:45
53826         Log: Resynchronised with parent
53827      Branch: maint-5.6/pureperl
53828           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
53829           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
53830           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
53831           !> vms/descrip_mms.template win32/win32.c win32/win32.h
53832           !> win32/win32iop.h
53833 ____________________________________________________________________________
53834 [  8976] By: nick                                  on 2001/03/01  23:25:30
53835         Log: Integrate mainline.
53836      Branch: perlio
53837            - t/op/qu.t
53838           !> (integrate 55 files)
53839 ____________________________________________________________________________
53840 [  8975] By: jhi                                   on 2001/03/01  16:51:34
53841         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
53842      Branch: perl
53843           !> toke.c
53844 ____________________________________________________________________________
53845 [  8974] By: gsar                                  on 2001/03/01  16:28:21
53846         Log: fix for bugid 20010226.008
53847              
53848              the problem was that some of the pointers (PL_last_lop and
53849              PL_last_uni specifically) into the lex buffers weren't correctly
53850              being invalidated when the buffer changed; this would leave the
53851              pointers pointing at an arbitrary location in the buffer if
53852              the buffer didn't need to be reallocated, or point into freed
53853              memory if the buffer had to be realloced
53854              
53855              TODO item for bugdb maintainers: check other seemingly random
53856              parser-related bugs--they might be cured by this
53857      Branch: maint-5.6/perl
53858            ! toke.c
53859 ____________________________________________________________________________
53860 [  8973] By: jhi                                   on 2001/03/01  02:23:25
53861         Log: Retract #8970 because of a completely mysterious core dump:
53862              adding the tests 241..244 causes op/pat dump core at test #25.
53863              The test needs a lot of whittling down before the bug can be solved.
53864      Branch: perl
53865            ! t/op/pat.t
53866 ____________________________________________________________________________
53867 [  8972] By: jhi                                   on 2001/03/01  01:58:38
53868         Log: Regen perlapi.
53869      Branch: perl
53870            ! pod/perlapi.pod
53871 ____________________________________________________________________________
53872 [  8971] By: jhi                                   on 2001/03/01  01:34:09
53873         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))
53874              From: Nicholas Clark <nick@ccl4.org>
53875              Date: Wed, 28 Feb 2001 23:28:49 +0000
53876              Message-ID: <20010228232849.A55187@plum.flirble.org>
53877              
53878              Allow a completely write protected source code tree
53879              when using the Configure -Dmksymlinks.
53880      Branch: perl
53881            ! embed.pl warnings.pl
53882 ____________________________________________________________________________
53883 [  8970] By: jhi                                   on 2001/03/01  01:32:04
53884         Log: Add back the EBCDIC character range tests (for matching).
53885      Branch: perl
53886            ! t/op/pat.t
53887 ____________________________________________________________________________
53888 [  8969] By: nick                                  on 2001/02/28  18:18:01
53889         Log: Add charname comments to .ucm files writen by 'compile',
53890              also order charmaps in those files by source encoding.
53891              regenerate distrubuted .ucm files
53892      Branch: perlio
53893            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
53894            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
53895            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
53896            ! ext/Encode/Encode/iso8859-10.ucm
53897            ! ext/Encode/Encode/iso8859-13.ucm
53898            ! ext/Encode/Encode/iso8859-14.ucm
53899            ! ext/Encode/Encode/iso8859-15.ucm
53900            ! ext/Encode/Encode/iso8859-16.ucm
53901            ! ext/Encode/Encode/iso8859-2.ucm
53902            ! ext/Encode/Encode/iso8859-3.ucm
53903            ! ext/Encode/Encode/iso8859-4.ucm
53904            ! ext/Encode/Encode/iso8859-5.ucm
53905            ! ext/Encode/Encode/iso8859-6.ucm
53906            ! ext/Encode/Encode/iso8859-7.ucm
53907            ! ext/Encode/Encode/iso8859-8.ucm
53908            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
53909            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
53910 ____________________________________________________________________________
53911 [  8968] By: jhi                                   on 2001/02/28  16:26:37
53912         Log: Expand usemorebits early if d_casti32 needs to be undefined.
53913      Branch: perl
53914            ! hints/hpux.sh hints/irix_6.sh
53915 ____________________________________________________________________________
53916 [  8967] By: jhi                                   on 2001/02/28  16:22:26
53917         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
53918              retract toke.c/qu parts of #8583, retract #8485, retract
53919              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
53920              op/length.t, and MANIFEST, and delete t/op/qu.t.
53921      Branch: perl
53922            - t/op/qu.t
53923            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
53924            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
53925            ! t/op/length.t toke.c
53926 ____________________________________________________________________________
53927 [  8966] By: jhi                                   on 2001/02/28  15:00:27
53928         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
53929              by not changing from pre-Unicode days into being Unicode-aware.
53930              Sniff.
53931      Branch: perl
53932            ! pp.c t/op/pack.t t/op/qu.t
53933 ____________________________________________________________________________
53934 [  8965] By: jhi                                   on 2001/02/28  14:37:55
53935         Log: Subject: Re: Errors in core PODs
53936              From: Michael Stevens <michael@etla.org> 
53937              Date: Fri, 23 Feb 2001 15:47:56 +0000
53938              Message-ID: <20010223154756.A7723@firedrake.org> 
53939      Branch: perl
53940            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
53941            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
53942            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
53943            ! x2p/a2p.pod
53944 ____________________________________________________________________________
53945 [  8964] By: jhi                                   on 2001/02/28  14:35:35
53946         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
53947              (The #8961 was too bold.)
53948      Branch: perl
53949            ! hints/hpux.sh hints/irix_6.sh
53950 ____________________________________________________________________________
53951 [  8963] By: jhi                                   on 2001/02/28  14:33:39
53952         Log: Subject: Re: sync sync sync: have I missed any patches?
53953              From: Tim Jenness <t.jenness@jach.hawaii.edu>
53954              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
53955              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
53956              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
53957              
53958              Replace djSP with dSP.
53959      Branch: perl
53960            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
53961            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
53962            ! win32/perlhost.h
53963 ____________________________________________________________________________
53964 [  8962] By: jhi                                   on 2001/02/27  23:21:14
53965         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
53966      Branch: perl
53967            ! lib/Filter/Simple.pm
53968 ____________________________________________________________________________
53969 [  8961] By: jhi                                   on 2001/02/27  22:55:26
53970         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
53971              and this would be it.
53972      Branch: perl
53973            ! hints/hpux.sh hints/irix_6.sh
53974 ____________________________________________________________________________
53975 [  8960] By: jhi                                   on 2001/02/27  22:51:33
53976         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
53977              From: "Craig A. Berry" <craigberry@mac.com>
53978              Date: Tue, 27 Feb 2001 16:11:44 -0600
53979              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
53980      Branch: maint-5.6/perl
53981            ! configure.com vms/descrip_mms.template
53982 ____________________________________________________________________________
53983 [  8959] By: jhi                                   on 2001/02/27  22:47:23
53984         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
53985              From: "Craig A. Berry" <craigberry@mac.com>
53986              Date: Tue, 27 Feb 2001 16:11:44 -0600
53987              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
53988      Branch: perl
53989            ! configure.com vms/descrip_mms.template
53990 ____________________________________________________________________________
53991 [  8958] By: jhi                                   on 2001/02/27  15:16:42
53992         Log: Update Changes.
53993      Branch: perl
53994            ! Changes patchlevel.h
53995 ____________________________________________________________________________
53996 [  8957] By: jhi                                   on 2001/02/27  06:15:07
53997         Log: Subject: [5.6.x] EPOC additions
53998              From: Olaf Flebbe <O.Flebbe@science-computing.de>
53999              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
54000              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
54001      Branch: maint-5.6/perl
54002            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
54003 ____________________________________________________________________________
54004 [  8956] By: jhi                                   on 2001/02/27  06:12:11
54005         Log: Subject: [perl-current] EPOC 
54006              From: Olaf Flebbe <O.Flebbe@science-computing.de>
54007              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
54008              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
54009      Branch: perl
54010            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
54011            ! epoc/epocish.c epoc/epocish.h pp_sys.c
54012 ____________________________________________________________________________
54013 [  8955] By: jhi                                   on 2001/02/27  05:59:50
54014         Log: Subject: Re: Compile with perlcc..
54015              From: Edward Peschko <edwardp@excitehome.net>
54016              Date: Mon, 26 Feb 2001 18:51:58 -0800
54017              Message-ID: <20010226185158.A9871@excitehome.net>
54018              
54019              plus add a simple usage message if no arguments given.
54020      Branch: perl
54021            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
54022            ! utils/Makefile utils/perlcc.PL win32/pod.mak
54023 ____________________________________________________________________________
54024 [  8954] By: nick                                  on 2001/02/26  21:02:59
54025         Log: Integrate mainline
54026      Branch: perlio
54027           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
54028           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
54029           !> t/op/sprintf.t
54030 ____________________________________________________________________________
54031 [  8953] By: jhi                                   on 2001/02/26  14:43:54
54032         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
54033              From: Nicholas Clark <nick@ccl4.org>
54034              Date: Mon, 26 Feb 2001 00:42:07 +0000
54035              Message-ID: <20010226004207.F23333@plum.flirble.org>
54036      Branch: perl
54037            ! pp_ctl.c
54038 ____________________________________________________________________________
54039 [  8952] By: jhi                                   on 2001/02/26  14:42:13
54040         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
54041              From: Simon Cozens <simon@netthink.co.uk>
54042              Date: Mon, 26 Feb 2001 12:23:48 +0000
54043              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
54044      Branch: perl
54045            ! pod/perlguts.pod
54046 ____________________________________________________________________________
54047 [  8951] By: jhi                                   on 2001/02/26  14:39:15
54048         Log: Subject: [PATCH] perlio - unknown layer
54049              From: Nicholas Clark <nick@ccl4.org>
54050              Date: Mon, 26 Feb 2001 00:27:19 +0000
54051              Message-ID: <20010226002719.E23333@plum.flirble.org>
54052      Branch: perl
54053            ! perlio.c
54054 ____________________________________________________________________________
54055 [  8950] By: jhi                                   on 2001/02/26  14:38:04
54056         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
54057              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
54058              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
54059              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
54060      Branch: perl
54061            ! t/op/bop.t
54062 ____________________________________________________________________________
54063 [  8949] By: jhi                                   on 2001/02/26  14:37:07
54064         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
54065              From: Peter Prymmer <pvhp@forte.com>
54066              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
54067              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
54068      Branch: perl
54069            ! lib/Test.pm
54070 ____________________________________________________________________________
54071 [  8948] By: jhi                                   on 2001/02/26  14:35:53
54072         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
54073              From: Radu Greab <radu@netsoft.ro>
54074              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
54075              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
54076      Branch: perl
54077            ! pod/perlop.pod
54078 ____________________________________________________________________________
54079 [  8947] By: jhi                                   on 2001/02/26  14:34:46
54080         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
54081              From: David Mitchell <davem@fdgroup.co.uk>
54082              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
54083              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
54084      Branch: perl
54085            ! run.c
54086 ____________________________________________________________________________
54087 [  8946] By: jhi                                   on 2001/02/26  14:32:37
54088         Log: Subject: Modified README.bs2000 
54089              From: Dorner Thomas <Thomas.Dorner@start.de>
54090              Date: Mon, 26 Feb 2001 09:22:17 +0100
54091              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
54092      Branch: perl
54093            ! README.bs2000
54094 ____________________________________________________________________________
54095 [  8945] By: jhi                                   on 2001/02/26  14:19:53
54096         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
54097              to maintperl, listing the known failures on the tests 129 and 130.
54098      Branch: maint-5.6/perl
54099           !> t/op/sprintf.t
54100 ____________________________________________________________________________
54101 [  8944] By: jhi                                   on 2001/02/26  14:14:15
54102         Log: Add more known sprintf failures.
54103      Branch: perl
54104            ! t/op/sprintf.t
54105 ____________________________________________________________________________
54106 [  8943] By: jhi                                   on 2001/02/26  13:56:22
54107         Log: perlglob.exe needs to be found in Win32, patch from
54108              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
54109              which needs external glob at mini-perl time."
54110      Branch: perl
54111            ! ext/Encode/compile
54112 ____________________________________________________________________________
54113 [  8942] By: jhi                                   on 2001/02/26  13:52:19
54114         Log: A missing dTHX from Vadim Konovalov.
54115      Branch: perl
54116            ! perlio.c
54117 ____________________________________________________________________________
54118 [  8941] By: jhi                                   on 2001/02/26  13:37:05
54119         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
54120      Branch: perl
54121            ! op.c
54122 ____________________________________________________________________________
54123 [  8940] By: jhi                                   on 2001/02/26  13:35:40
54124         Log: Integrate perlio.
54125      Branch: perl
54126           !> ext/Encode/Encode.pm
54127 ____________________________________________________________________________
54128 [  8939] By: nick                                  on 2001/02/25  23:47:09
54129         Log: Integrate mainline.
54130      Branch: perlio
54131           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
54132           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
54133 ____________________________________________________________________________
54134 [  8938] By: nick                                  on 2001/02/25  19:36:28
54135         Log: Encode implementations docs.
54136      Branch: perlio
54137            ! ext/Encode/Encode.pm
54138 ____________________________________________________________________________
54139 [  8937] By: jhi                                   on 2001/02/25  19:26:16
54140         Log: Script wasn't aligned with reality.
54141      Branch: perl
54142            ! t/pod/find.t
54143 ____________________________________________________________________________
54144 [  8936] By: jhi                                   on 2001/02/25  18:54:55
54145         Log: Update Changes.
54146      Branch: perl
54147            ! Changes patchlevel.h
54148 ____________________________________________________________________________
54149 [  8935] By: jhi                                   on 2001/02/25  18:46:36
54150         Log: Retract #8929,8930,8932,8933 for now.
54151      Branch: perl
54152            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
54153 ____________________________________________________________________________
54154 [  8934] By: jhi                                   on 2001/02/25  17:34:35
54155         Log: Integrate perlio.
54156      Branch: perl
54157           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
54158           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
54159           !> t/lib/encode.t
54160 ____________________________________________________________________________
54161 [  8933] By: jhi                                   on 2001/02/25  17:33:12
54162         Log: (Retracted by #8395.)
54163              
54164              Slight tweaks in scan_const(), not fixes yet, it seems like
54165              lots of work remains to be done...
54166      Branch: perl
54167            ! toke.c
54168 ____________________________________________________________________________
54169 [  8932] By: jhi                                   on 2001/02/25  17:27:11
54170         Log: (Retracted by #8395.)
54171              
54172              Missing from #8930.
54173      Branch: perl
54174            ! perl.h
54175 ____________________________________________________________________________
54176 [  8931] By: jhi                                   on 2001/02/25  17:26:19
54177         Log: A comment tweak.
54178      Branch: perl
54179            ! utf8.c
54180 ____________________________________________________________________________
54181 [  8930] By: jhi                                   on 2001/02/25  17:25:47
54182         Log: (Retracted by #8395.)
54183              
54184              Attempt to fix the EBCDIC character range problem with //.
54185      Branch: perl
54186            ! regcomp.c
54187 ____________________________________________________________________________
54188 [  8929] By: jhi                                   on 2001/02/25  17:23:45
54189         Log: (Retracted by #8395.)
54190              
54191              Expand the EBCDIC character range tests, and add few nasty
54192              tr tests from Karsten Sperling.
54193      Branch: perl
54194            ! t/op/pat.t t/op/tr.t
54195 ____________________________________________________________________________
54196 [  8928] By: jhi                                   on 2001/02/25  17:18:49
54197         Log: Missing check-in.
54198      Branch: perl
54199            ! lib/Pod/Find.pm
54200 ____________________________________________________________________________
54201 [  8927] By: nick                                  on 2001/02/25  11:30:22
54202         Log: Change method names in Encode implementation classes to something
54203              less confusing (preparing to "go public").
54204      Branch: perlio
54205            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
54206 ____________________________________________________________________________
54207 [  8926] By: nick                                  on 2001/02/25  10:53:24
54208         Log: GCC __atribute__ / printf fix
54209      Branch: perlio
54210            ! perl.h
54211 ____________________________________________________________________________
54212 [  8925] By: nick                                  on 2001/02/25  10:52:25
54213         Log: Checked in the wrong one ...
54214      Branch: perlio
54215            ! ext/Encode/Encode.pm
54216 ____________________________________________________________________________
54217 [  8924] By: nick                                  on 2001/02/24  18:46:51
54218         Log: Integrate mainline - to see what Jarkko has in ...
54219      Branch: perlio
54220           +> t/pod/testpods/lib/Pod/Stuff.pm
54221           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
54222 ____________________________________________________________________________
54223 [  8923] By: nick                                  on 2001/02/24  17:05:23
54224         Log: Encode API documentation nd tidy up.
54225              Minor additions to test.
54226              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
54227              Adds STRLEN to standard typemap.
54228      Branch: perlio
54229            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
54230            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
54231 ____________________________________________________________________________
54232 [  8922] By: jhi                                   on 2001/02/24  16:38:12
54233         Log: Add a test for the "character range should match in EBCDIC
54234              if specified using explicit numerics" bug found by Karsten
54235              Sperling.
54236      Branch: perl
54237            ! t/op/pat.t
54238 ____________________________________________________________________________
54239 [  8921] By: jhi                                   on 2001/02/24  16:30:16
54240         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
54241              From: schwern@pobox.com
54242              Date: Fri, 23 Feb 2001 03:21:37 -0500
54243              Message-ID: <20010223032137.A26022@magnonel.guild.net>
54244              
54245              plus Charles Lane's fixes, plus tweaks.
54246      Branch: perl
54247            + t/pod/testpods/lib/Pod/Stuff.pm
54248            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
54249 ____________________________________________________________________________
54250 [  8920] By: nick                                  on 2001/02/24  10:30:11
54251         Log: Integrate mainline
54252      Branch: perlio
54253           !> (integrate 33 files)
54254 ____________________________________________________________________________
54255 [  8919] By: jhi                                   on 2001/02/24  00:23:35
54256         Log: Subject: Re: I'm losing the war...
54257              From: "Vadim Konovalov" <watman@inbox.ru>
54258              Date: Sat, 24 Feb 2001 00:10:14 +0300
54259              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
54260              
54261              hv_store() not working correctly in ENV_IS_CASELESS case.
54262      Branch: perl
54263            ! hv.c
54264 ____________________________________________________________________________
54265 [  8918] By: jhi                                   on 2001/02/24  00:20:09
54266         Log: Subject: Re: [PATCH] fix for charnames above FFFF
54267              From: andreas.koenig@anima.de (Andreas J. Koenig)
54268              Date: 23 Feb 2001 02:39:03 +0100
54269              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
54270              
54271              A further efficiency tweak.
54272      Branch: perl
54273            ! lib/charnames.pm
54274 ____________________________________________________________________________
54275 [  8917] By: jhi                                   on 2001/02/23  20:27:51
54276         Log: Integrate change #8916 from mainline,
54277              do away with USE_WIN32_RTL_ENV.
54278      Branch: maint-5.6/perl
54279           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
54280 ____________________________________________________________________________
54281 [  8916] By: jhi                                   on 2001/02/23  20:02:25
54282         Log: Abolish USE_WIN32_RTL_ENV.
54283      Branch: perl
54284            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
54285 ____________________________________________________________________________
54286 [  8915] By: jhi                                   on 2001/02/23  19:36:00
54287         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
54288              later protected by some #define.
54289      Branch: perl
54290            ! gv.c
54291 ____________________________________________________________________________
54292 [  8914] By: jhi                                   on 2001/02/23  19:31:38
54293         Log: Retract #8902 for now, requested by Charles Lane, the correct
54294              fix will be something else.
54295      Branch: perl
54296            ! op.c
54297 ____________________________________________________________________________
54298 [  8913] By: jhi                                   on 2001/02/23  19:11:36
54299         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
54300              From: Peter Prymmer <pvhp@forte.com>
54301              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
54302              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
54303      Branch: perl
54304            ! t/op/lex_assign.t
54305 ____________________________________________________________________________
54306 [  8912] By: jhi                                   on 2001/02/23  18:38:20
54307         Log: Subject: [patch] perlio + useithreads
54308              From: Doug MacEachern <dougm@covalent.net>
54309              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
54310              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
54311              
54312              Gets things running but not complete.
54313      Branch: perl
54314            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
54315 ____________________________________________________________________________
54316 [  8911] By: jhi                                   on 2001/02/23  04:20:02
54317         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
54318              
54319              Duplicated environment freeing, File::Temp 0.12,
54320              op/append portability (EBCDIC) tweak.
54321      Branch: maint-5.6/perl
54322           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
54323           !> t/op/append.t
54324 ____________________________________________________________________________
54325 [  8910] By: jhi                                   on 2001/02/23  02:07:33
54326         Log: Integrate change #8909 from mainline, a better Borland
54327              putenv() workaround.
54328      Branch: maint-5.6/perl
54329           !> perl.c
54330 ____________________________________________________________________________
54331 [  8909] By: jhi                                   on 2001/02/23  02:05:46
54332         Log: A better workaround for Borland putenv() brokenness from Sarathy.
54333      Branch: perl
54334            ! perl.c
54335 ____________________________________________________________________________
54336 [  8908] By: jhi                                   on 2001/02/23  02:04:14
54337         Log: Subject: fix for parameter -Dm (for perl@8867)
54338              From: "Vadim Konovalov" <watman@inbox.ru>
54339              Date: Thu, 22 Feb 2001 17:30:12 +0300
54340              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
54341      Branch: perl
54342            ! perl.h
54343 ____________________________________________________________________________
54344 [  8907] By: jhi                                   on 2001/02/23  01:58:20
54345         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
54346              From: Peter Prymmer <pvhp@forte.com>
54347              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
54348              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
54349      Branch: perl
54350            ! t/op/append.t
54351 ____________________________________________________________________________
54352 [  8906] By: jhi                                   on 2001/02/23  01:48:34
54353         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
54354      Branch: perl
54355            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
54356 ____________________________________________________________________________
54357 [  8905] By: jhi                                   on 2001/02/23  01:43:30
54358         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
54359              From: Peter Prymmer <pvhp@forte.com>
54360              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
54361              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
54362      Branch: perl
54363            ! t/lib/st-06compat.t
54364 ____________________________________________________________________________
54365 [  8904] By: jhi                                   on 2001/02/23  01:42:39
54366         Log: Metaconfig unit change for #8903.
54367      Branch: metaconfig/U/perl
54368            ! Devel.U
54369 ____________________________________________________________________________
54370 [  8903] By: jhi                                   on 2001/02/23  01:42:12
54371         Log: Be more helpful for devel builders, suggested by John L. Allen.
54372      Branch: perl
54373            ! Configure
54374 ____________________________________________________________________________
54375 [  8902] By: jhi                                   on 2001/02/23  01:37:41
54376         Log: (Retracted by #8914)
54377              (Wrongly, reinstated by #8941)
54378              
54379              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
54380              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54381              Date:     Thu, 22 Feb 2001 09:43:57 EST
54382              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
54383      Branch: perl
54384            ! op.c
54385 ____________________________________________________________________________
54386 [  8901] By: jhi                                   on 2001/02/23  01:20:32
54387         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
54388              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54389              Date:     Thu, 22 Feb 2001 08:01:35 EST
54390              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
54391      Branch: perl
54392            ! malloc.c
54393 ____________________________________________________________________________
54394 [  8900] By: jhi                                   on 2001/02/23  01:18:02
54395         Log: Integrate changes #8898,8899 from mainline, environ handling.
54396      Branch: maint-5.6/perl
54397           !> perl.c
54398 ____________________________________________________________________________
54399 [  8899] By: jhi                                   on 2001/02/23  01:16:25
54400         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
54401              putenv() is not to be relied on, they are either broken or leaky
54402              or both.)
54403      Branch: perl
54404            ! perl.c
54405 ____________________________________________________________________________
54406 [  8898] By: jhi                                   on 2001/02/22  23:36:59
54407         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
54408              and safesysfree() must be used.
54409      Branch: perl
54410            ! perl.c
54411 ____________________________________________________________________________
54412 [  8897] By: jhi                                   on 2001/02/22  23:25:45
54413         Log: With environ one must use safesysmalloc()/safesysfree().
54414      Branch: perl
54415            ! perl.c
54416 ____________________________________________________________________________
54417 [  8896] By: jhi                                   on 2001/02/22  22:13:18
54418         Log: If we have a duplicated environment free it
54419              if PERL_DESTRUCT_LEVEL.
54420      Branch: perl
54421            ! perl.c
54422 ____________________________________________________________________________
54423 [  8895] By: alanbur                               on 2001/02/22  19:31:57
54424         Log: Synchronised with parent
54425      Branch: maint-5.6/pureperl
54426           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
54427 ____________________________________________________________________________
54428 [  8894] By: gsar                                  on 2001/02/22  19:06:18
54429         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
54430              
54431              fix memory leak in method call optimization (change#3768);
54432              made C<eval "$x->foo()"> leak
54433              
54434              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
54435      Branch: maint-5.6/perl
54436           !> op.c
54437 ____________________________________________________________________________
54438 [  8893] By: jhi                                   on 2001/02/22  18:35:27
54439         Log: (Retracted by #8915.)
54440              
54441              Third Degree finding:
54442              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
54443      Branch: perl
54444            ! gv.c
54445 ____________________________________________________________________________
54446 [  8892] By: jhi                                   on 2001/02/22  14:28:32
54447         Log: Update Changes.
54448      Branch: perl
54449            ! Changes patchlevel.h
54450 ____________________________________________________________________________
54451 [  8891] By: jhi                                   on 2001/02/22  13:22:45
54452         Log: Metaconfig unit changes for #8890.
54453      Branch: metaconfig
54454            ! U/modified/Cppsym.U U/threads/archname.U
54455 ____________________________________________________________________________
54456 [  8890] By: jhi                                   on 2001/02/22  13:22:12
54457         Log: Add -stdio to the archname if no perlio selected,
54458              no -perlio added since that is now the default.
54459              
54460              Add few CPUs/architectures to the Cppsym scan.
54461      Branch: perl
54462            ! Configure config_h.SH
54463 ____________________________________________________________________________
54464 [  8889] By: jhi                                   on 2001/02/22  13:05:59
54465         Log: Metaconfig unit change for #8888.
54466      Branch: metaconfig/U/perl
54467            ! useperlio.U
54468 ____________________________________________________________________________
54469 [  8888] By: jhi                                   on 2001/02/22  13:05:28
54470         Log: *drum roll*  Make perlio the default.
54471      Branch: perl
54472            ! Configure config_h.SH
54473 ____________________________________________________________________________
54474 [  8887] By: jhi                                   on 2001/02/22  12:50:52
54475         Log: Integrate change #8665 from maintperl to mainline,
54476              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
54477      Branch: perl
54478           !> ext/POSIX/POSIX.xs
54479 ____________________________________________________________________________
54480 [  8886] By: jhi                                   on 2001/02/22  12:49:24
54481         Log: Integrate changes #8883,8884 from mainline to maintperl.
54482              
54483              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
54484              Subject: Re: File::Temp::_gettemp warning
54485      Branch: maint-5.6/perl
54486           !> embed.h embed.pl lib/File/Temp.pm
54487 ____________________________________________________________________________
54488 [  8885] By: jhi                                   on 2001/02/22  12:43:59
54489         Log: Based on
54490              
54491              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
54492              From: schwab@suse.de
54493              Date: Thu, 22 Feb 2001 13:08:09 +0100
54494              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
54495              
54496              but the fix done slightly differently because the other
54497              half was already done in #8664.
54498      Branch: maint-5.6/perl
54499            ! ext/POSIX/POSIX.xs
54500 ____________________________________________________________________________
54501 [  8884] By: jhi                                   on 2001/02/22  12:37:15
54502         Log: Subject: Re: File::Temp::_gettemp warning
54503              From: Tim Jenness <t.jenness@jach.hawaii.edu>
54504              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
54505              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
54506              
54507              This patch to File::Temp does two things:
54508              
54509              1. Fixes the problem with CGI::Carp when determining
54510              the Fcntl constants
54511              
54512              2. Removes most of the carps and consolidates them so that all the
54513              reasons are included in a single die that is caught by the test. This
54514              means that the correct skipping behaviour is displayed by the test.
54515      Branch: perl
54516            ! lib/File/Temp.pm
54517 ____________________________________________________________________________
54518 [  8883] By: jhi                                   on 2001/02/22  12:29:19
54519         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
54520              From: Peter Prymmer <pvhp@forte.com>
54521              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
54522              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
54523      Branch: perl
54524            ! embed.h embed.pl
54525 ____________________________________________________________________________
54526 [  8882] By: jhi                                   on 2001/02/21  19:41:33
54527         Log: Integrate change #8881 from mainlin to maintperl.
54528              
54529              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
54530      Branch: maint-5.6/perl
54531           !> op.c
54532 ____________________________________________________________________________
54533 [  8881] By: jhi                                   on 2001/02/21  19:38:57
54534         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
54535              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54536              Date:     Wed, 21 Feb 2001 13:08:03 EST
54537              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
54538      Branch: perl
54539            ! op.c
54540 ____________________________________________________________________________
54541 [  8880] By: jhi                                   on 2001/02/21  19:34:34
54542         Log: Retract #8875, cannot let go of the old semantics of unpack U
54543              without rethinking utf8decode.t.
54544      Branch: perl
54545            ! pp.c t/op/pack.t
54546 ____________________________________________________________________________
54547 [  8879] By: jhi                                   on 2001/02/21  19:08:02
54548         Log: Run run/*.t also in minitest.
54549      Branch: perl
54550            ! Makefile.SH
54551 ____________________________________________________________________________
54552 [  8878] By: nick                                  on 2001/02/21  18:55:37
54553         Log: Integrate mainline
54554      Branch: perlio
54555           !> (integrate 76 files)
54556 ____________________________________________________________________________
54557 [  8877] By: jhi                                   on 2001/02/21  15:09:33
54558         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
54559      Branch: metaconfig
54560            ! U/compline/nblock_io.U
54561      Branch: perl
54562            ! Configure config_h.SH
54563 ____________________________________________________________________________
54564 [  8876] By: jhi                                   on 2001/02/21  14:54:45
54565         Log: If no sfio, no -lsfio.
54566      Branch: metaconfig/U/perl
54567            ! d_sfio.U
54568      Branch: perl
54569            ! Configure config_h.SH
54570 ____________________________________________________________________________
54571 [  8875] By: jhi                                   on 2001/02/21  14:54:00
54572         Log: Make unpack C and unpack U truly equivalent.
54573      Branch: perl
54574            ! pp.c t/op/pack.t
54575 ____________________________________________________________________________
54576 [  8874] By: jhi                                   on 2001/02/21  14:26:02
54577         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
54578              From: Peter Prymmer <pvhp@forte.com>
54579              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
54580              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
54581      Branch: perl
54582            ! pod/perlport.pod
54583 ____________________________________________________________________________
54584 [  8873] By: jhi                                   on 2001/02/21  14:24:31
54585         Log: Subject: [PATCH] fix for charnames above FFFF
54586              From: andreas.koenig@anima.de (Andreas J. Koenig)
54587              Date: 21 Feb 2001 07:05:45 +0100
54588              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
54589      Branch: perl
54590            ! lib/charnames.pm t/lib/charnames.t
54591 ____________________________________________________________________________
54592 [  8872] By: jhi                                   on 2001/02/21  14:15:25
54593         Log: Integrate change #8868 from pureperl to mainline.
54594              
54595              Fixed reference count loop caused by sv_magic.
54596      Branch: perl
54597           !> sv.c
54598 ____________________________________________________________________________
54599 [  8871] By: jhi                                   on 2001/02/21  14:07:29
54600         Log: Integrate change #8868 from pureperl to maintperl.
54601              
54602              Fixed reference count loop caused by sv_magic.
54603      Branch: maint-5.6/perl
54604           !> sv.c
54605 ____________________________________________________________________________
54606 [  8870] By: jhi                                   on 2001/02/21  14:04:41
54607         Log: Put back the #8840, it was innocent.
54608      Branch: perl
54609            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
54610            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
54611 ____________________________________________________________________________
54612 [  8869] By: jhi                                   on 2001/02/21  14:00:03
54613         Log: unpack("C", ...) was left slightly unfinished by #8865.
54614      Branch: perl
54615            ! pp.c t/op/pack.t
54616 ____________________________________________________________________________
54617 [  8868] By: alanbur                               on 2001/02/21  01:33:45
54618         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
54619              from gv_fetchpv to create single-character magic variables (e.g. $!),
54620              and it is passed a sv and the gv that contains the sv as the mg_obj
54621              value.  When sv_magic stores the mg_obj pointer it increments the gv
54622              refcount, thus causing a sv-gv pair that can't be freed.  There is
54623              already a check for sv == obj which is used to prevent such reference
54624              loops.  This change extends the check to cover the case described above.
54625      Branch: maint-5.6/pureperl
54626            ! sv.c
54627 ____________________________________________________________________________
54628 [  8867] By: jhi                                   on 2001/02/21  00:52:39
54629         Log: Update Changes.
54630      Branch: perl
54631            ! Changes patchlevel.h
54632 ____________________________________________________________________________
54633 [  8866] By: jhi                                   on 2001/02/21  00:34:20
54634         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
54635              (Note: there were some conflicts due to EBCDIC and EPOC
54636              patches, in general I preferred the repository code.)
54637              (When 2.753 comes out, we need to synchronize.)
54638      Branch: perl
54639            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
54640            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
54641            ! t/lib/cgi-html.t
54642 ____________________________________________________________________________
54643 [  8865] By: jhi                                   on 2001/02/21  00:24:22
54644         Log: Make pack("C", 0x100) to create Unicode, unless under the
54645              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
54646              will understand Unicode, unless you under know what.
54647      Branch: perl
54648            ! pp.c t/op/pack.t t/op/qu.t
54649 ____________________________________________________________________________
54650 [  8864] By: alanbur                               on 2001/02/20  22:35:34
54651         Log: Resynchronised with parent
54652      Branch: maint-5.6/pureperl
54653           !> README.win32 ext/GDBM_File/GDBM_File.pm
54654           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
54655           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
54656           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
54657           !> t/lib/sdbm.t util.c
54658 ____________________________________________________________________________
54659 [  8863] By: jhi                                   on 2001/02/20  20:55:11
54660         Log: Integrate change #8860,8861 from mainline into maintperl.
54661              
54662              "pseudo-literal j"
54663              
54664              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
54665      Branch: maint-5.6/perl
54666           !> lib/Test.pm pod/perlop.pod
54667 ____________________________________________________________________________
54668 [  8862] By: jhi                                   on 2001/02/20  20:30:07
54669         Log: Don't do casting between pointers pointing to differently sized
54670              integers.
54671      Branch: perl
54672            ! hv.c sv.c
54673 ____________________________________________________________________________
54674 [  8861] By: jhi                                   on 2001/02/20  19:53:44
54675         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
54676              From: Peter Prymmer <pvhp@forte.com>
54677              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
54678              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
54679      Branch: perl
54680            ! lib/Test.pm
54681 ____________________________________________________________________________
54682 [  8860] By: jhi                                   on 2001/02/20  19:48:02
54683         Log: "pseudo-literal j", a documentation glitch reported to Debian.
54684              The text recovered from Perl 5.005_03, and pseudo-literal replaced
54685              by "backtick string".
54686      Branch: perl
54687            ! pod/perlop.pod
54688 ____________________________________________________________________________
54689 [  8859] By: jhi                                   on 2001/02/20  19:15:46
54690         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
54691              from Chris Nandor.
54692      Branch: perl
54693            ! makedef.pl
54694 ____________________________________________________________________________
54695 [  8858] By: jhi                                   on 2001/02/20  17:36:53
54696         Log: Integrate pureperl changes #8844,8845,8850 to mainline
54697              (via maintperl #8855).
54698              
54699              Fixed %^H scoping bug
54700              
54701              Removed GV <-> CV refcount loop
54702              
54703              Removed %ENV refcount loop
54704      Branch: perl
54705           !> gv.c op.c perl.c pp.c scope.c
54706 ____________________________________________________________________________
54707 [  8857] By: jhi                                   on 2001/02/20  17:34:32
54708         Log: Integrate changes #8853,8854 from maintperl to mainline.
54709              
54710              EBDIC fixes, README.win32 Borland update.
54711      Branch: perl
54712           !> README.win32 handy.h util.c
54713 ____________________________________________________________________________
54714 [  8856] By: jhi                                   on 2001/02/20  17:33:16
54715         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
54716      Branch: maint-5.6/perl
54717           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
54718           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
54719           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
54720 ____________________________________________________________________________
54721 [  8855] By: jhi                                   on 2001/02/20  17:32:13
54722         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
54723              
54724              Fixed %^H scoping bug
54725              
54726              Removed GV <-> CV refcount loop
54727              
54728              Removed %ENV refcount loop
54729      Branch: maint-5.6/perl
54730           !> gv.c op.c perl.c pp.c scope.c
54731 ____________________________________________________________________________
54732 [  8854] By: jhi                                   on 2001/02/20  17:25:06
54733         Log: Subject: Addition to readme.win32 for Borland C++ compilers
54734              Date: Tue, 20 Feb 2001 02:15:25 +0300
54735              From: "Vadim Konovalov" <watman@inbox.ru>
54736              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
54737              
54738              Document Borland compiler misbehaviour.
54739      Branch: maint-5.6/perl
54740            ! README.win32
54741 ____________________________________________________________________________
54742 [  8853] By: jhi                                   on 2001/02/20  17:22:25
54743         Log: The assimilation of ebcdic.c didn't quite work at the first try,
54744              patches from Thomas Dorner.
54745      Branch: maint-5.6/perl
54746            ! handy.h util.c
54747 ____________________________________________________________________________
54748 [  8852] By: jhi                                   on 2001/02/20  17:20:15
54749         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
54750              From: Chris Nandor <pudge@pobox.com>
54751              Date: Tue, 20 Feb 2001 08:32:45 -0500
54752              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
54753      Branch: maint-5.6/perl
54754            ! makedef.pl mg.c
54755 ____________________________________________________________________________
54756 [  8851] By: jhi                                   on 2001/02/20  17:15:52
54757         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
54758      Branch: perl
54759            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
54760            ! t/lib/filter-util.t
54761 ____________________________________________________________________________
54762 [  8850] By: alanbur                               on 2001/02/20  17:12:40
54763         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
54764              and the magic pointer points back to the GV that contains the
54765              %ENV hash.  This creates a refcount loop that prevents members
54766              of %ENV from being freed correctly.  This change removes the
54767              refcount loop - the magic pointer was never used anyway, the
54768              only use of the magic was to check the type ('E') so that the
54769              appropriate environment manipulation code is called when %ENV
54770              is modified.
54771      Branch: maint-5.6/pureperl
54772            ! perl.c
54773 ____________________________________________________________________________
54774 [  8849] By: jhi                                   on 2001/02/20  17:12:20
54775         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
54776              From: "Craig A. Berry" <craigberry@mac.com>
54777              Date: Mon, 19 Feb 2001 23:36:12 -0600
54778              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
54779              
54780              Case-forgiving systems match TestInit.pm with TES*.
54781      Branch: perl
54782            ! t/lib/glob-basic.t
54783 ____________________________________________________________________________
54784 [  8848] By: jhi                                   on 2001/02/20  17:10:02
54785         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
54786      Branch: perl
54787            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
54788            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
54789            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
54790 ____________________________________________________________________________
54791 [  8847] By: jhi                                   on 2001/02/20  15:34:41
54792         Log: The #8843 wasn't quite right: %Config needs to imported.
54793      Branch: perl
54794            ! t/run/runenv.t
54795 ____________________________________________________________________________
54796 [  8846] By: jhi                                   on 2001/02/20  15:31:50
54797         Log: Retract the #8838 and #8840 for now because of
54798              the DB_File tie problem.
54799      Branch: perl
54800            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
54801            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
54802            ! proto.h sv.c
54803 ____________________________________________________________________________
54804 [  8845] By: alanbur                               on 2001/02/20  14:25:41
54805         Log: Removed GV <-> CV refcount loop
54806              CvGV(mycv) points to the parent GV of the CV, and was previously
54807              refcounted.  The pointer remains, but the refcounting has been removed
54808              as it causes a refcount loop between the CV and GV that means the CV
54809              can't ever be deleted.
54810      Branch: maint-5.6/pureperl
54811            ! gv.c op.c pp.c
54812 ____________________________________________________________________________
54813 [  8844] By: alanbur                               on 2001/02/20  14:23:13
54814         Log: Fixed %^H scoping bug
54815      Branch: maint-5.6/pureperl
54816            ! scope.c
54817 ____________________________________________________________________________
54818 [  8843] By: jhi                                   on 2001/02/19  13:38:08
54819         Log: fork() not everywhere, cleanup temp files.
54820      Branch: perl
54821            ! t/run/runenv.t
54822 ____________________________________________________________________________
54823 [  8842] By: alanbur                               on 2001/02/19  12:42:07
54824         Log: Resynchronised with parent
54825      Branch: maint-5.6/pureperl
54826           !> pod/perlfaq4.pod sv.c utf8.c
54827 ____________________________________________________________________________
54828 [  8841] By: jhi                                   on 2001/02/19  03:35:51
54829         Log: Update Changes.
54830      Branch: perl
54831            ! Changes patchlevel.h
54832 ____________________________________________________________________________
54833 [  8840] By: jhi                                   on 2001/02/19  00:23:41
54834         Log: Subject: [patch] add sv_setref_uv
54835              From: Doug MacEachern <dougm@covalent.net>
54836              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
54837              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
54838      Branch: perl
54839            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
54840            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
54841 ____________________________________________________________________________
54842 [  8839] By: jhi                                   on 2001/02/19  00:01:38
54843         Log: Put to rest the 20010205.001, the email address checking (not) regex.
54844      Branch: perl
54845            ! pod/perlfaq9.pod
54846 ____________________________________________________________________________
54847 [  8838] By: jhi                                   on 2001/02/18  22:17:54
54848         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
54849              From: Doug MacEachern <dougm@covalent.net>
54850              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
54851              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
54852      Branch: perl
54853            ! lib/ExtUtils/xsubpp
54854 ____________________________________________________________________________
54855 [  8837] By: jhi                                   on 2001/02/18  22:16:50
54856         Log: Subject: [patch] -Wall cleanup round 2
54857              From: Doug MacEachern <dougm@covalent.net>
54858              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
54859              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
54860      Branch: perl
54861            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
54862            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
54863            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
54864            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
54865            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
54866            ! ext/SDBM_File/SDBM_File.xs
54867 ____________________________________________________________________________
54868 [  8836] By: jhi                                   on 2001/02/18  22:11:20
54869         Log: Misapplied regex optimizations when \C is present.
54870              Fixes 20001230.002.
54871              
54872              What still remains broken is that the submatches that
54873              have \C in them get their UTF8 flag on because their
54874              parent SV has it on.  This will result in malformed
54875              UTF8 if a \C happened to match a non-ASCII byte.
54876      Branch: perl
54877            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
54878            ! t/pragma/utf8.t
54879 ____________________________________________________________________________
54880 [  8835] By: jhi                                   on 2001/02/18  20:12:02
54881         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
54882              
54883              The hash key got wrongly UTF8fied.
54884      Branch: perl
54885            ! pod/perlapi.pod toke.c utf8.c
54886 ____________________________________________________________________________
54887 [  8834] By: jhi                                   on 2001/02/18  19:44:25
54888         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
54889              don't warn on magical or overloaded things.
54890      Branch: perl
54891            ! pp_hot.c
54892 ____________________________________________________________________________
54893 [  8833] By: nick                                  on 2001/02/18  19:31:22
54894         Log: Integrate mainline
54895      Branch: perlio
54896           +> t/TestInit.pm t/run/runenv.t
54897            - t/UTEST
54898           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
54899           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
54900           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
54901           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
54902           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
54903           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
54904           !> utf8.c
54905 ____________________________________________________________________________
54906 [  8832] By: jhi                                   on 2001/02/18  19:21:18
54907         Log: Integrate perlio.
54908      Branch: perl
54909           !> perlio.c pod/perldiag.pod
54910 ____________________________________________________________________________
54911 [  8831] By: jhi                                   on 2001/02/18  19:14:20
54912         Log: Integrate change #8827 from mainline.
54913              
54914              UTF8 tweaks.
54915      Branch: maint-5.6/perl
54916           !> sv.c utf8.c
54917 ____________________________________________________________________________
54918 [  8830] By: nick                                  on 2001/02/18  19:10:34
54919         Log: Apply the spirit of patch from Nick Clark:
54920              Subject: [PATCH] Re: extensions that provide layers
54921              From: Nicholas Clark <nick@ccl4.org>
54922              Date: Mon, 12 Feb 2001 16:43:51 +0000
54923              Message-Id: <20010212164350.Q3652@plum.flirble.org>
54924      Branch: perlio
54925            ! perlio.c pod/perldiag.pod
54926 ____________________________________________________________________________
54927 [  8829] By: jhi                                   on 2001/02/18  19:03:25
54928         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
54929              From: schwern@pobox.com 
54930              Date: Sun, 18 Feb 2001 13:44:35 -0500
54931              Message-ID: <20010218134435.A17544@magnonel.guild.net>
54932              
54933              Applied, but as t/TestInit.pm.
54934      Branch: perl
54935            + t/TestInit.pm
54936            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
54937            ! t/op/subst_wamp.t
54938 ____________________________________________________________________________
54939 [  8828] By: jhi                                   on 2001/02/18  18:43:52
54940         Log: Integrate perlio.
54941      Branch: perl
54942           !> perlio.c
54943 ____________________________________________________________________________
54944 [  8827] By: jhi                                   on 2001/02/18  18:41:33
54945         Log: UTF-8 tweaks.
54946      Branch: perl
54947            ! sv.c utf8.c
54948 ____________________________________________________________________________
54949 [  8826] By: nick                                  on 2001/02/18  17:40:59
54950         Log: Fix [ID 20010217.002]
54951              open FOO, "<:raw:perlio", ...
54952              :raw now inserts default base layer below itself.
54953              Also
54954              open FOO, "<:unix", ...
54955              works as well - but leaves buffer layer on stack under the unix layer.
54956      Branch: perlio
54957            ! perlio.c
54958 ____________________________________________________________________________
54959 [  8825] By: jhi                                   on 2001/02/18  17:15:39
54960         Log: Integrate perlio.
54961      Branch: perl
54962           !> perlio.c perliol.h
54963 ____________________________________________________________________________
54964 [  8824] By: jhi                                   on 2001/02/18  17:10:53
54965         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
54966              From: schwern@pobox.com
54967              Date: Sun, 18 Feb 2001 01:48:50 -0500
54968              Message-ID: <20010218014850.C19957@magnonel.guild.net>
54969      Branch: perl
54970            ! lib/Test/Harness.pm t/TEST t/op/chop.t
54971 ____________________________________________________________________________
54972 [  8823] By: jhi                                   on 2001/02/18  17:01:06
54973         Log: Add run/*.t to testables.
54974      Branch: perl
54975            ! t/TEST
54976 ____________________________________________________________________________
54977 [  8822] By: jhi                                   on 2001/02/18  16:58:58
54978         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
54979              From: schwern@pobox.com
54980              Date: Sun, 18 Feb 2001 01:11:35 -0500
54981              Message-ID: <20010218011135.A19957@magnonel.guild.net>
54982              
54983              Revive mjd's and Simon's PERL5OPT fix.
54984      Branch: perl
54985            + t/run/runenv.t
54986            ! MANIFEST perl.c
54987 ____________________________________________________________________________
54988 [  8821] By: jhi                                   on 2001/02/18  16:53:46
54989         Log: Subject: Re: Why t/TEST and not Test::Harness?
54990              From: schwern@pobox.com
54991              Date: Sat, 17 Feb 2001 22:44:44 -0500
54992              Message-ID: <20010217224444.A6679@magnonel.guild.net>
54993              
54994              Replace UTEST with TEST -utf8.
54995      Branch: perl
54996            - t/UTEST
54997            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
54998            ! t/lib/glob-basic.t
54999 ____________________________________________________________________________
55000 [  8820] By: nick                                  on 2001/02/18  13:06:16
55001         Log: Clean up a few core dumps when layers are used in unexpected ways.
55002              (Still not "right"...)
55003      Branch: perlio
55004            ! perlio.c perliol.h
55005 ____________________________________________________________________________
55006 [  8819] By: jhi                                   on 2001/02/18  02:25:55
55007         Log: Integrate change #8818 from maintperl, a FAQ nit.
55008      Branch: perl
55009           !> pod/perlfaq4.pod
55010 ____________________________________________________________________________
55011 [  8818] By: jhi                                   on 2001/02/18  02:24:50
55012         Log: FAQ nit from Chris Fedde.
55013      Branch: maint-5.6/perl
55014            ! pod/perlfaq4.pod
55015 ____________________________________________________________________________
55016 [  8817] By: nick                                  on 2001/02/17  18:20:14
55017         Log: Integrate mainline
55018      Branch: perlio
55019           +> lib/unicode/UCD.html lib/unicode/Unicode.html
55020           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
55021           +> pod/perlclib.pod
55022            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
55023            - lib/unicode/Unicode.301
55024           !> (integrate 324 files)
55025 ____________________________________________________________________________
55026 [  8816] By: jhi                                   on 2001/02/17  16:56:58
55027         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
55028      Branch: perl
55029            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
55030            ! ext/Storable/Storable.xs t/lib/st-06compat.t
55031            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
55032 ____________________________________________________________________________
55033 [  8815] By: jhi                                   on 2001/02/17  16:40:07
55034         Log: Subject: [patch] -Wall
55035              From: Doug MacEachern <dougm@covalent.net>
55036              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
55037              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
55038      Branch: perl
55039            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
55040            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
55041 ____________________________________________________________________________
55042 [  8814] By: jhi                                   on 2001/02/16  19:27:18
55043         Log: Document qu better.
55044      Branch: perl
55045            ! pod/perlop.pod
55046 ____________________________________________________________________________
55047 [  8813] By: jhi                                   on 2001/02/15  13:54:37
55048         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
55049              From: Hugo <hv@crypt.compulink.co.uk>
55050              Date: Thu, 15 Feb 2001 13:39:49 +0000
55051              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
55052      Branch: perl
55053            ! toke.c
55054 ____________________________________________________________________________
55055 [  8812] By: alanbur                               on 2001/02/15  13:52:16
55056         Log: Resynchronised with parent
55057      Branch: maint-5.6/pureperl
55058            - ebcdic.c
55059           !> (integrate 36 files)
55060 ____________________________________________________________________________
55061 [  8811] By: jhi                                   on 2001/02/15  13:51:16
55062         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
55063              
55064              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
55065              From: Jan Dubois <JanD@ActiveState.com>
55066              Date: Wed, 31 Jan 2001 21:17:03 -0800
55067              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
55068              
55069              tweak change#8659 to keep it simple
55070              
55071              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
55072              From: Russ Allbery <rra@stanford.edu>
55073              Date: 14 Feb 2001 10:15:41 -0800
55074              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
55075              
55076              (8809 empty)
55077              
55078              Upgrade to podlators 1.08, from Russ Allbery.
55079      Branch: perl
55080           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
55081           !> utils/perldoc.PL
55082 ____________________________________________________________________________
55083 [  8810] By: jhi                                   on 2001/02/15  13:35:08
55084         Log: Upgrade to podlators 1.08, from Russ Allbery.
55085      Branch: maint-5.6/perl
55086            ! lib/Pod/Man.pm lib/Pod/Text.pm
55087 ____________________________________________________________________________
55088 [  8809] By: jhi                                   on 2001/02/15  13:26:38
55089         Log: (accidentally empty check-in)
55090      Branch: maint-5.6/perl
55091            ! lib/Test/Harness.pm
55092 ____________________________________________________________________________
55093 [  8808] By: jhi                                   on 2001/02/15  13:23:47
55094         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
55095              From: Russ Allbery <rra@stanford.edu>
55096              Date: 14 Feb 2001 10:15:41 -0800
55097              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
55098              
55099              perldoc was hardcoding $Config{installscript}, which breaks
55100              when install* isn't where Perl ends up (such as with AFS).
55101              
55102              Use $Config{scriptdir} instead.
55103      Branch: maint-5.6/perl
55104            ! utils/perldoc.PL
55105 ____________________________________________________________________________
55106 [  8807] By: jhi                                   on 2001/02/14  14:37:27
55107         Log: Update Changes.
55108      Branch: perl
55109            ! Changes patchlevel.h
55110 ____________________________________________________________________________
55111 [  8806] By: jhi                                   on 2001/02/14  14:25:31
55112         Log: Integrate changes #8803,8804,8805 from mainline.
55113              
55114              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
55115              
55116              Don't skip too much of the locale error message if no environ array,
55117              from Chris Nandor.
55118              
55119              More MacOS Classic fixes from Chris Nandor.
55120      Branch: maint-5.6/perl
55121           !> doop.c lib/Cwd.pm perl.c perl.h util.c
55122 ____________________________________________________________________________
55123 [  8805] By: jhi                                   on 2001/02/14  03:29:01
55124         Log: More MacOS Classic fixes from Chris Nandor.
55125      Branch: perl
55126            ! doop.c lib/Cwd.pm
55127 ____________________________________________________________________________
55128 [  8804] By: jhi                                   on 2001/02/14  03:18:35
55129         Log: Don't skip too much of the locale error message if no environ array,
55130              from Chris Nandor.
55131      Branch: perl
55132            ! util.c
55133 ____________________________________________________________________________
55134 [  8803] By: jhi                                   on 2001/02/14  03:14:14
55135         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
55136      Branch: perl
55137            ! perl.c perl.h
55138 ____________________________________________________________________________
55139 [  8802] By: jhi                                   on 2001/02/13  18:31:33
55140         Log: AUTHORS update.
55141      Branch: perl
55142            ! AUTHORS
55143 ____________________________________________________________________________
55144 [  8801] By: jhi                                   on 2001/02/13  17:55:19
55145         Log: Integrate change #8792 from mainline.
55146              
55147              Subject: buncha MacPerl patches for bleadperl
55148              From: Chris Nandor <pudge@pobox.com>
55149              Date: Tue, 13 Feb 2001 00:02:43 -0500
55150              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
55151      Branch: maint-5.6/perl
55152           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
55153           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
55154           !> t/lib/basename.t toke.c util.h
55155 ____________________________________________________________________________
55156 [  8800] By: jhi                                   on 2001/02/13  17:46:43
55157         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
55158              to be forced to Off_t.
55159              
55160              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
55161              From: nick@ccl4.org
55162              Date: Thu, 1 Feb 2001 12:01:04 +0000
55163              Message-Id: <20010201120103.E11401@plum.flirble.org>
55164      Branch: maint-5.6/perl
55165            ! iperlsys.h perlio.c
55166 ____________________________________________________________________________
55167 [  8799] By: jhi                                   on 2001/02/13  16:52:51
55168         Log: Duplex duplex hunk hunk.
55169      Branch: maint-5.6/perl
55170            ! Makefile.SH
55171 ____________________________________________________________________________
55172 [  8797] By: jhi                                   on 2001/02/13  14:52:04
55173         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
55174              From: "Craig A. Berry" <craigberry@mac.com>
55175              Date: Mon, 12 Feb 2001 11:05:25 -0600
55176              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
55177      Branch: perl
55178            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
55179 ____________________________________________________________________________
55180 [  8796] By: jhi                                   on 2001/02/13  14:36:47
55181         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
55182              From: simon.cozens@pembroke.oxford.ac.uk 
55183              Date: Sat, 10 Feb 2001 17:57:02 +0000
55184              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
55185              
55186              Now it does include.
55187      Branch: perl
55188            ! pod/perldiag.pod
55189 ____________________________________________________________________________
55190 [  8795] By: jhi                                   on 2001/02/13  14:30:11
55191         Log: Sort the MANIFEST.
55192      Branch: perl
55193            ! MANIFEST
55194 ____________________________________________________________________________
55195 [  8794] By: jhi                                   on 2001/02/13  14:26:51
55196         Log: Integrate change #8793 from mainline, FAQ updates.
55197      Branch: maint-5.6/perl
55198           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
55199 ____________________________________________________________________________
55200 [  8793] By: jhi                                   on 2001/02/13  14:25:13
55201         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
55202      Branch: perl
55203            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
55204 ____________________________________________________________________________
55205 [  8792] By: jhi                                   on 2001/02/13  14:22:50
55206         Log: Subject: buncha MacPerl patches for bleadperl
55207              From: Chris Nandor <pudge@pobox.com>
55208              Date: Tue, 13 Feb 2001 00:02:43 -0500
55209              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
55210      Branch: perl
55211            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
55212            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
55213            ! t/lib/basename.t toke.c util.h
55214 ____________________________________________________________________________
55215 [  8791] By: jhi                                   on 2001/02/13  14:10:39
55216         Log: Integrate change #8790 from mainline.
55217              
55218              environ array wrongly assumed in Perl_init_i18nl10n(),
55219      Branch: maint-5.6/perl
55220           !> util.c
55221 ____________________________________________________________________________
55222 [  8790] By: jhi                                   on 2001/02/13  14:06:15
55223         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
55224              noticed by Chris Nandor in MacOS Classic.
55225      Branch: perl
55226            ! util.c
55227 ____________________________________________________________________________
55228 [  8789] By: jhi                                   on 2001/02/13  13:58:07
55229         Log: Integrate changes #8373,8487,8544,8783 from mainline.
55230              
55231              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
55232              hints files, the dynaloading, assimilate ebcdic into util.c.
55233      Branch: maint-5.6/perl
55234            - ebcdic.c
55235            ! MANIFEST hints/posix-bc.sh
55236           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
55237           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
55238           !> perlapi.c proto.h util.c
55239 ____________________________________________________________________________
55240 [  8788] By: alanbur                               on 2001/02/13  10:33:13
55241         Log: Integrated changes from maint-5.6
55242      Branch: maint-5.6/pureperl
55243           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
55244           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
55245           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
55246           !> vos/config.ga.h vos/configure_perl.cm
55247 ____________________________________________________________________________
55248 [  8787] By: jhi                                   on 2001/02/13  05:56:36
55249         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
55250      Branch: perl
55251           !> Makefile.SH
55252 ____________________________________________________________________________
55253 [  8786] By: jhi                                   on 2001/02/13  05:54:34
55254         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
55255              From: Dorner Thomas <Thomas.Dorner@start.de>
55256              Date: Mon, 12 Feb 2001 15:06:26 +0100
55257              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
55258      Branch: maint-5.6/perl
55259            ! Makefile.SH
55260 ____________________________________________________________________________
55261 [  8785] By: jhi                                   on 2001/02/13  05:29:04
55262         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
55263      Branch: perl
55264           !> hints/openbsd.sh
55265 ____________________________________________________________________________
55266 [  8784] By: jhi                                   on 2001/02/13  02:25:24
55267         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
55268              From: Peter Prymmer <pvhp@forte.com>
55269              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
55270              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
55271      Branch: perl
55272            ! pod/perlclib.pod
55273 ____________________________________________________________________________
55274 [  8783] By: jhi                                   on 2001/02/13  02:22:36
55275         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
55276      Branch: perl
55277            - ebcdic.c
55278            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
55279            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
55280            ! util.c
55281 ____________________________________________________________________________
55282 [  8782] By: jhi                                   on 2001/02/13  02:00:07
55283         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
55284      Branch: maint-5.6/perl
55285            ! pod/perlport.pod
55286 ____________________________________________________________________________
55287 [  8781] By: jhi                                   on 2001/02/13  01:58:44
55288         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
55289      Branch: maint-5.6/perl
55290            ! hints/openbsd.sh
55291 ____________________________________________________________________________
55292 [  8780] By: jhi                                   on 2001/02/13  01:57:33
55293         Log: Synchronize the regexp tests between maintperl and mainline.
55294      Branch: maint-5.6/perl
55295           !> t/op/re_tests
55296 ____________________________________________________________________________
55297 [  8779] By: jhi                                   on 2001/02/13  01:49:35
55298         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
55299              From: Hugo <hv@crypt.compulink.co.uk>
55300              Date: Tue, 13 Feb 2001 00:11:11 +0000
55301              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
55302      Branch: perl
55303            ! regcomp.c t/op/re_tests
55304 ____________________________________________________________________________
55305 [  8778] By: jhi                                   on 2001/02/13  00:23:10
55306         Log: Comments do not nest.
55307      Branch: perl
55308            ! perl.h
55309 ____________________________________________________________________________
55310 [  8777] By: jhi                                   on 2001/02/13  00:17:54
55311         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
55312              From: Hugo <hv@crypt.compulink.co.uk>
55313              Date: Tue, 13 Feb 2001 00:11:11 +0000
55314              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
55315      Branch: maint-5.6/perl
55316            ! regcomp.c t/op/re_tests
55317 ____________________________________________________________________________
55318 [  8776] By: jhi                                   on 2001/02/12  23:25:52
55319         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
55320      Branch: maint-5.6/perl
55321            ! pod/perlport.pod
55322 ____________________________________________________________________________
55323 [  8775] By: jhi                                   on 2001/02/12  23:04:28
55324         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
55325      Branch: maint-5.6/perl
55326            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
55327            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
55328            ! vos/configure_perl.cm
55329 ____________________________________________________________________________
55330 [  8774] By: jhi                                   on 2001/02/12  22:59:11
55331         Log: Subject: Re: [patch] context for 'U' magic functions
55332              From: Doug MacEachern <dougm@covalent.net>
55333              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
55334              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
55335              
55336              plus the suggestion by Nick Ing-Simmons to name the macro
55337              as PERL_MG_UFUNC to avoid namespace pollution, plus add
55338              the advice by Doug for XS writers to perl.h
55339      Branch: perl
55340            ! mg.c perl.h
55341 ____________________________________________________________________________
55342 [  8773] By: jhi                                   on 2001/02/11  20:14:12
55343         Log: Update Changes.
55344      Branch: perl
55345            ! Changes patchlevel.h
55346 ____________________________________________________________________________
55347 [  8772] By: jhi                                   on 2001/02/11  18:47:52
55348         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
55349              From: Simon Cozens <simon@cozens.net>
55350              Date: Wed, 31 Jan 2001 16:31:43 +0000
55351              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
55352      Branch: perl
55353            + pod/perlclib.pod
55354            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
55355            ! pod/perltoc.pod
55356 ____________________________________________________________________________
55357 [  8771] By: jhi                                   on 2001/02/11  18:36:48
55358         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
55359              
55360              Blocks-4d3.beta.txt
55361              CaseFolding-3d4.beta.txt
55362              CompositionExclusions-3d6.beta.txt
55363              EastAsianWidth-4d4.beta.txt
55364              LineBreak-6d3.beta.txt
55365              NamesList-3.1.0d1.beta.txt
55366              PropList-3.1.0d4.beta.txt
55367              SpecialCasing-4d1.beta.txt
55368              UnicodeData-3.1.0d6.beta.txt
55369      Branch: perl
55370            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
55371           +> lib/unicode/UCD.html lib/unicode/Unicode.html
55372            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
55373            - lib/unicode/Unicode.301
55374            ! (edit 257 files)
55375 ____________________________________________________________________________
55376 [  8770] By: jhi                                   on 2001/02/11  17:26:22
55377         Log: UTF-8 documentation.
55378      Branch: perl
55379            ! utf8.h
55380 ____________________________________________________________________________
55381 [  8769] By: jhi                                   on 2001/02/11  17:12:49
55382         Log: Retract #8762.
55383      Branch: perl
55384            ! regexec.c
55385 ____________________________________________________________________________
55386 [  8768] By: jhi                                   on 2001/02/11  16:54:45
55387         Log: Subject: [PATCH] Test::Harness
55388              From: andreas.koenig@anima.de (Andreas J. Koenig)
55389              Date: 11 Feb 2001 14:37:00 +0100
55390              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
55391      Branch: perl
55392            ! lib/Test/Harness.pm
55393 ____________________________________________________________________________
55394 [  8767] By: jhi                                   on 2001/02/11  16:53:52
55395         Log: Subject: [PATCH] Document makepatch in Porting/patching
55396              From: andreas.koenig@anima.de (Andreas J. Koenig)
55397              Date: 11 Feb 2001 16:46:28 +0100
55398              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
55399      Branch: perl
55400            ! Porting/patching.pod
55401 ____________________________________________________________________________
55402 [  8766] By: jhi                                   on 2001/02/11  06:30:23
55403         Log: Subject: Re: [patch] GvSHARED
55404              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
55405              From: Doug MacEachern <dougm@covalent.net>
55406              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
55407              
55408              Subject: Re: [patch] GvSHARED
55409              From: Doug MacEachern <dougm@covalent.net>
55410              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
55411              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
55412              
55413              Subject: [patch] attributes.pm support for `shared'
55414              From: Doug MacEachern <dougm@covalent.net>
55415              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
55416              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
55417              
55418              our() attributes were ignored, our :shared pieces missing,
55419              allow attributes.pm to turn on shared.
55420      Branch: perl
55421            ! op.c t/op/attrs.t toke.c xsutils.c
55422 ____________________________________________________________________________
55423 [  8765] By: alanbur                               on 2001/02/10  23:11:19
55424         Log: Resync with parent (hopefully sucessfully this time)
55425      Branch: maint-5.6/pureperl
55426           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
55427           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
55428           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
55429           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
55430           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
55431           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
55432           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
55433 ____________________________________________________________________________
55434 [  8764] By: jhi                                   on 2001/02/10  22:54:38
55435         Log: Make TEST and UTEST more verbose in case something goes
55436              wrong in running/compiling a script, suggested by Doug
55437              MacEachern.
55438      Branch: perl
55439            ! t/TEST t/UTEST
55440 ____________________________________________________________________________
55441 [  8763] By: jhi                                   on 2001/02/10  22:11:34
55442         Log: Bogus shebang.
55443      Branch: perl
55444            ! t/lib/texttabs.t
55445 ____________________________________________________________________________
55446 [  8762] By: jhi                                   on 2001/02/10  21:56:02
55447         Log: (Retracted by #8769)
55448      Branch: perl
55449            ! regexec.c
55450 ____________________________________________________________________________
55451 [  8761] By: jhi                                   on 2001/02/10  21:26:15
55452         Log: Subject: Re: [patch] GvSHARED 
55453              From: Doug MacEachern <dougm@covalent.net>
55454              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
55455              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
55456              
55457              our @EXPORT : shared = (...);
55458      Branch: perl
55459            ! toke.c
55460 ____________________________________________________________________________
55461 [  8760] By: jhi                                   on 2001/02/10  21:25:07
55462         Log: Subject: [patch] GvSHARED
55463              From: Doug MacEachern <dougm@covalent.net>
55464              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
55465              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
55466      Branch: perl
55467            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
55468 ____________________________________________________________________________
55469 [  8759] By: alanbur                               on 2001/02/10  21:24:27
55470         Log: Backed out mismerge.
55471      Branch: maint-5.6/pureperl
55472            ! MANIFEST README.hpux README.vmesa gv.c installhtml
55473            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
55474            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
55475            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
55476            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
55477            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
55478            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
55479 ____________________________________________________________________________
55480 [  8758] By: jhi                                   on 2001/02/10  18:01:17
55481         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
55482              
55483              Fixed UMRs and leak in Perl_pmtrans()
55484              
55485              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
55486              associated UTFied tr/// code.  Also fixed scoping leak of
55487              PL_reg_start_tmp.
55488              
55489              newATTRSUB leaks when an attempt to redefine the active sort sub is
55490              made.
55491      Branch: maint-5.6/perl
55492           !> op.c regcomp.c
55493 ____________________________________________________________________________
55494 [  8757] By: alanbur                               on 2001/02/10  17:56:46
55495         Log: Resynchronised with parent
55496      Branch: maint-5.6/pureperl
55497           +> README.bs2000
55498            - README.posix-bc
55499            ! gv.c perl.c sv.c
55500           !> MANIFEST README.hpux README.vmesa installhtml
55501           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
55502           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
55503           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
55504           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
55505           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
55506           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
55507 ____________________________________________________________________________
55508 [  8756] By: alanbur                               on 2001/02/10  17:51:15
55509         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
55510              made.
55511      Branch: maint-5.6/pureperl
55512            ! op.c
55513 ____________________________________________________________________________
55514 [  8755] By: jhi                                   on 2001/02/09  22:41:35
55515         Log: Upgrade to CPAN 1.59_54, from Andreas König.
55516      Branch: perl
55517            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
55518 ____________________________________________________________________________
55519 [  8754] By: jhi                                   on 2001/02/09  22:29:20
55520         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
55521              
55522              Didn't upgrade the fill.t since it has a dependency to File::Slurp
55523              purely for debugging purposes, the actual test hasn't changed.
55524      Branch: perl
55525            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
55526            ! t/lib/textwrap.t
55527 ____________________________________________________________________________
55528 [  8753] By: jhi                                   on 2001/02/09  20:17:50
55529         Log: Integrate change #8682 from maintperl.
55530              
55531              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
55532              to work correctly.
55533      Branch: perl
55534           !> hints/irix_6.sh
55535 ____________________________________________________________________________
55536 [  8752] By: jhi                                   on 2001/02/09  20:00:46
55537         Log: Update Changes.
55538      Branch: perl
55539            ! Changes patchlevel.h
55540 ____________________________________________________________________________
55541 [  8751] By: nick                                  on 2001/02/09  19:48:37
55542         Log: Integrate mainline
55543      Branch: perlio
55544           +> README.bs2000 t/lib/cgi-esc.t
55545            - README.posix-bc
55546           !> (integrate 53 files)
55547 ____________________________________________________________________________
55548 [  8750] By: nick                                  on 2001/02/09  19:25:16
55549         Log: Subject: RE: Biannual Competition to Improve Hashing Function
55550              From: Fisher Mark <fisherm@tce.com>
55551              Date: Thu, 8 Feb 2001 10:44:00 -0500
55552              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
55553              Date: Thu, 8 Feb 2001 15:02:47 -0500
55554              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
55555      Branch: perl
55556            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
55557 ____________________________________________________________________________
55558 [  8749] By: jhi                                   on 2001/02/09  19:02:35
55559         Log: Forgotten fragment.
55560      Branch: perl
55561            ! pod/perlapi.pod
55562 ____________________________________________________________________________
55563 [  8748] By: jhi                                   on 2001/02/09  18:31:34
55564         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
55565              plus manual tweakage.
55566              
55567              Sync the perlfaq2 between mainline and maintperl.
55568      Branch: maint-5.6/perl
55569            ! pod/perlfaq2.pod
55570      Branch: perl
55571           !> pod/perlfaq2.pod
55572 ____________________________________________________________________________
55573 [  8747] By: jhi                                   on 2001/02/09  18:12:04
55574         Log: Subject: versiononly and installperl
55575              From: abigail@foad.org
55576              Date: Wed, 7 Feb 2001 22:43:12 +0100
55577              Message-ID: <20010207214312.7045.qmail@foad.org>    
55578              
55579              Add +v flag to force a normal install of the perl binary
55580              and the utilities.
55581              
55582              Subject: [PATCH] installperl
55583              From: Nicholas Clark <nick@ccl4.org>
55584              Date: Fri, 9 Feb 2001 16:28:57 +0000
55585              Message-ID: <20010209162857.B10931@plum.flirble.org>
55586              
55587              Add -A flag which also hardlinks the binary with
55588              the full architecture name.
55589      Branch: perl
55590            ! installperl
55591 ____________________________________________________________________________
55592 [  8746] By: jhi                                   on 2001/02/09  18:03:43
55593         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
55594              
55595              Subject: perlfaq2, re: perlmongers
55596              
55597              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
55598              
55599              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
55600              
55601              Subject: [ID 20010205.001] typo in perlfaq9
55602              
55603              Subject: [ID 20010208.002] unordered explanation in perlcall
55604      Branch: maint-5.6/perl
55605           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
55606           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
55607           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
55608 ____________________________________________________________________________
55609 [  8745] By: jhi                                   on 2001/02/09  17:59:09
55610         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
55611              From: abela@geneanet.org
55612              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
55613              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
55614      Branch: perl
55615            ! pod/perlcall.pod
55616 ____________________________________________________________________________
55617 [  8744] By: jhi                                   on 2001/02/09  17:48:16
55618         Log: Subject: [ID 20010205.001] typo in perlfaq9
55619              From: eserte@vran.herceg.de
55620              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
55621              Message-Id: <200102042244.XAA21926@vran.herceg.de>
55622      Branch: perl
55623            ! pod/perlfaq9.pod
55624 ____________________________________________________________________________
55625 [  8743] By: jhi                                   on 2001/02/09  17:25:12
55626         Log: Integrate change #8695 from maintperl.
55627              
55628              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
55629      Branch: perl
55630           !> thread.h
55631 ____________________________________________________________________________
55632 [  8742] By: jhi                                   on 2001/02/09  17:21:22
55633         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
55634              From: Andy Dougherty <doughera@lafayette.edu>
55635              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
55636              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
55637      Branch: perl
55638            ! embed.pl
55639 ____________________________________________________________________________
55640 [  8741] By: jhi                                   on 2001/02/09  17:05:19
55641         Log: Integrate changes #8738,8739,8740 from maintperl.
55642              
55643              Html files will be installed in a more logical and easier to
55644              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
55645              
55646              Html files will be generated with a header to make them look
55647              a little less bare.
55648              
55649              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
55650      Branch: perl
55651           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
55652 ____________________________________________________________________________
55653 [  8740] By: jhi                                   on 2001/02/09  17:03:46
55654         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
55655              From: "Brendan O'Dea" <bod@compusol.com.au>
55656              Date: Sun, 4 Feb 2001 11:17:56 +1100
55657              Message-ID: <20010204111756.A16301@compusol.com.au>
55658      Branch: maint-5.6/perl
55659            ! pod/perlfaq3.pod
55660 ____________________________________________________________________________
55661 [  8739] By: jhi                                   on 2001/02/09  17:01:59
55662         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
55663              From: "Indy Singh" <indy@nusphere.com>
55664              Date: Fri, 2 Feb 2001 15:09:59 -0500
55665              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
55666              
55667              Html files will be generated with a header to make them look
55668              a little less bare.
55669      Branch: maint-5.6/perl
55670            ! installhtml
55671 ____________________________________________________________________________
55672 [  8738] By: jhi                                   on 2001/02/09  16:58:48
55673         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
55674              From: "Indy Singh" <indy@nusphere.com>
55675              Date: Fri, 2 Feb 2001 15:08:23 -0500
55676              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
55677              
55678              Html files will be installed in a more logical and easier to
55679              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
55680      Branch: maint-5.6/perl
55681            ! win32/Makefile win32/makefile.mk
55682 ____________________________________________________________________________
55683 [  8737] By: jhi                                   on 2001/02/09  16:46:54
55684         Log: Integrate changes #8687,8736 from maintperl.
55685              
55686              HP-UX thread patches from Merijn H. Brand.
55687              
55688              Latin nit from Philip Newton.
55689      Branch: perl
55690           !> README.hpux hints/hpux.sh
55691 ____________________________________________________________________________
55692 [  8736] By: jhi                                   on 2001/02/09  16:42:31
55693         Log: Latin nit from Philip Newton.
55694      Branch: maint-5.6/perl
55695            ! README.hpux
55696 ____________________________________________________________________________
55697 [  8735] By: jhi                                   on 2001/02/09  16:24:03
55698         Log: Integrate changes #8704,8710 from pureperl.
55699              
55700              Fixed UMRs and leak in Perl_pmtrans()
55701              
55702              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
55703              associated UTFied tr/// code.  Also fixed scoping leak of
55704              PL_reg_start_tmp.
55705      Branch: perl
55706           !> op.c regcomp.c
55707 ____________________________________________________________________________
55708 [  8734] By: jhi                                   on 2001/02/09  15:40:21
55709         Log: Integrate change #8733 from maintperl.
55710              
55711              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
55712      Branch: perl
55713           !> pod/perlre.pod
55714 ____________________________________________________________________________
55715 [  8733] By: jhi                                   on 2001/02/09  15:35:47
55716         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
55717              From: Prymmer/Kahn <pvhp@best.com>
55718              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
55719              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
55720      Branch: maint-5.6/perl
55721            ! pod/perlre.pod
55722 ____________________________________________________________________________
55723 [  8732] By: jhi                                   on 2001/02/09  15:26:17
55724         Log: Rename README.posix-bc to README.bs2000 (to avoid the
55725              confusion of a "perlposix-bc.pod"), add a few missing
55726              arch pods, regen toc.
55727      Branch: maint-5.6/perl
55728           +> README.bs2000
55729            - README.posix-bc
55730            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
55731            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
55732 ____________________________________________________________________________
55733 [  8731] By: jhi                                   on 2001/02/09  15:23:39
55734         Log: De-cut-and-pasto.
55735      Branch: perl
55736            ! pod/perl.pod
55737 ____________________________________________________________________________
55738 [  8730] By: jhi                                   on 2001/02/09  15:11:13
55739         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
55740              when people think that perlposix-bc.pod tells anything about
55741              Perl and POSIX.  Regen toc.
55742      Branch: perl
55743           +> README.bs2000
55744            - README.posix-bc
55745            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
55746            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
55747 ____________________________________________________________________________
55748 [  8729] By: jhi                                   on 2001/02/09  14:52:28
55749         Log: The README.vmesa part of #8712 from maintperl.
55750      Branch: perl
55751            ! README.vmesa
55752 ____________________________________________________________________________
55753 [  8728] By: jhi                                   on 2001/02/09  14:46:06
55754         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
55755              From: Peter Prymmer <pvhp@forte.com>
55756              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
55757              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
55758      Branch: maint-5.6/perl
55759            ! README.vmesa win32/Makefile win32/makefile.mk
55760 ____________________________________________________________________________
55761 [  8727] By: jhi                                   on 2001/02/09  14:33:25
55762         Log: Integrate change #8712 from mainline.
55763              
55764              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
55765      Branch: maint-5.6/perl
55766           !> lib/Pod/Find.pm
55767 ____________________________________________________________________________
55768 [  8726] By: jhi                                   on 2001/02/09  14:30:28
55769         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
55770              From: Peter Prymmer <pvhp@forte.com>
55771              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
55772              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
55773      Branch: perl
55774            + t/lib/cgi-esc.t
55775            ! MANIFEST lib/CGI/Util.pm
55776 ____________________________________________________________________________
55777 [  8725] By: jhi                                   on 2001/02/09  04:56:47
55778         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
55779      Branch: maint-5.6/perl
55780            ! pod/perlport.pod
55781 ____________________________________________________________________________
55782 [  8724] By: jhi                                   on 2001/02/09  04:40:59
55783         Log: Integrate changes 7819,7820 from vmsperl into mainline.
55784              
55785              Add header for LIB$ prototypes (C. Berry)
55786              
55787              Convert fwrite()s to sockets to write()s, since some socket stacks
55788              don't take kindly to stdio.
55789              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
55790              (for often optional LNMs)
55791              Correct a few typos
55792              (C. Bailey)
55793      Branch: perl
55794           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
55795 ____________________________________________________________________________
55796 [  8723] By: jhi                                   on 2001/02/09  03:29:29
55797         Log: Integrate change #8722 from mainline.
55798              
55799              The Im() function wasn't returning zero for non-Math::Complex
55800              arguments.  The bug reported by John Gamble.
55801      Branch: maint-5.6/perl
55802           !> lib/Math/Complex.pm
55803 ____________________________________________________________________________
55804 [  8722] By: jhi                                   on 2001/02/09  03:28:33
55805         Log: The Im() function wasn't returning zero for non-Math::Complex
55806              arguments.  The bug reported by John Gamble.
55807      Branch: perl
55808            ! lib/Math/Complex.pm
55809 ____________________________________________________________________________
55810 [  8721] By: nick                                  on 2001/02/08  22:11:35
55811         Log: Correct the correction :-(
55812      Branch: perl
55813            ! perl.c
55814 ____________________________________________________________________________
55815 [  8720] By: bailey                                on 2001/02/08  20:59:22
55816         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
55817              don't take kindly to stdio.
55818              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
55819              (for often optional LNMs)
55820              Correct a few typos
55821              (C. Bailey)
55822      Branch: vmsperl
55823            ! vms/vms.c vms/vmsish.h
55824 ____________________________________________________________________________
55825 [  8719] By: bailey                                on 2001/02/08  20:51:02
55826         Log: Add header for LIB$ prototypes (C. Berry)
55827      Branch: vmsperl
55828            ! ext/Devel/DProf/DProf.xs
55829 ____________________________________________________________________________
55830 [  8718] By: bailey                                on 2001/02/08  20:49:00
55831         Log: SYN SYN
55832      Branch: vmsperl
55833           +> pod/perliol.pod t/lib/sample-tests/bailout
55834           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
55835           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
55836           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
55837           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
55838           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
55839           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
55840            - lib/unicode/Is/DCinital.pl
55841           !> (integrate 101 files)
55842 ____________________________________________________________________________
55843 [  8717] By: nick                                  on 2001/02/08  19:38:48
55844         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
55845              From: Robin Barker <rmb1@cise.npl.co.uk>
55846              Date: Thu, 8 Feb 2001 14:38:07 GMT
55847              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
55848      Branch: perl
55849            ! lib/CPAN.pm
55850 ____________________________________________________________________________
55851 [  8716] By: nick                                  on 2001/02/08  19:29:07
55852         Log: Generated files form 8713 etc.
55853      Branch: perl
55854            ! embed.h global.sym objXSUB.h perlapi.c proto.h
55855 ____________________________________________________________________________
55856 [  8715] By: nick                                  on 2001/02/08  19:26:08
55857         Log: Fixup non-ithread build after 8713
55858      Branch: perl
55859            ! perl.c
55860 ____________________________________________________________________________
55861 [  8714] By: nick                                  on 2001/02/08  19:17:45
55862         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
55863              From: nick@ccl4.org
55864              Date: Wed, 7 Feb 2001 00:27:47 +0000
55865              Message-Id: <20010207002747.B63724@plum.flirble.org>
55866      Branch: perl
55867            ! sv.c toke.c
55868 ____________________________________________________________________________
55869 [  8713] By: nick                                  on 2001/02/08  19:15:58
55870         Log: Subject: Re: [patch] Re: PL_ptr_table
55871              From: Doug Maceachern <dougm@covalent.net>
55872              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
55873              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
55874      Branch: perl
55875            ! embed.pl perl.c sv.c sv.h
55876 ____________________________________________________________________________
55877 [  8712] By: nick                                  on 2001/02/08  19:12:47
55878         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
55879              From: Peter Prymmer <pvhp@forte.com>
55880              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
55881              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
55882      Branch: perl
55883            ! lib/Pod/Find.pm
55884 ____________________________________________________________________________
55885 [  8711] By: nick                                  on 2001/02/07  21:06:11
55886         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
55887              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
55888              From: Alan Burlison <Alan.Burlison@uk.sun.com>
55889              Date: Tue, 06 Feb 2001 23:37:01 +0000
55890              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
55891      Branch: perl
55892            ! regcomp.c
55893 ____________________________________________________________________________
55894 [  8710] By: alanbur                               on 2001/02/07  00:22:04
55895         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
55896              associated UTFied tr/// code.  Also fixed scoping leak of
55897              PL_reg_start_tmp.
55898      Branch: maint-5.6/pureperl
55899            ! op.c regcomp.c
55900 ____________________________________________________________________________
55901 [  8709] By: nick                                  on 2001/02/06  21:16:49
55902         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
55903              From: Michael G Schwern <schwern@pobox.com>
55904              Date: Sun, 4 Feb 2001 19:47:14 -0500
55905              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
55906      Branch: perl
55907            ! pod/perlapi.pod pod/perlmodlib.PL
55908 ____________________________________________________________________________
55909 [  8708] By: nick                                  on 2001/02/06  20:41:20
55910         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
55911              From: Michael G Schwern <schwern@pobox.com>
55912              Date: Sun, 4 Feb 2001 21:17:49 -0500
55913              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
55914      Branch: perl
55915            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
55916            ! pod/perltootc.pod
55917 ____________________________________________________________________________
55918 [  8707] By: nick                                  on 2001/02/06  20:29:11
55919         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
55920              From: Michael G Schwern <schwern@pobox.com>
55921              Date: Tue, 6 Feb 2001 05:54:30 -0500
55922              Message-Id: <20010206055430.A951@blackrider.aocn.com>
55923      Branch: perl
55924            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
55925 ____________________________________________________________________________
55926 [  8706] By: nick                                  on 2001/02/06  20:21:40
55927         Log: Subject: RE: some win32 fixes
55928              Date: Tue, 6 Feb 2001 09:23:20 +0300
55929              From: Vadim Konovalov <vkonovalov@lucent.com>
55930              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
55931      Branch: perl
55932            ! toke.c win32/Makefile win32/config.bc win32/config.gc
55933            ! win32/config.vc win32/config_H.bc win32/makefile.mk
55934 ____________________________________________________________________________
55935 [  8705] By: alanbur                               on 2001/02/06  15:00:03
55936         Log: Synchronised with parent
55937      Branch: maint-5.6/pureperl
55938            ! regexec.c
55939           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
55940           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
55941 ____________________________________________________________________________
55942 [  8704] By: alanbur                               on 2001/02/06  14:55:24
55943         Log: Fixed UMRs and leak in Perl_pmtrans()
55944      Branch: maint-5.6/pureperl
55945            ! op.c
55946 ____________________________________________________________________________
55947 [  8703] By: gsar                                  on 2001/02/06  02:29:37
55948         Log: $(MAKE) distclean doesn't clean up properly on windows
55949      Branch: maint-5.6/perl
55950            ! win32/Makefile win32/makefile.mk
55951 ____________________________________________________________________________
55952 [  8702] By: gsar                                  on 2001/02/06  01:00:46
55953         Log: tweak change#8659 to keep it simple
55954      Branch: maint-5.6/perl
55955            ! utils/perldoc.PL
55956 ____________________________________________________________________________
55957 [  8701] By: gsar                                  on 2001/02/05  22:45:41
55958         Log: change#8693 was missing testsuite changes
55959      Branch: maint-5.6/perl
55960           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
55961 ____________________________________________________________________________
55962 [  8700] By: nick                                  on 2001/02/05  20:32:52
55963         Log: Integrate mainline
55964      Branch: perlio
55965           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
55966           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
55967           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
55968           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
55969           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
55970           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
55971           +> t/lib/test-harness.t
55972           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
55973           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
55974           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
55975           !> pod/perlutil.pod t/TEST utils/h2xs.PL
55976 ____________________________________________________________________________
55977 [  8699] By: nick                                  on 2001/02/05  19:41:07
55978         Log: Subject: perlfaq2, re: perlmongers
55979              From: David H. Adler <dha@panix.com>
55980              Date: Sun, 4 Feb 2001 23:48:23 -0500
55981              Message-Id: <20010204234823.A13429@panix.com>
55982      Branch: perl
55983            ! pod/perlfaq2.pod
55984 ____________________________________________________________________________
55985 [  8698] By: nick                                  on 2001/02/05  19:39:31
55986         Log: Missed file f#rom the testharness mess.
55987      Branch: perl
55988            + t/lib/test-harness.t
55989 ____________________________________________________________________________
55990 [  8697] By: nick                                  on 2001/02/05  19:37:21
55991         Log: Subject: [DOC PATCH] overload.pm nits
55992              From: John Tobey <jtobey@john-edwin-tobey.org>
55993              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
55994              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
55995      Branch: perl
55996            ! lib/overload.pm
55997 ____________________________________________________________________________
55998 [  8696] By: alanbur                               on 2001/02/05  11:56:00
55999         Log: Sync with parent
56000      Branch: maint-5.6/pureperl
56001           !> thread.h
56002 ____________________________________________________________________________
56003 [  8695] By: gsar                                  on 2001/02/05  03:27:34
56004         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
56005      Branch: maint-5.6/perl
56006            ! thread.h
56007 ____________________________________________________________________________
56008 [  8694] By: alanbur                               on 2001/02/05  00:07:47
56009         Log: Initial branch creation from //depot/maint-5.6/perl
56010      Branch: maint-5.6/pureperl
56011           +> (branch 1719 files)
56012 ____________________________________________________________________________
56013 [  8693] By: gsar                                  on 2001/02/04  22:38:49
56014         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
56015              changes)
56016      Branch: maint-5.6/perl
56017           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
56018           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
56019           !> ext/DB_File/version.c
56020 ____________________________________________________________________________
56021 [  8692] By: nick                                  on 2001/02/04  18:15:57
56022         Log: The missed t/TEST part of the grand testharness upgrade.
56023      Branch: perl
56024            ! t/TEST
56025 ____________________________________________________________________________
56026 [  8691] By: nick                                  on 2001/02/04  18:05:17
56027         Log: New improved test harness
56028              Subject: Re: [PATCH Test::Harness] Third time's a charm?
56029              From: Michael G Schwern <schwern@pobox.com>
56030              Date: Sun, 4 Feb 2001 08:01:20 -0500
56031              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
56032      Branch: perl
56033            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
56034            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
56035            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
56036            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
56037            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
56038            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
56039            ! MANIFEST lib/Test/Harness.pm
56040 ____________________________________________________________________________
56041 [  8690] By: nick                                  on 2001/02/04  17:57:51
56042         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
56043              From: Jonathan Stowe <gellyfish@gellyfish.com>
56044              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
56045              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
56046      Branch: perl
56047            ! utils/h2xs.PL
56048 ____________________________________________________________________________
56049 [  8689] By: nick                                  on 2001/02/04  17:55:24
56050         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
56051              From: Michael G Schwern <schwern@pobox.com>
56052              Date: Sat, 3 Feb 2001 22:46:38 -0500
56053              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
56054      Branch: perl
56055            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
56056            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
56057 ____________________________________________________________________________
56058 [  8688] By: nick                                  on 2001/02/04  17:43:55
56059         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
56060              length byfailing to spot lack of closing )
56061              From: nick@talking.bollo.cx
56062              Date: Sat, 03 Feb 2001 23:53:16 +0000
56063              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
56064      Branch: perl
56065            ! perlio.c pod/perldiag.pod
56066 ____________________________________________________________________________
56067 [  8687] By: jhi                                   on 2001/02/03  17:11:42
56068         Log: HP-UX thread patches from Merijn H. Brand.
56069      Branch: maint-5.6/perl
56070            ! README.hpux hints/hpux.sh
56071 ____________________________________________________________________________
56072 [  8686] By: jhi                                   on 2001/02/03  16:40:12
56073         Log: Metaconfig changes for #8685.
56074      Branch: metaconfig
56075            ! U/installdirs/instubperl.U
56076      Branch: metaconfig/U/perl
56077            ! Devel.U versiononly.U
56078 ____________________________________________________________________________
56079 [  8685] By: jhi                                   on 2001/02/03  16:39:49
56080         Log: For -Dusedevel builds turn off installusrbinperl and turn on
56081              versiononly, a combined idea of Richard Soderberg and Merijn
56082              H. Brand.  You can still override both of these from the command
56083              line if you need to, -Dinstallusrbinperl and -Uversiononly.
56084      Branch: perl
56085            ! Configure
56086 ____________________________________________________________________________
56087 [  8684] By: jhi                                   on 2001/02/03  16:16:34
56088         Log: Metaconfig unit fix for #8683.
56089      Branch: metaconfig
56090            ! U/compline/nblock_io.U
56091 ____________________________________________________________________________
56092 [  8683] By: jhi                                   on 2001/02/03  16:16:12
56093         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
56094              reported by Peter Prymmer for 5.6-TRIAL1.
56095      Branch: perl
56096            ! Configure
56097 ____________________________________________________________________________
56098 [  8682] By: jhi                                   on 2001/02/03  05:52:11
56099         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
56100              to work correctly.
56101      Branch: maint-5.6/perl
56102            ! hints/irix_6.sh
56103 ____________________________________________________________________________
56104 [  8681] By: jhi                                   on 2001/02/03  05:47:33
56105         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
56106      Branch: maint-5.6/perl
56107            ! pod/perlport.pod
56108 ____________________________________________________________________________
56109 [  8680] By: jhi                                   on 2001/02/02  21:39:49
56110         Log: perlport update from Peter Prymmer.
56111      Branch: maint-5.6/perl
56112            ! pod/perlport.pod
56113 ____________________________________________________________________________
56114 [  8679] By: nick                                  on 2001/02/02  20:50:48
56115         Log: Integrate mainline
56116      Branch: perlio
56117           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
56118           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
56119           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
56120 ____________________________________________________________________________
56121 [  8678] By: gsar                                  on 2001/02/02  16:02:12
56122         Log: note about bincompat, slightly modified (from Lupe Christoph)
56123      Branch: maint-5.6/perl
56124            ! README.solaris
56125 ____________________________________________________________________________
56126 [  8677] By: jhi                                   on 2001/02/02  15:46:20
56127         Log: Supported platforms updates.
56128      Branch: maint-5.6/perl
56129            ! pod/perlport.pod
56130 ____________________________________________________________________________
56131 [  8676] By: jhi                                   on 2001/02/02  03:41:26
56132         Log: A couple more perlfaq2 tweaks.
56133      Branch: maint-5.6/perl
56134            ! pod/perlfaq2.pod
56135 ____________________________________________________________________________
56136 [  8675] By: jhi                                   on 2001/02/02  03:17:44
56137         Log: Misedit in #8661.
56138      Branch: maint-5.6/perl
56139            ! Configure
56140 ____________________________________________________________________________
56141 [  8674] By: jhi                                   on 2001/02/02  03:14:38
56142         Log: Damien again.
56143      Branch: maint-5.6/perl
56144            ! pod/perlfaq2.pod
56145 ____________________________________________________________________________
56146 [  8673] By: jhi                                   on 2001/02/02  03:12:40
56147         Log: perlfaq update from Elaine Ashton.
56148      Branch: maint-5.6/perl
56149            ! pod/perlfaq2.pod
56150 ____________________________________________________________________________
56151 [  8672] By: jhi                                   on 2001/02/02  03:07:08
56152         Log: UTF-8 s/// patch from Inaba Hiroto.
56153      Branch: maint-5.6/perl
56154            ! pp_ctl.c pp_hot.c
56155 ____________________________________________________________________________
56156 [  8671] By: jhi                                   on 2001/02/01  22:34:31
56157         Log: Update Changes.
56158      Branch: perl
56159            ! Changes patchlevel.h
56160 ____________________________________________________________________________
56161 [  8670] By: jhi                                   on 2001/02/01  22:15:29
56162         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
56163              from maintperl.
56164              
56165              Upgrade to Getopt::Long 2.25, from Johan Vromans.
56166              
56167              more files need to be writable in the source distribution
56168              
56169              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
56170              
56171              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
56172              
56173              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
56174              
56175              Allow the float to be fuzzier.
56176              
56177              need to use INT2PTR instead of a straight cast or ia64 fails
56178              
56179              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
56180              
56181              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
56182      Branch: perl
56183           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
56184           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
56185           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
56186 ____________________________________________________________________________
56187 [  8669] By: jhi                                   on 2001/02/01  21:57:02
56188         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
56189              From: Robin Barker <rmb1@cise.npl.co.uk>
56190              Date: Thu, 1 Feb 2001 16:59:05 GMT
56191              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
56192      Branch: maint-5.6/perl
56193            ! pod/perlmodlib.PL
56194 ____________________________________________________________________________
56195 [  8668] By: nick                                  on 2001/02/01  19:41:40
56196         Log: Integrate mainline
56197      Branch: perlio
56198           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
56199           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
56200           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
56201 ____________________________________________________________________________
56202 [  8667] By: gsar                                  on 2001/02/01  16:59:11
56203         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
56204      Branch: maint-5.6/perl
56205            ! embed.pl embedvar.h
56206 ____________________________________________________________________________
56207 [  8666] By: gsar                                  on 2001/02/01  16:34:51
56208         Log: add missing entries to win32/config.?c
56209      Branch: maint-5.6/perl
56210            ! win32/config.bc win32/config.gc win32/config.vc
56211            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
56212 ____________________________________________________________________________
56213 [  8665] By: jhi                                   on 2001/02/01  14:58:51
56214         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
56215              From: "Stephen P. Potter" <spp@spotter.yi.org>
56216              Date: Thu, 01 Feb 2001 10:45:46 -0500
56217              Message-Id: <200102011545.KAA31479@spotter.yi.org>
56218      Branch: maint-5.6/perl
56219            ! pod/perlfunc.pod
56220 ____________________________________________________________________________
56221 [  8664] By: gsar                                  on 2001/02/01  14:52:37
56222         Log: need to use INT2PTR instead of a straight cast or ia64 fails
56223              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
56224      Branch: maint-5.6/perl
56225            ! ext/POSIX/POSIX.xs
56226 ____________________________________________________________________________
56227 [  8663] By: jhi                                   on 2001/02/01  14:09:13
56228         Log: Allow the float to be fuzzier.
56229      Branch: maint-5.6/perl
56230            ! t/lib/peek.t
56231 ____________________________________________________________________________
56232 [  8662] By: jhi                                   on 2001/02/01  13:59:00
56233         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
56234              From: Robin Barker <rmb1@cise.npl.co.uk>
56235              Date: Thu, 1 Feb 2001 13:05:39 GMT
56236              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
56237      Branch: maint-5.6/perl
56238            ! pod/perlmodlib.pod
56239 ____________________________________________________________________________
56240 [  8661] By: jhi                                   on 2001/02/01  13:57:38
56241         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
56242              Date: Thu, 01 Feb 2001 14:15:41 +0100
56243              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56244              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
56245              
56246              Have the $ccflags in the gcc version test (strange, this change
56247              is claimed to be have been integrated already)
56248      Branch: maint-5.6/perl
56249            ! Configure
56250 ____________________________________________________________________________
56251 [  8660] By: jhi                                   on 2001/02/01  13:44:10
56252         Log: Integrate changes #7950,7964,7962 from mainline.
56253              
56254              Find the stdchar signedness using cpp, should fix some of
56255              the Solaris compiler warnings reported by Alan Burlison.
56256      Branch: maint-5.6/perl
56257           !> Configure config_h.SH
56258 ____________________________________________________________________________
56259 [  8659] By: jhi                                   on 2001/02/01  05:35:32
56260         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
56261              From: Jan Dubois <JanD@ActiveState.com>
56262              Date: Wed, 31 Jan 2001 21:17:03 -0800
56263              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
56264      Branch: maint-5.6/perl
56265            ! utils/perldoc.PL
56266 ____________________________________________________________________________
56267 [  8658] By: jhi                                   on 2001/02/01  04:33:17
56268         Log: Integrate the README.os390 and README.posix-bc parts of mainline
56269              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
56270              installperl parts were taken care of by #8657.)
56271      Branch: maint-5.6/perl
56272           !> README.os390 README.posix-bc
56273 ____________________________________________________________________________
56274 [  8657] By: jhi                                   on 2001/02/01  04:29:21
56275         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
56276              From: Peter Prymmer <pvhp@forte.com>
56277              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
56278              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
56279      Branch: maint-5.6/perl
56280            + ext/DynaLoader/dl_dllload.xs
56281            ! MANIFEST Makefile.SH hints/os390.sh installperl
56282 ____________________________________________________________________________
56283 [  8656] By: jhi                                   on 2001/02/01  04:25:45
56284         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
56285              From: Peter Prymmer <pvhp@forte.com>
56286              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
56287              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
56288      Branch: maint-5.6/perl
56289            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
56290 ____________________________________________________________________________
56291 [  8655] By: jhi                                   on 2001/02/01  04:14:47
56292         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
56293              From: troc@netrus.net
56294              Date: Wed, 31 Jan 2001 22:31:26 -0500
56295              Message-Id: <200102010331.WAA117.85@rocco.homenet>
56296      Branch: maint-5.6/perl
56297            ! os2/os2.c
56298 ____________________________________________________________________________
56299 [  8654] By: jhi                                   on 2001/02/01  04:12:52
56300         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
56301              as reported by Alan Burlison.
56302      Branch: maint-5.6/perl
56303            ! pp.h
56304 ____________________________________________________________________________
56305 [  8653] By: jhi                                   on 2001/02/01  04:05:12
56306         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
56307              From: dsugalski@northernlight.com
56308              Date: Wed, 31 Jan 2001 18:54:11 -0500
56309              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
56310      Branch: maint-5.6/perl
56311            ! configure.com
56312 ____________________________________________________________________________
56313 [  8652] By: jhi                                   on 2001/02/01  04:03:11
56314         Log: Misplaced #endif.
56315              
56316              Subject: [perl-5-6-1-trial2] patches for EPOC
56317              From: Olaf Flebbe <O.Flebbe@science-computing.de>
56318              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
56319              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
56320      Branch: maint-5.6/perl
56321            ! epoc/epocish.c
56322 ____________________________________________________________________________
56323 [  8651] By: jhi                                   on 2001/02/01  04:00:25
56324         Log: Integrate changes #8647,8648,8650 from mainline.
56325              
56326              Macrofy a magic UTF-8 test.
56327              
56328              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
56329              
56330              Watch out for cross compiling for EPOC (usually done on linux).
56331      Branch: maint-5.6/perl
56332           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
56333 ____________________________________________________________________________
56334 [  8650] By: jhi                                   on 2001/02/01  03:56:20
56335         Log: Watch out for cross compiling for EPOC (usually done on linux)
56336              
56337              Subject: [perl-5-6-1-trial2] patches for EPOC
56338              From: Olaf Flebbe <O.Flebbe@science-computing.de>
56339              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
56340              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
56341      Branch: perl
56342            ! ext/Errno/Errno_pm.PL
56343 ____________________________________________________________________________
56344 [  8649] By: gsar                                  on 2001/02/01  00:46:00
56345         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
56346      Branch: maint-5.6/perl
56347            ! sv.c
56348 ____________________________________________________________________________
56349 [  8648] By: jhi                                   on 2001/01/31  23:35:36
56350         Log: All the uses of PL_numeric_radix must be protected by
56351              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
56352              
56353              Subject: [perl-5-6-1-trial2] patches for EPOC
56354              From: Olaf Flebbe <O.Flebbe@science-computing.de>
56355              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
56356              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
56357      Branch: perl
56358            ! sv.c
56359 ____________________________________________________________________________
56360 [  8647] By: jhi                                   on 2001/01/31  22:56:16
56361         Log: Macrofy a magic UTF-8 test.
56362      Branch: perl
56363            ! utf8.c utf8.h
56364 ____________________________________________________________________________
56365 [  8646] By: gsar                                  on 2001/01/31  15:55:12
56366         Log: update Changes
56367      Branch: maint-5.6/perl
56368            ! Changes
56369 ____________________________________________________________________________
56370 [  8645] By: gsar                                  on 2001/01/31  15:10:14
56371         Log: Configure tweak suggested by Peter Prymmer
56372      Branch: maint-5.6/perl
56373            ! Configure
56374 ____________________________________________________________________________
56375 [  8644] By: gsar                                  on 2001/01/31  15:06:32
56376         Log: more files need to be writable in the source distribution
56377      Branch: maint-5.6/perl
56378            ! Porting/makerel
56379 ____________________________________________________________________________
56380 [  8643] By: jhi                                   on 2001/01/31  14:59:46
56381         Log: Integrate changes #8258,8278,8279 from mainline.
56382              
56383              Make the large file tests more robust/talkative.
56384      Branch: maint-5.6/perl
56385           !> t/lib/syslfs.t t/op/lfs.t
56386 ____________________________________________________________________________
56387 [  8642] By: gsar                                  on 2001/01/31  14:53:48
56388         Log: integrate changes#8311,8334 from mainline
56389              
56390              Add a new MakeMaker variable PM_FILTER that defines a Unix
56391              filter to be run on each .pm during the pm_to_blib() phase,
56392              a fixed version of
56393              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
56394              
56395              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
56396              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
56397              accurate reading of the "atime".  
56398      Branch: maint-5.6/perl
56399           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
56400           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
56401           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
56402 ____________________________________________________________________________
56403 [  8641] By: jhi                                   on 2001/01/31  14:46:37
56404         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
56405      Branch: maint-5.6/perl
56406            ! lib/Getopt/Long.pm
56407 ____________________________________________________________________________
56408 [  8640] By: gsar                                  on 2001/01/31  14:40:24
56409         Log: make regen_all
56410      Branch: maint-5.6/perl
56411            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
56412 ____________________________________________________________________________
56413 [  8639] By: gsar                                  on 2001/01/31  14:37:25
56414         Log: refresh windows config files
56415      Branch: maint-5.6/perl
56416            ! win32/Makefile win32/config_H.bc win32/config_H.gc
56417            ! win32/config_H.vc win32/makefile.mk
56418 ____________________________________________________________________________
56419 [  8638] By: gsar                                  on 2001/01/31  14:28:10
56420         Log: makefile tweaks for windows: introduce a bulk-switch to enable
56421              same options as ActivePerl; sync changes with makefile.mk
56422      Branch: maint-5.6/perl
56423            ! win32/Makefile win32/makefile.mk
56424 ____________________________________________________________________________
56425 [  8637] By: jhi                                   on 2001/01/31  04:41:30
56426         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
56427              From: Nicholas Clark <nick@ccl4.org>
56428              Date: Tue, 30 Jan 2001 19:51:05 +0000
56429              Message-ID: <20010130195105.R76607@plum.flirble.org> 
56430              
56431              op/inc cure.
56432      Branch: perl
56433            ! pp.c pp.h pp_hot.c t/op/arith.t
56434 ____________________________________________________________________________
56435 [  8636] By: jhi                                   on 2001/01/31  02:38:32
56436         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
56437              no perlio],8257,8380,8479,8515 from mainline.
56438              
56439              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
56440              
56441              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
56442              Subject: [PATCH perl@8133] fix-up for VMS extensions
56443              
56444              In VMS embedded perls couldn't access the statically built Socket.
56445              
56446              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
56447              
56448              Further VMS piping fixes from Charles Lane.
56449              
56450              Subject:  [PATCH] make t/op/misc.t work on VMS
56451              
56452              Add tracing for debugging extensions builds in VMS.
56453              
56454              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
56455      Branch: maint-5.6/perl
56456           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
56457           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
56458           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
56459 ____________________________________________________________________________
56460 [  8635] By: jhi                                   on 2001/01/31  01:46:41
56461         Log: Integrate change #7732 from mainline.
56462              
56463              Sparc 64-bit pack() fix from Jens Hamisch.
56464      Branch: maint-5.6/perl
56465           !> pp.c
56466 ____________________________________________________________________________
56467 [  8634] By: jhi                                   on 2001/01/31  01:41:16
56468         Log: One spot missing from #8626.
56469      Branch: maint-5.6/perl
56470            ! sv.c
56471 ____________________________________________________________________________
56472 [  8633] By: jhi                                   on 2001/01/31  00:49:17
56473         Log: Integrate change #7495 from mainline.
56474              
56475              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
56476      Branch: maint-5.6/perl
56477           !> MANIFEST ext/re/Makefile.PL
56478 ____________________________________________________________________________
56479 [  8632] By: jhi                                   on 2001/01/30  23:38:49
56480         Log: Integrate change #8396 from mainline.
56481              
56482              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
56483              better multicast support (resend)
56484      Branch: maint-5.6/perl
56485           !> ext/Socket/Socket.pm
56486 ____________________________________________________________________________
56487 [  8631] By: jhi                                   on 2001/01/30  23:28:03
56488         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
56489              
56490              More AIX lore. (7514, ext/re/hints/aix.pl)
56491              
56492              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
56493              
56494              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)
56495              
56496              Subject: [ID 20001214.002] Net::Ping patch
56497              
56498              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
56499              
56500              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
56501              
56502              Add ReuseAddr as a (preferred) alias for Reuse as we now
56503              also have ReusePort.
56504              
56505              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
56506      Branch: maint-5.6/perl
56507           +> ext/re/hints/aix.pl
56508           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
56509           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
56510 ____________________________________________________________________________
56511 [  8630] By: jhi                                   on 2001/01/30  23:03:59
56512         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
56513              
56514              read() documentation tweak for 20001121.004.
56515              
56516              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
56517      Branch: maint-5.6/perl
56518           !> pod/perlfunc.pod pod/perlre.pod
56519 ____________________________________________________________________________
56520 [  8629] By: jhi                                   on 2001/01/30  22:41:57
56521         Log: Integrate change #8098 from mainline.
56522              
56523              fastgetcwd is defined using a glob alias on a $^O dependent basis
56524              and there was no default assignment or perl subroutine.
56525      Branch: maint-5.6/perl
56526           !> lib/Cwd.pm
56527 ____________________________________________________________________________
56528 [  8628] By: jhi                                   on 2001/01/30  21:58:52
56529         Log: Integrate change #7866 from mainline.
56530              
56531              File::Temp 0.11.
56532      Branch: maint-5.6/perl
56533           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
56534 ____________________________________________________________________________
56535 [  8627] By: jhi                                   on 2001/01/30  21:39:44
56536         Log: Integrate changes #8075,8086,8228 from mainline.  
56537              
56538              Darwin is not Windows. (8075,8086)
56539              
56540              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
56541      Branch: maint-5.6/perl
56542           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
56543           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
56544           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
56545           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
56546 ____________________________________________________________________________
56547 [  8626] By: jhi                                   on 2001/01/30  21:22:11
56548         Log: Integrate with tweakery the change #8625 from mainline,
56549              the multibyte decimal separator fix ("fa_IR locale failure").
56550      Branch: maint-5.6/perl
56551            ! embedvar.h perlapi.h
56552           !> intrpvar.h perl.c perl.h sv.c util.c
56553 ____________________________________________________________________________
56554 [  8625] By: jhi                                   on 2001/01/30  20:26:33
56555         Log: Fix for the fa_IR locale failure.  The reason for the failure
56556              was that Perl was assuming the decimal separator aka the radix
56557              separator is one character.  The Farsi-Iranian locale crushed
56558              that bad assumption since there the separator is 'Momayyez',
56559              glyphwise looking somewhat like a slash, and in Unicode UTF-8
56560              encoded in two bytes, 0xd9 0xab.
56561      Branch: perl
56562            ! intrpvar.h perl.c perl.h sv.c util.c
56563 ____________________________________________________________________________
56564 [  8624] By: gsar                                  on 2001/01/30  20:17:03
56565         Log: regen_headers
56566      Branch: maint-5.6/perl
56567            ! Makefile.SH pod/perlintern.pod
56568 ____________________________________________________________________________
56569 [  8623] By: gsar                                  on 2001/01/30  19:42:34
56570         Log: backout change#7431 and its dependents (causes spurious rebuilds
56571              of autogenerated files)
56572              
56573              fix benign b.t failure
56574      Branch: maint-5.6/perl
56575            ! Makefile.SH t/lib/b.t
56576 ____________________________________________________________________________
56577 [  8622] By: jhi                                   on 2001/01/30  19:41:41
56578         Log: Microperl sync.
56579      Branch: perl
56580            ! mg.c perl.h
56581 ____________________________________________________________________________
56582 [  8621] By: gsar                                  on 2001/01/30  19:24:47
56583         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
56584              from mainline
56585              
56586              Subject: podlators 1.06 released
56587              
56588              Subject: [PATCH @8436] Eliminate op_children
56589              
56590              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
56591              
56592              (Replaced by #8448)  More op_children traces (cleanup of #8442).
56593              
56594              Subject: [PATCH #3 @8436] Re: Eliminate op_children
56595              Replace #8444 and #8445.
56596              
56597              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
56598              at the setting of the ofs_sv in new_struct_thread() as the
56599              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
56600              uninitialized fields are, uh, initialized with),
56601              SvREFCNT_inc()ing that invited a core dump.
56602              
56603              podlators 1.07, from Russ Allbery.
56604              
56605              Subject: [PATCH] regcomp.c old feature removal
56606              From: mjd@plover.com
56607              Date: 16 Jan 2001 14:43:18 -0000 
56608              Message-ID: <20010116144318.7140.qmail@plover.com> 
56609      Branch: maint-5.6/perl
56610           +> lib/Pod/Text/Overstrike.pm
56611           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
56612           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
56613           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
56614           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
56615           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
56616           !> util.c
56617 ____________________________________________________________________________
56618 [  8620] By: gsar                                  on 2001/01/30  18:48:32
56619         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
56620              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
56621              now fails one test)
56622              
56623              Subject: [PATCH] lvalue AUTOLOAD. No, really.
56624              
56625              Subject: [PATCH] Interesting syntax idea
56626              Make opens + bareword assigns do typeglob assigns.
56627              
56628              Tests for #8254.
56629              
56630              Subject: [PATCH @8269] Continue blocks and B::Deparse
56631              Make the peephole optimizer to bypass more null ops and
56632              and rewrite the deparse handling of continue blocks.
56633              
56634              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
56635              Doc tweak on #8313.
56636              
56637              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
56638              
56639              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
56640              
56641              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
56642              
56643              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
56644              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
56645              according to the platform.
56646              
56647              Subject: [PATCH @8404] Consolidated lvalue sub changes
56648              
56649              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
56650              
56651              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
56652              
56653              Subject: B::Concise -- an improved replacement for B::Terse 
56654              
56655              The B::Terse drop-in replacement wasn't quite drop-in.
56656              
56657              The LVRET macro needed an aTHX.
56658              
56659              Use the /^Perl_/-less form of is_lvalue_sub().
56660              
56661              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
56662      Branch: maint-5.6/perl
56663           +> ext/B/B/Concise.pm
56664           !> (integrate 27 files)
56665 ____________________________________________________________________________
56666 [  8619] By: nick                                  on 2001/01/30  18:40:28
56667         Log: Integrate mainline
56668      Branch: perlio
56669           !> (integrate 40 files)
56670 ____________________________________________________________________________
56671 [  8618] By: jhi                                   on 2001/01/30  18:37:18
56672         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
56673              Date: Mon, 29 Jan 2001 22:51:29 -0600
56674              From: "Craig A. Berry" <craigberry@mac.com>
56675              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
56676      Branch: perl
56677            ! vms/test.com
56678 ____________________________________________________________________________
56679 [  8617] By: jhi                                   on 2001/01/30  18:34:53
56680         Log: Subject: [PATCH] Add missing CV flags to dump.c
56681              From: Tim Jenness <t.jenness@jach.hawaii.edu>
56682              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
56683              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
56684      Branch: perl
56685            ! dump.c
56686 ____________________________________________________________________________
56687 [  8616] By: jhi                                   on 2001/01/30  18:20:58
56688         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
56689              part isn't applicable to maintperl.
56690              
56691              UTF-8 nit from Inaba Hiroto.
56692      Branch: maint-5.6/perl
56693           !> pod/perlapi.pod utf8.c
56694 ____________________________________________________________________________
56695 [  8615] By: jhi                                   on 2001/01/30  18:18:51
56696         Log: UTF-8 nit from Inaba Hiroto.
56697      Branch: perl
56698            ! pod/perlapi.pod t/op/each.t utf8.c
56699 ____________________________________________________________________________
56700 [  8614] By: jhi                                   on 2001/01/30  18:13:38
56701         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
56702              
56703              perl's internal variables are not for public consumption,
56704              move their docs from perlapi.pod to perlintern.pod
56705              
56706              support for -Dusethreads build under HP-UX 10.20 and DCE threads
56707              library (11.0 and later have pthreads but 10.x don't)
56708              
56709              avoid uninitialized value warnings
56710              
56711              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
56712              gets weird results)
56713              
56714              perldoc nit on windows
56715              
56716              make it possible to run the tests outside the source tree
56717              (there's still a dependency on ../lib being the library
56718              location)
56719      Branch: perl
56720           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
56721           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
56722           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
56723           !> win32/bin/search.pl win32/vdir.h
56724 ____________________________________________________________________________
56725 [  8613] By: gsar                                  on 2001/01/30  16:39:59
56726         Log: make it possible to run the tests outside the source tree
56727              (there's still a dependency on ../lib being the library
56728              location)
56729      Branch: maint-5.6/perl
56730            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
56731 ____________________________________________________________________________
56732 [  8612] By: gsar                                  on 2001/01/30  16:31:12
56733         Log: perldoc nit on windows
56734      Branch: maint-5.6/perl
56735            ! utils/perldoc.PL
56736 ____________________________________________________________________________
56737 [  8611] By: gsar                                  on 2001/01/30  16:22:54
56738         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
56739              gets weird results)
56740      Branch: maint-5.6/perl
56741            ! win32/vdir.h
56742 ____________________________________________________________________________
56743 [  8610] By: gsar                                  on 2001/01/30  16:12:45
56744         Log: avoid uninitialized value warnings
56745      Branch: maint-5.6/perl
56746            ! win32/bin/search.pl
56747 ____________________________________________________________________________
56748 [  8609] By: gsar                                  on 2001/01/30  16:08:01
56749         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
56750              library (11.0 and later have pthreads but 10.x don't)
56751      Branch: maint-5.6/perl
56752            ! hints/hpux.sh thread.h
56753 ____________________________________________________________________________
56754 [  8608] By: gsar                                  on 2001/01/30  15:48:55
56755         Log: perl's internal variables are not for public consumption,
56756              move their docs from perlapi.pod to perlintern.pod
56757      Branch: maint-5.6/perl
56758            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
56759            ! thrdvar.h
56760 ____________________________________________________________________________
56761 [  8607] By: gsar                                  on 2001/01/30  15:44:27
56762         Log: mistakenly branched perl56delta.pod, revert
56763      Branch: maint-5.6/perl
56764            - pod/perl56delta.pod
56765           !> pod/perldelta.pod
56766 ____________________________________________________________________________
56767 [  8606] By: gsar                                  on 2001/01/30  14:20:24
56768         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
56769              dTHR which has been a noop for a while now, except for the
56770              compatibility definition in thread.h)
56771      Branch: maint-5.6/perl
56772           !> (integrate 45 files)
56773 ____________________________________________________________________________
56774 [  8605] By: jhi                                   on 2001/01/30  05:43:58
56775         Log: Mark the UTF-8 APIs as experimental.
56776      Branch: maint-5.6/perl
56777            ! embed.pl pod/perlapi.pod
56778 ____________________________________________________________________________
56779 [  8604] By: jhi                                   on 2001/01/30  05:38:40
56780         Log: Nits from earlier integrates.
56781      Branch: maint-5.6/perl
56782            ! lib/Carp/Heavy.pm
56783           !> sv.c
56784 ____________________________________________________________________________
56785 [  8603] By: jhi                                   on 2001/01/30  05:27:26
56786         Log: Regenerate Porting files.
56787      Branch: maint-5.6/perl
56788            ! Porting/Glossary Porting/config.sh Porting/config_H
56789 ____________________________________________________________________________
56790 [  8602] By: jhi                                   on 2001/01/30  05:14:59
56791         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
56792              8310,8339,8447,8492,8493,8505,8525: documentation changes.
56793              
56794              Subject: Re: perlfaq style changes
56795              
56796              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
56797              
56798              Subject: [PATCH] docs on NaN
56799              
56800              Subject: [patch] perlfaq7
56801              
56802              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
56803              
56804              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
56805              
56806              Subject: [PATCH] open() example in perlfunc.pod
56807              
56808              Podify README.mpeix (a new version from the web)
56809              
56810              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
56811              
56812              Subject: [PATCH] format and rewording in perlfaq.pod
56813              
56814              Subject: [PATCH] API Variable documentation   
56815              
56816              Memory management calls documentation.
56817              
56818              Subject: [PATCH: perl@8482] README.vms URL updates
56819              
56820              Subject: Minor typos in perlfaq2.pod
56821              
56822              Subject: [PATCH] pod/perlvar.pod
56823      Branch: maint-5.6/perl
56824           +> pod/perl56delta.pod
56825            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
56826           !> README.amiga README.epoc README.mpeix README.vms
56827           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
56828           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
56829           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
56830           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
56831           !> pod/perlvar.pod thrdvar.h
56832 ____________________________________________________________________________
56833 [  8601] By: jhi                                   on 2001/01/30  04:38:35
56834         Log: Integrate changes #8036,8096,8253 from mainline:
56835              hints changes.
56836              
56837              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
56838              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
56839              
56840              Output the (apparent) version of gcc in Tru64.
56841      Branch: maint-5.6/perl
56842           +> ext/POSIX/hints/svr4.pl
56843           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
56844           !> hints/svr4.sh t/lib/bigfltpm.t
56845 ____________________________________________________________________________
56846 [  8600] By: jhi                                   on 2001/01/30  04:04:01
56847         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
56848              locale fixes.
56849              
56850              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
56851              
56852              Debian allows /usr/bin/locale to exist without any locales. (7868)
56853              
56854              Allow the locale test needing POSIX and the taint test
56855              needing IPC::SysV to run under 'minitest' (basically,
56856              bail out if loading the extension fails). (8384)
56857              
56858              Cleanup the locale.t output  (8480)
56859      Branch: maint-5.6/perl
56860           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
56861           !> t/pragma/locale.t
56862 ____________________________________________________________________________
56863 [  8599] By: jhi                                   on 2001/01/30  03:51:04
56864         Log: Missing generated files from #8598.
56865      Branch: maint-5.6/perl
56866            ! embed.h global.sym objXSUB.h perlapi.c proto.h
56867 ____________________________________________________________________________
56868 [  8598] By: jhi                                   on 2001/01/30  03:41:54
56869         Log: Integrate change #8555 from mainline, manually integrate parts
56870              of changes 8452 and 8583.
56871              
56872              Subject: [PATCH] utf8.c documentation (8452)
56873              
56874              No point in checking the length if the pointer is bogus. (8555)
56875              
56876              Introduce bytes_from_utf8() and implement sv_eq() using it,
56877              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
56878              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
56879              was malformed. (8583)
56880      Branch: maint-5.6/perl
56881            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
56882           !> pod/perlapi.pod sv.c utf8.c
56883 ____________________________________________________________________________
56884 [  8597] By: gsar                                  on 2001/01/30  02:37:26
56885         Log: get PERL_OBJECT build going again on windows
56886      Branch: maint-5.6/perl
56887            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
56888            ! pod/perlapi.pod proto.h sv.c
56889 ____________________________________________________________________________
56890 [  8596] By: jhi                                   on 2001/01/30  02:16:17
56891         Log: Signedness nit.
56892      Branch: perl
56893            ! sv.c
56894 ____________________________________________________________________________
56895 [  8595] By: jhi                                   on 2001/01/30  02:11:07
56896         Log: EBCDIC patch for Storable, from Peter Prymmer.
56897      Branch: perl
56898            ! t/lib/st-06compat.t
56899 ____________________________________________________________________________
56900 [  8594] By: jhi                                   on 2001/01/30  01:04:48
56901         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
56902              From: Peter Prymmer <pvhp@forte.com>
56903              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
56904              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
56905      Branch: perl
56906            ! t/lib/b.t
56907 ____________________________________________________________________________
56908 [  8593] By: jhi                                   on 2001/01/30  00:56:47
56909         Log: Subject: [PATCH: perl@8585] pod problems in io
56910              From: Peter Prymmer <pvhp@forte.com>
56911              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
56912              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
56913      Branch: perl
56914            ! pod/perlapio.pod pod/perliol.pod
56915 ____________________________________________________________________________
56916 [  8592] By: jhi                                   on 2001/01/30  00:48:20
56917         Log: Integrate perlio.
56918      Branch: perl
56919           !> pod/perlapio.pod pod/perliol.pod
56920 ____________________________________________________________________________
56921 [  8591] By: nick                                  on 2001/01/29  22:02:28
56922         Log: GNU 'merge' Simon's copy of perliol.pod with version
56923              patched by Craig's patch.
56924      Branch: perlio
56925            ! pod/perliol.pod
56926 ____________________________________________________________________________
56927 [  8590] By: nick                                  on 2001/01/29  21:55:10
56928         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
56929      Branch: perlio
56930            ! pod/perlapio.pod pod/perliol.pod
56931 ____________________________________________________________________________
56932 [  8589] By: jhi                                   on 2001/01/29  15:35:33
56933         Log: Integrate change #8586 from maint-5.6/perl.
56934              
56935              make the BOM detection code not call tell() until it has to
56936              (meant to fix esoteric compatibility issues where PL_rsfp
56937              is overridden)
56938      Branch: perl
56939           !> toke.c
56940 ____________________________________________________________________________
56941 [  8588] By: jhi                                   on 2001/01/29  15:29:11
56942         Log: Subject: MAking Solaris malloc() the default
56943              From: Lupe Christoph <lupe@lupe-christoph.de>
56944              Date: Mon, 29 Jan 2001 12:59:36 +0100
56945              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
56946              
56947              The README.solaris part slightly tweaked.
56948      Branch: perl
56949            ! README.solaris hints/solaris_2.sh
56950 ____________________________________________________________________________
56951 [  8587] By: jhi                                   on 2001/01/29  15:17:34
56952         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
56953              From: root@ak-75.mind.de
56954              Date: Sun, 28 Jan 2001 20:32:29 +0100
56955              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
56956      Branch: perl
56957            ! pod/perlre.pod
56958 ____________________________________________________________________________
56959 [  8586] By: gsar                                  on 2001/01/29  13:43:44
56960         Log: make the BOM detection code not call tell() until it has to
56961              (meant to fix esoteric compatibility issues where PL_rsfp
56962              is overridden)
56963      Branch: maint-5.6/perl
56964            ! toke.c
56965 ____________________________________________________________________________
56966 [  8585] By: jhi                                   on 2001/01/28  20:05:45
56967         Log: Update Changes.
56968      Branch: perl
56969            ! Changes patchlevel.h
56970 ____________________________________________________________________________
56971 [  8584] By: jhi                                   on 2001/01/28  19:30:02
56972         Log: Integrate perlio.
56973      Branch: perl
56974           +> pod/perliol.pod
56975           !> MANIFEST pod/perlapio.pod
56976 ____________________________________________________________________________
56977 [  8583] By: jhi                                   on 2001/01/28  19:28:40
56978         Log: Patch from Inaba Hiroto:
56979              - canonical UTF-8 hash keys: if a key string for a hash is
56980              UTF8-on, try downgrade the string and use it if
56981              unicode::distinct is not in effect.
56982              For the task, I added a function bytes_from_utf8() to utf8.c.
56983              It might resemble utf8_to_bytes() but it is not convenient
56984              to the task.
56985              Made a test for it and added to t/op/each.t
56986              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
56987              the mortal copy of the argument SV.
56988              And changed t/io/utf8.t test 18 which expects print() to
56989              upgrade its argument.
56990              - re-implement sv_eq with bytes_from_utf8()
56991              - some bug fixes
56992              - tr/// does not handle UTF8 range (\x{}-\x{})
56993              - \ before raw UTF8 character produced
56994              "Malformed UTF-8 character" warning.
56995              - "\x{100}\N{CENT SIGN}" is Malformed.
56996              Added tests for these 3.
56997              - and one silly bug (by me) with qu operator.
56998      Branch: perl
56999            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
57000            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
57001            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
57002 ____________________________________________________________________________
57003 [  8582] By: nick                                  on 2001/01/28  19:25:04
57004         Log: Add pod/perliol.pod to MANIFEST :-(
57005      Branch: perlio
57006            ! MANIFEST
57007 ____________________________________________________________________________
57008 [  8581] By: nick                                  on 2001/01/28  19:22:40
57009         Log: PerlIO documentation. Proofing and sub-editing requested.
57010      Branch: perlio
57011            + pod/perliol.pod
57012            ! pod/perlapio.pod
57013 ____________________________________________________________________________
57014 [  8580] By: jhi                                   on 2001/01/28  05:16:25
57015         Log: Revert the change to sv_2pv() done by #8054: Someone who
57016              did SvNV_set() on a scalar that also happened to be POK,
57017              followed by sv_2pv() won't get the right coercion anymore.
57018              [Sarathy]
57019      Branch: maint-5.6/perl
57020            ! sv.c
57021 ____________________________________________________________________________
57022 [  8579] By: jhi                                   on 2001/01/28  05:15:04
57023         Log: Remove the #8084 effect: do not allow -Q to be interpreted
57024              as -&Q(), this is too much wiggle room.
57025      Branch: maint-5.6/perl
57026            ! toke.c
57027 ____________________________________________________________________________
57028 [  8578] By: jhi                                   on 2001/01/28  05:12:45
57029         Log: Needed bits of #8439 (should have been in #8576),
57030              mainly for lval substr().
57031      Branch: maint-5.6/perl
57032            ! mg.c pp.c pp_hot.c
57033 ____________________________________________________________________________
57034 [  8577] By: jhi                                   on 2001/01/28  05:02:46
57035         Log: A missing check-in.
57036      Branch: maint-5.6/perl
57037            ! utf8.c
57038 ____________________________________________________________________________
57039 [  8576] By: jhi                                   on 2001/01/28  04:26:18
57040         Log: Integrate changes #8425,8436,8439,8517 from mainline.
57041              The 8439 was not truly integrated because it had too many
57042              dependencies on the development branch and because it introduced
57043              concepts too bold for a maintenance branch (such as the qu operator).
57044              
57045              Subject: [PATCH perl@8342] -Wformat
57046              
57047              Tighten some of the UTF-8 tests a bit.
57048              
57049              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
57050              - The substr lval was still not okay.
57051              - Now pp_stringify and sv_setsv copies source's UTF8 flag
57052              even if IN_BYTE.  pp_stringify is called from fold_constants
57053              at optimization phase and "\x{100}" was made SvUTF8_off under
57054              use bytes (the bytes pragma is for "byte semantics" and not
57055              for "do not produce UTF8 data")
57056      Branch: maint-5.6/perl
57057            ! t/lib/charnames.t t/op/substr.t toke.c
57058           !> sv.c t/pragma/utf8.t
57059 ____________________________________________________________________________
57060 [  8575] By: jhi                                   on 2001/01/28  04:01:51
57061         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
57062              
57063              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
57064              
57065              Subject: [ID 20001230.003] UTF-8 tr still hurts
57066              
57067              Test cases for #8385 (from Simon's "torture.pl")
57068              
57069              Start fixing UTF-8 lval substr() (8405)
57070      Branch: maint-5.6/perl
57071           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
57072           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
57073 ____________________________________________________________________________
57074 [  8574] By: jhi                                   on 2001/01/28  03:09:06
57075         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
57076              from mainline.
57077              
57078              UTF-8 cleanup.
57079              
57080              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
57081              
57082              "\x{FF}\xFF" was broken.
57083              
57084              Tests for #8329 and #8330.
57085              
57086              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
57087              
57088              IRIX compiler noticed that the bof initialization might be
57089              bypassed by control flow.
57090              
57091              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
57092      Branch: maint-5.6/perl
57093           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
57094           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
57095 ____________________________________________________________________________
57096 [  8573] By: jhi                                   on 2001/01/28  02:06:12
57097         Log: Retract #8552.
57098      Branch: perl
57099            ! lib/Text/Wrap.pm t/lib/textwrap.t
57100 ____________________________________________________________________________
57101 [  8572] By: jhi                                   on 2001/01/28  02:04:49
57102         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
57103              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
57104              not really integrated but instead salvaged by hand
57105              (they had too many dependencies on the development release
57106              to be cleanly integratable).
57107              
57108              Subject: more UTF8 test suites and an UTF8 patch
57109              
57110              Tweak for MULTIPLICITY/USE_PERLIO
57111              
57112              Signedness nit.
57113              
57114              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
57115              
57116              Use the UTF8_XXX macros in is_utf8_char().
57117              
57118              Rewrite pp_concat() in terms of sv_catsv().  The . operator
57119              should now be UTF-8-proof.
57120              
57121              Subject: [PATCH perl@8269] scanning two hex-constants
57122              fails on EBCDIC environment (script length.t)
57123              
57124              Add some Unicode chop() tests.
57125      Branch: maint-5.6/perl
57126            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
57127           !> sv.c t/op/chop.t utf8.h
57128 ____________________________________________________________________________
57129 [  8571] By: jhi                                   on 2001/01/28  00:35:59
57130         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
57131              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
57132              
57133              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
57134              
57135              The maxiters upper limit sanity check (guarding against
57136              non-progress) assumed bytes instead of characters in s///
57137              and split().
57138              
57139              Signedness nit.
57140              
57141              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
57142              join() should now be UTF-8-proof.
57143              
57144              More split // UTF-8 tests. (8250)
57145      Branch: maint-5.6/perl
57146           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
57147           !> util.c
57148 ____________________________________________________________________________
57149 [  8570] By: jhi                                   on 2001/01/27  22:15:46
57150         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
57151              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
57152              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
57153              8084,8204,8244,8333 from mainline.
57154              
57155              For -Q where Q might be a one-letter sub name one does no more
57156              get a warning about an unknown filetest (7941,7943,7944,8084).
57157              
57158              Subject: Re: [ID 20001130.011] expression parsing bug ?
57159              
57160              Make uv_to_utf8() to zero-terminate its output buffer.
57161              
57162              Split off t/op/length.t (7995)
57163              
57164              Split off t/op/utf8decode.t (7996)
57165              
57166              Remove an unnecessary 'use utf8' from the utf8.t (7998)
57167              
57168              Split off t/op/concat.t (8004)
57169              
57170              Split off t/op/ver.t (8005)
57171              
57172              Document utf8_length(), utf8_distance(), and utf8_hop().
57173              
57174              Document utf8_to_uv() better.
57175              
57176              Introduce macros for UTF8 decoding (8028,8033).
57177              
57178              Add test for reverse() (8030,8031).
57179              
57180              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
57181              
57182              Do not return the Unicode replacement character    on UTF-8
57183              decoding failure.
57184              
57185              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
57186              not this_utf8 i.e. the output string has one, but don't mess
57187              with source assumption. (8052,8053)
57188              
57189              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
57190              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
57191              was not expecting to be called with something that was already
57192              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
57193              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
57194              (8054)
57195              
57196              Recode the naughty binary bytes in utf8decode.t using the \xHH.
57197              
57198              Make some panic messages a bit more logical.
57199      Branch: maint-5.6/perl
57200           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
57201           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
57202           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
57203           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
57204           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
57205           !> utf8.c utf8.h
57206 ____________________________________________________________________________
57207 [  8569] By: jhi                                   on 2001/01/27  19:16:43
57208         Log: Integrate changes #7750 from perlio and #8566 from mainline.
57209      Branch: maint-5.6/perl
57210           !> regexec.c sv.c
57211 ____________________________________________________________________________
57212 [  8568] By: jhi                                   on 2001/01/27  18:06:51
57213         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
57214              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
57215              7935[-perlio.c],7936,7959,7965 from mainline.
57216              
57217              Change the "big byte" error message to "Wide character".
57218              (7355, the croak-if-wide-chars-in-print part ignored)
57219              
57220              Use UINT64_C().
57221              
57222              Introduce Perl_utf8_length().
57223              
57224              diff -se shows these as different (7753, forgotten check-ins)
57225              
57226              Subject: [PATCH] doop.c - UTF8 tr///
57227              
57228              If we use (aTHX_ ...) then put Perl_ on the front.
57229              
57230              Make utf8_length() and utf8_distance() to be less forgiving
57231              about bad UTF-8.
57232              
57233              Test line numbers are different with utf8.
57234              
57235              No need to scan till infinity, 13 is enough. (7872,7911)
57236              
57237              Subject: [PATCH] Tokeniser debugging
57238              
57239              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
57240              
57241              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
57242              
57243              Be more careful in Perl_sv_utf8_downgrade().
57244              
57245              Use DO_UTF8().
57246              
57247              Raw zero bytes in text files confuse at least GNU patch 2.1.
57248      Branch: maint-5.6/perl
57249           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
57250           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
57251           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
57252           !> t/pragma/utf8.t toke.c utf8.c utf8.h
57253 ____________________________________________________________________________
57254 [  8567] By: nick                                  on 2001/01/27  11:10:38
57255         Log: Integrate mainline
57256      Branch: perlio
57257           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
57258           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
57259           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
57260           !> toke.c
57261 ____________________________________________________________________________
57262 [  8566] By: jhi                                   on 2001/01/27  06:22:48
57263         Log: More documentation for the regexp context stack.
57264      Branch: perl
57265            ! regexec.c
57266 ____________________________________________________________________________
57267 [  8565] By: jhi                                   on 2001/01/27  05:21:57
57268         Log: Update Changes.
57269      Branch: perl
57270            ! Changes patchlevel.h
57271 ____________________________________________________________________________
57272 [  8564] By: jhi                                   on 2001/01/27  04:44:04
57273         Log: Threadedness patch for #8562 from Doug MacEachern.
57274      Branch: perl
57275            ! toke.c
57276 ____________________________________________________________________________
57277 [  8563] By: jhi                                   on 2001/01/27  04:26:24
57278         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
57279              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
57280              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
57281              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
57282      Branch: perl
57283            ! op.c
57284 ____________________________________________________________________________
57285 [  8562] By: jhi                                   on 2001/01/27  04:20:30
57286         Log: Subject: Re: Announce : Tokener reporting patch
57287              From: Simon Cozens <simon@cozens.net>
57288              Date: Mon, 22 Jan 2001 02:17:22 +0000
57289              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
57290      Branch: perl
57291            ! embed.h embed.pl proto.h toke.c
57292 ____________________________________________________________________________
57293 [  8561] By: jhi                                   on 2001/01/27  04:17:24
57294         Log: Forgot from #8545.  Oops.
57295      Branch: perl
57296            ! pp.c t/pragma/overload.t
57297 ____________________________________________________________________________
57298 [  8560] By: jhi                                   on 2001/01/27  03:01:47
57299         Log: A better module compilation test, use MANIFEST as suggested
57300              by Spider.
57301      Branch: perl
57302            ! t/lib/1_compile.t
57303 ____________________________________________________________________________
57304 [  8559] By: jhi                                   on 2001/01/27  02:50:48
57305         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
57306              From: Peter Prymmer <pvhp@forte.com>
57307              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
57308              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
57309      Branch: perl
57310            ! t/lib/b.t
57311 ____________________________________________________________________________
57312 [  8558] By: jhi                                   on 2001/01/27  02:27:05
57313         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
57314              From: Peter Prymmer <pvhp@forte.com>
57315              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
57316              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
57317      Branch: perl
57318            ! t/pragma/sub_lval.t
57319 ____________________________________________________________________________
57320 [  8557] By: jhi                                   on 2001/01/27  02:26:03
57321         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
57322              From: Peter Prymmer <pvhp@forte.com>
57323              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
57324              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
57325      Branch: perl
57326            ! t/lib/st-06compat.t
57327 ____________________________________________________________________________
57328 [  8556] By: jhi                                   on 2001/01/27  02:24:33
57329         Log: Subject: [PATCH: perl@8531] minor update to README.os390
57330              From: Peter Prymmer <pvhp@forte.com>
57331              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
57332              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
57333      Branch: perl
57334            ! README.os390
57335 ____________________________________________________________________________
57336 [  8555] By: jhi                                   on 2001/01/27  00:35:47
57337         Log: No point in checking the length before we know whether the pointer
57338              is bogus or not, fixes Abigail's odbm failures in Linux.
57339      Branch: perl
57340            ! sv.c
57341 ____________________________________________________________________________
57342 [  8554] By: nick                                  on 2001/01/26  19:01:31
57343         Log: Integrate mainline
57344      Branch: perlio
57345           !> lib/Text/Wrap.pm t/lib/textwrap.t
57346 ____________________________________________________________________________
57347 [  8553] By: jhi                                   on 2001/01/26  15:19:39
57348         Log: Integrate change #7792 from perlio (multiplicity fix),
57349              fix the AV leak in regex DEBUGGING (tiny part of the
57350              polymorphic regexp patch #8143).
57351      Branch: maint-5.6/perl
57352            ! regcomp.c
57353           !> scope.h
57354 ____________________________________________________________________________
57355 [  8552] By: jhi                                   on 2001/01/26  15:03:23
57356         Log: (Retracted by #8573)
57357              
57358              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
57359              From: Michael G Schwern <schwern@pobox.com>
57360              Date: Fri, 26 Jan 2001 09:28:31 -0500
57361              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
57362      Branch: perl
57363            ! lib/Text/Wrap.pm t/lib/textwrap.t
57364 ____________________________________________________________________________
57365 [  8551] By: jhi                                   on 2001/01/26  02:33:19
57366         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
57367              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
57368              
57369              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
57370              
57371              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
57372              
57373              Message nit.
57374              
57375              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
57376              
57377              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
57378              
57379              (the cleanup of unused submatches in regtry() and regcppop())
57380              
57381              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
57382              stored and restored, and thusly was trounced by the utf8 swash
57383              routines.
57384              
57385              use utf8 not required to use \x{}.
57386              
57387              Removed two more tests that make no sense in UTF-8 since the test
57388              data is not in UTF-8.
57389              
57390              Get the three different space character classes right under utf8.
57391              
57392              Implement ANYOFUTF8 regprop() dumping.
57393              
57394              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
57395              
57396              Document the regex context pushing/popping a bit better.
57397      Branch: maint-5.6/perl
57398           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
57399           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
57400           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
57401           !> t/op/regmesg.t utf8.c
57402 ____________________________________________________________________________
57403 [  8550] By: nick                                  on 2001/01/25  19:42:30
57404         Log: Integrate mainline
57405      Branch: perlio
57406           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
57407           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
57408           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
57409           !> t/lib/bigint.t t/lib/bigintpm.t
57410 ____________________________________________________________________________
57411 [  8549] By: jhi                                   on 2001/01/25  15:22:28
57412         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
57413      Branch: maint-5.6/perl
57414            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
57415 ____________________________________________________________________________
57416 [  8548] By: jhi                                   on 2001/01/25  15:02:55
57417         Log: Integrate changes #7997,8063,8492,8547 from mainline.
57418              
57419              Subject: Re: STRLEN - what?
57420              
57421              Subject: [PATCH] perlguts.pod
57422              
57423              Memory management calls documentation.
57424              
57425              Layout using tabulator is not a good idea in a pod.
57426      Branch: maint-5.6/perl
57427           !> pod/perlguts.pod
57428 ____________________________________________________________________________
57429 [  8547] By: jhi                                   on 2001/01/25  14:49:05
57430         Log: Layout using tabulator is not a good idea in a pod.
57431      Branch: perl
57432            ! pod/perlguts.pod
57433 ____________________________________________________________________________
57434 [  8546] By: jhi                                   on 2001/01/25  14:31:12
57435         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
57436              from mainline.
57437              
57438              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
57439              
57440              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
57441              
57442              More Win32 editor/IDE/shell hints.
57443              
57444              More Win32 Perling.
57445              
57446              Yet another editor edit.
57447              
57448              Edit edit edit.
57449              
57450              IDE/editor section tweaking.
57451              
57452              Few more IDE/editor nits from p5p.
57453      Branch: maint-5.6/perl
57454           !> pod/perlfaq3.pod
57455 ____________________________________________________________________________
57456 [  8545] By: jhi                                   on 2001/01/25  04:16:32
57457         Log: Subject: [PATCH 5.7.0] overload int()
57458              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57459              Date: Wed, 24 Jan 2001 19:06:57 -0500
57460              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
57461      Branch: perl
57462            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
57463            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
57464            ! t/lib/bigintpm.t
57465 ____________________________________________________________________________
57466 [  8544] By: jhi                                   on 2001/01/25  04:15:11
57467         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
57468              From: Peter Prymmer <pvhp@forte.com>
57469              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
57470              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
57471      Branch: perl
57472            ! Makefile.SH README.os390 hints/os390.sh installperl
57473 ____________________________________________________________________________
57474 [  8543] By: jhi                                   on 2001/01/25  03:52:08
57475         Log: Integrate change #8462,8469 from mainline.
57476              
57477              In VMS Perl subversion (perl -V) is undef.
57478      Branch: maint-5.6/perl
57479           !> configure.com
57480 ____________________________________________________________________________
57481 [  8542] By: jhi                                   on 2001/01/25  03:44:55
57482         Log: Integrate changes #7835,7850,8315,8316 from mainline.
57483              
57484              Solaris hints.
57485      Branch: maint-5.6/perl
57486           !> hints/solaris_2.sh
57487 ____________________________________________________________________________
57488 [  8541] By: jhi                                   on 2001/01/25  03:39:28
57489         Log: Integrate #8336 from mainline.
57490      Branch: maint-5.6/perl
57491           !> hv.c
57492 ____________________________________________________________________________
57493 [  8540] By: jhi                                   on 2001/01/25  03:23:50
57494         Log: Retract #8539.
57495      Branch: maint-5.6/perl
57496            ! pod/perlfaq3.pod
57497 ____________________________________________________________________________
57498 [  8539] By: jhi                                   on 2001/01/25  03:21:55
57499         Log: (Retracted by #8540.)
57500      Branch: maint-5.6/perl
57501            ! pod/perlfaq3.pod
57502 ____________________________________________________________________________
57503 [  8538] By: jhi                                   on 2001/01/25  03:14:07
57504         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
57505              From: Peter Prymmer <pvhp@forte.com>
57506              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
57507              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
57508              
57509              The VMS bits.
57510      Branch: maint-5.6/perl
57511            ! configure.com vms/descrip_mms.template
57512 ____________________________________________________________________________
57513 [  8537] By: jhi                                   on 2001/01/25  03:06:09
57514         Log: Integrate #7710,7824,7973 from mainline.
57515      Branch: maint-5.6/perl
57516           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
57517           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
57518           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
57519           !> vos/config.ga.def vos/config.ga.h win32/config.bc
57520           !> win32/config.gc win32/config.vc
57521 ____________________________________________________________________________
57522 [  8536] By: jhi                                   on 2001/01/24  13:50:20
57523         Log: Revert the edits made by me so far to the 5.6 branch since
57524              the TRIAL1 since I did edits when I should have been using
57525              integrates.  Bad programmer.   (Will integrate them properly later.)
57526              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
57527              The #8353 will not be reapplied at least for now since
57528              the UTF-8 hash keys need more thinking.
57529              (The patches #8347, #8354, #8454, #8473 were okay since they
57530              were original edits made specifically for the 5.6.1-TRIAL1.)
57531      Branch: maint-5.6/perl
57532            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57533            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
57534            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
57535            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
57536            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
57537            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
57538            ! win32/config.bc win32/config.gc win32/config.vc
57539 ____________________________________________________________________________
57540 [  8535] By: bailey                                on 2001/01/24  06:37:02
57541         Log: SYN SYN
57542      Branch: vmsperl
57543           +> (branch 26 files)
57544           !> (integrate 130 files)
57545 ____________________________________________________________________________
57546 [  8534] By: nick                                  on 2001/01/23  19:30:57
57547         Log: Integrate mainline.
57548      Branch: perlio
57549           !> Changes Configure Porting/Glossary Porting/config.sh
57550           !> Porting/config_H embed.h embed.pl ext/Encode/compile
57551           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
57552           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
57553           !> pod/perlvar.pod proto.h t/lib/1_compile.t
57554 ____________________________________________________________________________
57555 [  8533] By: jhi                                   on 2001/01/23  16:15:46
57556         Log: Forgotten from #8501.
57557      Branch: perl
57558            ! Porting/Glossary Porting/config.sh Porting/config_H
57559 ____________________________________________________________________________
57560 [  8532] By: jhi                                   on 2001/01/23  16:13:27
57561         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
57562              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
57563              Date: Mon, 22 Jan 2001 17:51:58 +0100
57564              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
57565      Branch: perl
57566            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
57567 ____________________________________________________________________________
57568 [  8531] By: jhi                                   on 2001/01/23  15:46:01
57569         Log: Update Changes.
57570      Branch: perl
57571            ! Changes patchlevel.h
57572 ____________________________________________________________________________
57573 [  8530] By: jhi                                   on 2001/01/23  15:38:39
57574         Log: De-cut-and-pasto.
57575      Branch: perl
57576            ! t/lib/1_compile.t
57577 ____________________________________________________________________________
57578 [  8529] By: jhi                                   on 2001/01/23  15:11:04
57579         Log: Document the mkdir trailing slashes case.
57580      Branch: perl
57581            ! pod/perlfunc.pod
57582 ____________________________________________________________________________
57583 [  8528] By: jhi                                   on 2001/01/23  15:08:28
57584         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
57585              get installed:
57586              
57587              Subject: lib/lib.pm
57588              From: <abigail@foad.org>
57589              Date: Mon, 28 Aug 2000 20:35:08 -0400
57590              Message-ID: <20000829003508.21281.qmail@foad.org>
57591      Branch: perl
57592            ! installperl
57593 ____________________________________________________________________________
57594 [  8527] By: jhi                                   on 2001/01/23  14:44:04
57595         Log: Metaconfig unit change for #8526.
57596      Branch: metaconfig
57597            ! U/threads/archname.U
57598 ____________________________________________________________________________
57599 [  8526] By: jhi                                   on 2001/01/23  14:43:19
57600         Log: Attach -perlio to the archname if so selected.
57601      Branch: perl
57602            ! Configure
57603 ____________________________________________________________________________
57604 [  8525] By: jhi                                   on 2001/01/23  14:24:01
57605         Log: Subject: [PATCH] pod/perlvar.pod
57606              From: abigail@foad.org
57607              Date: Tue, 23 Jan 2001 01:41:10 +0100
57608              Message-ID: <20010123004110.22259.qmail@foad.org>
57609      Branch: perl
57610            ! pod/perlvar.pod
57611 ____________________________________________________________________________
57612 [  8524] By: jhi                                   on 2001/01/23  14:22:32
57613         Log: A bug introduced in #8217 (the undefined variable in the
57614              lib/safe1_t #3) fixed, by Charles Lane:
57615              
57616              The earlier patch made it so that stuff running in Safe
57617              compartments could do a "caller" and see "main".  That
57618              little change in name is done right before the code in
57619              the compartment is run, and apparantly the parser
57620              was picking up the stash name before it got changed.
57621              
57622              (why it was threaded vs. unthreaded Perl that was sensitive to this
57623              I still don't know...and it probably doesn't matter).
57624              
57625              I tryed removing the stash name-change and saw that threaded Perl
57626              did indeed pass the lib/safe1.t tests.
57627              
57628              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
57629              do the name change (and to connect _ in the compartment to the global
57630              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
57631              to call _safe_pkg_prep when creating a new compartment.
57632              
57633              Passes all tests with threaded perl on linux; passes all tests
57634              with unthreaded perl on VMS.
57635              
57636              At some point I'll probably want to revisit Safe and Opcode to
57637              provide more sensible handling of global variables...and to get
57638              formats working in Safe compartments, which they don't do currently.
57639      Branch: perl
57640            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
57641 ____________________________________________________________________________
57642 [  8523] By: jhi                                   on 2001/01/23  14:11:58
57643         Log: Also the lib/Thread.pm itself needs to be ignored if
57644              the Thread extension hasn't been built.
57645      Branch: perl
57646            ! t/lib/1_compile.t
57647 ____________________________________________________________________________
57648 [  8522] By: jhi                                   on 2001/01/23  13:51:28
57649         Log: print() instead of warn() so that stderr doesn't get
57650              unnecessarily polluted.
57651      Branch: perl
57652            ! ext/Encode/compile
57653 ____________________________________________________________________________
57654 [  8521] By: jhi                                   on 2001/01/23  13:49:48
57655         Log: Integrate perlio.
57656      Branch: perl
57657           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
57658           !> ext/Encode/encode.h
57659 ____________________________________________________________________________
57660 [  8520] By: nick                                  on 2001/01/22  21:44:00
57661         Log: More messing with Encode:
57662              Extra fields in header to allow multiple names and to record
57663              other things "compile" knows.
57664              Re-organise compile to factor out common output routines.
57665      Branch: perlio
57666            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
57667 ____________________________________________________________________________
57668 [  8519] By: nick                                  on 2001/01/22  20:33:50
57669         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
57670      Branch: perlio
57671            ! ext/Encode/Makefile.PL ext/Encode/compile
57672 ____________________________________________________________________________
57673 [  8518] By: nick                                  on 2001/01/22  20:28:13
57674         Log: Integrate mainline
57675      Branch: perlio
57676           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
57677           !> vos/config.alpha.def vos/config.alpha.h
57678 ____________________________________________________________________________
57679 [  8517] By: jhi                                   on 2001/01/22  15:37:17
57680         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
57681              by Inaba Hiroto.
57682      Branch: perl
57683            ! sv.c
57684 ____________________________________________________________________________
57685 [  8516] By: jhi                                   on 2001/01/22  14:55:15
57686         Log: More SIG_SIZE fixes.
57687      Branch: perl
57688            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
57689 ____________________________________________________________________________
57690 [  8515] By: jhi                                   on 2001/01/22  14:50:27
57691         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
57692              From: "Craig A. Berry" <craigberry@mac.com>
57693              Date: Mon, 22 Jan 2001 00:42:24 -0600
57694              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
57695      Branch: perl
57696            ! configure.com
57697 ____________________________________________________________________________
57698 [  8514] By: jhi                                   on 2001/01/22  14:31:17
57699         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
57700              From: "Craig A. Berry" <craigberry@mac.com>
57701              Date: Sun, 21 Jan 2001 23:03:25 -0600
57702              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
57703      Branch: perl
57704            ! configure.com
57705 ____________________________________________________________________________
57706 [  8513] By: jhi                                   on 2001/01/22  14:14:00
57707         Log: Add the .ucm encoding tables to the MANIFEST.
57708      Branch: perl
57709            ! MANIFEST
57710 ____________________________________________________________________________
57711 [  8512] By: jhi                                   on 2001/01/22  13:43:33
57712         Log: Integrate perlio.
57713      Branch: perl
57714           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
57715           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
57716           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
57717           +> ext/Encode/Encode/iso8859-10.ucm
57718           +> ext/Encode/Encode/iso8859-13.ucm
57719           +> ext/Encode/Encode/iso8859-14.ucm
57720           +> ext/Encode/Encode/iso8859-15.ucm
57721           +> ext/Encode/Encode/iso8859-16.ucm
57722           +> ext/Encode/Encode/iso8859-2.ucm
57723           +> ext/Encode/Encode/iso8859-3.ucm
57724           +> ext/Encode/Encode/iso8859-4.ucm
57725           +> ext/Encode/Encode/iso8859-5.ucm
57726           +> ext/Encode/Encode/iso8859-6.ucm
57727           +> ext/Encode/Encode/iso8859-7.ucm
57728           +> ext/Encode/Encode/iso8859-8.ucm
57729           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
57730           +> ext/Encode/Encode/symbol.ucm
57731           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
57732           !> perliol.h
57733 ____________________________________________________________________________
57734 [  8511] By: nick                                  on 2001/01/21  23:44:47
57735         Log: Make "real" layers of ":utf8" and ":raw".
57736              So now PERLIO=utf8 perl ...
57737              does what Andreas wanted.
57738              Fix arg passing in open.pm (still have a Carp issue).
57739      Branch: perlio
57740            ! lib/open.pm perlio.c perliol.h
57741 ____________________________________________________________________________
57742 [  8510] By: jhi                                   on 2001/01/21  22:56:53
57743         Log: Document the regex content pushing/popping a bit better.
57744      Branch: perl
57745            ! regexec.c
57746 ____________________________________________________________________________
57747 [  8509] By: jhi                                   on 2001/01/21  22:55:44
57748         Log: Tweak the mkdir trailing slash code some more.
57749              
57750              TO DO: the same handling should probably be done for
57751              all the other filesystem functions that can have directories
57752              as their arguments.
57753      Branch: perl
57754            ! pp_sys.c
57755 ____________________________________________________________________________
57756 [  8508] By: nick                                  on 2001/01/21  21:37:43
57757         Log: Switch "compiled in" encodings to .ucm format.
57758              (Leave others as .enc till we can run-time load .ucm,
57759              or find some other way to load them.)
57760      Branch: perlio
57761            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
57762            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
57763            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
57764            + ext/Encode/Encode/iso8859-10.ucm
57765            + ext/Encode/Encode/iso8859-13.ucm
57766            + ext/Encode/Encode/iso8859-14.ucm
57767            + ext/Encode/Encode/iso8859-15.ucm
57768            + ext/Encode/Encode/iso8859-16.ucm
57769            + ext/Encode/Encode/iso8859-2.ucm
57770            + ext/Encode/Encode/iso8859-3.ucm
57771            + ext/Encode/Encode/iso8859-4.ucm
57772            + ext/Encode/Encode/iso8859-5.ucm
57773            + ext/Encode/Encode/iso8859-6.ucm
57774            + ext/Encode/Encode/iso8859-7.ucm
57775            + ext/Encode/Encode/iso8859-8.ucm
57776            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
57777            + ext/Encode/Encode/symbol.ucm
57778            ! ext/Encode/Makefile.PL ext/Encode/compile
57779 ____________________________________________________________________________
57780 [  8507] By: nick                                  on 2001/01/21  21:02:03
57781         Log: Integrate (partial) mainline.
57782      Branch: perlio
57783           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
57784           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
57785           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
57786 ____________________________________________________________________________
57787 [  8506] By: jhi                                   on 2001/01/21  20:09:30
57788         Log: Update Changes.
57789      Branch: perl
57790            ! Changes patchlevel.h
57791 ____________________________________________________________________________
57792 [  8505] By: jhi                                   on 2001/01/21  19:39:59
57793         Log: Subject: Minor typos in perlfaq2.pod
57794              From: "Stephen P. Potter" <spp@spotter.yi.org>
57795              Message-Id: <200101192101.QAA11911@spotter.yi.org>
57796              Date: Fri, 19 Jan 2001 16:01:13 -0500
57797              
57798              with a nit from Philip Newton.
57799      Branch: perl
57800            ! pod/perlfaq2.pod
57801 ____________________________________________________________________________
57802 [  8504] By: jhi                                   on 2001/01/21  19:33:05
57803         Log: Metaconfig change for #8503.
57804      Branch: metaconfig
57805            ! U/threads/usethreads.U
57806 ____________________________________________________________________________
57807 [  8503] By: jhi                                   on 2001/01/21  19:32:21
57808         Log: Sanity check for conflicting thread flavours.
57809      Branch: perl
57810            ! Configure config_h.SH
57811 ____________________________________________________________________________
57812 [  8502] By: jhi                                   on 2001/01/21  19:23:00
57813         Log: Metaconfig change for #8501.
57814      Branch: metaconfig
57815            ! U/modified/sig_name.U
57816 ____________________________________________________________________________
57817 [  8501] By: jhi                                   on 2001/01/21  19:22:26
57818         Log: The SIG_SIZE is the number of the elements *excluding*
57819              the terminating NULL.
57820      Branch: perl
57821            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
57822            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
57823            ! win32/config_H.vc
57824 ____________________________________________________________________________
57825 [  8500] By: jhi                                   on 2001/01/21  18:31:31
57826         Log: Integrate perlio.
57827      Branch: perl
57828           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
57829           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
57830           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
57831           !> pp_sys.c proto.h sv.c
57832 ____________________________________________________________________________
57833 [  8499] By: jhi                                   on 2001/01/21  17:43:57
57834         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
57835              From: Hugo <hv@crypt.compulink.co.uk>
57836              Date: Sun, 21 Jan 2001 13:34:05 +0000
57837              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
57838              
57839              In sprintf UTF8ize only if necessary.
57840      Branch: perl
57841            ! sv.c
57842 ____________________________________________________________________________
57843 [  8498] By: nick                                  on 2001/01/21  16:25:32
57844         Log: Encode cleanup.
57845              Add command line control over "compile" so that Makefile.PL
57846              needs can be combined with other uses.
57847              Use command line options in Makefile.PL.
57848              Fix multi-byte parsing in .ucm files.
57849      Branch: perlio
57850            ! ext/Encode/Makefile.PL ext/Encode/compile
57851 ____________________________________________________________________________
57852 [  8497] By: nick                                  on 2001/01/21  12:56:27
57853         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
57854      Branch: perlio
57855            ! ext/Encode/Encode.xs
57856 ____________________________________________________________________________
57857 [  8496] By: nick                                  on 2001/01/21  12:18:45
57858         Log: Fixup after integrate:
57859              missed the .sym files that are changed by regen_headers
57860              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
57861      Branch: perlio
57862            ! global.sym pp.sym sv.c
57863 ____________________________________________________________________________
57864 [  8495] By: nick                                  on 2001/01/21  11:51:07
57865         Log: Integrate mainline.
57866      Branch: perlio
57867           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
57868           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
57869           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
57870           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
57871           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
57872           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
57873           !> win32/Makefile win32/makefile.mk
57874 ____________________________________________________________________________
57875 [  8494] By: jhi                                   on 2001/01/20  23:12:11
57876         Log: Forgot the expect_number() prototype.
57877      Branch: perl
57878            ! embed.h embed.pl proto.h
57879 ____________________________________________________________________________
57880 [  8493] By: jhi                                   on 2001/01/20  22:56:39
57881         Log: Subject: [PATCH: perl@8482] README.vms URL updates
57882              From: Peter Prymmer <pvhp@forte.com>
57883              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
57884              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
57885              
57886              Plus Craig A. Berry's suggestion to use compaq.com instead
57887              of digital.com.
57888      Branch: perl
57889            ! README.vms
57890 ____________________________________________________________________________
57891 [  8492] By: jhi                                   on 2001/01/20  22:50:05
57892         Log: Memory management calls documentation.
57893      Branch: perl
57894            ! pod/perlguts.pod
57895 ____________________________________________________________________________
57896 [  8491] By: jhi                                   on 2001/01/20  22:38:33
57897         Log: Signedness nit plus few memcpy/Copy nits.
57898      Branch: perl
57899            ! sv.c
57900 ____________________________________________________________________________
57901 [  8490] By: jhi                                   on 2001/01/20  22:25:53
57902         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
57903              From: Peter Prymmer <pvhp@forte.com>
57904              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
57905              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
57906      Branch: perl
57907            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
57908 ____________________________________________________________________________
57909 [  8489] By: jhi                                   on 2001/01/20  22:24:41
57910         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
57911              From: Peter Prymmer <pvhp@forte.com>
57912              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
57913              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
57914      Branch: perl
57915            ! win32/Makefile win32/makefile.mk
57916 ____________________________________________________________________________
57917 [  8488] By: jhi                                   on 2001/01/20  22:22:27
57918         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
57919              From: Peter Prymmer <pvhp@forte.com>
57920              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
57921              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
57922      Branch: perl
57923            ! Makefile.SH
57924 ____________________________________________________________________________
57925 [  8487] By: jhi                                   on 2001/01/20  22:21:18
57926         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
57927              From: Peter Prymmer <pvhp@forte.com>
57928              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
57929              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
57930      Branch: perl
57931            + ext/DynaLoader/dl_dllload.xs
57932            ! MANIFEST Makefile.SH hints/os390.sh
57933 ____________________________________________________________________________
57934 [  8486] By: jhi                                   on 2001/01/20  22:17:53
57935         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
57936              From: Peter Prymmer <pvhp@forte.com>
57937              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
57938              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
57939      Branch: perl
57940            ! README.os390 README.posix-bc
57941 ____________________________________________________________________________
57942 [  8485] By: jhi                                   on 2001/01/20  20:15:30
57943         Log: Document and test the new qu operator.
57944      Branch: perl
57945            + t/op/qu.t
57946            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
57947            ! pod/perlretut.pod pod/perlunicode.pod
57948 ____________________________________________________________________________
57949 [  8484] By: nick                                  on 2001/01/20  19:42:30
57950         Log: Infrastructure to allow:
57951              open($fh,"|-",@array);
57952              to be implemented
57953              i.e. mark pp_open as needing a stack mark, and make pp_open
57954              process its args in that style (and pass them _all_ to tied handles OPEN).
57955              Invent do_openn() which takes SV ** at allow it to see multiple args.
57956              Note this does not _do_ anything yet.
57957      Branch: perlio
57958            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
57959            ! perlapi.c pp_proto.h pp_sys.c proto.h
57960 ____________________________________________________________________________
57961 [  8483] By: nick                                  on 2001/01/20  17:23:14
57962         Log: Integrate mainline.
57963      Branch: perlio
57964           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
57965           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
57966 ____________________________________________________________________________
57967 [  8482] By: jhi                                   on 2001/01/19  15:37:49
57968         Log: Update Changes.
57969      Branch: perl
57970            ! Changes patchlevel.h
57971 ____________________________________________________________________________
57972 [  8481] By: jhi                                   on 2001/01/19  14:41:24
57973         Log: Subject: Re: new feature: s?printf parameter reordering 
57974              From: Hugo <hv@crypt.compulink.co.uk>
57975              Date: Thu, 11 Jan 2001 17:09:03 +0000
57976              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
57977              
57978              - support reordering for all parameters: %, *v, *, .*
57979              - lay down that the reordering specification must immediately
57980              follow that parameter: %3$, *v3$, *3$, .*3$
57981              - fix vectorisation of a zero-length string
57982              - factor out the code choosing the argument to format
57983              
57984              Possibly unwanted side-effects:
57985              - the special format specifiers ' +-0' must now precede any
57986              vectorisation specifier. Tests in op/sprintf and op/ver
57987              have been changed to reflect this.
57988              - sprintf.t test #214 changed its expectations because in many
57989              cases, the next parameter has already been consumed when an
57990              invalid type letter is detected.
57991              
57992              Probably wanted side-effects:
57993              - attempts to format a non-existent parameter will warn as if C<undef>
57994              - attempt to write to non-existent parameter with '%n' will complain
57995              of "attempt to modify read-only value" instead of being silent
57996      Branch: perl
57997            ! sv.c t/op/sprintf.t t/op/ver.t
57998 ____________________________________________________________________________
57999 [  8480] By: jhi                                   on 2001/01/19  14:08:37
58000         Log: Subject: PATCH pragma/locale.t
58001              From: andreas.koenig@anima.de (Andreas J. Koenig)
58002              Date: 18 Jan 2001 09:45:37 +0100
58003              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
58004      Branch: perl
58005            ! t/pragma/locale.t
58006 ____________________________________________________________________________
58007 [  8479] By: jhi                                   on 2001/01/19  13:19:58
58008         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
58009      Branch: perl
58010            ! configure.com
58011 ____________________________________________________________________________
58012 [  8478] By: jhi                                   on 2001/01/19  02:12:35
58013         Log: Automate 1_compile.t.
58014      Branch: perl
58015            ! t/lib/1_compile.t
58016 ____________________________________________________________________________
58017 [  8477] By: jhi                                   on 2001/01/19  01:49:56
58018         Log: Integrate perlio.
58019      Branch: perl
58020           !> sv.c win32/config.bc win32/config.gc win32/config.vc
58021           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
58022 ____________________________________________________________________________
58023 [  8476] By: nick                                  on 2001/01/18  21:51:52
58024         Log: Integrate mainline
58025      Branch: perlio
58026           +> t/lib/1_compile.t t/lib/compmod.pl
58027           !> MANIFEST configure.com lib/unicode/distinct.pm
58028 ____________________________________________________________________________
58029 [  8475] By: nick                                  on 2001/01/18  21:48:02
58030         Log: Win32 "safe signals" co-existance fix.
58031              Fix SIG_SIZE value.
58032              Clear PL_sig_pending when cloning (fork).
58033      Branch: perlio
58034            ! sv.c win32/config.bc win32/config.gc win32/config.vc
58035            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
58036 ____________________________________________________________________________
58037 [  8474] By: jhi                                   on 2001/01/18  14:40:57
58038         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
58039      Branch: perl
58040            ! t/lib/1_compile.t
58041 ____________________________________________________________________________
58042 [  8473] By: gsar                                  on 2001/01/18  11:42:31
58043         Log: unsubmitted trial1 change
58044      Branch: maint-5.6/perl
58045            ! Changes
58046 ____________________________________________________________________________
58047 [  8472] By: jhi                                   on 2001/01/18  04:30:24
58048         Log: The first bug found by 1_compile.t.
58049      Branch: perl
58050            ! lib/unicode/distinct.pm
58051 ____________________________________________________________________________
58052 [  8471] By: jhi                                   on 2001/01/18  04:29:42
58053         Log: Add Schwern's 1_compile test.  The compile_module script renamed
58054              to be a bit shorter for the 8.3 people.
58055      Branch: perl
58056            + t/lib/1_compile.t t/lib/compmod.pl
58057            ! MANIFEST
58058 ____________________________________________________________________________
58059 [  8470] By: jhi                                   on 2001/01/18  04:16:00
58060         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)
58061              From: Peter Prymmer <pvhp@forte.com>
58062              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
58063              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
58064              Replace #8463.
58065      Branch: maint-5.6/perl
58066            ! configure.com
58067 ____________________________________________________________________________
58068 [  8469] By: jhi                                   on 2001/01/18  04:13:02
58069         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)
58070              From: Peter Prymmer <pvhp@forte.com>
58071              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
58072              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
58073              Replace #8462.
58074      Branch: perl
58075            ! configure.com
58076 ____________________________________________________________________________
58077 [  8468] By: jhi                                   on 2001/01/18  03:42:08
58078         Log: Integrate perlio.
58079      Branch: perl
58080           !> gv.c mg.c perlio.c util.c
58081 ____________________________________________________________________________
58082 [  8467] By: nick                                  on 2001/01/17  22:41:10
58083         Log: "Safe" signals - trial implementation.
58084              gv.c tweaked to zero PL_sig_pend array
58085              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
58086              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
58087              Odd thing is that it "works" with PERLIO=stdio as well (linux).
58088      Branch: perlio
58089            ! gv.c mg.c perlio.c util.c
58090 ____________________________________________________________________________
58091 [  8466] By: nick                                  on 2001/01/17  20:40:20
58092         Log: Integrate mainline.
58093      Branch: perlio
58094           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
58095           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
58096           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
58097           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
58098           !> vos/config.ga.h win32/config.bc win32/config.gc
58099           !> win32/config.vc
58100 ____________________________________________________________________________
58101 [  8465] By: jhi                                   on 2001/01/17  18:37:13
58102         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
58103              From: Nicholas Clark <nick@ccl4.org>
58104              Date: Wed, 17 Jan 2001 17:31:33 +0000
58105              Message-ID: <20010117173133.I2633@plum.flirble.org>
58106      Branch: perl
58107            ! t/op/int.t
58108 ____________________________________________________________________________
58109 [  8464] By: jhi                                   on 2001/01/17  14:43:17
58110         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
58111              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
58112              Date: Wed, 17 Jan 2001 15:16:43 +0100
58113              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
58114              
58115              pp_int() was dropping an NV to the floor,
58116              int(279964589018079/59) either returned not an integer
58117              4745162525730.15, or one got "Attempt to free unreferenced scalar."
58118      Branch: perl
58119            ! pp.c
58120 ____________________________________________________________________________
58121 [  8463] By: jhi                                   on 2001/01/17  06:12:42
58122         Log: (Replaced by #8470)
58123              
58124              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)
58125              From: "Craig A. Berry" <craigberry@mac.com>
58126              Date: Tue, 16 Jan 2001 23:38:46 -0600
58127              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
58128      Branch: maint-5.6/perl
58129            ! configure.com
58130 ____________________________________________________________________________
58131 [  8462] By: jhi                                   on 2001/01/17  06:11:31
58132         Log: (Replaced by #8469)
58133              
58134              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)
58135              From: "Craig A. Berry" <craigberry@mac.com>
58136              Date: Tue, 16 Jan 2001 23:38:46 -0600
58137              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
58138      Branch: perl
58139            ! configure.com
58140 ____________________________________________________________________________
58141 [  8461] By: jhi                                   on 2001/01/17  05:56:12
58142         Log: Allow for one trailing slash in the directory of mkdir().
58143      Branch: perl
58144            ! pp_sys.c
58145 ____________________________________________________________________________
58146 [  8460] By: jhi                                   on 2001/01/17  03:26:01
58147         Log: Metaconfig unit changes for #8459.
58148      Branch: metaconfig
58149            ! U/modified/Loc.U U/modified/sig_name.U
58150 ____________________________________________________________________________
58151 [  8459] By: jhi                                   on 2001/01/17  03:24:48
58152         Log: Define SIG_SIZE, the number of elements in the sig_name and
58153              sig_num arrays, including the final NULL entry.
58154      Branch: perl
58155            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58156            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
58157            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
58158            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
58159            ! win32/config.bc win32/config.gc win32/config.vc
58160 ____________________________________________________________________________
58161 [  8458] By: jhi                                   on 2001/01/17  01:41:33
58162         Log: Integrate perlio.
58163      Branch: perl
58164           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
58165           !> perlapi.h proto.h sv.c
58166 ____________________________________________________________________________
58167 [  8457] By: nick                                  on 2001/01/16  22:07:26
58168         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
58169              Provides all the "cost" but no benefit yet - it is to allow cost
58170              to be measured, and implementation experiments (just in mg.c?).
58171      Branch: perlio
58172            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
58173            ! perlapi.h proto.h sv.c
58174 ____________________________________________________________________________
58175 [  8456] By: nick                                  on 2001/01/16  21:07:07
58176         Log: Integrate mainline.
58177      Branch: perlio
58178           !> (integrate 51 files)
58179 ____________________________________________________________________________
58180 [  8455] By: jhi                                   on 2001/01/16  18:13:43
58181         Log: Subject: [PATCH] regcomp.c old feature removal
58182              From: mjd@plover.com
58183              Date: 16 Jan 2001 14:43:18 -0000 
58184              Message-ID: <20010116144318.7140.qmail@plover.com> 
58185      Branch: perl
58186            ! regcomp.c
58187 ____________________________________________________________________________
58188 [  8454] By: jhi                                   on 2001/01/16  16:12:39
58189         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
58190              From: "Indy Singh" <indy@nusphere.com>
58191              Date: Wed, 10 Jan 2001 20:17:49 -0500
58192              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
58193      Branch: maint-5.6/perl
58194            ! win32/Makefile
58195 ____________________________________________________________________________
58196 [  8453] By: jhi                                   on 2001/01/16  16:09:33
58197         Log: Update Changes.
58198      Branch: perl
58199            ! Changes patchlevel.h
58200 ____________________________________________________________________________
58201 [  8452] By: jhi                                   on 2001/01/16  15:42:04
58202         Log: Subject: Re: API Cleanup
58203              To: perl5-porters@perl.org
58204              Date: Tue, 16 Jan 2001 13:42:30 +0000
58205              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
58206              
58207              Subject: [PATCH] utf8.c documentation
58208              From: Simon Cozens <simon@cozens.net>
58209              Date: Tue, 16 Jan 2001 13:52:48 +0000
58210              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
58211              
58212              Subject: Re: API Cleanup
58213              From: Simon Cozens <simon@cozens.net>
58214              Date: Tue, 16 Jan 2001 14:58:55 +0000
58215              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
58216              
58217              UTF-8 doc patches.
58218      Branch: perl
58219            ! embed.pl pod/perlapi.pod utf8.c
58220 ____________________________________________________________________________
58221 [  8451] By: jhi                                   on 2001/01/16  14:41:39
58222         Log: podlators 1.07, from Russ Allbery.
58223      Branch: perl
58224            ! lib/Pod/Man.pm
58225 ____________________________________________________________________________
58226 [  8450] By: jhi                                   on 2001/01/16  14:24:19
58227         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
58228              From: "Indy Singh" <indy@nusphere.com>
58229              Date: Mon, 15 Jan 2001 20:59:40 -0500
58230              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
58231      Branch: perl
58232            ! win32/Makefile
58233 ____________________________________________________________________________
58234 [  8449] By: jhi                                   on 2001/01/16  03:42:55
58235         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
58236              at the setting of the ofs_sv in new_struct_thread() as the
58237              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
58238              uninitialized fields are, uh, initialized with),
58239              SvREFCNT_inc()ing that invited a core dump.
58240      Branch: perl
58241            ! util.c
58242 ____________________________________________________________________________
58243 [  8448] By: jhi                                   on 2001/01/16  01:49:07
58244         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
58245              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
58246              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
58247              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
58248              
58249              Replace #8444 and #8445.
58250      Branch: perl
58251            ! ext/B/B.xs ext/B/B/Debug.pm
58252 ____________________________________________________________________________
58253 [  8447] By: jhi                                   on 2001/01/15  21:05:35
58254         Log: Subject: [PATCH] API Variable documentation   
58255              From: Simon Cozens <simon@cozens.net>
58256              Date: Mon, 15 Jan 2001 19:35:54 +0000
58257              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
58258      Branch: perl
58259            ! pod/perlapi.pod thrdvar.h
58260 ____________________________________________________________________________
58261 [  8446] By: jhi                                   on 2001/01/15  20:49:20
58262         Log: Signedness nit.
58263      Branch: perl
58264            ! pp_ctl.c
58265 ____________________________________________________________________________
58266 [  8445] By: jhi                                   on 2001/01/15  20:28:48
58267         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
58268      Branch: perl
58269            ! ext/B/B/Debug.pm
58270 ____________________________________________________________________________
58271 [  8444] By: jhi                                   on 2001/01/15  13:09:10
58272         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
58273      Branch: perl
58274            ! ext/B/B.xs
58275 ____________________________________________________________________________
58276 [  8443] By: jhi                                   on 2001/01/15  13:06:26
58277         Log: Missing from #8439.
58278      Branch: perl
58279            ! keywords.h mg.c
58280 ____________________________________________________________________________
58281 [  8442] By: jhi                                   on 2001/01/15  13:02:38
58282         Log: Subject: [PATCH @8436] Eliminate op_children
58283              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
58284              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
58285              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
58286              
58287              Subject: [PATCH @8436] Re: Eliminate op_children
58288              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
58289              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
58290              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
58291      Branch: perl
58292            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
58293            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
58294            ! op.c op.h
58295 ____________________________________________________________________________
58296 [  8441] By: jhi                                   on 2001/01/15  12:57:08
58297         Log: Use the /^Perl_/-less form of is_lvalue_sub().
58298      Branch: perl
58299            ! pp.h
58300 ____________________________________________________________________________
58301 [  8440] By: jhi                                   on 2001/01/15  05:13:09
58302         Log: Revert #8437 and #8438, the Linux large files story is more complex.
58303      Branch: metaconfig/U/perl
58304            ! d_fpos64_t.U d_off64_t.U
58305      Branch: perl
58306            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58307            ! config_h.SH configure.com epoc/config.sh perl.h
58308            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
58309            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
58310            ! win32/config.bc win32/config.gc win32/config.vc
58311 ____________________________________________________________________________
58312 [  8439] By: jhi                                   on 2001/01/15  05:02:24
58313         Log: More UTF-8 patches from Inaba Hiroto.
58314              - The substr lval was still not okay.
58315              - Now pp_stringify and sv_setsv copies source's UTF8 flag
58316              even if IN_BYTE.  pp_stringify is called from fold_constants
58317              at optimization phase and "\x{100}" was made SvUTF8_off under
58318              use bytes (the bytes pragma is for "byte semantics" and not
58319              for "do not produce UTF8 data")
58320              - New `qu' operator to generate UTF8 string explicitly.
58321              Though I agree with the policy "0x00-0xff always produce bytes",
58322              sometimes want to such a string to be coded in UTF8.
58323              I can use pack"U0a*" but it requires more typing and has
58324              runtime overhead.
58325              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
58326              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
58327              string is not UTF8_on and has char 0x80-0xff.
58328              
58329              TODO: document and test qu.
58330      Branch: perl
58331            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
58332            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
58333            ! toke.c
58334 ____________________________________________________________________________
58335 [  8438] By: jhi                                   on 2001/01/14  05:10:23
58336         Log: (Reverted by #8440)
58337              
58338              Metaconfig unit changes for #8437.
58339      Branch: metaconfig/U/perl
58340            ! d_fpos64_t.U d_off64_t.U
58341 ____________________________________________________________________________
58342 [  8437] By: jhi                                   on 2001/01/14  04:55:34
58343         Log: (Reverted by #8440)
58344              
58345              Add <features.h> probing, seems to be needed for (some?)
58346              Linux largefileness.
58347      Branch: perl
58348            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58349            ! config_h.SH configure.com epoc/config.sh perl.h
58350            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
58351            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
58352            ! win32/config.bc win32/config.gc win32/config.vc
58353 ____________________________________________________________________________
58354 [  8436] By: jhi                                   on 2001/01/13  17:47:21
58355         Log: Tighten some of the tests a bit.
58356      Branch: perl
58357            ! t/pragma/utf8.t
58358 ____________________________________________________________________________
58359 [  8435] By: jhi                                   on 2001/01/13  17:31:54
58360         Log: Integrate perlio.
58361      Branch: perl
58362           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
58363           !> win32/config_H.gc win32/config_H.vc
58364 ____________________________________________________________________________
58365 [  8434] By: nick                                  on 2001/01/13  11:36:53
58366         Log: Run dmake regen_config_h for Win32
58367      Branch: perlio
58368            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
58369 ____________________________________________________________________________
58370 [  8433] By: nick                                  on 2001/01/13  11:31:55
58371         Log: VMS friendly patch to Encode compile process
58372      Branch: perlio
58373            ! ext/Encode/Makefile.PL ext/Encode/compile
58374 ____________________________________________________________________________
58375 [  8432] By: nick                                  on 2001/01/13  11:06:44
58376         Log: Integrate mainline
58377      Branch: perlio
58378           +> ext/B/B/Concise.pm
58379           !> (integrate 52 files)
58380 ____________________________________________________________________________
58381 [  8431] By: jhi                                   on 2001/01/13  05:55:55
58382         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
58383              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
58384              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
58385              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
58386      Branch: perl
58387            ! ext/B/B/Concise.pm
58388 ____________________________________________________________________________
58389 [  8430] By: jhi                                   on 2001/01/13  04:24:18
58390         Log: The LVRET macro needed an aTHX.
58391      Branch: perl
58392            ! pp.h
58393 ____________________________________________________________________________
58394 [  8429] By: jhi                                   on 2001/01/13  02:12:42
58395         Log: Update Changes.
58396      Branch: perl
58397            ! Changes patchlevel.h
58398 ____________________________________________________________________________
58399 [  8428] By: jhi                                   on 2001/01/13  02:08:50
58400         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
58401              From: Peter Prymmer <pvhp@forte.com>
58402              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
58403              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
58404              
58405              Add a BEGIN guard for sloppy floating point division.
58406      Branch: perl
58407            ! lib/Math/BigInt.pm lib/bigint.pl
58408 ____________________________________________________________________________
58409 [  8427] By: jhi                                   on 2001/01/13  01:47:16
58410         Log: The B::Terse drop-in replacement wasn't quite drop-in.
58411      Branch: perl
58412            ! ext/B/B/Terse.pm
58413 ____________________________________________________________________________
58414 [  8426] By: jhi                                   on 2001/01/12  21:20:43
58415         Log: Use UVXf.
58416      Branch: perl
58417            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58418            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
58419            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
58420            ! vos/config.ga.def vos/config.ga.h win32/config.bc
58421            ! win32/config.gc win32/config.vc
58422 ____________________________________________________________________________
58423 [  8425] By: jhi                                   on 2001/01/12  20:20:14
58424         Log: Subject: [PATCH perl@8342] -Wformat
58425              From: Robin Barker <rmb1@cise.npl.co.uk>
58426              Date: Fri, 12 Jan 2001 20:03:14 GMT
58427              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
58428      Branch: perl
58429            ! ext/Encode/Encode.xs mg.c sv.c toke.c
58430 ____________________________________________________________________________
58431 [  8424] By: jhi                                   on 2001/01/12  20:01:48
58432         Log: Subject: B::Concise -- an improved replacement for B::Terse 
58433              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
58434              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
58435              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
58436      Branch: perl
58437            + ext/B/B/Concise.pm
58438            ! MANIFEST ext/B/B/Terse.pm
58439 ____________________________________________________________________________
58440 [  8423] By: jhi                                   on 2001/01/12  19:24:02
58441         Log: The new metaconfig unit from the #8421.
58442      Branch: metaconfig/U/perl
58443            + d_sigprocmask.U
58444 ____________________________________________________________________________
58445 [  8422] By: jhi                                   on 2001/01/12  19:23:43
58446         Log: Forgot the microperl config from the #8421.
58447      Branch: perl
58448            ! uconfig.h uconfig.sh
58449 ____________________________________________________________________________
58450 [  8421] By: jhi                                   on 2001/01/12  19:05:27
58451         Log: Add sigprocmask() probe, regen Configure, regen toc.
58452      Branch: perl
58453            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58454            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
58455            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
58456            ! vos/config.ga.h win32/config.bc win32/config.gc
58457            ! win32/config.vc
58458 ____________________________________________________________________________
58459 [  8420] By: jhi                                   on 2001/01/12  18:34:31
58460         Log: Add sockatmark() to the todo list.
58461      Branch: perl
58462            ! Todo-5.6
58463 ____________________________________________________________________________
58464 [  8419] By: jhi                                   on 2001/01/12  18:09:46
58465         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
58466      Branch: perl
58467            ! op.c
58468 ____________________________________________________________________________
58469 [  8418] By: jhi                                   on 2001/01/12  18:05:30
58470         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
58471              From: Radu Greab <radu@netsoft.ro>
58472              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
58473              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
58474      Branch: perl
58475            ! op.c t/pragma/sub_lval.t
58476 ____________________________________________________________________________
58477 [  8417] By: jhi                                   on 2001/01/12  16:09:09
58478         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
58479              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
58480              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
58481              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
58482      Branch: perl
58483            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
58484            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
58485            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
58486            ! t/pragma/sub_lval.t toke.c
58487 ____________________________________________________________________________
58488 [  8416] By: jhi                                   on 2001/01/12  15:42:06
58489         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
58490              From: "Richard Soderberg" <rs@crystalflame.net>
58491              Date: Fri, 12 Jan 2001 04:49:35 -0800
58492              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
58493              
58494              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
58495              according to the platform.
58496      Branch: perl
58497            ! op.c
58498 ____________________________________________________________________________
58499 [  8415] By: jhi                                   on 2001/01/12  15:33:41
58500         Log: One more UTF-8 fix from Inaba Hiroto.
58501      Branch: perl
58502            ! pp.c regexec.c t/pragma/utf8.t
58503 ____________________________________________________________________________
58504 [  8414] By: jhi                                   on 2001/01/12  15:30:18
58505         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
58506      Branch: perl
58507            ! regexec.c
58508 ____________________________________________________________________________
58509 [  8413] By: jhi                                   on 2001/01/12  15:22:10
58510         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
58511              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
58512              Date: Thu, 11 Jan 2001 12:53:36 +0100
58513              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
58514      Branch: perl
58515            ! toke.c
58516 ____________________________________________________________________________
58517 [  8412] By: jhi                                   on 2001/01/12  15:20:25
58518         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
58519              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
58520              Date: Fri, 12 Jan 2001 14:37:55 +0100
58521              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
58522      Branch: perl
58523            ! hints/posix-bc.sh
58524 ____________________________________________________________________________
58525 [  8411] By: jhi                                   on 2001/01/12  15:14:14
58526         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
58527              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
58528              Date: Fri, 12 Jan 2001 10:42:21 +0100
58529              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
58530      Branch: perl
58531            ! t/op/regmesg.t
58532 ____________________________________________________________________________
58533 [  8410] By: jhi                                   on 2001/01/12  05:48:55
58534         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
58535              From: Nicholas Clark <nick@ccl4.org> 
58536              Date: Sun, 7 Jan 2001 19:47:14 +0000
58537              Message-ID: <20010107194714.B1048@plum.flirble.org>
58538      Branch: perl
58539            ! t/op/numconvert.t
58540 ____________________________________________________________________________
58541 [  8409] By: jhi                                   on 2001/01/12  05:41:28
58542         Log: Integrate perlio.
58543      Branch: perl
58544           !> mg.c scope.h
58545 ____________________________________________________________________________
58546 [  8408] By: nick                                  on 2001/01/11  22:43:28
58547         Log: Remove variables that were used in experiments.
58548      Branch: perlio
58549            ! mg.c
58550 ____________________________________________________________________________
58551 [  8407] By: nick                                  on 2001/01/11  20:57:44
58552         Log: Catch die in %SIG handler and unblock the signal before re-dying.
58553              This make Linux work _without_ sigsetjmp().
58554              Turn off sigsetjmp() to see what else it does.
58555              May need Configure probe for sigprocmask() if anything has sigaction()
58556              but not sigprocmask().
58557      Branch: perlio
58558            ! mg.c scope.h
58559 ____________________________________________________________________________
58560 [  8406] By: nick                                  on 2001/01/11  19:32:07
58561         Log: Integrate mainline
58562      Branch: perlio
58563           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
58564           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
58565           !> t/op/substr.t
58566 ____________________________________________________________________________
58567 [  8405] By: jhi                                   on 2001/01/11  17:11:01
58568         Log: Fix UTF-8 lval substr().
58569      Branch: perl
58570            ! mg.c t/op/substr.t
58571 ____________________________________________________________________________
58572 [  8404] By: jhi                                   on 2001/01/11  05:13:58
58573         Log: Update Changes.
58574      Branch: perl
58575            ! Changes patchlevel.h
58576 ____________________________________________________________________________
58577 [  8403] By: jhi                                   on 2001/01/11  04:38:24
58578         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
58579              From: Hugo <hv@crypt.compulink.co.uk>
58580              Date: Mon, 30 Oct 2000 01:33:26 +0000
58581              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
58582      Branch: perl
58583            ! regexec.c t/op/re_tests
58584 ____________________________________________________________________________
58585 [  8402] By: jhi                                   on 2001/01/11  04:26:12
58586         Log: Integrate perlio.
58587      Branch: perl
58588           !> scope.h util.c
58589 ____________________________________________________________________________
58590 [  8401] By: nick                                  on 2001/01/10  22:52:55
58591         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
58592              (So Alan and Ilya can try setting via hints.)
58593              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
58594              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
58595              doing the save everywhere seems to restart read() correctly, but just
58596              doing it once "round" the handler does not.
58597      Branch: perlio
58598            ! scope.h
58599 ____________________________________________________________________________
58600 [  8400] By: jhi                                   on 2001/01/10  21:57:54
58601         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
58602              of IRIX, HP-UX is unaffected.
58603      Branch: perl
58604            ! perl.h
58605 ____________________________________________________________________________
58606 [  8399] By: nick                                  on 2001/01/10  21:29:19
58607         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
58608      Branch: perlio
58609            ! util.c
58610 ____________________________________________________________________________
58611 [  8398] By: jhi                                   on 2001/01/10  20:55:31
58612         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
58613              also have ReusePort.
58614      Branch: perl
58615            ! ext/IO/lib/IO/Socket/INET.pm
58616 ____________________________________________________________________________
58617 [  8397] By: jhi                                   on 2001/01/10  20:50:57
58618         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
58619              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
58620              Date: Wed, 10 Jan 2001 01:38:13 -0800
58621              Message-ID: <20010110013813.B41744@yahoo-inc.com>
58622      Branch: perl
58623            ! ext/IO/lib/IO/Socket/INET.pm
58624 ____________________________________________________________________________
58625 [  8396] By: jhi                                   on 2001/01/10  20:49:30
58626         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
58627              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
58628              Date: Wed, 10 Jan 2001 01:37:32 -0800
58629              Message-ID: <20010110013732.A41744@yahoo-inc.com>
58630      Branch: perl
58631            ! ext/Socket/Socket.pm
58632 ____________________________________________________________________________
58633 [  8395] By: jhi                                   on 2001/01/10  20:41:37
58634         Log: Test for bug id 20010105.016 (fixed by #8378).
58635      Branch: perl
58636            ! t/op/split.t
58637 ____________________________________________________________________________
58638 [  8394] By: jhi                                   on 2001/01/10  20:26:32
58639         Log: Integrate perlio.
58640      Branch: perl
58641            ! util.c
58642 ____________________________________________________________________________
58643 [  8393] By: nick                                  on 2001/01/10  19:34:30
58644         Log: Back out Simon's pid hackery for now.
58645      Branch: perlio
58646            ! util.c
58647 ____________________________________________________________________________
58648 [  8392] By: nick                                  on 2001/01/10  19:23:13
58649         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
58650      Branch: perlio
58651           !> (integrate 29 files)
58652 ____________________________________________________________________________
58653 [  8391] By: jhi                                   on 2001/01/10  18:43:15
58654         Log: Subject: [PATCH] Fix my_pclose segfault
58655              From: Simon Cozens <simon@cozens.net>
58656              Date: Wed, 10 Jan 2001 18:39:35 +0000
58657              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
58658      Branch: perl
58659            ! util.c
58660 ____________________________________________________________________________
58661 [  8390] By: jhi                                   on 2001/01/10  18:42:08
58662         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
58663              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58664              Date:     Wed, 10 Jan 2001 13:23:02 EST
58665              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
58666      Branch: perl
58667            ! ext/Opcode/Opcode.xs
58668 ____________________________________________________________________________
58669 [  8389] By: jhi                                   on 2001/01/10  15:16:07
58670         Log: Turn off the integer preservation for now.
58671      Branch: perl
58672            ! perl.h
58673 ____________________________________________________________________________
58674 [  8388] By: jhi                                   on 2001/01/10  15:01:25
58675         Log: Few more IDE/editor nits from p5p.
58676      Branch: perl
58677            ! pod/perlfaq3.pod
58678 ____________________________________________________________________________
58679 [  8387] By: jhi                                   on 2001/01/10  06:53:16
58680         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
58681              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
58682              Date: Tue, 9 Jan 2001 23:16:02 +0000
58683              Message-ID: <20010109231602.A81101@plum.flirble.org>
58684      Branch: perl
58685            ! sv.c
58686 ____________________________________________________________________________
58687 [  8386] By: jhi                                   on 2001/01/10  03:17:54
58688         Log: Test cases for #8385 (from Simon's "torture.pl")
58689      Branch: perl
58690            ! t/op/tr.t
58691 ____________________________________________________________________________
58692 [  8385] By: jhi                                   on 2001/01/10  03:17:11
58693         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
58694              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
58695              Date: Wed, 10 Jan 2001 11:39:39 +0900
58696              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
58697              
58698              Some more UTF-8 tr cases fixed.
58699      Branch: perl
58700            ! doop.c
58701 ____________________________________________________________________________
58702 [  8384] By: jhi                                   on 2001/01/09  22:45:40
58703         Log: Allow the locale test needing POSIX and the taint test
58704              needing IPC::SysV to run under 'minitest' (basically,
58705              bail out if loading the extension fails)
58706      Branch: perl
58707            ! t/op/misc.t t/op/taint.t
58708 ____________________________________________________________________________
58709 [  8383] By: jhi                                   on 2001/01/09  21:36:04
58710         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
58711              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
58712              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
58713              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
58714      Branch: perl
58715            ! t/io/openpid.t
58716 ____________________________________________________________________________
58717 [  8382] By: jhi                                   on 2001/01/09  21:06:08
58718         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
58719              Should finish up the bug id 20001205.022.
58720      Branch: perl
58721            ! pp.c pp_hot.c scope.c
58722 ____________________________________________________________________________
58723 [  8381] By: jhi                                   on 2001/01/09  18:27:43
58724         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
58725              From: Andy Dougherty <doughera@lafayette.edu>
58726              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
58727              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
58728              
58729              More robust yacc/bison error detection.
58730      Branch: perl
58731            ! t/comp/proto.t
58732 ____________________________________________________________________________
58733 [  8380] By: jhi                                   on 2001/01/09  15:21:38
58734         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
58735              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58736              Date:     Tue, 9 Jan 2001 07:53:55 EST
58737              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
58738      Branch: perl
58739            ! t/op/misc.t vms/test.com
58740 ____________________________________________________________________________
58741 [  8379] By: jhi                                   on 2001/01/09  15:20:38
58742         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
58743              From: jhi@cc.hut.fi
58744              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
58745              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
58746              
58747              The #8378 fixed this.
58748      Branch: perl
58749            ! t/op/tr.t
58750 ____________________________________________________________________________
58751 [  8378] By: jhi                                   on 2001/01/09  15:05:32
58752         Log: Subject: One more patch for UTF8 
58753              From: Inaba Hiroto <inaba@st.rim.or.jp>
58754              Date: Tue, 09 Jan 2001 01:04:32 +0900
58755              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
58756              
58757              UTF-8 fixes for 'x' and tr///.
58758      Branch: perl
58759            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
58760            ! regcomp.c regexec.c toke.c utf8.c
58761 ____________________________________________________________________________
58762 [  8377] By: jhi                                   on 2001/01/09  14:32:17
58763         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
58764      Branch: perl
58765            ! t/op/length.t
58766 ____________________________________________________________________________
58767 [  8376] By: jhi                                   on 2001/01/09  04:32:32
58768         Log: integrate changes #7775, #8316, #8316 from mainline
58769      Branch: maint-5.6/perl
58770            ! hints/solaris_2.sh
58771 ____________________________________________________________________________
58772 [  8375] By: jhi                                   on 2001/01/09  04:26:43
58773         Log: Update Changes.
58774      Branch: perl
58775            ! Changes patchlevel.h
58776 ____________________________________________________________________________
58777 [  8374] By: jhi                                   on 2001/01/09  04:14:32
58778         Log: IDE/editor section tweaking.
58779      Branch: perl
58780            ! pod/perlfaq3.pod
58781 ____________________________________________________________________________
58782 [  8373] By: jhi                                   on 2001/01/09  02:38:26
58783         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
58784              From: Peter Prymmer <pvhp@forte.com>
58785              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
58786              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
58787              
58788              In preparation os OS/390 dynamic loading.
58789      Branch: perl
58790            ! README.os390 hints/os390.sh
58791 ____________________________________________________________________________
58792 [  8372] By: jhi                                   on 2001/01/09  00:24:30
58793         Log: Integrate with perlio.
58794      Branch: perl
58795           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
58796 ____________________________________________________________________________
58797 [  8371] By: nick                                  on 2001/01/08  23:54:33
58798         Log: Fix "scalars leaked" bugs caused by overload magic
58799              (Highlighted by Ilya's DESTROY optimization.)
58800      Branch: perlio
58801            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
58802 ____________________________________________________________________________
58803 [  8370] By: nick                                  on 2001/01/08  20:19:41
58804         Log: Integrate mainline
58805      Branch: perlio
58806           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
58807           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
58808           !> t/op/64bitint.t
58809 ____________________________________________________________________________
58810 [  8369] By: jhi                                   on 2001/01/08  17:30:52
58811         Log: save_delete() Safefree() doesn't (anymore?) work with shared
58812              strings, one test failure in op/misc and almost all of lib/b.
58813              (Outcomments #8369.)
58814      Branch: perl
58815            ! scope.c
58816 ____________________________________________________________________________
58817 [  8368] By: jhi                                   on 2001/01/08  14:47:10
58818         Log: (Outcommented by #8369.)
58819              
58820              Subject: Re: Perl BugID 20001205.022 ---- save_delete
58821              From: Simon Cozens <simon@cozens.net>
58822              Date: Sat, 6 Jan 2001 11:48:40 +0000
58823              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
58824              
58825              The save_delete() does need the Safefree.
58826      Branch: perl
58827            ! scope.c
58828 ____________________________________________________________________________
58829 [  8367] By: bailey                                on 2001/01/08  08:53:52
58830         Log: Once again syncing after too long an absence
58831      Branch: vmsperl
58832           +> (branch 55 files)
58833            - MAINTAIN fix_pl vos/config.def vos/config.h
58834            - vos/config_h.SH_orig
58835           !> (integrate 498 files)
58836 ____________________________________________________________________________
58837 [  8366] By: jhi                                   on 2001/01/08  02:42:59
58838         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
58839              From: nick@ccl4.org
58840              Date: Sun, 7 Jan 2001 21:07:18 +0000
58841              Message-Id: <20010107210717.D1048@plum.flirble.org>
58842      Branch: perl
58843            ! sv.c t/op/64bitint.t
58844 ____________________________________________________________________________
58845 [  8365] By: jhi                                   on 2001/01/08  02:35:16
58846         Log: Subject: [PATCH] environ nit
58847              From: Simon Cozens <simon@cozens.net>
58848              Date: Sun, 7 Jan 2001 17:57:07 +0000
58849              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
58850              
58851              Use environ only if we have it.
58852      Branch: perl
58853            ! mg.c
58854 ____________________________________________________________________________
58855 [  8364] By: jhi                                   on 2001/01/08  02:24:51
58856         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
58857      Branch: perl
58858            ! ext/GDBM_File/GDBM_File.xs
58859 ____________________________________________________________________________
58860 [  8363] By: jhi                                   on 2001/01/08  02:19:24
58861         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
58862              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
58863              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
58864              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
58865      Branch: perl
58866            ! dump.c op.c
58867 ____________________________________________________________________________
58868 [  8362] By: jhi                                   on 2001/01/08  02:17:43
58869         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
58870              From: Doug MacEachern <dougm@covalent.net>
58871              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
58872              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
58873              
58874              Allow AUTOLOAD to be an xsub and allow such xsubs
58875              to avoid use of $AUTOLOAD.
58876      Branch: perl
58877            ! gv.c
58878 ____________________________________________________________________________
58879 [  8361] By: jhi                                   on 2001/01/08  02:16:07
58880         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
58881              From: Radu Greab <radu@netsoft.ro>
58882              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
58883              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
58884              
58885              No need for the potentially nonportable $SIG{CHLD}.
58886      Branch: perl
58887            ! t/io/pipe.t
58888 ____________________________________________________________________________
58889 [  8360] By: jhi                                   on 2001/01/08  01:58:23
58890         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
58891      Branch: perl
58892            ! lib/Getopt/Long.pm
58893 ____________________________________________________________________________
58894 [  8359] By: jhi                                   on 2001/01/08  01:55:44
58895         Log: Integrate perlio.
58896      Branch: perl
58897           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
58898           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
58899           !> utf8.c win32/Makefile
58900 ____________________________________________________________________________
58901 [  8358] By: jhi                                   on 2001/01/07  21:16:50
58902         Log: Update the EPOC cross SDK URL.
58903      Branch: perl
58904            ! README.epoc
58905 ____________________________________________________________________________
58906 [  8357] By: jhi                                   on 2001/01/07  21:16:09
58907         Log: Update the EPOC cross SDK URL.
58908      Branch: maint-5.6/perl
58909            ! README.epoc
58910 ____________________________________________________________________________
58911 [  8356] By: nick                                  on 2001/01/06  21:47:52
58912         Log: FILE * in XS code for PerlIO world:
58913              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
58914              - Add FILE * T_STDIO typemap.
58915              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
58916      Branch: perlio
58917            ! lib/ExtUtils/typemap perlio.c perlio.h
58918 ____________________________________________________________________________
58919 [  8355] By: jhi                                   on 2001/01/06  20:27:15
58920         Log: integrate change #8336 from mainline
58921              
58922              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
58923      Branch: maint-5.6/perl
58924            ! hv.c
58925 ____________________________________________________________________________
58926 [  8354] By: jhi                                   on 2001/01/06  20:24:29
58927         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
58928              From: Robin Barker <rmb1@cise.npl.co.uk>
58929              Date: Fri, 22 Dec 2000 12:17:38 GMT
58930              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
58931              
58932              The patch reformats some long =item lines so they give
58933              correct output via pod2man | nroff -man
58934              
58935              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
58936              From: Robin Barker <rmb1@cise.npl.co.uk>
58937              Date: Tue, 2 Jan 2001 15:35:03 GMT
58938              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
58939              
58940              Here is a _further_ patch which corrects a few more errors:
58941              * an empty C<=item> in CPAN.pm
58942              * patching the wrong file (pod/perlamiga.pod not README.amiga)
58943              * leaving empty C<=item>s which formatted incorrectly
58944              * over long C<=item>s revealed by latest patch to Pod::Man
58945      Branch: maint-5.6/perl
58946            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
58947            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
58948            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
58949            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
58950            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
58951            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
58952 ____________________________________________________________________________
58953 [  8353] By: jhi                                   on 2001/01/06  20:21:10
58954         Log: integrate changes #7980, 8056, 8057 from mainline
58955              
58956              UTF-8 hash keys.
58957      Branch: maint-5.6/perl
58958            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
58959 ____________________________________________________________________________
58960 [  8352] By: jhi                                   on 2001/01/06  20:18:44
58961         Log: Forgotten from #8438.
58962      Branch: maint-5.6/perl
58963            ! epoc/epocish.h
58964 ____________________________________________________________________________
58965 [  8351] By: jhi                                   on 2001/01/06  20:18:12
58966         Log: Forgotten from #8347.
58967      Branch: maint-5.6/perl
58968            ! config_h.SH
58969 ____________________________________________________________________________
58970 [  8350] By: jhi                                   on 2001/01/06  20:00:19
58971         Log: Thinko in #8347.
58972      Branch: maint-5.6/perl
58973            ! regcomp.c
58974 ____________________________________________________________________________
58975 [  8349] By: jhi                                   on 2001/01/06  18:05:30
58976         Log: Copy the FAQ3 IDE section from the development branch,
58977              changes originally by Peter Prymmer.
58978      Branch: maint-5.6/perl
58979            ! pod/perlfaq3.pod
58980 ____________________________________________________________________________
58981 [  8348] By: jhi                                   on 2001/01/06  18:03:02
58982         Log: EPOC updates for TRIAL1.
58983              
58984              Subject: [5.6.1 trial1] EPOC update
58985              From: Olaf Flebbe <O.Flebbe@science-computing.de>
58986              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
58987              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
58988              
58989              Subject: epoc patch2 for perl-5.6.1-trial1
58990              From: Olaf Flebbe <O.Flebbe@science-computing.de>
58991              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
58992              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
58993      Branch: maint-5.6/perl
58994            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
58995            ! epoc/epocish.c
58996 ____________________________________________________________________________
58997 [  8347] By: jhi                                   on 2001/01/06  17:29:10
58998         Log: integrate changes #7710,7824,7973 from mainline,
58999              plus VMS nits from Peter Prymmer and Dan Sugalski.
59000              
59001              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
59002              library (getprotobyname and getprotobynumber are outversioned by
59003              the same calls in libc, at least for xlc version 3.
59004              
59005              Add HAS_SBRK_PROTO.
59006              
59007              Fixes for signedness warnings noticed by VMSperlers.
59008      Branch: maint-5.6/perl
59009            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59010            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
59011            ! sv.c vms/descrip_mms.template vos/config.alpha.def
59012            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
59013            ! win32/config.bc win32/config.gc win32/config.vc
59014 ____________________________________________________________________________
59015 [  8346] By: nick                                  on 2001/01/06  14:36:01
59016         Log: Fixup accumulated integrate muddles (perlio == devperl again)
59017      Branch: perlio
59018            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
59019 ____________________________________________________________________________
59020 [  8345] By: nick                                  on 2001/01/06  14:24:58
59021         Log: Integrate mainline
59022      Branch: perlio
59023           !> (integrate 55 files)
59024 ____________________________________________________________________________
59025 [  8344] By: jhi                                   on 2001/01/06  02:24:02
59026         Log: Subject: [patch] PerlIO_cleanup() prototype
59027              From: Doug MacEachern <dougm@covalent.net>
59028              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
59029              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
59030      Branch: perl
59031            ! perlio.h
59032 ____________________________________________________________________________
59033 [  8343] By: jhi                                   on 2001/01/06  01:04:09
59034         Log: IRIX compiler noticed that the bof initialization might be
59035              bypassed by control flow.
59036      Branch: perl
59037            ! toke.c
59038 ____________________________________________________________________________
59039 [  8342] By: jhi                                   on 2001/01/06  00:10:48
59040         Log: Update Changes.
59041      Branch: perl
59042            ! Changes patchlevel.h
59043 ____________________________________________________________________________
59044 [  8341] By: jhi                                   on 2001/01/05  23:52:33
59045         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
59046      Branch: perl
59047            ! toke.c
59048 ____________________________________________________________________________
59049 [  8340] By: jhi                                   on 2001/01/05  22:44:08
59050         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
59051              From: Radu Greab <radu@netsoft.ro>
59052              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
59053              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
59054      Branch: perl
59055            ! t/io/pipe.t util.c
59056 ____________________________________________________________________________
59057 [  8339] By: jhi                                   on 2001/01/05  22:35:17
59058         Log: Subject: [PATCH] format and rewording in perlfaq.pod
59059              From: Robin Barker <rmb1@cise.npl.co.uk>
59060              Date: Fri, 5 Jan 2001 18:51:20 GMT
59061              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
59062      Branch: perl
59063            ! pod/perlfaq.pod
59064 ____________________________________________________________________________
59065 [  8338] By: jhi                                   on 2001/01/05  22:31:17
59066         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
59067              From: Peter Prymmer <pvhp@forte.com>
59068              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
59069              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
59070      Branch: perl
59071            ! utils/perlbug.PL
59072 ____________________________________________________________________________
59073 [  8337] By: jhi                                   on 2001/01/05  18:15:11
59074         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
59075              From: Robin Barker <rmb1@cise.npl.co.uk>
59076              Date: Tue, 2 Jan 2001 15:24:07 GMT
59077              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
59078              
59079              If you call configure as C<./Configure> or C<sh ./Configure>,
59080              $src is set to the absolute path name, not '.'.
59081              
59082              This, in turn, means -Dmksymlink tries to do its stuff because
59083              it does not think it is in the src directory.
59084              
59085              (plus a metaconfig nitfix)
59086      Branch: metaconfig
59087            ! U/compline/ccflags.U U/modified/src.U
59088      Branch: perl
59089            ! Configure config_h.SH
59090 ____________________________________________________________________________
59091 [  8336] By: jhi                                   on 2001/01/05  17:48:32
59092         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
59093              From: Alan Burlison <Alan.Burlison@uk.sun.com>
59094              Message-ID: <3A5606C4.473D2226@uk.sun.com>
59095              Date: Fri, 05 Jan 2001 17:39:16 +0000
59096      Branch: perl
59097            ! hv.c
59098 ____________________________________________________________________________
59099 [  8335] By: jhi                                   on 2001/01/05  16:05:44
59100         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
59101      Branch: perl
59102            ! lib/Getopt/Long.pm
59103 ____________________________________________________________________________
59104 [  8334] By: jhi                                   on 2001/01/05  16:00:51
59105         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
59106              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
59107              Date: Fri, 05 Jan 2001 13:46:51 +0100
59108              Message-ID: <13693.978698811@nice.ram.loc>
59109              
59110              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
59111              accurate reading of the "atime".  
59112      Branch: perl
59113            ! t/io/fs.t
59114 ____________________________________________________________________________
59115 [  8333] By: jhi                                   on 2001/01/05  15:57:37
59116         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
59117              From: Simon Cozens <simon@cozens.net>
59118              Date: Fri, 8 Dec 2000 13:33:31 +0000
59119              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
59120              
59121              A lost patch fragment.
59122      Branch: perl
59123            ! doop.c
59124 ____________________________________________________________________________
59125 [  8332] By: jhi                                   on 2001/01/05  15:40:42
59126         Log: Do away with strncpy() and a fixed length buffer.
59127      Branch: perl
59128            ! utf8.c
59129 ____________________________________________________________________________
59130 [  8331] By: jhi                                   on 2001/01/05  15:03:07
59131         Log: Tests for #8329 and #8330.
59132      Branch: perl
59133            ! t/op/bop.t
59134 ____________________________________________________________________________
59135 [  8330] By: jhi                                   on 2001/01/05  15:02:38
59136         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
59137              raw 8-bit form to the UTF-8 string.
59138      Branch: perl
59139            ! toke.c
59140 ____________________________________________________________________________
59141 [  8329] By: jhi                                   on 2001/01/05  14:55:13
59142         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
59143              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
59144              Date: Fri, 5 Jan 2001 12:28:52 +0100
59145              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
59146              
59147              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
59148              no effect.  (changed the strncpy() to Copy())
59149      Branch: perl
59150            ! toke.c
59151 ____________________________________________________________________________
59152 [  8328] By: jhi                                   on 2001/01/05  06:44:27
59153         Log: UTF-8 cleanup.
59154      Branch: perl
59155            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
59156            ! regexec.c sv.c toke.c
59157 ____________________________________________________________________________
59158 [  8327] By: jhi                                   on 2001/01/05  01:11:29
59159         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')
59160              From: Radu Greab <radu@netsoft.ro>
59161              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
59162              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
59163              
59164              Cleans up Harness to not use FileHandle, which uses IO.
59165      Branch: perl
59166            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
59167 ____________________________________________________________________________
59168 [  8326] By: jhi                                   on 2001/01/05  00:56:37
59169         Log: Update Changes.
59170      Branch: perl
59171            ! Changes patchlevel.h
59172 ____________________________________________________________________________
59173 [  8325] By: jhi                                   on 2001/01/05  00:53:18
59174         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
59175              From: Peter Prymmer <pvhp@forte.com>
59176              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
59177              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
59178              
59179              plus a couple more tailing whitespace removals.
59180      Branch: perl
59181            ! win32/Makefile
59182 ____________________________________________________________________________
59183 [  8324] By: jhi                                   on 2001/01/05  00:47:39
59184         Log: Add some Unicode chop() tests.
59185      Branch: perl
59186            ! t/op/chop.t
59187 ____________________________________________________________________________
59188 [  8323] By: jhi                                   on 2001/01/05  00:47:23
59189         Log: Unify UTF-8 malformedness handling.
59190      Branch: perl
59191            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
59192 ____________________________________________________________________________
59193 [  8322] By: jhi                                   on 2001/01/04  22:21:54
59194         Log: The new $issymlink was unknown to Mksymlinks.
59195      Branch: metaconfig/U/perl
59196            ! Mksymlinks.U issymlink.U
59197      Branch: perl
59198            ! Configure config_h.SH
59199 ____________________________________________________________________________
59200 [  8321] By: jhi                                   on 2001/01/04  21:51:05
59201         Log: The test didn't work under the core test framework.
59202      Branch: perl
59203            ! t/lib/st-lock.t
59204 ____________________________________________________________________________
59205 [  8320] By: jhi                                   on 2001/01/04  21:14:22
59206         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
59207      Branch: perl
59208            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
59209 ____________________________________________________________________________
59210 [  8319] By: jhi                                   on 2001/01/04  20:46:17
59211         Log: Typo in #8312 when manually applying a problematic patch fragment.
59212      Branch: perl
59213            ! ext/Storable/Storable.xs
59214 ____________________________________________________________________________
59215 [  8318] By: jhi                                   on 2001/01/04  20:43:01
59216         Log: The $sh_c didn't fly.
59217      Branch: metaconfig
59218            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
59219            ! U/modified/Loc.U U/modified/myhostname.U
59220            ! U/modified/spitshell.U
59221      Branch: metaconfig/U/perl
59222            ! issymlink.U
59223      Branch: perl
59224            ! Configure config_h.SH
59225 ____________________________________________________________________________
59226 [  8317] By: jhi                                   on 2001/01/04  19:58:01
59227         Log: AIX builtin test -h is broken, changes based on
59228              
59229              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
59230              Date: Tue, 02 Jan 2001 11:24:39 +0100
59231              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59232              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
59233      Branch: metaconfig
59234            + U/modified/spitshell.U
59235            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
59236            ! U/modified/Loc.U U/modified/myhostname.U
59237      Branch: metaconfig/U/perl
59238            ! Mksymlinks.U issymlink.U
59239      Branch: perl
59240            ! Configure
59241 ____________________________________________________________________________
59242 [  8316] By: jhi                                   on 2001/01/04  19:02:22
59243         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
59244              From: Andy Dougherty <doughera@lafayette.edu>
59245              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
59246              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
59247              
59248              Beware of GNU ld.
59249      Branch: perl
59250            ! hints/solaris_2.sh
59251 ____________________________________________________________________________
59252 [  8315] By: jhi                                   on 2001/01/04  18:56:48
59253         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
59254              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
59255              Date: Wed, 3 Jan 2001 07:58:51 +0100
59256              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
59257      Branch: perl
59258            ! hints/solaris_2.sh
59259 ____________________________________________________________________________
59260 [  8314] By: jhi                                   on 2001/01/04  18:54:07
59261         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
59262              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
59263              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
59264              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
59265              
59266              Doc tweak on #8313.
59267      Branch: perl
59268            ! ext/B/B/Deparse.pm
59269 ____________________________________________________________________________
59270 [  8313] By: jhi                                   on 2001/01/04  18:52:27
59271         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
59272              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
59273              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
59274              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
59275              
59276              Make the peephole optimizer to bypass more null ops and
59277              and rewrite the deparse handling of continue blocks.
59278      Branch: perl
59279            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
59280 ____________________________________________________________________________
59281 [  8312] By: jhi                                   on 2001/01/04  18:47:39
59282         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
59283      Branch: perl
59284            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
59285            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
59286            ! t/lib/st-lock.t
59287 ____________________________________________________________________________
59288 [  8311] By: jhi                                   on 2001/01/04  18:36:08
59289         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
59290              filter to be run on each .pm during the pm_to_blib() phase,
59291              a fixed version of
59292              
59293              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
59294              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
59295              Date: Wed, 03 Jan 2001 22:01:30 +0100
59296              Message-ID: <5296.978555690@nice.ram.loc>
59297      Branch: perl
59298            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
59299            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
59300            ! lib/ExtUtils/MakeMaker.pm
59301 ____________________________________________________________________________
59302 [  8310] By: jhi                                   on 2001/01/04  18:32:54
59303         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
59304              From: Robin Barker <rmb1@cise.npl.co.uk>
59305              Date: Tue, 2 Jan 2001 15:35:03 GMT
59306              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
59307      Branch: perl
59308            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
59309            ! pod/perlrequick.pod
59310 ____________________________________________________________________________
59311 [  8309] By: jhi                                   on 2001/01/04  18:29:07
59312         Log: Subject: Re: [patch] static-ize XS()
59313              From: Doug MacEachern <dougm@covalent.net>
59314              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
59315              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
59316              
59317              Provide prototypes for the XS functions.
59318      Branch: perl
59319            ! lib/ExtUtils/xsubpp
59320 ____________________________________________________________________________
59321 [  8308] By: jhi                                   on 2001/01/04  18:27:44
59322         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
59323              From: Doug MacEachern <dougm@covalent.net>
59324              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
59325              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
59326      Branch: perl
59327            ! lib/ExtUtils/typemap
59328 ____________________________________________________________________________
59329 [  8307] By: jhi                                   on 2001/01/04  18:25:25
59330         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
59331              From: Doug MacEachern <dougm@covalent.net>
59332              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
59333              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
59334              
59335              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
59336      Branch: perl
59337            ! lib/ExtUtils/MM_Unix.pm
59338 ____________________________________________________________________________
59339 [  8306] By: jhi                                   on 2001/01/04  18:23:00
59340         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
59341              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
59342              Date: Thu, 4 Jan 2001 12:47:10 +0100 
59343              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
59344              
59345              The toke.c part only, patching embed.h and proto.h is futile.
59346      Branch: perl
59347            ! toke.c
59348 ____________________________________________________________________________
59349 [  8305] By: jhi                                   on 2001/01/04  18:05:51
59350         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
59351              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
59352              Date: Thu, 4 Jan 2001 17:50:12 +0100 
59353              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
59354      Branch: perl
59355            ! toke.c
59356 ____________________________________________________________________________
59357 [  8304] By: jhi                                   on 2001/01/04  18:03:26
59358         Log: Subject: [PATCH perl@8269]
59359              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
59360              Date: Thu, 4 Jan 2001 12:53:39 +0100 
59361              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
59362              
59363              If running byacc write-enable also perly.h.
59364      Branch: perl
59365            ! Makefile.SH
59366 ____________________________________________________________________________
59367 [  8303] By: jhi                                   on 2001/01/04  15:40:49
59368         Log: Rewrite pp_concat() in terms of sv_catsv().
59369      Branch: perl
59370            ! pp_hot.c
59371 ____________________________________________________________________________
59372 [  8302] By: nick                                  on 2001/01/03  22:43:22
59373         Log: Integrate mainline.
59374      Branch: perlio
59375           !> ext/Encode/Encode.xs sv.c utf8.c
59376 ____________________________________________________________________________
59377 [  8301] By: jhi                                   on 2001/01/02  23:40:26
59378         Log: Variable naming tweak.
59379      Branch: perl
59380            ! sv.c
59381 ____________________________________________________________________________
59382 [  8300] By: jhi                                   on 2001/01/02  23:40:02
59383         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
59384              in is_utf8_string().
59385      Branch: perl
59386            ! utf8.c
59387 ____________________________________________________________________________
59388 [  8299] By: jhi                                   on 2001/01/02  22:14:40
59389         Log: Integrate perlio.
59390      Branch: perl
59391           !> pp.c pp_hot.c win32/Makefile
59392 ____________________________________________________________________________
59393 [  8298] By: nick                                  on 2001/01/02  22:03:06
59394         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
59395      Branch: perlio
59396            ! pp.c pp_hot.c
59397 ____________________________________________________________________________
59398 [  8297] By: jhi                                   on 2001/01/02  04:26:28
59399         Log: Signedness nit.
59400      Branch: perl
59401            ! ext/Encode/Encode.xs
59402 ____________________________________________________________________________
59403 [  8296] By: nick                                  on 2001/01/01  23:49:36
59404         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
59405      Branch: perlio
59406            ! win32/Makefile
59407 ____________________________________________________________________________
59408 [  8295] By: jhi                                   on 2001/01/01  23:05:48
59409         Log: Integrate perlio.
59410      Branch: perl
59411           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
59412           !> t/lib/encode.t
59413 ____________________________________________________________________________
59414 [  8294] By: nick                                  on 2001/01/01  22:48:34
59415         Log: Integrate mainline
59416      Branch: perlio
59417            ! pp_hot.c t/lib/encode.t
59418           !> (integrate 65 files)
59419 ____________________________________________________________________________
59420 [  8293] By: nick                                  on 2001/01/01  21:58:50
59421         Log: More rigor in UTF-8-ness of Encode's toUnicode
59422              XS export some of the utf8 internal functions.
59423              Test some of the functions.
59424              Fix pp_concat() bug shown by said tests.
59425      Branch: perlio
59426            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
59427            ! t/lib/encode.t
59428 ____________________________________________________________________________
59429 [  8292] By: jhi                                   on 2001/01/01  18:11:44
59430         Log: Integrate perlio.
59431      Branch: perl
59432           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
59433           !> ext/Encode/encengine.c ext/Encode/encode.h
59434 ____________________________________________________________________________
59435 [  8291] By: jhi                                   on 2001/01/01  18:10:58
59436         Log: Podify README.mpeix (a new version from the web),
59437              add a dummy NAME to Carp::Heavy, regen toc.
59438      Branch: perl
59439            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
59440            ! pod/perltoc.pod
59441 ____________________________________________________________________________
59442 [  8290] By: nick                                  on 2001/01/01  17:43:47
59443         Log: Loose the "Loading..." warning.
59444              Another bug in fallback support
59445      Branch: perlio
59446            ! ext/Encode/Encode.pm ext/Encode/encengine.c
59447 ____________________________________________________________________________
59448 [  8289] By: jhi                                   on 2001/01/01  00:01:57
59449         Log: Bump up Larry's copyright.
59450      Branch: perl
59451            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
59452            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
59453            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
59454            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
59455            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
59456            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
59457            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
59458            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
59459 ____________________________________________________________________________
59460 [  8288] By: nick                                  on 2000/12/31  21:27:53
59461         Log: Fix .ucm reading - forgot a chr()
59462              Start of .ucm write (for .enc to .ucm)
59463      Branch: perlio
59464            ! ext/Encode/compile
59465 ____________________________________________________________________________
59466 [  8287] By: jhi                                   on 2000/12/31  18:15:56
59467         Log: Comment away a diagnostic message as noted by Craig A. Berry
59468              (the unexpected message was confusing testing)
59469      Branch: perl
59470            ! ext/Encode/Encode.pm
59471 ____________________________________________________________________________
59472 [  8286] By: jhi                                   on 2000/12/31  18:14:51
59473         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
59474              Date: Sun, 31 Dec 2000 11:17:37 -0600
59475              From: "Craig A. Berry" <craigberry@mac.com>
59476              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
59477      Branch: perl
59478            ! ext/Encode/Makefile.PL
59479 ____________________________________________________________________________
59480 [  8285] By: nick                                  on 2000/12/31  18:11:54
59481         Log: Start of support of ICU-style .ucm files:
59482              - teach compile how to read a .ucm file
59483              - first guess at how to represent fallbacks in "tries".
59484              - use fallbacks if check == 0
59485              - new return code to indicate we used one.
59486      Branch: perlio
59487            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
59488            ! ext/Encode/encengine.c ext/Encode/encode.h
59489 ____________________________________________________________________________
59490 [  8284] By: jhi                                   on 2000/12/31  18:04:41
59491         Log: Pacify picky VMS compiler.
59492              
59493              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
59494              From: "Craig A. Berry" <craig.berry@psinetcs.com>
59495              Date: Sat, 30 Dec 2000 18:10:02 -0600
59496              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
59497      Branch: perl
59498            ! sv.c
59499 ____________________________________________________________________________
59500 [  8283] By: jhi                                   on 2000/12/31  16:11:47
59501         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
59502      Branch: perl
59503            ! t/lib/glob-basic.t
59504 ____________________________________________________________________________
59505 [  8282] By: jhi                                   on 2000/12/31  15:26:11
59506         Log: Integrate perlio.
59507      Branch: perl
59508           !> makedef.pl opcode.pl os2/os2.c perlio.c
59509 ____________________________________________________________________________
59510 [  8281] By: nick                                  on 2000/12/31  10:06:15
59511         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
59512              is available to be exported
59513      Branch: perlio
59514            ! makedef.pl perlio.c
59515 ____________________________________________________________________________
59516 [  8280] By: nick                                  on 2000/12/31  09:41:26
59517         Log: Ilya's OS2 patch (testing for damage on Win32)
59518      Branch: perlio
59519            ! makedef.pl opcode.pl os2/os2.c
59520 ____________________________________________________________________________
59521 [  8279] By: jhi                                   on 2000/12/30  21:52:07
59522         Log: Test nits.
59523      Branch: perl
59524            ! t/lib/syslfs.t t/op/lfs.t
59525 ____________________________________________________________________________
59526 [  8278] By: jhi                                   on 2000/12/30  21:47:49
59527         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
59528              From: andreas.koenig@anima.de (Andreas J. Koenig)
59529              Date: 30 Dec 2000 22:35:37 +0100
59530              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
59531              
59532              The 32-bit wraparound test wasn't quite right.
59533      Branch: perl
59534            ! t/lib/syslfs.t t/op/lfs.t
59535 ____________________________________________________________________________
59536 [  8277] By: jhi                                   on 2000/12/30  21:33:44
59537         Log: Subject: [PATCH] open() example in perlfunc.pod 
59538              From: Karsten Sperling <s_sperli@ira.uka.de>
59539              Date: Sat, 30 Dec 2000 22:27:09 +0100
59540              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
59541      Branch: perl
59542            ! pod/perlfunc.pod
59543 ____________________________________________________________________________
59544 [  8276] By: jhi                                   on 2000/12/30  20:32:40
59545         Log: Not quite that many tests yet.
59546      Branch: perl
59547            ! t/op/pat.t
59548 ____________________________________________________________________________
59549 [  8275] By: jhi                                   on 2000/12/30  20:26:58
59550         Log: Integrate perlio.
59551      Branch: perl
59552           !> toke.c
59553 ____________________________________________________________________________
59554 [  8274] By: jhi                                   on 2000/12/30  20:24:56
59555         Log: Signedness nit.
59556      Branch: perl
59557            ! utf8.c
59558 ____________________________________________________________________________
59559 [  8273] By: jhi                                   on 2000/12/30  20:15:46
59560         Log: Add a test case for 20000731.001 which was fixed by the #8267.
59561      Branch: perl
59562            ! t/op/pat.t
59563 ____________________________________________________________________________
59564 [  8272] By: nick                                  on 2000/12/30  19:47:51
59565         Log: Tweak for MULTIPLICITY/USE_PERLIO
59566      Branch: perlio
59567            ! toke.c
59568 ____________________________________________________________________________
59569 [  8271] By: nick                                  on 2000/12/30  19:46:45
59570         Log: Integrate mainline
59571      Branch: perlio
59572           +> lib/unicode/distinct.pm
59573           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
59574           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
59575           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
59576 ____________________________________________________________________________
59577 [  8270] By: jhi                                   on 2000/12/30  19:39:50
59578         Log: Subject: RE: perl@8269
59579              From: "Richard Soderberg" <rs@crystalflame.net>
59580              Date: Sat, 30 Dec 2000 11:36:27 -0800
59581              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
59582              
59583              A missing aTHX_.
59584      Branch: perl
59585            ! toke.c
59586 ____________________________________________________________________________
59587 [  8269] By: jhi                                   on 2000/12/30  18:55:48
59588         Log: Update Changes.
59589      Branch: perl
59590            ! Changes patchlevel.h
59591 ____________________________________________________________________________
59592 [  8268] By: jhi                                   on 2000/12/30  17:18:40
59593         Log: Add a test for Unicode split //.  The #8267 was the cure.
59594      Branch: perl
59595            ! t/op/split.t
59596 ____________________________________________________________________________
59597 [  8267] By: jhi                                   on 2000/12/30  17:14:19
59598         Log: Subject: more UTF8 test suites and an UTF8 patch
59599              From: Inaba Hiroto <inaba@st.rim.or.jp>
59600              Date: Sat, 30 Dec 2000 14:27:10 +0900
59601              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
59602              
59603              Just the patch part for now, and the pragma renamed
59604              as unicode::distinct.
59605      Branch: perl
59606            + lib/unicode/distinct.pm
59607            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
59608            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
59609            ! regcomp.h regexec.c sv.c toke.c utf8.c
59610 ____________________________________________________________________________
59611 [  8266] By: nick                                  on 2000/12/30  16:40:49
59612         Log: Integrate mainline
59613      Branch: perlio
59614           +> lib/Pod/Text/Overstrike.pm
59615           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
59616           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
59617           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
59618           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
59619           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
59620 ____________________________________________________________________________
59621 [  8265] By: jhi                                   on 2000/12/30  07:28:55
59622         Log: The sv_catsv() fix, take two.
59623      Branch: perl
59624            ! sv.c t/op/join.t
59625 ____________________________________________________________________________
59626 [  8264] By: jhi                                   on 2000/12/30  06:19:18
59627         Log: Undo all the join-related changes since #8248: relevant
59628              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
59629              The new sv_catsv() doesn't fly so it must go back to
59630              the drawing board.
59631      Branch: perl
59632            ! sv.c t/op/join.t t/pragma/utf8.t
59633 ____________________________________________________________________________
59634 [  8263] By: jhi                                   on 2000/12/30  01:08:32
59635         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
59636      Branch: perl
59637            ! sv.c
59638 ____________________________________________________________________________
59639 [  8262] By: jhi                                   on 2000/12/30  00:45:14
59640         Log: Retract #8261.
59641      Branch: perl
59642            ! hv.c util.c
59643 ____________________________________________________________________________
59644 [  8261] By: jhi                                   on 2000/12/30  00:38:32
59645         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
59646      Branch: perl
59647            ! hv.c util.c
59648 ____________________________________________________________________________
59649 [  8260] By: jhi                                   on 2000/12/29  22:51:33
59650         Log: (Retracted by #8264)  More fixing for #8251.
59651      Branch: perl
59652            ! sv.c
59653 ____________________________________________________________________________
59654 [  8259] By: jhi                                   on 2000/12/29  18:27:30
59655         Log: Subject: podlators 1.06 released
59656              From: Russ Allbery <rra@stanford.edu>
59657              Date: 25 Dec 2000 05:09:30 -0800
59658              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
59659      Branch: perl
59660            + lib/Pod/Text/Overstrike.pm
59661            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
59662            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
59663 ____________________________________________________________________________
59664 [  8258] By: jhi                                   on 2000/12/29  18:20:45
59665         Log: Make the large file tests more robust/talkative as suggested by
59666              
59667              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
59668              From: andreas.koenig@anima.de (Andreas J. Koenig)
59669              Date: 29 Dec 2000 14:23:01 +0100
59670              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
59671      Branch: perl
59672            ! t/lib/syslfs.t t/op/lfs.t
59673 ____________________________________________________________________________
59674 [  8257] By: jhi                                   on 2000/12/29  17:48:04
59675         Log: Further VMS piping fixes from Charles Lane:
59676              
59677              In summary, error messages produced when a subprocess terminated
59678              abnormally were being sent not just to the parent process, but to
59679              grandparents, because of default values for error output that were
59680              not completely overridden when the subprocess was started.
59681              
59682              This patch fixes this behavior by defining user-mode (i.e., temporary
59683              for the duration of the program) logical names for SYS$OUTPUT and
59684              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
59685              changes to make it so that the user-mode logicals are the ones that
59686              control where Perl's error messages go if it terminates abnormally.
59687              
59688              I also added some gratuitous fixes to the indentation of braces in
59689              the piping code.  It just looked ugly, before.
59690      Branch: perl
59691            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
59692 ____________________________________________________________________________
59693 [  8256] By: jhi                                   on 2000/12/29  17:45:12
59694         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
59695              From: "Casey R. Tweten" <crt@kiski.net>
59696              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
59697              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
59698              
59699              Tests for for #8240.
59700      Branch: perl
59701            ! t/pragma/constant.t
59702 ____________________________________________________________________________
59703 [  8255] By: jhi                                   on 2000/12/29  17:43:07
59704         Log: Subject: Re: [PATCH] Interesting syntax idea
59705              From: Simon Cozens <simon@cozens.net>
59706              Date: Fri, 29 Dec 2000 14:34:04 +0000
59707              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
59708              
59709              Tests for #8254.
59710      Branch: perl
59711            ! t/pragma/sub_lval.t
59712 ____________________________________________________________________________
59713 [  8254] By: jhi                                   on 2000/12/29  17:42:11
59714         Log: Subject: [PATCH] Interesting syntax idea
59715              From: Simon Cozens <simon@cozens.net>
59716              Date: Wed, 27 Dec 2000 05:08:57 +0000
59717              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
59718              
59719              Make opens + bareword assigns do typeglob assigns.
59720      Branch: perl
59721            ! op.c
59722 ____________________________________________________________________________
59723 [  8253] By: jhi                                   on 2000/12/29  17:36:45
59724         Log: Output the (apparent) version of gcc, as suggested by
59725              
59726              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
59727              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
59728              Date: 26 Dec 2000 04:29:17 -0500
59729              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
59730              
59731              (The patch as such didn't any more apply as the misparsing had
59732              already been addressed in #6474.)  Also change the wording about
59733              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
59734      Branch: perl
59735            ! hints/dec_osf.sh
59736 ____________________________________________________________________________
59737 [  8252] By: nick                                  on 2000/12/29  12:14:31
59738         Log: Integrate mainline
59739      Branch: perlio
59740           !> (integrate 27 files)
59741 ____________________________________________________________________________
59742 [  8251] By: jhi                                   on 2000/12/29  08:45:46
59743         Log: (Retracted by #8264)
59744              
59745              (Fixed by #8260.)
59746              
59747              sv_catsv() needs one more byte space than seems reasonable.
59748              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
59749              Curiouser and curiouser.
59750      Branch: perl
59751            ! sv.c
59752 ____________________________________________________________________________
59753 [  8250] By: jhi                                   on 2000/12/29  07:57:52
59754         Log: More split // UTF-8 tests.
59755      Branch: perl
59756            ! t/pragma/utf8.t
59757 ____________________________________________________________________________
59758 [  8249] By: jhi                                   on 2000/12/29  07:54:51
59759         Log: (Retracted by #8264)  More join() testing which was good because
59760              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
59761      Branch: perl
59762            ! pp.c t/op/join.t utf8.c utf8.h
59763 ____________________________________________________________________________
59764 [  8248] By: jhi                                   on 2000/12/29  07:08:32
59765         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
59766              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
59767              that the only cases to care about are byte+byte and byte+character.
59768              
59769              TODO: See how well pp_concat() could be implemented in terms
59770              of sv_catsv().
59771      Branch: perl
59772            ! doop.c sv.c t/op/join.t utf8.h
59773 ____________________________________________________________________________
59774 [  8247] By: jhi                                   on 2000/12/29  06:35:23
59775         Log: Signedness nit.
59776      Branch: perl
59777            ! pp_hot.c
59778 ____________________________________________________________________________
59779 [  8246] By: jhi                                   on 2000/12/29  01:23:31
59780         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
59781              From: Lupe Christoph <lupe@lupe-christoph.de>
59782              Date: Thu, 28 Dec 2000 23:00:00 +0100
59783              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
59784              
59785              Suggest rsync --delete --dry-run.
59786      Branch: perl
59787            ! pod/perlhack.pod
59788 ____________________________________________________________________________
59789 [  8245] By: jhi                                   on 2000/12/28  23:57:05
59790         Log: The maxiters upper limit sanity check (guarding against
59791              non-progress) assumed bytes instead of characters in s///
59792              and split().
59793      Branch: perl
59794            ! pp.c pp_hot.c
59795 ____________________________________________________________________________
59796 [  8244] By: jhi                                   on 2000/12/28  23:34:08
59797         Log: Make some panic messages a bit more logical.
59798      Branch: perl
59799            ! doop.c pod/perldiag.pod pp.c pp_hot.c
59800 ____________________________________________________________________________
59801 [  8243] By: jhi                                   on 2000/12/28  22:59:16
59802         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
59803              From: Simon Cozens <simon@cozens.net>
59804              Date: Wed, 27 Dec 2000 02:30:03 +0000
59805              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
59806      Branch: perl
59807            ! pp.c t/pragma/sub_lval.t
59808 ____________________________________________________________________________
59809 [  8242] By: jhi                                   on 2000/12/28  22:56:53
59810         Log: Subject: [PATCH blead] Fix B::Terse indentation
59811              From: Daniel Chetlin <daniel@chetlin.com>
59812              Date: Wed, 27 Dec 2000 06:43:30 -0800
59813              Message-ID: <20001227064329.B9573@darkstar>
59814      Branch: perl
59815            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
59816 ____________________________________________________________________________
59817 [  8241] By: jhi                                   on 2000/12/28  22:48:59
59818         Log: The latter patch from the
59819              
59820              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
59821              From: Peter Prymmer <pvhp@forte.com> 
59822              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
59823              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
59824              
59825              (the former patch from the above should have been
59826              taken care of by Nick I-S)
59827      Branch: perl
59828            ! win32/Makefile
59829 ____________________________________________________________________________
59830 [  8240] By: jhi                                   on 2000/12/28  22:45:22
59831         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
59832              From: "Casey R. Tweten" <crt@kiski.net>
59833              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
59834              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
59835      Branch: perl
59836            ! lib/constant.pm
59837 ____________________________________________________________________________
59838 [  8239] By: jhi                                   on 2000/12/28  22:37:45
59839         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
59840              From: Simon Cozens <simon@cozens.net>
59841              Date: Wed, 27 Dec 2000 14:12:44 +0000
59842              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
59843      Branch: perl
59844            ! t/op/method.t t/op/sort.t toke.c
59845 ____________________________________________________________________________
59846 [  8238] By: jhi                                   on 2000/12/28  22:30:32
59847         Log: Subject: [PATCH perl@8229] Call.pm
59848              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
59849              Date: Mon, 25 Dec 2000 10:47:15 -0000
59850              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
59851      Branch: perl
59852            ! ext/Filter/Util/Call/Call.pm
59853 ____________________________________________________________________________
59854 [  8237] By: jhi                                   on 2000/12/28  22:19:21
59855         Log: Subject: [PATCH blead] Fix problem with `&' prototype
59856              From: Daniel Chetlin <daniel@chetlin.com>
59857              Date: Wed, 27 Dec 2000 15:55:32 -0800
59858              Message-ID: <20001227155532.D9573@darkstar>
59859      Branch: perl
59860            ! op.c t/comp/proto.t
59861 ____________________________________________________________________________
59862 [  8236] By: jhi                                   on 2000/12/28  22:09:25
59863         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
59864              From: Daniel Chetlin <daniel@chetlin.com>
59865              Date: Sun, 24 Dec 2000 04:09:49 -0800
59866              Message-ID: <20001224040949.B3090@darkstar>
59867      Branch: perl
59868            ! gv.c mg.c t/op/attrs.t
59869 ____________________________________________________________________________
59870 [  8235] By: jhi                                   on 2000/12/28  22:07:11
59871         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
59872              From: Jan Dubois <jand@ActiveState.com>
59873              Date: Tue, 26 Dec 2000 20:57:31 -0800
59874              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
59875      Branch: perl
59876            ! win32/win32.c
59877 ____________________________________________________________________________
59878 [  8234] By: jhi                                   on 2000/12/28  21:52:42
59879         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
59880              From: Simon Cozens <simon@cozens.net>
59881              Date: Thu, 28 Dec 2000 20:33:13 +0000
59882              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
59883      Branch: perl
59884            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
59885 ____________________________________________________________________________
59886 [  8233] By: jhi                                   on 2000/12/28  19:40:49
59887         Log: Integrate perlio.
59888      Branch: perl
59889           !> ext/Encode/Makefile.PL ext/Encode/compile
59890 ____________________________________________________________________________
59891 [  8232] By: nick                                  on 2000/12/23  16:06:00
59892         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
59893              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
59894      Branch: perlio
59895            ! ext/Encode/Makefile.PL
59896 ____________________________________________________________________________
59897 [  8231] By: nick                                  on 2000/12/23  14:30:34
59898         Log: "Compiled" encode build cleanup
59899              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
59900              - .c files do not export sub-tables
59901      Branch: perlio
59902            ! ext/Encode/Makefile.PL ext/Encode/compile
59903 ____________________________________________________________________________
59904 [  8230] By: nick                                  on 2000/12/23  12:50:37
59905         Log: Integrate mainline
59906      Branch: perlio
59907           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
59908           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
59909           !> pod/perl5004delta.pod pod/perl5005delta.pod
59910           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
59911           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
59912           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
59913           !> pod/perlsub.pod
59914 ____________________________________________________________________________
59915 [  8229] By: jhi                                   on 2000/12/22  15:32:12
59916         Log: Integrate perlio.
59917      Branch: perl
59918           +> win32/distclean.bat
59919           !> MANIFEST t/io/utf8.t
59920 ____________________________________________________________________________
59921 [  8228] By: jhi                                   on 2000/12/22  15:29:40
59922         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
59923              From: Robin Barker <rmb1@cise.npl.co.uk>
59924              Date: Fri, 22 Dec 2000 12:17:38 GMT
59925              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
59926      Branch: perl
59927            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
59928            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
59929            ! pod/perl5004delta.pod pod/perl5005delta.pod
59930            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
59931            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
59932            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
59933            ! pod/perlsub.pod
59934 ____________________________________________________________________________
59935 [  8227] By: jhi                                   on 2000/12/22  15:24:28
59936         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
59937              From: "John L. Allen" <allen@grumman.com>
59938              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
59939              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
59940              
59941              Document APPLLIB_EXP.
59942      Branch: perl
59943            ! INSTALL
59944 ____________________________________________________________________________
59945 [  8226] By: nick                                  on 2000/12/21  22:11:50
59946         Log: Handy script for when one forgets to "dmake clean" 
59947      Branch: perlio
59948            + win32/distclean.bat
59949            ! MANIFEST
59950 ____________________________________________________________________________
59951 [  8225] By: nick                                  on 2000/12/21  21:54:04
59952         Log: CRLF platform issue with io/utf8 fix.
59953      Branch: perlio
59954            ! t/io/utf8.t
59955 ____________________________________________________________________________
59956 [  8224] By: nick                                  on 2000/12/21  21:02:20
59957         Log: Integrate mainline
59958      Branch: perlio
59959           !> Changes Configure Makefile.SH Porting/Glossary
59960           !> Porting/config.sh Porting/config_H configure.com
59961           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
59962           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
59963           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
59964           !> win32/config.bc win32/config.gc win32/config.vc
59965 ____________________________________________________________________________
59966 [  8223] By: jhi                                   on 2000/12/21  17:09:16
59967         Log: Update Changes.
59968      Branch: perl
59969            ! Changes patchlevel.h
59970 ____________________________________________________________________________
59971 [  8222] By: jhi                                   on 2000/12/21  16:24:01
59972         Log: Metaconfig unit changes for #8221.
59973      Branch: metaconfig/U/perl
59974           +> issymlink.U
59975            - testsyml.U
59976            ! Mksymlinks.U
59977 ____________________________________________________________________________
59978 [  8221] By: jhi                                   on 2000/12/21  16:23:48
59979         Log: Rename testsyml to issymlink.
59980      Branch: perl
59981            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59982            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
59983            ! win32/config.vc
59984 ____________________________________________________________________________
59985 [  8220] By: jhi                                   on 2000/12/21  15:47:26
59986         Log: Robustness support for #8218 (symlink forest) since the GNU
59987              tools seem to be overly picky about symlinkage depths.
59988      Branch: perl
59989            ! Makefile.SH t/io/fs.t
59990 ____________________________________________________________________________
59991 [  8219] By: jhi                                   on 2000/12/21  15:38:27
59992         Log: Metaconfig changes for #8218.
59993      Branch: metaconfig
59994            ! U/modified/Oldconfig.U
59995      Branch: metaconfig/U/perl
59996            + Mksymlinks.U
59997            ! testsyml.U
59998 ____________________________________________________________________________
59999 [  8218] By: jhi                                   on 2000/12/21  15:37:57
60000         Log: Add Configure option -Dmksymlinks which will create a symlink
60001              forest if the current/build differs from the source directory.
60002              TODO: mkdir -p is not portable.
60003      Branch: perl
60004            ! Configure
60005 ____________________________________________________________________________
60006 [  8217] By: jhi                                   on 2000/12/21  14:39:12
60007         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
60008              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
60009              Date: Thu, 21 Dec 2000 09:38:18 GMT
60010              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
60011              
60012              The ofs became an SV.
60013      Branch: perl
60014            ! ext/Thread/Thread.xs
60015 ____________________________________________________________________________
60016 [  8216] By: jhi                                   on 2000/12/21  05:40:21
60017         Log: The polymorphism seems to have fixed 20000517.001.
60018      Branch: perl
60019            ! t/pragma/utf8.t
60020 ____________________________________________________________________________
60021 [  8215] By: jhi                                   on 2000/12/21  04:44:52
60022         Log: read() documentation tweak for 20001121.004.
60023      Branch: perl
60024            ! pod/perlfunc.pod
60025 ____________________________________________________________________________
60026 [  8214] By: jhi                                   on 2000/12/21  03:54:11
60027         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
60028      Branch: perl
60029            ! pp_sys.c t/op/misc.t
60030 ____________________________________________________________________________
60031 [  8213] By: jhi                                   on 2000/12/21  00:28:10
60032         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
60033              From: Peter Prymmer <pvhp@forte.com>
60034              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
60035              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
60036      Branch: perl
60037            ! configure.com
60038 ____________________________________________________________________________
60039 [  8212] By: jhi                                   on 2000/12/21  00:26:21
60040         Log: Edit edit edit.
60041      Branch: perl
60042            ! pod/perlfaq3.pod
60043 ____________________________________________________________________________
60044 [  8211] By: jhi                                   on 2000/12/20  18:52:46
60045         Log: Update Changes.
60046      Branch: perl
60047            ! Changes patchlevel.h
60048 ____________________________________________________________________________
60049 [  8210] By: jhi                                   on 2000/12/20  18:34:47
60050         Log: Yet another editor edit.
60051      Branch: perl
60052            ! pod/perlfaq3.pod
60053 ____________________________________________________________________________
60054 [  8209] By: jhi                                   on 2000/12/20  15:33:28
60055         Log: More Win32 Perling.
60056      Branch: perl
60057            ! pod/perlfaq3.pod
60058 ____________________________________________________________________________
60059 [  8208] By: jhi                                   on 2000/12/20  15:07:46
60060         Log: More Win32 editor/IDE/shell hints.
60061      Branch: perl
60062            ! pod/perlfaq3.pod
60063 ____________________________________________________________________________
60064 [  8207] By: jhi                                   on 2000/12/20  03:54:08
60065         Log: Subject: [PATCH] obscure timing knowledge
60066              From: Nicholas Clark <nick@ccl4.org>
60067              Date: Tue, 19 Dec 2000 19:22:31 +0000
60068              Message-ID: <20001219192231.F2827@plum.flirble.org>
60069      Branch: perl
60070            ! sv.c
60071 ____________________________________________________________________________
60072 [  8206] By: jhi                                   on 2000/12/20  03:45:57
60073         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
60074              From: Spider Boardman <spider@leggy.zk3.dec.com>
60075              Date: Tue, 19 Dec 2000 21:30:16 -0500
60076              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
60077      Branch: perl
60078            ! sv.c
60079 ____________________________________________________________________________
60080 [  8205] By: jhi                                   on 2000/12/19  23:02:01
60081         Log: Update Changes.
60082      Branch: perl
60083            ! Changes patchlevel.h
60084 ____________________________________________________________________________
60085 [  8204] By: jhi                                   on 2000/12/19  22:58:18
60086         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
60087              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
60088              on editors and diffing/patching.
60089      Branch: perl
60090            ! t/op/utf8decode.t
60091 ____________________________________________________________________________
60092 [  8203] By: nick                                  on 2000/12/19  21:36:16
60093         Log: Integrate mainline (forgot my own change...)
60094      Branch: perlio
60095           !> ext/Encode/compile
60096 ____________________________________________________________________________
60097 [  8202] By: nick                                  on 2000/12/19  21:34:42
60098         Log: Integrate mainline.
60099      Branch: perlio
60100           !> (integrate 61 files)
60101 ____________________________________________________________________________
60102 [  8201] By: nick                                  on 2000/12/19  21:34:06
60103         Log: Avoid looking for File::Glob when we don't need it.
60104      Branch: perl
60105            ! ext/Encode/compile
60106 ____________________________________________________________________________
60107 [  8200] By: jhi                                   on 2000/12/19  18:35:49
60108         Log: Update Changes.
60109      Branch: perl
60110            ! Changes patchlevel.h
60111 ____________________________________________________________________________
60112 [  8199] By: jhi                                   on 2000/12/19  18:35:07
60113         Log: Microperl tweaks.
60114      Branch: perl
60115            ! sv.c uconfig.h uconfig.sh
60116 ____________________________________________________________________________
60117 [  8198] By: jhi                                   on 2000/12/19  18:29:59
60118         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
60119      Branch: perl
60120            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60121            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
60122 ____________________________________________________________________________
60123 [  8197] By: jhi                                   on 2000/12/19  17:55:29
60124         Log: In VMS embedded perls couldn't access the statically built Socket,
60125              from Charles Lane.
60126      Branch: perl
60127            ! configure.com
60128 ____________________________________________________________________________
60129 [  8196] By: jhi                                   on 2000/12/19  17:49:50
60130         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
60131              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
60132              Date: Sun, 17 Dec 2000 19:11:44 -0000
60133              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
60134      Branch: perl
60135            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
60136            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
60137 ____________________________________________________________________________
60138 [  8195] By: jhi                                   on 2000/12/19  17:47:53
60139         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
60140              From: Jonathan Stowe <gellyfish@gellyfish.com>
60141              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
60142              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
60143      Branch: perl
60144            ! utils/h2xs.PL
60145 ____________________________________________________________________________
60146 [  8194] By: jhi                                   on 2000/12/19  17:46:28
60147         Log: Subject: Re: useless use of void context work-around
60148              From: andreas.koenig@anima.de (Andreas J. Koenig)
60149              Date: 16 Dec 2000 15:13:36 +0100
60150              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
60151              
60152              Document (comment) the q(di ds ig) trick in the code.
60153      Branch: perl
60154            ! op.c
60155 ____________________________________________________________________________
60156 [  8193] By: jhi                                   on 2000/12/19  17:10:57
60157         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
60158              From: "Mark J. Reed" <mreed@strange.turner.com>
60159              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
60160              Message-Id: <200012160222.VAA13986@strange.turner.com>
60161      Branch: perl
60162            ! ext/Sys/Syslog/Syslog.pm
60163 ____________________________________________________________________________
60164 [  8192] By: jhi                                   on 2000/12/19  17:07:45
60165         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
60166              From: Nicholas Clark <nick@ccl4.org>
60167              Date: Sat, 16 Dec 2000 19:03:13 +0000
60168              Message-ID: <20001216190313.D68304@plum.flirble.org>
60169      Branch: perl
60170            ! t/op/64bitint.t
60171 ____________________________________________________________________________
60172 [  8191] By: jhi                                   on 2000/12/19  17:06:13
60173         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
60174              From: Dominic Dunlop <domo@computer.org>
60175              Date: Mon, 18 Dec 2000 12:00:15 +0100
60176              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
60177              
60178              This patchlet is needed in order that perl can be statically linked.  
60179      Branch: perl
60180            ! regexec.c
60181 ____________________________________________________________________________
60182 [  8190] By: jhi                                   on 2000/12/19  17:03:08
60183         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
60184              From: "Craig A. Berry" <craig.berry@psinetcs.com>
60185              Date: Sun, 17 Dec 2000 00:18:35 -0600
60186              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
60187      Branch: perl
60188            ! perlio.h vms/gen_shrfls.pl
60189 ____________________________________________________________________________
60190 [  8189] By: jhi                                   on 2000/12/19  16:20:28
60191         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
60192              From: Prymmer/Kahn <pvhp@best.com>
60193              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
60194              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
60195              
60196              A better version of #8188.
60197      Branch: perl
60198            ! pod/perlfaq3.pod
60199 ____________________________________________________________________________
60200 [  8188] By: jhi                                   on 2000/12/19  15:57:06
60201         Log: (Replaced by #8189)
60202              
60203              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
60204              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
60205              From: Prymmer/Kahn <pvhp@best.com>
60206              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
60207              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
60208              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
60209              Date: Mon, 18 Dec 2000 11:10:45 -0500
60210              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
60211      Branch: perl
60212            ! pod/perlfaq3.pod
60213 ____________________________________________________________________________
60214 [  8187] By: jhi                                   on 2000/12/19  15:54:19
60215         Log: Email address fix for Anton Berezin.
60216      Branch: perl
60217            ! AUTHORS
60218 ____________________________________________________________________________
60219 [  8186] By: jhi                                   on 2000/12/19  15:38:54
60220         Log: Subject: [PATCH perl@8102] cygwin port
60221              From: "Eric Fifer" <efifer@dircon.co.uk> 
60222              Date: Thu, 14 Dec 2000 13:41:29 -0000
60223              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
60224              
60225              When compiling modules the data item that is being imported
60226              from libperl.dll needs to be tagged as imported/shared data:
60227              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
60228      Branch: perl
60229            ! perliol.h
60230 ____________________________________________________________________________
60231 [  8185] By: jhi                                   on 2000/12/19  14:53:24
60232         Log: Regen uconfig.h and uconfig.sh.
60233      Branch: perl
60234            ! uconfig.h uconfig.sh
60235 ____________________________________________________________________________
60236 [  8184] By: jhi                                   on 2000/12/18  20:43:49
60237         Log: Comments work so much better when they are closed.
60238      Branch: perl
60239            ! regcomp.c
60240 ____________________________________________________________________________
60241 [  8183] By: jhi                                   on 2000/12/18  18:04:02
60242         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
60243              Fixes the bug 20001218.016.
60244      Branch: perl
60245            ! regcomp.c
60246 ____________________________________________________________________________
60247 [  8182] By: gsar                                  on 2000/12/18  09:53:47
60248         Log: delete spurious files
60249      Branch: maint-5.6/perl
60250            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
60251            - vos/config.h vos/config_h.SH_orig
60252 ____________________________________________________________________________
60253 [  8181] By: gsar                                  on 2000/12/18  09:46:08
60254         Log: regen perltoc
60255      Branch: maint-5.6/perl
60256            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
60257 ____________________________________________________________________________
60258 [  8180] By: gsar                                  on 2000/12/18  09:20:27
60259         Log: integrate changes#7924..7926,7946,7952 from mainline
60260              
60261              A test works better if it has the right 1..$n output.
60262              
60263              All the core library users of Class::Struct seem to be
60264              using "use Class::Struct 'struct';" instead of the bare
60265              "use Class::Struct;", which isn't documented in Class::Struct.
60266              This can't be right.
60267              
60268              Make the Class::Struct import() wiser.
60269              
60270              Upgrade to CPAN 1.59_51, from Andreas König.
60271              
60272              Subject: Re: long shell lines
60273              Split overly long shell command lines.
60274      Branch: maint-5.6/perl
60275           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
60276           !> lib/File/stat.pm t/lib/class-struct.t
60277 ____________________________________________________________________________
60278 [  8179] By: gsar                                  on 2000/12/18  08:55:54
60279         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
60280              7918,7919,7988,8907 from mainline (various)
60281              
60282              Subject: [ID 20001127.004] White space problem in perlamiga.pod
60283              
60284              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
60285              
60286              Subject: [PATCH] perlcc.PL cleanups
60287              
60288              Subject: [PATCH] Updating perltie.pod for arrays
60289              
60290              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
60291              Subject: Re: [PATCH] Updating perltie.pod for arrays
60292              Subject: Re: [PATCH] Updating perltie.pod for arrays
60293              
60294              One more perltie.pod nit from Casey R. Tweten.
60295              
60296              Subject: [PATCH] $^O  win32 -> MSWin32
60297              plus similar nits for vms, err, VMS, and UNICOS.
60298              
60299              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
60300              More checking in case someone has broken their services or
60301              protocol databases.
60302              
60303              Make "use Class::Struct 'struct';" work again (broken by #7617);
60304              add a test for Class::Struct.
60305              
60306              Integrate the "skip" messages to explain().
60307              
60308              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
60309      Branch: maint-5.6/perl
60310           +> t/lib/class-struct.t
60311           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
60312           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
60313           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
60314 ____________________________________________________________________________
60315 [  8178] By: gsar                                  on 2000/12/18  08:16:30
60316         Log: avoid redefinition warnings on windows due to sys/socket.h getting
60317              #included before win32.h
60318      Branch: maint-5.6/perl
60319            ! win32/include/sys/socket.h
60320 ____________________________________________________________________________
60321 [  8177] By: gsar                                  on 2000/12/18  05:24:04
60322         Log: make regen_headers; fix POSIX.xs problems; remove outdated
60323              code from sys/socket.h that makes build fail now
60324      Branch: maint-5.6/perl
60325            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
60326            ! pod/perlapi.pod
60327           !> win32/include/sys/socket.h
60328 ____________________________________________________________________________
60329 [  8176] By: gsar                                  on 2000/12/18  05:20:17
60330         Log: update Changes
60331      Branch: maint-5.6/perl
60332            ! Changes patchlevel.h
60333 ____________________________________________________________________________
60334 [  8175] By: gsar                                  on 2000/12/18  04:57:48
60335         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
60336              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
60337              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
60338              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
60339              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
60340              7823,7825,7838
60341              
60342              Subject: Re: [PATCH] README.solaris
60343              
60344              Add getpagesize() probing, on non-UNIX guess 'undef'.
60345              
60346              Simplify the getpagesize() unit by dropping the
60347              pagesize probe since it's nowadays slightly more
60348              complicated because of sysconf(). (Note: if some
60349              platform really needs the -lPW for getpagesize,
60350              I just broke it.)
60351              TODO: a new pagesize unit.
60352              
60353              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
60354              
60355              MachTen doesn't really do mmap() and munmap().
60356              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
60357              
60358              More README.solaris updates from Andy Dougherty.
60359              
60360              Copy the s// information of README.hpux also to the perlrun.
60361              
60362              Add HAS_FSYNC, lack noticed by Nicholas Clark.
60363              
60364              Add a metaconfig unit for fsync.
60365              
60366              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
60367              
60368              Many subdocumented return values of the IO extension now documented.
60369              ungetc and write still left subdocumented.
60370              Subject: [PATCH] (was Re: IO::Handle::ungetc)
60371              
60372              Document tell() on special streams.
60373              
60374              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
60375              
60376              Subject: [ID 20001112.007] sfio's sftell isn't ftell
60377              
60378              Couple of tests from #7660 salvaged.
60379              
60380              Tweak the definition of the bit complement on UTF-8 data:
60381              if none of the characters in the string are > 0xff,
60382              the result is a complemented byte string, not a (UTF-8)
60383              char string.  Based on the summary in
60384              Subject: Re: [ID 20000918.005] ~ on wide chars
60385              This should give us the maximum backward (pre-char string)
60386              compatibility and utf8 compatibility.  The other alternative
60387              would be to limit the bit complement to be always byte only,
60388              taking the least significant byte of the chars.
60389              
60390              Cleanup messy #ifdef.
60391              
60392              Typos in #7667.
60393              
60394              Declare reg_data like reg_substr_data.
60395              
60396              Placate nervous compilers that see longer than ints switch()ing.
60397              
60398              Remove the new two tests of lib/io_xs for now, they seem to
60399              fail under perlio on some platforms.
60400              
60401              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
60402              
60403              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
60404              
60405              Subject: tiny typo in perl5db.pl
60406              
60407              Subject: some additions for makefiles for win32 (for perl@7674)
60408              
60409              Hoist the duplicated socket/netdb include logic to perl.h;
60410              undef SETERRNO in case SOCKS has defined it.  Based on:
60411              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
60412              
60413              Regen Configure.
60414              
60415              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
60416              (a macro to define signed and unsigned integer constants).
60417              
60418              Use UINT64_C().
60419              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
60420              
60421              Use u_int32_t for the size of hash_cb(), not size_t.
60422              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
60423              
60424              Quit utf8_to_uv() instantly if curlen == 0.
60425              
60426              Subject: [PATCH: perl@7674] updates to README.os390
60427              
60428              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
60429              
60430              EBCDIC tweaks.
60431              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
60432              
60433              Linenumber fix.
60434              
60435              SOCKS has its own USE_THREADS, based on
60436              Subject: [ID 20001114.002] et. al. bugfix followup
60437              
60438              UINT64_C() work continues.
60439              
60440              Detypo.
60441              
60442              The type of the hash_cb() size argument is tricky.
60443              
60444              Add fwalk() probe to the configuration files and regen perltoc.
60445              
60446              Subject: perllocale.pod changes
60447              
60448              Avoid an infinite loop in VMS when utils scripts are run
60449              with no arguments, from Charles Lane.
60450              
60451              Subject: Re: Bug in Carp::Heavy/5.6.0?
60452              
60453              For Solaris use64bitall the stdchar needs a little bit of help.
60454              
60455              The long double hints can be here or there.
60456              
60457              Test tweak for the open pragma.
60458              
60459              Also the 64bitall hints can be either here or there.
60460              
60461              As surmised the #7719 wasn't a good move.
60462              
60463              Subject: Fix for 20000409.001
60464              
60465              Subject: Fix for 20000815.006
60466              It's really 20000518.006.
60467              
60468              Subject: [PATCH 5.6.0 README.win32] very minor typos
60469              
60470              Subject: Fix for README.amiga (20000323.033)
60471              
60472              Explain in more detail the {} syntax ambiguousity.
60473              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
60474              
60475              Sparc 64-bit pack() fix from Jens Hamisch.
60476              
60477              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
60478              
60479              Subject: podlators 1.05 available        
60480              
60481              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
60482              
60483              Subject: [perl 7711: EPOC] updates
60484              
60485              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
60486              
60487              Miraculous typo.
60488              
60489              sysseek() instead of seek().
60490              
60491              Solaris hints tweaks.
60492              
60493              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
60494              This may be overly harsh but until proven otherwise, we think this
60495              way, or until we have a simple test for Configure (having to start
60496              up servers is does not count as simple) to check for the problems.
60497              
60498              Remove the shared object before attempting to create
60499              (by linking) a new one.  E.g. in AIX not removing
60500              becomes quite painful if one tries to do more than one
60501              build in the same tree (an interrupted build, for example),
60502              since the AIX' shared dynaloader seemingly keeps the shared
60503              objects open and therefore 'busy' for quite a while, even when
60504              nobody is using the objects, leading into link failures.
60505              
60506              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
60507              
60508              Subject: DOC PATCH 5.6.0 perlreftut
60509              
60510              Subject: [PATCH: perl@7777] add system locale testing for VMS
60511              
60512              Subject: [PATCH] Test.pm POD peculiarity
60513              
60514              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
60515              
60516              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
60517              
60518              Subject: Re: perl@7777 
60519              Detypoing.
60520              
60521              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
60522              
60523              Go ahead and #include <unistd.h> in perl.h.
60524              
60525              Subject: [PATCH perl@7795] small cleanup task for test suite
60526              
60527              Subject: Re: av.c patch (having slight problems)
60528              unshift() speedup.
60529              
60530              Reach back one higher up when searching for PERL_SRC.
60531      Branch: maint-5.6/perl
60532           +> lib/File/Spec/Epoc.pm
60533           !> (integrate 88 files)
60534 ____________________________________________________________________________
60535 [  8174] By: gsar                                  on 2000/12/18  03:53:09
60536         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
60537              7625..7629,7631..7634,7637,7639,7642 from mainline
60538              
60539              Fix for the tie-refhash string table leaks.
60540              
60541              Subject: [patch perl@7595] VMS configure.com tweak
60542              
60543              More careful detection of how well NVs and UVs mix.
60544              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))
60545              Added some SIGFPE paranoia.
60546              
60547              Forgot to bump the line numbers in #7601.
60548              
60549              Subject: PATCH std stdio for (Free)BSD
60550              
60551              Deleting $ENV{PATH} in VMS is not recommendable.
60552              
60553              Locale buglets.
60554              Subject: RE: Locales support (setlocale) fixes
60555              
60556              Do not test UTF-8 locales since that the tests would require
60557              polymorphic regexen.
60558              
60559              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
60560              
60561              A missing aTHX_.
60562              
60563              Subject: [ID 20001108.013] spelling
60564              
60565              Subject: [PATCH] Class::Struct at compile time
60566              
60567              Make deleting for %ENV work for (newer versions of) VMS,
60568              from Craig A. Berry.
60569              
60570              Forgot from #7618.
60571              
60572              More VMS moves on environment handling, from Charles Lane.
60573              
60574              Remove unused extra arguments.
60575              
60576              Typo in an ifndef.
60577              Subject: Re: [PATCH 5.7.0] better messages from malloc()
60578              
60579              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
60580              All except the "cow orker" change.
60581              
60582              The generated boot_* headers are wrong.  Pickier compiler,
60583              such as KAI C++ will refuse to compile the resulting perlmain.
60584              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
60585              
60586              There's no =head3.
60587              
60588              Disable only the tests 99 and 166 for UTF-8 locales.
60589              
60590              Missing dTHXs.
60591              Subject: RE: perl@7595 builds not on cygwin
60592              
60593              Subject: Re: bash -c exit and linux hints 
60594              
60595              Various doc oddball characters.
60596              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
60597              
60598              Subject: [PATCH] IO::Seekable pod
60599              
60600              Amdahl UTS hints updates.
60601              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
60602              
60603              Explain better why certain regex tests are skipped.
60604              Subject: Re: tests skipped: unknown reason
60605              
60606              Subject: [PATCH] README.solaris
60607              
60608              Subject: [PATCH perl@7638] cygwin port
60609      Branch: maint-5.6/perl
60610           +> README.solaris
60611           !> (integrate 26 files)
60612 ____________________________________________________________________________
60613 [  8173] By: gsar                                  on 2000/12/18  03:37:02
60614         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
60615              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
60616              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
60617              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
60618              
60619              Better create a true mailing list for the repository keepers.
60620              
60621              Subject: [ID 20001027.007] uniq array in perlfaq
60622              
60623              De-quoted-unreadable to ISO Latin 1.
60624              (There's one ISO-2022-JP name in Changes5.004.)
60625              
60626              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
60627              
60628              The #7476 needs a MANIFEST change, too.
60629              
60630              Add also emailless people.
60631              
60632              UTF-8 decoder tweak.
60633              
60634              Make \x{...} consistently produce UTF-8.
60635              Subject: Re: \x{...} is confused 
60636              
60637              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
60638              
60639              Add a perlbug flag, -A, to avoid acknowledgement messages.
60640              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
60641              
60642              Use Errno magic.
60643              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
60644              
60645              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
60646              
60647              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
60648              
60649              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
60650              
60651              Be more lenient on bad UTF-8 when doing bit arithmetics.
60652              Subject: Re: [ID 20000918.005] ~ on wide chars
60653              (The ord() part of the patch skipped.)
60654              
60655              Subject: perlfaq style changes
60656              
60657              AUTHORS tweaks.
60658              
60659              Whitespace style tweak.  Was originally going to see to
60660              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
60661              but that had already been taken care of.
60662              
60663              The compiler is either gcc or cc, from Tom Bates.
60664              
60665              The osname has been lowercased by now, from Tom Bates.
60666              
60667              The NonStop-UX libraries have a novel way to say NaN.
60668              
60669              printf UVs the correct way, noticed by Robin Barker.
60670              
60671              Subject: [PATCH] startperl to respect versiononly
60672              
60673              AUTHORS updates.
60674              
60675              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
60676              
60677              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
60678              
60679              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
60680              
60681              Generalize the Camel wording.
60682              Subject: Re: perlfaq style changes
60683              
60684              Subject: [ID 20001005.006] Documentation -- description of qr//
60685              
60686              C.pm part of
60687              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
60688              
60689              Locale warning explanation tweak.
60690              
60691              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
60692              
60693              Make the POSIX::setuid and POSIX::setgid to really call setuid()
60694              and setgid() because they were just changing $< and $( which means
60695              only changing the real uid/gid, as opposed to changing both
60696              real and effective ids.  (The alternative way could have been
60697              in POSIX.pm to change $> and $), too, but making a direct call
60698              to the C API feels cleaner.)  Fixes the bug
60699              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
60700              
60701              Expand %Config variables and %ENV variables only if
60702              so requested during build time using the
60703              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
60704              Not expanding makes relocating distributions easier.
60705              
60706              More tweaking on the #7522 theme.
60707              
60708              Test::Harness revealed buglets in the new DynaLoader.
60709              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
60710              
60711              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
60712              fix a autovivification bug in Tie::RefHash, add tests for both.
60713              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
60714              
60715              Detpyo.
60716              
60717              recv() can fail and return undef.
60718              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
60719              
60720              Fix the problem discussed in
60721              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
60722              originally from Linc Madison.  Also Andreas König's comments
60723              taken into account.  Some other problems with Tie::SubstrHash
60724              fixed: didn't croak when the table exceeded the requested number
60725              of entries (as documented) but instead when the number of entries
60726              exceeded the size of the table, a croak() had an unnecessary \n,
60727              didn't have a CLEAR method, documented that there is no exists().
60728              Didn't fix to be strict-proof because the module uses &foo; and
60729              dynamic scope.  Added a test script exercizing both first tamely 
60730              the basic functionality, and then the failure cases reported by
60731              Linc Madison.
60732              
60733              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
60734              
60735              The #7521 touched things it shouldn't have.
60736              
60737              Subject: [PATCH 5.7.0] better messages from malloc()
60738              
60739              Subject: Re: README.aix
60740              
60741              Add FCNTL_CAN_LOCK.
60742              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
60743              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
60744              
60745              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
60746              create a "fast path" for locale name probing using "locale -a"
60747              if available, squash finally hopefully the s?printf resetting
60748              the numeric locale (since, IIUC perllocale, it never shouldn't). 
60749              
60750              More Changes tweakery.
60751              
60752              Dying is too strict here, better just skip.
60753              
60754              Subject: Locales support (setlocale) fixes
60755              Modified quite a bit to be more portable.
60756              
60757              Configure would use a bad $myuname from an old config.sh.
60758              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
60759              
60760              Fix for
60761              Subject: [ID 20001004.006] undef is never tainted
60762              An undef read from a slurped file was not tainted.
60763              
60764              Fix for
60765              Subject: [ID 20001004.007] taint propogation is inconsistent
60766              The culprit was sv_setsv() which was rather blindly
60767              propagating taint, which lead to behaviour where if
60768              a tainted anon hash value was seen all the hash values
60769              from then on at that level became tainted, or at any
60770              upper levels in the case of nested anon hashes.
60771              
60772              Test tweak: show also the failed locales.
60773              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
60774              
60775              A fix of sorts for 20000329.026, a better error message
60776              for a missing "use charnames" when using the \N{...}. 
60777              
60778              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
60779              
60780              Add =pod to be tidy.
60781              
60782              Fix for bug id 19990615.008, pos() unset during s///ge.
60783              
60784              Add a note for future generations about bug id 20000229.006.
60785              
60786              Use -dM for gcc (the suggested patch did it only for Linux,
60787              but I think it can be generalized).
60788              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
60789              
60790              opmini.o can linger from Configures past.
60791              
60792              Document that the evaled syntax errors cause scalar leaks.
60793              
60794              Fix for
60795              Subject: [ID 20000728.005] perl -P broken
60796              (hopefully).  The fix is also not complete, it seems to break
60797              BOM swallowing for libc5 systems, but until someone figures
60798              out a way to do this without ftell(), this will do.
60799              
60800              AUTHORS updates.
60801              
60802              Subject: Re: rsync'ed patches vs. rsync'ed source
60803              
60804              Admit that the test leaks scalars.
60805              
60806              Sanitize the environment further.
60807              
60808              VOS updates from Paul Green.
60809              
60810              Document %ENV = () portability issues.
60811              
60812              Make the stdio test program of 7427 less noisy while being 
60813              compiled so that Digital UNIX wouldn't get both
60814              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
60815              undefined.  This makes perlio happy.
60816              
60817              glibc5 detection by __GNU_LIBRARY__.
60818              
60819              %ENV note tweaks from Dan Sugalski.
60820              
60821              Varargs don't always work too well if one puts an unsigned
60822              char on the stack and pop an unsigned quad off the stack.
60823              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
60824              
60825              Subject: Pod updates
60826              
60827              Fake support of holey files in win/dosish platforms.
60828              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
60829              
60830              A doc addition for bug id 20001105.019, beware \p.
60831              
60832              Tweak #7587.
60833              
60834              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
60835              
60836              perlhack updates from H.Merijn Brand.
60837              
60838              Subject: [PATCH perl@7573] cygwin port
60839              Synchronize with Cygwin 1.1.5.
60840              
60841              Bad thinko in #7581 (I used the test program with the expanded
60842              values as-is).
60843              
60844              Make perlbug not insist on dumping to a file when stdout isn't a tty.
60845              Subject: [PATCH] perlbug.PL
60846              
60847              Overrideable keys, each, pop, push, shift, splice, unshift.
60848              Subject: [PATCH] prototyped functions that should be overrideable
60849              
60850              Try to avoid flockless and emulationless places.
60851      Branch: maint-5.6/perl
60852           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
60853            - MAINTAIN
60854           !> (integrate 111 files)
60855 ____________________________________________________________________________
60856 [  8172] By: jhi                                   on 2000/12/18  02:49:27
60857         Log: Regen pods.
60858      Branch: perl
60859            ! pod/perlmodlib.pod pod/perltoc.pod
60860 ____________________________________________________________________________
60861 [  8171] By: gsar                                  on 2000/12/18  02:49:24
60862         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
60863              7465..7471 from mainline
60864              
60865              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
60866              in platforms that strictly require all the symbols being present
60867              at link time.
60868              
60869              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
60870              
60871              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
60872              
60873              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
60874              
60875              Subject: [PATCH] todo
60876              
60877              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
60878              
60879              Use $sort, $uniq (and $tr) consistently as wondered
60880              by Nicholas Clark.
60881              
60882              Too enthusiastic editing in #7460.
60883              
60884              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
60885              
60886              Upgrade to CPAN 1.58_55.
60887              Subject: CPAN.pm status
60888              
60889              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
60890              
60891              Make target reordering to avoid pointless re-makes.
60892              Subject: Re: Total re-make of 'make okfile' after 7451 ?
60893              
60894              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
60895              
60896              Subject: DOC PATCH 5.6.0
60897              
60898              Add the repository doc by Malcolm, Sarathy, and by Simon,
60899              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
60900      Branch: maint-5.6/perl
60901           +> Porting/repository.pod
60902           !> Configure MANIFEST Makefile.SH README.dos README.os2
60903           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
60904           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
60905           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
60906 ____________________________________________________________________________
60907 [  8169] By: gsar                                  on 2000/12/18  02:33:34
60908         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
60909              7435..7441,7445 from mainline
60910              
60911              Make the UTF-8 decoding stricter and more verbose when
60912              malformation happens.  This involved adding an argument
60913              to utf8_to_uv_chk(), which involved changing its prototype,
60914              and prefer STRLEN over I32 for the UTF-8 length, which as
60915              a domino effect necessitated changing the prototypes of
60916              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
60917              The stricter UTF-8 decoding checking uses Markus Kuhn's
60918              UTF-8 Decode Stress Tester from
60919              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
60920              
60921              Run vms/vms_yfix.pl, should have done that after changing
60922              perly.c in #7382.
60923              
60924              Subject: [PATCH 5.7.0] static linking with uninstalled perl
60925              
60926              (Replaced by #7440.)
60927              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
60928              
60929              Fix the bug ID 20001024.005, the bug introduced by #7416.
60930              
60931              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
60932              
60933              Fix the bug reported in
60934              From: andreas.koenig@anima.de (Andreas J. Koenig)
60935              Also make is_utf8_char() stricter.
60936              
60937              Missed the header file changes from #7425.
60938              
60939              Check if stdio supports tweaking lval and cnt simultaneously.
60940              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
60941              
60942              Stratus VOS updates from Paul Green.
60943              
60944              Podify README.epoc and README.vos.
60945              
60946              Add targets to Makefile.SH, most importantly
60947              'regen_all' which also remembers to update vms/perly*.
60948              
60949              Subject: Minor update to find2perl, for portability
60950              
60951              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
60952              
60953              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
60954              
60955              Rename UTF8LEN() to be UNISKIP(), too confusing to have
60956              UTF8LEN() and UTF8SKIP(). 
60957              
60958              Allow poking holes at the UTF-8 decoding strictness.
60959              
60960              Continue the internal UTF-8 API tweaking.
60961              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
60962              used much more than the simpler API, now called utf8_to_uv_simple().
60963              Still not quite happy with API, too much partial duplication
60964              of functionality.
60965              
60966              A new version of making the syslog test more robust.
60967              (Replaces #7421.)
60968              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
60969              
60970              buildtoc target tweaks.
60971              
60972              Integrate with vmsperl #7430 by Charles Bailey:
60973              
60974              Cleanup from prior patch (Charles Lane?):
60975              - improve handling of MFDs in Basename and Path
60976              - default to no xsubpp line # munging when building debug images
60977      Branch: maint-5.6/perl
60978           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
60979           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
60980           !> (integrate 67 files)
60981 ____________________________________________________________________________
60982 [  8168] By: gsar                                  on 2000/12/18  02:05:49
60983         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
60984              
60985              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
60986              From: Martin Husemann <martin@duskware.de>
60987              
60988              Subject: [PATCH 5.7.0] restore match data on backtracing
60989              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60990      Branch: maint-5.6/perl
60991           !> regcomp.c regexec.c t/op/re_tests
60992 ____________________________________________________________________________
60993 [  8167] By: gsar                                  on 2000/12/18  01:55:22
60994         Log: integrate changes#7858,7986 from mainline
60995              
60996              C<foreach my $x ...> in pseudo-fork()ed process may diddle
60997              parent's memory; fix it by keeping track of the actual pad
60998              offset rather than a raw pointer (this change is probably also
60999              relevant to non-ithreads case to avoid fallout from reallocs of
61000              the pad array, but is currently only enabled for the ithreads
61001              case in the interests of minimal disruption to existing "well
61002              tested" code)
61003              
61004              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
61005              due to the notorious GetFileType() bug in Windows 9x, which fstat()
61006              tickles)
61007      Branch: maint-5.6/perl
61008           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
61009           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
61010           !> win32/win32.c win32/win32.h win32/win32sck.c
61011 ____________________________________________________________________________
61012 [  8166] By: gsar                                  on 2000/12/18  01:52:59
61013         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
61014              from mainline (xsubpp and ExtUtils::LibList fixups, various
61015              other small items)
61016              
61017              The generated boot_* headers are wrong.  Pickier compiler,
61018              such as KAI C++ will refuse to compile the resulting perlmain.
61019              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
61020              
61021              Various doc oddball characters.
61022              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
61023              
61024              Subject: [PATCH] Re: 20001101.003 PDL
61025              
61026              Subject: [PATCH 5.7.0] etags broken again
61027              
61028              Subject: [PATCH 5.7.0] Liblist finally works
61029              
61030              Subject: [PATCH 5.7.0] Liblist returns found libraries
61031              
61032              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
61033              
61034              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
61035              
61036              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
61037              OUT keyword nits.
61038              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
61039              OUT and IN_OUT documentation.
61040      Branch: maint-5.6/perl
61041           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
61042           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
61043           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
61044           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
61045           !> win32/bin/search.pl
61046 ____________________________________________________________________________
61047 [  8165] By: gsar                                  on 2000/12/18  01:28:45
61048         Log: integrate changes#7533,7563,7611,7623 from mainline (various
61049              malloc.c embellishments)
61050      Branch: maint-5.6/perl
61051           !> malloc.c pod/perldiag.pod
61052 ____________________________________________________________________________
61053 [  8164] By: gsar                                  on 2000/12/18  01:23:33
61054         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
61055              fixups)
61056      Branch: maint-5.6/perl
61057           !> utils/h2xs.PL
61058 ____________________________________________________________________________
61059 [  8163] By: gsar                                  on 2000/12/18  01:17:50
61060         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
61061              fixups)
61062      Branch: maint-5.6/perl
61063           !> Makefile.SH utils/perlbug.PL
61064 ____________________________________________________________________________
61065 [  8162] By: gsar                                  on 2000/12/18  00:25:43
61066         Log: always export Perl_deb() (it is required by re.xs whether
61067              Perl is built with or without -DDEBUGGING)
61068      Branch: maint-5.6/perl
61069            ! makedef.pl
61070 ____________________________________________________________________________
61071 [  8161] By: gsar                                  on 2000/12/18  00:23:38
61072         Log: integrate change#7414 from mainline
61073              
61074              Undo the basename() part of #7412 since the lib/basename
61075              tests would need upgrading too.
61076              
61077              squelch two tests in tr.t that rely on tr/// paranoia change
61078              that's not in 5.6.x
61079      Branch: maint-5.6/perl
61080            ! t/op/tr.t
61081           !> lib/File/Basename.pm
61082 ____________________________________________________________________________
61083 [  8160] By: gsar                                  on 2000/12/18  00:05:30
61084         Log: missing change in previous integrate
61085      Branch: maint-5.6/perl
61086           !> README.aix
61087 ____________________________________________________________________________
61088 [  8159] By: gsar                                  on 2000/12/18  00:03:38
61089         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
61090              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
61091              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
61092              7410..7413 from mainline
61093              
61094              Introduce the man[24-8] variables, from Andy Dougherty.
61095              
61096              Upgrade to CPAN 1.58, from Andreas König.
61097              
61098              An updated EBCDIC tr patch.
61099              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
61100              
61101              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
61102              
61103              Two thirds of
61104              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
61105              The Install.pm changes will be submitted separately because
61106              they need some work and discussion still.
61107              
61108              The Install.pm third of
61109              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
61110              
61111              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
61112              
61113              Subject: [PATCH 5.7.0] IVs in mtats
61114              
61115              Subject: [PATCH 5.7.0] Perl API for mstats
61116              
61117              Ilya implemented the memory profiling API.
61118              
61119              In Amdahl UTS "struct sv" is defined by a system header,
61120              <ksync.h>.
61121              
61122              Slight tweak of the code to appease Amdahl UTS cc.
61123              
61124              Amdahl UTS doesn't seem to do dynaloading.
61125              
61126              Use UTF8SKIP(), from Simon Cozens.
61127              
61128              Thinko in #7222.
61129              
61130              op/sprintf.t patch for OS/390 (and any other host with limited
61131              floating-point exponent length)
61132              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
61133              
61134              Tweak #7225.
61135              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
61136              
61137              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
61138              
61139              Needs to be conditional on SunOS 4.
61140              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
61141              
61142              Test cases for bug id 20000323.056 (the bug seems to be fixed).
61143              
61144              Add test for bug id 20000427.003 (which seems to have
61145              been fixed) (also duplicate as 20000427.004, though
61146              with a higher severity).  Move one utf8 from op/append
61147              to pragma/utf8, tag the tests with bug ids.
61148              
61149              Document FNCASE=y as discussed in the bug 20000902.009.
61150              
61151              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
61152              The problem was that rx->minlen was in chars while pp_split()
61153              thought it would be in bytes. 
61154              
61155              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
61156              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
61157              
61158              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
61159              
61160              Fix a couple of compiler-noted nits in #7235.
61161              
61162              Tweak the test of #7235.
61163              
61164              One more ~utf8 tweak.
61165              
61166              -w cleanup.
61167              Subject: Re: Problems with bleadperl 
61168              
61169              Subject: small pod patch
61170              
61171              Subject: [PATCH perlguts.pod] Document offset hack
61172              
61173              Add Charles Lane.
61174              
61175              Add the capability to include/exclude branches.
61176              
61177              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
61178              
61179              Detect early whether the std streams have gone bad.
61180              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
61181              
61182              More IoTYPE sprinkling.
61183              
61184              Workaround for a sfio bug where the stream error indicator
61185              is not cleared as documented.
61186              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
61187              
61188              Clarify documentation on 'use bytes'.
61189              Subject: Re: What does 'use bytes' "mean" ?
61190              
61191              Show the failed remote port, instead of the failing line number.
61192              Subject: [PATCH 5.6.1 Debugger] More diagnostics
61193              
61194              Make Cwd more bulletproof in chrooted environments.
61195              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
61196              
61197              Subject: Pod patch for Devel::Peek
61198              
61199              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
61200              
61201              Borland C fstat() never saw the fd as writable.
61202              Subject: fix for Borland's weak "stat" (perl@7211)
61203              
61204              Missing change from #7362.
61205              
61206              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
61207              
61208              Add the test case for the bug id 20000730.004 which seems
61209              to have been fixed by now.
61210              
61211              Fix of sorts for bug id 20000901.092.  There seems to be no trace
61212              of a 'pmshort' anywhere in the B, so the offending line was simply
61213              removed.
61214              
61215              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
61216              
61217              Subject: PATCH do_print has 2 PerlIO_error()s
61218              
61219              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
61220              
61221              Typo noted by Mark Lutz.
61222              
61223              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
61224              
61225              In the latest compiler builds cccdlflags must not become -fpic,
61226              from Wilfredo Sánchez.
61227              
61228              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
61229              
61230              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
61231              
61232              SOCKS function redefinitions need prototypes, too, otherwise
61233              for example 32 bit versus 64 bit differences cause a lot of
61234              problems.  Part of
61235              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
61236              
61237              Portability tweak on #7377.
61238              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
61239              
61240              Don't write double values through long double pointers,
61241              based on a part of
61242              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
61243              
61244              Reëntrancy fix.
61245              Subject: [PATCH perl@7229] Rentrant parser and yylex()
61246              
61247              Make scan_num() reëntrant, as suggested in
61248              Subject: [PATCH perl@7229] Rentrant parser and yylex()
61249              
61250              Fix for ID 20001020.006, concatenating an unset submatch
61251              with utf8 resulted in "Modification of a read-only value".
61252              
61253              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
61254              
61255              The #7383 was right only in the context of the original bug report,
61256              not in more general case.
61257              
61258              Update Changes.
61259              
61260              Testcases for a #7383,#7385 related bug.
61261              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
61262              
61263              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
61264              
61265              Tweak the Is* definitions of Unicode character classes
61266              to better match the official categorizations; embrace
61267              the official categorizations; add the combining marks
61268              as alpha (and -numeric); fix DCinital (a typo and edito)
61269              to be DCmedial.
61270              
61271              Hints tweak from Anton Berezin.
61272              
61273              Subject: installman go-faster stripes
61274              Subject: Re: installman go-faster stripes
61275              
61276              Subject: [ID 20001021.003] updated hints/openbsd.sh
61277              
61278              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
61279              
61280              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
61281              
61282              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
61283              
61284              Doc patch.
61285              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
61286              
61287              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
61288              
61289              Subject: Re: [ID 20001021.005] SEGV with regex match 
61290              
61291              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
61292              
61293              The change #7187 was not so good on VMS.
61294              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
61295              
61296              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
61297              
61298              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
61299              
61300              Document PERL_INSTALL_ROOT of #7210.
61301      Branch: maint-5.6/perl
61302           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
61303           +> t/lib/tie-splice.t
61304            - lib/unicode/Is/DCinital.pl
61305           !> (integrate 112 files)
61306 ____________________________________________________________________________
61307 [  8158] By: jhi                                   on 2000/12/17  23:04:24
61308         Log: Subject: [PATCHES] RE: perl@8150 
61309              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
61310              Date: Sun, 17 Dec 2000 21:46:39 +0100
61311              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
61312              
61313              Neither cygwin has a getpwuid() one can trust on.
61314      Branch: perl
61315            ! t/lib/glob-basic.t
61316 ____________________________________________________________________________
61317 [  8157] By: jhi                                   on 2000/12/17  23:01:54
61318         Log: More MAN.PODS => {} fixes.
61319      Branch: perl
61320            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
61321            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
61322            ! os2/OS2/REXX/Makefile.PL
61323 ____________________________________________________________________________
61324 [  8156] By: gsar                                  on 2000/12/17  22:49:13
61325         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
61326              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
61327              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
61328              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
61329              7201,7204 from mainline
61330              
61331              Remove vestiges of tr//CU.
61332              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
61333              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
61334              
61335              The return value of setlocale must be copied away.
61336              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
61337              
61338              Allow chop() and chomp() to be overridden.
61339              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
61340              
61341              Hints optimization.
61342              Subject: Minor nit
61343              
61344              Subject: [PATCH] de-wall t/README
61345              
61346              Subject: Re: Two advertising clauses need to be removed
61347              
61348              Batch of UTF-8 patches from Simon Cozens.
61349              
61350              Fix for a parsing bug, not for the original bug.
61351              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
61352              
61353              Compilation warnings and an error.
61354              
61355              Subject: File::Find 5.7.0 POD nits
61356              
61357              Subject: [PATCH perl-5.7.0] continued -Wformat support
61358              
61359              The one that got away.
61360              
61361              Subject: Re: perl@7078
61362              
61363              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
61364              convertable to bytes by checking it doesn't go above 0xc3
61365              Subject: Re: perl@7078
61366              
61367              Replace #7084 with
61368              Subject: Re: perl@7078 
61369              
61370              We don't need to count the high bit bytes, a boolean is enough. 
61371              
61372              Subject: [PATCH] utf8.c apidoc
61373              
61374              Subject: Re: perl@7078 
61375              
61376              Botched the #7090 check-in.
61377              
61378              Fix for the charnames.t failures from Spider Boardman.
61379              
61380              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
61381              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
61382              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
61383              0 to checking to get the warning.
61384              
61385              Subject: [PATCH] Nits in perlmod.pod
61386              
61387              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
61388              
61389              Subject: Re: unicode support and perl [ID 20000901.097]
61390              
61391              Subject: Re: unicode support and perl [ID 20000901.097]
61392              
61393              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
61394              
61395              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
61396              
61397              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
61398              
61399              Subject: [PATCH@blead] Fix some recursion in overload.pm
61400              
61401              s/Robin Parker/Robin Barker/
61402              
61403              Subject: [PATCH] Fix aliasing of tied filehandles
61404              
61405              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
61406              
61407              Subject: Re: [PATCH 5.005_64 missed]
61408              
61409              SOCK_DGRAM and listen() do not mix as reported in
61410              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
61411              The patch for 5.7.0+ had to be reengineered, though.
61412              
61413              Subject: DOC PATCH 5.6.0
61414              
61415              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
61416              
61417              Document the issue (is not a syntax error, kind of)
61418              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
61419              
61420              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
61421              Did not apply cleanly, manual intervention was needed.
61422              
61423              Subject: [PATCH] DLL not restartabke with threaded perl
61424              
61425              Inside require() $^S was always left undefined.
61426              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
61427              
61428              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
61429              
61430              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
61431              
61432              Regen headers.
61433              
61434              Subject: [PATCH 5.7.0] Epoc update
61435              
61436              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
61437              as suggested by Olaf Flebbe and Nick Clark.
61438              
61439              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
61440              
61441              Misplaced else.
61442              
61443              Scale down the VMS message boxes, by Charles Lane.
61444              Fix for ID 20000903.009, workaround at
61445              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
61446              
61447              Subject: [ID 20001003.006] B::Debug not -w clean
61448              
61449              Test harness update to sync with the new perlcc,
61450              from Simon Cozens.
61451              
61452              One remaining nit less at the VMS mailbox sizing.
61453              
61454              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
61455              
61456              It is possible to have no hosts database at all.  Pointed out in
61457              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
61458              
61459              Subject: [PATCH 5.7.0] h2xs not working
61460              Subject: [PATCH 5.7.0] h2xs not documenting the created module
61461              
61462              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
61463              
61464              Subject: perlhack.pod Patch for Externals Tools
61465              
61466              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
61467              
61468              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
61469              
61470              Enable disabling scripts installation by Configure -Uinstallscripts,
61471              suggested by H. Merijn Brand.
61472              
61473              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
61474              reported several times by Dominic Dunlop, for example in
61475              ID 20000315.008.  Patch from Dominic.  Patch affects at
61476              least MachTen, and possibly other oldish BSDs. Should not
61477              break non-broken platforms (tested on LinuxPPC). 
61478              
61479              Regen toc.
61480              
61481              Subject: Re: Questions about Tie::Array and perl modules
61482              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
61483              
61484              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
61485              
61486              Tweak #7153.
61487              
61488              IO::Handle->syswrite() did not handle length omission
61489              like CORE::syswrite() does.
61490              Subject: [Fwd] IO::Handle, syswrite and arguments
61491              The original patch from andrew@ugh.net.au.
61492              
61493              Also the $ccflags is needed for the C compiler check.
61494              Subject: Configure (check for C-compiler)
61495              
61496              Eliminate $Is_VMS code from the test.
61497              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
61498              
61499              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
61500              as the first option of cc/ld because of ultrapicky compilers
61501              (e.g. OS/390 R2.5)
61502              
61503              Change the version number of Tie::Handle in the core to 4.0,
61504              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
61505              Subject: Note on Tie::Handle
61506              
61507              UTF8ize split() so that the cloned substrings get the UTF8
61508              flag of the original scalar.  Problem reported by Simon Cozens.
61509              
61510              save_re_context() could reset PL_curcop to freed memory, causing core
61511              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
61512              
61513              Subject: PATCH 5.6 perldebguts grammar cleanup
61514              
61515              Add a todo note about overloadable assertions.
61516              
61517              on Windows, LoadLibrary() could load an extension DLL multiple
61518              times if forward slashes are used in the path
61519              
61520              on Windows, cwd strings in the environment should be of the
61521              form =X:=X:\foo instead of =X=X:\foo\
61522              
61523              on Windows, avoid potential exception (could happen if MSVCRT isn't
61524              being used) when closing a socket handle
61525              
61526              avoid nonportable example code
61527              
61528              Windows9x doesn't support link(), despite what Config.pm
61529              might think
61530              
61531              pod nit
61532              
61533              Change #7160 had a nasty typo.
61534              
61535              Warn about unknown scripts.
61536              Subject: Re: ideas? patches? [PATCH bleadperl]
61537              
61538              on Windows, clean targets might not work under some flavors of the shell
61539              
61540              tweak for change#7173
61541              
61542              Make eq work again with utf8 (disabling the upgrading
61543              should no more be necessary since the copies of the
61544              scalars are upgraded, not the scalars themselves).
61545              Takes care of ID 20001009.001.  (The claimed length()
61546              bug in 20001009.001 seems bogus to me.)
61547              
61548              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
61549              
61550              Upgrade to CGI.pm 2.74, from Lincoln Stein.
61551              
61552              Upgrade to podlators 1.04, from Russ Allbery.
61553              
61554              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
61555              
61556              Quote the temp file name, needed in Win32 because the
61557              default name unfortunately contains spaces, shouldn't
61558              hurt elsewhere.
61559              Subject: FW: perldoc fails if $TEMP contains spaces
61560              
61561              Subject: RE: [ID 19990803.001] README.win32 suggestions 
61562              
61563              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
61564              
61565              Subject: Re: utf8 concat, mg_get
61566              
61567              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
61568              
61569              Subject: [PATCH: perl@7181] op/tr tests on OS/390
61570              
61571              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
61572              
61573              Use the versiononly instead of the installscripts,
61574              retract the changes 7146 and 7147.
61575              
61576              Reapply Andy's patch and regen Configure.
61577              
61578              Add the test case for #7190, from the original bug report
61579              by Andreas König.
61580              
61581              Remove duplicated code.
61582              
61583              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
61584              
61585              restore change#7202
61586      Branch: maint-5.6/perl
61587           !> (integrate 121 files)
61588 ____________________________________________________________________________
61589 [  8155] By: jhi                                   on 2000/12/17  22:30:58
61590         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
61591              From: "Craig A. Berry" <craigberry@mac.com>
61592              Date: Sun, 17 Dec 2000 13:09:28 -0600
61593              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
61594              
61595              MAN.PODS => ' ' is naughty.
61596      Branch: perl
61597            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
61598 ____________________________________________________________________________
61599 [  8154] By: nick                                  on 2000/12/17  22:07:13
61600         Log: MULTIPLICITY nit.
61601      Branch: perl
61602            ! mg.c
61603 ____________________________________________________________________________
61604 [  8153] By: gsar                                  on 2000/12/17  21:23:05
61605         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
61606              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
61607              from mainline
61608              
61609              Document the SvIOK_.*UV().
61610              
61611              Update Unicode todo list.
61612              
61613              Guard against bad string->int conversion for quads.
61614              
61615              Subject: small apidoc fix
61616              
61617              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
61618              
61619              Subject: [PATCH] Tied filehandle documentation
61620              
61621              Subject: [PATCH] Modernize Opcode.pm documentation
61622              
61623              Make Data::Dumper (non-XS) to work with changed semantics of ref().
61624              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
61625              [applied even though said semantics didn't change in 5.6.x]
61626              
61627              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
61628              
61629              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
61630              
61631              Fix the URL, but the server is still missing in action.
61632              Subject: [ID 20000905.002] perlfaq1.pod URL error
61633              
61634              Subject: [ID 20000903.001] \w in utf8-strings
61635              
61636              Fix the ccversion detection for 5.1 and beyond.
61637              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
61638              
61639              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
61640              
61641              Subject: [ID 20000904.008] Tiny fix for perldiag
61642              
61643              Subject: Re: [ID 20000906.004] segfault with bad perl statement
61644              
61645              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
61646              
61647              Subject: [ID 20000908.002] perlipc documentation bug.
61648              
61649              Subject: [PATCH lib/Benchmark.pm]
61650              
61651              Re-allow vec() for characters > 255.
61652              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
61653              
61654              Do away with memory models cruft.  Sorry, PDP users.
61655              
61656              Continue #7041.
61657              
61658              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
61659              
61660              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
61661              
61662              Upgrade to CPAN 1.57_65, from Andreas König.
61663              
61664              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
61665              by Russ Allbery.
61666              
61667              Silence t/pod/*.t about alternate quote-mappings now implemented
61668              by Pod::Text, from Brad Appleton.
61669              
61670              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
61671              Subject: borland C++ win32.c tweak
61672              
61673              C<@a = @b = split(...)> optimization coredumps under ithreads
61674              (missed a spot when fixing up op_pmreplroot hack for ithreads)
61675              
61676              Document the SvUTF8*().
61677              
61678              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
61679              
61680              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
61681              
61682              Do in VMS as the #7054 does.
61683              
61684              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
61685              
61686              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
61687              
61688              Subject: [patch: perl@7045] vms updates
61689              
61690              Test for the #7049.
61691              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
61692              
61693              Break up the myconfig lines a bit.
61694              Subject: perlbug/perl -V output format
61695              
61696              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
61697              
61698              The #7054 truncated Configure badly.
61699              
61700              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
61701              initialization in all the threads on Windows
61702              
61703              Allow for whitespace between "#" and "line" in cpp output.
61704              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
61705              
61706              Remove vestiges of tr//CU.
61707              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
61708              
61709              The return value of setlocale must be copied away.
61710              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
61711              
61712              Allow chop() and chomp() to be overridden.
61713              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
61714              
61715              Hints optimization.
61716              Subject: Minor nit
61717              
61718              Subject: [PATCH] de-wall t/README
61719              
61720              Subject: Re: Two advertising clauses need to be removed
61721      Branch: maint-5.6/perl
61722           !> (integrate 75 files)
61723 ____________________________________________________________________________
61724 [  8152] By: gsar                                  on 2000/12/17  20:30:11
61725         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
61726              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
61727              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
61728              
61729              Don't attach -ld to the archname if pointless.
61730              
61731              Document UNTIE in a very minimalistic way.
61732              
61733              POSIX doesn't report long double values under -Duselongdouble
61734              when the long doubles are "real" (bigger than doubles).
61735              
61736              More author updates.
61737              
61738              Try to deduce NV_MAX.  Really should be Configure fodder.
61739              
61740              :: not allowed in pathnames, change to .
61741              Subject: [PATCH perl@6938] cygwin port
61742              
61743              Forget about NV_MAX (#6951).  Various floating point tweaks,
61744              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
61745              
61746              Move the Solaris 7 scan to use64bitall, make the
61747              failure to find 64-bot sparc libc to mention the
61748              possibility of being in an intel, from Lupe and Alan.
61749              
61750              Regen perltoc.
61751              
61752              AUTHORS tweaks, from Peter Prymmer.
61753              
61754              More address tweaking.
61755              
61756              Small tweaks all over.
61757              
61758              File::Temp patches from Andreas König,
61759              
61760              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
61761              
61762              Subject: CPAN.pm beta 1.57_57 for the core
61763              
61764              Part of the solution.
61765              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
61766              
61767              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
61768              
61769              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
61770              
61771              Add the overload warnings to perldiag.
61772              
61773              Drop unused argument.
61774              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
61775              
61776              Subject: Nit in Configure (bleadperl@6961)
61777              
61778              Update to PodParser 1.18, from Brad Appleton.
61779              
61780              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
61781              
61782              Subject: [PATCH: 6948] add SCNfldbl to configure.com
61783              
61784              Document UNTIE. Also tweak implementation to suppress the 'inner references'
61785              warning when UNTIE exists and instead pass the cound of extra references to
61786              the UNTIE method.
61787              
61788              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
61789              so that case-ignoring systems like DCL can tell them from
61790              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
61791              
61792              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
61793              
61794              Feature ordering tweak.
61795              
61796              Regen perltoc.
61797              
61798              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
61799              
61800              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
61801              
61802              Subject: http:// in L<>
61803              
61804              Detypo.
61805              
61806              change#6791 accidentally clobbered change#6710, put it back
61807              
61808              Only the first line, thank you very much.
61809              
61810              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
61811              plus rework the http: spots as suggested by Tom Christiansen,
61812              plus regen perltoc.
61813              
61814              Undo part of change 6489 which looks like a bulk edit which
61815              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
61816              The supressing of main:: on return from select() is undesirable.
61817              
61818              Apparently avoiding the swapping is too costly.
61819              
61820              Various Configure nits by Philip Newton,
61821              plus the ebcdic one by me.
61822              
61823              Make certain cc is set before trying to run it.
61824              
61825              If overloaded %{} etc. return the object do not loop.
61826              Thus  sub deref { $_[0] } functions if object is wanted type.
61827              
61828              Update perlhist.
61829              
61830              More %{} and other deref special casing - do not pass to 'nomethod'.
61831      Branch: maint-5.6/perl
61832           !> (integrate 59 files)
61833 ____________________________________________________________________________
61834 [  8151] By: gsar                                  on 2000/12/17  19:14:38
61835         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
61836              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
61837              
61838              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
61839              
61840              Make the epsilon to be relative, not absolute.
61841              
61842              Put back the flags dump as reasoned in
61843              Subject: Re: [PATCH] Glob dumping
61844              
61845              Introduce ccname to keep track of what compiler kind of we have.
61846              
61847              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
61848              
61849              Put back the slice accidentally removed by #6907.
61850              
61851              Reset archname and archname64 always, forcing them be
61852              recomputed at each Configure run, make Configure and
61853              the hints files agree on the naming of largefiles variables.
61854              
61855              Don't say "Perl 5.0 source kit".
61856              
61857              Subject: [PATCH] fix misc cast warnings
61858              
61859              Subject: typos in pods
61860              
61861              NVs not necessarily doubles, as pointed out by Yitzchak.
61862              
61863              Subject: [PATCH 6889] add a few ldbl formats to configure.com
61864              
61865              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
61866              
61867              Better options for rsync.
61868              
61869              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
61870              
61871              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
61872              
61873              Subject: [PATCH] Re: UNTIE method 
61874              
61875              A better fix for the Socket building problem from Craig Berry.
61876              
61877              Retract the dummy test, skip the security tests (instead of failing),
61878              explain what the warnings mean.
61879              
61880              Heap decorruption.
61881              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
61882              
61883              Update to Unicode 3.0.1.
61884              
61885              Missed one Unicode file.
61886              
61887              Subject: Re: typos in pods
61888              
61889              The #6929 was too skimpy.
61890              
61891              sscanf() may be the only way to read long doubles from strings.
61892              
61893              Reveal Borland's isnan.
61894              Subject: build with BC++ tweak
61895              
61896              Issue useful diagnostic on unknown pod commands.
61897              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
61898              
61899              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
61900              
61901              Clarify the third case of ftmp-security warnings.
61902              
61903              Make -Dusemorebits find long doubles in Solaris.
61904              
61905              Wrap the test in eval.
61906      Branch: maint-5.6/perl
61907           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
61908           +> lib/unicode/PropList.txt lib/unicode/README.perl
61909           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
61910           +> lib/unicode/Unicode.301 vms/vmspipe.com
61911            - lib/unicode/Props.txt lib/unicode/UCD300.html
61912            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
61913           !> (integrate 305 files)
61914 ____________________________________________________________________________
61915 [  8150] By: jhi                                   on 2000/12/17  18:47:57
61916         Log: Uncheckedin generated files.
61917      Branch: perl
61918            ! global.sym perlapi.c pod/perlapi.pod
61919 ____________________________________________________________________________
61920 [  8149] By: jhi                                   on 2000/12/17  18:41:22
61921         Log: Update Changes.
61922      Branch: perl
61923            ! Changes patchlevel.h
61924 ____________________________________________________________________________
61925 [  8148] By: jhi                                   on 2000/12/17  18:39:16
61926         Log: Subject: [PATCH] Fcntl constants speedup
61927              From: Nicholas Clark <nick@ccl4.org>
61928              Date: Sun, 17 Dec 2000 16:29:24 +0000
61929              Message-ID: <20001217162924.E97668@plum.flirble.org>
61930              
61931              Use IVs for the Fcntl constants instead of NVs.
61932      Branch: perl
61933            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
61934 ____________________________________________________________________________
61935 [  8147] By: jhi                                   on 2000/12/17  18:33:41
61936         Log: Add test for #8145 (binmode() warning), add warning for
61937              ioctl() and sockpair(), document them. (fileno() cannot
61938              be tripwired with the same kind of warning because
61939              'defined fileno($foo)' seems to be an idiom.)
61940      Branch: perl
61941            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
61942 ____________________________________________________________________________
61943 [  8146] By: gsar                                  on 2000/12/17  18:09:08
61944         Log: update Changes
61945      Branch: maint-5.6/perl
61946            ! Changes
61947 ____________________________________________________________________________
61948 [  8145] By: jhi                                   on 2000/12/17  17:39:35
61949         Log: Subject: [PATCH] Re: The long awaited feature ...
61950              From: Simon Cozens <simon@cozens.net>
61951              Date: Sun, 17 Dec 2000 12:31:56 +0000
61952              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
61953              
61954              Add a warning to binmode() about using bad filehandles
61955              (can happen e.g. if someone forgets the filehandle argument)
61956      Branch: perl
61957            ! pp_sys.c
61958 ____________________________________________________________________________
61959 [  8144] By: jhi                                   on 2000/12/17  17:33:48
61960         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
61961              From: Jonathan Stowe <gellyfish@gellyfish.com>
61962              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
61963              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
61964      Branch: perl
61965            ! lib/Net/Ping.pm
61966 ____________________________________________________________________________
61967 [  8143] By: jhi                                   on 2000/12/17  05:31:37
61968         Log: Polymorphic regexps.
61969              
61970              Fixes at least the bugs 20001028.003 (both of them...) and
61971              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
61972              also to be fixed by now, probably already before this patch.
61973      Branch: perl
61974            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
61975            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
61976            ! t/op/utf8decode.t t/pragma/utf8.t
61977 ____________________________________________________________________________
61978 [  8142] By: jhi                                   on 2000/12/16  17:16:05
61979         Log: Subject: [patch perl@8102] dos/djgpp update
61980              From: Laszlo Molnar <ml1050@freemail.hu>
61981              Date: Sat, 16 Dec 2000 01:40:52 +0100
61982              Message-ID: <20001216014052.A335@freemail.hu>
61983      Branch: perl
61984            ! djgpp/config.over t/base/commonsense.t
61985 ____________________________________________________________________________
61986 [  8141] By: jhi                                   on 2000/12/16  17:09:27
61987         Log: Few uncheckedin files.
61988      Branch: perl
61989            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
61990 ____________________________________________________________________________
61991 [  8140] By: nick                                  on 2000/12/15  22:14:31
61992         Log: Integrate mainline
61993      Branch: perlio
61994           !> (integrate 53 files)
61995 ____________________________________________________________________________
61996 [  8139] By: jhi                                   on 2000/12/15  19:49:49
61997         Log: One more IVUV tweak from Nicholas Clark.
61998      Branch: perl
61999            ! sv.c
62000 ____________________________________________________________________________
62001 [  8138] By: jhi                                   on 2000/12/15  19:17:06
62002         Log: Return of the IVUV-preservation, now seems to be happy even
62003              in Digital UNIX (the broken strtoul brokenness detection
62004              seems to have been the fly in the ointment).
62005      Branch: perl
62006            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62007            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
62008            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
62009            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
62010            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
62011            ! vos/config.ga.h win32/config.bc win32/config.gc
62012            ! win32/config.vc
62013 ____________________________________________________________________________
62014 [  8137] By: jhi                                   on 2000/12/15  18:12:14
62015         Log: Metaconfig unit change for #8136.
62016      Branch: metaconfig
62017            ! U/modified/d_strtoul.U
62018      Branch: metaconfig/U/perl
62019            ! d_strtoull.U d_strtouq.U
62020 ____________________________________________________________________________
62021 [  8136] By: jhi                                   on 2000/12/15  18:11:35
62022         Log: I don't think it's sensible or portable to test the strtou*
62023              on /^-/ strings.
62024      Branch: perl
62025            ! Configure
62026 ____________________________________________________________________________
62027 [  8135] By: jhi                                   on 2000/12/15  17:18:49
62028         Log: Metaconfig unit change for #8134.
62029      Branch: metaconfig
62030            ! U/modified/d_strtoul.U
62031 ____________________________________________________________________________
62032 [  8134] By: jhi                                   on 2000/12/15  17:14:13
62033         Log: If longsize is 8 we don't need a LL suffix for integer constants.
62034      Branch: perl
62035            ! Configure config_h.SH
62036 ____________________________________________________________________________
62037 [  8133] By: jhi                                   on 2000/12/15  16:00:23
62038         Log: Update Changes.
62039      Branch: perl
62040            ! Changes patchlevel.h
62041 ____________________________________________________________________________
62042 [  8132] By: jhi                                   on 2000/12/15  15:44:16
62043         Log: Some compilers get huffy if you do not cast a const pointer
62044              to a non-const when assigning.
62045      Branch: perl
62046            ! gv.c
62047 ____________________________________________________________________________
62048 [  8131] By: jhi                                   on 2000/12/15  15:38:30
62049         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
62050              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62051              Date: Fri, 15 Dec 2000 05:26:57 -0500
62052              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
62053      Branch: perl
62054            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
62055            ! t/pragma/overload.t
62056 ____________________________________________________________________________
62057 [  8130] By: jhi                                   on 2000/12/15  15:36:08
62058         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
62059              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62060              Date: Thu, 14 Dec 2000 22:02:43 -0500
62061              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
62062      Branch: perl
62063            ! gv.c perl.h
62064 ____________________________________________________________________________
62065 [  8129] By: jhi                                   on 2000/12/15  15:34:16
62066         Log: Subject: PATCH: h2xs nit
62067              From: Tim Jenness <t.jenness@jach.hawaii.edu>
62068              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
62069              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
62070              
62071              Add a template README.
62072      Branch: perl
62073            ! utils/h2xs.PL
62074 ____________________________________________________________________________
62075 [  8128] By: jhi                                   on 2000/12/15  15:32:22
62076         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
62077      Branch: perl
62078            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
62079 ____________________________________________________________________________
62080 [  8127] By: jhi                                   on 2000/12/15  15:19:34
62081         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
62082              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62083              Date:     Thu, 14 Dec 2000 20:04:42 EST
62084              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
62085      Branch: perl
62086            ! ext/Opcode/Opcode.xs
62087 ____________________________________________________________________________
62088 [  8126] By: jhi                                   on 2000/12/15  15:17:49
62089         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
62090              From: Peter Prymmer <pvhp@forte.com>
62091              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
62092              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
62093      Branch: perl
62094            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
62095            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
62096            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
62097 ____________________________________________________________________________
62098 [  8125] By: jhi                                   on 2000/12/15  15:11:05
62099         Log: This seems to be a stage sane and stable enough to checkin.
62100              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
62101      Branch: perl
62102            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
62103            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
62104            ! t/op/cmp.t t/op/numconvert.t
62105 ____________________________________________________________________________
62106 [  8124] By: jhi                                   on 2000/12/15  04:20:26
62107         Log: Something is really wonky.
62108      Branch: perl
62109            ! sv.c
62110 ____________________________________________________________________________
62111 [  8123] By: jhi                                   on 2000/12/15  04:00:50
62112         Log: Fixes for the IV UV patches to compile in Digital UNIX.
62113      Branch: perl
62114            ! sv.c
62115 ____________________________________________________________________________
62116 [  8122] By: jhi                                   on 2000/12/15  02:53:40
62117         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
62118              From: "Craig A. Berry" <craigberry@mac.com>
62119              Date: Thu, 14 Dec 2000 19:10:49 -0600
62120              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
62121      Branch: perl
62122            ! vms/vms.c
62123 ____________________________________________________________________________
62124 [  8121] By: jhi                                   on 2000/12/15  02:50:00
62125         Log: Metaconfig changes for #8120.
62126      Branch: metaconfig
62127            + U/modified/d_strtoul.U
62128      Branch: metaconfig/U/perl
62129            ! d_strtoull.U d_strtouq.U
62130 ____________________________________________________________________________
62131 [  8120] By: jhi                                   on 2000/12/15  02:49:42
62132         Log: From: Nicholas Clark <nick@ccl4.org> 
62133              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
62134              Date: Thu, 14 Dec 2000 18:38:57 +0000
62135              Message-ID: <20001214183857.B97909@plum.flirble.org>
62136      Branch: perl
62137            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62138            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
62139            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
62140            ! vos/config.ga.def vos/config.ga.h win32/config.bc
62141            ! win32/config.gc win32/config.vc
62142 ____________________________________________________________________________
62143 [  8119] By: jhi                                   on 2000/12/14  23:40:58
62144         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
62145              From: Nicholas Clark <nick@ccl4.org>
62146              Date: Wed, 13 Dec 2000 20:08:50 +0000
62147              Message-ID: <20001213200849.B71166@plum.flirble.org>
62148      Branch: perl
62149            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
62150            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
62151 ____________________________________________________________________________
62152 [  8118] By: jhi                                   on 2000/12/14  22:46:26
62153         Log: Integrate perlio.
62154      Branch: perl
62155           !> MANIFEST ext/Encode/compile makedef.pl
62156 ____________________________________________________________________________
62157 [  8117] By: nick                                  on 2000/12/14  22:38:53
62158         Log: Win32 tweaks to get Encode to build
62159              - temp hack to makedef.pl till PerlIO is properly "exported".
62160              - MSVC dislikes  
62161              static encpage_t foo[];
62162              so make 'em extern for now.
62163      Branch: perlio
62164            ! ext/Encode/compile makedef.pl
62165 ____________________________________________________________________________
62166 [  8116] By: nick                                  on 2000/12/14  22:00:53
62167         Log: Document the new files
62168      Branch: perlio
62169            ! MANIFEST
62170 ____________________________________________________________________________
62171 [  8115] By: jhi                                   on 2000/12/14  21:58:01
62172         Log: MANIFEST new files of #8114.
62173      Branch: perl
62174            ! MANIFEST
62175 ____________________________________________________________________________
62176 [  8114] By: jhi                                   on 2000/12/14  21:50:49
62177         Log: Integrate perlio.
62178      Branch: perl
62179           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
62180           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
62181           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
62182           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
62183           !> ext/Encode/Makefile.PL
62184 ____________________________________________________________________________
62185 [  8113] By: jhi                                   on 2000/12/14  21:48:49
62186         Log: The documentation part of the
62187              
62188              Subject: [ID 20001214.002] Net::Ping patch
62189              From: Jonathan Stowe <gellyfish@gellyfish.com>
62190              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
62191              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
62192              since the #7529 had already addressed the same problem.
62193      Branch: perl
62194            ! lib/Net/Ping.pm
62195 ____________________________________________________________________________
62196 [  8112] By: jhi                                   on 2000/12/14  21:42:57
62197         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
62198              From: Dominic Dunlop <domo@computer.org>
62199              Date: Tue, 12 Dec 2000 10:47:10 +0100
62200              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
62201              
62202              Document how elusive subroutines can be.
62203      Branch: perl
62204            ! pod/perlfunc.pod
62205 ____________________________________________________________________________
62206 [  8111] By: jhi                                   on 2000/12/14  21:38:05
62207         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
62208              From: Dominic Dunlop <domo@computer.org>
62209              Date: Thu, 14 Dec 2000 10:13:51 +0100
62210              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
62211      Branch: perl
62212            ! ext/POSIX/POSIX.pod
62213 ____________________________________________________________________________
62214 [  8110] By: jhi                                   on 2000/12/14  21:36:32
62215         Log: Subject: [patch] perlfaq7
62216              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
62217              Date: Thu, 14 Dec 2000 15:31:07 +0100
62218              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
62219      Branch: perl
62220            ! pod/perlfaq7.pod
62221 ____________________________________________________________________________
62222 [  8109] By: jhi                                   on 2000/12/14  21:29:20
62223         Log: Subject: [8104] Encode
62224              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62225              Date: Thu, 14 Dec 2000 14:49:34 +0100
62226              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
62227              
62228              Type casting for nervous compilers.
62229      Branch: perl
62230            ! ext/Encode/Encode.xs
62231 ____________________________________________________________________________
62232 [  8108] By: jhi                                   on 2000/12/14  21:26:17
62233         Log: Subject: [8104] DB_File
62234              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62235              Date: Thu, 14 Dec 2000 14:49:35 +0100
62236              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
62237              
62238              Type definition incorrect for DB 2.7.7.  Not known when it
62239              changed, so only changed it for a known revision.
62240      Branch: perl
62241            ! ext/DB_File/DB_File.xs
62242 ____________________________________________________________________________
62243 [  8107] By: jhi                                   on 2000/12/14  21:23:41
62244         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
62245              From: Peter Prymmer <pvhp@forte.com>
62246              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
62247              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
62248              
62249              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
62250      Branch: perl
62251            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
62252            ! ext/Encode/Encode/posix-bc.enc
62253 ____________________________________________________________________________
62254 [  8106] By: nick                                  on 2000/12/14  20:36:13
62255         Log: "Cold" build correction to Encode's Makefile.PL
62256      Branch: perlio
62257            ! ext/Encode/Makefile.PL
62258 ____________________________________________________________________________
62259 [  8105] By: nick                                  on 2000/12/14  20:09:37
62260         Log: "Compiled" encodings.
62261              Correct replacement character in EBCDIC .enc files
62262              Add 0x7F to ASCII repertoire.
62263      Branch: perlio
62264            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
62265            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
62266            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
62267            ! ext/Encode/Makefile.PL ext/Encode/compile
62268            ! ext/Encode/encengine.c ext/Encode/encode.h
62269 ____________________________________________________________________________
62270 [  8104] By: nick                                  on 2000/12/14  00:38:20
62271         Log: Integrate mainline
62272      Branch: perlio
62273           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
62274           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
62275           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
62276           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
62277           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
62278           !> t/lib/db-hash.t t/lib/db-recno.t
62279 ____________________________________________________________________________
62280 [  8103] By: nick                                  on 2000/12/13  23:16:13
62281         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
62282              so far and so it does not get lost.
62283      Branch: perlio
62284            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
62285 ____________________________________________________________________________
62286 [  8102] By: jhi                                   on 2000/12/13  17:14:22
62287         Log: Update Changes.
62288      Branch: perl
62289            ! Changes patchlevel.h
62290 ____________________________________________________________________________
62291 [  8101] By: jhi                                   on 2000/12/13  16:53:41
62292         Log: Move the proto of start_glob() to a better place; regen api files.
62293      Branch: perl
62294            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
62295 ____________________________________________________________________________
62296 [  8100] By: jhi                                   on 2000/12/13  16:47:11
62297         Log: Metaconfig change for #8099.
62298      Branch: metaconfig
62299            ! U/modified/Head.U
62300 ____________________________________________________________________________
62301 [  8099] By: jhi                                   on 2000/12/13  16:46:48
62302         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
62303              From: Andy Dougherty <doughera@lafayette.edu>
62304              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
62305              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
62306      Branch: perl
62307            ! Configure
62308 ____________________________________________________________________________
62309 [  8098] By: jhi                                   on 2000/12/13  16:39:02
62310         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
62311              From: rspier@pobox.com (Robert Spier)
62312              Date: Tue, 12 Dec 2000 21:12:39 -0500
62313              Message-ID: <14902.56087.678086.725773@rls.cx>
62314              
62315              fastgetcwd is defined using a glob alias on a $^O dependent basis -
62316              and there was no default assignment or perl subroutine.
62317      Branch: perl
62318            ! lib/Cwd.pm
62319 ____________________________________________________________________________
62320 [  8097] By: jhi                                   on 2000/12/13  16:16:01
62321         Log: Subject: [PATCH] move startglob out of pp_hot.c
62322              From: Nicholas Clark <nick@ccl4.org>
62323              Date: Mon, 11 Dec 2000 23:16:39 +0000
62324              Message-ID: <20001211231638.A55550@plum.flirble.org>
62325      Branch: perl
62326            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
62327 ____________________________________________________________________________
62328 [  8096] By: jhi                                   on 2000/12/13  15:26:23
62329         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
62330              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
62331              Date: Wed, 13 Dec 2000 14:01:37 +0100
62332              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
62333              
62334              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
62335              in turn requires libpthread in libswanted.
62336      Branch: perl
62337            ! hints/hpux.sh
62338 ____________________________________________________________________________
62339 [  8095] By: jhi                                   on 2000/12/12  19:51:05
62340         Log: The integration wars continue.
62341      Branch: perl
62342           !> sv.c
62343 ____________________________________________________________________________
62344 [  8094] By: jhi                                   on 2000/12/12  19:48:26
62345         Log: Subject: [PATCH perl@8070] DB_File-1.74  
62346              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
62347              Date: Mon, 11 Dec 2000 23:07:17 -0000
62348              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
62349      Branch: perl
62350            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
62351            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
62352            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
62353            ! t/lib/db-recno.t
62354 ____________________________________________________________________________
62355 [  8093] By: nick                                  on 2000/12/12  19:42:13
62356         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
62357      Branch: perlio
62358            ! sv.c
62359           !> lib/File/DosGlob.pm
62360 ____________________________________________________________________________
62361 [  8092] By: jhi                                   on 2000/12/12  19:28:11
62362         Log: Integrate perlio.
62363      Branch: perl
62364           !> sv.c
62365 ____________________________________________________________________________
62366 [  8091] By: nick                                  on 2000/12/12  18:49:45
62367         Log: Fix for Tk, and upgrading shared SVs.
62368      Branch: perlio
62369            ! sv.c
62370 ____________________________________________________________________________
62371 [  8090] By: jhi                                   on 2000/12/12  16:48:59
62372         Log: Subject: [PATCH] Re: Breadperl & Tk
62373              From: Nick Ing-Simmons <nik@tiuk.ti.com>
62374              Date: Tue, 12 Dec 2000 14:48:27 GMT
62375              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
62376      Branch: perl
62377            ! sv.c
62378 ____________________________________________________________________________
62379 [  8089] By: jhi                                   on 2000/12/12  03:37:19
62380         Log: Subject: DosGlob.pm diff for bash style brace expansion.
62381              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
62382              Date: Fri, 8 Dec 2000 10:45:30 -0600
62383              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
62384      Branch: perl
62385            ! lib/File/DosGlob.pm
62386 ____________________________________________________________________________
62387 [  8088] By: nick                                  on 2000/12/11  23:59:59
62388         Log: Integrate mainline
62389      Branch: perlio
62390           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
62391           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
62392           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
62393           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
62394           !> t/op/local.t t/pragma/warn/toke toke.c
62395 ____________________________________________________________________________
62396 [  8087] By: jhi                                   on 2000/12/11  23:20:23
62397         Log: Integrate perlio.
62398      Branch: perl
62399           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
62400 ____________________________________________________________________________
62401 [  8086] By: jhi                                   on 2000/12/11  22:50:59
62402         Log: Tune further the OS detection of CGI.
62403      Branch: perl
62404            ! lib/CGI.pm
62405 ____________________________________________________________________________
62406 [  8085] By: nick                                  on 2000/12/11  22:50:46
62407         Log: Finish 1st pass of "encoding" layer e.g. :
62408              open($fh,"<encoding(iso8859-7)",$greek) || die;
62409      Branch: perlio
62410            ! ext/Encode/Encode.xs perlio.c perliol.h
62411 ____________________________________________________________________________
62412 [  8084] By: jhi                                   on 2000/12/11  22:32:06
62413         Log: Revert the -f ambiguousity patch, seems to cause
62414              too much hassle (the interpret -Q as a function
62415              where Q is not a known filetest part is left in).
62416      Branch: perl
62417            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
62418            ! toke.c
62419 ____________________________________________________________________________
62420 [  8083] By: jhi                                   on 2000/12/11  22:27:23
62421         Log: (accidentally empty check-in)
62422      Branch: perl
62423            ! lib/File/DosGlob.pm
62424 ____________________________________________________________________________
62425 [  8082] By: nick                                  on 2000/12/11  19:09:51
62426         Log: Restore mmap function (broken by tweaks to shared buffer
62427              layer for encode(xxxx)).
62428      Branch: perlio
62429            ! perlio.c
62430 ____________________________________________________________________________
62431 [  8081] By: jhi                                   on 2000/12/11  18:29:13
62432         Log: Subject: Re: The long awaited feature ...
62433              From: Simon Cozens <simon@cozens.net>
62434              Date: Mon, 11 Dec 2000 15:54:24 +0000
62435              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
62436              
62437              More io/utf8 tests.
62438      Branch: perl
62439            ! t/io/utf8.t
62440 ____________________________________________________________________________
62441 [  8080] By: jhi                                   on 2000/12/11  18:19:36
62442         Log: Subject: PATCH MakeMaker manpage clarification
62443              From: andreas.koenig@anima.de (Andreas J. Koenig)
62444              Date: 10 Dec 2000 20:46:13 +0100
62445              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
62446      Branch: perl
62447            ! lib/ExtUtils/MakeMaker.pm
62448 ____________________________________________________________________________
62449 [  8079] By: jhi                                   on 2000/12/11  15:35:07
62450         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
62451              From: Simon Cozens <simon@cozens.net>
62452              Date: Sun, 10 Dec 2000 19:06:19 +0000
62453              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
62454      Branch: perl
62455            ! ext/B/B/Deparse.pm t/lib/b.t
62456 ____________________________________________________________________________
62457 [  8078] By: jhi                                   on 2000/12/11  15:09:11
62458         Log: Subject: [PATCH] docs on NaN
62459              From: Nicholas Clark <nick@ccl4.org>
62460              Date: Mon, 11 Dec 2000 01:48:38 +0000
62461              Message-ID: <20001211014838.B99205@plum.flirble.org>
62462      Branch: perl
62463            ! pod/perlop.pod
62464 ____________________________________________________________________________
62465 [  8077] By: jhi                                   on 2000/12/11  15:02:21
62466         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
62467              From: Simon Cozens <simon@cozens.net>
62468              Date: Mon, 11 Dec 2000 01:21:45 +0000
62469              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
62470      Branch: perl
62471            ! pp.c pp_hot.c scope.c t/op/local.t
62472 ____________________________________________________________________________
62473 [  8076] By: nick                                  on 2000/12/10  20:43:32
62474         Log: Not merge worthy...
62475              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
62476              syntax is modelled on attributes.
62477              Untested fix for io/utf8 on Win32 etc.
62478              Very clumsy start to the encode layer.
62479      Branch: perlio
62480            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
62481 ____________________________________________________________________________
62482 [  8075] By: jhi                                   on 2000/12/10  18:39:33
62483         Log: Darwin is not Windows.
62484      Branch: perl
62485            ! lib/CGI.pm
62486 ____________________________________________________________________________
62487 [  8074] By: jhi                                   on 2000/12/10  18:31:27
62488         Log: Subject: Ambiguous -%c() resolved as a file test
62489              From: "Paul Marquess" <Paul.Marquess@openwave.com>
62490              Date: Sun, 10 Dec 2000 15:35:07 -0000
62491              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
62492      Branch: perl
62493            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
62494 ____________________________________________________________________________
62495 [  8073] By: jhi                                   on 2000/12/10  18:16:29
62496         Log: Subject: PATCH installperl misinformed 
62497              From: andreas.koenig@anima.de (Andreas J. Koenig)
62498              Date: 10 Dec 2000 13:01:32 +0100 
62499              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
62500      Branch: perl
62501            ! installperl
62502 ____________________________________________________________________________
62503 [  8072] By: jhi                                   on 2000/12/10  18:07:55
62504         Log: The walkoptree confusion rages; walkoptree() seems to be coming
62505              from B.xs, while walkoptree_slow() comes from B.pm.
62506      Branch: perl
62507            ! ext/B/B.pm
62508 ____________________________________________________________________________
62509 [  8071] By: nick                                  on 2000/12/10  11:45:47
62510         Log: Integrate mainline
62511      Branch: perlio
62512           +> t/base/commonsense.t
62513           !> (integrate 37 files)
62514 ____________________________________________________________________________
62515 [  8070] By: jhi                                   on 2000/12/10  04:46:21
62516         Log: Update Changes.
62517      Branch: perl
62518            ! Changes patchlevel.h
62519 ____________________________________________________________________________
62520 [  8069] By: jhi                                   on 2000/12/10  04:39:19
62521         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
62522              From: andreas.koenig@anima.de (Andreas J. Koenig)
62523              Date: 09 Dec 2000 17:14:25 +0100
62524              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
62525      Branch: perl
62526            + t/base/commonsense.t
62527            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
62528 ____________________________________________________________________________
62529 [  8068] By: jhi                                   on 2000/12/10  04:17:36
62530         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
62531              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
62532              Date: Sat, 9 Dec 2000 16:47:22 -0000
62533              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
62534      Branch: perl
62535            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
62536            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
62537            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
62538            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
62539            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
62540            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
62541            ! t/lib/sdbm.t
62542 ____________________________________________________________________________
62543 [  8067] By: jhi                                   on 2000/12/10  03:52:02
62544         Log: Test case for #8066.
62545      Branch: perl
62546            ! t/op/misc.t
62547 ____________________________________________________________________________
62548 [  8066] By: jhi                                   on 2000/12/10  03:50:30
62549         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
62550              From: Simon Cozens <simon@cozens.net>
62551              Date: Sun, 10 Dec 2000 00:55:37 +0000
62552              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
62553      Branch: perl
62554            ! pp_sys.c
62555 ____________________________________________________________________________
62556 [  8065] By: jhi                                   on 2000/12/10  03:44:52
62557         Log: Test case for #8064.
62558      Branch: perl
62559            ! t/comp/proto.t
62560 ____________________________________________________________________________
62561 [  8064] By: jhi                                   on 2000/12/10  03:42:32
62562         Log: Subject: Re: prototype of substr
62563              From: Simon Cozens <simon@cozens.net>
62564              Date: Sun, 10 Dec 2000 00:13:33 +0000
62565              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
62566              
62567              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
62568              In other words, make the returned prototypes for any function
62569              stop prepending the ';' optionality marker after the first one.
62570              If they start getting optional, all the rest are optional.
62571      Branch: perl
62572            ! pp.c
62573 ____________________________________________________________________________
62574 [  8063] By: jhi                                   on 2000/12/10  03:39:42
62575         Log: Subject: [PATCH] perlguts.pod
62576              From: Simon Cozens <simon@cozens.net>
62577              Date: Sun, 10 Dec 2000 00:06:47 +0000
62578              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
62579              
62580              Documentation of the different types of ops,
62581              plus the functions in dump.c
62582      Branch: perl
62583            ! pod/perlguts.pod
62584 ____________________________________________________________________________
62585 [  8062] By: jhi                                   on 2000/12/10  03:30:04
62586         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
62587              From: Nicholas Clark <nick@talking.bollo.cx>
62588              Date: Sat, 09 Dec 2000 18:57:25 +0000
62589              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
62590              
62591              Be more robust in weird hostname setups.
62592      Branch: perl
62593            ! t/lib/net-hostent.t
62594 ____________________________________________________________________________
62595 [  8061] By: jhi                                   on 2000/12/10  03:28:21
62596         Log: Pacify fussy compiler. 
62597      Branch: perl
62598            ! pp_sys.c
62599 ____________________________________________________________________________
62600 [  8060] By: jhi                                   on 2000/12/10  02:52:46
62601         Log: Integrate perlio.
62602      Branch: perl
62603           !> pp_sys.c t/io/utf8.t
62604 ____________________________________________________________________________
62605 [  8059] By: nick                                  on 2000/12/09  23:40:14
62606         Log: read/sysread/recv should now be utf8 aware.
62607              Basic test for utf8 read.
62608      Branch: perlio
62609            ! pp_sys.c t/io/utf8.t
62610 ____________________________________________________________________________
62611 [  8058] By: jhi                                   on 2000/12/09  21:56:02
62612         Log: Integrate perlio.
62613      Branch: perl
62614           +> t/io/utf8.t
62615           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
62616 ____________________________________________________________________________
62617 [  8057] By: jhi                                   on 2000/12/09  21:53:35
62618         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
62619              From: Inaba Hiroto <inaba@st.rim.or.jp>
62620              Date: Sun, 10 Dec 2000 05:53:21 +0900
62621              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
62622              
62623              Tests for #8056.
62624      Branch: perl
62625            ! t/op/each.t
62626 ____________________________________________________________________________
62627 [  8056] By: jhi                                   on 2000/12/09  21:51:16
62628         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
62629              From: Inaba Hiroto <inaba@st.rim.or.jp>
62630              Date: Sat, 09 Dec 2000 18:02:00 +0900
62631              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
62632              
62633              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
62634      Branch: perl
62635            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
62636 ____________________________________________________________________________
62637 [  8055] By: nick                                  on 2000/12/09  20:11:48
62638         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
62639              than raw PerlIO_write() - does not seem to break any tests.
62640      Branch: perlio
62641            ! pp_sys.c
62642 ____________________________________________________________________________
62643 [  8054] By: nick                                  on 2000/12/09  19:47:30
62644         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
62645              (sysread, recv and write i.e. formats still to do...)
62646              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
62647              open($fh,">:utf8","name")
62648              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
62649              so no extra overhead is involved.
62650              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
62651              to a non-utf8 stream.
62652              Add initial io/utf8.t
62653              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
62654              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
62655              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
62656      Branch: perlio
62657            + t/io/utf8.t
62658            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
62659 ____________________________________________________________________________
62660 [  8053] By: nick                                  on 2000/12/09  19:26:37
62661         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
62662              was only testing this_utf8.
62663      Branch: perlio
62664            ! toke.c
62665 ____________________________________________________________________________
62666 [  8052] By: nick                                  on 2000/12/09  19:09:41
62667         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
62668              i.e. the output string has one, but don't mess with source assumption.
62669      Branch: perlio
62670            ! toke.c
62671 ____________________________________________________________________________
62672 [  8051] By: jhi                                   on 2000/12/09  16:55:17
62673         Log: Integrate perlio.
62674      Branch: perl
62675           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
62676           !> sv.c thrdvar.h util.c
62677 ____________________________________________________________________________
62678 [  8050] By: jhi                                   on 2000/12/09  16:48:07
62679         Log: Nits noticed by Peter Prymmer.
62680      Branch: perl
62681            ! lib/ExtUtils/MM_VMS.pm
62682 ____________________________________________________________________________
62683 [  8049] By: nick                                  on 2000/12/09  13:49:40
62684         Log: UTF8 output prework.
62685              - Store $\ and $, as SVs so they can have SvUTF8 flag
62686              - use do_print() rather than raw PerlIO_write() to print them.
62687      Branch: perlio
62688            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
62689            ! thrdvar.h util.c
62690 ____________________________________________________________________________
62691 [  8048] By: nick                                  on 2000/12/09  12:30:43
62692         Log: Integrate mainline.
62693      Branch: perlio
62694           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
62695           +> t/op/reverse.t
62696           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
62697           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
62698           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
62699           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
62700           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
62701           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
62702 ____________________________________________________________________________
62703 [  8047] By: jhi                                   on 2000/12/09  00:23:27
62704         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
62705              From: Michael G Schwern <schwern@pobox.com>
62706              Date: Fri, 8 Dec 2000 14:43:04 -0600
62707      Branch: perl
62708            ! lib/ExtUtils/MM_VMS.pm
62709 ____________________________________________________________________________
62710 [  8046] By: jhi                                   on 2000/12/08  23:10:27
62711         Log: A missed check-in.
62712      Branch: perl
62713            ! lib/ExtUtils/Manifest.pm
62714 ____________________________________________________________________________
62715 [  8045] By: jhi                                   on 2000/12/08  21:57:12
62716         Log: (null check-in)
62717      Branch: perl
62718            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
62719 ____________________________________________________________________________
62720 [  8044] By: jhi                                   on 2000/12/08  21:11:06
62721         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
62722              at the final draft stage.
62723      Branch: perl
62724            + ext/Encode/Encode/iso8859-16.enc
62725            ! MANIFEST
62726 ____________________________________________________________________________
62727 [  8043] By: jhi                                   on 2000/12/08  16:39:04
62728         Log: Update Changes.
62729      Branch: perl
62730            ! Changes patchlevel.h
62731 ____________________________________________________________________________
62732 [  8042] By: jhi                                   on 2000/12/08  16:33:39
62733         Log: Do not return the Unicode replacement character if UTF-8
62734              decoding goes awry, it should be up to the caller to decide.
62735      Branch: perl
62736            ! pod/perlapi.pod utf8.c
62737 ____________________________________________________________________________
62738 [  8041] By: jhi                                   on 2000/12/08  16:22:28
62739         Log: metaconfig maintenance.
62740      Branch: metaconfig
62741            ! U/modified/stdchar.U
62742      Branch: metaconfig/U/perl
62743            + testsyml.U
62744 ____________________________________________________________________________
62745 [  8040] By: jhi                                   on 2000/12/08  16:03:08
62746         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
62747              From: sthoenna@efn.org
62748              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
62749              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
62750      Branch: perl
62751            ! Changes lib/ExtUtils/MM_OS2.pm
62752 ____________________________________________________________________________
62753 [  8039] By: jhi                                   on 2000/12/08  15:57:11
62754         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
62755              From: Simon Cozens <simon@cozens.net>
62756              Date: Fri, 8 Dec 2000 13:33:31 +0000
62757              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
62758              
62759              (The pp_hot part needed a rewrite.)
62760      Branch: perl
62761            ! doop.c pp_hot.c utf8.c
62762 ____________________________________________________________________________
62763 [  8038] By: jhi                                   on 2000/12/08  15:25:08
62764         Log: Subject: djSP
62765              From: Michael Stevens <michael@etla.org>
62766              Date: Wed, 6 Dec 2000 23:24:01 +0000
62767              Message-ID: <20001206232400.A21381@firedrake.org>
62768              
62769              Plus a note from Nick Ing-Simmons.
62770      Branch: perl
62771            ! pp.h
62772 ____________________________________________________________________________
62773 [  8037] By: jhi                                   on 2000/12/08  15:18:35
62774         Log: Filetype is text.
62775      Branch: perl
62776            ! t/op/utf8decode.t
62777 ____________________________________________________________________________
62778 [  8036] By: jhi                                   on 2000/12/08  03:31:27
62779         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
62780              From: Andy Dougherty <doughera@lafayette.edu>
62781              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
62782              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
62783              
62784              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
62785              From: Andy Dougherty <doughera@lafayette.edu>
62786              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
62787              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
62788      Branch: perl
62789            + ext/POSIX/hints/svr4.pl
62790            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
62791 ____________________________________________________________________________
62792 [  8035] By: jhi                                   on 2000/12/08  03:26:01
62793         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
62794              From: Andy Dougherty <doughera@lafayette.edu>
62795              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
62796              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
62797      Branch: perl
62798            ! t/README t/base/term.t
62799 ____________________________________________________________________________
62800 [  8034] By: jhi                                   on 2000/12/08  03:21:59
62801         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
62802              From: mjd@plover.com  
62803              Date: 7 Dec 2000 21:04:20 -0000
62804              Message-ID: <20001207210420.22282.qmail@plover.com>
62805              
62806              Plus -z doc.
62807      Branch: perl
62808            ! pod/perlfunc.pod
62809 ____________________________________________________________________________
62810 [  8033] By: jhi                                   on 2000/12/08  03:19:03
62811         Log: Use the UTF8 macros a bit.  They can't be used with abandon
62812              everywhere because we do generate illegal UTF-8 in some situations.
62813              This is of course naughty.
62814      Branch: perl
62815            ! pod/perlapi.pod utf8.c utf8.h
62816 ____________________________________________________________________________
62817 [  8032] By: jhi                                   on 2000/12/08  03:00:09
62818         Log: Out of sync?
62819      Branch: perl
62820            ! t/pragma/warn/utf8
62821 ____________________________________________________________________________
62822 [  8031] By: jhi                                   on 2000/12/08  02:22:39
62823         Log: Cnt spl.
62824      Branch: perl
62825            ! MANIFEST
62826 ____________________________________________________________________________
62827 [  8030] By: jhi                                   on 2000/12/08  01:23:54
62828         Log: Add test for reverse().
62829      Branch: perl
62830            + t/op/reverse.t
62831            ! MANIFEST
62832 ____________________________________________________________________________
62833 [  8029] By: jhi                                   on 2000/12/08  01:21:47
62834         Log: Integrate perlio.
62835      Branch: perl
62836           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
62837           !> perlio.c perlio.h perlsdio.h warnings.pl
62838 ____________________________________________________________________________
62839 [  8028] By: jhi                                   on 2000/12/08  01:19:08
62840         Log: Introduce macros for UTF8 decoding.
62841      Branch: perl
62842            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
62843 ____________________________________________________________________________
62844 [  8027] By: nick                                  on 2000/12/07  22:18:19
62845         Log: Integrate mainline
62846      Branch: perlio
62847           !> embed.pl pod/perlapi.pod utf8.c
62848 ____________________________________________________________________________
62849 [  8026] By: nick                                  on 2000/12/07  21:45:08
62850         Log: Various oddities p4 diff -se showed up
62851              Remove 'our' from warnings.pl
62852      Branch: perlio
62853            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
62854 ____________________________________________________________________________
62855 [  8025] By: nick                                  on 2000/12/07  21:43:32
62856         Log: Change PerlIO_(get|set)pos to take SV *
62857              Should fix, OS/2, VMS, (sfio??)
62858      Branch: perlio
62859            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
62860 ____________________________________________________________________________
62861 [  8024] By: jhi                                   on 2000/12/07  19:05:32
62862         Log: Document utf8_to_uv() better.
62863      Branch: perl
62864            ! pod/perlapi.pod utf8.c
62865 ____________________________________________________________________________
62866 [  8023] By: jhi                                   on 2000/12/07  18:23:47
62867         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
62868      Branch: perl
62869            ! embed.pl pod/perlapi.pod utf8.c
62870 ____________________________________________________________________________
62871 [  8022] By: jhi                                   on 2000/12/07  04:13:51
62872         Log: Integrate perlio.
62873      Branch: perl
62874           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
62875           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
62876           !> win32/makefile.mk
62877 ____________________________________________________________________________
62878 [  8021] By: nick                                  on 2000/12/07  00:28:14
62879         Log: Various attempts at MSVC debug - not sure what has
62880              changed but works now. 
62881              Seems atexit() _may_ work for DLLs built with MSVC so don't
62882              call cleanup that way.
62883      Branch: perlio
62884            ! perlio.c win32/makefile.mk
62885 ____________________________________________________________________________
62886 [  8020] By: nick                                  on 2000/12/06  19:57:20
62887         Log: Integrate mainline
62888      Branch: perlio
62889           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
62890           !> (integrate 75 files)
62891 ____________________________________________________________________________
62892 [  8019] By: nick                                  on 2000/12/06  19:28:21
62893         Log: Add useperlio to config.vc
62894              Turn off binmode in config_H.PL
62895              Regen all the config_H.xx
62896              Attempt to get debugging build with MSVC.
62897      Branch: perlio
62898            ! win32/config.vc win32/config_H.bc win32/config_H.gc
62899            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
62900 ____________________________________________________________________________
62901 [  8018] By: nick                                  on 2000/12/06  19:21:57
62902         Log: Test various dup/external program options on all platforms.
62903      Branch: perlio
62904            ! t/io/dup.t
62905 ____________________________________________________________________________
62906 [  8017] By: nick                                  on 2000/12/06  19:20:47
62907         Log: Fix harness to be less picky
62908      Branch: perlio
62909            ! lib/Test/Harness.pm
62910 ____________________________________________________________________________
62911 [  8016] By: jhi                                   on 2000/12/06  16:45:12
62912         Log: Update Changes.
62913      Branch: perl
62914            ! Changes patchlevel.h
62915 ____________________________________________________________________________
62916 [  8015] By: jhi                                   on 2000/12/06  16:41:03
62917         Log: Test \x{...} with ord().
62918      Branch: perl
62919            ! t/op/ord.t
62920 ____________________________________________________________________________
62921 [  8014] By: jhi                                   on 2000/12/06  16:20:33
62922         Log: Test tweak because of #8013.
62923      Branch: perl
62924            ! t/lib/b.t
62925 ____________________________________________________________________________
62926 [  8013] By: jhi                                   on 2000/12/06  16:09:09
62927         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
62928              From: Michael G Schwern <schwern@pobox.com>
62929              Date: Tue, 5 Dec 2000 21:23:28 -0500
62930              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
62931              
62932              Carp::Heavy parts not very applicable because of recent changes.
62933      Branch: perl
62934            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
62935            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
62936            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
62937            ! lib/Exporter.pm lib/Exporter/Heavy.pm
62938            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
62939            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
62940            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
62941            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
62942            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
62943            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
62944            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
62945            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
62946            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
62947            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
62948            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
62949            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
62950            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
62951            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
62952            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
62953            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
62954            ! warnings.pl
62955 ____________________________________________________________________________
62956 [  8012] By: jhi                                   on 2000/12/06  15:22:38
62957         Log: Subject: [PATCH] Re: New harness is failing things
62958              From: Nick Ing-Simmons <nik@tiuk.ti.com>
62959              Date: Wed, 6 Dec 2000 13:00:30 GMT
62960              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
62961      Branch: perl
62962            ! lib/Test/Harness.pm
62963 ____________________________________________________________________________
62964 [  8011] By: jhi                                   on 2000/12/06  15:12:08
62965         Log: Subject: installhtml changes
62966              From: Michael Stevens <michael@etla.org>
62967              Date: Wed, 6 Dec 2000 13:15:53 +0000
62968              Message-ID: <20001206131553.A27317@firedrake.org>
62969      Branch: perl
62970            ! installhtml
62971 ____________________________________________________________________________
62972 [  8010] By: jhi                                   on 2000/12/06  15:06:05
62973         Log: Subject: the dTHR hits
62974              From: Michael Stevens <michael@etla.org>
62975              Date: Wed, 6 Dec 2000 12:06:03 +0000
62976              Message-ID: <20001206120603.A24581@firedrake.org>
62977              
62978              More, errrm, less dTHRs.
62979      Branch: perl
62980            ! bytecode.pl ext/B/B/C.pm
62981 ____________________________________________________________________________
62982 [  8009] By: jhi                                   on 2000/12/06  15:04:25
62983         Log: Subject: MakeMaker mailing list gone?
62984              From: Michael G Schwern <schwern@pobox.com>
62985              Date: Tue, 5 Dec 2000 19:29:59 -0500
62986              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
62987              
62988              The MakeMaker mailing list is dead, perlbug is the right
62989              address to report bugs.
62990      Branch: perl
62991            ! lib/ExtUtils/MakeMaker.pm
62992 ____________________________________________________________________________
62993 [  8008] By: jhi                                   on 2000/12/06  15:00:32
62994         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
62995              From: Michael G Schwern <schwern@pobox.com>
62996              Date: Tue, 5 Dec 2000 19:21:21 -0500
62997              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
62998              
62999              Add a default MANIFEST skip that ignores things like
63000              version control files, editor temporary files, and the Makefile.
63001      Branch: perl
63002            + lib/ExtUtils/MANIFEST.SKIP
63003            ! MANIFEST lib/ExtUtils/Manifest.pm
63004 ____________________________________________________________________________
63005 [  8007] By: jhi                                   on 2000/12/06  14:57:20
63006         Log: In Amiga more manual hackery of the scripts seems to be needed,
63007              from Jan-Erik Karlsson.  Why Configure does not get this right
63008              is unknown, may be shell-induced.
63009      Branch: perl
63010            ! README.amiga
63011 ____________________________________________________________________________
63012 [  8006] By: jhi                                   on 2000/12/05  23:53:12
63013         Log: Add TOPm1s to peek at the second topmost stack item.
63014      Branch: perl
63015            ! pp.h
63016 ____________________________________________________________________________
63017 [  8005] By: jhi                                   on 2000/12/05  23:13:55
63018         Log: Avaunt, you foul UTF-8 tests.
63019      Branch: perl
63020            ! t/op/ver.t t/pragma/utf8.t
63021 ____________________________________________________________________________
63022 [  8004] By: jhi                                   on 2000/12/05  23:09:54
63023         Log: Continue utf8 dispersal. 
63024      Branch: perl
63025            + t/op/concat.t
63026            ! MANIFEST t/pragma/utf8.t
63027 ____________________________________________________________________________
63028 [  8003] By: nick                                  on 2000/12/05  23:02:39
63029         Log: Integrate mainline.
63030      Branch: perlio
63031           +> t/op/length.t t/op/utf8decode.t
63032           !> (integrate 69 files)
63033 ____________________________________________________________________________
63034 [  8002] By: jhi                                   on 2000/12/05  22:59:28
63035         Log: Integrate perlio.
63036      Branch: perl
63037           !> iperlsys.h perl.c perlio.c win32/perllib.c
63038 ____________________________________________________________________________
63039 [  8001] By: nick                                  on 2000/12/05  22:07:52
63040         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
63041              - calloc/free suffer from damage on TerminateThread()
63042              - use PerlMemShared (as originally planned) now fixed
63043              - avoid doing anything important on DLL "detach".
63044      Branch: perlio
63045            ! perl.c perlio.c win32/perllib.c
63046 ____________________________________________________________________________
63047 [  8000] By: nick                                  on 2000/12/05  21:05:09
63048         Log: Fix gross PerlMemShared issue.
63049      Branch: perlio
63050            ! iperlsys.h
63051 ____________________________________________________________________________
63052 [  7999] By: jhi                                   on 2000/12/05  20:46:58
63053         Log: Test for Unicode (UTF-8) hash keys.
63054      Branch: perl
63055            ! t/op/each.t
63056 ____________________________________________________________________________
63057 [  7998] By: jhi                                   on 2000/12/05  20:30:35
63058         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
63059              is now always UTF-8), empty line cosmetics.
63060      Branch: perl
63061            ! t/pragma/utf8.t
63062 ____________________________________________________________________________
63063 [  7997] By: jhi                                   on 2000/12/05  20:15:40
63064         Log: Subject: Re: STRLEN - what?
63065              From: Andy Dougherty <doughera@lafayette.edu>
63066              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
63067              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
63068              
63069              Explain STRLEN.
63070      Branch: perl
63071            ! pod/perlguts.pod
63072 ____________________________________________________________________________
63073 [  7996] By: jhi                                   on 2000/12/05  20:13:34
63074         Log: Split off the UTF-8 decoder tests, make them to check also
63075              the error message.
63076      Branch: perl
63077            + t/op/utf8decode.t
63078            ! MANIFEST t/pragma/utf8.t utf8.c
63079 ____________________________________________________________________________
63080 [  7995] By: jhi                                   on 2000/12/05  16:39:47
63081         Log: Start migrating bits of pragma/utf8 to elsewhere
63082              (since the long term plan is to obsolete 'use utf8').
63083      Branch: perl
63084            + t/op/length.t
63085            ! MANIFEST t/pragma/utf8.t
63086 ____________________________________________________________________________
63087 [  7994] By: jhi                                   on 2000/12/05  16:30:21
63088         Log: Fix a manual edit typo from #7993, fix the message formatting
63089              for Unicode, add few our declarations.
63090      Branch: perl
63091            ! lib/Carp/Heavy.pm
63092 ____________________________________________________________________________
63093 [  7993] By: jhi                                   on 2000/12/05  16:09:15
63094         Log: Subject: Need help with warnings :-(
63095              From: "Ben Tilly" <ben_tilly@hotmail.com>
63096              Date: Tue, 05 Dec 2000 01:35:54 -0500
63097              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
63098              
63099              Subject: UPDATE: Carp/Heavy now passes all tests
63100              From: "Ben Tilly" <ben_tilly@hotmail.com>
63101              Date: Tue, 05 Dec 2000 07:59:41 -0500
63102              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
63103              
63104              The Brave New Carp.
63105      Branch: perl
63106            ! lib/Carp.pm lib/Carp/Heavy.pm
63107 ____________________________________________________________________________
63108 [  7992] By: jhi                                   on 2000/12/05  15:55:08
63109         Log: Subject: [PATCH perl@7979] cygwin port
63110              From: "Eric Fifer" <efifer@dircon.co.uk>
63111              Date: Tue, 5 Dec 2000 14:04:09 -0000
63112              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
63113      Branch: perl
63114            ! t/lib/net-hostent.t
63115 ____________________________________________________________________________
63116 [  7991] By: jhi                                   on 2000/12/05  15:52:34
63117         Log: Subject: Re: [PATCH] The largest hoax of all times?
63118              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63119              Date: Tue, 5 Dec 2000 00:40:25 -0500
63120              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
63121              
63122              Subject: Re: [PATCH] The largest hoax of all times?
63123              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63124              Date: Mon, 4 Dec 2000 23:55:53 -0500
63125              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
63126              
63127              Subject: Re: [PATCH] The largest hoax of all times?
63128              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63129              Date: Tue, 5 Dec 2000 01:28:45 -0500
63130              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
63131              
63132              Fix the unpredictable order of DESTROYs.
63133      Branch: perl
63134            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
63135            ! sv.c sv.h t/op/ref.t
63136 ____________________________________________________________________________
63137 [  7990] By: jhi                                   on 2000/12/05  14:38:53
63138         Log: Subject: [PATCH] shrink pp_hot fractionally
63139              From: Nicholas Clark <nick@ccl4.org>
63140              Date: Tue, 5 Dec 2000 12:44:31 +0000
63141              Message-ID: <20001205124431.E74518@plum.flirble.org>
63142              
63143              Use report_evil_fh().
63144      Branch: perl
63145            ! opcode.pl opnames.h pp_hot.c util.c
63146 ____________________________________________________________________________
63147 [  7989] By: jhi                                   on 2000/12/05  14:21:27
63148         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
63149              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63150              Date: Mon, 04 Dec 2000 22:21:59 -0800
63151              Message-ID: <HmIL6gzkgepS092yn@efn.org>
63152              
63153              Harness shouldn't ignore responses like "ok 3\r\r\n".
63154      Branch: perl
63155            ! lib/Test/Harness.pm
63156 ____________________________________________________________________________
63157 [  7988] By: jhi                                   on 2000/12/05  13:51:28
63158         Log: Integrate the "skip" messages to explain().
63159      Branch: perl
63160            ! t/lib/syslfs.t t/op/lfs.t
63161 ____________________________________________________________________________
63162 [  7987] By: jhi                                   on 2000/12/05  12:34:54
63163         Log: The one that got away in #7984.
63164              
63165              Subject: Re: dTHR - what and why?
63166              From: Michael Stevens <michael@etla.org> 
63167              Date: Tue, 5 Dec 2000 11:15:52 +0000
63168              Message-ID: <20001205111552.A4647@firedrake.org>
63169      Branch: perl
63170            ! sv.h
63171 ____________________________________________________________________________
63172 [  7986] By: gsar                                  on 2000/12/05  09:14:44
63173         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
63174              due to the notorious GetFileType() bug in Windows 9x, which fstat()
63175              tickles)
63176      Branch: perl
63177            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
63178 ____________________________________________________________________________
63179 [  7985] By: jhi                                   on 2000/12/05  05:49:03
63180         Log: Integrate perlio.
63181      Branch: perl
63182           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
63183           !> win32/perlhost.h win32/perllib.c
63184 ____________________________________________________________________________
63185 [  7984] By: jhi                                   on 2000/12/05  05:48:16
63186         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
63187      Branch: perl
63188            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
63189            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
63190            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
63191            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
63192            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
63193            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
63194            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
63195            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
63196            ! win32/win32.c
63197 ____________________________________________________________________________
63198 [  7983] By: nick                                  on 2000/12/04  23:27:43
63199         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
63200      Branch: perlio
63201            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
63202            ! win32/perlhost.h win32/perllib.c
63203 ____________________________________________________________________________
63204 [  7982] By: jhi                                   on 2000/12/04  19:44:09
63205         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
63206              uncovered by #7980.
63207      Branch: perl
63208            ! op.c
63209 ____________________________________________________________________________
63210 [  7981] By: jhi                                   on 2000/12/04  19:42:07
63211         Log: Subject: [PATCH] Trivial dump.c feature
63212              From: Simon Cozens <simon@cozens.net>
63213              Date: Mon, 4 Dec 2000 18:08:38 +0000
63214              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
63215              
63216              Show whether a constant is UTF-8.
63217      Branch: perl
63218            ! dump.c
63219 ____________________________________________________________________________
63220 [  7980] By: jhi                                   on 2000/12/04  19:36:51
63221         Log: UTF-8 hash keys, patch from Inaba Hiroto.
63222      Branch: perl
63223            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
63224 ____________________________________________________________________________
63225 [  7979] By: jhi                                   on 2000/12/04  17:36:28
63226         Log: Update Changes.
63227      Branch: perl
63228            ! Changes patchlevel.h
63229 ____________________________________________________________________________
63230 [  7978] By: jhi                                   on 2000/12/04  16:42:17
63231         Log: Retract #7977, still too volatile (the euphemism of the day
63232              for unfinished and buggy :-)
63233      Branch: perl
63234            ! doop.c hv.c pp.c sv.h
63235 ____________________________________________________________________________
63236 [  7977] By: jhi                                   on 2000/12/04  16:25:15
63237         Log: (Retracted by #7978, too shaky yet.)
63238              
63239              Subject: Re: utf8 in hash keys, implementor missing
63240              From: Simon Cozens <simon@cozens.net>
63241              Date: Sat, 2 Dec 2000 19:49:35 +0000
63242              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
63243              
63244              The first step at UTF-8 hash keys.
63245      Branch: perl
63246            ! doop.c hv.c pp.c sv.h
63247 ____________________________________________________________________________
63248 [  7976] By: jhi                                   on 2000/12/04  16:13:53
63249         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
63250              From: sthoenna@efn.org
63251              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
63252              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
63253      Branch: perl
63254            ! os2/os2.c perlio.c
63255 ____________________________________________________________________________
63256 [  7975] By: jhi                                   on 2000/12/04  16:05:25
63257         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
63258              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63259              Date: Thu, 30 Nov 2000 20:50:37 -0800
63260              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
63261      Branch: perl
63262            ! os2/os2.c
63263 ____________________________________________________________________________
63264 [  7974] By: jhi                                   on 2000/12/04  16:03:57
63265         Log: Subject: [PATCH] ++ 20% faster
63266              From: Nicholas Clark <nick@ccl4.org>
63267              Date: Mon, 4 Dec 2000 12:17:27 +0000
63268              Message-ID: <20001204121726.B52976@plum.flirble.org>
63269              
63270              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
63271      Branch: perl
63272            ! sv.c
63273 ____________________________________________________________________________
63274 [  7973] By: jhi                                   on 2000/12/04  16:00:48
63275         Log: 
63276              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
63277              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63278              Date: Mon, 04 Dec 2000 12:30:45 +0100
63279              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
63280              
63281              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
63282              library (getprotobyname and getprotobynumber are outversioned by
63283              the same calls in libc, at least for xlc version 3.
63284      Branch: perl
63285            ! hints/aix.sh
63286 ____________________________________________________________________________
63287 [  7972] By: jhi                                   on 2000/12/04  02:58:31
63288         Log: Integrate perlio.
63289      Branch: perl
63290           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
63291           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
63292           !> win32/win32.h win32/win32iop.h win32/win32thread.h
63293 ____________________________________________________________________________
63294 [  7971] By: nick                                  on 2000/12/04  00:24:33
63295         Log: Quieten some noise in Win32 builds:
63296              - win32.h is included after <sys/socket.h>, so need to 
63297              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
63298              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
63299      Branch: perlio
63300            ! doio.c perl.h toke.c win32/win32.h
63301 ____________________________________________________________________________
63302 [  7970] By: nick                                  on 2000/12/03  22:57:46
63303         Log: PERL_IMPLICIT_SYS compiles but does not work.
63304      Branch: perlio
63305            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
63306            ! win32/perlhost.h win32/perllib.c win32/win32.h
63307            ! win32/win32iop.h win32/win32thread.h
63308 ____________________________________________________________________________
63309 [  7969] By: jhi                                   on 2000/12/03  22:12:58
63310         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
63311              used to swash_init(), makes regprop() dumps more informative
63312              (+utf8::IsAlpha, -utf8::IsDigit, for example).
63313      Branch: perl
63314            ! regcomp.c regexec.c
63315 ____________________________________________________________________________
63316 [  7968] By: jhi                                   on 2000/12/03  21:39:56
63317         Log: Implement ANYOFUTF8 regprop() dumping.
63318      Branch: perl
63319            ! regcomp.c
63320 ____________________________________________________________________________
63321 [  7967] By: jhi                                   on 2000/12/03  20:57:19
63322         Log: Make uv_to_utf8() to zero-terminate its output buffer,
63323              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
63324      Branch: perl
63325            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
63326 ____________________________________________________________________________
63327 [  7966] By: nick                                  on 2000/12/03  18:41:21
63328         Log: Integrate mainline (STDCHAR)
63329      Branch: perlio
63330           !> Configure t/pragma/utf8.t
63331 ____________________________________________________________________________
63332 [  7965] By: jhi                                   on 2000/12/03  17:58:20
63333         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
63334      Branch: perl
63335            ! t/pragma/utf8.t
63336 ____________________________________________________________________________
63337 [  7964] By: jhi                                   on 2000/12/03  17:35:56
63338         Log: Integrate perlio.
63339      Branch: perl
63340           !> iperlsys.h perlio.c
63341 ____________________________________________________________________________
63342 [  7963] By: jhi                                   on 2000/12/03  17:33:55
63343         Log: Metaconfig unit change for #7962.
63344      Branch: metaconfig
63345            ! U/modified/stdchar.U
63346 ____________________________________________________________________________
63347 [  7962] By: jhi                                   on 2000/12/03  17:33:27
63348         Log: Untangle the <stdio.h> #include nest for the stdchar test,
63349              from Andy Dougherty.
63350      Branch: perl
63351            ! Configure
63352 ____________________________________________________________________________
63353 [  7961] By: nick                                  on 2000/12/03  16:53:00
63354         Log: Make iperlsys.h vector stdio not PerlIO.
63355      Branch: perlio
63356            ! iperlsys.h perlio.c
63357 ____________________________________________________________________________
63358 [  7960] By: nick                                  on 2000/12/03  14:43:01
63359         Log: Integrate mainline
63360      Branch: perlio
63361           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
63362           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
63363 ____________________________________________________________________________
63364 [  7959] By: jhi                                   on 2000/12/03  08:16:36
63365         Log: Use DO_UTF8().
63366      Branch: perl
63367            ! op.c
63368 ____________________________________________________________________________
63369 [  7958] By: jhi                                   on 2000/12/02  18:33:05
63370         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
63371              From: Mike Guy <mjtg@cam.ac.uk>         
63372              Date: Sat, 02 Dec 2000 17:27:13 +0000
63373              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
63374              
63375              An extraneous argument.
63376      Branch: perl
63377            ! toke.c
63378 ____________________________________________________________________________
63379 [  7957] By: jhi                                   on 2000/12/02  18:22:32
63380         Log: A missing hunk.
63381      Branch: perl
63382            ! t/lib/net-hostent.t
63383 ____________________________________________________________________________
63384 [  7956] By: jhi                                   on 2000/12/02  18:06:20
63385         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
63386              From: Nicholas Clark <nick@ccl4.org>
63387              Date: Sat, 2 Dec 2000 14:28:27 +0000
63388              Message-ID: <20001202142827.A12308@plum.flirble.org>
63389              
63390              Test robustness.
63391      Branch: perl
63392            ! t/lib/net-hostent.t
63393 ____________________________________________________________________________
63394 [  7955] By: jhi                                   on 2000/12/02  17:58:06
63395         Log: Metaconfig unit change for #7954.
63396      Branch: metaconfig
63397            ! U/modified/stdchar.U
63398 ____________________________________________________________________________
63399 [  7954] By: jhi                                   on 2000/12/02  17:54:32
63400         Log: An inconvenient hang would happen if the stdio _ptr wasn't
63401              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
63402              would be grepping stdin for all eternity for the _ptr.)
63403      Branch: perl
63404            ! Configure
63405 ____________________________________________________________________________
63406 [  7953] By: jhi                                   on 2000/12/02  00:07:15
63407         Log: Update Changes.
63408      Branch: perl
63409            ! Changes patchlevel.h
63410 ____________________________________________________________________________
63411 [  7952] By: jhi                                   on 2000/12/01  23:54:47
63412         Log: Subject: Re: long shell lines
63413              From: Andy Dougherty <doughera@lafayette.edu>
63414              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
63415              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
63416              
63417              Split overly long shell command lines.
63418      Branch: perl
63419            ! lib/ExtUtils/MM_Unix.pm
63420 ____________________________________________________________________________
63421 [  7951] By: jhi                                   on 2000/12/01  23:48:02
63422         Log: The metaconfig unit change for #7950.
63423      Branch: metaconfig
63424            + U/modified/stdchar.U
63425 ____________________________________________________________________________
63426 [  7950] By: jhi                                   on 2000/12/01  23:47:39
63427         Log: Try to find stdchar also from <stdio_impl.h>.
63428      Branch: perl
63429            ! Configure config_h.SH
63430 ____________________________________________________________________________
63431 [  7949] By: jhi                                   on 2000/12/01  23:46:45
63432         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
63433              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
63434              Date: Fri, 1 Dec 2000 16:26:08 -0500
63435              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
63436              
63437              Reword the diagnostic message.
63438      Branch: perl
63439            ! pod/perldiag.pod
63440 ____________________________________________________________________________
63441 [  7948] By: nick                                  on 2000/12/01  22:49:43
63442         Log: Integrate mainline (for s/y/m as sub names stuff).
63443      Branch: perlio
63444           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
63445           !> t/pragma/warn/toke toke.c
63446 ____________________________________________________________________________
63447 [  7947] By: jhi                                   on 2000/12/01  20:55:41
63448         Log: Integrate perlio.
63449      Branch: perl
63450           !> perlio.c perliol.h t/io/pipe.t
63451 ____________________________________________________________________________
63452 [  7946] By: jhi                                   on 2000/12/01  20:36:51
63453         Log: Upgrade to CPAN 1.59_51, from Andreas König.
63454      Branch: perl
63455            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
63456 ____________________________________________________________________________
63457 [  7945] By: nick                                  on 2000/12/01  20:31:32
63458         Log: Integrate mainline
63459      Branch: perlio
63460           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
63461           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
63462           +> t/lib/net-hostent.t
63463           !> (integrate 35 files)
63464 ____________________________________________________________________________
63465 [  7944] By: jhi                                   on 2000/12/01  20:23:29
63466         Log: Some help for 20001130.011.  Now one gets warnings like
63467              "Ambiguous -f() resolved as a file test ..."
63468      Branch: perl
63469            ! pod/perldiag.pod t/pragma/warn/toke toke.c
63470 ____________________________________________________________________________
63471 [  7943] By: jhi                                   on 2000/12/01  19:44:44
63472         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
63473              that also breaks using them as methods. 
63474      Branch: perl
63475            ! pod/perldiag.pod t/op/misc.t toke.c
63476 ____________________________________________________________________________
63477 [  7942] By: nick                                  on 2000/12/01  17:56:46
63478         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
63479              Make 'unix' pass most tests
63480              - do unread by temporary push of layer ("pending") holding unread chars
63481              - fast_gets is now based on per-handle flag
63482              - relax one of io/pipe.t tests to allow print to fail and close to
63483              succeed so that it passes on unbuffered "unix" layer.
63484              Remaining fail is sporadic and a genuine race condition between
63485              parent/child in fork test.
63486      Branch: perlio
63487            ! perlio.c perliol.h t/io/pipe.t
63488 ____________________________________________________________________________
63489 [  7941] By: jhi                                   on 2000/12/01  15:28:58
63490         Log: (Retracted by #7943.)
63491              
63492              Reserve the short named string operator names.
63493      Branch: perl
63494            ! pod/perldiag.pod t/op/misc.t toke.c
63495 ____________________________________________________________________________
63496 [  7940] By: jhi                                   on 2000/12/01  06:45:53
63497         Log: Get the three different space character classes right under utf8.
63498      Branch: perl
63499            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
63500            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
63501            ! regexec.c t/op/pat.t utf8.c
63502 ____________________________________________________________________________
63503 [  7939] By: jhi                                   on 2000/12/01  03:26:26
63504         Log: Two more tests that make no sense in UTF-8 since the test
63505              data is not in UTF-8.
63506      Branch: perl
63507            ! t/op/regexp.t
63508 ____________________________________________________________________________
63509 [  7938] By: jhi                                   on 2000/12/01  03:20:39
63510         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
63511              should it be required inside regexen?
63512      Branch: perl
63513            ! regcomp.c t/op/regmesg.t
63514 ____________________________________________________________________________
63515 [  7937] By: jhi                                   on 2000/12/01  02:58:53
63516         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
63517              stored and restored, and thusly was trounced by the utf8 swash
63518              routines.
63519      Branch: perl
63520            ! regcomp.c
63521 ____________________________________________________________________________
63522 [  7936] By: jhi                                   on 2000/11/30  20:41:39
63523         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
63524              Why the different platforms behave so differently (core dump vs
63525              no core dump) on this bug is a but of a mystery, but if I had to
63526              guess I would mumble something like 'alignment'.
63527      Branch: perl
63528            ! sv.c
63529 ____________________________________________________________________________
63530 [  7935] By: jhi                                   on 2000/11/30  16:17:02
63531         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
63532              From: Robin Barker <rmb1@cise.npl.co.uk>
63533              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
63534              Date: Thu, 30 Nov 2000 14:27:12 GMT
63535      Branch: perl
63536            ! perlio.c toke.c
63537 ____________________________________________________________________________
63538 [  7934] By: jhi                                   on 2000/11/30  16:04:49
63539         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
63540      Branch: perl
63541            ! t/lib/net-hostent.t
63542 ____________________________________________________________________________
63543 [  7933] By: jhi                                   on 2000/11/30  06:07:26
63544         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
63545              From: Peter Prymmer <pvhp@forte.com>
63546              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
63547              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
63548              
63549              In VMS the localhost may be LOCALHOST.
63550      Branch: perl
63551            ! t/lib/net-hostent.t
63552 ____________________________________________________________________________
63553 [  7932] By: jhi                                   on 2000/11/30  01:11:11
63554         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
63555              From: Peter Prymmer <pvhp@forte.com>
63556              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
63557              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
63558              
63559              plus regen perlapi.pod.
63560      Branch: perl
63561            ! pod/perlapi.pod utf8.c
63562 ____________________________________________________________________________
63563 [  7931] By: jhi                                   on 2000/11/30  01:06:19
63564         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
63565              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
63566              Date:     Wed, 29 Nov 2000 17:15:11 EST
63567              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
63568      Branch: perl
63569            ! t/lib/filter-util.pl t/lib/filter-util.t
63570 ____________________________________________________________________________
63571 [  7930] By: jhi                                   on 2000/11/29  18:51:55
63572         Log: Update Changes.
63573      Branch: perl
63574            ! Changes patchlevel.h
63575 ____________________________________________________________________________
63576 [  7929] By: jhi                                   on 2000/11/29  18:50:55
63577         Log: Update the va_copy() metaconfig unit.
63578      Branch: metaconfig/U/perl
63579            ! need_va_copy.U
63580 ____________________________________________________________________________
63581 [  7928] By: jhi                                   on 2000/11/29  17:50:43
63582         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
63583              From: Dominic Dunlop <domo@computer.org>
63584              Date: Tue, 28 Nov 2000 16:41:57 +0100
63585              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
63586              
63587              Patch to catch a core dump in the Configure va_copy test.
63588      Branch: perl
63589            ! Configure config_h.SH
63590 ____________________________________________________________________________
63591 [  7927] By: jhi                                   on 2000/11/29  17:31:59
63592         Log: Retract #7921, the patch shouldn't be needed.
63593      Branch: perl
63594            ! sv.c
63595 ____________________________________________________________________________
63596 [  7926] By: jhi                                   on 2000/11/29  17:01:41
63597         Log: Make the Class::Struct import() wiser.
63598      Branch: perl
63599            ! lib/Class/Struct.pm t/lib/class-struct.t
63600 ____________________________________________________________________________
63601 [  7925] By: jhi                                   on 2000/11/29  16:36:33
63602         Log: All the core library users of Class::Struct seem to be
63603              using "use Class::Struct 'struct';" instead of the bare
63604              "use Class::Struct;", which isn't documented in Class::Struct.
63605              This can't be right.
63606      Branch: perl
63607            ! lib/File/stat.pm
63608 ____________________________________________________________________________
63609 [  7924] By: jhi                                   on 2000/11/29  16:32:15
63610         Log: A test works better if it has the right 1..$n output.
63611      Branch: perl
63612            ! t/lib/class-struct.t
63613 ____________________________________________________________________________
63614 [  7923] By: jhi                                   on 2000/11/29  16:29:11
63615         Log: Forgot to MANIFEST the new Net::hostent test.
63616      Branch: perl
63617            ! MANIFEST
63618 ____________________________________________________________________________
63619 [  7922] By: jhi                                   on 2000/11/29  16:27:49
63620         Log: Integrate perlio.
63621      Branch: perl
63622           !> iperlsys.h perlio.c
63623 ____________________________________________________________________________
63624 [  7921] By: jhi                                   on 2000/11/29  16:27:10
63625         Log: (Retracted by #7927.)
63626              
63627              Subject: [PATCH] Is infinity a number?
63628              From: Simon Cozens <simon@cozens.net>
63629              Date: Wed, 29 Nov 2000 14:48:20 +0000
63630              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
63631      Branch: perl
63632            ! sv.c
63633 ____________________________________________________________________________
63634 [  7920] By: jhi                                   on 2000/11/29  16:23:02
63635         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
63636              From: rspier@pobox.com (Robert Spier)
63637              Date: Wed, 29 Nov 2000 02:17:49 -0500
63638              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
63639              
63640              Add a test for Net::hostent.
63641      Branch: perl
63642            + t/lib/net-hostent.t
63643 ____________________________________________________________________________
63644 [  7919] By: jhi                                   on 2000/11/29  16:21:31
63645         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
63646              add a test for Class::Struct.
63647      Branch: perl
63648            + t/lib/class-struct.t
63649            ! MANIFEST lib/Class/Struct.pm
63650 ____________________________________________________________________________
63651 [  7918] By: jhi                                   on 2000/11/29  15:48:40
63652         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
63653              From: rspier@pobox.com (Robert Spier)
63654              Date: Wed, 29 Nov 2000 02:25:39 -0500
63655              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
63656              
63657              More checking in case someone has broken their services or
63658              protocol databases.
63659      Branch: perl
63660            ! ext/Sys/Syslog/Syslog.pm
63661 ____________________________________________________________________________
63662 [  7917] By: jhi                                   on 2000/11/29  15:46:25
63663         Log: Subject: [PATCH] $^O  win32 -> MSWin32
63664              From: rspier@pobox.com (Robert Spier)
63665              Date: Wed, 29 Nov 2000 02:17:38 -0500
63666              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
63667              
63668              plus similar nits for vms, err, VMS, and UNICOS.
63669      Branch: perl
63670            ! t/lib/syslfs.t t/op/lfs.t
63671 ____________________________________________________________________________
63672 [  7916] By: jhi                                   on 2000/11/29  15:42:51
63673         Log: Subject: [PATCH] Tokeniser debugging
63674              From: Simon Cozens <simon@cozens.net>
63675              Date: Wed, 29 Nov 2000 14:15:45 +0000
63676              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
63677      Branch: perl
63678            ! perl.c perl.h pod/perlrun.pod toke.c
63679 ____________________________________________________________________________
63680 [  7915] By: jhi                                   on 2000/11/29  15:41:36
63681         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
63682              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63683              Date: Wed, 29 Nov 2000 02:13:14 -0500
63684              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
63685              
63686              OUT keyword nits.
63687              
63688              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
63689              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63690              Date: Wed, 29 Nov 2000 03:09:04 -0500
63691              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
63692              
63693              OUT and IN_OUT documentation.
63694      Branch: perl
63695            ! lib/ExtUtils/xsubpp pod/perlxs.pod
63696 ____________________________________________________________________________
63697 [  7914] By: jhi                                   on 2000/11/29  03:35:01
63698         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
63699              From: John Tobey <jtobey@john-edwin-tobey.org>
63700              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
63701              Message-Id: <m140e1N-000FOoC@feynman.localnet>
63702              
63703              plus a performance speedup noticed by Sarathy.
63704      Branch: perl
63705            ! op.c
63706 ____________________________________________________________________________
63707 [  7913] By: jhi                                   on 2000/11/29  03:16:59
63708         Log: Use "1 while unlink" so that VMS gets clean, too.
63709      Branch: perl
63710            ! t/lib/filter-util.t
63711 ____________________________________________________________________________
63712 [  7912] By: jhi                                   on 2000/11/29  03:09:08
63713         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
63714              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63715              Date: Tue, 28 Nov 2000 03:27:09 -0500
63716              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
63717      Branch: perl
63718            ! lib/ExtUtils/xsubpp
63719 ____________________________________________________________________________
63720 [  7911] By: jhi                                   on 2000/11/29  03:06:30
63721         Log: This should have been part of #7872: no need to scan UTF-8
63722              until eternity.
63723      Branch: perl
63724            ! utf8.c
63725 ____________________________________________________________________________
63726 [  7910] By: jhi                                   on 2000/11/29  02:50:04
63727         Log: One more perltie.pod nit from Casey R. Tweten.
63728      Branch: perl
63729            ! pod/perltie.pod
63730 ____________________________________________________________________________
63731 [  7909] By: jhi                                   on 2000/11/29  02:44:23
63732         Log: Document the known sprintf test failures, exact standard
63733              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
63734      Branch: perl
63735            ! pod/perldelta.pod t/op/sprintf.t
63736 ____________________________________________________________________________
63737 [  7908] By: jhi                                   on 2000/11/29  02:36:23
63738         Log: Add the Encoding table format documentation.
63739      Branch: perl
63740            + ext/Encode/Encode/EncodeFormat.pod
63741            ! MANIFEST
63742 ____________________________________________________________________________
63743 [  7907] By: jhi                                   on 2000/11/29  02:07:24
63744         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
63745              From: "Casey R. Tweten" <crt@kiski.net>
63746              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
63747              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
63748              
63749              Subject: Re: [PATCH] Updating perltie.pod for arrays
63750              From: "Casey R. Tweten" <crt@kiski.net>
63751              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
63752              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
63753      Branch: perl
63754            ! pod/perltie.pod
63755 ____________________________________________________________________________
63756 [  7906] By: nick                                  on 2000/11/28  22:40:59
63757         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
63758      Branch: perlio
63759            ! iperlsys.h perlio.c
63760 ____________________________________________________________________________
63761 [  7905] By: nick                                  on 2000/11/28  22:04:34
63762         Log: Integrate mainline
63763      Branch: perlio
63764           !> (integrate 39 files)
63765 ____________________________________________________________________________
63766 [  7904] By: jhi                                   on 2000/11/28  16:44:43
63767         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
63768              From: Nicholas Clark <nick@babyhippo.co.uk>
63769              Date: Tue, 28 Nov 2000 11:16:57 +0000
63770              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
63771      Branch: perl
63772            ! pod/perlipc.pod
63773 ____________________________________________________________________________
63774 [  7903] By: jhi                                   on 2000/11/28  16:40:31
63775         Log: Subject: [PATCH] Updating perltie.pod for arrays
63776              From: "Casey R. Tweten" <crt@kiski.net>
63777              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
63778              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
63779      Branch: perl
63780            ! pod/perltie.pod
63781 ____________________________________________________________________________
63782 [  7902] By: jhi                                   on 2000/11/28  16:39:37
63783         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
63784              From: Robin Barker <rmb1@cise.npl.co.uk>
63785              Date: Mon, 27 Nov 2000 17:56:44 GMT
63786              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
63787      Branch: perl
63788            ! pod/perlfunc.pod t/op/split.t
63789 ____________________________________________________________________________
63790 [  7901] By: jhi                                   on 2000/11/28  16:28:04
63791         Log: setmode() is a DOSish-only thing.
63792      Branch: perl
63793            ! perlio.c
63794 ____________________________________________________________________________
63795 [  7900] By: jhi                                   on 2000/11/28  16:21:46
63796         Log: Subject: [PATCH] perlcc.PL cleanups
63797              From: Simon Cozens <simon@cozens.net>
63798              Date: Tue, 28 Nov 2000 12:44:35 +0000
63799              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
63800      Branch: perl
63801            ! utils/perlcc.PL
63802 ____________________________________________________________________________
63803 [  7899] By: gsar                                  on 2000/11/28  06:32:55
63804         Log: reintegrate files missed by change#7895
63805      Branch: maint-5.6/perl
63806           +> ext/ByteLoader/bytecode.h utils/Makefile
63807            - utils/perlbc.PL
63808 ____________________________________________________________________________
63809 [  7897] By: gsar                                  on 2000/11/27  18:22:47
63810         Log: can't integrate these two files, for some reason
63811      Branch: maint-5.6/perl
63812            - ext/ByteLoader/bytecode.h utils/Makefile
63813 ____________________________________________________________________________
63814 [  7895] By: gsar                                  on 2000/11/27  18:11:21
63815         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
63816              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
63817              6757..6890,6892..6901 from mainline
63818              
63819              Bytecompiler patches from Benjamin Stuhl.
63820              
63821              More bytecompiler.
63822              
63823              Subject: [PATCH blead] B:: missing dependency
63824              
63825              Subject: [PATCH: 6757] configure.com updates and syslog build
63826              
63827              Long double Gconvert fixes from Yitzchak Scott-Thoennes
63828              and Spider Boardman.
63829              
63830              Subject: [PATCH blead] nextchar() abuse misses an optimisation
63831              
63832              Long double fixes from Spider Boardman.
63833              
63834              Make the selection of NVff et al stricter.
63835              
63836              cSVOPo_*v things index into the current PL_curpad
63837              under ithreads, which is different from the curpad
63838              used by the XSUB.  (In other words, the code as-is
63839              before this patch wouldn't work under ithreads.)
63840              
63841              Be portable.
63842              
63843              VMS MMS (make) wants null action.
63844              
63845              Mac and other portability updates from Chris Nandor.
63846              
63847              Storable support, v-version fixes.
63848              Subject: CPAN.pm beta for testing available
63849              
63850              Portability fix from Hugo van der Sanden.
63851              
63852              Bad makefile.
63853              
63854              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
63855              
63856              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
63857              
63858              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
63859              
63860              Replace #6705 with a minimal doc patch.
63861              Subject: [PATCH 5.6.0] replace change #6705
63862              
63863              Drop the separate perlbc, perlcc -b should be enough.
63864              
63865              installperl couldn't tell whether it had run tests or not.
63866              Subject: [PATCH] Re: installperl and t/TEST
63867              
63868              Add silencer flags to installperl.
63869              Subject: [PATCH] Making installperl silent.
63870              
63871              Make "make install" by default silent.  A new "install-verbose"
63872              target is verbose.
63873              
63874              More liberal parsing of version numbers.
63875              Subject: Re: CPAN.pm beta for testing available
63876              
63877              Create directories in silence.
63878              Subject: [PATCH] Another silencer for MakeMaker
63879              
63880              DOS patches and portability/porting notes, from Tim Jenness.
63881              
63882              Make installman to recognize the silence flag -S.
63883              
63884              Actually do something with the silencer option.
63885              
63886              Continue silencing.
63887              
63888              Show the doc file, not the temp file.
63889              
63890              Regen perltoc.
63891              
63892              Subject: [PATCH] More silencing of installman.
63893              
63894              Better wording for the vec lvalue diagnostic.
63895              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
63896              
63897              Subject: [PATCH: 6805] several more tweaks to configure.com
63898              
63899              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
63900              
63901              Missing parts of 
63902              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
63903              
63904              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
63905              (applied slightly modified)
63906              
63907              installperl --verbose and --silent.
63908              Subject: Re: [PATCH] More silencing of installman.
63909              
63910              Add install-silent target.
63911              
63912              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
63913              the problem reported in
63914              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
63915              
63916              Tweak the sfio/useperlio logic, hopefully as wished in
63917              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
63918              
63919              One forgotten file from #6816.
63920              
63921              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
63922              
63923              Remove duplicately applied patch shards.
63924              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
63925              
63926              Support preserving extremely big/small angles.
63927              
63928              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
63929              
63930              Subject: [PATCH] installation not quite silent yet.
63931              
63932              Update the test count.
63933              
63934              Use UVxf, PTR2UV, NVff.
63935              
63936              Document PTR2XX and INT2PTR.
63937              
63938              no-install target a la make -n.
63939              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
63940              
63941              grep -e isn't portable.
63942              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
63943              
63944              Can't get the test to reliably work thanks to the
63945              inaccurateness of floating point.  "Resolves" bug ids
63946              20000826.003, 20000826.009, 20000826.010,
63947              
63948              Subject: installman buglet
63949              
63950              DJGPP update from Laszlo Molnar.
63951              
63952              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
63953              
63954              Passing -R in ldflags makes now it to appear in the default
63955              for lddlflags, just like with -L.
63956              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
63957              
63958              Test nit.
63959              
63960              Use the actual thread type, not the pointer-to-struct.
63961              
63962              Provice virtual $Config{ccflags_nolargefiles} etc. 
63963              
63964              display_format used as a class method without arguments was broken,
63965              reported in
63966              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
63967              
63968              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
63969              
63970              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
63971              
63972              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
63973              
63974              opmini.o may be left around if a build is interrupted.
63975              
63976              Typo in #6858.
63977              
63978              Fix for ID 20000828.001, long doubles were not formatted
63979              correctly (showed up in $], which stopped installing perl).
63980              
63981              An attempt to fix the problem reported in
63982              Subject: Building perl@6856 using gcc/AIX 4.3.3 
63983              I can't test this properly since the gcc installation I have
63984              access to seems to be botched (gcc is calling the AIX cpp,
63985              a losing proposition...)
63986              
63987              Add -ld to archname on long tr...double platforms.
63988              
63989              Subject: hv.h Doc Patch
63990              
63991              Potential cruft.
63992              
63993              Subject: [PATCH bleedperl@6856] warnings fixes
63994              
63995              -S is the silent flag, -s is the strip flag.
63996              Subject: [PATCH] Re: [PATCH] make no-install          
63997              
63998              Take out the SUIDMAIL thing, that will not be
63999              a problem in 5.7.*.
64000              
64001              Subject: [PATCH bleedperl@6866] spellings
64002              
64003              Subject: [PATCH] Re: files not cleaned even by veryclean
64004              
64005              Use minimal @INC in tests, most of the time just '../lib',
64006              so that we simply can't pick up stuff from other Perls than
64007              the one we are testing.  Pointed out by
64008              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
64009              
64010              Update to Getopt::Long 2.24, from Johan Vromans.
64011              
64012              Fix for thinko in #6848.
64013              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
64014              
64015              Patches all over for people and the files they (hopefully) care about.
64016              
64017              Subject: Net::protoent does not export 'getproto'
64018              
64019              Missed a change in #6869.
64020              
64021              Subject: [PATCH] Warnings in B::Deparse
64022              
64023              Subject: [PATCH] Glob dumping
64024              
64025              Disable one of the tests for now.
64026              
64027              Disabling the one test is a bit tricky.
64028              
64029              Don't forget to tidy up.
64030              
64031              The #6881 removed one dump line.
64032              
64033              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
64034              
64035              Under usethreads the dumped variable is IN_PAD.
64036              Subject: Re: [PATCH] Glob dumping
64037              
64038              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
64039              
64040              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
64041              
64042              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
64043              
64044              Regen Configure for #6894.
64045              
64046              Subject: [PATCH: 6889] updates to perlebcdic.pod
64047              
64048              Undo namespace pollution of #6878.
64049              Subject: Re: Net::protoent does not export 'getproto'
64050              
64051              Admit that we are leaking scalars.
64052              
64053              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
64054      Branch: maint-5.6/perl
64055           !> (integrate 271 files)
64056 ____________________________________________________________________________
64057 [  7894] By: gsar                                  on 2000/11/27  16:00:34
64058         Log: a couple of nits
64059      Branch: maint-5.6/perl
64060            ! MANIFEST pp_sys.c
64061 ____________________________________________________________________________
64062 [  7893] By: gsar                                  on 2000/11/27  15:10:56
64063         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
64064              6740..6745,6747..6757,6760
64065              
64066              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
64067              
64068              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
64069              
64070              Doc nits spotted by Richard Soderberg.
64071              
64072              move WNOHANG definition to where other such things are
64073              
64074              Make $Config{byteorder} more magical so that it is
64075              dynamically computed: nice for 'fat binaries'.
64076              Subject: [PATCH]: default byteorder
64077              
64078              Subject: [PATCH] Cwd.pm now uses strict
64079              
64080              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
64081              
64082              Get -DLEAKTEST to compile (not necessarily to work, mind)
64083              Subject: [ID 20000724.006] -DLEAKTEST problem
64084              
64085              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
64086              
64087              Add perlebcdic from Peter Prymmer, regen toc.
64088              
64089              Don't propose using modules built for 5.005 if no binary
64090              compatibility with 5.005 is attempted.
64091              
64092              Do not use prototyping here.
64093              Subject: [ID 20000817.016] [PATCH] Peek.xs
64094              
64095              Document what the backtick returns if the command fails.
64096              
64097              Add byteorder to the myconfig output.
64098              
64099              Introduce NVef, NVff, and NVgf, use the middle one.
64100              (helps for lib/peek + Linux + long doubles)  Reported in
64101              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
64102              Use NVs in POSIX math, not doubles.
64103              Subject: [ID 20000817.014] POSIX & modfl
64104              
64105              Subject: [PATCH 5.6.0+] newSVrv() memory leak
64106              
64107              The byteorder code in #6671 was wrong.
64108              
64109              Fix the lib/complex failure of
64110              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
64111              Linux long double accuracy issue: something that
64112              when printed with %g looks like "2" but int() of it is 1.
64113              
64114              Propagate new Configure vars.
64115              
64116              Unbuffer the output.
64117              
64118              Subject: [PATCH] perltrap.pod spring cleaning
64119              
64120              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
64121              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
64122              
64123              Tiny Getopt::Long patch from Johan Vromans.
64124              
64125              Document code point which makes if (defined %stash::) to work
64126              (noted by Spider Boardman).
64127              
64128              Subject: [PATCH perl@6698] cygwin port
64129              
64130              Document the NDBM_File and ODBM_File as SDBM_File
64131              was documented in #6417.
64132              
64133              The new tests were missing from #6415.
64134              
64135              Add [[:blank:]] as suggested in
64136              Subject: [ID 20000716.024] [=cc=] / [:blank:]
64137              (the [=cc=] has already been taken care of by #6439
64138              so the whole bug report can be closed)
64139              and make [[:space:]] to be equivalent to isspace(3)
64140              (as opposed to \s, which is isSPACE()).  The difference
64141              is that now [[:space:]] matches the mythical vertical tab,
64142              while \s doesn't.
64143              
64144              Don't eat leading os from index entries.
64145              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
64146              
64147              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
64148              
64149              Typo in pp_complement().
64150              Subject: [PATCH perl-current] Deparse
64151              
64152              Add warnif(), check warnings further up the stack,
64153              all the warnings functions now can take an optional object reference.
64154              Subject: [PATCH bleedperl@6691] warnings pragma update
64155              
64156              Fix a core dump in lib/selfloader under -DDEBUGGING.
64157              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
64158              
64159              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
64160              
64161              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
64162              
64163              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
64164              Put back the long double avoidance code to POSIX.xs
64165              because VMS seems to need it still.
64166              
64167              Introduce a 'veryclean' target that is like 'distclean'
64168              but also removes *~ and *.orig.
64169              
64170              Subject: [ID 20000817.023] endianness description in perlfunc.pod
64171              
64172              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
64173              
64174              Let's try #6717 again.
64175              
64176              UTF8 concat fixes.
64177              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
64178              
64179              pp_open() could pass an uninitialized filename down to do_open9().
64180              
64181              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
64182              
64183              Update to CGI 2.72, from Lincoln Stein.
64184              
64185              Subject: [PATCH] Silence MakeMaker (Was: installman)
64186              
64187              Use temporary directory instead of current directory.
64188              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
64189              
64190              Document odd vs even subreleases and -Dusedevel.
64191              
64192              The veryclean target needs to clobber.
64193              
64194              Use File::Spec->tmpdir().
64195              
64196              Document the number of exponent digits.
64197              
64198              Mention perlebcdic and perlposix-bc.
64199              
64200              s/this one/the 5.6.0 release/
64201              
64202              The #6724 is here.
64203              
64204              The correct cleaning order is an art.
64205              
64206              small tweaks for change#6705: avoid C++ style comments in C code;
64207              use Perl's malloc API rather than the low level system one
64208              
64209              Array context keeps slithering in.
64210              
64211              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
64212              
64213              Subject: [PATCH] os2.c fix for use64bitint
64214              
64215              Update to Pod::LaTeX 0.53.
64216              Subject: [PATCH] lib/Pod/LaTeX.pm updates
64217              
64218              Document the endianness of Alpha more precisely.
64219              
64220              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
64221              
64222              Rename the macro argument because some preprocessors
64223              can't tell the difference and expand arguments also inside
64224              double quoted strings.
64225              
64226              free TLS slot properly on Windows
64227              
64228              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
64229              
64230              Unicos/mk requires elaborate paranoia.
64231              
64232              Tweak the floating point output routine preferences.
64233              
64234              Also under djgpp the timestamps are funky.
64235              
64236              Apply some PodParser 1.18 patches; the Pod/Find.pm
64237              patches cannot be applied since #6712 conflicts.
64238              
64239              Use PodParser 1.18 new test.
64240              
64241              A pod nit.
64242              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
64243              
64244              Be verydeepclean.
64245      Branch: maint-5.6/perl
64246           +> pod/perlebcdic.pod
64247           !> (integrate 106 files)
64248 ____________________________________________________________________________
64249 [  7892] By: jhi                                   on 2000/11/27  15:02:32
64250         Log: Update Changes.
64251      Branch: perl
64252            ! Changes patchlevel.h
64253 ____________________________________________________________________________
64254 [  7891] By: jhi                                   on 2000/11/27  14:57:23
64255         Log: Subject: Re: perlfaq style changes
64256              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64257              Date: Sat, 25 Nov 2000 23:32:26 -0800
64258              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
64259              
64260              plus a note from Ronald Kimball.
64261      Branch: perl
64262            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
64263 ____________________________________________________________________________
64264 [  7890] By: jhi                                   on 2000/11/27  14:53:14
64265         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
64266              From: Benjamin Holzman <bah@ecnvantage.com>
64267              Date: Sun, 26 Nov 2000 16:27:33 -0500
64268              Message-ID: <20001126162733.J25040@ecnvantage.com>
64269      Branch: perl
64270            ! gv.c
64271 ____________________________________________________________________________
64272 [  7889] By: jhi                                   on 2000/11/27  14:43:11
64273         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
64274              From: lvirden@cas.org
64275              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
64276              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
64277      Branch: perl
64278            ! README.amiga
64279 ____________________________________________________________________________
64280 [  7888] By: jhi                                   on 2000/11/27  14:32:34
64281         Log: Restore also the locale test to no-sprintf-taint state.
64282              Fixes the bug 20001127.003.
64283      Branch: perl
64284            ! sv.c t/pragma/locale.t
64285 ____________________________________________________________________________
64286 [  7887] By: gsar                                  on 2000/11/27  14:13:05
64287         Log: integrate changes#6613..6616,6620..6665 from mainline
64288              
64289              VMS configure.com update continues.
64290              
64291              Subject: Test fails / warnings with perl-current #6612
64292              
64293              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
64294              
64295              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
64296              
64297              For now remove the mail code.
64298              
64299              Subject: Re: [PATCH] @+, @- readonly
64300              
64301              Subject: warning: storage class after type is obsolescent
64302              
64303              Subject: sfio2000
64304              
64305              Subject: Re: File::Temp problems on VMS in bleedperl
64306              
64307              README.os2 update.
64308              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
64309              
64310              Make the user to give up his firstborn, err, to knowingly
64311              verify installing an unstable developer release.  Also bump
64312              the release to 5.7.0, but leave a patch tag in the local
64313              patches saying that this is not yet the real thing.
64314              
64315              Update (kinda) to Test 1.14, from Joshua Pritikin.
64316              
64317              make ok etc also for win32.
64318              
64319              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
64320              
64321              Don't blow limited stacks, a lower number is enough to
64322              tickle the lookbehind limit.
64323              
64324              Use -Dusedevel; regen Configure and the respective Porting stuff.
64325              
64326              Subject: [PATCH] debugger exit code should reflect user exit code
64327              
64328              Subject: [PATCH perl@6620] cygwin port
64329              
64330              Missed a file from #6638.
64331              
64332              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)
64333              
64334              magic callbacks all need to have same type signature
64335              
64336              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
64337              
64338              Fix a dependency problem.
64339              Subject: [PATCH: 6640] VMS Makefile.SH update
64340              
64341              The numeric locale was reset to "C" by s?printf and never restored.
64342              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
64343              No test since adding the failing example to locale.t
64344              does not fail -- probably because the locale settings are so
64345              thoroughly tweaked by that time.  Running the example standalone
64346              does fail, though.  UPDATE: test case added at change #7540.
64347              
64348              Subject: [ID 20000324.040] minor fix to perlhpux.pod
64349              
64350              Update to CPAN 1.57.
64351              
64352              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
64353              
64354              Change the perlbug address to perl.org since it's more forgiving.
64355              
64356              Change the regx compilation error markers to use = instead of <
64357              since pod makes using the latter quite messy.  Reported in
64358              ID 20000814.006 by Abigail and in
64359              Subject: Unknown escape E<> ?
64360              
64361              Update to perldebtut 1.9, from Richard Foley.
64362              
64363              check that the number pseudo children doesn't exceed
64364              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
64365              the WaitForMultipleObjects() limit that would cause wait()
64366              to crash)
64367              wait() and waitpid() could potentially be rewritten to use
64368              more than one thread to do the waiting to eliminate this
64369              limitation
64370              
64371              change#6328 could make close(SOCKET) return false on windows
64372              when it shouldn't
64373              
64374              pod nit seen in passing
64375              
64376              on windows, the return values from wait() and waitpid() don't
64377              match those of pseudo-pids
64378              
64379              waitpid() now handles externally spawned pids correctly;
64380              fixes for backtick/wait/waitpid failures on Windows 9x
64381              these changes make the pid returned by process functions on
64382              Windows 9x always positive by clearing the high bit (which
64383              is always set on Win9x); pseudo-process PIDs are likewise
64384              always negative now on Win9x (just as on NT/2000)
64385              
64386              trailing new %ENV entries weren't being pushed into the real
64387              environment of subprocesses on Windows
64388              
64389              Tweak the regex compilation errors once more.
64390              
64391              avoid warnings from dense compiler
64392              
64393              add "ok" targets from change#6632 in makefile.mk
64394      Branch: maint-5.6/perl
64395            - lib/Pod/PlainText.pm vms/configure.com
64396           !> (integrate 66 files)
64397 ____________________________________________________________________________
64398 [  7886] By: jhi                                   on 2000/11/27  13:54:18
64399         Log: __FUNCTION__ isn't portable and trying to emulate it leads
64400              into practically spelling out the name of the function.
64401              Takes care of the bug 20001127.001.
64402      Branch: perl
64403            ! perlio.c
64404 ____________________________________________________________________________
64405 [  7885] By: gsar                                  on 2000/11/27  13:53:18
64406         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
64407              6610..6611 from mainline
64408              
64409              Make regular expression parse error messages easier to understand.
64410              Subject: Re: enhanced(?) regex error messages
64411              
64412              Tiny tidying on report_evil_fh().
64413              
64414              Subject: Re: enhanced(?) regex error messages 
64415              plus Capitalize the error messages, plus perldiag them.
64416              
64417              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
64418              
64419              Document here-doc better.
64420              
64421              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
64422              
64423              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
64424              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
64425              (either perlbug or p5p ate the original), plus regen
64426              perlapi and perltoc. 
64427              
64428              Regen global.sym.
64429              
64430              Double check that we have a dirhandle.
64431              
64432              Subject: Re: enhanced(?) regex error messages
64433              (plus two small patches sent privately)
64434              (this still seems to leave few test failures)
64435              
64436              warn is a macro, avoid using at a variable to avoid warnings
64437              in some configurations; readdir.t is too conservative in
64438              estimating number of *.t's
64439              
64440              Get back into sync with Jeffrey on the enhanced regex warnings.
64441              
64442              Subject: [PATCH 5.6.0] cygwin port
64443              
64444              Zero entries were skipped, fix from Adrian Goalby
64445              <argoalby@yahoo.co.uk>
64446              
64447              Subject: Remove dead entry in perldiag
64448              
64449              Amend the description of Perl6.
64450              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
64451              
64452              detypo
64453              
64454              It's the 2ndO'ROSSC.
64455              
64456              Revert the sv.c part of #6559, a better fix is needed.
64457              
64458              Iterating perl6 description.
64459              
64460              Update to Term::ANSIColor 1.03, from Russ Allbery.
64461              
64462              Update to Getopt::Long 2.23_05, from Johan Vromans.
64463              
64464              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
64465              
64466              Update to Pod::Parser 1.17, from Brad Appleton.
64467              
64468              Update to CPAN 1.56, from Andreas König.
64469              
64470              Update to CGI 2.70, from Lincoln Stein.
64471              
64472              Put back the std @INC thing.
64473              
64474              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
64475              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
64476              
64477              Document the IO::Select timeout.
64478              
64479              sleep(1) does not necessarily return 1.
64480              Subject: [PATCH bleadperl] op/lex_assign.t  
64481              
64482              Subject: debugger "d" command doesnt check line number
64483              
64484              B::Deparse didn't do sub attributes.
64485              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
64486              
64487              Preprocessing and postprocessing for File::Find.
64488              Subject: Patch to Find::File.pm to allow alphabetical results
64489              
64490              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
64491              
64492              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
64493              
64494              Subject: Re: [ID 20000730.003] utf8::length() bad
64495              
64496              Subject: Getting perlio and threads to compile
64497              (the Solaris version changes in Configure skipped)
64498              
64499              Tests for #6589.
64500              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
64501              
64502              Add Perl debugging tutorial, regen toc. 
64503              Subject: perldebtut.pod
64504              
64505              Add a few missing files, update MANIFEST.
64506              
64507              Rewrite of vms/subconfigure.com as configure.com,
64508              from Peter Prymmer and the vmsperl crew.
64509              
64510              Should have deleted this in #6603.
64511              
64512              Fix the test for 5005threads.
64513              
64514              Fix-n-skip the tests under 5005threads.
64515              
64516              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
64517              
64518              Upgrade to CGI 2.71, from Lincoln Stein.
64519      Branch: maint-5.6/perl
64520           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
64521           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
64522           +> t/op/regmesg.t t/pod/find.t vms/configure.com
64523            - vms/subconfigure.com
64524            ! lib/lib.pm
64525           !> (integrate 115 files)
64526 ____________________________________________________________________________
64527 [  7884] By: jhi                                   on 2000/11/27  13:44:33
64528         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
64529              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64530              Date:     Mon, 27 Nov 2000 08:23:54 EST
64531              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
64532      Branch: perl
64533            ! vms/descrip_mms.template vms/test.com
64534 ____________________________________________________________________________
64535 [  7883] By: gsar                                  on 2000/11/27  11:50:46
64536         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
64537              6511..6513,6515..6523,6525..6536
64538              
64539              The swallow_bom() saga continues.  The #23 of require.t
64540              (UTF16-LE) still fails (silently, no output) but the #22
64541              (UTF16-BE) seems to be working now.  The root of the
64542              failure may be in sv_gets(): is it UTF-16LE-aware,
64543              especially when it comes to line endings? 
64544              
64545              Document the problem with -P in HP-UX and its workaround.
64546              
64547              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
64548              (aka ID 20000730.002)
64549              
64550              Subject: fix and question re: waitpid() under win32
64551              
64552              Make the safety catch for buggy gccs work with triple version
64553              numbers like 2.95.2.  Reported in
64554              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
64555              
64556              In Digital UNIX warn if gcc explicitly chosen because even
64557              2.95.2 is known to cause problems.
64558              
64559              Make chr() for values >127 to create utf8 when under utf8.
64560              
64561              various syntax errors and such (not fixed: comp/require.t#22 coredump
64562              on Windows)
64563              
64564              Stash away the largefiles flags and libswanted.
64565              
64566              BOM patching from Simon Cozens.
64567              
64568              If gccosandvers is equal to osname, clear gccosandvers.
64569              
64570              Make p4desc to skip non-mainperl branches by default.
64571              
64572              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
64573              
64574              The test from this
64575              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
64576              
64577              In new BSDs changes to argv[] do not show up in ps(1) output,
64578              instead one must use setproctitle().  This was already addressed
64579              by change #6457, but the below has a new variant for FreeBSD 4.0
64580              or later, and the matter is also documented more.
64581              
64582              FreeBSD 3.* updates from
64583              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
64584              
64585              regen_headers, regen perltoc.
64586              
64587              Document in one place the memory abstractions used in Perl core.
64588              
64589              memcpy has n o in it, as pinted ut by Sarathy.
64590              
64591              Remove the extraneous "main::" prefix from all the
64592              "opened only for", "on closed", and "never opened" warnings.
64593              
64594              The name of a filehandle does not have <these>.
64595              
64596              The tr utf8 patching continues.
64597              
64598              The new setproctitle() feature is available only in 
64599              bleeding edge FreeBSD.  From Paul Saab.
64600              
64601              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
64602              
64603              Dump UVs as UVs in Data::Dumper.
64604              
64605              detypo #6494
64606              
64607              Document the IVdf UVuf UVof UVxf.
64608              
64609              require.t needs binmode() to work on windows
64610              
64611              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
64612              that are hopefully soon put into use.
64613              
64614              Allow "no Module;" even if there is no 'unimport'.
64615              
64616              Better skip message for the test; one of the two problems in
64617              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
64618              
64619              The subtest 4 may fail also on VOBS, as pointed out
64620              by Nick Ing-Simmons in November 1999, bug id 19991124.003
64621              (but the failure in that bug report isn't the subtest 4).
64622              
64623              Be more informative on what is skipped and why,
64624              also repeat the list at the end.
64625              
64626              Add a URL for FSF.
64627              
64628              Subject: [PATCH] sv.h documentation - SvLEN
64629              
64630              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
64631              
64632              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
64633              
64634              Subject: [PATCH] bad cppsymbols on os2 + Configure question
64635              
64636              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
64637              
64638              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
64639              mention the idea of @( and @)
64640              
64641              This is 6512.  Really.
64642              
64643              Subject: [ID 19990721.004] Documentation bug in perlfunc
64644              
64645              Subject: Minor tweak to perlvar.pod
64646              
64647              In the warnings call filehandles consistently so;
64648              add "unopened" warning for stat().
64649              
64650              After the #6519 a warning about stat() is just that,
64651              not about a filetest, which now have their own warning.
64652              
64653              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
64654              
64655              Subject: Re: Array vs. List context
64656              
64657              Subject: New perlcc, take 2
64658              
64659              Weed buglets pointed out by
64660              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
64661              
64662              gcc versions might have (parentheses) in them.
64663              
64664              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
64665              
64666              Essential prototype changes were missing from #6527.
64667              Also make report_evil_fh() more bomb-proof.
64668              
64669              Zap lib/Sys directory when cleaning up.
64670              
64671              Change the Policy policy: now -Dprefix= with an existing
64672              Policy.sh and prefix == siteprefix == vendorprefix, then all
64673              of them follow along the new prefix.
64674              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
64675              
64676              Continue fixing the io warnings.  This also
64677              sort of fixes bug ID 20000802.003: the core dump
64678              is no more.  Whether the current behaviour is correct
64679              (giving a warning: "Not a format reference"), is another matter.
64680              
64681              Have symbols for the IoTYPEs.
64682              
64683              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
64684              
64685              Document a bit that UDP is not what you might think.
64686              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
64687              tr memory corruption fix from Simon Cozens.
64688              
64689              Plug the security hole described in the Aug 05 2000 bugtraq message
64690              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
64691              The security hole exists only in suidperls, which isn't
64692              installed or even built by default.
64693      Branch: maint-5.6/perl
64694           !> (integrate 71 files)
64695 ____________________________________________________________________________
64696 [  7882] By: gsar                                  on 2000/11/27  10:25:36
64697         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
64698              from mainline
64699              
64700              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
64701              to be fatal errors (instead of by default ignoring them, and
64702              ignoring with a bug: even though -w gave an error, the opening [
64703              was left in)  Reported in:
64704              
64705              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
64706              
64707              Subject: [PATCH] split /^/
64708              
64709              MacOS nits from Matthias Neeracher.
64710              
64711              More split() doc and test patches from Mike Guy.
64712              
64713              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
64714              from Graham Barr in the module list.
64715              
64716              docfix from Peter Scott <Peter@PSDT.com>.
64717              
64718              File::Temp patches for VMS and OS/2 from Tim Jenness.
64719              
64720              open() wariness in perlbug.
64721              
64722              Subject: [PATCH] minor doc change - perlguts
64723              
64724              Subject: Minor doc patch: handy.h
64725              
64726              Be wary of close()s, too.
64727              
64728              Further File::Temp patches from Yitzchak Scott-Thoennes
64729              and Craig A. Berry.
64730              
64731              Subject: [PATCH] fixes bug 20000508.004
64732              
64733              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
64734              
64735              Allow "no AutoLoader;", based on change #6444,
64736              suggested by Graham Barr.
64737              
64738              Use setproctitle() if available to modify $0.
64739              
64740              Warn if the version of the operating system used to compile gcc
64741              differs from the current version of the operating system.
64742              Also display the gcc compilation os and version in myconfig.
64743              Inspiration from
64744              
64745              Tiny fixes for #6460.
64746              
64747              The problem described in this
64748              Subject: [ID 20000322.018] named chars aren't magical enough
64749              has been fixed in perl 5.6.0 but just in case added a test
64750              to keep it away.  (The report from Joseph Hall.)
64751              
64752              Tune the comments and hopefully stop a memory leak.
64753              
64754              Subject: UTF8 concat
64755              (with a memory leak fixed, plus a few casts added)
64756              This also seems to help for
64757              Subject: [ID 20000716.015] join UTF8 weirdness
64758              
64759              Do not upgrade SVs into utf8 just because they participate
64760              in eq or cmp.  Reported and fix suggested in
64761              Subject: [ID 20000720.009] sv_eq UTF8 bug
64762              
64763              Fix the HALF_UPGRADE() macro introduced in #6263.
64764              
64765              Find green threads before native threads.
64766              Subject: Re: Patch to jpl/JNI/Makefile.PL
64767      Branch: maint-5.6/perl
64768           !> (integrate 30 files)
64769 ____________________________________________________________________________
64770 [  7881] By: jhi                                   on 2000/11/27  05:48:41
64771         Log: It seems that *both* the unused submatch loop cleanup
64772              codes are needed.
64773      Branch: perl
64774            ! regexec.c
64775 ____________________________________________________________________________
64776 [  7880] By: jhi                                   on 2000/11/27  04:50:07
64777         Log: Clean .exists deeper.
64778      Branch: perl
64779            ! Makefile.SH
64780 ____________________________________________________________________________
64781 [  7879] By: jhi                                   on 2000/11/27  02:31:35
64782         Log: The code in regcppop() (see #7878) contains the correct lower
64783              limit for the unused submatch 'cleanup' loop so that under
64784              "use utf8" the following code wouldn't dump core:
64785              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
64786              the cleanup loop in regtry() stomped beyond allocated area
64787              in the startp[] array.  Therefore, copied the correct lower
64788              loop limit (*PL_reglastparen) to regtry().  Note: something
64789              may still not be quite right: why was the _higher_ loop limit
64790              (prog->nparens) different in the utf8 case?
64791              
64792              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
64793              without core dumps, there were about 17 of them before
64794              the patch (with us since Perl 5.7.0).  Two failures, still:
64795              496 and 505 (though these may not be severe).
64796              
64797              Patch #7881 is also needed since both the cleanup loops
64798              seem to be needed.
64799              
64800              Also, the t/op/pat#44 seems to core dump under utf8.
64801              Plus a couple of failures.  UGH-8.
64802      Branch: perl
64803            ! regexec.c
64804 ____________________________________________________________________________
64805 [  7878] By: jhi                                   on 2000/11/27  02:21:17
64806         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
64807              the code in regcppop() seems to be redundant for the test suite --
64808              but it contains a germ of truth, and it needed for the build
64809              process itself: see #7879 and #7881.
64810      Branch: perl
64811            ! regexec.c
64812 ____________________________________________________________________________
64813 [  7877] By: jhi                                   on 2000/11/27  01:53:09
64814         Log: Comment on comment.
64815      Branch: perl
64816            ! regexec.c
64817 ____________________________________________________________________________
64818 [  7876] By: jhi                                   on 2000/11/27  00:49:59
64819         Log: Adjust the docs to agree with #7875.
64820      Branch: perl
64821            ! pod/perllocale.pod
64822 ____________________________________________________________________________
64823 [  7875] By: jhi                                   on 2000/11/27  00:49:27
64824         Log: Retract #7863.  It makes more sense not to taint formatted output,
64825              not even by sprintf().
64826      Branch: perl
64827            ! sv.c
64828 ____________________________________________________________________________
64829 [  7874] By: jhi                                   on 2000/11/26  23:36:02
64830         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
64831              Not really fixed (should really dump the UTF-8 charclass),
64832              but stopped displaying the garbage.
64833              
64834              Also add a note on the (missing) Unicode PSXSPC and BLANK.
64835      Branch: perl
64836            ! regcomp.c
64837 ____________________________________________________________________________
64838 [  7873] By: jhi                                   on 2000/11/26  21:31:13
64839         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
64840      Branch: perl
64841            ! regexec.c
64842 ____________________________________________________________________________
64843 [  7872] By: jhi                                   on 2000/11/26  21:06:04
64844         Log: No need to scan till infinity, 13 is enough.
64845      Branch: perl
64846            ! handy.h utf8.c
64847 ____________________________________________________________________________
64848 [  7871] By: jhi                                   on 2000/11/26  20:20:32
64849         Log: Test line numbers are different with utf8.
64850      Branch: perl
64851            ! t/op/re_tests
64852 ____________________________________________________________________________
64853 [  7870] By: jhi                                   on 2000/11/26  20:10:12
64854         Log: Message nit.
64855      Branch: perl
64856            ! regcomp.c
64857 ____________________________________________________________________________
64858 [  7869] By: jhi                                   on 2000/11/26  19:01:05
64859         Log: Make utf8_length() and utf8_distance() (the latter of which
64860              is unused at the moment) to be less forgiving about bad UTF-8.
64861      Branch: perl
64862            ! embed.h embed.pl objXSUB.h proto.h utf8.c
64863 ____________________________________________________________________________
64864 [  7868] By: jhi                                   on 2000/11/26  18:45:56
64865         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
64866              From: Benjamin Holzman <bah@ecnvantage.com>
64867              Date: Sat, 25 Nov 2000 20:40:20 -0500       
64868              Message-ID: <20001125204020.A25040@ecnvantage.com>              
64869              
64870              Debian allows installing /usr/bin/locale without installing
64871              any locales, an error message will ensue.
64872      Branch: perl
64873            ! t/pragma/locale.t
64874 ____________________________________________________________________________
64875 [  7867] By: jhi                                   on 2000/11/26  18:31:12
64876         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
64877              From: Benjamin Holzman <bah@ecnvantage.com>
64878              Date: Sun, 26 Nov 2000 02:42:34 -0500
64879              Message-ID: <20001126024234.G25040@ecnvantage.com>
64880              
64881              Patch for the bug 20000212.002.
64882      Branch: perl
64883            ! sv.c t/op/array.t
64884 ____________________________________________________________________________
64885 [  7866] By: jhi                                   on 2000/11/26  18:28:09
64886         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
64887              From: Tim Jenness <t.jenness@jach.hawaii.edu>
64888              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
64889              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
64890              
64891              File::Temp 0.11.
64892      Branch: perl
64893            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
64894 ____________________________________________________________________________
64895 [  7865] By: jhi                                   on 2000/11/26  18:24:22
64896         Log: The metaconfig unit change for #7864.
64897      Branch: metaconfig/U/perl
64898            ! need_va_copy.U
64899 ____________________________________________________________________________
64900 [  7864] By: jhi                                   on 2000/11/26  18:23:41
64901         Log: Make the va_copy() test not to be so talkative.
64902      Branch: perl
64903            ! Configure config_h.SH
64904 ____________________________________________________________________________
64905 [  7863] By: jhi                                   on 2000/11/26  18:11:02
64906         Log: Fix locale inconsistencies unearthed by Hugo's work.
64907              Now the floating point sprintf really does taint the result
64908              string as perllocale promises (has promised for a long time)
64909              if "use locale" is in the lexical scope.
64910      Branch: perl
64911            ! sv.c t/pragma/locale.t
64912 ____________________________________________________________________________
64913 [  7862] By: jhi                                   on 2000/11/26  00:35:15
64914         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
64915              From: Nicholas Clark <nick@ccl4.org>
64916              Date: Sun, 26 Nov 2000 00:07:50 +0000
64917              Message-ID: <20001126000750.A22446@plum.flirble.org>
64918              
64919              Infinit.
64920      Branch: perl
64921            ! sv.c
64922 ____________________________________________________________________________
64923 [  7861] By: jhi                                   on 2000/11/26  00:01:26
64924         Log: Integrate perlio.
64925      Branch: perl
64926           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
64927 ____________________________________________________________________________
64928 [  7860] By: nick                                  on 2000/11/25  22:04:17
64929         Log: Correct relative path from new ext\Filter\Util\Call location
64930              back to miniperl.
64931      Branch: perlio
64932            ! win32/makefile.mk
64933 ____________________________________________________________________________
64934 [  7859] By: nick                                  on 2000/11/25  21:26:54
64935         Log: Integrate mainline.
64936      Branch: perlio
64937           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
64938           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
64939           +> t/lib/filter-util.t
64940            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
64941            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
64942            - t/lib/filt-util.t
64943           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
64944           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
64945           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
64946           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
64947           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
64948           !> win32/makefile.mk
64949 ____________________________________________________________________________
64950 [  7858] By: gsar                                  on 2000/11/25  20:52:17
64951         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
64952              parent's memory; fix it by keeping track of the actual pad
64953              offset rather than a raw pointer (this change is probably also
64954              relevant to non-ithreads case to avoid fallout from reallocs of
64955              the pad array, but is currently only enabled for the ithreads
64956              case in the interests of minimal disruption to existing "well
64957              tested" code)
64958      Branch: perl
64959            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
64960            ! proto.h scope.c scope.h sv.c t/op/fork.t
64961 ____________________________________________________________________________
64962 [  7857] By: nick                                  on 2000/11/25  20:01:28
64963         Log: All tests pass on Win32/gcc/USE_PERLIO.
64964              - when crlf layer is pushed make unix-level binary.
64965              - remove :crlf injection in pp_backtick in pp_sys.c
64966              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
64967      Branch: perlio
64968            ! doio.c perlio.c pp_sys.c win32/makefile.mk
64969 ____________________________________________________________________________
64970 [  7856] By: jhi                                   on 2000/11/25  18:38:30
64971         Log: Update the metaconfig units for #7855.
64972      Branch: metaconfig/U/perl
64973            ! useperlio.U usesocks.U
64974 ____________________________________________________________________________
64975 [  7855] By: jhi                                   on 2000/11/25  18:37:54
64976         Log: Undo the SOCKS workarounds, instead start using PerlIO
64977              if SOCKS is selected.
64978              
64979              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
64980              From: Jens Hamisch <jens@Strawberry.COM>
64981              Date: Fri, 24 Nov 2000 18:31:30 +0100
64982              Message-ID: <20001124183130.E28337@Strawberry.COM>
64983              
64984              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
64985              From: Jens Hamisch <jens@Strawberry.COM>
64986              Date: Fri, 24 Nov 2000 19:11:51 +0100
64987              Message-ID: <20001124191151.A28753@Strawberry.COM>
64988      Branch: perl
64989            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
64990            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
64991 ____________________________________________________________________________
64992 [  7854] By: jhi                                   on 2000/11/25  17:39:08
64993         Log: Undo #7848.  Some of the code seems to use walkoptree(),
64994              some walkoptree_slow().  An unfinished renaming?
64995              Now the sub is walkoptree() (which is @EXPORT_OK),
64996              the walkoptree_slow() is a typeglob alias to walkoptree.
64997              This makes the tests to pass, at least.
64998      Branch: perl
64999            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
65000 ____________________________________________________________________________
65001 [  7853] By: nick                                  on 2000/11/24  22:24:33
65002         Log: Re-arrange crlf vs binary for platforms that care.
65003              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
65004              Lip-service to making stdio layer work on such platforms (untested).
65005              Now fails 3 tests rather than one, checkin to see if I can debug 
65006              the issue under linux. (Do not merge.)
65007      Branch: perlio
65008            ! doio.c perlio.c perliol.h
65009 ____________________________________________________________________________
65010 [  7852] By: jhi                                   on 2000/11/24  18:57:39
65011         Log: AUTHORS edits.
65012      Branch: perl
65013            ! AUTHORS
65014 ____________________________________________________________________________
65015 [  7851] By: jhi                                   on 2000/11/24  17:34:56
65016         Log: Add Jan-Erik Karlsson.
65017      Branch: perl
65018            ! AUTHORS
65019 ____________________________________________________________________________
65020 [  7850] By: jhi                                   on 2000/11/24  17:27:56
65021         Log: Configure should find stdchar on its own.
65022      Branch: perl
65023            ! hints/solaris_2.sh
65024 ____________________________________________________________________________
65025 [  7849] By: jhi                                   on 2000/11/24  17:24:55
65026         Log: Subject: PATCH over 7848: Filter test flawed
65027              From: andreas.koenig@anima.de (Andreas J. Koenig)
65028              Date: 24 Nov 2000 10:28:29 +0100
65029              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
65030      Branch: perl
65031            ! t/lib/filter-util.t
65032 ____________________________________________________________________________
65033 [  7848] By: jhi                                   on 2000/11/24  17:22:15
65034         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
65035              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
65036              Date: Fri, 24 Nov 2000 16:12:58 +0000
65037              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
65038      Branch: perl
65039            ! ext/B/B.pm
65040 ____________________________________________________________________________
65041 [  7847] By: jhi                                   on 2000/11/24  03:07:01
65042         Log: Integrate perlio.
65043      Branch: perl
65044           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
65045           !> win32/makefile.mk
65046 ____________________________________________________________________________
65047 [  7846] By: gsar                                  on 2000/11/24  00:55:57
65048         Log: integrate changes#6415..6418,6420..6438 from mainline
65049              
65050              Fix the bitvector ops for utf8 (tricky since past 7 bits
65051              the utf8 'characters' can be more than one octet).
65052              
65053              MPE/ix updates for perl 5.6.0 from Mark Bixby.
65054              
65055              Subject: SDBM_File documentation
65056              
65057              Detypo.
65058              
65059              Decutandpasto.
65060              
65061              Send all installperl messages to STDERR and be -w clean.
65062              
65063              Out-of-date note removed.
65064              
65065              Protect against "wild next"s, that is, callbacks doing "next"
65066              instead of "return".
65067              
65068              Use STDOUT consistently.
65069              
65070              The output might have been produced in the wrong order.
65071              
65072              A missing 'break' after the [[:space:]] switch case.
65073              
65074              Add tests for
65075              [ID 19991110.003] another matching finding by pcre author
65076              which has already been fixed by some patch, as verified in
65077              
65078              Documentation to explain the behaviour of map().
65079              
65080              Add an optimization for map-maps-a-list-element-to-more-list-elements
65081              case, but add also notes explaining the relationship of this
65082              patch and the earlier notes by Sarathy.
65083              
65084              Subject: [ID 20000716.023] syslog test fails without sockets
65085              
65086              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
65087              Test cases for #6431.
65088              
65089              File::Spec::VMS fixup for tmpdir from Craig Berry.
65090              
65091              Make the "uninit variable" warning to say "concat or string"
65092              or "join or string" when in concat or join .
65093              
65094              Get UTF16 BOMs working.  Patch from
65095              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
65096              
65097              Subject: [PATCH] Make large file tests deal with SIGXFSZ
65098              
65099              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
65100              
65101              Subject: [PATCH] av.c apidoc
65102      Branch: maint-5.6/perl
65103           !> (integrate 43 files)
65104 ____________________________________________________________________________
65105 [  7845] By: gsar                                  on 2000/11/24  00:20:45
65106         Log: integrate changes#6406..6414 from mainline
65107              
65108              Merge perlhacktut into perlhack, update perlguts.
65109              
65110              Fix AutoSplit to use File::Spec the right way in VMS,
65111              from Peter Prymmer.
65112              
65113              The bug report
65114              [ID 19991110.002] minimal matching discrepancy found by pcre author
65115              seems to have been fixed (though differently from what was suggested
65116              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
65117              
65118              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
65119              not in pod, from Peter Prymmer
65120              
65121              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
65122              From: Hugo <hv@crypt.compulink.co.uk>
65123              Date: Fri, 14 Jul 2000 23:05:20 +0100
65124              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
65125              
65126              Didn't anymore apply, but that point still could use another fix.
65127              
65128              lib/b test fixes from Peter Prymmer.
65129              
65130              More docs for sv functions.
65131              
65132              perlvms.pod whitespace cleanup to keep pod utils happy.
65133              
65134              another VMS build tweak from Peter Prymmer
65135      Branch: maint-5.6/perl
65136           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
65137           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
65138           !> vms/descrip_mms.template vms/perlvms.pod
65139 ____________________________________________________________________________
65140 [  7844] By: nick                                  on 2000/11/23  23:42:45
65141         Log: Win32/perlio Now just fails one io/argv.t test - lack 
65142              of default :crlf on standard streams.
65143      Branch: perlio
65144            ! doio.c perlio.c
65145 ____________________________________________________________________________
65146 [  7843] By: nick                                  on 2000/11/23  23:04:05
65147         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
65148              peek fail is showing a real problem (multiple crlf layers
65149              are getting pushed.)
65150      Branch: perlio
65151            ! doio.c perlio.c win32/makefile.mk
65152 ____________________________________________________________________________
65153 [  7842] By: nick                                  on 2000/11/23  19:46:23
65154         Log: Implement PerlIO_binmode()
65155              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
65156              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
65157              make binmode in t/lib/io_tell.t unconditional so that works.
65158              Checkin just so Win32 machine can see these changes.
65159      Branch: perlio
65160            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
65161 ____________________________________________________________________________
65162 [  7841] By: jhi                                   on 2000/11/23  19:30:00
65163         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
65164      Branch: perl
65165            ! README.amiga
65166 ____________________________________________________________________________
65167 [  7840] By: jhi                                   on 2000/11/23  17:18:02
65168         Log: SOCKS wrestling continues, patches from Jens Hamisch.
65169      Branch: perl
65170            ! doio.c embed.h embed.pl perlsdio.h proto.h
65171 ____________________________________________________________________________
65172 [  7839] By: jhi                                   on 2000/11/23  16:54:14
65173         Log: Push Filter::Util::Call one level deeper.
65174      Branch: perl
65175            + t/lib/filter-util.t
65176           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
65177           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
65178            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
65179            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
65180            - t/lib/filt-util.t
65181            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
65182            ! win32/Makefile win32/makefile.mk
65183 ____________________________________________________________________________
65184 [  7838] By: jhi                                   on 2000/11/23  16:52:40
65185         Log: Reach back one higher up when searching for PERL_SRC.
65186      Branch: perl
65187            ! lib/ExtUtils/MM_Unix.pm
65188 ____________________________________________________________________________
65189 [  7837] By: jhi                                   on 2000/11/23  16:05:41
65190         Log: Subject: Re: perl@7826
65191              Date: Thu, 23 Nov 2000 02:20:25 -0600
65192              From: "Craig A. Berry" <craigberry@mac.com>
65193              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
65194              
65195              Make VMS to like Filter::Util::Call. 
65196      Branch: perl
65197            ! configure.com ext/Filter/Util/Makefile.PL
65198 ____________________________________________________________________________
65199 [  7836] By: nick                                  on 2000/11/23  16:04:08
65200         Log: Implement crlf layer - not ready for merge.
65201      Branch: perlio
65202            ! perlio.c win32/makefile.mk
65203 ____________________________________________________________________________
65204 [  7835] By: jhi                                   on 2000/11/23  15:56:52
65205         Log: STDCHAR is different in Sparc v9 vs x86.
65206      Branch: perl
65207            ! hints/solaris_2.sh
65208 ____________________________________________________________________________
65209 [  7834] By: jhi                                   on 2000/11/23  15:50:47
65210         Log: The type needs to be visible to protos.
65211      Branch: perl
65212            ! perl.h
65213 ____________________________________________________________________________
65214 [  7833] By: jhi                                   on 2000/11/23  15:40:46
65215         Log: Finish unfinished SOCKS workaround changes.
65216      Branch: perl
65217            ! doio.c
65218 ____________________________________________________________________________
65219 [  7832] By: jhi                                   on 2000/11/23  15:33:30
65220         Log: Integrate perlio.
65221      Branch: perl
65222           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
65223           !> win32/makefile.mk
65224 ____________________________________________________________________________
65225 [  7831] By: nick                                  on 2000/11/23  10:31:07
65226         Log: Correct makefile.mk dependancies for ext/Filter/Util
65227              Build ext/Encode
65228              Run dmake regen_config_h
65229      Branch: perlio
65230            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
65231            ! win32/makefile.mk
65232 ____________________________________________________________________________
65233 [  7830] By: nick                                  on 2000/11/23  08:05:07
65234         Log: Integrate mainline
65235      Branch: perlio
65236           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
65237           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
65238           +> t/lib/filt-util.pl t/lib/filt-util.t
65239           !> (integrate 41 files)
65240 ____________________________________________________________________________
65241 [  7829] By: gsar                                  on 2000/11/23  03:07:11
65242         Log: build the Filter extension on windows
65243      Branch: perl
65244            ! win32/Makefile win32/makefile.mk
65245 ____________________________________________________________________________
65246 [  7828] By: gsar                                  on 2000/11/23  02:46:35
65247         Log: regenerate win32/config* and fix some inconsistencies in the
65248              makefiles; always export Perl_deb() because it is needed
65249              by ext/re/* (whether perl itself is built with -DDEBUGGING
65250              or not)
65251      Branch: perl
65252            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
65253            ! win32/config_H.vc win32/makefile.mk
65254 ____________________________________________________________________________
65255 [  7827] By: gsar                                  on 2000/11/23  02:18:38
65256         Log: get sources building on windows+MSVC again (untested with other
65257              compilers)
65258      Branch: perl
65259            ! win32/include/sys/socket.h win32/perllib.c
65260 ____________________________________________________________________________
65261 [  7826] By: jhi                                   on 2000/11/23  01:18:26
65262         Log: Update Changes.
65263      Branch: perl
65264            ! Changes patchlevel.h
65265 ____________________________________________________________________________
65266 [  7825] By: jhi                                   on 2000/11/23  00:20:41
65267         Log: Subject: Re: av.c patch (having slight problems)
65268              From: "Ben Tilly" <ben_tilly@hotmail.com>
65269              Date: Tue, 21 Nov 2000 23:29:31 -0500
65270              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
65271              
65272              unshift() speedup.
65273      Branch: perl
65274            ! av.c
65275 ____________________________________________________________________________
65276 [  7824] By: jhi                                   on 2000/11/22  23:59:15
65277         Log: Fixes for signedness warnings noticed by VMSperlers.
65278      Branch: perl
65279            ! ext/Storable/Storable.xs regcomp.c sv.c
65280 ____________________________________________________________________________
65281 [  7823] By: jhi                                   on 2000/11/22  23:19:31
65282         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
65283              From: Peter Prymmer <pvhp@forte.com>
65284              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
65285              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
65286      Branch: perl
65287            ! t/pragma/warn/pp_hot
65288 ____________________________________________________________________________
65289 [  7822] By: jhi                                   on 2000/11/22  22:52:20
65290         Log: Be clean.
65291      Branch: perl
65292            ! Makefile.SH
65293 ____________________________________________________________________________
65294 [  7821] By: jhi                                   on 2000/11/22  22:46:39
65295         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
65296              by Damian Conway, as suggested by Paul Marquess.
65297      Branch: perl
65298            + lib/Filter/Simple.pm
65299 ____________________________________________________________________________
65300 [  7820] By: jhi                                   on 2000/11/22  22:45:51
65301         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
65302      Branch: perl
65303            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
65304            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
65305            + t/lib/filt-util.t
65306            ! MANIFEST
65307 ____________________________________________________________________________
65308 [  7819] By: jhi                                   on 2000/11/22  22:03:27
65309         Log: Integrate perlio.
65310      Branch: perl
65311           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
65312           !> win32/makefile.mk
65313 ____________________________________________________________________________
65314 [  7818] By: jhi                                   on 2000/11/22  21:56:02
65315         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
65316      Branch: perl
65317            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
65318            ! t/lib/io_sock.t
65319 ____________________________________________________________________________
65320 [  7817] By: jhi                                   on 2000/11/22  21:39:49
65321         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
65322              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65323              Date: Wed, 22 Nov 2000 16:08:12 -0500
65324              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
65325      Branch: perl
65326            ! lib/ExtUtils/Liblist.pm
65327 ____________________________________________________________________________
65328 [  7816] By: jhi                                   on 2000/11/22  21:38:25
65329         Log: Go ahead and #include <unistd.h> in perl.h.
65330      Branch: perl
65331            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
65332            ! util.c
65333 ____________________________________________________________________________
65334 [  7815] By: jhi                                   on 2000/11/22  21:22:52
65335         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
65336              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65337              Date: Mon, 20 Nov 2000 18:30:52 -0500
65338              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
65339      Branch: perl
65340            ! pod/perlre.pod regcomp.c t/op/re_tests
65341 ____________________________________________________________________________
65342 [  7814] By: jhi                                   on 2000/11/22  21:21:46
65343         Log: Subject: [PATCH 5.7.0] Liblist finally works
65344              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65345              Date: Tue, 21 Nov 2000 22:02:17 -0500
65346              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
65347      Branch: perl
65348            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
65349            ! lib/ExtUtils/MakeMaker.pm
65350 ____________________________________________________________________________
65351 [  7813] By: jhi                                   on 2000/11/22  21:20:23
65352         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
65353              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65354              Date: Wed, 22 Nov 2000 17:53:15 +0100
65355              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
65356              
65357              AIX dynaloader and perlio patch.
65358      Branch: perl
65359            ! ext/DynaLoader/dl_aix.xs
65360 ____________________________________________________________________________
65361 [  7812] By: jhi                                   on 2000/11/22  21:17:52
65362         Log: (Accidentally empty patch.)
65363      Branch: perl
65364            ! av.c
65365 ____________________________________________________________________________
65366 [  7811] By: jhi                                   on 2000/11/22  21:16:31
65367         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
65368              From: Peter Prymmer <pvhp@forte.com>
65369              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
65370              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
65371      Branch: perl
65372            ! vms/test.com
65373 ____________________________________________________________________________
65374 [  7810] By: jhi                                   on 2000/11/22  21:15:36
65375         Log: Subject: Re: perl@7777 
65376              From: "John P. Linderman" <jpl@research.att.com>
65377              Date: Wed, 22 Nov 2000 13:11:11 -0500
65378              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
65379              
65380              Detypoing.
65381      Branch: perl
65382            ! lib/CPAN.pm
65383 ____________________________________________________________________________
65384 [  7809] By: jhi                                   on 2000/11/22  21:14:19
65385         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
65386              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
65387              Date:     Wed, 22 Nov 2000 13:51:37 EST
65388              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
65389      Branch: perl
65390            ! perlsdio.h
65391 ____________________________________________________________________________
65392 [  7808] By: jhi                                   on 2000/11/22  21:13:27
65393         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
65394              From: Casey Tweten <crt@kiski.net>
65395              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
65396              Message-Id: <200011201653.LAA10194@home.kiski.net>
65397      Branch: perl
65398            ! t/lib/io_udp.t
65399 ____________________________________________________________________________
65400 [  7807] By: jhi                                   on 2000/11/22  21:12:35
65401         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
65402              From: Casey Tweten <crt@kiski.net>
65403              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
65404              Message-Id: <200011201636.LAA07227@home.kiski.net>
65405      Branch: perl
65406            ! t/lib/io_sock.t
65407 ____________________________________________________________________________
65408 [  7806] By: jhi                                   on 2000/11/22  21:10:59
65409         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
65410              From: "Casey R. Tweten" <crt@kiski.net>
65411              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
65412              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
65413      Branch: perl
65414            ! utils/h2xs.PL
65415 ____________________________________________________________________________
65416 [  7805] By: nick                                  on 2000/11/22  21:05:06
65417         Log: Integrate mainline
65418      Branch: perlio
65419           !> Changes Porting/genlog ext/DB_File/DB_File.xs
65420           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
65421           !> utils/perlbug.PL
65422 ____________________________________________________________________________
65423 [  7804] By: jhi                                   on 2000/11/22  21:01:12
65424         Log: Subject: [PATCH] Test.pm POD peculiarity
65425              From: "Casey R. Tweten" <crt@kiski.net>
65426              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
65427              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
65428      Branch: perl
65429            ! lib/Test.pm
65430 ____________________________________________________________________________
65431 [  7803] By: jhi                                   on 2000/11/22  20:59:59
65432         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
65433              From: "Philip Newton" <pnewton@gmx.de>
65434              Date: Wed, 22 Nov 2000 14:25:53 +0100
65435              Message-Id: <3A1BD771.25462.1939FAD@localhost>
65436              
65437              Be case-understanding also on 's', and use the -oi of sendmail
65438              not to terminate the transmission on a lone '.'.
65439      Branch: perl
65440            ! utils/perlbug.PL
65441 ____________________________________________________________________________
65442 [  7802] By: nick                                  on 2000/11/22  20:51:42
65443         Log: Win32 PerlIO intermediate state now working as expected.
65444              - In current state we are still using C runtime in text/binary
65445              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
65446              - PERLIO=stdio and PERLIO=unix pass all expected tests.
65447              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
65448              and PerlIO_seek() and the dummy crlf layer is not making adjustments
65449              for CRLF translation happening in C runtime. All other tests pass.
65450              
65451              Added note to README.win32 to point out the snags of doing a perl build
65452              with Norton AntiVirus turned on.
65453              
65454              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
65455              which file a fail comes from.
65456              
65457              Updated "canned" config.h to match the one generated.
65458      Branch: perlio
65459            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
65460            ! win32/makefile.mk
65461 ____________________________________________________________________________
65462 [  7801] By: jhi                                   on 2000/11/22  06:50:20
65463         Log: Nickety nits.
65464      Branch: perl
65465            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
65466 ____________________________________________________________________________
65467 [  7800] By: jhi                                   on 2000/11/22  01:29:55
65468         Log: Changes had accidentally gone too silent on non-main branches.
65469      Branch: perl
65470            ! Changes Porting/genlog patchlevel.h
65471 ____________________________________________________________________________
65472 [  7799] By: gsar                                  on 2000/11/22  01:02:56
65473         Log: some lib_pm.PL changes snuck in via change#7772
65474      Branch: maint-5.6/perl
65475            ! Makefile.SH
65476 ____________________________________________________________________________
65477 [  7798] By: nick                                  on 2000/11/21  21:59:40
65478         Log: Integrate mainline
65479      Branch: perlio
65480           !> (integrate 28 files)
65481 ____________________________________________________________________________
65482 [  7797] By: jhi                                   on 2000/11/21  21:01:45
65483         Log: Integrate perlio.
65484      Branch: perl
65485           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
65486 ____________________________________________________________________________
65487 [  7796] By: nick                                  on 2000/11/21  20:36:22
65488         Log: Win32 builds and runs (mostly) with USE_PERLIO.
65489              PERLIO=perlio passes all tests. 
65490              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
65491      Branch: perlio
65492            ! perlio.c win32/perllib.c win32/win32.c
65493 ____________________________________________________________________________
65494 [  7795] By: jhi                                   on 2000/11/21  19:03:44
65495         Log: Update Changes.
65496      Branch: perl
65497            ! Changes patchlevel.h
65498 ____________________________________________________________________________
65499 [  7794] By: jhi                                   on 2000/11/21  18:56:34
65500         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
65501              From: "Craig A. Berry" <craigberry@mac.com>
65502              Date: Mon, 20 Nov 2000 20:27:06 -0600
65503              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
65504              
65505              A cut-and-pasto.
65506      Branch: perl
65507            ! perlio.h
65508 ____________________________________________________________________________
65509 [  7793] By: jhi                                   on 2000/11/21  18:54:41
65510         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
65511              From: Dominic Dunlop <domo@computer.org> 
65512              Date: Mon, 20 Nov 2000 18:55:29 +0100
65513              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
65514              
65515              va_copy() and the need of it.
65516              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
65517      Branch: metaconfig/U/perl
65518            + need_va_copy.U
65519      Branch: perl
65520            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65521            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
65522            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
65523            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
65524            ! win32/config.bc win32/config.gc win32/config.vc
65525 ____________________________________________________________________________
65526 [  7792] By: jhi                                   on 2000/11/21  17:04:10
65527         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
65528      Branch: perl
65529           !> scope.h
65530 ____________________________________________________________________________
65531 [  7791] By: jhi                                   on 2000/11/21  17:01:16
65532         Log: Export the SOCKS workaround symbols only if necessary.
65533      Branch: perl
65534            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
65535 ____________________________________________________________________________
65536 [  7790] By: nick                                  on 2000/11/20  23:57:11
65537         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
65538      Branch: perlio
65539            ! scope.h
65540 ____________________________________________________________________________
65541 [  7789] By: nick                                  on 2000/11/20  23:38:33
65542         Log: Integrate mainline
65543      Branch: perlio
65544           +> lib/File/Spec/Epoc.pm
65545           !> (integrate 34 files)
65546 ____________________________________________________________________________
65547 [  7788] By: nick                                  on 2000/11/20  23:20:18
65548         Log: Make extra buffer layer work (dummy crlf layer)
65549      Branch: perlio
65550            ! doio.c perlio.c perlio.h
65551 ____________________________________________________________________________
65552 [  7787] By: jhi                                   on 2000/11/20  22:44:04
65553         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
65554              From: Peter Prymmer <pvhp@forte.com>
65555              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
65556              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
65557      Branch: perl
65558            ! t/pragma/locale.t
65559 ____________________________________________________________________________
65560 [  7786] By: jhi                                   on 2000/11/20  22:29:10
65561         Log: Subject: DOC PATCH 5.6.0 perlreftut
65562              From: mjd@plover.com
65563              Date: 20 Nov 2000 19:45:06 -0000
65564              Message-ID: <20001120194506.9505.qmail@plover.com>
65565      Branch: perl
65566            ! pod/perlreftut.pod
65567 ____________________________________________________________________________
65568 [  7785] By: jhi                                   on 2000/11/20  22:27:44
65569         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
65570              From: David Dyck <dcd@tc.fluke.com>
65571              Date: Mon, 20 Nov 2000 11:43:40 -0800
65572              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
65573      Branch: perl
65574            ! lib/Cwd.pm
65575 ____________________________________________________________________________
65576 [  7784] By: jhi                                   on 2000/11/20  22:23:21
65577         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
65578              Date: Mon, 20 Nov 2000 17:06:10 -0500
65579              To: Mailing list Perl5 <perl5-porters@perl.org>
65580              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
65581      Branch: perl
65582            ! pp_ctl.c t/op/pat.t
65583 ____________________________________________________________________________
65584 [  7783] By: jhi                                   on 2000/11/20  22:11:18
65585         Log: Subject: [PATCH] doop.c - UTF8 tr///               
65586              From: Simon Cozens <simon@cozens.net>
65587              Date: Sat, 18 Nov 2000 18:49:30 +0000
65588              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
65589              
65590              Subject: Re: [PATCH] doop.c - UTF8 tr///           
65591              From: Simon Cozens <simon@cozens.net>
65592              Date: Mon, 20 Nov 2000 20:45:22 +0000
65593              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
65594              
65595              Make tr on UTF-8 better but still not correct.
65596      Branch: perl
65597            ! doop.c
65598 ____________________________________________________________________________
65599 [  7782] By: jhi                                   on 2000/11/20  22:02:16
65600         Log: Remove the shared object before attempting to create
65601              (by linking) a new one.  E.g. in AIX not removing
65602              becomes quite painful if one tries to do more than one
65603              build in the same tree (an interrupted build, for example),
65604              since the AIX' shared dynaloader seemingly keeps the shared
65605              objects open and therefore 'busy' for quite a while, even when
65606              nobody is using the objects, leading into link failures.
65607      Branch: perl
65608            ! lib/ExtUtils/MM_Unix.pm
65609 ____________________________________________________________________________
65610 [  7781] By: gsar                                  on 2000/11/20  19:02:55
65611         Log: type mismatch due to faulty integration
65612      Branch: maint-5.6/perl
65613            ! toke.c win32/Makefile
65614 ____________________________________________________________________________
65615 [  7780] By: gsar                                  on 2000/11/20  17:31:55
65616         Log: integrate changes#6392,6394..6399,6401..6404
65617              
65618              The {multiplier} of a fixed substring was overlooked which
65619              caused a wrong initial search offset for that substring.
65620              
65621              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
65622              From: Hugo <hv@crypt.compulink.co.uk>
65623              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
65624              Date: Thu, 13 Jul 2000 19:27:13 +0100
65625              
65626              Fix the BOM bug: not a byteorder bug, a signedness bug.
65627              
65628              Replace change #6337 with a better one.
65629              
65630              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
65631              From: Hugo <hv@crypt.compulink.co.uk>
65632              Date: Fri, 14 Jul 2000 04:16:20 +0100
65633              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
65634              
65635              MakeMaker should not remove editor backups (*~) on `make clean`
65636              by default (completes change#6383)
65637              
65638              move new variables to the end of the interpreter structure (for
65639              bincompat in code that doesn't #include XSUB.h)
65640              
65641              rename totally bletcherous SvLOCK() thingy (doesn't do what the
65642              name suggests anyway)
65643              
65644              various cleanups (typos, misformatted code, and small bugs)
65645              
65646              typecasts needed for change#6394
65647              
65648              typos in change#6399, regen headers
65649              
65650              inconsistent types needs casts
65651              
65652              PERL_OBJECT build tweaks
65653      Branch: maint-5.6/perl
65654           !> MANIFEST doop.c embed.h embed.pl embedvar.h
65655           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
65656           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
65657           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
65658           !> toke.c util.c
65659 ____________________________________________________________________________
65660 [  7779] By: gsar                                  on 2000/11/20  17:06:29
65661         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
65662              
65663              Cosmetics and perldelta.
65664              
65665              Fix nits noticed by Boston.pm.
65666              
65667              Do the cc sanity check both before the hints and
65668              after the cc selction.
65669              
65670              get sprintf.t to adjust properly for 3-digit exponents
65671              
65672              don't clobber *.orig files on *clean targets
65673              
65674              fix bugs in processing %v-*d and similar format specs (from
65675              Avi Finkel <avi@finkel.org>)
65676              
65677              sprintf test tweaks (from Dominic Dunlop)
65678              
65679              new selfloader.t in change#6183 doesn't close DATA handles,
65680              and thus fails to clean up tmp files on dosish platforms
65681              
65682              typos (spotted by Peter Prymmer)
65683              
65684              typo fix from Craig Berry
65685      Branch: maint-5.6/perl
65686           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
65687           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
65688           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
65689           !> x2p/Makefile.SH
65690 ____________________________________________________________________________
65691 [  7778] By: gsar                                  on 2000/11/20  16:46:51
65692         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
65693              
65694              Subject: Re: format bug report  [Patch]
65695              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65696              Date: Wed, 05 Jul 2000 13:12:52 +0200
65697              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
65698              
65699              Subject: Re: format bug report  [Patch]
65700              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65701              Date: Wed, 05 Jul 2000 14:10:01 +0200
65702              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
65703              
65704              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
65705              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
65706              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
65707              Date: Fri, 07 Jul 2000 17:57:16 +0100
65708              
65709              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
65710              To: perl5-porters@perl.org
65711              From: Karsten Sperling <spiff@phreax.net>
65712              Date: Mon, 10 Jul 2000 15:12:52 +0200
65713              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
65714              
65715              README.posix-bc podified from Thomas Dorner.
65716              
65717              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
65718              From: Dominic Dunlop <domo@computer.org>
65719              Date: Tue, 11 Jul 2000 12:27:33 +0200
65720              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
65721              
65722              Typo in #6341.
65723              
65724              Fix for
65725              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
65726              From: Roderick Schertler <roderick@argon.org>
65727              Date: Tue, 11 Jul 2000 13:55:05 -0400
65728              Message-Id: <200007111755.NAA05077@jones.argon.org>
65729              
65730              Minor cleanups on the booklist.
65731              
65732              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
65733              regen perltoc.
65734              
65735              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
65736      Branch: maint-5.6/perl
65737           +> pod/perlbook.pod
65738           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
65739           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
65740           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
65741 ____________________________________________________________________________
65742 [  7777] By: jhi                                   on 2000/11/20  16:08:49
65743         Log: Update Changes.
65744      Branch: perl
65745            ! Changes patchlevel.h
65746 ____________________________________________________________________________
65747 [  7776] By: jhi                                   on 2000/11/20  15:27:56
65748         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
65749              This may be overly harsh but until proven otherwise, we think this
65750              way, or until we have a simple test for Configure (having to start
65751              up servers is does not count as simple) to check for the problems.
65752      Branch: perl
65753            ! perl.h
65754 ____________________________________________________________________________
65755 [  7775] By: jhi                                   on 2000/11/20  15:22:17
65756         Log: Solaris hints tweaks.
65757      Branch: perl
65758            ! hints/solaris_2.sh
65759 ____________________________________________________________________________
65760 [  7774] By: jhi                                   on 2000/11/20  15:01:20
65761         Log: Add a workaround to SOCKS 64-bit problems.
65762      Branch: perl
65763            ! doio.c embed.h embed.pl perlsdio.h proto.h
65764 ____________________________________________________________________________
65765 [  7773] By: jhi                                   on 2000/11/20  14:51:47
65766         Log: sysseek() instead of seek().
65767      Branch: perl
65768            ! t/lib/syslfs.t
65769 ____________________________________________________________________________
65770 [  7772] By: gsar                                  on 2000/11/20  13:06:23
65771         Log: integrate changes#6315..6319,6321..6331,6333..6338
65772              
65773              Integrate with Sarathy, preliminary fix for unicos
65774              alignment problems in [ID 20000612.002] Perl problem on Cray system.
65775              
65776              some debugger output does not go to the socket when RemotePort is set
65777              
65778              winsock cleanup never done on Windows (leads to handle leaks)
65779              
65780              fix UNC path handling on Windows under ithreads, and chdir()
65781              return value when given a non-existent directory
65782              
65783              Autogenerate pod/Makefile and pod/buildtoc.
65784              buildtoc also checks whether the existin pods are
65785              mentioned in MANIFEST and perl.pod, and vice versa.
65786              (None of the thusly found discrepancies fixed yet.)
65787              roffitall also needs to be autogenerated similarly but it
65788              seems so badly out of date that I didn't touch it yet.
65789              
65790              Config is being used.
65791              
65792              Add =head1 NAMEs so that buildtoc is happy.
65793              (The CGI::Util nit reported to Lincoln.)
65794              
65795              Fix complaints of buildtoc.
65796              
65797              Fix the alignment problem in Crays ([ID 20000612.002]).
65798              
65799              Remove perlbook, update perlfaq book listing,
65800              rearrange perl.pod, regenerate perltoc.
65801              
65802              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
65803              was cast to an unsigned (32-bit) integer with wild abandon.
65804              
65805              winsock options weren't being set in all threads under ithreads
65806              (caused send()s from second and subsequent threads to fail)
65807              
65808              accept() leaks memory on windows due to incorrect ordering of
65809              closesocket() and fclose() calls
65810              
65811              Reorder perl.pod once more.
65812              
65813              More POSIX.pod tweaks.
65814              
65815              Sprinkle ldlibpath.
65816              
65817              Precedence goof, fix based on
65818              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
65819              From: Hugo <hv@crypt.compulink.co.uk>
65820              Date: Tue, 11 Jul 2000 12:52:38 +0100
65821              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
65822              
65823              Subject: PATCH perlguts.pod: Document D and d magic types
65824              From: mjd@plover.com
65825              Date: 5 Jul 2000 18:01:51 -0000
65826              Message-ID: <20000705180151.29413.qmail@plover.com>
65827              
65828              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
65829              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
65830              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
65831              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
65832              
65833              Subject: [PATCH cfgperl] $& segfaults if you trick it
65834              From: simon@brecon.co.uk (Simon Cozens)
65835              Date: 7 Jul 2000 11:26:09 GMT
65836              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
65837              
65838              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
65839              From: Hugo <hv@crypt.compulink.co.uk>
65840              Date: Tue, 11 Jul 2000 12:44:50 +0100
65841              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
65842              
65843              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
65844              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
65845              Date: Tue, 11 Jul 2000 13:50:51 +0100
65846              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
65847      Branch: maint-5.6/perl
65848           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
65849           +> pod/buildtoc.PL
65850            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
65851           !> (integrate 26 files)
65852 ____________________________________________________________________________
65853 [  7771] By: gsar                                  on 2000/11/20  12:31:42
65854         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
65855              6310,6311,6314
65856              
65857              Subject: [PATCH bleedperl] File::Spec 0.82 beta
65858              From: Barrie Slaymaker <barries@jester.slaysys.com>
65859              Date: Wed, 28 Jun 2000 11:35:29 -0400
65860              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
65861              
65862              tweak perlembed for multiplicity/usethreads sanity; correct notes
65863              about Windows
65864              
65865              localize %INC in a Safe compartment so that use/require work
65866              (many other magic globals probably need similar treatment)
65867              
65868              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
65869              when @_ is modified, causing coredumps
65870              
65871              slurp mode fix in change#4736 still not quite right
65872              
65873              Point to perlipc for more SysV IPC examples.
65874              
65875              Elaborate POSIX.pod.  Still needs work.
65876              
65877              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
65878              
65879              fix large memory leak that has been around for ever, masked by
65880              -DPURIFY (most of the arenas were never freed!)
65881              
65882              fix memory leak on Windows (PL_sys_intern contents were never
65883              freed)
65884              
65885              PERL_OBJECT build tweak
65886              
65887              adjust change#6299
65888              
65889              remove rel2abs prototypes (from Barrie Slaymaker)
65890              
65891              missing perldiag entry for unpack("w",...) diagnostic (from
65892              Andreas Koenig)
65893              
65894              better diagnostic on Frob->stuff() when Frob:: doesn't exist
65895              (from Richard Soderberg <rs@oregonnet.com>)
65896              
65897              Win32 patches for cfgperl from Sarathy.
65898              
65899              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
65900              
65901              More POSIX.pod embellishment.
65902              
65903              tyop in change#6306
65904      Branch: maint-5.6/perl
65905           !> (integrate 44 files)
65906 ____________________________________________________________________________
65907 [  7770] By: gsar                                  on 2000/11/20  11:51:00
65908         Log: integrate changes#6268..6282 from cfgperl branch
65909              
65910              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
65911              From: Dominic Dunlop <domo@computer.org>
65912              Date: Thu, 29 Jun 2000 12:32:39 +0200
65913              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
65914              
65915              Regen headers for #6261 (and update embed.pl for this) and #6267,
65916              silence few compiler warnings.
65917              
65918              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
65919              From: Nicholas Clark <nick@talking.bollo.cx>
65920              Date: Fri, 23 Jun 2000 16:21:15 +0100
65921              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
65922              
65923              Subject: PATCH pod/perltie.pod
65924              From: Ian Phillipps <Ian.Phillipps@iname.com>
65925              Date: Fri, 16 Jun 2000 00:17:19 +0100
65926              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
65927              (only the first hunk, the second hunk had already been done
65928              by some other patch)
65929              
65930              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
65931              From: Tom Phoenix <rootbeer@redcat.com>
65932              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
65933              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
65934              
65935              Subject: [PATCH] xsub attributes
65936              From: Doug MacEachern <dougm@covalent.net>
65937              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
65938              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
65939              
65940              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
65941              From: Andy Dougherty <doughera@lafayette.edu>
65942              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
65943              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
65944              
65945              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
65946              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
65947              Date: Tue, 13 Jun 2000 02:43:48 -0500
65948              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
65949              
65950              Subject: [PATCH] Re: eval documentation: context
65951              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
65952              Date: Mon, 12 Jun 2000 15:07:29 +0100
65953              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
65954              
65955              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
65956              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
65957              Date: Mon, 12 Jun 2000 14:55:59 +0100
65958              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
65959              
65960              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
65961              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
65962              Date: Fri, 09 Jun 2000 12:39:27 -0400
65963              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
65964              (plus update the version "number" of Text::Wrap)
65965              
65966              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
65967              From: Tim Ayers <tayers@bridge.com>
65968              Date: Thu, 08 Jun 2000 08:11:06 +0200
65969              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
65970              [resent by Richard Foley, Message-Id probably wrong]
65971              
65972              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
65973              From: rspier@pobox.com (Robert Spier)
65974              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
65975              Message-ID: <14654.31913.845602.610277@rls.cx>
65976              
65977              Subject: [PATCH 5.6.0] utils/h2xs.PL
65978              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
65979              Date: Wed, 7 Jun 2000 04:02:04 -0500
65980              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
65981              
65982              Subject: [PATCH 5.6.0]ITHREADs for VMS
65983              From: Dan Sugalski <dan@sidhe.org>
65984              Date: Tue, 06 Jun 2000 11:59:50 -0400
65985              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
65986      Branch: maint-5.6/perl
65987           !> (integrate 31 files)
65988 ____________________________________________________________________________
65989 [  7769] By: gsar                                  on 2000/11/20  11:29:06
65990         Log: integrate changes#6261..6266 from cfgperl
65991              
65992              Subject: Re: [PATCH cfgperl] BOMs away!
65993              From: simon@brecon.co.uk (Simon Cozens)
65994              Date: 17 Jun 2000 11:49:57 GMT
65995              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
65996              
65997              Subject: 5.6.0 Patch for EPOC
65998              From: Olaf Flebbe <o.flebbe@gmx.de>
65999              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
66000              Message-ID: <23449.960929969@www11.gmx.net>
66001              
66002              tr fixes from Simon Cozens
66003              
66004              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
66005              From: Marty Lucich <marty@netcom.com>
66006              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
66007              Message-Id: <200006282116.OAA11148@netcom.com>
66008              ccdlflags update (the BSD/OS 4.1 part had already been taken
66009              care of by #6141).
66010              
66011              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
66012              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66013              Date: Wed, 28 Jun 2000 17:50:12 -0700
66014              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
66015              
66016              Subject: [PATCH 5.6.0] cygwin port
66017              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
66018              From: "Fifer, Eric" <EFifer@sanwaint.com>
66019              Date: Thu, 29 Jun 2000 12:58:29 +0100
66020      Branch: maint-5.6/perl
66021           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
66022           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
66023           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
66024           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
66025 ____________________________________________________________________________
66026 [  7768] By: gsar                                  on 2000/11/20  11:13:44
66027         Log: integrate changes#6252..6256,6259..6260
66028              
66029              Paranoia tweak on #6249.
66030              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
66031              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
66032              Date: Sun, 25 Jun 2000 23:43:12 -0400
66033              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
66034              
66035              Subject: tr///, help wanted.
66036              From: simon@brecon.co.uk (Simon Cozens)
66037              Date: 28 Jun 2000 11:29:04 GMT
66038              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
66039              
66040              small thinko tweaks
66041              
66042              tweaks from Simon Conzes to further fix tr/// under utf8
66043              
66044              perlnewmod was missing from MANIFEST.
66045              
66046              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
66047              From: simon@brecon.co.uk (Simon Cozens)
66048              Date: 17 Jun 2000 11:56:44 GMT
66049              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
66050              pack U0, pack C0
66051      Branch: maint-5.6/perl
66052           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
66053           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
66054           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
66055           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
66056 ____________________________________________________________________________
66057 [  7767] By: gsar                                  on 2000/11/20  10:51:38
66058         Log: integrate change#6250 from cfgperl
66059              
66060              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
66061              From: Doug MacEachern <dougm@covalent.net>
66062              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
66063              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
66064      Branch: maint-5.6/perl
66065           +> t/op/my_stash.t
66066           !> MANIFEST embed.pl global.sym proto.h toke.c
66067 ____________________________________________________________________________
66068 [  7766] By: gsar                                  on 2000/11/20  10:48:34
66069         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
66070              
66071              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
66072              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
66073              Date: Mon, 26 Jun 2000 18:40:14 +0100
66074              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
66075              
66076              Subject: [PATCH] bytes<->utf8 fixes
66077              From: simon@brecon.co.uk (Simon Cozens)
66078              Date: 26 Jun 2000 04:55:45 GMT
66079              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
66080              
66081              Subject: [PATCH] is_utf8_string
66082              From: simon@brecon.co.uk (Simon Cozens)
66083              Date: 26 Jun 2000 02:25:59 GMT
66084              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
66085              
66086              Subject: [PATCH] avoid mg_ptr in '*' magic
66087              From: Doug MacEachern <dougm@covalent.net>
66088              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
66089              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
66090              
66091              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
66092              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
66093              Date: Sat, 24 Jun 2000 13:06:20 +0100
66094              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
66095              
66096              Allow for standalone testing.
66097              
66098              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
66099              From: Mark-Jason Dominus <mjd@plover.com>
66100              Date: Tue, 27 Jun 2000 22:36:42 -0400
66101              Message-ID: <20000628023642.12166.qmail@plover.com>
66102              
66103              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
66104              From: Frank Tobin <ftobin@uiuc.edu>
66105              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
66106              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
66107      Branch: maint-5.6/perl
66108           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
66109           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
66110           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
66111           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
66112           !> utf8.c utils/h2xs.PL
66113 ____________________________________________________________________________
66114 [  7765] By: gsar                                  on 2000/11/20  10:29:13
66115         Log: integrate change#6239 from cfgperl
66116              
66117              Configure maintenance.  Sever some dependency cycles,
66118              separate gccversion from the cc unit,
66119              address [ID 20000623.006] Configure script patch for using gcc on AIX
66120              (but solve it a little bit differently),
66121              unduplex some accidentally duplicated units,
66122              suggest using gcc if no cc available
66123              (p5p thread: "Solaris configure: counterproposal", 1999-09)
66124      Branch: maint-5.6/perl
66125           !> Configure Todo-5.6 config_h.SH
66126 ____________________________________________________________________________
66127 [  7764] By: gsar                                  on 2000/11/20  10:25:55
66128         Log: integrate changes#6233..6238 from cfgperl
66129              
66130              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
66131              From: Mark-Jason Dominus <mjd@plover.com>
66132              Date: Fri, 16 Jun 2000 20:53:04 -0400
66133              Message-ID: <20000617005304.8008.qmail@plover.com>
66134              
66135              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
66136              because when run as services (Win32ese for daemons)
66137              no environment variables are set and tmpdir ends up as /tmp,
66138              which is ambiguous.
66139              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
66140              From: matt@sergeant.org
66141              Date: 16 Jun 2000 16:30:43 -0000
66142              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
66143              
66144              The thread begun by
66145              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
66146              From: Kevin.Ruscoe@ubsw.com
66147              Date: Fri, 16 Jun 2000 16:38:51 +0100
66148              Message-Id: <H000019b03c300d6@MHS>
66149              
66150              Tweak embed.pl, regen headers.
66151              
66152              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
66153              From: Dan Sugalski <dan@sidhe.org>
66154              Date: Fri, 23 Jun 2000 17:00:00 -0400
66155              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
66156      Branch: maint-5.6/perl
66157           !> (integrate 27 files)
66158 ____________________________________________________________________________
66159 [  7763] By: gsar                                  on 2000/11/20  10:08:08
66160         Log: s/perl56delta/perldelta/g
66161      Branch: maint-5.6/perl
66162            ! pod/Makefile
66163 ____________________________________________________________________________
66164 [  7762] By: gsar                                  on 2000/11/20  10:04:00
66165         Log: integrate changes#6225,6229,6231,6232 from cfgperl
66166              
66167              Add source code filenames to apidoc.
66168              From: simon@brecon.co.uk (Simon Cozens)
66169              Subject: [PATCH embed.pl] Source X-ref
66170              Date: 22 Jun 2000 02:18:49 GMT
66171              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
66172              
66173              Subject: README.hpux version 0.6.1
66174              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
66175              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
66176              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
66177              
66178              Subject: [PATCH 5.6.0] cygwin port
66179              From: "Fifer, Eric" <EFifer@sanwaint.com>
66180              Date: Tue, 20 Jun 2000 14:30:58 +0100
66181              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
66182              
66183              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
66184              From: simon@brecon.co.uk (Simon Cozens)
66185              Date: 19 Jun 2000 15:18:27 GMT
66186              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
66187              
66188              plus update pod/Makefile and regenerate perltoc
66189      Branch: maint-5.6/perl
66190           +> pod/perlutil.pod
66191           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
66192           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
66193 ____________________________________________________________________________
66194 [  7761] By: jhi                                   on 2000/11/20  04:09:55
66195         Log: Miraculous typo.
66196      Branch: perl
66197            ! t/op/pat.t
66198 ____________________________________________________________________________
66199 [  7760] By: jhi                                   on 2000/11/20  04:06:08
66200         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
66201              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66202              Date: Sun, 19 Nov 2000 22:30:26 -0500
66203              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
66204      Branch: perl
66205            ! regexec.c scope.h t/op/pat.t
66206 ____________________________________________________________________________
66207 [  7759] By: jhi                                   on 2000/11/20  02:05:22
66208         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
66209      Branch: perl
66210            ! perl.h
66211 ____________________________________________________________________________
66212 [  7758] By: jhi                                   on 2000/11/20  01:58:11
66213         Log: Subject: [perl 7711: EPOC] updates
66214              From: Olaf Flebbe <o.flebbe@gmx.de>
66215              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
66216              Message-ID: <25575.974658810@www23.gmx.net>               
66217      Branch: perl
66218            + lib/File/Spec/Epoc.pm
66219            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
66220            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
66221            ! lib/File/Spec.pm perl.c sv.c
66222 ____________________________________________________________________________
66223 [  7757] By: jhi                                   on 2000/11/20  01:53:11
66224         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
66225      Branch: perl
66226            ! MANIFEST
66227 ____________________________________________________________________________
66228 [  7756] By: jhi                                   on 2000/11/20  01:47:22
66229         Log: Integrate perlio.
66230      Branch: perl
66231            - ext/re/hints/MSWin32.pl
66232           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
66233           !> win32/config.gc win32/config_H.gc win32/win32sck.c
66234 ____________________________________________________________________________
66235 [  7755] By: nick                                  on 2000/11/19  20:57:17
66236         Log: Add dummy crlf layer (just as buffer)
66237              Correct 1st bug - one layer of indirection.
66238      Branch: perlio
66239            ! perlio.c perlio.h perliol.h
66240 ____________________________________________________________________________
66241 [  7754] By: nick                                  on 2000/11/19  20:56:12
66242         Log: Work-round to Perl_deb_nocontext is no longer required
66243      Branch: perlio
66244            - ext/re/hints/MSWin32.pl
66245 ____________________________________________________________________________
66246 [  7753] By: nick                                  on 2000/11/19  20:01:16
66247         Log: diff -se shows these as different
66248      Branch: perlio
66249            ! global.sym pod/perlapi.pod
66250 ____________________________________________________________________________
66251 [  7752] By: nick                                  on 2000/11/19  18:57:30
66252         Log: Configure GCC/Win32 build -Duseperlio
66253              Fix a couple of gross issues
66254              - double-include of ../deb.o in re.dll
66255              - win32sck.c needs PerlIO and FILE 
66256      Branch: perlio
66257            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
66258            ! win32/win32sck.c
66259 ____________________________________________________________________________
66260 [  7751] By: nick                                  on 2000/11/19  17:05:36
66261         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
66262      Branch: perlio
66263            ! perlio.c
66264 ____________________________________________________________________________
66265 [  7750] By: nick                                  on 2000/11/19  16:57:14
66266         Log: Missing aTHX_
66267      Branch: perlio
66268            ! sv.c
66269 ____________________________________________________________________________
66270 [  7749] By: jhi                                   on 2000/11/19  16:28:40
66271         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
66272              From: "Peter J. Farley III" <pjfarley@banet.net>
66273              Date: Sun, 19 Nov 2000 01:42:58 -0500
66274              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
66275      Branch: perl
66276            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
66277 ____________________________________________________________________________
66278 [  7748] By: jhi                                   on 2000/11/19  16:08:10
66279         Log: Subject: podlators 1.05 available        
66280              From: Russ Allbery <rra@stanford.edu>   
66281              Date: 18 Nov 2000 22:04:28 -0800
66282              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
66283      Branch: perl
66284            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
66285 ____________________________________________________________________________
66286 [  7747] By: nick                                  on 2000/11/19  11:19:39
66287         Log: Integrate mainline
66288      Branch: perlio
66289           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
66290           !> util.c
66291 ____________________________________________________________________________
66292 [  7746] By: jhi                                   on 2000/11/19  06:42:22
66293         Log: Make hex scanning warn on "\x{x}" and "\xx".
66294              "\x" and and hex("x") are still valid.
66295      Branch: perl
66296            ! util.c
66297 ____________________________________________________________________________
66298 [  7745] By: nick                                  on 2000/11/18  22:52:28
66299         Log: Integrate mainline
66300      Branch: perlio
66301           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
66302           !> perl.h perlio.c proto.h regcomp.c regcomp.h
66303 ____________________________________________________________________________
66304 [  7744] By: jhi                                   on 2000/11/18  22:50:28
66305         Log: Introduce Perl_utf8_length().  Use it.
66306      Branch: perl
66307            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
66308 ____________________________________________________________________________
66309 [  7743] By: jhi                                   on 2000/11/18  22:38:51
66310         Log: Compiler denit.
66311      Branch: perl
66312            ! perlio.c
66313 ____________________________________________________________________________
66314 [  7742] By: jhi                                   on 2000/11/18  20:33:05
66315         Log: Integrate perlio.
66316      Branch: perl
66317           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
66318           !> perlio.h pp_ctl.c pp_sys.c sv.c
66319 ____________________________________________________________________________
66320 [  7741] By: jhi                                   on 2000/11/18  20:31:27
66321         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
66322              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66323              Date: Fri, 17 Nov 2000 20:35:11 -0500
66324              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
66325              
66326              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
66327              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66328              Date: Fri, 17 Nov 2000 21:03:47 -0500
66329              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
66330              
66331              Plus a little bit of tweaking in pregcomp().
66332      Branch: perl
66333            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
66334 ____________________________________________________________________________
66335 [  7740] By: nick                                  on 2000/11/18  20:17:22
66336         Log: Lexical use open ... support:
66337              add ->cop_io to COP structure in cop.h.
66338              Make mg.c and gv.c associate it with ${^OPEN}.
66339              Make lib/open.pm set it.
66340              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
66341              manner similar to ->cop_warnings.
66342              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
66343              call new PerlIO_apply_layers().
66344              Declare latter in perlio.h and define in perlio.c
66345      Branch: perlio
66346            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
66347            ! perlio.h pp_ctl.c pp_sys.c sv.c
66348 ____________________________________________________________________________
66349 [  7739] By: jhi                                   on 2000/11/18  19:54:00
66350         Log: Integrate perlio.
66351      Branch: perl
66352           !> doio.c perlio.c pp.c
66353 ____________________________________________________________________________
66354 [  7738] By: jhi                                   on 2000/11/18  17:16:13
66355         Log: Subject: [PATCH 5.7.0] etags broken again
66356              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66357              Date: Sat, 18 Nov 2000 02:41:36 -0500
66358              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
66359      Branch: perl
66360            ! emacs/ptags
66361 ____________________________________________________________________________
66362 [  7737] By: jhi                                   on 2000/11/18  17:12:18
66363         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
66364      Branch: perl
66365            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
66366 ____________________________________________________________________________
66367 [  7736] By: nick                                  on 2000/11/18  14:06:20
66368         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
66369              part to be isolated.
66370      Branch: perlio
66371            ! doio.c perlio.c
66372 ____________________________________________________________________________
66373 [  7735] By: nick                                  on 2000/11/18  11:03:32
66374         Log: Integrate mainline
66375      Branch: perlio
66376           !> Changes README.amiga README.win32 patchlevel.h
66377           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
66378 ____________________________________________________________________________
66379 [  7734] By: jhi                                   on 2000/11/18  01:18:56
66380         Log: Update Changes.
66381      Branch: perl
66382            ! Changes patchlevel.h
66383 ____________________________________________________________________________
66384 [  7733] By: jhi                                   on 2000/11/18  00:32:54
66385         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
66386              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66387              Date: Fri, 17 Nov 2000 17:28:02 -0500
66388              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
66389      Branch: perl
66390            ! regcomp.c regexec.c t/op/re_tests
66391 ____________________________________________________________________________
66392 [  7732] By: jhi                                   on 2000/11/18  00:28:56
66393         Log: Sparc 64-bit pack() fix from Jens Hamisch.
66394      Branch: perl
66395            ! pp.c
66396 ____________________________________________________________________________
66397 [  7731] By: jhi                                   on 2000/11/18  00:18:39
66398         Log: Explain in more detail the {} syntax ambiguousity.
66399              
66400              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
66401              From: Nicholas Clark <nick@ccl4.org>
66402              Date: Fri, 17 Nov 2000 22:10:28 +0000
66403              Message-ID: <20001117221028.A88930@plum.flirble.org>
66404      Branch: perl
66405            ! pod/perlfunc.pod
66406 ____________________________________________________________________________
66407 [  7730] By: jhi                                   on 2000/11/18  00:12:18
66408         Log: Subject: Fix for README.amiga (20000323.033)
66409              From: "Stephen P. Potter" <spp@spotter.yi.org>
66410              Date: Fri, 17 Nov 2000 12:25:51 -0500
66411              Message-Id: <200011171725.MAA05768@spotter.yi.org>
66412      Branch: perl
66413            ! README.amiga
66414 ____________________________________________________________________________
66415 [  7729] By: jhi                                   on 2000/11/18  00:08:34
66416         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
66417              From: "A. C. Yardley" <yardley@tanet.net>
66418              Date: Mon, 3 Apr 2000 11:35:33 -0700
66419              Message-ID: <3483.000403@tanet.net>
66420      Branch: perl
66421            ! README.win32
66422 ____________________________________________________________________________
66423 [  7728] By: nick                                  on 2000/11/17  21:59:47
66424         Log: Integrate mainline
66425      Branch: perlio
66426           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
66427           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
66428           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
66429           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
66430 ____________________________________________________________________________
66431 [  7727] By: nick                                  on 2000/11/17  21:56:31
66432         Log: Experiment on use of attributes.pm interface.
66433              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
66434              SVt_PVRV if not already something better (else vivify of say magic gets
66435              core dump).
66436      Branch: perlio
66437            ! perlio.c pp.c
66438 ____________________________________________________________________________
66439 [  7726] By: jhi                                   on 2000/11/17  14:15:49
66440         Log: Subject: Fix for 20000815.006
66441              From: "Stephen P. Potter" <spp@spotter.yi.org>
66442              Date: Fri, 17 Nov 2000 08:57:45 -0500
66443              Message-Id: <200011171357.IAA05122@spotter.yi.org>
66444              
66445              It's really 20000518.006.
66446      Branch: perl
66447            ! pod/perlmodlib.PL
66448 ____________________________________________________________________________
66449 [  7725] By: jhi                                   on 2000/11/17  14:12:31
66450         Log: Subject: Fix for 20000409.001
66451              From: "Stephen P. Potter" <spp@spotter.yi.org>
66452              Date: Fri, 17 Nov 2000 08:55:45 -0500
66453              Message-Id: <200011171355.IAA05104@spotter.yi.org>
66454      Branch: perl
66455            ! pod/perlfaq9.pod
66456 ____________________________________________________________________________
66457 [  7724] By: jhi                                   on 2000/11/17  14:08:58
66458         Log: Undo #7627 now that we have =head3.
66459      Branch: perl
66460            ! pod/perlhack.pod
66461 ____________________________________________________________________________
66462 [  7723] By: jhi                                   on 2000/11/17  14:04:09
66463         Log: As surmised the #7719 wasn't a good move.
66464      Branch: perl
66465            ! hints/solaris_2.sh
66466 ____________________________________________________________________________
66467 [  7722] By: jhi                                   on 2000/11/17  13:59:04
66468         Log: Also the 64bitall hints can be either here or there.
66469      Branch: perl
66470            ! hints/solaris_2.sh
66471 ____________________________________________________________________________
66472 [  7721] By: jhi                                   on 2000/11/17  02:26:23
66473         Log: Test tweak for the open pragma.
66474      Branch: perl
66475            ! t/lib/b.t
66476 ____________________________________________________________________________
66477 [  7720] By: jhi                                   on 2000/11/17  00:23:22
66478         Log: The long double hints can be here or there.
66479      Branch: perl
66480            ! hints/solaris_2.sh
66481 ____________________________________________________________________________
66482 [  7719] By: jhi                                   on 2000/11/17  00:14:06
66483         Log: For Solaris use64bitall the stdchar needs a little bit of help.
66484      Branch: perl
66485            ! hints/solaris_2.sh
66486 ____________________________________________________________________________
66487 [  7718] By: jhi                                   on 2000/11/16  23:27:34
66488         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
66489              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
66490              Date: Wed, 15 Nov 2000 08:56:32 +0100
66491              Message-ID: <3A1241B0.64477E00@alcatel.at>
66492      Branch: perl
66493            ! lib/Carp/Heavy.pm
66494 ____________________________________________________________________________
66495 [  7717] By: jhi                                   on 2000/11/16  23:23:29
66496         Log: Subject: [PATCH] Re: 20001101.003 PDL
66497              From: Nicholas Clark <nick@ccl4.org>
66498              Date: Thu, 16 Nov 2000 16:48:25 +0000
66499              Message-ID: <20001116164825.B93487@plum.flirble.org>
66500      Branch: perl
66501            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
66502 ____________________________________________________________________________
66503 [  7716] By: jhi                                   on 2000/11/16  23:21:31
66504         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
66505              From: "Casey R. Tweten" <crt@kiski.net>
66506              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
66507              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
66508      Branch: perl
66509            ! lib/Pod/Checker.pm pod/perlpod.pod
66510 ____________________________________________________________________________
66511 [  7715] By: jhi                                   on 2000/11/16  23:19:40
66512         Log: Avoid an infinite loop in VMS when utils scripts are run
66513              with no arguments, from Charles Lane.
66514      Branch: perl
66515            ! configure.com
66516 ____________________________________________________________________________
66517 [  7714] By: jhi                                   on 2000/11/16  23:17:08
66518         Log: Subject: perllocale.pod changes
66519              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
66520              Date: Mon, 13 Nov 2000 10:09:22 +0300
66521              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
66522      Branch: perl
66523            ! pod/perllocale.pod
66524 ____________________________________________________________________________
66525 [  7713] By: jhi                                   on 2000/11/16  23:14:06
66526         Log: Integrate perlio.
66527      Branch: perl
66528           !> doio.c perlio.c perlio.h util.c
66529 ____________________________________________________________________________
66530 [  7712] By: nick                                  on 2000/11/16  21:10:58
66531         Log: Integrate mainline
66532      Branch: perlio
66533           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
66534           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
66535           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
66536           !> vos/config.ga.def vos/config.ga.h win32/config.bc
66537           !> win32/config.gc win32/config.vc
66538 ____________________________________________________________________________
66539 [  7711] By: nick                                  on 2000/11/16  19:56:41
66540         Log: Minor tweaks:
66541              consistent way of getting 'rb', 'wb' etc. for binary opens
66542              move *perlio::layers to *open::layers
66543              a #define to show layers available
66544              DOSISH popen/PerlIO had export/import sense inverted.
66545      Branch: perlio
66546            ! doio.c perlio.c perlio.h util.c
66547 ____________________________________________________________________________
66548 [  7710] By: jhi                                   on 2000/11/16  15:46:05
66549         Log: Add HAS_SBRK_PROTO.
66550      Branch: metaconfig/U/perl
66551            + d_sbrkproto.U
66552      Branch: perl
66553            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66554            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
66555            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
66556            ! vos/config.ga.def vos/config.ga.h win32/config.bc
66557            ! win32/config.gc win32/config.vc
66558 ____________________________________________________________________________
66559 [  7709] By: nick                                  on 2000/11/16  07:31:49
66560         Log: Integrate mainline
66561      Branch: perlio
66562           !> (integrate 35 files)
66563 ____________________________________________________________________________
66564 [  7708] By: jhi                                   on 2000/11/16  05:33:03
66565         Log: These files are text, not binary.
66566      Branch: perl
66567            ! ext/Encode/Encode/iso8859-10.enc
66568            ! ext/Encode/Encode/iso8859-13.enc
66569            ! ext/Encode/Encode/iso8859-14.enc
66570            ! ext/Encode/Encode/iso8859-15.enc
66571 ____________________________________________________________________________
66572 [  7707] By: jhi                                   on 2000/11/16  01:53:37
66573         Log: Update Changes.
66574      Branch: perl
66575            ! Changes patchlevel.h
66576 ____________________________________________________________________________
66577 [  7706] By: jhi                                   on 2000/11/16  01:35:59
66578         Log: More #undefing of stdio.
66579      Branch: perl
66580            ! fakesdio.h nostdio.h
66581 ____________________________________________________________________________
66582 [  7705] By: jhi                                   on 2000/11/16  01:34:18
66583         Log: Add fwalk() probe to the configuration files and regen perltoc.
66584      Branch: perl
66585            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66586            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
66587            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
66588            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
66589            ! win32/config.bc win32/config.gc win32/config.vc
66590 ____________________________________________________________________________
66591 [  7704] By: jhi                                   on 2000/11/16  01:33:07
66592         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
66593              an optional third argument to Inlibc?)
66594      Branch: metaconfig/U/perl
66595            + d__fwalk.U
66596 ____________________________________________________________________________
66597 [  7703] By: jhi                                   on 2000/11/16  01:09:22
66598         Log: The type of the hash_cb() size argument is tricky.
66599      Branch: perl
66600            ! ext/DB_File/DB_File.xs
66601 ____________________________________________________________________________
66602 [  7702] By: jhi                                   on 2000/11/15  23:01:16
66603         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
66604      Branch: perl
66605            ! nostdio.h
66606 ____________________________________________________________________________
66607 [  7701] By: jhi                                   on 2000/11/15  22:52:32
66608         Log: Detypo.
66609      Branch: perl
66610            ! t/lib/bigfltpm.t
66611 ____________________________________________________________________________
66612 [  7700] By: jhi                                   on 2000/11/15  22:51:56
66613         Log: UINT64_C() work continues.
66614      Branch: perl
66615            ! handy.h perl.h utf8.h
66616 ____________________________________________________________________________
66617 [  7699] By: jhi                                   on 2000/11/15  14:13:04
66618         Log: SOCKS has its own USE_THREADS, based on
66619              
66620              Subject: [ID 20001114.002] et. al. bugfix followup
66621              From: Jens Hamisch <jens@Strawberry.COM> 
66622              Date: Wed, 15 Nov 2000 14:23:11 +0100
66623              Message-ID: <20001115142311.A21164@Strawberry.COM>
66624      Branch: perl
66625            ! perl.h
66626 ____________________________________________________________________________
66627 [  7698] By: jhi                                   on 2000/11/15  03:50:56
66628         Log: Add few missing #undefs and sort them.
66629      Branch: perl
66630            ! fakesdio.h
66631 ____________________________________________________________________________
66632 [  7697] By: jhi                                   on 2000/11/15  03:39:14
66633         Log: Linenumber fix.
66634      Branch: perl
66635            ! t/pragma/warn/utf8
66636 ____________________________________________________________________________
66637 [  7696] By: jhi                                   on 2000/11/15  02:55:26
66638         Log: EBCDIC tweaks.
66639              
66640              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
66641              From: Peter Prymmer <pvhp@forte.com>
66642              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
66643              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
66644      Branch: perl
66645            ! t/op/regmesg.t t/pragma/warn/utf8
66646 ____________________________________________________________________________
66647 [  7695] By: jhi                                   on 2000/11/15  02:53:58
66648         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
66649              From: Peter Prymmer <pvhp@forte.com>
66650              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
66651              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
66652      Branch: perl
66653            ! utf8.c
66654 ____________________________________________________________________________
66655 [  7694] By: jhi                                   on 2000/11/15  02:50:55
66656         Log: Subject: [PATCH: perl@7674] updates to README.os390
66657              From: Prymmer/Kahn <pvhp@best.com>
66658              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
66659              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
66660      Branch: perl
66661            ! README.os390
66662 ____________________________________________________________________________
66663 [  7693] By: jhi                                   on 2000/11/15  02:48:37
66664         Log: Quit utf8_to_uv() instantly if curlen == 0.
66665      Branch: perl
66666            ! utf8.c
66667 ____________________________________________________________________________
66668 [  7692] By: jhi                                   on 2000/11/15  02:24:29
66669         Log: Use u_int32_t for the size of hash_cb(), not size_t.
66670              
66671              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
66672              From: Jens Hamisch <jens@Strawberry.COM>     
66673              Date: Tue, 14 Nov 2000 19:03:55 +0100
66674              Message-Id: <20001114190355.A20559@Strawberry.COM>
66675      Branch: perl
66676            ! ext/DB_File/DB_File.xs
66677 ____________________________________________________________________________
66678 [  7691] By: jhi                                   on 2000/11/15  02:20:12
66679         Log: Use UINT64_C().
66680              
66681              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
66682              From: Jens Hamisch <jens@Strawberry.COM>
66683              Date: Tue, 14 Nov 2000 19:16:23 +0100
66684              Message-Id: <20001114191623.G20559@Strawberry.COM>
66685      Branch: perl
66686            ! utf8.c utf8.h
66687 ____________________________________________________________________________
66688 [  7690] By: jhi                                   on 2000/11/15  02:17:06
66689         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
66690              (a macro to define signed and unsigned integer constants).
66691      Branch: perl
66692            ! handy.h
66693 ____________________________________________________________________________
66694 [  7689] By: jhi                                   on 2000/11/15  01:56:51
66695         Log: Regen Configure.
66696      Branch: perl
66697            ! Configure
66698 ____________________________________________________________________________
66699 [  7688] By: jhi                                   on 2000/11/15  01:56:32
66700         Log: Make the unit know about SOCKS.
66701      Branch: metaconfig
66702            ! U/protos/socksizetype.U
66703 ____________________________________________________________________________
66704 [  7687] By: jhi                                   on 2000/11/15  01:54:47
66705         Log: Remove unused dependencies.
66706      Branch: metaconfig
66707            ! U/compline/d_getpagsz.U
66708 ____________________________________________________________________________
66709 [  7686] By: nick                                  on 2000/11/14  21:25:13
66710         Log: Integrate mainline.
66711      Branch: perlio
66712           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
66713           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
66714           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
66715           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
66716           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
66717           !> win32/config.bc win32/config.gc win32/config.vc
66718           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
66719 ____________________________________________________________________________
66720 [  7685] By: jhi                                   on 2000/11/14  17:54:56
66721         Log: Integrate perlio.
66722      Branch: perl
66723           +> fakesdio.h perliol.h
66724           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
66725           !> perlsdio.h perlsfio.h pod/perlfunc.pod
66726 ____________________________________________________________________________
66727 [  7684] By: nick                                  on 2000/11/14  17:43:04
66728         Log: PerlIO #include and #ifdef re-work.
66729      Branch: perlio
66730            + fakesdio.h perliol.h
66731            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
66732            ! perlsdio.h perlsfio.h
66733 ____________________________________________________________________________
66734 [  7683] By: jhi                                   on 2000/11/14  15:42:40
66735         Log: Hoist the duplicated socket/netdb include logic to perl.h;
66736              undef SETERRNO in case SOCKS has defined it.  Based on:
66737              
66738              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
66739              From: Jens Hamisch <jens@Strawberry.COM> 
66740              Date: Tue, 14 Nov 2000 11:34:40 +0100
66741              Message-Id: <20001114113440.A20005@Strawberry.COM>
66742      Branch: perl
66743            ! doio.c perl.h pp_sys.c
66744 ____________________________________________________________________________
66745 [  7682] By: jhi                                   on 2000/11/14  14:07:28
66746         Log: Subject: some additions for makefiles for win32 (for perl@7674)
66747              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
66748              Date: Tue, 14 Nov 2000 09:31:13 +0300
66749              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
66750      Branch: perl
66751            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
66752            ! win32/makefile.mk
66753 ____________________________________________________________________________
66754 [  7681] By: jhi                                   on 2000/11/14  14:01:41
66755         Log: Subject: tiny typo in perl5db.pl
66756              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
66757              Date: Tue, 14 Nov 2000 09:29:28 +0300
66758              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
66759      Branch: perl
66760            ! lib/perl5db.pl
66761 ____________________________________________________________________________
66762 [  7680] By: jhi                                   on 2000/11/14  04:13:50
66763         Log: Redo #7679 with LFs instead of CRLFs.
66764      Branch: perl
66765            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
66766            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
66767            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
66768 ____________________________________________________________________________
66769 [  7679] By: jhi                                   on 2000/11/14  01:21:09
66770         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
66771              From: Benjamin Stuhl <tiriath@yahoo.com> 
66772              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
66773              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
66774      Branch: perl
66775            + win32/bin/mdelete.bat
66776            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
66777            ! makedef.pl perlio.c win32/Makefile win32/config.gc
66778            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
66779 ____________________________________________________________________________
66780 [  7678] By: jhi                                   on 2000/11/14  01:19:20
66781         Log: Fix the re extension building for Win32.
66782              
66783              Subject: [PATCH perl@7638] Get PerlIO building on Win32
66784              From: Benjamin Stuhl <tiriath@yahoo.com> 
66785              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
66786              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
66787      Branch: perl
66788            + ext/re/hints/MSWin32.pl
66789            ! MANIFEST
66790 ____________________________________________________________________________
66791 [  7677] By: jhi                                   on 2000/11/14  01:13:54
66792         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
66793              From: sthoenna@efn.org
66794              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
66795              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
66796      Branch: perl
66797            ! doop.c pp.c toke.c utf8.c utf8.h
66798 ____________________________________________________________________________
66799 [  7676] By: jhi                                   on 2000/11/13  20:23:15
66800         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
66801              From: Nicholas Clark <nick@ccl4.org>
66802              Date: Mon, 13 Nov 2000 18:55:04 +0000
66803              Message-ID: <20001113185504.J29183@plum.flirble.org>
66804      Branch: perl
66805            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
66806 ____________________________________________________________________________
66807 [  7675] By: nick                                  on 2000/11/13  20:21:57
66808         Log: Integrate mainline ...
66809      Branch: perlio
66810           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
66811           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
66812           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
66813           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
66814 ____________________________________________________________________________
66815 [  7674] By: jhi                                   on 2000/11/13  15:07:56
66816         Log: Update Changes.
66817      Branch: perl
66818            ! Changes patchlevel.h
66819 ____________________________________________________________________________
66820 [  7673] By: jhi                                   on 2000/11/13  14:42:42
66821         Log: Remove the new two tests of lib/io_xs for now, they seem to
66822              fail under perlio on some platforms.
66823      Branch: perl
66824            ! t/lib/io_xs.t
66825 ____________________________________________________________________________
66826 [  7672] By: jhi                                   on 2000/11/13  13:57:53
66827         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
66828      Branch: perl
66829            ! perlio.c
66830 ____________________________________________________________________________
66831 [  7671] By: jhi                                   on 2000/11/13  05:30:48
66832         Log: Placate nervous compilers that see longer than ints switch()ing.
66833      Branch: perl
66834            ! utf8.c
66835 ____________________________________________________________________________
66836 [  7670] By: jhi                                   on 2000/11/13  05:14:21
66837         Log: fputs() does return EOF on error but here we don't care.
66838      Branch: perl
66839            ! perlio.c
66840 ____________________________________________________________________________
66841 [  7669] By: jhi                                   on 2000/11/13  05:02:45
66842         Log: Declare reg_data like reg_substr_data.
66843      Branch: perl
66844            ! regexp.h
66845 ____________________________________________________________________________
66846 [  7668] By: jhi                                   on 2000/11/13  04:54:34
66847         Log: Typos in #7667.
66848      Branch: perl
66849            ! perl.h
66850 ____________________________________________________________________________
66851 [  7667] By: jhi                                   on 2000/11/13  04:49:49
66852         Log: Cleanup messy #ifdef.
66853      Branch: perl
66854            ! perl.h
66855 ____________________________________________________________________________
66856 [  7666] By: jhi                                   on 2000/11/13  04:17:34
66857         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
66858              From: Nicholas Clark <nick@talking.bollo.cx>
66859              Date: Sun, 12 Nov 2000 21:14:11 +0000
66860              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
66861              
66862              Note: only one breakage of the two reported is fixed by this patch.
66863      Branch: perl
66864            ! perlio.c
66865 ____________________________________________________________________________
66866 [  7665] By: jhi                                   on 2000/11/13  04:05:07
66867         Log: Tweak the definition of the bit complement on UTF-8 data:
66868              if none of the characters in the string are > 0xff,
66869              the result is a complemented byte string, not a (UTF-8)
66870              char string.  Based on the summary in
66871              
66872              Subject: Re: [ID 20000918.005] ~ on wide chars
66873              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
66874              Date: Fri, 10 Nov 2000 09:47:15 -0800
66875              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
66876              
66877              This should give us the maximum backward (pre-char string)
66878              compatibility and utf8 compatibility.  The other alternative
66879              would be to limit the bit complement to be always byte only,
66880              taking the least significant byte of the chars.
66881      Branch: perl
66882            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
66883 ____________________________________________________________________________
66884 [  7664] By: jhi                                   on 2000/11/13  00:23:44
66885         Log: Couple of tests from #7660 salvaged.
66886      Branch: perl
66887            - t/op/tell.t
66888            ! MANIFEST t/io/tell.t
66889 ____________________________________________________________________________
66890 [  7663] By: jhi                                   on 2000/11/13  00:02:48
66891         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
66892              From: Nicholas Clark <nick@talking.bollo.cx>
66893              Date: Sun, 12 Nov 2000 21:23:43 +0000
66894              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
66895      Branch: perl
66896            ! perlsfio.h
66897 ____________________________________________________________________________
66898 [  7662] By: jhi                                   on 2000/11/13  00:01:39
66899         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
66900              From: Nicholas Clark <nick@talking.bollo.cx>
66901              Date: Sun, 12 Nov 2000 21:30:04 +0000
66902              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
66903      Branch: perl
66904            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
66905 ____________________________________________________________________________
66906 [  7661] By: jhi                                   on 2000/11/12  23:57:29
66907         Log: Document tell() on special streams.
66908      Branch: perl
66909            ! pod/perlfunc.pod
66910 ____________________________________________________________________________
66911 [  7660] By: jhi                                   on 2000/11/12  23:54:22
66912         Log: (Subsumed by #7664)
66913      Branch: perl
66914            + t/op/tell.t
66915            ! MANIFEST
66916 ____________________________________________________________________________
66917 [  7659] By: jhi                                   on 2000/11/12  22:55:25
66918         Log: Many subdocumented return values of the IO extension now documented.
66919              ungetc and write still left subdocumented.
66920              
66921              Subject: [PATCH] (was Re: IO::Handle::ungetc)
66922              From: Nicholas Clark <nick@talking.bollo.cx>
66923              Date: Sun, 12 Nov 2000 21:35:53 +0000
66924              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
66925      Branch: perl
66926            ! ext/IO/lib/IO/Handle.pm
66927 ____________________________________________________________________________
66928 [  7658] By: jhi                                   on 2000/11/12  21:37:06
66929         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
66930              From: Nicholas Clark <nick@talking.bollo.cx>
66931              Date: Sun, 12 Nov 2000 20:03:22 +0000
66932              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
66933      Branch: perl
66934            ! pod/perlfunc.pod
66935 ____________________________________________________________________________
66936 [  7657] By: jhi                                   on 2000/11/12  20:34:55
66937         Log: Integrate perlio.
66938      Branch: perl
66939           !> perlio.c
66940 ____________________________________________________________________________
66941 [  7656] By: nick                                  on 2000/11/12  19:25:06
66942         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
66943      Branch: perlio
66944            ! perlio.c
66945 ____________________________________________________________________________
66946 [  7655] By: nick                                  on 2000/11/12  19:09:41
66947         Log: Integrate mainline
66948      Branch: perlio
66949           +> README.solaris ext/Encode/Encode/cp1006.enc
66950           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
66951           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
66952           +> ext/Encode/Encode/iso8859-13.enc
66953           +> ext/Encode/Encode/iso8859-14.enc
66954           +> ext/Encode/Encode/iso8859-15.enc
66955           !> (integrate 34 files)
66956 ____________________________________________________________________________
66957 [  7654] By: jhi                                   on 2000/11/12  19:00:22
66958         Log: Add a metaconfig unit for fsync.
66959      Branch: metaconfig/U/perl
66960            + d_fsync.U
66961 ____________________________________________________________________________
66962 [  7653] By: jhi                                   on 2000/11/12  19:00:01
66963         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
66964      Branch: perl
66965            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66966            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
66967            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
66968            ! vos/config.ga.h win32/config.bc win32/config.gc
66969            ! win32/config.vc
66970 ____________________________________________________________________________
66971 [  7652] By: jhi                                   on 2000/11/11  21:12:01
66972         Log: Copy the s// information of README.hpux also to the perlrun.
66973      Branch: perl
66974            ! README.hpux pod/perlrun.pod
66975 ____________________________________________________________________________
66976 [  7651] By: jhi                                   on 2000/11/11  21:03:13
66977         Log: More README.solaris updates from Andy Dougherty.
66978      Branch: perl
66979            ! README.solaris
66980 ____________________________________________________________________________
66981 [  7650] By: jhi                                   on 2000/11/11  18:38:57
66982         Log: More descriptive error for unknown perlio layers.
66983              
66984              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
66985              From: Dominic Dunlop <domo@computer.org> 
66986              Date: Sat, 11 Nov 2000 18:20:32 +0100             
66987              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
66988      Branch: perl
66989            ! perlio.c pod/perldiag.pod
66990 ____________________________________________________________________________
66991 [  7649] By: jhi                                   on 2000/11/11  18:37:52
66992         Log: MachTen doesn't really do mmap() and munmap().
66993              
66994              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
66995              From: Dominic Dunlop <domo@computer.org> 
66996              Date: Sat, 11 Nov 2000 18:20:32 +0100             
66997              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
66998      Branch: perl
66999            ! hints/machten.sh
67000 ____________________________________________________________________________
67001 [  7648] By: jhi                                   on 2000/11/11  18:36:46
67002         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
67003              From: rspier@pobox.com (Robert Spier)
67004              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
67005              Message-ID: <14861.32839.491271.985797@rls.cx>
67006      Branch: perl
67007            ! Porting/Contract pod/perltoot.pod
67008 ____________________________________________________________________________
67009 [  7647] By: jhi                                   on 2000/11/11  18:35:30
67010         Log: Simplify the getpagesize() unit by dropping the
67011              pagesize probe since it's nowadays slightly more
67012              complicated because of sysconf(). (Note: if some
67013              platform really needs the -lPW for getpagesize,
67014              I just broke it.)
67015              
67016              TODO: a new pagesize unit.
67017      Branch: metaconfig
67018            ! U/compline/d_getpagsz.U
67019 ____________________________________________________________________________
67020 [  7646] By: jhi                                   on 2000/11/11  18:33:23
67021         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
67022      Branch: perl
67023            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67024            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
67025            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
67026            ! vos/config.ga.h win32/config.bc win32/config.gc
67027            ! win32/config.vc
67028 ____________________________________________________________________________
67029 [  7645] By: jhi                                   on 2000/11/11  16:45:15
67030         Log: Use sysconf() or getpagesize() to find out the pagesize.
67031      Branch: perl
67032            ! perlio.c
67033 ____________________________________________________________________________
67034 [  7644] By: jhi                                   on 2000/11/11  15:46:08
67035         Log: Integrate perlio.
67036      Branch: perl
67037           !> perlio.c
67038 ____________________________________________________________________________
67039 [  7643] By: jhi                                   on 2000/11/11  15:33:36
67040         Log: Subject: Re: [PATCH] README.solaris
67041              From: Lupe Christoph <lupe@lupe-christoph.de>
67042              Date: Sat, 11 Nov 2000 14:08:10 +0100
67043              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
67044      Branch: perl
67045            ! README.solaris
67046 ____________________________________________________________________________
67047 [  7642] By: jhi                                   on 2000/11/11  15:22:12
67048         Log: Subject: [PATCH perl@7638] cygwin port
67049              From: "Eric Fifer" <egf7@columbia.edu>            
67050              Date: Fri, 10 Nov 2000 19:30:30 -0000
67051              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
67052      Branch: perl
67053            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
67054 ____________________________________________________________________________
67055 [  7641] By: nick                                  on 2000/11/11  14:50:36
67056         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
67057              Also call "Buf" layer directly when unread'ing non-read chars.
67058      Branch: perlio
67059            ! perlio.c
67060 ____________________________________________________________________________
67061 [  7640] By: jhi                                   on 2000/11/11  02:05:02
67062         Log: Add more encoding tables.
67063      Branch: perl
67064            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
67065            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
67066            + ext/Encode/Encode/iso8859-10.enc
67067            + ext/Encode/Encode/iso8859-13.enc
67068            + ext/Encode/Encode/iso8859-14.enc
67069            + ext/Encode/Encode/iso8859-15.enc
67070            ! MANIFEST
67071 ____________________________________________________________________________
67072 [  7639] By: jhi                                   on 2000/11/10  18:49:25
67073         Log: Subject: [PATCH] README.solaris
67074              From: Andy Dougherty <doughera@lafayette.edu>
67075              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
67076              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
67077      Branch: perl
67078            + README.solaris
67079            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
67080            ! pod/perl.pod pod/perltoc.pod
67081 ____________________________________________________________________________
67082 [  7638] By: jhi                                   on 2000/11/10  15:04:15
67083         Log: Update Changes.
67084      Branch: perl
67085            ! Changes patchlevel.h
67086 ____________________________________________________________________________
67087 [  7637] By: jhi                                   on 2000/11/10  14:14:28
67088         Log: Explain better why certain regex tests are skipped.
67089              
67090              Subject: Re: tests skipped: unknown reason
67091              From: Lupe Christoph <lupe@lupe-christoph.de>
67092              Date: Fri, 10 Nov 2000 09:08:56 +0100
67093              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
67094      Branch: perl
67095            ! t/op/regexp.t
67096 ____________________________________________________________________________
67097 [  7636] By: nick                                  on 2000/11/10  13:40:00
67098         Log: Integrate mainline.
67099      Branch: perlio
67100           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
67101           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
67102           !> win32/bin/search.pl
67103 ____________________________________________________________________________
67104 [  7635] By: nick                                  on 2000/11/10  13:25:52
67105         Log: Re-instate stdio large file support via perlio.
67106      Branch: perl
67107            ! perlio.c
67108 ____________________________________________________________________________
67109 [  7634] By: jhi                                   on 2000/11/10  04:49:55
67110         Log: Amdahl UTS hints updates.
67111              
67112              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
67113              From: hom00@utsglobal.com (Harold O Morris)
67114              Date: Thu, 9 Nov 2000 20:02 PST
67115              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
67116      Branch: perl
67117            ! hints/uts.sh
67118 ____________________________________________________________________________
67119 [  7633] By: jhi                                   on 2000/11/09  23:33:28
67120         Log: Subject: [PATCH] IO::Seekable pod
67121              From: Nicholas Clark <nick@talking.bollo.cx>
67122              Date: Thu, 9 Nov 2000 20:29:45 +0000
67123              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
67124      Branch: perl
67125            ! ext/IO/lib/IO/Handle.pm
67126 ____________________________________________________________________________
67127 [  7632] By: jhi                                   on 2000/11/09  21:55:41
67128         Log: Various doc oddball characters.
67129              
67130              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
67131              From: Michael Somos <somos@grail.cba.csuohio.edu>
67132              Date: Mon, 6 Nov 2000 17:44:20 -0500
67133              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
67134      Branch: perl
67135            ! emacs/cperl-mode.el lib/unicode/syllables.txt
67136            ! win32/bin/search.pl
67137 ____________________________________________________________________________
67138 [  7631] By: jhi                                   on 2000/11/09  21:12:29
67139         Log: Subject: Re: bash -c exit and linux hints 
67140              From: "John P. Linderman" <jpl@research.att.com>
67141              Date: Thu, 02 Nov 2000 09:37:25 -0500
67142              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
67143      Branch: perl
67144            ! hints/linux.sh
67145 ____________________________________________________________________________
67146 [  7630] By: nick                                  on 2000/11/09  20:34:11
67147         Log: Integrate mainline.
67148      Branch: perlio
67149           !> (integrate 91 files)
67150 ____________________________________________________________________________
67151 [  7629] By: jhi                                   on 2000/11/09  19:46:31
67152         Log: Missing dTHXs.
67153              
67154              Subject: RE: perl@7595 builds not on cygwin
67155              From: "Eric Fifer" <egf7@columbia.edu>
67156              Date: Thu, 9 Nov 2000 19:26:50 -0000
67157              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
67158      Branch: perl
67159            ! ext/Devel/Peek/Peek.xs
67160 ____________________________________________________________________________
67161 [  7628] By: jhi                                   on 2000/11/09  14:48:27
67162         Log: Disable only the tests 99 and 166 for UTF-8 locales.
67163      Branch: perl
67164            ! t/pragma/locale.t
67165 ____________________________________________________________________________
67166 [  7627] By: jhi                                   on 2000/11/09  14:40:27
67167         Log: There's no =head3.
67168      Branch: perl
67169            ! pod/perlhack.pod
67170 ____________________________________________________________________________
67171 [  7626] By: jhi                                   on 2000/11/09  13:54:26
67172         Log: The generated boot_* headers are wrong.  Pickier compiler,
67173              such as KAI C++ will refuse to compile the resulting perlmain.
67174              
67175              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
67176              From: Harri Pasanen <harri.pasanen@trema.com>
67177              Date: Thu, 09 Nov 2000 14:23:28 +0100
67178              Message-Id: <3A0AA550.26D548A3@trema.com>
67179      Branch: perl
67180            ! minimod.pl
67181 ____________________________________________________________________________
67182 [  7625] By: jhi                                   on 2000/11/09  13:50:44
67183         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
67184              From: Prymmer/Kahn <pvhp@best.com>
67185              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
67186              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
67187              
67188              All except the "cow orker" change.
67189      Branch: perl
67190            ! Porting/pumpkin.pod
67191 ____________________________________________________________________________
67192 [  7624] By: jhi                                   on 2000/11/09  13:45:33
67193         Log: Fix for
67194              
67195              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
67196              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
67197              Date: Thu, 09 Nov 2000 11:05:52 +0100
67198              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
67199      Branch: perl
67200            ! pod/perldiag.pod t/pragma/warn/pp_sys
67201 ____________________________________________________________________________
67202 [  7623] By: jhi                                   on 2000/11/09  13:37:16
67203         Log: Typo in an ifndef.
67204              
67205              Subject: Re: [PATCH 5.7.0] better messages from malloc()
67206              From: Joe Smith <jms@inwap.com>         
67207              Date: Thu, 09 Nov 2000 01:33:14 -0800
67208              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
67209      Branch: perl
67210            ! malloc.c
67211 ____________________________________________________________________________
67212 [  7622] By: jhi                                   on 2000/11/09  13:31:18
67213         Log: Remove unused extra arguments.
67214      Branch: metaconfig/U/perl
67215            ! perlxv.U
67216      Branch: perl
67217            ! Configure config_h.SH
67218 ____________________________________________________________________________
67219 [  7621] By: jhi                                   on 2000/11/09  13:16:36
67220         Log: More VMS moves on environment handling, from Charles Lane.
67221      Branch: perl
67222            ! t/pragma/locale.t
67223 ____________________________________________________________________________
67224 [  7620] By: jhi                                   on 2000/11/09  04:42:38
67225         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
67226              From: David Dyck <dcd@tc.fluke.com>
67227              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
67228              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
67229      Branch: perl
67230            ! pp_sys.c
67231 ____________________________________________________________________________
67232 [  7619] By: jhi                                   on 2000/11/09  04:36:21
67233         Log: Forgot from #7618.
67234      Branch: perl
67235            ! lib/File/stat.pm
67236 ____________________________________________________________________________
67237 [  7618] By: jhi                                   on 2000/11/09  04:28:44
67238         Log: Make deleting for %ENV work for (newer versions of) VMS,
67239              from Craig A. Berry.
67240      Branch: perl
67241            ! vms/vms.c
67242 ____________________________________________________________________________
67243 [  7617] By: jhi                                   on 2000/11/09  04:25:05
67244         Log: Subject: [PATCH] Class::Struct at compile time
67245              From: "Casey R. Tweten" <crt@kiski.net>
67246              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
67247              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
67248      Branch: perl
67249            ! lib/Class/Struct.pm
67250 ____________________________________________________________________________
67251 [  7616] By: jhi                                   on 2000/11/09  04:15:17
67252         Log: Subject: [ID 20001108.013] spelling
67253              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
67254              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
67255              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
67256      Branch: perl
67257            ! lib/ftp.pl
67258 ____________________________________________________________________________
67259 [  7615] By: jhi                                   on 2000/11/09  04:12:42
67260         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
67261              From: Peter Prymmer <pvhp@forte.com>
67262              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
67263              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
67264      Branch: perl
67265            ! configure.com
67266 ____________________________________________________________________________
67267 [  7614] By: jhi                                   on 2000/11/08  22:42:55
67268         Log: A missing aTHX_.
67269      Branch: perl
67270            ! ext/IPC/SysV/SysV.xs
67271 ____________________________________________________________________________
67272 [  7613] By: jhi                                   on 2000/11/08  19:30:21
67273         Log: Update Changes.
67274      Branch: perl
67275            ! Changes patchlevel.h
67276 ____________________________________________________________________________
67277 [  7612] By: jhi                                   on 2000/11/08  18:35:25
67278         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
67279              From: David Dyck <dcd@tc.fluke.com>
67280              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
67281              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
67282      Branch: perl
67283            ! pp_sys.c
67284 ____________________________________________________________________________
67285 [  7611] By: jhi                                   on 2000/11/08  18:30:26
67286         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
67287              From: Dominic Dunlop <domo@computer.org>
67288              Date: Tue, 7 Nov 2000 12:05:25 +0100
67289              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
67290      Branch: perl
67291            ! malloc.c
67292 ____________________________________________________________________________
67293 [  7610] By: jhi                                   on 2000/11/08  18:25:14
67294         Log: Do not test UTF-8 locales since that the tests would require
67295              polymorphic regexen.
67296      Branch: perl
67297            ! t/pragma/locale.t
67298 ____________________________________________________________________________
67299 [  7609] By: jhi                                   on 2000/11/08  17:12:51
67300         Log: Locale buglets.
67301              
67302              Subject: RE: Locales support (setlocale) fixes
67303              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
67304              Date: Wed, 8 Nov 2000 20:01:39 +0300
67305              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
67306      Branch: perl
67307            ! t/pragma/locale.t util.c
67308 ____________________________________________________________________________
67309 [  7608] By: jhi                                   on 2000/11/08  17:00:16
67310         Log: Deleting $ENV{PATH} in VMS is not recommendable.
67311      Branch: perl
67312            ! t/pragma/locale.t
67313 ____________________________________________________________________________
67314 [  7607] By: jhi                                   on 2000/11/08  16:58:26
67315         Log: Subject: PATCH std stdio for (Free)BSD
67316              From: Nicholas Clark <nick@ccl4.org>
67317              Date: Wed, 8 Nov 2000 15:36:29 +0000
67318              Message-ID: <20001108153629.D98736@plum.flirble.org>
67319      Branch: metaconfig
67320            ! U/compline/d_stdstdio.U
67321      Branch: perl
67322            ! Configure config_h.SH
67323 ____________________________________________________________________________
67324 [  7606] By: jhi                                   on 2000/11/08  16:43:31
67325         Log: Forgot to bump the line numbers in #7601.
67326      Branch: perl
67327            ! t/pragma/warn/pp_sys
67328 ____________________________________________________________________________
67329 [  7605] By: jhi                                   on 2000/11/08  16:39:12
67330         Log: More careful detection of how well NVs and UVs mix.
67331              
67332              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))
67333              From: Nicholas Clark <nick@ccl4.org>
67334              Date: Wed, 8 Nov 2000 15:14:12 +0000
67335              Message-ID: <20001108151412.B98736@plum.flirble.org>
67336              
67337              Added some SIGFPE paranoia.
67338      Branch: metaconfig/U/perl
67339            ! perlxv.U
67340      Branch: perl
67341            ! Configure config_h.SH
67342 ____________________________________________________________________________
67343 [  7604] By: jhi                                   on 2000/11/08  14:39:10
67344         Log: Subject: [patch perl@7595] VMS configure.com tweak
67345              From: "Craig A. Berry" <craigberry@mac.com>
67346              Date: Wed, 8 Nov 2000 00:24:12 -0600
67347              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
67348      Branch: perl
67349            ! configure.com
67350 ____________________________________________________________________________
67351 [  7603] By: jhi                                   on 2000/11/08  14:27:11
67352         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
67353              From: Robin Barker <rmb1@cise.npl.co.uk>
67354              Date: Wed, 8 Nov 2000 11:11:39 GMT
67355              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
67356      Branch: perl
67357            ! perlio.c
67358 ____________________________________________________________________________
67359 [  7602] By: jhi                                   on 2000/11/08  14:25:03
67360         Log: Fix for the tie-refhash string table leaks.
67361              
67362              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
67363              Date: Wed, 8 Nov 2000 13:03:04 GMT
67364              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
67365      Branch: perl
67366            ! t/lib/tie-refhash.t
67367 ____________________________________________________________________________
67368 [  7601] By: jhi                                   on 2000/11/08  14:21:08
67369         Log: Try to avoid flockless and emulationless places.
67370      Branch: perl
67371            ! t/pragma/warn/pp_sys
67372 ____________________________________________________________________________
67373 [  7600] By: jhi                                   on 2000/11/08  02:28:54
67374         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
67375              
67376              Subject: [PATCH] prototyped functions that should be overrideable
67377              From: "Casey R. Tweten" <crt@kiski.net>
67378              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
67379              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
67380      Branch: perl
67381            ! toke.c
67382 ____________________________________________________________________________
67383 [  7599] By: jhi                                   on 2000/11/08  01:12:05
67384         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
67385              
67386              Subject: [PATCH] perlbug.PL
67387              From: "Kurt D. Starsinic" <kstar@chapin.edu>
67388              Date: Mon, 6 Nov 2000 21:39:01 -0500
67389              Message-ID: <20001106213901.B20955@O2.chapin.edu>
67390      Branch: perl
67391            ! utils/perlbug.PL
67392 ____________________________________________________________________________
67393 [  7598] By: jhi                                   on 2000/11/07  23:42:00
67394         Log: Bad thinko in #7581 (I used the test program with the expanded
67395              values as-is).
67396      Branch: metaconfig
67397            ! U/compline/d_stdstdio.U
67398      Branch: perl
67399            ! Configure
67400 ____________________________________________________________________________
67401 [  7597] By: jhi                                   on 2000/11/07  21:43:29
67402         Log: Subject: [PATCH perl@7573] cygwin port
67403              From: "Fifer, Eric" <EFifer@sanwaint.com>
67404              Date: Tue, 7 Nov 2000 18:08:51 -0000 
67405              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
67406              
67407              Synchronize with Cygwin 1.1.5.
67408      Branch: perl
67409            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
67410            ! pod/perlport.pod unixish.h util.c
67411 ____________________________________________________________________________
67412 [  7596] By: jhi                                   on 2000/11/07  21:39:25
67413         Log: perlhack updates from H.Merijn Brand.
67414      Branch: perl
67415            ! pod/perlhack.pod
67416 ____________________________________________________________________________
67417 [  7595] By: jhi                                   on 2000/11/07  20:21:41
67418         Log: Update Changes.
67419      Branch: perl
67420            ! Changes patchlevel.h
67421 ____________________________________________________________________________
67422 [  7594] By: jhi                                   on 2000/11/07  19:18:58
67423         Log: Be more robust in Dynaloader.pm.
67424      Branch: perl
67425            ! ext/DynaLoader/DynaLoader_pm.PL
67426 ____________________________________________________________________________
67427 [  7593] By: jhi                                   on 2000/11/07  16:49:31
67428         Log: AUTHORS update.
67429      Branch: perl
67430            ! AUTHORS
67431 ____________________________________________________________________________
67432 [  7592] By: gsar                                  on 2000/11/07  16:39:51
67433         Log: normalize relative paths in virtualized current directory on windows,
67434              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
67435              returns)
67436      Branch: perl
67437            ! win32/vdir.h
67438 ____________________________________________________________________________
67439 [  7591] By: jhi                                   on 2000/11/07  16:04:26
67440         Log: Too profiler-happy: with optimization the #7590 actually makes
67441              the test to run 0.5% _slower_.  Requires much more instrumentation.
67442              Retract #7590.
67443      Branch: perl
67444            ! regcomp.c regcomp.h
67445 ____________________________________________________________________________
67446 [  7590] By: jhi                                   on 2000/11/07  15:51:13
67447         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
67448              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
67449              by using memset() and testing bytewise (as opposed to bitwise).
67450      Branch: perl
67451            ! regcomp.c regcomp.h
67452 ____________________________________________________________________________
67453 [  7589] By: jhi                                   on 2000/11/07  12:56:39
67454         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
67455              From: "Craig A. Berry" <craig.berry@psinetcs.com>
67456              Date: Mon, 06 Nov 2000 23:45:30 -0500
67457              Message-Id: <0011079735.AA973576259@univpress.com>
67458      Branch: perl
67459            ! configure.com t/lib/st-lock.t
67460 ____________________________________________________________________________
67461 [  7588] By: jhi                                   on 2000/11/07  01:03:28
67462         Log: Tweak #7587.
67463      Branch: perl
67464            ! pod/perldiag.pod
67465 ____________________________________________________________________________
67466 [  7587] By: jhi                                   on 2000/11/07  01:00:27
67467         Log: A doc addition for bug id 20001105.019, beware \p.
67468      Branch: perl
67469            ! pod/perldiag.pod
67470 ____________________________________________________________________________
67471 [  7586] By: jhi                                   on 2000/11/07  00:32:22
67472         Log: Fake support of holey files in win/dosish platforms.
67473              
67474              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
67475              From: kipp@shonanblue.ne.jp
67476              Date: Mon, 6 Nov 2000 13:30:55 -0800
67477              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
67478      Branch: perl
67479            ! ext/SDBM_File/sdbm/sdbm.c
67480 ____________________________________________________________________________
67481 [  7585] By: jhi                                   on 2000/11/07  00:12:54
67482         Log: Subject: Pod updates
67483              From: "Stephen P. Potter" <spp@spotter.yi.org>
67484              Date: Mon, 06 Nov 2000 18:56:43 -0500
67485              Message-Id: <200011062357.SAA18173@spotter.yi.org>
67486      Branch: perl
67487            ! README.dos README.os2 README.win32 pod/buildtoc.PL
67488            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
67489            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
67490            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
67491            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
67492            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
67493            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
67494            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
67495            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
67496            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
67497            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
67498            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
67499            ! pod/perltootc.pod pod/perlunicode.pod
67500 ____________________________________________________________________________
67501 [  7584] By: jhi                                   on 2000/11/07  00:04:17
67502         Log: Varargs don't always work too well if one puts an unsigned
67503              char on the stack and pop an unsigned quad off the stack.
67504              
67505              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
67506              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
67507              Date: Mon, 06 Nov 2000 15:19:05 -0800
67508              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
67509      Branch: perl
67510            ! utf8.c
67511 ____________________________________________________________________________
67512 [  7583] By: jhi                                   on 2000/11/06  23:58:48
67513         Log: %ENV note tweaks from Dan Sugalski.
67514      Branch: perl
67515            ! pod/perlport.pod vms/perlvms.pod
67516 ____________________________________________________________________________
67517 [  7582] By: jhi                                   on 2000/11/06  23:05:49
67518         Log: glibc5 detection by __GNU_LIBRARY__.
67519      Branch: perl
67520            ! toke.c
67521 ____________________________________________________________________________
67522 [  7581] By: jhi                                   on 2000/11/06  22:51:29
67523         Log: Make the stdio test program of 7427 less noisy while being 
67524              compiled so that Digital UNIX wouldn't get both
67525              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
67526              undefined.  This makes perlio happy.
67527      Branch: metaconfig
67528            ! U/compline/d_stdstdio.U
67529      Branch: perl
67530            ! Configure config_h.SH
67531 ____________________________________________________________________________
67532 [  7580] By: jhi                                   on 2000/11/06  22:41:41
67533         Log: Document %ENV = () portability issues.
67534      Branch: perl
67535            ! pod/perlport.pod vms/perlvms.pod
67536 ____________________________________________________________________________
67537 [  7579] By: jhi                                   on 2000/11/06  21:29:24
67538         Log: VOS updates from Paul Green.
67539      Branch: perl
67540            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
67541 ____________________________________________________________________________
67542 [  7578] By: jhi                                   on 2000/11/06  21:00:40
67543         Log: Sanitize the environment further.
67544      Branch: perl
67545            ! t/pragma/locale.t
67546 ____________________________________________________________________________
67547 [  7577] By: jhi                                   on 2000/11/06  20:53:51
67548         Log: Re-introduce 7552 lost in integration.
67549      Branch: perl
67550            ! perlio.c
67551 ____________________________________________________________________________
67552 [  7576] By: jhi                                   on 2000/11/06  20:33:46
67553         Log: Admit that the test leaks scalars.
67554      Branch: perl
67555            ! t/comp/proto.t
67556 ____________________________________________________________________________
67557 [  7575] By: jhi                                   on 2000/11/06  20:17:08
67558         Log: Integrate perlio.
67559      Branch: perl
67560           !> perlio.c
67561 ____________________________________________________________________________
67562 [  7574] By: nick                                  on 2000/11/06  20:07:28
67563         Log: Remove debug. Try (Mmap_t) on madvise() call.
67564      Branch: perlio
67565            ! perlio.c
67566 ____________________________________________________________________________
67567 [  7573] By: jhi                                   on 2000/11/06  13:56:05
67568         Log: Update Changes.
67569      Branch: perl
67570            ! Changes patchlevel.h
67571 ____________________________________________________________________________
67572 [  7572] By: jhi                                   on 2000/11/06  13:48:41
67573         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
67574              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
67575              Date: Mon, 06 Nov 2000 10:11:42 +0100
67576              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
67577      Branch: perl
67578            ! pod/perlhack.pod
67579 ____________________________________________________________________________
67580 [  7571] By: jhi                                   on 2000/11/06  01:45:51
67581         Log: AUTHORS updates.
67582      Branch: perl
67583            ! AUTHORS
67584 ____________________________________________________________________________
67585 [  7570] By: jhi                                   on 2000/11/06  00:18:00
67586         Log: Fix for
67587              
67588              Subject: [ID 20000728.005] perl -P broken
67589              From: David Dyck <dcd@tc.fluke.com>
67590              Date: Fri, 28 Jul 2000 17:19:16 -0700
67591              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
67592              
67593              (hopefully).  The fix is also not complete, it seems to break
67594              BOM swallowing for libc5 systems, but until someone figures
67595              out a way to do this without ftell(), this will do.
67596      Branch: perl
67597            ! toke.c
67598 ____________________________________________________________________________
67599 [  7569] By: jhi                                   on 2000/11/06  00:05:30
67600         Log: Document that the evaled syntax errors cause scalar leaks.
67601      Branch: perl
67602            ! t/comp/proto.t
67603 ____________________________________________________________________________
67604 [  7568] By: jhi                                   on 2000/11/05  23:14:47
67605         Log: opmini.o can linger from Configures past.
67606      Branch: perl
67607            ! Makefile.SH
67608 ____________________________________________________________________________
67609 [  7567] By: jhi                                   on 2000/11/05  21:28:39
67610         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
67611              first argument correctly.
67612      Branch: perl
67613            ! perlio.c
67614 ____________________________________________________________________________
67615 [  7566] By: jhi                                   on 2000/11/05  21:15:56
67616         Log: Integrate perlio.
67617      Branch: perl
67618           !> perlio.c
67619 ____________________________________________________________________________
67620 [  7565] By: jhi                                   on 2000/11/05  21:15:13
67621         Log: Use -dM for gcc (the suggested patch did it only for Linux,
67622              but I think it can be generalized).
67623              
67624              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
67625              From: Pixel <pixel@mandrakesoft.com>
67626              Date: 05 Nov 2000 21:49:34 +0100 
67627              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
67628      Branch: perl
67629            ! ext/Errno/Errno_pm.PL
67630 ____________________________________________________________________________
67631 [  7564] By: nick                                  on 2000/11/05  21:09:18
67632         Log: Added a mmap layer as a "subclass" of perlio.
67633              PERLIO=mmap ./perl harness passes
67634      Branch: perlio
67635            ! perlio.c
67636 ____________________________________________________________________________
67637 [  7563] By: jhi                                   on 2000/11/05  19:48:55
67638         Log: Add a note for future generations about bug id 20000229.006.
67639      Branch: perl
67640            ! malloc.c
67641 ____________________________________________________________________________
67642 [  7562] By: jhi                                   on 2000/11/05  19:38:24
67643         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
67644      Branch: perl
67645            ! pp_ctl.c t/op/pos.t
67646 ____________________________________________________________________________
67647 [  7561] By: jhi                                   on 2000/11/05  18:21:46
67648         Log: Add =pod to be tidy.
67649      Branch: perl
67650            ! lib/Math/Complex.pm
67651 ____________________________________________________________________________
67652 [  7560] By: jhi                                   on 2000/11/05  17:38:46
67653         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
67654      Branch: perl
67655            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
67656            ! ext/Storable/Storable.xs t/lib/st-recurse.t
67657 ____________________________________________________________________________
67658 [  7559] By: jhi                                   on 2000/11/05  17:32:59
67659         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
67660              From: "Peter J. Farley III" <pjfarley@banet.net>
67661              Date: Sun, 05 Nov 2000 11:55:59 -0500
67662              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
67663      Branch: perl
67664            ! t/lib/syslog.t
67665 ____________________________________________________________________________
67666 [  7558] By: jhi                                   on 2000/11/05  17:29:19
67667         Log: Integrate perlio.
67668      Branch: perl
67669           !> perlio.c
67670 ____________________________________________________________________________
67671 [  7557] By: jhi                                   on 2000/11/05  17:22:01
67672         Log: A fix of sorts for 20000329.026, a better error message
67673              for a missing "use charnames" when using the \N{...}. 
67674      Branch: perl
67675            ! pod/perldiag.pod toke.c
67676 ____________________________________________________________________________
67677 [  7556] By: jhi                                   on 2000/11/05  16:33:50
67678         Log: Test tweak: show also the failed locales.
67679              
67680              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
67681              From: Lupe Christoph <lupe@lupe-christoph.de>         
67682              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
67683              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
67684      Branch: perl
67685            ! t/pragma/locale.t
67686 ____________________________________________________________________________
67687 [  7555] By: nick                                  on 2000/11/05  11:09:34
67688         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
67689              open RDWR so does not fail. (pragma/warnings 303 again...)
67690      Branch: perlio
67691            ! perlio.c
67692 ____________________________________________________________________________
67693 [  7554] By: nick                                  on 2000/11/05  10:10:13
67694         Log: Fix case where ungetc(f,EOF) was allowed.
67695              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
67696              so we can see similarities.
67697              Use types more carefully and a STDCHAR array in hope that this will
67698              fix Jarrko's 64bit machine.
67699      Branch: perlio
67700            ! perlio.c
67701 ____________________________________________________________________________
67702 [  7553] By: jhi                                   on 2000/11/05  01:12:16
67703         Log: Fix for
67704              
67705              Subject: [ID 20001004.007] taint propogation is inconsistent
67706              From: pimlott@idiomtech.com (Andrew Pimlott) 
67707              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
67708              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
67709              
67710              The culprit was sv_setsv() which was rather blindly
67711              propagating taint, which lead to behaviour where if
67712              a tainted anon hash value was seen all the hash values
67713              from then on at that level became tainted, or at any
67714              upper levels in the case of nested anon hashes.
67715      Branch: perl
67716            ! sv.c t/op/taint.t
67717 ____________________________________________________________________________
67718 [  7552] By: jhi                                   on 2000/11/04  23:44:18
67719         Log: Some cpps don't like splitting conditionals across several lines.
67720      Branch: perl
67721            ! perlio.c
67722 ____________________________________________________________________________
67723 [  7551] By: nick                                  on 2000/11/04  23:40:44
67724         Log: Integrate mainline
67725      Branch: perlio
67726           !> pp_hot.c t/op/taint.t
67727 ____________________________________________________________________________
67728 [  7550] By: nick                                  on 2000/11/04  23:39:05
67729         Log: Integrate mainline again
67730      Branch: perlio
67731           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
67732           !> t/lib/b.t t/op/misc.t util.c
67733 ____________________________________________________________________________
67734 [  7549] By: jhi                                   on 2000/11/04  23:14:01
67735         Log: Fix for
67736              
67737              Subject: [ID 20001004.006] undef is never tainted
67738              From: pimlott@idiomtech.com (Andrew Pimlott)
67739              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
67740              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
67741              
67742              An undef read from a slurped file was not tainted.
67743      Branch: perl
67744            ! pp_hot.c t/op/taint.t
67745 ____________________________________________________________________________
67746 [  7548] By: jhi                                   on 2000/11/04  22:56:21
67747         Log: Test tweak ($Config{useperlio} is by default undef) .
67748      Branch: perl
67749            ! t/lib/b.t
67750 ____________________________________________________________________________
67751 [  7547] By: jhi                                   on 2000/11/04  22:43:56
67752         Log: Integrate perlio.
67753      Branch: perl
67754           +> lib/perlio.pm
67755           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
67756           !> pod/perlapi.pod t/lib/b.t
67757 ____________________________________________________________________________
67758 [  7546] By: jhi                                   on 2000/11/04  22:40:59
67759         Log: Configure would use a bad $myuname from an old config.sh.
67760              
67761              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
67762              From: Andy Dougherty <doughera@lafayette.edu>
67763              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
67764              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
67765      Branch: metaconfig
67766            ! U/modified/Oldconfig.U
67767      Branch: perl
67768            ! Configure config_h.SH
67769 ____________________________________________________________________________
67770 [  7545] By: jhi                                   on 2000/11/04  22:36:54
67771         Log: Subject: Locales support (setlocale) fixes
67772              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
67773              Date: Sat, 4 Nov 2000 10:15:48 +0300 
67774              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
67775              
67776              Modified quite a bit to be more portable.
67777      Branch: perl
67778            ! embed.h embed.pl perl.h proto.h util.c
67779 ____________________________________________________________________________
67780 [  7544] By: jhi                                   on 2000/11/04  22:32:47
67781         Log: Dying is too strict here, better just skip.
67782      Branch: perl
67783            ! t/op/misc.t
67784 ____________________________________________________________________________
67785 [  7543] By: nick                                  on 2000/11/04  21:55:13
67786         Log: Merge mainline
67787      Branch: perlio
67788           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
67789           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
67790           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
67791           !> (integrate 64 files)
67792 ____________________________________________________________________________
67793 [  7542] By: jhi                                   on 2000/11/04  21:09:28
67794         Log: More Changes tweakery.
67795      Branch: perl
67796            ! Changes Porting/genlog
67797 ____________________________________________________________________________
67798 [  7541] By: jhi                                   on 2000/11/04  20:58:18
67799         Log: Changes fixups.
67800      Branch: perl
67801            ! Changes
67802 ____________________________________________________________________________
67803 [  7540] By: jhi                                   on 2000/11/04  20:42:38
67804         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
67805              create a "fast path" for locale name probing using "locale -a"
67806              if available, squash finally hopefully the s?printf resetting
67807              the numeric locale (since, IIUC perllocale, it never shouldn't). 
67808      Branch: perl
67809            ! sv.c t/op/misc.t t/pragma/locale.t
67810 ____________________________________________________________________________
67811 [  7539] By: nick                                  on 2000/11/04  19:56:10
67812         Log: PerlIO infrastructure complete.
67813      Branch: perlio
67814            + lib/perlio.pm
67815            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
67816 ____________________________________________________________________________
67817 [  7538] By: nick                                  on 2000/11/04  14:31:32
67818         Log: Type tweaks + less contorted allocation scheme
67819      Branch: perlio
67820            ! perlio.c
67821 ____________________________________________________________________________
67822 [  7537] By: nick                                  on 2000/11/04  12:40:42
67823         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
67824              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
67825              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
67826              sensible) which lead to some interesting fails.
67827      Branch: perlio
67828            ! perlio.c
67829 ____________________________________________________________________________
67830 [  7536] By: jhi                                   on 2000/11/04  00:20:02
67831         Log: Add FCNTL_CAN_LOCK.
67832              
67833              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
67834              From: Andy Dougherty <doughera@lafayette.edu>
67835              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
67836              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
67837              
67838              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
67839              From: Andy Dougherty <doughera@lafayette.edu>
67840              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
67841              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
67842      Branch: metaconfig/U/perl
67843            + d_fcntl_can_lock.U
67844            ! startperl.U
67845      Branch: perl
67846            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67847            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
67848            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
67849            ! vos/config.ga.h win32/config.bc win32/config.gc
67850            ! win32/config.vc
67851 ____________________________________________________________________________
67852 [  7535] By: nick                                  on 2000/11/03  22:19:10
67853         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
67854              - Works on Linux with
67855              perlio + unix
67856              stdio
67857              - Works on Solaris with
67858              perlio + unix
67859              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
67860              - Fails (hangs in openpid) if you try and stack
67861              perlio + stdio - Linux stdio's read() logic is hanging.
67862      Branch: perlio
67863            ! iperlsys.h perlio.c
67864 ____________________________________________________________________________
67865 [  7534] By: jhi                                   on 2000/11/03  15:16:02
67866         Log: Subject: Re: README.aix
67867              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
67868              Date: Fri, 03 Nov 2000 16:03:15 +0100
67869              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
67870      Branch: perl
67871            ! README.aix
67872 ____________________________________________________________________________
67873 [  7533] By: jhi                                   on 2000/11/03  03:59:02
67874         Log: Subject: [PATCH 5.7.0] better messages from malloc()
67875              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67876              Date: Wed, 1 Nov 2000 23:39:56 -0500
67877              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
67878      Branch: perl
67879            ! malloc.c pod/perldiag.pod
67880 ____________________________________________________________________________
67881 [  7532] By: jhi                                   on 2000/11/03  00:11:56
67882         Log: The #7521 touched things it shouldn't have.
67883      Branch: perl
67884            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
67885 ____________________________________________________________________________
67886 [  7531] By: jhi                                   on 2000/11/02  22:32:33
67887         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
67888              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
67889              Date:     Thu, 2 Nov 2000 16:58:36 EST
67890              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
67891      Branch: perl
67892            ! vms/gen_shrfls.pl
67893 ____________________________________________________________________________
67894 [  7530] By: jhi                                   on 2000/11/02  22:08:49
67895         Log: Fix the problem discussed in
67896              
67897              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
67898              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
67899              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
67900              
67901              originally from Linc Madison.  Also Andreas König's comments
67902              taken into account.  Some other problems with Tie::SubstrHash
67903              fixed: didn't croak when the table exceeded the requested number
67904              of entries (as documented) but instead when the number of entries
67905              exceeded the size of the table, a croak() had an unnecessary \n,
67906              didn't have a CLEAR method, documented that there is no exists().
67907              Didn't fix to be strict-proof because the module uses &foo; and
67908              dynamic scope.  Added a test script exercizing both first tamely 
67909              the basic functionality, and then the failure cases reported by
67910              Linc Madison.
67911      Branch: perl
67912            + t/lib/tie-substrhash.t
67913            ! MANIFEST lib/Tie/SubstrHash.pm
67914 ____________________________________________________________________________
67915 [  7529] By: jhi                                   on 2000/11/02  17:58:08
67916         Log: recv() can fail and return undef.
67917              
67918              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
67919              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
67920              Date: Thu, 2 Nov 2000 20:12:20 +0300
67921              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
67922      Branch: perl
67923            ! lib/Net/Ping.pm
67924 ____________________________________________________________________________
67925 [  7528] By: jhi                                   on 2000/11/02  17:49:09
67926         Log: Detpyo.
67927      Branch: perl
67928            ! pod/perlop.pod
67929 ____________________________________________________________________________
67930 [  7527] By: jhi                                   on 2000/11/02  15:48:37
67931         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
67932              fix a autovivification bug in Tie::RefHash, add tests for both.
67933              
67934              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
67935              From: Edward Avis <epa98@doc.ic.ac.uk>
67936              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
67937              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
67938      Branch: perl
67939            + t/lib/tie-refhash.t
67940            ! MANIFEST lib/Tie/RefHash.pm
67941 ____________________________________________________________________________
67942 [  7526] By: jhi                                   on 2000/11/02  13:56:26
67943         Log: Test::Harness revealed buglets in the new DynaLoader.
67944              
67945              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
67946              From: andreas.koenig@anima.de (Andreas J. Koenig)
67947              Date: 02 Nov 2000 11:26:48 +0100 
67948              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
67949      Branch: perl
67950            ! ext/DynaLoader/DynaLoader_pm.PL
67951 ____________________________________________________________________________
67952 [  7525] By: jhi                                   on 2000/11/01  23:52:08
67953         Log: The entry for #7503 was missing.
67954      Branch: perl
67955            ! Changes
67956 ____________________________________________________________________________
67957 [  7524] By: jhi                                   on 2000/11/01  23:40:52
67958         Log: Update Changes.
67959      Branch: perl
67960            ! Changes patchlevel.h
67961 ____________________________________________________________________________
67962 [  7523] By: jhi                                   on 2000/11/01  22:57:09
67963         Log: More tweaking on the #7522 theme.
67964      Branch: perl
67965            ! ext/DynaLoader/DynaLoader_pm.PL
67966 ____________________________________________________________________________
67967 [  7522] By: jhi                                   on 2000/11/01  22:06:15
67968         Log: Expand %Config variables and %ENV variables only if
67969              so requested during build time using the
67970              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
67971              Not expanding makes relocating distributions easier.
67972      Branch: perl
67973            ! ext/DynaLoader/DynaLoader_pm.PL
67974 ____________________________________________________________________________
67975 [  7521] By: jhi                                   on 2000/11/01  20:56:34
67976         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
67977              and setgid() because they were just changing $< and $( which means
67978              only changing the real uid/gid, as opposed to changing both
67979              real and effective ids.  (The alternative way could have been
67980              in POSIX.pm to change $> and $), too, but making a direct call
67981              to the C API feels cleaner.)  Fixes the bug
67982              
67983              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
67984              From: "Garry T. Williams" <garry@zvolve.com>
67985              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
67986              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
67987      Branch: perl
67988            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
67989            ! ext/POSIX/typemap pod/perlvar.pod
67990 ____________________________________________________________________________
67991 [  7520] By: jhi                                   on 2000/11/01  20:08:33
67992         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
67993              From: "Garry T. Williams" <garry@zvolve.com>
67994              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
67995              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
67996      Branch: perl
67997            ! pod/perlsec.pod
67998 ____________________________________________________________________________
67999 [  7519] By: jhi                                   on 2000/11/01  20:01:22
68000         Log: Locale warning explanation tweak.
68001      Branch: perl
68002            ! pod/perldiag.pod
68003 ____________________________________________________________________________
68004 [  7518] By: jhi                                   on 2000/11/01  18:57:13
68005         Log: C.pm part of
68006              
68007              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
68008              From: Jarkko Hietaniemi <jhi@iki.fi>
68009              Date: Tue, 10 Oct 2000 08:22:28 -0500
68010              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
68011      Branch: perl
68012            ! ext/B/B/C.pm
68013 ____________________________________________________________________________
68014 [  7517] By: jhi                                   on 2000/11/01  18:41:59
68015         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
68016              From: Martien Verbruggen <mgjv@comdyn.com.au>
68017              Date: Fri, 6 Oct 2000 14:09:10 +1100
68018              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
68019      Branch: perl
68020            ! pod/perlop.pod
68021 ____________________________________________________________________________
68022 [  7516] By: jhi                                   on 2000/11/01  18:34:55
68023         Log: Generalize the Camel wording.
68024              
68025              Subject: Re: perlfaq style changes
68026              From: John Borwick <jhborwic@unity.ncsu.edu>
68027              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
68028              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
68029      Branch: perl
68030            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
68031 ____________________________________________________________________________
68032 [  7515] By: jhi                                   on 2000/11/01  16:52:31
68033         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
68034              From: pimlott@idiomtech.com (Andrew Pimlott)
68035              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
68036              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
68037      Branch: perl
68038            ! pod/perlsec.pod
68039 ____________________________________________________________________________
68040 [  7514] By: jhi                                   on 2000/11/01  15:03:40
68041         Log: More AIX lore.
68042      Branch: perl
68043            ! ext/re/hints/aix.pl
68044 ____________________________________________________________________________
68045 [  7513] By: jhi                                   on 2000/11/01  14:48:30
68046         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
68047              From: root <root@chronos.fi.muni.cz>
68048              Date: Wed, 1 Nov 2000 12:31:32 +0100
68049              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
68050      Branch: perl
68051            ! lib/Net/Ping.pm
68052 ____________________________________________________________________________
68053 [  7512] By: jhi                                   on 2000/11/01  14:46:47
68054         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
68055              From: Martin Husemann <martin@duskware.de>
68056              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
68057              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
68058      Branch: perl
68059            ! regcomp.c
68060 ____________________________________________________________________________
68061 [  7511] By: jhi                                   on 2000/11/01  14:39:50
68062         Log: AUTHORS updates.
68063      Branch: perl
68064            ! AUTHORS
68065 ____________________________________________________________________________
68066 [  7510] By: jhi                                   on 2000/11/01  14:29:50
68067         Log: Subject: [PATCH] startperl to respect versiononly
68068              From: Robin Barker <rmb1@cise.npl.co.uk> 
68069              Date: Tue, 31 Oct 2000 16:29:36 GMT
68070              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
68071      Branch: metaconfig/U/perl
68072            ! startperl.U
68073      Branch: perl
68074            ! Configure config_h.SH
68075 ____________________________________________________________________________
68076 [  7509] By: jhi                                   on 2000/11/01  14:19:53
68077         Log: printf UVs the correct way, noticed by Robin Barker.
68078      Branch: perl
68079            ! utf8.c
68080 ____________________________________________________________________________
68081 [  7508] By: jhi                                   on 2000/11/01  14:10:03
68082         Log: Do not cleanup *% because the % has special meanings in some
68083              shell environments.
68084      Branch: perl
68085            ! ext/Storable/Makefile.PL
68086 ____________________________________________________________________________
68087 [  7507] By: jhi                                   on 2000/11/01  14:06:00
68088         Log: The NonStop-UX libraries have a novel way to say NaN.
68089      Branch: perl
68090            ! t/lib/bigfltpm.t
68091 ____________________________________________________________________________
68092 [  7506] By: jhi                                   on 2000/11/01  14:03:35
68093         Log: The osname has been lowercased by now, from Tom Bates.
68094      Branch: metaconfig
68095            ! U/modified/Oldconfig.U
68096      Branch: perl
68097            ! Configure config_h.SH
68098 ____________________________________________________________________________
68099 [  7505] By: jhi                                   on 2000/10/31  19:18:39
68100         Log: The compiler is either gcc or cc, from Tom Bates.
68101      Branch: perl
68102            ! hints/nonstopux.sh
68103 ____________________________________________________________________________
68104 [  7504] By: jhi                                   on 2000/10/31  14:53:42
68105         Log: Update Changes.
68106      Branch: perl
68107            ! Changes patchlevel.h
68108 ____________________________________________________________________________
68109 [  7503] By: jhi                                   on 2000/10/31  14:30:50
68110         Log: Whitespace style tweak.  Was originally going to see to
68111              
68112              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
68113              From: Joe Smith <jms@inwap.com>
68114              Date: Mon, 30 Oct 2000 18:47:57 -0800
68115              Message-Id: <39FE32DD.24AAC4D@inwap.com>
68116              
68117              but that had already been taken care of.
68118      Branch: metaconfig
68119            ! U/compline/d_stdstdio.U
68120      Branch: perl
68121            ! Configure config_h.SH
68122 ____________________________________________________________________________
68123 [  7502] By: jhi                                   on 2000/10/31  14:25:02
68124         Log: AUTHORS tweaks.
68125      Branch: perl
68126            ! AUTHORS
68127 ____________________________________________________________________________
68128 [  7501] By: jhi                                   on 2000/10/31  14:23:59
68129         Log: Subject: perlfaq style changes
68130              From: John Borwick <jhborwic@unity.ncsu.edu>
68131              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
68132              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
68133      Branch: perl
68134            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
68135            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
68136            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
68137            ! pod/perlfaq9.pod
68138 ____________________________________________________________________________
68139 [  7500] By: jhi                                   on 2000/10/31  14:22:15
68140         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
68141              
68142              Subject: Re: [ID 20000918.005] ~ on wide chars
68143              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68144              Date: Mon, 30 Oct 2000 21:09:55 -0800
68145              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
68146              
68147              (The ord() part of the patch skipped.)
68148      Branch: perl
68149            ! doop.c
68150 ____________________________________________________________________________
68151 [  7499] By: jhi                                   on 2000/10/31  14:20:08
68152         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
68153              From: Jens Hamisch <jens@Strawberry.COM>
68154              Date: Mon, 30 Oct 2000 15:17:07 +0100
68155              Message-Id: <20001030151707.A9597@Strawberry.COM>
68156      Branch: perl
68157            ! av.c
68158 ____________________________________________________________________________
68159 [  7498] By: jhi                                   on 2000/10/31  14:16:29
68160         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
68161              From: Peter Prymmer <pvhp@forte.com>
68162              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
68163              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
68164      Branch: perl
68165            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
68166            + ext/Encode/Encode/posix-bc.enc
68167            ! MANIFEST t/lib/encode.t
68168 ____________________________________________________________________________
68169 [  7497] By: jhi                                   on 2000/10/31  14:13:22
68170         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
68171              From: Peter Prymmer <pvhp@forte.com>
68172              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
68173              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
68174      Branch: perl
68175            ! t/lib/cgi-html.t
68176 ____________________________________________________________________________
68177 [  7496] By: jhi                                   on 2000/10/31  14:12:05
68178         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
68179              From: Peter Prymmer <pvhp@forte.com>
68180              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
68181              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
68182      Branch: perl
68183            ! t/lib/cgi-function.t
68184 ____________________________________________________________________________
68185 [  7495] By: jhi                                   on 2000/10/31  14:11:08
68186         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
68187              From: Peter Prymmer <pvhp@forte.com>
68188              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
68189              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
68190      Branch: perl
68191            + ext/re/hints/aix.pl
68192            ! MANIFEST ext/re/Makefile.PL
68193 ____________________________________________________________________________
68194 [  7494] By: jhi                                   on 2000/10/31  14:08:32
68195         Log: Use Errno magic.
68196              
68197              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
68198              From: Casey Tweten <perl@ctweten.amsite.com>
68199              Date: Mon, 30 Oct 2000 15:51:17 -0500
68200              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
68201      Branch: perl
68202            ! lib/File/Temp.pm
68203 ____________________________________________________________________________
68204 [  7493] By: jhi                                   on 2000/10/31  14:05:07
68205         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
68206              
68207              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
68208              From: Nicholas Clark <nick@ccl4.org>
68209              Date: Mon, 30 Oct 2000 17:38:45 +0000
68210              Message-ID: <20001030173845.O60355@plum.flirble.org>
68211      Branch: perl
68212            ! Makefile.SH utils/perlbug.PL
68213 ____________________________________________________________________________
68214 [  7492] By: nick                                  on 2000/10/30  19:37:23
68215         Log: Change files which are mysteriously different to mainline to be
68216              copies of mainline.
68217      Branch: perlio
68218            ! objXSUB.h perlapi.c pod/perlapi.pod
68219 ____________________________________________________________________________
68220 [  7491] By: nick                                  on 2000/10/30  18:05:54
68221         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
68222              - typo in endian code in putc.
68223              - Don't allow read of write-only files and vice-versa
68224              - and off-by-one in flush-all loop.
68225              Remove debug calls as they were using GCC specific features.
68226      Branch: perlio
68227            ! perlio.c
68228 ____________________________________________________________________________
68229 [  7490] By: nick                                  on 2000/10/29  21:45:45
68230         Log: Integrate mainline to perlio
68231      Branch: perlio
68232           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
68233           !> toke.c
68234 ____________________________________________________________________________
68235 [  7489] By: jhi                                   on 2000/10/29  21:11:08
68236         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
68237              From: andreas.koenig@anima.de (Andreas J. Koenig)
68238              Date: 29 Oct 2000 22:05:59 +0100
68239              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
68240      Branch: perl
68241            ! lib/ExtUtils/Manifest.pm
68242 ____________________________________________________________________________
68243 [  7488] By: jhi                                   on 2000/10/29  21:07:47
68244         Log: Tests for #7487.
68245              
68246              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
68247              From: andreas.koenig@anima.de (Andreas J. Koenig)
68248              Date: 29 Oct 2000 19:37:09 +0100
68249              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
68250      Branch: perl
68251            ! t/comp/proto.t
68252 ____________________________________________________________________________
68253 [  7487] By: jhi                                   on 2000/10/29  21:06:27
68254         Log: constsub spillage.
68255              
68256              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
68257              From: John Tobey <jtobey@john-edwin-tobey.org>
68258              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
68259              Message-Id: <m13pvSr-000FObC@feynman.localnet>
68260      Branch: perl
68261            ! op.c
68262 ____________________________________________________________________________
68263 [  7486] By: nick                                  on 2000/10/29  21:05:04
68264         Log: Integrate mainline to perlio branch
68265      Branch: perlio
68266           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
68267           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
68268           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
68269           +> vos/install_perl.cm
68270            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
68271            - vos/config.h vos/config_h.SH_orig
68272           !> (integrate 141 files)
68273 ____________________________________________________________________________
68274 [  7485] By: jhi                                   on 2000/10/29  21:00:47
68275         Log: Make \x{...} consistently produce UTF-8.
68276              
68277              Subject: Re: \x{...} is confused 
68278              From: Simon Cozens <simon@cozens.net>
68279              Date: Sun, 29 Oct 2000 19:36:48 +0000
68280              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
68281      Branch: perl
68282            ! t/pragma/utf8.t toke.c
68283 ____________________________________________________________________________
68284 [  7484] By: nick                                  on 2000/10/29  20:05:29
68285         Log: PerlIO passes all tests.
68286      Branch: perlio
68287            ! perlio.c
68288 ____________________________________________________________________________
68289 [  7483] By: jhi                                   on 2000/10/29  18:06:55
68290         Log: Update Changes.
68291      Branch: perl
68292            ! Changes patchlevel.h
68293 ____________________________________________________________________________
68294 [  7482] By: nick                                  on 2000/10/29  17:43:28
68295         Log: Include <unistd.h> to get correct lseek() prototype etc.
68296              (I thought perl.h did that) - down to two fails
68297              - comp/require.t (last test)
68298              - lib/io_xs.t - possibly import/export of FILE * ?
68299      Branch: perlio
68300            ! perlio.c
68301 ____________________________________________________________________________
68302 [  7481] By: jhi                                   on 2000/10/29  17:02:37
68303         Log: UTF-8 decoder tweak.
68304      Branch: perl
68305            ! utf8.c
68306 ____________________________________________________________________________
68307 [  7480] By: nick                                  on 2000/10/29  16:26:11
68308         Log: Fixed two bugs:
68309              - error code not being set on close (of broken pipe)
68310              - append mode was truncating.
68311              At least one seek/tell bug remains.
68312      Branch: perlio
68313            ! perlio.c
68314 ____________________________________________________________________________
68315 [  7479] By: nick                                  on 2000/10/29  11:18:16
68316         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
68317              in case of accidents. Still several worrying fails, no line disciplines yet.
68318      Branch: perlio
68319            ! iperlsys.h perlio.c
68320 ____________________________________________________________________________
68321 [  7478] By: jhi                                   on 2000/10/29  02:04:01
68322         Log: Add also emailless people.
68323      Branch: perl
68324            ! AUTHORS
68325 ____________________________________________________________________________
68326 [  7477] By: jhi                                   on 2000/10/29  01:36:00
68327         Log: The #7476 needs a MANIFEST change, too.
68328      Branch: perl
68329            ! MANIFEST
68330 ____________________________________________________________________________
68331 [  7476] By: jhi                                   on 2000/10/29  01:35:21
68332         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
68333      Branch: perl
68334            - MAINTAIN
68335            ! AUTHORS Changes
68336 ____________________________________________________________________________
68337 [  7475] By: jhi                                   on 2000/10/28  23:57:25
68338         Log: De-quoted-unreadable to ISO Latin 1.
68339              (There's one ISO-2022-JP name in Changes5.004.)
68340      Branch: perl
68341            ! Changes Changes5.6
68342 ____________________________________________________________________________
68343 [  7474] By: jhi                                   on 2000/10/28  19:13:06
68344         Log: Subject: [ID 20001027.007] uniq array in perlfaq
68345              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
68346              Date: Fri, 27 Oct 2000 19:28:30 +0200
68347              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
68348      Branch: perl
68349            ! pod/perlfaq4.pod
68350 ____________________________________________________________________________
68351 [  7473] By: jhi                                   on 2000/10/28  18:02:05
68352         Log: Locking null mutexes is not recommendable.
68353              
68354              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
68355              From: Hugo <hv@crypt.compulink.co.uk>
68356              Date: Sat, 28 Oct 2000 18:41:12 +0100
68357              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
68358      Branch: perl
68359            ! op.c
68360 ____________________________________________________________________________
68361 [  7472] By: jhi                                   on 2000/10/28  17:52:58
68362         Log: Better create a true mailing list for the repository keepers.
68363      Branch: perl
68364            ! Porting/repository.pod
68365 ____________________________________________________________________________
68366 [  7471] By: jhi                                   on 2000/10/28  17:28:24
68367         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
68368              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
68369      Branch: perl
68370            + Porting/repository.pod
68371            ! MANIFEST
68372 ____________________________________________________________________________
68373 [  7470] By: jhi                                   on 2000/10/28  17:20:54
68374         Log: Subject: DOC PATCH 5.6.0
68375              From: mjd@plover.com
68376              Date: 27 Oct 2000 17:32:44 -0000
68377              Message-ID: <20001027173244.23754.qmail@plover.com>
68378      Branch: perl
68379            ! pod/perlfunc.pod
68380 ____________________________________________________________________________
68381 [  7469] By: jhi                                   on 2000/10/28  17:16:45
68382         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
68383              From: "Peter J. Farley III" <pjfarley@banet.net>
68384              Date: Fri, 27 Oct 2000 20:32:56 -0400
68385              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
68386      Branch: perl
68387            ! README.dos
68388 ____________________________________________________________________________
68389 [  7468] By: jhi                                   on 2000/10/28  17:07:18
68390         Log: Make target reordering to avoid pointless re-makes.
68391              
68392              Subject: Re: Total re-make of 'make okfile' after 7451 ?
68393              From: Nicholas Clark <nick@ccl4.org>
68394              Date: Sat, 28 Oct 2000 00:31:02 +0100
68395              Message-ID: <20001028003101.A54517@plum.flirble.org>
68396      Branch: perl
68397            ! Makefile.SH
68398 ____________________________________________________________________________
68399 [  7467] By: jhi                                   on 2000/10/28  17:05:31
68400         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
68401              From: lvirden@cas.org
68402              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
68403              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
68404      Branch: perl
68405            ! README.os2
68406 ____________________________________________________________________________
68407 [  7466] By: jhi                                   on 2000/10/28  16:09:16
68408         Log: Upgrade to CPAN 1.58_55.
68409              
68410              Subject: CPAN.pm status
68411              From: andreas.koenig@anima.de (Andreas J. Koenig) 
68412              Date: 28 Oct 2000 08:18:00 +0200 
68413              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
68414      Branch: perl
68415            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
68416 ____________________________________________________________________________
68417 [  7465] By: jhi                                   on 2000/10/28  16:02:47
68418         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
68419      Branch: perl
68420            ! embed.h embed.pl perl.h proto.h toke.c
68421 ____________________________________________________________________________
68422 [  7464] By: nick                                  on 2000/10/28  10:43:44
68423         Log: Fix for sv_2iv() on "shared" value from keys %hash.
68424      Branch: perl
68425            ! sv.c
68426 ____________________________________________________________________________
68427 [  7463] By: jhi                                   on 2000/10/27  16:18:29
68428         Log: Update Changes.
68429      Branch: perl
68430            ! Changes patchlevel.h
68431 ____________________________________________________________________________
68432 [  7462] By: jhi                                   on 2000/10/27  16:17:44
68433         Log: Too enthusiastic editing in #7460.
68434      Branch: metaconfig
68435            ! U/modified/Oldsym.U
68436      Branch: perl
68437            ! Configure config_h.SH
68438 ____________________________________________________________________________
68439 [  7461] By: jhi                                   on 2000/10/27  15:37:38
68440         Log: Retract #7459, the script needs more work.
68441      Branch: perl
68442            - mkreef
68443            ! MANIFEST
68444 ____________________________________________________________________________
68445 [  7460] By: jhi                                   on 2000/10/27  15:23:14
68446         Log: Use $sort, $uniq (and $tr) consistently as wondered
68447              by Nicholas Clark.
68448      Branch: metaconfig
68449            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
68450            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
68451            ! U/modified/libc.U
68452      Branch: perl
68453            ! Configure config_h.SH
68454 ____________________________________________________________________________
68455 [  7459] By: jhi                                   on 2000/10/27  15:02:07
68456         Log: (Retracted by #7461)
68457              
68458              Add a shell script for creating/removing symbolic link farms,
68459              useful for keeping the source code read-only and doing the
68460              builds somewhere else.
68461      Branch: perl
68462            + mkreef
68463            ! MANIFEST
68464 ____________________________________________________________________________
68465 [  7458] By: jhi                                   on 2000/10/27  14:42:20
68466         Log: Do away with the fix_pl.
68467      Branch: perl
68468            - fix_pl
68469            ! MANIFEST Makefile.SH
68470 ____________________________________________________________________________
68471 [  7457] By: jhi                                   on 2000/10/27  12:43:13
68472         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
68473              From: Jens Hamisch <jens@Strawberry.COM>
68474              Date: Fri, 27 Oct 2000 14:38:21 +0200
68475              Message-Id: <20001027143821.B3366@Strawberry.COM>
68476      Branch: perl
68477            ! perl.h
68478 ____________________________________________________________________________
68479 [  7456] By: jhi                                   on 2000/10/27  12:33:42
68480         Log: Subject: [PATCH] todo
68481              From: Nicholas Clark <nick@ccl4.org>
68482              Date: Thu, 26 Oct 2000 22:32:29 +0100
68483              Message-ID: <20001026223229.A44540@plum.flirble.org>
68484      Branch: perl
68485            ! pod/perltodo.pod
68486 ____________________________________________________________________________
68487 [  7455] By: jhi                                   on 2000/10/27  12:02:21
68488         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
68489              From: John Tobey <jtobey@john-edwin-tobey.org>
68490              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
68491              Message-Id: <m13ozHF-000FObC@feynman.localnet>
68492      Branch: perl
68493            ! op.c t/pragma/sub_lval.t
68494 ____________________________________________________________________________
68495 [  7454] By: jhi                                   on 2000/10/27  11:59:42
68496         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
68497              From: sthoenna@efn.org
68498              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
68499              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
68500      Branch: perl
68501            ! pp.c t/op/assignwarn.t
68502 ____________________________________________________________________________
68503 [  7453] By: jhi                                   on 2000/10/27  00:15:08
68504         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
68505      Branch: perl
68506            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
68507            ! ext/Storable/Storable.xs t/lib/st-lock.t
68508 ____________________________________________________________________________
68509 [  7452] By: jhi                                   on 2000/10/26  13:05:52
68510         Log: Undo #7451, this seems to be a deficiency in Perforce,
68511              there is no per-file line-terminator type, only per-client.
68512      Branch: perl
68513            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
68514            ! win32/makefile.mk
68515 ____________________________________________________________________________
68516 [  7451] By: jhi                                   on 2000/10/26  04:56:03
68517         Log: Experimenting in DOS arcana.
68518      Branch: perl
68519            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
68520            ! win32/makefile.mk
68521 ____________________________________________________________________________
68522 [  7450] By: jhi                                   on 2000/10/26  04:50:52
68523         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
68524              From: "Peter J. Farley III" <pjfarley@banet.net>            
68525              Date: Wed, 25 Oct 2000 23:10:18 -0400
68526              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
68527      Branch: perl
68528            ! t/io/open.t
68529 ____________________________________________________________________________
68530 [  7449] By: jhi                                   on 2000/10/26  04:49:16
68531         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
68532              From: Hugo <hv@crypt.compulink.co.uk>
68533              Date: Thu, 26 Oct 2000 01:55:17 +0100
68534              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
68535              
68536              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
68537      Branch: perl
68538            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
68539 ____________________________________________________________________________
68540 [  7448] By: jhi                                   on 2000/10/26  04:38:36
68541         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
68542              From: Peter Prymmer <pvhp@forte.com>
68543              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
68544              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
68545      Branch: perl
68546            ! configure.com
68547 ____________________________________________________________________________
68548 [  7447] By: jhi                                   on 2000/10/25  23:20:02
68549         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
68550              in platforms that strictly require all the symbols being present
68551              at link time.
68552      Branch: perl
68553            ! handy.h
68554 ____________________________________________________________________________
68555 [  7446] By: jhi                                   on 2000/10/25  21:55:57
68556         Log: Update Changes.
68557      Branch: perl
68558            ! Changes patchlevel.h
68559 ____________________________________________________________________________
68560 [  7445] By: jhi                                   on 2000/10/25  21:27:08
68561         Log: Integrate with vmsperl #7430 by Charles Bailey:
68562              
68563              Cleanup from prior patch (Charles Lane?):
68564              - improve handling of MFDs in Basename and Path
68565              - default to no xsubpp line # munging when building debug images
68566      Branch: perl
68567           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
68568 ____________________________________________________________________________
68569 [  7444] By: jhi                                   on 2000/10/25  21:03:50
68570         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
68571              From: John Peacock <JPeacock@UnivPress.com>
68572              Date: Thu, 18 May 2000 11:55:27 -0400
68573              Message-ID: <3924126F.A58BE57A@UnivPress.com>
68574      Branch: perl
68575            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
68576            ! t/op/write.t
68577 ____________________________________________________________________________
68578 [  7443] By: jhi                                   on 2000/10/25  20:43:10
68579         Log: Temporary stopgap for the self-tying issue: for now only
68580              array and hash self-ties are verboten.  The real fix, of
68581              course, would be to comprehensively test (and implement?)
68582              and debug (and document) self-ties.
68583      Branch: perl
68584            ! pod/perldiag.pod pp_sys.c t/op/tie.t
68585 ____________________________________________________________________________
68586 [  7442] By: jhi                                   on 2000/10/25  20:14:30
68587         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
68588              From: Dan Sugalski <dan@sidhe.org>
68589              Date: Wed, 25 Oct 2000 13:36:35 -0400
68590              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
68591              
68592              plus regen global.sym.
68593      Branch: perl
68594            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
68595            ! thrdvar.h util.c
68596 ____________________________________________________________________________
68597 [  7441] By: jhi                                   on 2000/10/25  20:12:20
68598         Log: buildtoc target tweaks.
68599      Branch: perl
68600            ! pod/Makefile.SH
68601 ____________________________________________________________________________
68602 [  7440] By: jhi                                   on 2000/10/25  20:03:53
68603         Log: A new version of making the syslog test more robust.
68604              (Replaces #7421.)
68605              
68606              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
68607              From: "Kurt D. Starsinic" <kstar@chapin.edu>
68608              Date: Wed, 25 Oct 2000 12:13:54 -0400
68609              Message-ID: <20001025121354.B2264@O2.chapin.edu>
68610      Branch: perl
68611            ! t/lib/syslog.t
68612 ____________________________________________________________________________
68613 [  7439] By: jhi                                   on 2000/10/25  20:00:48
68614         Log: Continue the internal UTF-8 API tweaking.
68615              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
68616              used much more than the simpler API, now called utf8_to_uv_simple().
68617              Still not quite happy with API, too much partial duplication
68618              of functionality.
68619      Branch: perl
68620            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
68621            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
68622            ! regcomp.c regexec.c sv.c toke.c utf8.c
68623 ____________________________________________________________________________
68624 [  7438] By: jhi                                   on 2000/10/25  18:52:30
68625         Log: Allow poking holes at the UTF-8 decoding strictness.
68626      Branch: perl
68627            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
68628            ! utf8.h
68629 ____________________________________________________________________________
68630 [  7437] By: jhi                                   on 2000/10/25  13:53:05
68631         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
68632              UTF8LEN() and UTF8SKIP(). 
68633      Branch: perl
68634            ! pp.c utf8.c utf8.h
68635 ____________________________________________________________________________
68636 [  7436] By: jhi                                   on 2000/10/25  13:51:37
68637         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
68638              From: Nicholas Clark <nick@ccl4.org>
68639              Date: Wed, 25 Oct 2000 14:44:05 +0100
68640              Message-ID: <20001025144404.D27253@plum.flirble.org>
68641      Branch: perl
68642            ! pod/perlrun.pod
68643 ____________________________________________________________________________
68644 [  7435] By: jhi                                   on 2000/10/25  13:49:32
68645         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
68646              From: Mike Guy <mjtg@cam.ac.uk>
68647              Date: Tue, 24 Oct 2000 14:59:40 +0100
68648              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
68649      Branch: perl
68650            ! scope.c
68651 ____________________________________________________________________________
68652 [  7434] By: jhi                                   on 2000/10/25  13:48:41
68653         Log: AIX is picky about its symbol exports.  Solution for now
68654              is to include the deb.o explicitly to the re extension build.
68655              
68656              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
68657              From: Peter Prymmer <pvhp@forte.com>
68658              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
68659              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
68660      Branch: perl
68661            ! ext/re/Makefile.PL hints/aix.sh
68662 ____________________________________________________________________________
68663 [  7433] By: jhi                                   on 2000/10/25  13:46:49
68664         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
68665              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68666              Date: Wed, 25 Oct 2000 12:02:20 +0200
68667              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
68668      Branch: perl
68669            ! perlsdio.h
68670 ____________________________________________________________________________
68671 [  7432] By: jhi                                   on 2000/10/25  13:44:28
68672         Log: Subject: Minor update to find2perl, for portability
68673              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
68674              Date: Wed, 25 Oct 2000 12:05:47 +0100
68675              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
68676      Branch: perl
68677            ! x2p/find2perl.PL
68678 ____________________________________________________________________________
68679 [  7431] By: jhi                                   on 2000/10/25  13:40:39
68680         Log: Add targets to Makefile.SH, most importantly
68681              'regen_all' which also remembers to update vms/perly*.
68682      Branch: perl
68683            ! Makefile.SH
68684 ____________________________________________________________________________
68685 [  7430] By: bailey                                on 2000/10/25  03:13:53
68686         Log: Cleanup from prior patch (Charles Lane?):
68687              - improve handling of MFDs in Basename and Path
68688              - default to no xsubpp line # munging when building debug images
68689      Branch: vmsperl
68690            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
68691 ____________________________________________________________________________
68692 [  7429] By: jhi                                   on 2000/10/24  20:03:40
68693         Log: Podify README.epoc and README.vos.
68694      Branch: perl
68695            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
68696            ! pod/perlport.pod pod/perltoc.pod
68697 ____________________________________________________________________________
68698 [  7428] By: jhi                                   on 2000/10/24  19:10:33
68699         Log: Stratus VOS updates from Paul Green.
68700      Branch: perl
68701            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
68702            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
68703            - vos/config.def vos/config.h vos/config_h.SH_orig
68704            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
68705            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
68706 ____________________________________________________________________________
68707 [  7427] By: jhi                                   on 2000/10/24  18:59:48
68708         Log: Check if stdio supports tweaking lval and cnt simultaneously.
68709              
68710              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
68711              From: Nicholas Clark <nick@ccl4.org>
68712              Date: Mon, 23 Oct 2000 15:39:32 +0100
68713              Message-ID: <20001023153932.A10786@plum.flirble.org>
68714      Branch: metaconfig
68715            ! U/compline/d_stdstdio.U
68716      Branch: perl
68717            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68718            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
68719            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
68720            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
68721            ! vos/config.h vos/config_h.SH_orig win32/config.bc
68722            ! win32/config.gc win32/config.vc
68723 ____________________________________________________________________________
68724 [  7426] By: jhi                                   on 2000/10/24  17:57:44
68725         Log: Missed the header file changes from #7425.
68726      Branch: perl
68727            ! embed.h embed.pl objXSUB.h proto.h
68728 ____________________________________________________________________________
68729 [  7425] By: jhi                                   on 2000/10/24  17:55:17
68730         Log: Fix the bug reported in
68731              
68732              From: andreas.koenig@anima.de (Andreas J. Koenig)
68733              Subject: Encode bug?
68734              Date: 24 Oct 2000 14:01:26 +0200 
68735              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
68736              
68737              Also make is_utf8_char() stricter.
68738      Branch: perl
68739            ! ext/Encode/Encode.xs utf8.c
68740 ____________________________________________________________________________
68741 [  7424] By: jhi                                   on 2000/10/24  15:15:39
68742         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
68743              From: Peter Scott <Peter@PSDT.com>
68744              Date: Mon, 23 Oct 2000 19:46:01 -0700
68745              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
68746      Branch: perl
68747            ! pod/perlfaq5.pod
68748 ____________________________________________________________________________
68749 [  7423] By: jhi                                   on 2000/10/24  14:25:30
68750         Log: Test tweak to avoid pulling in the whole Config.
68751      Branch: perl
68752            ! t/lib/st-lock.t
68753 ____________________________________________________________________________
68754 [  7422] By: jhi                                   on 2000/10/24  14:03:16
68755         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
68756      Branch: perl
68757            ! pp.c
68758 ____________________________________________________________________________
68759 [  7421] By: jhi                                   on 2000/10/24  13:32:09
68760         Log: (Replaced by #7440.)
68761              
68762              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
68763              From: "Kurt D. Starsinic" <kstar@chapin.edu>
68764              Date: Mon, 23 Oct 2000 16:40:54 -0400
68765              Message-ID: <20001023164054.B14491@O2.chapin.edu>
68766      Branch: perl
68767            ! t/lib/syslog.t
68768 ____________________________________________________________________________
68769 [  7420] By: jhi                                   on 2000/10/24  13:30:53
68770         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
68771              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68772              Date: Mon, 23 Oct 2000 17:29:03 -0400
68773              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
68774      Branch: perl
68775            ! lib/ExtUtils/MM_Unix.pm
68776 ____________________________________________________________________________
68777 [  7419] By: jhi                                   on 2000/10/24  13:29:57
68778         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
68779              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68780              Date: Mon, 23 Oct 2000 19:01:32 -0400
68781              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
68782      Branch: perl
68783            ! utils/h2xs.PL
68784 ____________________________________________________________________________
68785 [  7418] By: jhi                                   on 2000/10/24  13:26:04
68786         Log: Replace #7409 with
68787              
68788              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
68789              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
68790              Date: Mon, 23 Oct 2000 20:08:56 +0200
68791              Message-ID: <20001023200855.A14850@nice.ram.loc>
68792      Branch: perl
68793            ! ext/Storable/Storable.pm t/lib/st-lock.t
68794 ____________________________________________________________________________
68795 [  7417] By: jhi                                   on 2000/10/24  13:17:52
68796         Log: Run vms/vms_yfix.pl, should have done that after changing
68797              perly.c in #7382.
68798      Branch: perl
68799            ! vms/perly_c.vms vms/perly_h.vms
68800 ____________________________________________________________________________
68801 [  7416] By: jhi                                   on 2000/10/24  02:55:33
68802         Log: Make the UTF-8 decoding stricter and more verbose when
68803              malformation happens.  This involved adding an argument
68804              to utf8_to_uv_chk(), which involved changing its prototype,
68805              and prefer STRLEN over I32 for the UTF-8 length, which as
68806              a domino effect necessitated changing the prototypes of
68807              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
68808              The stricter UTF-8 decoding checking uses Markus Kuhn's
68809              UTF-8 Decode Stress Tester from
68810              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
68811      Branch: perl
68812            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
68813            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
68814            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
68815            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
68816 ____________________________________________________________________________
68817 [  7415] By: jhi                                   on 2000/10/23  14:06:06
68818         Log: Update Changes.
68819      Branch: perl
68820            ! Changes patchlevel.h
68821 ____________________________________________________________________________
68822 [  7414] By: jhi                                   on 2000/10/23  12:39:52
68823         Log: Undo the basename() part of #7412 since the lib/basename
68824              tests would need upgrading too.
68825      Branch: perl
68826            ! lib/File/Basename.pm
68827 ____________________________________________________________________________
68828 [  7413] By: jhi                                   on 2000/10/23  12:19:27
68829         Log: Document PERL_INSTALL_ROOT of #7210.
68830      Branch: perl
68831            ! lib/ExtUtils/Install.pm
68832 ____________________________________________________________________________
68833 [  7412] By: jhi                                   on 2000/10/23  12:16:47
68834         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
68835      Branch: perl
68836            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
68837            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
68838 ____________________________________________________________________________
68839 [  7411] By: jhi                                   on 2000/10/23  12:07:41
68840         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
68841              From: Prymmer/Kahn <pvhp@best.com>
68842              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
68843              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
68844      Branch: perl
68845            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
68846 ____________________________________________________________________________
68847 [  7410] By: jhi                                   on 2000/10/23  04:10:11
68848         Log: The change #7187 was not so good on VMS.
68849              
68850              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
68851              From: "Craig A. Berry" <craig.berry@psinetcs.com>
68852              Date: Sun, 22 Oct 2000 23:03:08 -0500
68853              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
68854      Branch: perl
68855            ! utils/perldoc.PL
68856 ____________________________________________________________________________
68857 [  7409] By: jhi                                   on 2000/10/23  03:57:36
68858         Log: Avoid Storable locking on DJGPP for now.
68859              
68860              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
68861              From: "Peter J. Farley III" <pjfarley@banet.net>
68862              Date: Sun, 22 Oct 2000 20:00:00 -0400
68863              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
68864      Branch: perl
68865            ! ext/Storable/Storable.pm t/lib/st-lock.t
68866 ____________________________________________________________________________
68867 [  7408] By: jhi                                   on 2000/10/23  03:50:24
68868         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
68869              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
68870              Date: Sun, 22 Oct 2000 21:12:22 -0400
68871              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
68872      Branch: perl
68873            ! lib/vars.pm
68874 ____________________________________________________________________________
68875 [  7407] By: jhi                                   on 2000/10/23  03:43:12
68876         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
68877              From: Hugo <hv@crypt.compulink.co.uk>
68878              Date: Mon, 23 Oct 2000 00:47:22 +0100
68879              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
68880      Branch: perl
68881            ! regexec.c t/op/pat.t
68882 ____________________________________________________________________________
68883 [  7406] By: jhi                                   on 2000/10/23  03:40:29
68884         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
68885      Branch: perl
68886            ! lib/ExtUtils/MakeMaker.pm
68887 ____________________________________________________________________________
68888 [  7405] By: jhi                                   on 2000/10/22  21:32:00
68889         Log: Doc patch.
68890              
68891              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
68892              From: rspier@pobox.com (Robert Spier)
68893              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
68894              Message-ID: <14835.16112.13457.447971@rls.cx>
68895      Branch: perl
68896            ! lib/strict.pm
68897 ____________________________________________________________________________
68898 [  7404] By: jhi                                   on 2000/10/22  21:30:51
68899         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
68900              From: rspier@pobox.com (Robert Spier)
68901              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
68902              Message-ID: <14835.17223.72448.705566@rls.cx>
68903      Branch: perl
68904            ! lib/ExtUtils/MakeMaker.pm
68905 ____________________________________________________________________________
68906 [  7403] By: jhi                                   on 2000/10/22  21:24:11
68907         Log: Subject: [PATCH bleadperl] ripples from constsub patch
68908              From: John Tobey <jtobey@john-edwin-tobey.org>
68909              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
68910              Message-Id: <m13nSOB-000FObC@feynman.localnet>
68911      Branch: perl
68912            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
68913 ____________________________________________________________________________
68914 [  7402] By: jhi                                   on 2000/10/22  20:59:35
68915         Log: Support s?printf parameter reordering.
68916      Branch: perl
68917            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
68918 ____________________________________________________________________________
68919 [  7401] By: jhi                                   on 2000/10/22  19:19:14
68920         Log: Expand %Config variables only if explicitly so requested
68921              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
68922              
68923              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
68924              From: Gurusamy Sarathy <gsar@ActiveState.com>
68925              Date: Sun, 22 Oct 2000 11:47:32 -0700
68926              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
68927      Branch: perl
68928            ! Makefile.SH lib/lib_pm.PL
68929 ____________________________________________________________________________
68930 [  7400] By: jhi                                   on 2000/10/22  18:24:10
68931         Log: Move the #7390 test from warn/op to comp/redef.
68932              
68933              Subject: Re: Creating const subs for constants.
68934              From: John Tobey <jtobey@john-edwin-tobey.org>
68935              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
68936              Message-Id: <m13nG72-000FObC@feynman.localnet>               
68937      Branch: perl
68938            ! t/comp/redef.t t/pragma/warn/op
68939 ____________________________________________________________________________
68940 [  7399] By: jhi                                   on 2000/10/22  17:49:59
68941         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
68942              From: Nicholas Clark <nick@ccl4.org>
68943              Date: Sat, 21 Oct 2000 22:23:19 +0100
68944              Message-ID: <20001021222319.B45586@plum.flirble.org>
68945      Branch: perl
68946            ! ext/DynaLoader/DynaLoader_pm.PL
68947 ____________________________________________________________________________
68948 [  7398] By: jhi                                   on 2000/10/22  17:47:35
68949         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
68950              From: Hugo <hv@crypt.compulink.co.uk>
68951              Date: Sat, 21 Oct 2000 18:19:59 +0100
68952              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
68953      Branch: perl
68954            ! ext/B/B.pm ext/B/B/C.pm
68955 ____________________________________________________________________________
68956 [  7397] By: jhi                                   on 2000/10/22  17:35:18
68957         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
68958              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
68959              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
68960              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
68961      Branch: perl
68962            ! hints/openbsd.sh
68963 ____________________________________________________________________________
68964 [  7396] By: jhi                                   on 2000/10/22  17:19:46
68965         Log: Subject: installman go-faster stripes
68966              From: Nicholas Clark <nick@talking.bollo.cx>
68967              Date: Sat, 21 Oct 2000 17:24:53 +0100
68968              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
68969              
68970              Subject: Re: installman go-faster stripes
68971              From: Russ Allbery <rra@stanford.edu>
68972              Date: 21 Oct 2000 11:04:13 -0700
68973              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
68974      Branch: perl
68975            ! installman pod/pod2man.PL
68976 ____________________________________________________________________________
68977 [  7395] By: jhi                                   on 2000/10/22  17:17:35
68978         Log: Hints tweak from Anton Berezin.
68979      Branch: perl
68980            ! hints/freebsd.sh
68981 ____________________________________________________________________________
68982 [  7394] By: jhi                                   on 2000/10/22  04:50:04
68983         Log: Tweak the Is* definitions of Unicode character classes
68984              to better match the official categorizations; embrace
68985              the official categorizations; add the combining marks
68986              as alpha (and -numeric); fix DCinital (a typo and edito)
68987              to be DCmedial.
68988      Branch: perl
68989            + lib/unicode/Is/DCmedial.pl
68990            - lib/unicode/Is/DCinital.pl
68991            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
68992            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
68993            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
68994            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
68995 ____________________________________________________________________________
68996 [  7393] By: jhi                                   on 2000/10/21  18:06:05
68997         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
68998              From: Daniel Chetlin <daniel@chetlin.com>
68999              Date: Sat, 21 Oct 2000 02:57:03 -0700
69000              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
69001      Branch: perl
69002            + t/lib/tie-splice.t
69003            ! MANIFEST lib/Tie/Array.pm
69004 ____________________________________________________________________________
69005 [  7392] By: gsar                                  on 2000/10/21  18:05:15
69006         Log: resync utfperl branch with mainline
69007      Branch: utfperl
69008           !> (integrate 1760 files)
69009 ____________________________________________________________________________
69010 [  7391] By: jhi                                   on 2000/10/21  14:37:49
69011         Log: Testcases for a #7383,#7385 related bug.
69012              
69013              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
69014              From: Nicholas Clark <nick@ccl4.org>
69015              Date: Sat, 21 Oct 2000 15:04:51 +0100
69016              Message-ID: <20001021150451.A51566@plum.flirble.org>
69017      Branch: perl
69018            ! t/pragma/utf8.t
69019 ____________________________________________________________________________
69020 [  7390] By: jhi                                   on 2000/10/21  14:35:57
69021         Log: Add a testcase for #7389.
69022      Branch: perl
69023            ! t/pragma/warn/op
69024 ____________________________________________________________________________
69025 [  7389] By: jhi                                   on 2000/10/21  14:26:45
69026         Log: Subject: Re: Creating const subs for constants.
69027              From: John Tobey <jtobey@john-edwin-tobey.org>
69028              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
69029              Message-Id: <m13mo0N-000FObC@feynman.localnet>
69030      Branch: perl
69031            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
69032            ! proto.h sv.c
69033 ____________________________________________________________________________
69034 [  7388] By: nick                                  on 2000/10/21  11:44:23
69035         Log: Populate perlio branch
69036      Branch: perlio
69037           +> (branch 1760 files)
69038 ____________________________________________________________________________
69039 [  7387] By: nick                                  on 2000/10/21  10:52:05
69040         Log: Get branch back as replica of mainline via :
69041              p4 integrate -b utfperl
69042              p4 resolve -at ./...
69043      Branch: utfperl
69044           +> (branch 269 files)
69045            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
69046            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
69047            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
69048            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
69049            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
69050            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
69051            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
69052            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
69053            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
69054            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
69055            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
69056            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
69057            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
69058            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
69059            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
69060            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
69061            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
69062            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
69063            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
69064            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
69065            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
69066            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
69067            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
69068            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
69069            - lib/unicode/UCD300.html lib/unicode/Unicode.300
69070            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
69071            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
69072            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
69073            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
69074           !> (integrate 965 files)
69075 ____________________________________________________________________________
69076 [  7386] By: jhi                                   on 2000/10/21  01:31:12
69077         Log: Update Changes.
69078      Branch: perl
69079            ! Changes patchlevel.h
69080 ____________________________________________________________________________
69081 [  7385] By: jhi                                   on 2000/10/21  01:28:42
69082         Log: The #7383 was right only in the context of the original bug report,
69083              not in more general case.
69084      Branch: perl
69085            ! pp_hot.c
69086 ____________________________________________________________________________
69087 [  7384] By: jhi                                   on 2000/10/21  01:08:23
69088         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
69089      Branch: perl
69090            ! ext/IO/lib/IO/Select.pm
69091 ____________________________________________________________________________
69092 [  7383] By: jhi                                   on 2000/10/21  00:44:18
69093         Log: Fix for ID 20001020.006, concatenating an unset submatch
69094              with utf8 resulted in "Modification of a read-only value".
69095      Branch: perl
69096            ! pp_hot.c t/pragma/utf8.t
69097 ____________________________________________________________________________
69098 [  7382] By: jhi                                   on 2000/10/20  20:44:31
69099         Log: Make scan_num() reëntrant, as suggested in
69100              
69101              Subject: [PATCH perl@7229] Rentrant parser and yylex()
69102              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69103              Date: Fri, 20 Oct 2000 14:17:27 +0100
69104              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
69105      Branch: perl
69106            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
69107            ! toke.c
69108 ____________________________________________________________________________
69109 [  7381] By: jhi                                   on 2000/10/20  20:07:29
69110         Log: Reëntrancy fix.
69111              
69112              Subject: [PATCH perl@7229] Rentrant parser and yylex()
69113              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69114              Date: Fri, 20 Oct 2000 14:17:27 +0100
69115              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
69116      Branch: perl
69117            ! embed.h embed.pl perl.h proto.h toke.c
69118 ____________________________________________________________________________
69119 [  7380] By: jhi                                   on 2000/10/20  19:15:54
69120         Log: Don't write double values through long double pointers,
69121              based on a part of
69122              
69123              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
69124              From: Jens Hamisch <jens@Strawberry.COM>
69125              Date: Tue, 17 Oct 2000 08:39:36 +0200
69126              Message-Id: <20001017083936.A11104@Strawberry.COM>
69127      Branch: perl
69128            ! perl.h pp.c
69129 ____________________________________________________________________________
69130 [  7379] By: jhi                                   on 2000/10/20  18:43:37
69131         Log: Portability tweak on #7377.
69132              
69133              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
69134              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
69135              Date:     Fri, 20 Oct 2000 13:13:41 EDT
69136              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
69137      Branch: perl
69138            ! t/lib/dprof.t
69139 ____________________________________________________________________________
69140 [  7378] By: jhi                                   on 2000/10/20  12:57:19
69141         Log: SOCKS function redefinitions need prototypes, too, otherwise
69142              for example 32 bit versus 64 bit differences cause a lot of
69143              problems.  Part of
69144              
69145              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
69146              From: Jens Hamisch <jens@Strawberry.COM>
69147              Date: Tue, 17 Oct 2000 08:39:36 +0200
69148              Message-Id: <20001017083936.A11104@Strawberry.COM>
69149      Branch: perl
69150            ! doio.c pp_sys.c
69151 ____________________________________________________________________________
69152 [  7377] By: jhi                                   on 2000/10/20  12:37:12
69153         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
69154              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
69155              Date:     Fri, 20 Oct 2000 08:26:04 EDT
69156              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
69157      Branch: perl
69158            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
69159 ____________________________________________________________________________
69160 [  7376] By: jhi                                   on 2000/10/20  12:35:31
69161         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
69162              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
69163              Date:     Fri, 20 Oct 2000 07:48:15 EDT
69164              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
69165      Branch: perl
69166            ! configure.com vms/gen_shrfls.pl
69167 ____________________________________________________________________________
69168 [  7375] By: bailey                                on 2000/10/20  04:44:37
69169         Log: SYN SYN
69170      Branch: vmsperl
69171           +> (branch 134 files)
69172            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
69173            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
69174            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
69175            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
69176            - eg/cgi/frameset.cgi eg/cgi/index.html
69177            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
69178            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
69179            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
69180            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
69181            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
69182            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
69183            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
69184            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
69185            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
69186            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
69187            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
69188            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
69189            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
69190            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
69191            - lib/unicode/Props.txt lib/unicode/UCD300.html
69192            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
69193            - utils/perlbc.PL vms/subconfigure.com
69194           !> (integrate 785 files)
69195 ____________________________________________________________________________
69196 [  7374] By: jhi                                   on 2000/10/20  00:59:48
69197         Log: In the latest compiler builds cccdlflags must not become -fpic,
69198              from Wilfredo Sánchez.
69199      Branch: perl
69200            ! hints/darwin.sh
69201 ____________________________________________________________________________
69202 [  7373] By: jhi                                   on 2000/10/20  00:56:35
69203         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
69204              From: Tony Cook <tony@develop-help.com>
69205              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
69206              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
69207      Branch: perl
69208            ! pod/perlop.pod
69209 ____________________________________________________________________________
69210 [  7372] By: jhi                                   on 2000/10/19  19:34:40
69211         Log: Typo noted by Mark Lutz.
69212      Branch: perl
69213            ! t/op/64bitint.t
69214 ____________________________________________________________________________
69215 [  7371] By: jhi                                   on 2000/10/19  19:33:13
69216         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
69217      Branch: metaconfig
69218            ! U/modified/Cppsym.U U/modified/Oldconfig.U
69219      Branch: metaconfig/U/perl
69220            ! End.U dlsrc.U libperl.U
69221      Branch: perl
69222            + hints/nonstopux.sh
69223            ! Configure MANIFEST config_h.SH
69224 ____________________________________________________________________________
69225 [  7370] By: jhi                                   on 2000/10/19  17:18:08
69226         Log: Subject: PATCH do_print has 2 PerlIO_error()s
69227              From: nick@ccl4.org
69228              Date: Thu, 19 Oct 2000 18:09:20 +0100
69229              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
69230      Branch: perl
69231            ! doio.c
69232 ____________________________________________________________________________
69233 [  7369] By: jhi                                   on 2000/10/19  14:01:49
69234         Log: Update Changes.
69235      Branch: perl
69236            ! Changes patchlevel.h
69237 ____________________________________________________________________________
69238 [  7368] By: jhi                                   on 2000/10/19  13:04:29
69239         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
69240              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69241              Date: Wed, 18 Oct 2000 13:12:01 +0200
69242              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
69243      Branch: perl
69244            ! hints/aix.sh
69245 ____________________________________________________________________________
69246 [  7367] By: jhi                                   on 2000/10/19  02:22:40
69247         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
69248              of a 'pmshort' anywhere in the B, so the offending line was simply
69249              removed.
69250      Branch: perl
69251            ! ext/B/B/Debug.pm
69252 ____________________________________________________________________________
69253 [  7366] By: jhi                                   on 2000/10/19  02:12:37
69254         Log: Add the test case for the bug id 20000730.004 which seems
69255              to have been fixed by now.
69256      Branch: perl
69257            ! t/pragma/utf8.t
69258 ____________________________________________________________________________
69259 [  7365] By: jhi                                   on 2000/10/18  23:36:24
69260         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
69261              From: Hugo <hv@crypt.compulink.co.uk>
69262              Date: Wed, 18 Oct 2000 23:25:58 +0100
69263              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
69264      Branch: perl
69265            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
69266 ____________________________________________________________________________
69267 [  7364] By: jhi                                   on 2000/10/18  21:12:53
69268         Log: (retracted)
69269      Branch: perl
69270            ! pp.c
69271 ____________________________________________________________________________
69272 [  7363] By: jhi                                   on 2000/10/18  20:55:38
69273         Log: Missing change from #7362.
69274      Branch: perl
69275            ! win32/perlhost.h
69276 ____________________________________________________________________________
69277 [  7362] By: jhi                                   on 2000/10/18  20:52:01
69278         Log: Borland C fstat() never saw the fd as writable.
69279              
69280              Subject: fix for Borland's weak "stat" (perl@7211)
69281              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
69282              Date: Mon, 16 Oct 2000 09:55:03 +0400
69283              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
69284      Branch: perl
69285            ! win32/win32.c
69286 ____________________________________________________________________________
69287 [  7361] By: jhi                                   on 2000/10/18  17:43:50
69288         Log: Regen toc.
69289      Branch: perl
69290            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
69291 ____________________________________________________________________________
69292 [  7360] By: jhi                                   on 2000/10/18  17:07:44
69293         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69294              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
69295              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
69296              Date: Mon, 16 Oct 2000 15:19:49 +0200
69297      Branch: perl
69298            + README.aix
69299            ! MANIFEST
69300 ____________________________________________________________________________
69301 [  7359] By: jhi                                   on 2000/10/18  17:04:49
69302         Log: Subject: Pod patch for Devel::Peek
69303              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69304              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
69305              Date: Mon, 16 Oct 2000 12:26:34 +0200
69306      Branch: perl
69307            ! ext/Devel/Peek/Peek.pm
69308 ____________________________________________________________________________
69309 [  7358] By: jhi                                   on 2000/10/18  17:03:15
69310         Log: Make Cwd more bulletproof in chrooted environments.
69311              
69312              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
69313              From: "Eric E. Coe" <Eric.Coe@oracle.com>
69314              Date: Wed, 18 Oct 2000 04:03:54 -0400
69315              Message-Id: <39ED596A.70E599FE@oracle.com>
69316      Branch: perl
69317            ! lib/Cwd.pm
69318 ____________________________________________________________________________
69319 [  7357] By: jhi                                   on 2000/10/18  16:37:26
69320         Log: Disable the UTF8 downgrade croakage for now to avoid
69321              too many not okay messages.
69322      Branch: perl
69323            ! doio.c
69324 ____________________________________________________________________________
69325 [  7356] By: jhi                                   on 2000/10/17  23:29:41
69326         Log: Show the failed remote port, instead of the failing line number.
69327              
69328              Subject: [PATCH 5.6.1 Debugger] More diagnostics
69329              From: David Sparks <daves@ActiveState.com>
69330              Date: Tue, 17 Oct 2000 15:00:24 -0700
69331              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
69332      Branch: perl
69333            ! lib/perl5db.pl
69334 ____________________________________________________________________________
69335 [  7355] By: jhi                                   on 2000/10/17  14:11:31
69336         Log: On output try to downgrade to bytes, croak if impossible,
69337              from Simon Cozens.  This means that outputting >255 UTF8
69338              is impossible.  Consider this as a strong incentive to get
69339              the I/O disciplines implemented.
69340      Branch: perl
69341            ! doio.c pod/perldiag.pod sv.c
69342 ____________________________________________________________________________
69343 [  7354] By: jhi                                   on 2000/10/17  13:42:23
69344         Log: Clarify documentation on 'use bytes'.
69345              
69346              Subject: Re: What does 'use bytes' "mean" ?
69347              From: Simon Cozens <simon@cozens.net>
69348              Date: Mon, 18 Sep 2000 18:24:25 +0100
69349              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
69350      Branch: perl
69351            ! lib/bytes.pm
69352 ____________________________________________________________________________
69353 [  7353] By: jhi                                   on 2000/10/17  13:28:12
69354         Log: Workaround for a sfio bug where the stream error indicator
69355              is not cleared as documented.
69356              
69357              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
69358              From: Nicholas Clark <nick@ccl4.org>
69359              Date: Mon, 16 Oct 2000 18:28:23 +0100
69360              Message-ID: <20001016182823.J19700@plum.flirble.org>
69361      Branch: perl
69362            ! doio.c
69363 ____________________________________________________________________________
69364 [  7352] By: jhi                                   on 2000/10/17  13:06:19
69365         Log: More IoTYPE sprinkling.
69366      Branch: perl
69367            ! doio.c pp_hot.c
69368 ____________________________________________________________________________
69369 [  7351] By: jhi                                   on 2000/10/16  22:47:07
69370         Log: Detect early whether the std streams have gone bad.
69371              
69372              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
69373              Date: Mon, 16 Oct 2000 23:28:42 +0100
69374              From: Nicholas Clark <nick@ccl4.org>
69375              Message-ID: <20001016232842.A37942@plum.flirble.org>
69376      Branch: perl
69377            ! t/op/misc.t
69378 ____________________________________________________________________________
69379 [  7350] By: jhi                                   on 2000/10/16  22:45:16
69380         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
69381              From: "Peter J. Farley III" <pjfarley@banet.net>
69382              Date: Mon, 16 Oct 2000 18:15:59 -0400
69383              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
69384      Branch: perl
69385            ! djgpp/djgpp.c dosish.h t/io/open.t
69386 ____________________________________________________________________________
69387 [  7349] By: jhi                                   on 2000/10/16  22:36:45
69388         Log: perldelta tweak.
69389      Branch: perl
69390            ! pod/perldelta.pod
69391 ____________________________________________________________________________
69392 [  7348] By: jhi                                   on 2000/10/16  15:17:53
69393         Log: Update Changes.
69394      Branch: perl
69395            ! Changes patchlevel.h
69396 ____________________________________________________________________________
69397 [  7347] By: jhi                                   on 2000/10/16  13:55:27
69398         Log: Add the capability to include/exclude branches.
69399      Branch: perl
69400            ! Porting/genlog
69401 ____________________________________________________________________________
69402 [  7346] By: jhi                                   on 2000/10/16  13:18:04
69403         Log: Add Charles Lane.
69404      Branch: perl
69405            ! AUTHORS Changes
69406 ____________________________________________________________________________
69407 [  7345] By: jhi                                   on 2000/10/16  13:13:21
69408         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
69409      Branch: perl
69410            ! pod/perldelta.pod
69411 ____________________________________________________________________________
69412 [  7344] By: gsar                                  on 2000/10/16  09:30:21
69413         Log: integrate change#6220 from cfgperl
69414              
69415              Win32 patches from Benjamin Stuhl.
69416      Branch: maint-5.6/perl
69417           !> makedef.pl win32/win32.h
69418 ____________________________________________________________________________
69419 [  7343] By: gsar                                  on 2000/10/16  08:32:19
69420         Log: integrate changes#6221,6222 from cfgperl
69421              
69422              Remove tr///CU (the feature is to be obsoleted by better interfaces).
69423              From: simon@brecon.co.uk (Simon Cozens)
69424              Subject: [PATCH] Eliminate tr///[CU][CU]
69425              Date: 23 Jun 2000 11:05:40 GMT
69426              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
69427              
69428              doc typo fix
69429              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
69430              From: Ian Phillipps <Ian.Phillipps@iname.com>
69431              Date: Fri, 23 Jun 2000 10:40:58 +0100
69432              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
69433      Branch: maint-5.6/perl
69434           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
69435 ____________________________________________________________________________
69436 [  7342] By: gsar                                  on 2000/10/16  08:28:08
69437         Log: integrate change#6217 from cfgperl (in part)
69438              
69439              Rename the fdpid locking and integrate with Sarathy.
69440      Branch: maint-5.6/perl
69441           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
69442           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
69443           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
69444           !> win32/win32.c
69445 ____________________________________________________________________________
69446 [  7341] By: gsar                                  on 2000/10/16  08:23:39
69447         Log: integrate changes#6214..6216 from mainline
69448              
69449              @_ can't have junk in it even in the non-USE_ITHREADS case because
69450              caller() wants to populate @DB::args with it (causes a coredump
69451              in Carp::confess())
69452              
69453              tweak comment about @DB::args
69454              
69455              be more optimal about clearing @_
69456      Branch: maint-5.6/perl
69457           !> av.h cop.h pp_ctl.c t/op/runlevel.t
69458 ____________________________________________________________________________
69459 [  7340] By: gsar                                  on 2000/10/16  08:20:37
69460         Log: integrate changes#6207..6210 from cfgperl
69461              
69462              Subject: [PATCH 5.6.0] Threadsafe patches
69463              From: Dan Sugalski <dan@sidhe.org>
69464              To: perl5-porters@perl.org
69465              Date: Mon, 08 May 2000 18:08:13 -0400
69466              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
69467              
69468              Regen headers for #6207.
69469              
69470              Lock PL_fdpid against race conditions, based on:
69471              Subject: [PATCH 5.6.0]subprocess fixup for threads
69472              From: Dan Sugalski <dan@sidhe.org>
69473              To: perl5-porters@perl.org
69474              Date: Tue, 11 Apr 2000 17:02:32 -0400
69475              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
69476              
69477              Mopup for #6207 and #6209.
69478      Branch: maint-5.6/perl
69479           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
69480           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
69481           !> win32/win32.c
69482 ____________________________________________________________________________
69483 [  7339] By: gsar                                  on 2000/10/16  08:14:34
69484         Log: integrate change#6203 from cfgperl
69485              
69486              perldiag should refer to perlos2.pod not README.os2
69487      Branch: maint-5.6/perl
69488           !> pod/perldiag.pod
69489 ____________________________________________________________________________
69490 [  7338] By: gsar                                  on 2000/10/16  08:11:42
69491         Log: integrate change#6201 from mainline
69492              
69493              Perl_eval_pv() leaks 4 bytes every time it is called because it
69494              does a PUSHMARK that's never ever POPMARKed; in general, only
69495              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
69496              Perl_eval_[sp]v() don't because they don't take any incoming
69497              arguments (this leak has been around since the original version
69498              of perl_eval_pv() in 5.003_97e)
69499      Branch: maint-5.6/perl
69500           !> perl.c
69501 ____________________________________________________________________________
69502 [  7337] By: gsar                                  on 2000/10/16  08:08:47
69503         Log: integrate changes#6197..6200 from cfgperl
69504              
69505              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
69506              From: John Borwick <jhborwic@unity.ncsu.edu>
69507              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
69508              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
69509              
69510              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
69511              From: Dan Sugalski <dan@sidhe.org>
69512              To: vmsperl@perl.org, perl5-porters@perl.org
69513              Date: Fri, 02 Jun 2000 16:00:41 -0400
69514              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
69515              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
69516              
69517              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
69518              From: Dan Sugalski <dan@sidhe.org>
69519              To: perl5-porters@perl.org, vmsperl@perl.org
69520              Date: Fri, 02 Jun 2000 17:30:51 -0400
69521              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
69522              
69523              Update to cperl-mode.el 4.31 from
69524              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
69525              Subject: A couple of notes
69526              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69527              To: Mailing list Perl5 <perl5-porters@perl.org>
69528              Date: Sat, 3 Jun 2000 23:33:32 -0400
69529              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
69530      Branch: maint-5.6/perl
69531           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
69532           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
69533           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
69534           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
69535           !> vms/vmsish.h
69536 ____________________________________________________________________________
69537 [  7336] By: gsar                                  on 2000/10/16  08:03:46
69538         Log: integrate changes#6194,6195 from mainline
69539              
69540              fix small eval"" memory leaks under USE_ITHREADS
69541              
69542              fix yet another eval"" leak under USE_ITHREADS
69543      Branch: maint-5.6/perl
69544           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
69545           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
69546           !> vms/perly_c.vms
69547 ____________________________________________________________________________
69548 [  7335] By: gsar                                  on 2000/10/16  08:02:15
69549         Log: integrate changes#6190,6191 from mainline
69550              
69551              submit missing embed.pl change
69552              
69553              vec() loses numericalness (modified version of patch suggested
69554              by Robin Barker)
69555      Branch: maint-5.6/perl
69556           !> doop.c embed.pl t/op/vec.t
69557 ____________________________________________________________________________
69558 [  7334] By: gsar                                  on 2000/10/16  08:01:03
69559         Log: integrate change#6189 from mainline
69560              
69561              counting tr/// corrupts later operation (from M.J.T Guy)
69562      Branch: maint-5.6/perl
69563           !> doop.c t/op/tr.t
69564 ____________________________________________________________________________
69565 [  7333] By: gsar                                  on 2000/10/16  07:59:07
69566         Log: integrate changes#6183..6188 from mainline
69567              
69568              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
69569              <nick@ccl4.org>)
69570              
69571              tweak for change#6127
69572              
69573              remove incorrect documentation about implicit split to @_ in
69574              list context, which never really worked in perl 5 (from
69575              M.J.T. Guy)
69576              
69577              further qualify references to "alphanumeric" (from Wolfgang Laun
69578              <wolfgang.laun@alcatel.at>)
69579              
69580              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
69581              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
69582              
69583              h2xs tweaks
69584      Branch: maint-5.6/perl
69585           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
69586           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
69587           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
69588           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
69589           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
69590           !> pod/pod2latex.PL utils/h2xs.PL
69591 ____________________________________________________________________________
69592 [  7332] By: gsar                                  on 2000/10/16  07:53:52
69593         Log: integrate change#6179 from mainline
69594              
69595              buggy modulus on UVs introduced by change#3378 (resulted in
69596              4063328477 % 65535 amounting to 27406, instead of 27407)
69597      Branch: maint-5.6/perl
69598           !> pp.c t/op/arith.t
69599 ____________________________________________________________________________
69600 [  7331] By: gsar                                  on 2000/10/16  07:52:49
69601         Log: integrate changes#6176,6177,6178,6182 from cfgperl
69602              
69603              Single-quoted utf8 patch from Simon Cozens.
69604              
69605              Substitution utf8 patch from Simon Cozens.
69606              
69607              Be cleaner.
69608              
69609              Be Cleaner Part Deux.
69610      Branch: maint-5.6/perl
69611           !> Makefile.SH pp_hot.c toke.c
69612 ____________________________________________________________________________
69613 [  7330] By: gsar                                  on 2000/10/16  07:41:36
69614         Log: integrate change#6172 from mainline
69615              
69616              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
69617              (from Ilya Zakharevich)
69618      Branch: maint-5.6/perl
69619           !> regexec.c t/op/re_tests
69620 ____________________________________________________________________________
69621 [  7329] By: gsar                                  on 2000/10/16  07:40:25
69622         Log: integrate change#6171 from mainline
69623              
69624              scalar() doesn't force scalar context when used in void context
69625              (from Simon Cozens)
69626      Branch: maint-5.6/perl
69627           !> op.c t/op/wantarray.t
69628 ____________________________________________________________________________
69629 [  7328] By: gsar                                  on 2000/10/16  07:39:33
69630         Log: integrate change#6170 from mainline
69631              
69632              change#6142 needs tweaks to tests to work where there's no
69633              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
69634      Branch: maint-5.6/perl
69635           !> t/lib/filefind.t
69636 ____________________________________________________________________________
69637 [  7327] By: gsar                                  on 2000/10/16  07:35:34
69638         Log: integrate changes#6166..6168 from cfgperl
69639              
69640              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
69641              in case somebody wants to write an extension for more
69642              shadow database interfaces.
69643              
69644              tweak todo
69645              
69646              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
69647      Branch: maint-5.6/perl
69648           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
69649           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
69650           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
69651           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
69652           !> win32/config.vc win32/config_H.bc win32/config_H.gc
69653           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
69654 ____________________________________________________________________________
69655 [  7326] By: gsar                                  on 2000/10/16  07:29:05
69656         Log: integrate changes#6157,6159..6161,6164 from cfgperl
69657              
69658              Regen Configure to jive with #6149.
69659              
69660              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
69661              
69662              Changes for the File::Temp 0.08 (change #6159) test suite
69663              to fit better into the Perl distribution test framework.
69664              
69665              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
69666              both from Simon Cozens.
69667              
69668              detypo
69669      Branch: maint-5.6/perl
69670           +> pod/perlmodlib.PL pod/perlnewmod.pod
69671           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
69672           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
69673           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
69674           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
69675 ____________________________________________________________________________
69676 [  7325] By: gsar                                  on 2000/10/16  07:25:13
69677         Log: integrate change#6158 from vmsperl
69678              
69679              Add fallback to tmpfile for use in cases where user's relying on
69680              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
69681              Lane's patch)
69682      Branch: maint-5.6/perl
69683           !> vms/vms.c vms/vmsish.h
69684 ____________________________________________________________________________
69685 [  7324] By: gsar                                  on 2000/10/16  07:20:50
69686         Log: integrate changes#6153..6155 from mainline
69687              
69688              prettier Test::Harness output on failed tests (from Nicholas Clark
69689              <nick@Bagpuss.uk.boo.com>)
69690              
69691              avoid type mismatch warning
69692              
69693              small bug in change#6144; remove random \xA0 character that snuck
69694              in via change#6145
69695      Branch: maint-5.6/perl
69696           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
69697           !> perl.c
69698 ____________________________________________________________________________
69699 [  7323] By: gsar                                  on 2000/10/16  07:18:47
69700         Log: integrate changes#6151,6152 from mainline
69701              
69702              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
69703              
69704              cosmetic fixups of RE debug output (from Ilya Zakharevich)
69705      Branch: maint-5.6/perl
69706           !> regexec.c
69707 ____________________________________________________________________________
69708 [  7322] By: gsar                                  on 2000/10/16  07:17:25
69709         Log: integrate changes#6146..6150 from mainline
69710              
69711              doc typo
69712              
69713              add a make entry to Config.pm so "perl -V:make" works on VMS
69714              (from Peter Prymmer)
69715              
69716              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
69717              
69718              OS/2 tweaks for usethreads build (from Rocco Caputo
69719              <troc@netrus.net>)
69720              
69721              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
69722      Branch: maint-5.6/perl
69723           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
69724           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
69725           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
69726           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
69727           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
69728           !> warnings.pl x2p/a2p.h
69729 ____________________________________________________________________________
69730 [  7321] By: gsar                                  on 2000/10/16  07:14:02
69731         Log: integrate changes#6143..6145 from mainline
69732              
69733              MacOS support, part 1 (from Matthias Neeracher
69734              <neeri@iis.ee.ethz.ch>)
69735              
69736              MacOS support, part 2: make AutoSplit use File::Spec instead
69737              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
69738              <neeri@iis.ee.ethz.ch>)
69739              
69740              make xsubpp skip embedded pod (from Matthias Neeracher
69741              <neeri@iis.ee.ethz.ch>)
69742      Branch: maint-5.6/perl
69743           +> ext/DynaLoader/dl_mac.xs
69744           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
69745           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
69746           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
69747           !> pp_ctl.c proto.h toke.c util.c util.h
69748 ____________________________________________________________________________
69749 [  7320] By: gsar                                  on 2000/10/16  07:12:13
69750         Log: integrate changes#6141,6142 from mainline
69751              
69752              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
69753              forwarded by Peter Seebach from the bsdi-users mailing list.
69754              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
69755              
69756              File::Find fails to chdir when chasing symlinks (from
69757              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
69758      Branch: maint-5.6/perl
69759           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
69760 ____________________________________________________________________________
69761 [  7319] By: gsar                                  on 2000/10/16  07:04:30
69762         Log: integrate change#6139 from mainline
69763              
69764              revise mktables.PL for bugs and newness in Unicode 3.0
69765              (from James Bence <jbence@amgen.com>)
69766      Branch: maint-5.6/perl
69767           +> (branch 30 files)
69768           !> (integrate 49 files)
69769 ____________________________________________________________________________
69770 [  7318] By: gsar                                  on 2000/10/16  07:01:01
69771         Log: integrate changes#6137,6138 from mainline
69772              
69773              fix bogus redeclaration warning for "our" variables in different
69774              scopes
69775              
69776              add note about the handling of negative indices to tied arrays
69777              (from Michael G Schwern <schwern@pobox.com>)
69778      Branch: maint-5.6/perl
69779           !> op.c pod/perltie.pod t/pragma/strict-vars
69780 ____________________________________________________________________________
69781 [  7317] By: gsar                                  on 2000/10/16  06:58:46
69782         Log: integrate changes#6127..6136 from mainline
69783              
69784              call_method(...,G_EVAL) can longjmp() out if the method probing
69785              failed (from Gisle Aas)
69786              
69787              new perlxstut example for passing/returning refs to arrays
69788              (from David Lowe <dlowe@pootpoot.com>)
69789              
69790              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
69791              
69792              fix places that mean C<"word" character> but say C<alphanumeric
69793              character>
69794              
69795              avoid warnings in POSIX.pm (from Barrie Slaymaker)
69796              
69797              warnings::enabled() doesn't fall back to looking at $^W if
69798              caller isn't using lexical warnings (from Paul Marquess)
69799              
69800              elide bogus test in change#6132
69801              
69802              make Test::Harness use wait.h/WCOREDUMP if available
69803              (from Ben Tilly <ben_tilly@hotmail.com>)
69804              
69805              enable Test::Harness to dynamically determine column width etc.
69806              (from Rob Napier <rnapier@employees.org>)
69807              
69808              random pod typos (from Peter Scott <Peter@PSDT.com>)
69809      Branch: maint-5.6/perl
69810           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
69811           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
69812           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
69813           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
69814 ____________________________________________________________________________
69815 [  7316] By: gsar                                  on 2000/10/16  06:53:23
69816         Log: integrate change#6126 from mainline
69817              
69818              change#2879 broke rvalue autovivification of magicals such as
69819              ${$num} (reworked variant of patch suggested by Simon Cozens)
69820      Branch: maint-5.6/perl
69821           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
69822           !> pp_hot.c proto.h t/op/gv.t
69823 ____________________________________________________________________________
69824 [  7315] By: gsar                                  on 2000/10/16  06:51:38
69825         Log: integrate changes#6123,6125 from mainline
69826              
69827              clarify gotcha with #line directives (from Rocco Caputo
69828              <troc@netrus.net>)
69829              
69830              enable propagating exception objects via Perl_croak() in XS code
69831              (from Gisle Aas)
69832      Branch: maint-5.6/perl
69833           !> pod/perldebug.pod pod/perlsyn.pod util.c
69834 ____________________________________________________________________________
69835 [  7314] By: gsar                                  on 2000/10/16  06:49:28
69836         Log: integrate change#6122 from mainline
69837              
69838              downgrade fatal error on C<"foo@nosucharray.com"> to optional
69839              warning (from Mark-Jason Dominus)
69840      Branch: maint-5.6/perl
69841           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
69842           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
69843           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
69844           !> toke.c
69845 ____________________________________________________________________________
69846 [  7313] By: gsar                                  on 2000/10/16  06:46:54
69847         Log: integrate changes#6112..6121 from vmsperl
69848              
69849              Check for existence of file before trying to delete
69850              
69851              Ugly workaround for version-specific RTL error
69852              
69853              Urk -- undo previous removal of vmsish 'exit' change
69854              
69855              Add bounds checking for several strings (Charles Lane)
69856              
69857              Miscellaneous cosmetic fixes (Charles Lane)
69858              
69859              Treat sockets as special in sys(read|write) (Charles Lane et al.)
69860              
69861              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
69862              Flatten case labels in switch statements uniformly (Charles Bailey)
69863              
69864              Quiet error messages in vmsish.t (Charles Lane)
69865              
69866              Add missing escape (Charles Lane)
69867              
69868              Allow eliminate_macros() and fixpath() to handle space-delimited
69869              lists (based on fixes by Craig Berry)
69870      Branch: maint-5.6/perl
69871           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
69872           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
69873           !> vms/vmsish.h
69874 ____________________________________________________________________________
69875 [  7312] By: gsar                                  on 2000/10/16  06:41:18
69876         Log: integrate changes#6107,6110 from cfgperl
69877              
69878              Tweak the todo list.
69879              
69880              todo tweak
69881      Branch: maint-5.6/perl
69882           !> Todo-5.6
69883 ____________________________________________________________________________
69884 [  7311] By: gsar                                  on 2000/10/16  06:38:38
69885         Log: integrate changes#6104,6108 from mainline
69886              
69887              PL_sys_intern was being initialized too late on windows
69888              
69889              reenable fake signal handling on Windows, bugs and all
69890      Branch: maint-5.6/perl
69891           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
69892           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
69893           !> win32/win32.c
69894 ____________________________________________________________________________
69895 [  7310] By: gsar                                  on 2000/10/16  06:36:03
69896         Log: integrate changes#6095,6097..6103 from cfgperl
69897              
69898              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
69899              might be useful in future.
69900              
69901              Add a note about possible compilation problems from Allen Smith.
69902              
69903              Add a note about other, yet unsupported, shadow password APIs.
69904              
69905              Tweaks for the cc bugs from Allen Smith.
69906              
69907              More compilation tweakery from Allen Smith.
69908              
69909              Hints and test tweaks for Unicos.
69910              
69911              The test suite tweak in #6101 wasn't quite right.
69912              
69913              Test tweaking for Unicos continues.
69914      Branch: maint-5.6/perl
69915           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
69916           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
69917           !> t/lib/complex.t t/op/64bitint.t
69918 ____________________________________________________________________________
69919 [  7309] By: gsar                                  on 2000/10/16  06:29:41
69920         Log: integrate changes#6093,6094 from mainline
69921              
69922              fork() failure to create pseudo process sets errno=EAGAIN and returns
69923              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
69924              
69925              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
69926      Branch: maint-5.6/perl
69927           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
69928           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
69929 ____________________________________________________________________________
69930 [  7308] By: gsar                                  on 2000/10/16  06:27:29
69931         Log: integrate change#6092 from cfgperl
69932              
69933              Regen perltoc with the fixed buildtoc.
69934      Branch: maint-5.6/perl
69935           !> pod/perltoc.pod
69936 ____________________________________________________________________________
69937 [  7307] By: gsar                                  on 2000/10/16  06:26:40
69938         Log: integrate changes#6089,6090 from mainline
69939              
69940              buildtoc tweak to fix newline lossage
69941              
69942              concat doesn't preserve utf8-ness, and doesn't invalidate
69943              [NI]OK; added tests for both
69944      Branch: maint-5.6/perl
69945           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
69946 ____________________________________________________________________________
69947 [  7306] By: gsar                                  on 2000/10/16  06:24:05
69948         Log: integrate change#6088 from cfgperl
69949              
69950              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
69951              because we do not use those.  The HAS_GETSPNAM remains,
69952              though, because we still do use that.
69953      Branch: maint-5.6/perl
69954           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
69955           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
69956           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
69957           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
69958           !> win32/config.vc win32/config_H.bc win32/config_H.gc
69959           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
69960 ____________________________________________________________________________
69961 [  7305] By: gsar                                  on 2000/10/16  06:15:52
69962         Log: integrate changes#6084,6085,6087 from mainline
69963              
69964              substr() does not preserve utf8-ness (from Stefan Eissing
69965              <Eissing@medicaldataservice.de>); added tests
69966              
69967              repeat operator (x) doesn't preserve utf8-ness
69968              
69969              reverse() and quotemeta() weren't preserving utf8-ness; add tests
69970      Branch: maint-5.6/perl
69971           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
69972 ____________________________________________________________________________
69973 [  7304] By: gsar                                  on 2000/10/16  06:13:10
69974         Log: integrate changes#6077..6083 from mainline
69975              
69976              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
69977              and Tom Phoenix)
69978              
69979              workaround for CRT bug in chdir() (from Charles Lane, via
69980              Peter Prymmer)
69981              
69982              remove outdated kludge in Carp (NULLs are permitted in diagnostics
69983              now)
69984              
69985              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
69986              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
69987              
69988              better default perlbug categories for ok reports (from Richard Foley)
69989              
69990              peek.t non-portable to ithreads
69991              
69992              note about undocumented caller() return value (from M.J.T. Guy);
69993              yet another peek.t tweak
69994      Branch: maint-5.6/perl
69995           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
69996           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
69997           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
69998           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
69999           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
70000           !> vms/vmsish.h
70001 ____________________________________________________________________________
70002 [  7303] By: gsar                                  on 2000/10/16  06:03:18
70003         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
70004              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
70005              
70006              &HUGE_VAL is not defined, it exists.
70007              
70008              Do not warn that an infinity does not look like a number.
70009              
70010              Rewrite the pwent/spent logic to be a little bit more clearer.
70011              
70012              Continue on the pwent/spent case.
70013              
70014              Correct Freudian slip.
70015              
70016              Use HUGE_VALL if applicable.
70017              
70018              pwent/spent #ifdef imbalance.
70019              
70020              Infinite problems.
70021              
70022              Call getspnam() only iff needd.
70023              
70024              Test both the scalar and list contexts.
70025              
70026              Use setxxent()/endxxent().
70027              
70028              Complex tweakery.
70029              
70030              Unicos hint tweak.
70031              
70032              Be more forgiving in POSIX about HUGE_VALL.
70033              
70034              Detypo.
70035              
70036              The search of infinity continues, this time simplified.
70037              
70038              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
70039              in natively 64-bit platforms where a long is a quad (no need
70040              for long longs).  Also added bias for IVs.
70041              
70042              Complex tweaks.
70043              
70044              Introduce t/lib/peek.t.
70045              
70046              Make the test more portable.
70047      Branch: maint-5.6/perl
70048           +> t/lib/peek.t
70049            ! pp_sys.c
70050           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
70051           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
70052           !> t/op/pwent.t toke.c util.c
70053 ____________________________________________________________________________
70054 [  7302] By: gsar                                  on 2000/10/16  05:03:37
70055         Log: integrate changes#6066..6071 from mainline
70056              
70057              s/END/CHECK/
70058              
70059              replace direct call to sighandler() with (*PL_sighandlerp)()
70060              
70061              note about values()
70062              
70063              File::Spec compatibility update (from Barrie Slaymaker
70064              <barries@slaysys.com>)
70065              
70066              remove misleading comment (from M.J.T. Guy)
70067              
70068              misformatted perllocal.pod (from Tim Jenness
70069              <t.jenness@jach.hawaii.edu>)
70070      Branch: maint-5.6/perl
70071           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
70072           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
70073           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
70074           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
70075 ____________________________________________________________________________
70076 [  7301] By: gsar                                  on 2000/10/16  05:00:08
70077         Log: integrate changes#6061..6063 from mainline
70078              
70079              change#5921 neglected to make eq honor "use bytes"
70080              
70081              additional tests for utf8.t
70082              
70083              tokeq() could read unallocated field in argument
70084      Branch: maint-5.6/perl
70085           !> sv.c t/pragma/utf8.t toke.c
70086 ____________________________________________________________________________
70087 [  7300] By: gsar                                  on 2000/10/16  04:56:54
70088         Log: integrate changes#6046,6048,6057,6058 from mainline
70089              
70090              libscheck has insufficient checks for n32 libs (from
70091              Albert Chin-A-Young <china@thewrittenword.com>)
70092              
70093              add note about how $( doesn't interpolate in REs (from
70094              Philip Newton <newton@ficus.frogspace.net>)
70095              
70096              fix broken parsing of /\x{ab}/
70097              
70098              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
70099              (spotted by Donald Kinzer <dkinzer@premia.com>)
70100      Branch: maint-5.6/perl
70101           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
70102           !> t/pragma/utf8.t
70103 ____________________________________________________________________________
70104 [  7299] By: gsar                                  on 2000/10/16  04:52:50
70105         Log: integrate change#6044 from mainline
70106              
70107              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
70108              such that underscores are only ignored in literal numbers,
70109              "\x{...}", and hex/oct argument
70110      Branch: maint-5.6/perl
70111           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
70112 ____________________________________________________________________________
70113 [  7298] By: gsar                                  on 2000/10/16  04:50:53
70114         Log: integrate changes#6027..6043 from mainline
70115              
70116              podlators-1.02 update (from Russ Allbery)
70117              
70118              Pod::Man generates groff-incompatible macro definition (from
70119              Tom Christiansen)
70120              
70121              add CGI.pm v2.66 (from Lincoln Stein)
70122              
70123              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
70124              for @- and @+ (from Johan Vromans)
70125              
70126              small nits in diagnostics.pm (from Robin Barker)
70127              
70128              whitespace adjustments
70129              
70130              missing files in MANIFEST
70131              
70132              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
70133              to compensate
70134              
70135              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
70136              
70137              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
70138      Branch: maint-5.6/perl
70139           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
70140           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
70141           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
70142           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
70143           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
70144           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
70145           !> t/lib/cgi-html.t t/lib/cgi-request.t
70146 ____________________________________________________________________________
70147 [  7297] By: gsar                                  on 2000/10/16  04:44:30
70148         Log: integrate change#6025 from mainline
70149              
70150              Is{Alnum,Alpha,Word} don't match titlecase
70151              TODO: IsSpace is defined recursively!
70152              (both spotted by Larry)
70153      Branch: maint-5.6/perl
70154           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
70155           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
70156 ____________________________________________________________________________
70157 [  7296] By: gsar                                  on 2000/10/16  04:39:30
70158         Log: integrate change#6023 from mainline
70159              
70160              debugger stomps on $. (from M.J.T. Guy)
70161      Branch: maint-5.6/perl
70162           !> lib/perl5db.pl
70163 ____________________________________________________________________________
70164 [  7295] By: gsar                                  on 2000/10/16  04:38:02
70165         Log: integrate change#6022 from mainline
70166              
70167              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
70168      Branch: maint-5.6/perl
70169           !> sv.c
70170 ____________________________________________________________________________
70171 [  7294] By: gsar                                  on 2000/10/16  04:37:05
70172         Log: integrate changes#6018..6021 from mainline
70173              
70174              make lib/syslog.t portable to systems that don't have _PATH_LOG,
70175              make _PATH_LOG() return "" if unavailable
70176              
70177              windows portability tweaks
70178              
70179              test tweak
70180              
70181              remove Win2K issue in pod (fixed by change#6020)
70182      Branch: maint-5.6/perl
70183           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
70184           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
70185           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
70186 ____________________________________________________________________________
70187 [  7293] By: gsar                                  on 2000/10/16  04:20:00
70188         Log: integrate changes#6013..6015 from mainline
70189              
70190              tweak change#5945 to display correct switch name in diagnostic
70191              
70192              glob() loading File::Glob behind the scenes may cause syntax errors
70193              
70194              tweak test for portability
70195      Branch: maint-5.6/perl
70196           !> op.c perl.c pod/perldiag.pod t/lib/b.t
70197 ____________________________________________________________________________
70198 [  7292] By: gsar                                  on 2000/10/16  04:18:11
70199         Log: integrate changes#6005..6010 from mainline, cfgperl
70200              
70201              perldoc might fail via "use blib" (from Hugo van der Sanden)
70202              
70203              Regen Configure.
70204              
70205              note about compile failures and END blocks (from M.J.T. Guy)
70206              
70207              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
70208              
70209              (change#6009 integrated earlier in change#7255)
70210              
70211              clarify note about shadow password support (from
70212              gellyfish@gellyfish.com)
70213      Branch: maint-5.6/perl
70214           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
70215           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
70216           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
70217 ____________________________________________________________________________
70218 [  7291] By: gsar                                  on 2000/10/16  04:12:03
70219         Log: integrate changes#6002,6003 from mainline
70220              
70221              destructive sv_setsv() can lose UV-ness from source, causing
70222              numeric promotions/comparisons to fail to do the right thing
70223              
70224              allow REG_EXPAND_SZ keys in Windows registry (from
70225              John Clayton <John.Clayton@barclayscapital.com>)
70226      Branch: maint-5.6/perl
70227           !> sv.c win32/win32.c
70228 ____________________________________________________________________________
70229 [  7290] By: gsar                                  on 2000/10/16  04:10:19
70230         Log: integrate change#6001 from mainline
70231              
70232              support additional library locations via $Config{otherlibdirs}
70233              (from Andy Dougherty)
70234      Branch: maint-5.6/perl
70235           !> Configure INSTALL Porting/Glossary Porting/config.sh
70236           !> Porting/config_H config_h.SH epoc/config.sh perl.c
70237           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
70238           !> win32/config.bc win32/config.gc win32/config.vc
70239 ____________________________________________________________________________
70240 [  7289] By: gsar                                  on 2000/10/16  04:08:28
70241         Log: integrate change#5999 from mainline
70242              
70243              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
70244      Branch: maint-5.6/perl
70245           !> t/pragma/warn/toke toke.c
70246 ____________________________________________________________________________
70247 [  7288] By: gsar                                  on 2000/10/16  04:07:01
70248         Log: integrate changes#5997,5998 from cfgperl
70249              
70250              Preserve $!.
70251              
70252              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
70253      Branch: maint-5.6/perl
70254           !> lib/Math/Complex.pm
70255 ____________________________________________________________________________
70256 [  7287] By: gsar                                  on 2000/10/16  04:04:37
70257         Log: integrate change#5995 from mainline
70258              
70259              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
70260      Branch: maint-5.6/perl
70261           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
70262 ____________________________________________________________________________
70263 [  7286] By: gsar                                  on 2000/10/16  04:03:21
70264         Log: integrate change#5994 from mainline
70265              
70266              fix for missed accounting for null byte in pack("Z",...) (from
70267              M.J.T. Guy)
70268      Branch: maint-5.6/perl
70269           !> pp.c t/op/pack.t
70270 ____________________________________________________________________________
70271 [  7285] By: gsar                                  on 2000/10/16  04:02:11
70272         Log: integrate changes#5989..5993 from mainline
70273              
70274              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
70275              itself and no other (from Tom Hughes)
70276              
70277              use $ENV{LIB} to search for libs under Visual C compiler
70278              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
70279              
70280              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
70281              
70282              pod nit (from Simon Cozens)
70283              
70284              various minor tweaks seen on p5p
70285      Branch: maint-5.6/perl
70286           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
70287           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
70288           !> t/op/array.t toke.c
70289 ____________________________________________________________________________
70290 [  7284] By: gsar                                  on 2000/10/16  03:59:00
70291         Log: integrate changes#5978..5988 from mainline
70292              
70293              sync version numbers in File::Spec with the ones on CPAN
70294              (from Barrie Slaymaker)
70295              
70296              under useithreads, constant pad entries could inadvertantly be
70297              shared across threads (from Eric Blood <eblood@xmission.com>);
70298              added Eric's test case to testsuite
70299              
70300              allow Configure -S to run non-interactively (spotted by Greg Hudson
70301              <ghudson@mit.edu>)
70302              
70303              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
70304              prototype mismatch with CORE::glob(); update pod and tests to
70305              suit (File::Glob::glob() is still available for backward
70306              compatibility, but should be considered deprecated)
70307              
70308              avoid error in IO::Socket::INET when given an unknown service name
70309              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
70310              
70311              numeric conversion of non-number in change#3378 tramples on
70312              OOK offset, causing segfaults
70313              
70314              attributes::reftype() doesn't work on tied argument
70315              
70316              forked child may not exit correctly if it failed to open
70317              /dev/console (from Graham Barr)
70318              
70319              add regular expressions tutorial and quick-start guide (from
70320              Mark Kvale <kvale@phy.ucsf.edu>)
70321              
70322              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
70323              
70324              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
70325              <paul@miraclefish.com>)
70326      Branch: maint-5.6/perl
70327           +> pod/perlrequick.pod pod/perlretut.pod
70328           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
70329           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
70330           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
70331           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
70332           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
70333           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
70334           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
70335           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
70336 ____________________________________________________________________________
70337 [  7283] By: gsar                                  on 2000/10/16  03:52:14
70338         Log: integrate change#5977 from mainline
70339              
70340              autoquote barewords followed by newline and arrow properly
70341              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
70342      Branch: maint-5.6/perl
70343           !> t/pragma/warn/toke toke.c
70344 ____________________________________________________________________________
70345 [  7282] By: gsar                                  on 2000/10/16  03:50:48
70346         Log: integrate change#5976 from mainline
70347              
70348              DB_File v1.73 update (from Paul Marquess)
70349      Branch: maint-5.6/perl
70350           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
70351           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
70352 ____________________________________________________________________________
70353 [  7281] By: gsar                                  on 2000/10/16  03:49:14
70354         Log: integrate change#5975 from mainline
70355              
70356              allow sort() reentrancy (variant of patch suggested by
70357              Hugo van der Sanden)
70358      Branch: maint-5.6/perl
70359           !> pp_ctl.c t/op/sort.t
70360 ____________________________________________________________________________
70361 [  7280] By: gsar                                  on 2000/10/16  03:48:22
70362         Log: integrate change#5974 from mainline
70363              
70364              change#4197 somehow missed initializing PL_errors, meaning
70365              syntax error queueing wasn't working outside eval"" at all;
70366              also fixed eval"" to localize PL_error_count, so that compile-time
70367              eval's don't clobber the error state of the outer context
70368      Branch: maint-5.6/perl
70369           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
70370           !> t/pragma/warn/toke
70371 ____________________________________________________________________________
70372 [  7279] By: gsar                                  on 2000/10/16  03:46:21
70373         Log: integrate change#5973 from mainline
70374              
70375              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
70376      Branch: maint-5.6/perl
70377           !> regcomp.c regexec.c t/op/re_tests
70378 ____________________________________________________________________________
70379 [  7278] By: gsar                                  on 2000/10/16  03:44:54
70380         Log: integrate change#5971 from cfgperl
70381              
70382              Unicos tweaks from Mark P. Lutz.
70383      Branch: maint-5.6/perl
70384           !> hints/unicos.sh lib/Math/Complex.pm
70385 ____________________________________________________________________________
70386 [  7277] By: gsar                                  on 2000/10/16  03:42:59
70387         Log: integrate changes#5966..5970 from mainline
70388              
70389              add testsuite for B backends, fix bug in B::Deparse (from
70390              Simon Cozens <simon@brecon.co.uk>)
70391              
70392              improved docs on the warn_uninit diagnostic (from David Glasser
70393              and Simon Cozens)
70394              
70395              tolerate spaces in group names in test on solaris (from David Boyce
70396              <dsb@boyski.com>)
70397              
70398              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
70399              
70400              Data::Dumper fumbles negative numbers on 32-bit platforms where
70401              IV is >32bits
70402      Branch: maint-5.6/perl
70403           +> t/lib/b.t t/lib/syslog.t
70404           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
70405           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
70406           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
70407 ____________________________________________________________________________
70408 [  7276] By: gsar                                  on 2000/10/16  03:39:30
70409         Log: integrate change#5965 from mainline
70410              
70411              avoid "will not stay shared" warnings for our variables (from
70412              Robin Barker)
70413      Branch: maint-5.6/perl
70414           !> op.c t/pragma/warn/op
70415 ____________________________________________________________________________
70416 [  7275] By: gsar                                  on 2000/10/16  03:38:18
70417         Log: integrate change#5964 from mainline
70418              
70419              reformat to 72 columns (again)
70420      Branch: maint-5.6/perl
70421           !> pod/perldiag.pod
70422 ____________________________________________________________________________
70423 [  7274] By: gsar                                  on 2000/10/16  03:36:58
70424         Log: integrate change#5963 from mainline
70425              
70426              patch from Larry to make (\&) prototype work; added tests for
70427              the same
70428      Branch: maint-5.6/perl
70429           !> op.c t/comp/proto.t
70430 ____________________________________________________________________________
70431 [  7273] By: gsar                                  on 2000/10/16  03:35:51
70432         Log: integrate changes#5956..5962 from mainline
70433              
70434              better diagnostics on failed tests (from Ilya Zakharevich)
70435              
70436              pod nits (from A. C. Yardley <yardley@tanet.net>)
70437              
70438              change#3569 deleted some essential code, revert; avoid use of
70439              atexit() to make DynaLoader work properly on AIX under mod_perl
70440              (from Jens-Uwe Mager <jum@helios.de>)
70441              
70442              doubled words in pods (from Simon Cozens
70443              <simon.p.cozens@jp.pwcglobal.com>)
70444              
70445              better INSTALL notes on Solaris issues (from Dominic Dunlop)
70446              
70447              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
70448              
70449              updated README.hpux (from Jeff Okamoto)
70450      Branch: maint-5.6/perl
70451           !> INSTALL README.hpux emacs/cperl-mode.el
70452           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
70453           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
70454           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
70455           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
70456           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
70457           !> t/op/lex_assign.t
70458 ____________________________________________________________________________
70459 [  7272] By: gsar                                  on 2000/10/16  03:31:22
70460         Log: integrate change#5955 from mainline
70461              
70462              longstanding bug exposed by change#3307: sort arguments weren't
70463              compiled with the right wantarray context (ensuing runtime lookup
70464              via block_gimme() was getting the incidental context of the
70465              sort() itself)
70466      Branch: maint-5.6/perl
70467           !> op.c t/op/sort.t
70468 ____________________________________________________________________________
70469 [  7271] By: gsar                                  on 2000/10/16  03:29:11
70470         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
70471              branch
70472              
70473              Flatten the cpp jungle doing the nosuid checking.
70474              
70475              Do not assume sign propagation. (from M.J.T. Guy)
70476              
70477              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
70478              
70479              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
70480              Now pp_ncmp() returns undef is either operand is a NaN.
70481              
70482              On second thoughts frexp() does have two arguments.
70483              
70484              Document that tr() is not tr(1).
70485              
70486              Be more robust on "extreme" (large absolute value)
70487              arguments.  Originally reported by Daniel Connelly
70488              as a problem with asinh() on large negative arguments,
70489              asinh() used to bail out because an argument to log()
70490              ended up being zero.  Ilya Zakharevich proposed using
70491              Taylor's series in such cases, which for such large
70492              arguments is a very good approximation.
70493              
70494              Undo "use integer" addition from 64bitint as it seems
70495              to break most of the subtests in Digital UNIX;
70496              Unicos needs to find another way.
70497      Branch: maint-5.6/perl
70498           !> (integrate 29 files)
70499 ____________________________________________________________________________
70500 [  7270] By: gsar                                  on 2000/10/16  03:09:44
70501         Log: integrate changes#5948,5949,5950 from mainline
70502              
70503              typo in vars.pm that leads to cryptic message (from Piotr
70504              Piatkowski <kompas@kompas.usr.onet.pl>)
70505              
70506              make perldoc use the pod2man from the same version (from
70507              M.J.T. Guy)
70508              
70509              reformat perldiag to avoid long lines
70510      Branch: maint-5.6/perl
70511           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
70512 ____________________________________________________________________________
70513 [  7269] By: gsar                                  on 2000/10/16  03:05:54
70514         Log: integrate change#5947 from mainline
70515              
70516              use &dl_error rather than &dl_load_file as the guard for calling
70517              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
70518              statically built perl)
70519      Branch: maint-5.6/perl
70520           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
70521 ____________________________________________________________________________
70522 [  7268] By: gsar                                  on 2000/10/16  03:04:48
70523         Log: integrate change#5945 from mainline
70524              
70525              make module name mandatory after -M switch; reorder perldiag
70526              alphabetically (from Mark-Jason Dominus)
70527      Branch: maint-5.6/perl
70528           !> perl.c pod/perldiag.pod
70529 ____________________________________________________________________________
70530 [  7267] By: gsar                                  on 2000/10/16  03:03:01
70531         Log: integrate change#5939 from mainline
70532              
70533              more pod nits (from Larry Virden)
70534      Branch: maint-5.6/perl
70535           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
70536           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
70537           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
70538 ____________________________________________________________________________
70539 [  7266] By: gsar                                  on 2000/10/16  03:01:39
70540         Log: integrate change#5938 from mainline
70541              
70542              Consolidated B::Deparse fixes (from Stephen McCamant)
70543      Branch: maint-5.6/perl
70544           !> ext/B/B/Deparse.pm
70545 ____________________________________________________________________________
70546 [  7265] By: gsar                                  on 2000/10/16  03:00:43
70547         Log: integrate change#5936 from mainline
70548              
70549              additional tests for change#7263 (from Paul Marquess)
70550      Branch: maint-5.6/perl
70551           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
70552           !> t/pragma/warn/5nolint t/pragma/warn/6default
70553 ____________________________________________________________________________
70554 [  7264] By: gsar                                  on 2000/10/16  02:58:34
70555         Log: integrate change#5934 from mainline
70556              
70557              propagate lexical warnings from surrounding scope correctly
70558              within string eval() (from Paul Marquess)
70559      Branch: maint-5.6/perl
70560           !> pp_ctl.c t/pragma/warn/pp_ctl
70561 ____________________________________________________________________________
70562 [  7263] By: gsar                                  on 2000/10/16  02:56:53
70563         Log: integrate change#5932 from mainline
70564              
70565              add rsignal(), whichsig() and do_join() to public API list
70566              (mod_perl uses them to good advantage)
70567      Branch: maint-5.6/perl
70568           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
70569 ____________________________________________________________________________
70570 [  7262] By: gsar                                  on 2000/10/16  02:55:53
70571         Log: integrate change#5931 from mainline
70572              
70573              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
70574      Branch: maint-5.6/perl
70575           !> pp_hot.c regexec.c t/op/pat.t
70576 ____________________________________________________________________________
70577 [  7261] By: gsar                                  on 2000/10/16  02:55:01
70578         Log: integrate change#5930 from mainline
70579              
70580              small os390 tweaks (from Peter Prymmer)
70581      Branch: maint-5.6/perl
70582           !> config_h.SH makedepend.SH
70583 ____________________________________________________________________________
70584 [  7260] By: gsar                                  on 2000/10/16  02:54:10
70585         Log: integrate change#5929 from mainline
70586              
70587              pod nits
70588      Branch: maint-5.6/perl
70589           !> pod/perlguts.pod
70590 ____________________________________________________________________________
70591 [  7259] By: gsar                                  on 2000/10/16  02:52:55
70592         Log: integrate change#5927 from mainline
70593              
70594              arrange for next() to resume at the unstack op rather than the
70595              loop conditional, so that scope cleanup happens correctly
70596              (from Stephen McCamant)
70597      Branch: maint-5.6/perl
70598           !> op.c pp_ctl.c t/op/misc.t
70599 ____________________________________________________________________________
70600 [  7258] By: gsar                                  on 2000/10/16  02:51:38
70601         Log: integrate change#5926 from mainline
70602              
70603              on windows, reserve 16M of stack rather than 128M (allows more
70604              threads to run concurrently)
70605      Branch: maint-5.6/perl
70606           !> win32/Makefile win32/makefile.mk
70607 ____________________________________________________________________________
70608 [  7257] By: gsar                                  on 2000/10/16  02:50:37
70609         Log: integrate change#5925 from mainline
70610              
70611              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
70612      Branch: maint-5.6/perl
70613           !> toke.c
70614 ____________________________________________________________________________
70615 [  7256] By: gsar                                  on 2000/10/16  02:49:36
70616         Log: integrate change#5924 from mainline
70617              
70618              avoid using uninitialized memory in require version check
70619      Branch: maint-5.6/perl
70620           !> pp_ctl.c universal.c
70621 ____________________________________________________________________________
70622 [  7255] By: gsar                                  on 2000/10/16  02:48:03
70623         Log: integrate changes#5923,5928,6009 from mainline
70624              
70625              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
70626      Branch: maint-5.6/perl
70627           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
70628 ____________________________________________________________________________
70629 [  7254] By: gsar                                  on 2000/10/16  02:44:46
70630         Log: integrate change#5922 from mainline
70631              
70632              commentary about IoTYPE() (from Nathan Torkington)
70633      Branch: maint-5.6/perl
70634           !> sv.h
70635 ____________________________________________________________________________
70636 [  7253] By: gsar                                  on 2000/10/16  02:43:49
70637         Log: integrate change#5921 from mainline
70638              
70639              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
70640      Branch: maint-5.6/perl
70641           !> sv.c t/lib/charnames.t t/pragma/utf8.t
70642 ____________________________________________________________________________
70643 [  7252] By: gsar                                  on 2000/10/16  02:42:31
70644         Log: integrate change#5920 from mainline
70645              
70646              Larry's fix for buggy propagation of utf8-ness in join(); add test
70647      Branch: maint-5.6/perl
70648           !> doop.c t/op/ver.t
70649 ____________________________________________________________________________
70650 [  7251] By: gsar                                  on 2000/10/16  02:41:14
70651         Log: integrate changes#5915..5919 from mainline
70652              
70653              various (pod tweaks &c)
70654      Branch: maint-5.6/perl
70655           !> (integrate 33 files)
70656 ____________________________________________________________________________
70657 [  7250] By: gsar                                  on 2000/10/16  02:38:16
70658         Log: integrate change#5914 from mainline
70659              
70660              caller() wasn't returning the right number of elements for
70661              eval {...}
70662      Branch: maint-5.6/perl
70663           !> pp_ctl.c t/pragma/warn/9enabled
70664 ____________________________________________________________________________
70665 [  7249] By: gsar                                  on 2000/10/16  02:37:02
70666         Log: integrate change#5913 from mainline
70667              
70668              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
70669              (from Mark-Jason Dominus)
70670      Branch: maint-5.6/perl
70671           !> pod/perlfunc.pod
70672 ____________________________________________________________________________
70673 [  7248] By: gsar                                  on 2000/10/16  02:35:58
70674         Log: integrate change#5912 from mainline
70675              
70676              fix totally broken caching in UNIVERSAL::isa() (from
70677              Nick Ing-Simmons)
70678      Branch: maint-5.6/perl
70679           !> t/op/universal.t universal.c
70680 ____________________________________________________________________________
70681 [  7247] By: gsar                                  on 2000/10/16  02:34:27
70682         Log: integrate changes#5910,5911 from mainline
70683              
70684              typo in pod
70685              
70686              add linebreak properties from unicode/LineBrk.txt (from
70687              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
70688      Branch: maint-5.6/perl
70689           +> (branch 29 files)
70690           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
70691 ____________________________________________________________________________
70692 [  7246] By: gsar                                  on 2000/10/16  02:33:29
70693         Log: integrate change#5909 from mainline
70694              
70695              mode argument to do_binmode() should be file mode, not boolean
70696      Branch: maint-5.6/perl
70697           !> pp_sys.c
70698 ____________________________________________________________________________
70699 [  7245] By: gsar                                  on 2000/10/16  02:31:04
70700         Log: integrate change#5908 from mainline
70701              
70702              introduce illegal symbols into null package so that
70703              gv_fetchpv(...,TRUE) always returns a valid GV even when the
70704              symbol is trapped by strictures (avoids coredumps)
70705      Branch: maint-5.6/perl
70706           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
70707           !> t/pragma/strict-vars
70708 ____________________________________________________________________________
70709 [  7244] By: jhi                                   on 2000/10/16  02:29:54
70710         Log: Subject: $Carp::ExportLevel confusion in Exporter
70711              From: "Ben Tilly" <ben_tilly@hotmail.com>
70712              Date: Sat, 14 Oct 2000 16:44:34 EDT
70713              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
70714      Branch: perl
70715            ! lib/Exporter/Heavy.pm
70716 ____________________________________________________________________________
70717 [  7243] By: jhi                                   on 2000/10/16  02:28:33
70718         Log: Subject: [PATCH perlguts.pod] Document offset hack
70719              From: Simon Cozens <simon@cozens.net>
70720              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
70721              Date: Sat, 14 Oct 2000 19:32:25 +0100
70722      Branch: perl
70723            ! pod/perlguts.pod
70724 ____________________________________________________________________________
70725 [  7242] By: gsar                                  on 2000/10/16  02:26:51
70726         Log: integrate changes#5905,5906,5907,6064 from mainline
70727              
70728              printf/sprintf didn't get quad types right under use64bitint
70729      Branch: maint-5.6/perl
70730           !> pp_sys.c sv.c t/op/64bitint.t
70731 ____________________________________________________________________________
70732 [  7241] By: jhi                                   on 2000/10/16  02:22:44
70733         Log: Subject: small pod patch
70734              From: Dan Boorstein <dan_boo@bellsouth.net>
70735              Date: Sat, 14 Oct 2000 14:29:24 -0400
70736              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
70737      Branch: perl
70738            ! pod/perlfaq7.pod pod/perlmod.pod
70739 ____________________________________________________________________________
70740 [  7240] By: jhi                                   on 2000/10/16  02:13:46
70741         Log: -w cleanup.
70742              
70743              Subject: Re: Problems with bleadperl 
70744              From: "Stephen P. Potter" <spp@ds.net>
70745              Date: Fri, 13 Oct 2000 13:32:49 -0400
70746              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
70747      Branch: perl
70748            ! t/pragma/overload.t
70749 ____________________________________________________________________________
70750 [  7239] By: jhi                                   on 2000/10/16  01:41:18
70751         Log: One more ~utf8 tweak.
70752      Branch: perl
70753            ! t/op/bop.t
70754 ____________________________________________________________________________
70755 [  7238] By: jhi                                   on 2000/10/16  01:34:14
70756         Log: Tweak the test of #7235.
70757      Branch: perl
70758            ! t/op/bop.t
70759 ____________________________________________________________________________
70760 [  7237] By: jhi                                   on 2000/10/16  01:25:04
70761         Log: Fix a couple of compiler-noted nits in #7235.
70762      Branch: perl
70763            ! pp.c
70764 ____________________________________________________________________________
70765 [  7236] By: jhi                                   on 2000/10/16  01:22:46
70766         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
70767      Branch: perl
70768            ! pp.c pp_hot.c
70769 ____________________________________________________________________________
70770 [  7235] By: jhi                                   on 2000/10/15  16:24:44
70771         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
70772              
70773              From: Simon Cozens <simon@cozens.net>
70774              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
70775              Date: Sat, 14 Oct 2000 20:52:13 +0100
70776              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
70777      Branch: perl
70778            ! pp.c t/op/bop.t utf8.h
70779 ____________________________________________________________________________
70780 [  7234] By: jhi                                   on 2000/10/15  15:19:29
70781         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
70782              The problem was that rx->minlen was in chars while pp_split()
70783              thought it would be in bytes. 
70784      Branch: perl
70785            ! pp.c t/pragma/utf8.t
70786 ____________________________________________________________________________
70787 [  7233] By: jhi                                   on 2000/10/14  20:24:24
70788         Log: Document FNCASE=y as discussed in the bug 20000902.009.
70789      Branch: perl
70790            ! README.dos
70791 ____________________________________________________________________________
70792 [  7232] By: jhi                                   on 2000/10/14  18:52:21
70793         Log: Add test for bug id 20000427.003 (which seems to have
70794              been fixed) (also duplicate as 20000427.004, though
70795              with a higher severity).  Move one utf8 from op/append
70796              to pragma/utf8, tag the tests with bug ids.
70797      Branch: perl
70798            ! t/op/append.t t/pragma/utf8.t
70799 ____________________________________________________________________________
70800 [  7231] By: jhi                                   on 2000/10/14  17:28:37
70801         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
70802      Branch: perl
70803            ! t/pragma/utf8.t
70804 ____________________________________________________________________________
70805 [  7230] By: jhi                                   on 2000/10/14  14:24:50
70806         Log: Needs to be conditional on SunOS 4.
70807              
70808              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
70809              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
70810              Date: Sat, 14 Oct 2000 13:37:49 +0100
70811              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
70812      Branch: metaconfig/U/perl
70813            ! End.U
70814      Branch: perl
70815            ! Configure myconfig.SH pod/perldelta.pod
70816 ____________________________________________________________________________
70817 [  7229] By: jhi                                   on 2000/10/14  00:49:22
70818         Log: Update Changes.
70819      Branch: perl
70820            ! Changes patchlevel.h
70821 ____________________________________________________________________________
70822 [  7228] By: jhi                                   on 2000/10/14  00:46:10
70823         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
70824              From: Peter Prymmer <pvhp@forte.com>
70825              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
70826              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
70827      Branch: perl
70828            ! lib/utf8.pm
70829 ____________________________________________________________________________
70830 [  7227] By: jhi                                   on 2000/10/13  23:20:30
70831         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
70832      Branch: perl
70833            ! t/op/tie.t
70834 ____________________________________________________________________________
70835 [  7226] By: jhi                                   on 2000/10/13  22:14:32
70836         Log: Tweak #7225.
70837              
70838              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
70839              From: Peter Prymmer <pvhp@forte.com>
70840              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
70841              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
70842      Branch: perl
70843            ! t/op/sprintf.t
70844 ____________________________________________________________________________
70845 [  7225] By: jhi                                   on 2000/10/13  22:11:31
70846         Log: op/sprintf.t patch for OS/390 (and any other host with limited
70847              floating-point exponent length)
70848              
70849              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
70850              From: Dominic Dunlop <domo@computer.org>
70851              Date: Fri, 13 Oct 2000 19:17:57 +0200
70852              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
70853      Branch: perl
70854            ! t/op/sprintf.t
70855 ____________________________________________________________________________
70856 [  7224] By: jhi                                   on 2000/10/13  18:40:48
70857         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
70858      Branch: perl
70859            ! toke.c
70860 ____________________________________________________________________________
70861 [  7223] By: jhi                                   on 2000/10/13  18:37:13
70862         Log: Thinko in #7222.
70863      Branch: perl
70864            ! utf8.c
70865 ____________________________________________________________________________
70866 [  7222] By: jhi                                   on 2000/10/13  18:05:23
70867         Log: Use UTF8SKIP(), from Simon Cozens.
70868      Branch: perl
70869            ! utf8.c
70870 ____________________________________________________________________________
70871 [  7221] By: jhi                                   on 2000/10/13  15:43:19
70872         Log: (accidentally empty check-in)
70873      Branch: perl
70874            ! utf8.c
70875 ____________________________________________________________________________
70876 [  7220] By: jhi                                   on 2000/10/13  15:23:51
70877         Log: Add (optimistically) Storable to static extensions.
70878      Branch: perl
70879            ! hints/uwin.sh hints/vmesa.sh
70880 ____________________________________________________________________________
70881 [  7219] By: jhi                                   on 2000/10/13  15:20:05
70882         Log: Amdahl UTS doesn't seem to do dynaloading.
70883      Branch: perl
70884            ! hints/uts.sh
70885 ____________________________________________________________________________
70886 [  7218] By: jhi                                   on 2000/10/13  15:15:20
70887         Log: Slight tweak of the code to appease Amdahl UTS cc.
70888      Branch: perl
70889            ! pp.c
70890 ____________________________________________________________________________
70891 [  7217] By: jhi                                   on 2000/10/13  14:50:42
70892         Log: In Amdahl UTS "struct sv" is defined by a system header,
70893              <ksync.h>.
70894      Branch: perl
70895            ! perl.h sv.h
70896 ____________________________________________________________________________
70897 [  7216] By: jhi                                   on 2000/10/13  11:58:25
70898         Log: Ilya implemented the memory profiling API.
70899      Branch: perl
70900            ! Todo
70901 ____________________________________________________________________________
70902 [  7215] By: jhi                                   on 2000/10/13  02:56:38
70903         Log: Subject: [PATCH 5.7.0] Perl API for mstats
70904              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
70905              Date: Thu, 12 Oct 2000 22:52:40 -0400
70906              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
70907      Branch: perl
70908            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
70909 ____________________________________________________________________________
70910 [  7214] By: jhi                                   on 2000/10/13  02:55:38
70911         Log: Subject: [PATCH 5.7.0] IVs in mtats
70912              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
70913              Date: Thu, 12 Oct 2000 22:51:04 -0400
70914              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
70915      Branch: perl
70916            ! malloc.c perl.h
70917 ____________________________________________________________________________
70918 [  7213] By: jhi                                   on 2000/10/13  02:31:47
70919         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
70920      Branch: perl
70921            ! pod/perldiag.pod pp_sys.c
70922 ____________________________________________________________________________
70923 [  7212] By: jhi                                   on 2000/10/13  01:27:38
70924         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
70925              From: Peter Prymmer <pvhp@forte.com>
70926              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
70927              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
70928      Branch: perl
70929            ! t/op/oct.t
70930 ____________________________________________________________________________
70931 [  7211] By: jhi                                   on 2000/10/13  00:35:09
70932         Log: Update Changes.
70933      Branch: perl
70934            ! Changes patchlevel.h
70935 ____________________________________________________________________________
70936 [  7210] By: jhi                                   on 2000/10/12  23:59:40
70937         Log: The Install.pm third of
70938              
70939              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
70940              From: Bill Campbell <bill@celestial.com>
70941              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
70942              Date: Thu, 5 Oct 2000 18:04:51 -0700
70943      Branch: perl
70944            ! lib/ExtUtils/Install.pm
70945 ____________________________________________________________________________
70946 [  7209] By: jhi                                   on 2000/10/12  23:58:43
70947         Log: Two thirds of
70948              
70949              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
70950              Date: Thu, 5 Oct 2000 18:04:51 -0700
70951              From: Bill Campbell <bill@celestial.com>
70952              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
70953              
70954              The Install.pm changes will be submitted separately because
70955              they need some work and discussion still.
70956      Branch: perl
70957            ! lib/getopts.pl lib/termcap.pl
70958 ____________________________________________________________________________
70959 [  7208] By: jhi                                   on 2000/10/12  23:41:19
70960         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
70961              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
70962              Date:     Thu, 12 Oct 2000 07:30:02 EDT
70963              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
70964      Branch: perl
70965            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
70966            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
70967 ____________________________________________________________________________
70968 [  7207] By: jhi                                   on 2000/10/12  23:39:01
70969         Log: An updated EBCDIC tr patch.
70970              
70971              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
70972              From: Peter Prymmer <pvhp@forte.com>
70973              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
70974              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
70975      Branch: perl
70976            ! t/op/tr.t
70977 ____________________________________________________________________________
70978 [  7206] By: jhi                                   on 2000/10/12  23:34:55
70979         Log: Upgrade to CPAN 1.58, from Andreas König.
70980      Branch: perl
70981            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
70982 ____________________________________________________________________________
70983 [  7205] By: jhi                                   on 2000/10/12  23:29:08
70984         Log: Introduce the man[24-8] variables, from Andy Dougherty.
70985      Branch: metaconfig/U/perl
70986            + mandirs.U mandirstyle.U
70987      Branch: perl
70988            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70989            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
70990            ! vos/config.h vos/config.pl vos/config_h.SH_orig
70991            ! win32/config.bc win32/config.gc win32/config.vc
70992 ____________________________________________________________________________
70993 [  7204] By: gsar                                  on 2000/10/12  18:11:24
70994         Log: restore change#7202
70995      Branch: perl
70996            ! mg.c
70997 ____________________________________________________________________________
70998 [  7203] By: gsar                                  on 2000/10/12  18:09:40
70999         Log: another test of the Emergency Broadcast System--back out 
71000              change#7202
71001      Branch: perl
71002            ! mg.c
71003 ____________________________________________________________________________
71004 [  7202] By: gsar                                  on 2000/10/12  16:40:47
71005         Log: (submitted on behalf of Jarkko)
71006              Fix the lib/encode.t subtest 6 failure as reported by Andreas
71007              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
71008              was unearthed by change 7182, as was a bug in HTML::Entities.
71009      Branch: perl
71010            ! mg.c
71011 ____________________________________________________________________________
71012 [  7201] By: jhi                                   on 2000/10/11  03:16:05
71013         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
71014      Branch: perl
71015            ! pp_hot.c t/pragma/utf8.t
71016 ____________________________________________________________________________
71017 [  7200] By: jhi                                   on 2000/10/11  00:40:30
71018         Log: The #7198 was a false alarm.
71019      Branch: perl
71020            ! pp_hot.c
71021 ____________________________________________________________________________
71022 [  7199] By: jhi                                   on 2000/10/11  00:26:04
71023         Log: Remove duplicated code.
71024      Branch: perl
71025            ! t/lib/cgi-html.t
71026 ____________________________________________________________________________
71027 [  7198] By: jhi                                   on 2000/10/10  23:30:46
71028         Log: (Retracted by #7200.)
71029      Branch: perl
71030            ! pp_hot.c
71031 ____________________________________________________________________________
71032 [  7197] By: jhi                                   on 2000/10/10  21:49:30
71033         Log: Add the test case for #7190, from the original bug report
71034              by Andreas König.
71035      Branch: perl
71036            ! t/pragma/utf8.t
71037 ____________________________________________________________________________
71038 [  7196] By: jhi                                   on 2000/10/10  21:40:49
71039         Log: Reapply Andy's patch and regen Configure.
71040      Branch: perl
71041            ! Configure INSTALL Makefile.SH Porting/Glossary
71042            ! Porting/config.sh config_h.SH epoc/config.sh installperl
71043            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
71044            ! win32/config.vc
71045 ____________________________________________________________________________
71046 [  7195] By: jhi                                   on 2000/10/10  21:09:30
71047         Log: Use the versiononly instead of the installscripts,
71048              retract the changes 7146 and 7147.
71049      Branch: perl
71050            ! Configure INSTALL Makefile.SH Porting/Glossary
71051            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
71052            ! installperl uconfig.sh vos/config.def win32/config.bc
71053            ! win32/config.gc win32/config.vc
71054 ____________________________________________________________________________
71055 [  7194] By: jhi                                   on 2000/10/10  21:06:15
71056         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
71057              From: Peter Prymmer <pvhp@forte.com>
71058              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
71059              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
71060      Branch: perl
71061            ! t/op/ver.t
71062 ____________________________________________________________________________
71063 [  7193] By: jhi                                   on 2000/10/10  21:05:12
71064         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
71065              From: Peter Prymmer <pvhp@forte.com>
71066              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
71067              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
71068      Branch: perl
71069            ! t/op/tr.t
71070 ____________________________________________________________________________
71071 [  7192] By: jhi                                   on 2000/10/10  20:57:30
71072         Log: Add versiononly, delete installscripts, from Andy Dougherty.
71073      Branch: metaconfig
71074            - U/installdirs/installscripts.U
71075      Branch: metaconfig/U/perl
71076            + versiononly.U
71077 ____________________________________________________________________________
71078 [  7191] By: jhi                                   on 2000/10/10  19:41:21
71079         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
71080              From: Peter Prymmer <pvhp@forte.com>
71081              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
71082              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
71083      Branch: perl
71084            ! pod/perlebcdic.pod
71085 ____________________________________________________________________________
71086 [  7190] By: jhi                                   on 2000/10/10  19:26:14
71087         Log: Subject: Re: utf8 concat, mg_get
71088              From: Simon Cozens <simon@cozens.net>
71089              Date: Tue, 10 Oct 2000 17:40:17 +0100
71090              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
71091      Branch: perl
71092            ! pp_hot.c
71093 ____________________________________________________________________________
71094 [  7189] By: jhi                                   on 2000/10/10  19:23:03
71095         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
71096              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
71097              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
71098              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
71099      Branch: perl
71100            ! lib/ExtUtils/MM_Unix.pm
71101 ____________________________________________________________________________
71102 [  7188] By: jhi                                   on 2000/10/10  15:31:24
71103         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
71104              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
71105              Date: Fri, 14 Jul 2000 10:47:36 +0100
71106              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
71107      Branch: perl
71108            ! README.win32
71109 ____________________________________________________________________________
71110 [  7187] By: jhi                                   on 2000/10/10  13:30:10
71111         Log: Quote the temp file name, needed in Win32 because the
71112              default name unfortunately contains spaces, shouldn't
71113              hurt elsewhere.
71114              
71115              Subject: FW: perldoc fails if $TEMP contains spaces
71116              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
71117              Date: Thu, 14 Sep 2000 08:58:45 +0100
71118              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
71119      Branch: perl
71120            ! utils/perldoc.PL
71121 ____________________________________________________________________________
71122 [  7186] By: jhi                                   on 2000/10/10  13:16:27
71123         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
71124              From: hv@hugo.hybyte.com
71125              Date: Tue, 10 Oct 2000 14:10:20 +0100
71126              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
71127      Branch: perl
71128            ! t/lib/thr5005.t util.c
71129 ____________________________________________________________________________
71130 [  7185] By: jhi                                   on 2000/10/10  12:06:22
71131         Log: Upgrade to podlators 1.04, from Russ Allbery.
71132      Branch: perl
71133            ! lib/Pod/Man.pm lib/Pod/Text.pm
71134 ____________________________________________________________________________
71135 [  7184] By: jhi                                   on 2000/10/10  12:01:32
71136         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
71137      Branch: perl
71138            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
71139 ____________________________________________________________________________
71140 [  7183] By: jhi                                   on 2000/10/09  23:47:15
71141         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
71142              From: Peter Prymmer <pvhp@forte.com>
71143              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
71144              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
71145      Branch: perl
71146            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
71147 ____________________________________________________________________________
71148 [  7182] By: jhi                                   on 2000/10/09  23:43:16
71149         Log: Make eq work again with utf8 (disabling the upgrading
71150              should no more be necessary since the copies of the
71151              scalars are upgraded, not the scalars themselves).
71152              Takes care of ID 20001009.001.  (The claimed length()
71153              bug in 20001009.001 seems bogus to me.)
71154      Branch: perl
71155            ! sv.c t/pragma/utf8.t
71156 ____________________________________________________________________________
71157 [  7181] By: gsar                                  on 2000/10/09  19:41:54
71158         Log: tweak for change#7173
71159      Branch: perl
71160            ! win32/win32sck.c
71161 ____________________________________________________________________________
71162 [  7180] By: gsar                                  on 2000/10/09  19:26:56
71163         Log: on Windows, clean targets might not work under some flavors of the shell
71164      Branch: perl
71165            ! win32/Makefile win32/makefile.mk
71166 ____________________________________________________________________________
71167 [  7179] By: jhi                                   on 2000/10/09  19:21:02
71168         Log: Update Changes.
71169      Branch: perl
71170            ! Changes patchlevel.h
71171 ____________________________________________________________________________
71172 [  7178] By: jhi                                   on 2000/10/09  19:18:23
71173         Log: Warn about unknown scripts.
71174              
71175              Subject: Re: ideas? patches? [PATCH bleadperl]
71176              From: Dominic Dunlop <domo@computer.org>
71177              Date: Mon, 9 Oct 2000 14:57:17 +0200
71178              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
71179      Branch: perl
71180            ! lib/charnames.pm
71181 ____________________________________________________________________________
71182 [  7177] By: jhi                                   on 2000/10/09  19:13:27
71183         Log: Change #7160 had a nasty typo.
71184      Branch: metaconfig
71185            ! U/compline/Compile.U
71186      Branch: perl
71187            ! Configure config_h.SH
71188 ____________________________________________________________________________
71189 [  7176] By: gsar                                  on 2000/10/09  18:59:33
71190         Log: pod nit
71191      Branch: perl
71192            ! pod/perlport.pod
71193 ____________________________________________________________________________
71194 [  7175] By: gsar                                  on 2000/10/09  18:54:28
71195         Log: Windows9x doesn't support link(), despite what Config.pm
71196              might think
71197      Branch: perl
71198            ! lib/ExtUtils/Manifest.pm
71199 ____________________________________________________________________________
71200 [  7174] By: gsar                                  on 2000/10/09  18:50:03
71201         Log: avoid nonportable example code
71202      Branch: perl
71203            ! lib/File/Copy.pm
71204 ____________________________________________________________________________
71205 [  7173] By: gsar                                  on 2000/10/09  18:46:54
71206         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
71207              being used) when closing a socket handle
71208      Branch: perl
71209            ! win32/win32.c win32/win32.h win32/win32sck.c
71210 ____________________________________________________________________________
71211 [  7172] By: gsar                                  on 2000/10/09  18:41:40
71212         Log: on Windows, cwd strings in the environment should be of the
71213              form =X:=X:\foo instead of =X=X:\foo\
71214      Branch: perl
71215            ! win32/vdir.h
71216 ____________________________________________________________________________
71217 [  7171] By: gsar                                  on 2000/10/09  18:30:09
71218         Log: on Windows, LoadLibrary() could load an extension DLL multiple
71219              times if forward slashes are used in the path
71220      Branch: perl
71221            ! win32/win32.c
71222 ____________________________________________________________________________
71223 [  7170] By: jhi                                   on 2000/10/09  17:53:59
71224         Log: Add a todo note about overloadable assertions.
71225      Branch: perl
71226            ! Todo-5.6
71227 ____________________________________________________________________________
71228 [  7169] By: jhi                                   on 2000/10/09  13:43:45
71229         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
71230              From: mjd@plover.com
71231              Date: 9 Oct 2000 00:24:44 -0000
71232              Message-ID: <20001009002444.10616.qmail@plover.com>
71233      Branch: perl
71234            ! pod/perldebguts.pod
71235 ____________________________________________________________________________
71236 [  7168] By: nick                                  on 2000/10/08  13:16:33
71237         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
71238              is not right thing to do on (e.g. x86). Network order is also "right" for
71239              X fonts.
71240      Branch: perl
71241            ! ext/Encode/Encode.pm
71242 ____________________________________________________________________________
71243 [  7167] By: nick                                  on 2000/10/08  12:54:42
71244         Log: Make "encodings" work post-install when Encode/*.enc files may not
71245              be in same directory as Encode.pm
71246      Branch: perl
71247            ! ext/Encode/Encode.pm
71248 ____________________________________________________________________________
71249 [  7166] By: nick                                  on 2000/10/08  11:51:26
71250         Log: Work round the fact that $hash->{$key} does not take into account
71251              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
71252              so that key is always in the "expected" encoding - i.e. same way we put
71253              it in the hash.
71254      Branch: perl
71255            ! ext/Encode/Encode.pm
71256 ____________________________________________________________________________
71257 [  7165] By: gsar                                  on 2000/10/08  04:15:29
71258         Log: save_re_context() could reset PL_curcop to freed memory, causing core
71259              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
71260      Branch: perl
71261            ! pp_ctl.c
71262 ____________________________________________________________________________
71263 [  7164] By: jhi                                   on 2000/10/06  20:51:48
71264         Log: UTF8ize split() so that the cloned substrings get the UTF8
71265              flag of the original scalar.  Problem reported by Simon Cozens.
71266      Branch: perl
71267            ! pp.c t/pragma/utf8.t
71268 ____________________________________________________________________________
71269 [  7163] By: nick                                  on 2000/10/06  20:48:34
71270         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
71271              got a false +ve and so did not reach code which would have un-FAKEd the SV.
71272      Branch: perl
71273            ! sv.c
71274 ____________________________________________________________________________
71275 [  7162] By: nick                                  on 2000/10/06  20:25:37
71276         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
71277              To fix  (sort {$a <=> $b} keys %hash) in particular but
71278              should cover a number of other as-yet-unknown cases as well.
71279      Branch: perl
71280            ! sv.c
71281 ____________________________________________________________________________
71282 [  7161] By: jhi                                   on 2000/10/06  19:56:18
71283         Log: Change the version number of Tie::Handle in the core to 4.0,
71284              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
71285              
71286              Subject: Note on Tie::Handle
71287              From: andreas.koenig@anima.de (Andreas J. Koenig)
71288              Date:      06 Oct 2000 21:48:58 +0200
71289              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
71290      Branch: perl
71291            ! lib/Tie/Handle.pm
71292 ____________________________________________________________________________
71293 [  7160] By: jhi                                   on 2000/10/06  18:20:35
71294         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
71295              as the first option of cc/ld because of ultrapicky compilers
71296              (e.g. OS/390 R2.5)
71297      Branch: metaconfig
71298            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
71299            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
71300            ! U/compline/orderlib.U U/modified/Cppsym.U
71301            ! U/modified/d_access.U
71302      Branch: metaconfig/U/perl
71303            ! Checkcc.U d_dlsymun.U gccvers.U
71304      Branch: perl
71305            ! Configure config_h.SH
71306 ____________________________________________________________________________
71307 [  7159] By: jhi                                   on 2000/10/06  13:56:39
71308         Log: Update Changes.
71309      Branch: perl
71310            ! Changes patchlevel.h
71311 ____________________________________________________________________________
71312 [  7158] By: jhi                                   on 2000/10/06  12:48:40
71313         Log: Eliminate $Is_VMS code from the test.
71314              
71315              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
71316              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
71317              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
71318              Date:     Thu, 5 Oct 2000 07:46:33 EDT
71319      Branch: perl
71320            ! t/lib/b.t
71321 ____________________________________________________________________________
71322 [  7157] By: jhi                                   on 2000/10/06  12:47:13
71323         Log: Also the $ccflags is needed for the C compiler check.
71324              
71325              Subject: Configure (check for C-compiler)
71326              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
71327              Date: Fri, 06 Oct 2000 08:47:15 +0200
71328              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
71329      Branch: metaconfig/U/perl
71330            ! Checkcc.U
71331      Branch: perl
71332            ! Configure config_h.SH
71333 ____________________________________________________________________________
71334 [  7156] By: jhi                                   on 2000/10/06  11:45:15
71335         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
71336      Branch: perl
71337            ! perl.c pp_ctl.c sv.h utf8.c
71338 ____________________________________________________________________________
71339 [  7155] By: jhi                                   on 2000/10/06  11:40:41
71340         Log: IO::Handle->syswrite() did not handle length omission
71341              like CORE::syswrite() does.
71342              
71343              Subject: [Fwd] IO::Handle, syswrite and arguments
71344              From: Graham Barr <gbarr@pobox.com>
71345              Date: Fri, 6 Oct 2000 10:22:05 +0100
71346              Message-ID: <20001006102205.U6312@pobox.com>
71347              
71348              The original patch from andrew@ugh.net.au.
71349      Branch: perl
71350            ! ext/IO/lib/IO/Handle.pm
71351 ____________________________________________________________________________
71352 [  7154] By: jhi                                   on 2000/10/06  01:42:15
71353         Log: Tweak #7153.
71354      Branch: perl
71355            ! utf8.h
71356 ____________________________________________________________________________
71357 [  7153] By: jhi                                   on 2000/10/06  00:39:55
71358         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
71359      Branch: perl
71360            ! utf8.h
71361 ____________________________________________________________________________
71362 [  7152] By: jhi                                   on 2000/10/06  00:38:11
71363         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
71364      Branch: perl
71365            ! perl.c pp_ctl.c sv.h utf8.c
71366 ____________________________________________________________________________
71367 [  7151] By: jhi                                   on 2000/10/06  00:36:38
71368         Log: Subject: Re: Questions about Tie::Array and perl modules
71369              From: Nick Ing-Simmons <nik@tiuk.ti.com>
71370              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
71371              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
71372              
71373              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
71374      Branch: perl
71375            ! lib/Tie/Array.pm t/op/array.t
71376 ____________________________________________________________________________
71377 [  7150] By: jhi                                   on 2000/10/05  00:20:45
71378         Log: Regen Changes.
71379      Branch: perl
71380            ! Changes patchlevel.h
71381 ____________________________________________________________________________
71382 [  7149] By: jhi                                   on 2000/10/05  00:20:01
71383         Log: Regen toc.
71384      Branch: perl
71385            ! pod/perltoc.pod
71386 ____________________________________________________________________________
71387 [  7148] By: jhi                                   on 2000/10/04  23:35:08
71388         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
71389              reported several times by Dominic Dunlop, for example in
71390              ID 20000315.008.  Patch from Dominic.  Patch affects at
71391              least MachTen, and possibly other oldish BSDs. Should not
71392              break non-broken platforms (tested on LinuxPPC). 
71393      Branch: perl
71394            ! doio.c
71395 ____________________________________________________________________________
71396 [  7147] By: jhi                                   on 2000/10/04  23:26:34
71397         Log: The one that got away from 7146.
71398      Branch: metaconfig
71399            + U/installdirs/installscripts.U
71400 ____________________________________________________________________________
71401 [  7146] By: jhi                                   on 2000/10/04  23:25:04
71402         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
71403              suggested by H. Merijn Brand.
71404      Branch: perl
71405            ! Configure INSTALL Makefile.SH Porting/Glossary
71406            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
71407            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
71408            ! win32/config.vc
71409 ____________________________________________________________________________
71410 [  7145] By: jhi                                   on 2000/10/04  22:08:21
71411         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
71412              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71413              Date: Wed, 4 Oct 2000 17:37:46 -0400
71414              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
71415      Branch: perl
71416            ! utils/h2xs.PL
71417 ____________________________________________________________________________
71418 [  7144] By: jhi                                   on 2000/10/04  18:11:41
71419         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
71420              From: Jeff Pinyan <jeffp@crusoe.net>
71421              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
71422              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
71423      Branch: perl
71424            ! pod/perlrun.pod
71425 ____________________________________________________________________________
71426 [  7143] By: jhi                                   on 2000/10/04  18:09:58
71427         Log: Subject: perlhack.pod Patch for Externals Tools
71428              From: Fisher Mark <fisherm@tce.com>
71429              Date: Tue, 3 Oct 2000 15:43:27 -0500 
71430              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
71431      Branch: perl
71432            ! pod/perlhack.pod
71433 ____________________________________________________________________________
71434 [  7142] By: jhi                                   on 2000/10/04  18:08:41
71435         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
71436              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
71437              Date:     Wed, 4 Oct 2000 12:11:11 EDT
71438              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
71439      Branch: perl
71440            ! vms/vms.c
71441 ____________________________________________________________________________
71442 [  7141] By: jhi                                   on 2000/10/04  12:20:16
71443         Log: Subject: [PATCH 5.7.0] h2xs not working
71444              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71445              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
71446              Date: Tue, 3 Oct 2000 21:43:01 -0400
71447              
71448              Subject: [PATCH 5.7.0] h2xs not documenting the created module
71449              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71450              Date: Tue, 3 Oct 2000 22:55:19 -0400
71451              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
71452      Branch: perl
71453            ! utils/h2xs.PL
71454 ____________________________________________________________________________
71455 [  7140] By: jhi                                   on 2000/10/04  11:53:44
71456         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
71457              From: nick@babyhippo.com
71458              Date: Wed, 4 Oct 2000 12:06:45 +0100
71459              Message-Id: <20001004120645.A7356@babyhippo.com>
71460              
71461              Retract 7118 and 7135.
71462      Branch: perl
71463            ! installman installperl op.c t/pragma/subs.t
71464 ____________________________________________________________________________
71465 [  7139] By: jhi                                   on 2000/10/03  22:09:41
71466         Log: It is possible to have no hosts database at all.  Pointed out in
71467              
71468              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
71469              From: Peter Prymmer <pvhp@forte.com>
71470              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
71471              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
71472      Branch: metaconfig
71473            ! U/modified/myhostname.U
71474      Branch: perl
71475            ! Configure config_h.SH
71476 ____________________________________________________________________________
71477 [  7138] By: jhi                                   on 2000/10/03  21:49:49
71478         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
71479              From: Peter Prymmer <pvhp@forte.com>
71480              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
71481              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
71482      Branch: perl
71483            ! pp_sys.c
71484 ____________________________________________________________________________
71485 [  7137] By: jhi                                   on 2000/10/03  20:10:05
71486         Log: One remaining nit less at the VMS mailbox sizing.
71487      Branch: perl
71488            ! vms/vms.c
71489 ____________________________________________________________________________
71490 [  7136] By: jhi                                   on 2000/10/03  20:08:47
71491         Log: Test harness update to sync with the new perlcc,
71492              from Simon Cozens.
71493      Branch: perl
71494            ! t/TEST t/UTEST
71495 ____________________________________________________________________________
71496 [  7135] By: jhi                                   on 2000/10/03  15:15:42
71497         Log: Subject: Re: PATCH for 20001003.004
71498              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
71499              From: "AARON B. DOSSETT" <aaron@iglou.com>
71500              Message-Id: <E13gTay-0006od-00@iglou.com>
71501      Branch: perl
71502            ! installman installperl
71503 ____________________________________________________________________________
71504 [  7134] By: jhi                                   on 2000/10/03  15:00:34
71505         Log: Subject: [ID 20001003.006] B::Debug not -w clean
71506              From: Nicholas Clark <nick@babyhippo.co.uk>
71507              Date: Tue, 03 Oct 2000 15:46:32 +0100
71508              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
71509      Branch: perl
71510            ! ext/B/B/Debug.pm
71511 ____________________________________________________________________________
71512 [  7133] By: jhi                                   on 2000/10/03  14:58:39
71513         Log: Scale down the VMS message boxes, by Charles Lane.
71514              Fix for ID 20000903.009, workaround at
71515              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
71516      Branch: perl
71517            ! vms/vms.c
71518 ____________________________________________________________________________
71519 [  7132] By: jhi                                   on 2000/10/03  11:20:37
71520         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
71521      Branch: perl
71522            + t/lib/st-lock.t t/lib/st-utf8.t
71523            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
71524            ! ext/Storable/Storable.xs t/lib/st-recurse.t
71525 ____________________________________________________________________________
71526 [  7131] By: jhi                                   on 2000/10/03  03:38:23
71527         Log: Encode nits.
71528      Branch: perl
71529            ! MANIFEST Makefile.SH
71530 ____________________________________________________________________________
71531 [  7130] By: jhi                                   on 2000/10/03  03:31:05
71532         Log: Update Changes.
71533      Branch: perl
71534            ! Changes patchlevel.h
71535 ____________________________________________________________________________
71536 [  7129] By: jhi                                   on 2000/10/03  02:24:02
71537         Log: Misplaced else.
71538      Branch: metaconfig/U/perl
71539            ! d_strtoll.U
71540      Branch: perl
71541            ! Configure config_h.SH
71542 ____________________________________________________________________________
71543 [  7128] By: jhi                                   on 2000/10/03  02:08:29
71544         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
71545              From: sthoenna@efn.org
71546              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
71547              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
71548      Branch: metaconfig/U/perl
71549            ! d_strtoll.U
71550      Branch: perl
71551            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
71552 ____________________________________________________________________________
71553 [  7127] By: jhi                                   on 2000/10/03  01:13:14
71554         Log: Update Changes.
71555      Branch: perl
71556            ! Changes patchlevel.h
71557 ____________________________________________________________________________
71558 [  7126] By: jhi                                   on 2000/10/03  00:57:08
71559         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
71560              as suggested by Olaf Flebbe and Nick Clark.
71561      Branch: perl
71562            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
71563 ____________________________________________________________________________
71564 [  7125] By: jhi                                   on 2000/10/03  00:50:56
71565         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
71566              From: Nick Clark <nick@plum.flirble.org>
71567              Date: Mon, 2 Oct 2000 11:03:24 +0100
71568              Message-Id: <20001002110324.D20073@plum.flirble.org>
71569              
71570              Also fixes bug ID 20001002.005.
71571      Branch: perl
71572            ! t/lib/encode.t
71573 ____________________________________________________________________________
71574 [  7124] By: jhi                                   on 2000/10/03  00:34:59
71575         Log: Subject: [PATCH 5.7.0] Epoc update
71576              From: Olaf Flebbe <o.flebbe@gmx.de>
71577              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
71578              Message-ID: <26423.969484586@www10.gmx.net>
71579      Branch: perl
71580            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
71581            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
71582            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
71583            ! util.c util.h
71584 ____________________________________________________________________________
71585 [  7123] By: jhi                                   on 2000/10/03  00:30:07
71586         Log: Regen headers.
71587      Branch: perl
71588            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
71589 ____________________________________________________________________________
71590 [  7122] By: jhi                                   on 2000/10/03  00:10:48
71591         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
71592      Branch: perl
71593            ! hints/openbsd.sh
71594 ____________________________________________________________________________
71595 [  7121] By: jhi                                   on 2000/10/03  00:05:06
71596         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
71597              From: <abigail@foad.org>
71598              Date: Tue, 26 Sep 2000 13:36:14 -0400
71599              Message-ID: <20000926173614.4356.qmail@foad.org>
71600      Branch: perl
71601            ! pod/perlop.pod
71602 ____________________________________________________________________________
71603 [  7120] By: jhi                                   on 2000/10/03  00:04:00
71604         Log: Inside require() $^S was always left undefined.
71605              
71606              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
71607              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71608              Date: Wed, 27 Sep 2000 18:54:49 -0400
71609              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
71610      Branch: perl
71611            ! cop.h mg.c pp_ctl.c util.c
71612 ____________________________________________________________________________
71613 [  7119] By: jhi                                   on 2000/10/03  00:00:16
71614         Log: Subject: [PATCH] DLL not restartabke with threaded perl
71615              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
71616              Date: Thu, 28 Sep 2000 09:20:46 +0100
71617              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
71618      Branch: perl
71619            ! perl.c
71620 ____________________________________________________________________________
71621 [  7118] By: jhi                                   on 2000/10/02  23:59:20
71622         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
71623              From: Nicholas Clark <nick@ccl4.org>
71624              Date: Thu, 28 Sep 2000 11:52:24 +0100
71625              Message-ID: <20000928115224.D7924@plum.flirble.org>
71626      Branch: perl
71627            ! op.c
71628 ____________________________________________________________________________
71629 [  7117] By: jhi                                   on 2000/10/02  23:57:51
71630         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
71631              From: Nicholas Clark <nick@babyhippo.co.uk>
71632              Date: Thu, 28 Sep 2000 12:18:10 +0100
71633              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
71634              
71635              Did not apply cleanly, manual intervention was needed.
71636      Branch: perl
71637            ! ext/B/B/Bytecode.pm utils/perlcc.PL
71638 ____________________________________________________________________________
71639 [  7116] By: jhi                                   on 2000/10/02  23:50:40
71640         Log: Document the issue (is not a syntax error, kind of)
71641              
71642              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
71643              From: Nicholas Clark <nick@ccl4.org>
71644              Date: Thu, 28 Sep 2000 17:12:42 +0100
71645              Message-ID: <20000928171242.K7924@plum.flirble.org>
71646      Branch: perl
71647            ! pod/perldata.pod
71648 ____________________________________________________________________________
71649 [  7115] By: jhi                                   on 2000/10/02  23:48:58
71650         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
71651              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71652              Date: Thu, 28 Sep 2000 21:55:31 -0400
71653              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
71654      Branch: perl
71655            ! regexec.c
71656 ____________________________________________________________________________
71657 [  7114] By: jhi                                   on 2000/10/02  23:47:57
71658         Log: Subject: DOC PATCH 5.6.0
71659              From: mjd@plover.com
71660              Date: 30 Sep 2000 06:02:34 -0000
71661              Message-ID: <20000930060234.4559.qmail@plover.com>
71662      Branch: perl
71663            ! pod/perldebguts.pod
71664 ____________________________________________________________________________
71665 [  7113] By: jhi                                   on 2000/10/02  23:46:43
71666         Log: SOCK_DGRAM and listen() do not mix as reported in
71667              
71668              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
71669              From: Petter Reinholdtsen <pere@hungry.com>
71670              Date: Sun, 1 Oct 2000 10:57:20 +0800
71671              Message-Id: <200010010257.KAA05735@localhost.localdomain>
71672              
71673              The patch for 5.7.0+ had to be reengineered, though.
71674      Branch: perl
71675            ! ext/IO/lib/IO/Socket/UNIX.pm
71676 ____________________________________________________________________________
71677 [  7112] By: jhi                                   on 2000/10/02  23:36:57
71678         Log: Subject: Re: [PATCH 5.005_64 missed]
71679              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71680              Date: Sun, 1 Oct 2000 18:50:10 -0400
71681              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
71682      Branch: perl
71683            ! pod/perlxs.pod
71684 ____________________________________________________________________________
71685 [  7111] By: jhi                                   on 2000/10/02  23:35:40
71686         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
71687              From: Radu Greab <radu@netsoft.ro>
71688              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
71689              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
71690      Branch: perl
71691            ! op.c opcode.pl t/op/substr.t
71692 ____________________________________________________________________________
71693 [  7110] By: jhi                                   on 2000/10/02  23:32:38
71694         Log: Subject: [PATCH] Fix aliasing of tied filehandles
71695              From: Daniel Chetlin <daniel@chetlin.com>
71696              Date: Mon, 2 Oct 2000 14:53:27 -0700
71697              Message-ID: <20001002145327.C1617@ilmd>
71698      Branch: perl
71699            ! perl.h pp_hot.c t/op/tiehandle.t
71700 ____________________________________________________________________________
71701 [  7109] By: jhi                                   on 2000/10/02  23:31:30
71702         Log: s/Robin Parker/Robin Barker/
71703      Branch: perl
71704            ! Changes5.6
71705 ____________________________________________________________________________
71706 [  7108] By: jhi                                   on 2000/10/02  23:15:46
71707         Log: Retract #7091 as suggested in
71708              
71709              From: Robin Barker <rmb1@cise.npl.co.uk> 
71710              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
71711              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
71712              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
71713      Branch: perl
71714            ! embed.pl proto.h
71715 ____________________________________________________________________________
71716 [  7107] By: nick                                  on 2000/10/02  18:23:14
71717         Log: A few tweaks to get Tk803 to work with Encode scheme.
71718      Branch: perl
71719            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
71720 ____________________________________________________________________________
71721 [  7106] By: nick                                  on 2000/10/01  21:34:14
71722         Log: Add checking cases to Encode's toUnicode and fromUnicode.
71723      Branch: perl
71724            ! ext/Encode/Encode.pm
71725 ____________________________________________________________________________
71726 [  7105] By: nick                                  on 2000/10/01  17:18:01
71727         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
71728              To read and use them.
71729              Add a lib/encode.t which checks a few things.
71730      Branch: perl
71731            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
71732            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
71733            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
71734            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
71735            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
71736            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
71737            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
71738            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
71739            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
71740            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
71741            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
71742            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
71743            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
71744            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
71745            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
71746            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
71747            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
71748            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
71749            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
71750            + ext/Encode/Encode/iso2022-jp.enc
71751            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
71752            + ext/Encode/Encode/iso8859-1.enc
71753            + ext/Encode/Encode/iso8859-2.enc
71754            + ext/Encode/Encode/iso8859-3.enc
71755            + ext/Encode/Encode/iso8859-4.enc
71756            + ext/Encode/Encode/iso8859-5.enc
71757            + ext/Encode/Encode/iso8859-6.enc
71758            + ext/Encode/Encode/iso8859-7.enc
71759            + ext/Encode/Encode/iso8859-8.enc
71760            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
71761            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
71762            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
71763            + ext/Encode/Encode/macCentEuro.enc
71764            + ext/Encode/Encode/macCroatian.enc
71765            + ext/Encode/Encode/macCyrillic.enc
71766            + ext/Encode/Encode/macDingbats.enc
71767            + ext/Encode/Encode/macGreek.enc
71768            + ext/Encode/Encode/macIceland.enc
71769            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
71770            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
71771            + ext/Encode/Encode/macTurkish.enc
71772            + ext/Encode/Encode/macUkraine.enc
71773            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
71774            + t/lib/encode.t
71775            ! MANIFEST ext/Encode/Encode.pm
71776 ____________________________________________________________________________
71777 [  7104] By: nick                                  on 2000/09/30  13:04:30
71778         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
71779              From: Daniel Chetlin <daniel@chetlin.com>
71780              Date: Mon, 18 Sep 2000 05:05:40 -0700
71781              Message-Id: <20000918050540.C652@ilmd>
71782      Branch: perl
71783            ! lib/overload.pm sv.c t/pragma/overload.t
71784 ____________________________________________________________________________
71785 [  7103] By: nick                                  on 2000/09/30  12:53:36
71786         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
71787              From: Johan Vromans <jvromans@squirrel.nl>
71788              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
71789              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
71790      Branch: perl
71791            ! pod/Makefile.SH
71792 ____________________________________________________________________________
71793 [  7102] By: nick                                  on 2000/09/30  12:52:31
71794         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
71795              From: Spider Boardman <spider@Orb.Nashua.NH.US>
71796              Date: Sat, 16 Sep 2000 16:36:45 -0400
71797              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
71798      Branch: perl
71799            ! ext/B/B/Deparse.pm
71800 ____________________________________________________________________________
71801 [  7101] By: nick                                  on 2000/09/30  12:51:41
71802         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
71803              From: Craig A. Berry <craig.berry@psinetcs.com>
71804              Date: Sat, 16 Sep 2000 10:11:10 -0500
71805              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
71806      Branch: perl
71807            ! vms/vms.c
71808 ____________________________________________________________________________
71809 [  7100] By: nick                                  on 2000/09/30  12:50:33
71810         Log: Subject: Re: unicode support and perl [ID 20000901.097]
71811              From: Spider Boardman <spider@Orb.Nashua.NH.US>
71812              Date: Fri, 15 Sep 2000 16:37:58 -0400
71813              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
71814      Branch: perl
71815            ! t/op/append.t
71816 ____________________________________________________________________________
71817 [  7099] By: nick                                  on 2000/09/30  12:49:35
71818         Log: Subject: Re: unicode support and perl [ID 20000901.097]
71819              From: Spider Boardman <spider@Orb.Nashua.NH.US>
71820              Date: Fri, 15 Sep 2000 16:25:30 -0400
71821              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
71822      Branch: perl
71823            ! pp_hot.c
71824 ____________________________________________________________________________
71825 [  7098] By: nick                                  on 2000/09/30  12:48:00
71826         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
71827              From: Gisle Aas <gisle@ActiveState.com>
71828              Date: 15 Sep 2000 16:23:41 +0200
71829              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
71830      Branch: perl
71831            ! toke.c
71832 ____________________________________________________________________________
71833 [  7097] By: nick                                  on 2000/09/30  12:45:16
71834         Log: Subject: [PATCH] Nits in perlmod.pod
71835              From: Daniel Chetlin <daniel@chetlin.com>
71836              Date: Fri, 15 Sep 2000 02:04:09 -0700
71837              Message-Id: <20000915020409.A2104@ilmd>
71838      Branch: perl
71839            ! pod/perlmod.pod
71840 ____________________________________________________________________________
71841 [  7096] By: nick                                  on 2000/09/30  12:18:00
71842         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
71843              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
71844              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
71845              0 to checking to get the warning.
71846      Branch: perl
71847            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
71848            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
71849            ! regexec.c sv.c toke.c utf8.c
71850 ____________________________________________________________________________
71851 [  7095] By: nick                                  on 2000/09/15  16:55:59
71852         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
71853              
71854              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
71855              From: Spider Boardman <spider@Orb.Nashua.NH.US>
71856              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
71857              Date: Fri, 15 Sep 2000 06:37:30 -0400
71858      Branch: perl
71859            ! ext/Encode/Encode.xs sv.c
71860 ____________________________________________________________________________
71861 [  7094] By: jhi                                   on 2000/09/15  03:23:32
71862         Log: Update Changes.
71863      Branch: perl
71864            ! Changes patchlevel.h
71865 ____________________________________________________________________________
71866 [  7093] By: jhi                                   on 2000/09/15  03:11:44
71867         Log: Fix for the charnames.t failures from Spider Boardman.
71868      Branch: perl
71869            ! toke.c
71870 ____________________________________________________________________________
71871 [  7092] By: jhi                                   on 2000/09/15  00:15:48
71872         Log: Botched the #7090 check-in.
71873      Branch: perl
71874            ! sv.c
71875 ____________________________________________________________________________
71876 [  7091] By: jhi                                   on 2000/09/14  23:33:24
71877         Log: Part of #7081 didn't come through.
71878      Branch: perl
71879            ! embed.pl proto.h
71880 ____________________________________________________________________________
71881 [  7090] By: jhi                                   on 2000/09/14  23:17:39
71882         Log: Subject: Re: perl@7078 
71883              From: Spider Boardman <spider@web.zk3.dec.com>
71884              Date: Thu, 14 Sep 2000 19:06:36 -0400
71885              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
71886      Branch: perl
71887            ! sv.c toke.c
71888 ____________________________________________________________________________
71889 [  7089] By: jhi                                   on 2000/09/14  23:11:21
71890         Log: Small portability tweaks.
71891      Branch: perl
71892            ! ext/Encode/Encode.xs
71893 ____________________________________________________________________________
71894 [  7088] By: jhi                                   on 2000/09/14  22:57:23
71895         Log: Fake return to pacify picky compilers.
71896      Branch: perl
71897            ! ext/Encode/Encode.xs
71898 ____________________________________________________________________________
71899 [  7087] By: jhi                                   on 2000/09/14  22:53:37
71900         Log: Subject: [PATCH] utf8.c apidoc
71901              From: Simon Cozens <simon@cozens.net>
71902              Date: Thu, 14 Sep 2000 23:46:57 +0100
71903              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
71904      Branch: perl
71905            ! perlapi.c pod/perlapi.pod utf8.c
71906 ____________________________________________________________________________
71907 [  7086] By: jhi                                   on 2000/09/14  22:40:38
71908         Log: We don't need to count the high bit bytes, a boolean is enough. 
71909      Branch: perl
71910            ! sv.c
71911 ____________________________________________________________________________
71912 [  7085] By: jhi                                   on 2000/09/14  21:20:09
71913         Log: Replace #7084 with
71914              
71915              Subject: Re: perl@7078 
71916              From: Spider Boardman <spider@web.zk3.dec.com>
71917              Date: Thu, 14 Sep 2000 17:09:36 -0400
71918              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
71919      Branch: perl
71920            ! sv.c utf8.c
71921 ____________________________________________________________________________
71922 [  7084] By: jhi                                   on 2000/09/14  20:03:34
71923         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
71924              convertible to bytes by checking it doesn't go above 0xc3
71925              
71926              Subject: Re: perl@7078
71927              From: Simon Cozens <simon@cozens.net>
71928              Date: Thu, 14 Sep 2000 20:59:19 +0100
71929              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
71930      Branch: perl
71931            ! utf8.c
71932 ____________________________________________________________________________
71933 [  7083] By: jhi                                   on 2000/09/14  19:38:47
71934         Log: Subject: Re: perl@7078
71935              From: Simon Cozens <simon@cozens.net>
71936              Date: Thu, 14 Sep 2000 20:13:09 +0100
71937              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
71938      Branch: perl
71939            ! t/op/bop.t
71940 ____________________________________________________________________________
71941 [  7082] By: jhi                                   on 2000/09/14  17:50:44
71942         Log: The one that got away.
71943      Branch: perl
71944            ! lib/File/Find.pm
71945 ____________________________________________________________________________
71946 [  7081] By: jhi                                   on 2000/09/14  17:45:35
71947         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
71948              From: Robin Barker <rmb1@cise.npl.co.uk>
71949              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
71950              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
71951      Branch: perl
71952            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
71953            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
71954            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
71955            ! regcomp.c toke.c universal.c
71956 ____________________________________________________________________________
71957 [  7080] By: jhi                                   on 2000/09/14  17:40:35
71958         Log: Problems picked up by AIX cc.
71959              
71960              Subject: Re: perl@7078 (patch included)
71961              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
71962              Date: Thu, 14 Sep 2000 18:53:30 +0200
71963              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
71964      Branch: perl
71965            ! ext/Encode/Encode.xs
71966 ____________________________________________________________________________
71967 [  7079] By: jhi                                   on 2000/09/14  17:38:27
71968         Log: Subject: File::Find 5.7.0 POD nits
71969              From: Rich Morin <rdm@cfcl.com>
71970              Date: Wed, 13 Sep 2000 22:03:58 -0700
71971              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
71972      Branch: perl
71973            ! lib/File/Find.pm
71974 ____________________________________________________________________________
71975 [  7078] By: jhi                                   on 2000/09/14  14:58:20
71976         Log: Update Changes.
71977      Branch: perl
71978            ! Changes patchlevel.h
71979 ____________________________________________________________________________
71980 [  7077] By: jhi                                   on 2000/09/14  14:55:54
71981         Log: Compilation warnings and an error.
71982      Branch: perl
71983            ! sv.c
71984 ____________________________________________________________________________
71985 [  7076] By: jhi                                   on 2000/09/14  14:42:56
71986         Log: Fix for a parsing bug, not for the original bug.
71987              
71988              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
71989              From: Spider Boardman <spider@web.zk3.dec.com>
71990              Date: Wed, 13 Sep 2000 17:52:20 -0400
71991              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
71992      Branch: perl
71993            ! regcomp.c
71994 ____________________________________________________________________________
71995 [  7075] By: jhi                                   on 2000/09/14  14:40:40
71996         Log: Batch of UTF-8 patches from Simon Cozens.
71997      Branch: perl
71998            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
71999            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
72000            ! toke.c utf8.c
72001 ____________________________________________________________________________
72002 [  7074] By: jhi                                   on 2000/09/14  14:29:58
72003         Log: Subject: Re: Two advertising clauses need to be removed
72004              From: Russ Allbery <rra@stanford.edu>
72005              Date: 13 Sep 2000 18:50:26 -0700
72006              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
72007      Branch: perl
72008            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
72009 ____________________________________________________________________________
72010 [  7073] By: jhi                                   on 2000/09/14  14:28:20
72011         Log: Subject: [PATCH] de-wall t/README
72012              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
72013              Date: Wed, 13 Sep 2000 17:46:55 -0700
72014              Message-ID: <//Bw5gzkge/e092yn@efn.org>
72015      Branch: perl
72016            ! t/README
72017 ____________________________________________________________________________
72018 [  7072] By: jhi                                   on 2000/09/14  14:25:10
72019         Log: Hints optimization.
72020              
72021              Subject: Minor nit
72022              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72023              Date: Wed, 13 Sep 2000 21:42:07 +0200
72024              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
72025      Branch: perl
72026            ! hints/hpux.sh
72027 ____________________________________________________________________________
72028 [  7071] By: jhi                                   on 2000/09/14  14:23:30
72029         Log: Allow chop() and chomp() to be overridden.
72030              
72031              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
72032              From: "Casey R. Tweten" <crt@kiski.net>
72033              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
72034              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
72035      Branch: perl
72036            ! toke.c
72037 ____________________________________________________________________________
72038 [  7070] By: jhi                                   on 2000/09/14  14:20:36
72039         Log: The return value of setlocale must be copied away.
72040              
72041              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
72042              From: Alan Burlison <Alan.Burlison@uk.sun.com>
72043              Date: Wed, 13 Sep 2000 16:27:37 +0100 
72044              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
72045      Branch: perl
72046            ! util.c
72047 ____________________________________________________________________________
72048 [  7069] By: jhi                                   on 2000/09/14  14:16:27
72049         Log: Remove vestiges of tr//CU.
72050              
72051              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
72052              From: Nick Clark <nick@plum.flirble.org>
72053              Date: Tue, 12 Sep 2000 22:50:14 +0100
72054              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
72055              
72056              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
72057              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
72058              Date: Tue, 12 Sep 2000 21:38:48 -0700
72059              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
72060      Branch: perl
72061            ! op.h pod/perlunicode.pod
72062 ____________________________________________________________________________
72063 [  7068] By: jhi                                   on 2000/09/13  14:18:39
72064         Log: Add the Encode extension.  The code is still largely just skeleton.
72065      Branch: perl
72066            + ext/Encode/Encode.pm ext/Encode/Encode.xs
72067            + ext/Encode/Makefile.PL ext/Encode/Todo
72068            ! MANIFEST Todo-5.6
72069 ____________________________________________________________________________
72070 [  7067] By: jhi                                   on 2000/09/12  17:43:33
72071         Log: Allow for whitespace between "#" and "line" in cpp output.
72072              
72073              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
72074              From: Calle Dybedahl <calle@lysator.liu.se>
72075              Date: 12 Sep 2000 19:38:02 +0200 
72076              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
72077      Branch: perl
72078            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
72079 ____________________________________________________________________________
72080 [  7066] By: gsar                                  on 2000/09/12  17:24:29
72081         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
72082              initialization in all the threads on Windows
72083      Branch: perl
72084            ! win32/win32.c
72085 ____________________________________________________________________________
72086 [  7065] By: jhi                                   on 2000/09/12  15:11:31
72087         Log: Update Changes.
72088      Branch: perl
72089            ! Changes patchlevel.h
72090 ____________________________________________________________________________
72091 [  7064] By: jhi                                   on 2000/09/12  14:54:54
72092         Log: Retract #7062, the pod tests are not ready.
72093      Branch: perl
72094            ! t/TEST t/harness
72095 ____________________________________________________________________________
72096 [  7063] By: jhi                                   on 2000/09/12  14:25:41
72097         Log: The #7054 truncated Configure badly.
72098      Branch: metaconfig/U/perl
72099            ! End.U
72100      Branch: perl
72101            ! Configure config_h.SH
72102 ____________________________________________________________________________
72103 [  7062] By: jhi                                   on 2000/09/12  14:08:32
72104         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
72105              From: sthoenna@efn.org
72106              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
72107              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
72108      Branch: perl
72109            ! t/TEST t/harness
72110 ____________________________________________________________________________
72111 [  7061] By: jhi                                   on 2000/09/12  14:07:18
72112         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
72113              From: sthoenna@efn.org
72114              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
72115              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
72116      Branch: perl
72117            ! pod/perlxs.pod
72118 ____________________________________________________________________________
72119 [  7060] By: jhi                                   on 2000/09/12  14:06:08
72120         Log: Break up the myconfig lines a bit.
72121              
72122              Subject: perlbug/perl -V output format
72123              From: sthoenna@efn.org
72124              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
72125              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
72126      Branch: perl
72127            ! myconfig.SH
72128 ____________________________________________________________________________
72129 [  7059] By: jhi                                   on 2000/09/12  14:05:04
72130         Log: Test for the #7049.
72131              
72132              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
72133              From: andreas.koenig@anima.de (Andreas J. Koenig)
72134              Date: 12 Sep 2000 06:42:01 +0200
72135              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
72136      Branch: perl
72137            ! t/op/my.t
72138 ____________________________________________________________________________
72139 [  7058] By: jhi                                   on 2000/09/12  14:03:05
72140         Log: Subject: [patch: perl@7045] vms updates
72141              From: Peter Prymmer <pvhp@forte.com>
72142              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
72143              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
72144      Branch: perl
72145            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
72146 ____________________________________________________________________________
72147 [  7057] By: jhi                                   on 2000/09/12  14:00:51
72148         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
72149              From: sthoenna@efn.org
72150              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
72151              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
72152      Branch: perl
72153            ! t/op/64bitint.t
72154 ____________________________________________________________________________
72155 [  7056] By: jhi                                   on 2000/09/12  13:58:14
72156         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
72157              From: Jeff Pinyan <jeffp@crusoe.net>
72158              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
72159              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
72160      Branch: perl
72161            ! pod/perlfunc.pod
72162 ____________________________________________________________________________
72163 [  7055] By: jhi                                   on 2000/09/12  13:56:32
72164         Log: Do in VMS as the #7054 does.
72165      Branch: perl
72166            ! configure.com
72167 ____________________________________________________________________________
72168 [  7054] By: jhi                                   on 2000/09/12  13:50:31
72169         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
72170              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
72171              Date: Mon, 11 Sep 2000 08:33:09 +0100
72172              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
72173      Branch: metaconfig/U/perl
72174            ! End.U
72175      Branch: perl
72176            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
72177            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
72178 ____________________________________________________________________________
72179 [  7053] By: jhi                                   on 2000/09/12  13:29:19
72180         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
72181              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
72182              Date:     Tue, 12 Sep 2000 08:35:59 EDT
72183              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
72184      Branch: perl
72185            ! vms/test.com
72186 ____________________________________________________________________________
72187 [  7052] By: jhi                                   on 2000/09/11  23:01:50
72188         Log: Document the SvUTF8*().
72189      Branch: perl
72190            ! pod/perlapi.pod sv.h
72191 ____________________________________________________________________________
72192 [  7051] By: gsar                                  on 2000/09/11  14:46:30
72193         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
72194              (missed a spot when fixing up op_pmreplroot hack for ithreads)
72195      Branch: perl
72196            ! op.c t/op/split.t
72197 ____________________________________________________________________________
72198 [  7050] By: nick                                  on 2000/09/11  10:03:51
72199         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
72200              
72201              Subject: borland C++ win32.c tweak
72202              From: Vadim Konovalov <vkonovalov@lucent.com>
72203              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
72204              Date: Mon, 11 Sep 2000 11:22:33 +0400
72205      Branch: perl
72206            ! win32/win32.c
72207 ____________________________________________________________________________
72208 [  7049] By: nick                                  on 2000/09/11  09:57:33
72209         Log: Point fix for s/// on foreach (keys %xxx).
72210      Branch: perl
72211            ! pp_hot.c
72212 ____________________________________________________________________________
72213 [  7048] By: jhi                                   on 2000/09/10  23:37:09
72214         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
72215              by Pod::Text, from Brad Appleton.
72216      Branch: perl
72217            ! t/pod/testp2pt.pl
72218 ____________________________________________________________________________
72219 [  7047] By: jhi                                   on 2000/09/10  14:32:53
72220         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
72221              by Russ Allbery.
72222      Branch: perl
72223            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
72224 ____________________________________________________________________________
72225 [  7046] By: jhi                                   on 2000/09/10  14:15:08
72226         Log: Upgrade to CPAN 1.57_65, from Andreas König.
72227      Branch: perl
72228            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
72229 ____________________________________________________________________________
72230 [  7045] By: jhi                                   on 2000/09/08  21:36:32
72231         Log: Update Changes.
72232      Branch: perl
72233            ! Changes patchlevel.h
72234 ____________________________________________________________________________
72235 [  7044] By: jhi                                   on 2000/09/08  21:29:56
72236         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
72237              From: Peter Prymmer <pvhp@forte.com>
72238              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
72239              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
72240      Branch: perl
72241            ! configure.com
72242 ____________________________________________________________________________
72243 [  7043] By: jhi                                   on 2000/09/08  21:27:50
72244         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
72245              From: Peter Prymmer <pvhp@forte.com>
72246              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
72247              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
72248      Branch: perl
72249            ! Makefile.SH installperl
72250 ____________________________________________________________________________
72251 [  7042] By: jhi                                   on 2000/09/08  21:23:21
72252         Log: Continue #7041.
72253      Branch: perl
72254            ! cygwin/Makefile.SHs os2/Makefile.SHs
72255 ____________________________________________________________________________
72256 [  7041] By: jhi                                   on 2000/09/08  21:18:10
72257         Log: Do away with memory models cruft.  Sorry, PDP users.
72258      Branch: metaconfig
72259            ! U/modified/cc.U U/modified/libpth.U
72260      Branch: perl
72261            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
72262            ! Porting/config_H cflags.SH config_h.SH configure.com
72263            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
72264            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
72265            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
72266 ____________________________________________________________________________
72267 [  7040] By: jhi                                   on 2000/09/08  14:34:18
72268         Log: Major rewrite of s2p.  And I mean really major, it is
72269              an implementation of sed in perl.  If called as s2p it
72270              will function as s2p.  Note: needs non-UNIXifying.
72271              
72272              Subject: s2p
72273              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
72274              Date: Mon, 28 Aug 2000 14:05:12 +0200
72275              Message-ID: <39AA5578.2102E2AA@alcatel.at>
72276      Branch: perl
72277            ! x2p/s2p.PL
72278 ____________________________________________________________________________
72279 [  7039] By: jhi                                   on 2000/09/08  14:19:49
72280         Log: Re-allow vec() for characters > 255.
72281              
72282              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
72283              From: Spider Boardman <spider@web.zk3.dec.com>
72284              Date: Fri, 08 Sep 2000 02:21:02 -0400
72285              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
72286      Branch: perl
72287            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
72288            ! t/op/vec.t
72289 ____________________________________________________________________________
72290 [  7038] By: jhi                                   on 2000/09/08  14:14:18
72291         Log: Subject: [PATCH lib/Benchmark.pm]
72292              From: <abigail@foad.org>
72293              Date: Thu, 7 Sep 2000 15:03:20 -0400
72294              Message-ID: <20000907190320.888.qmail@foad.org>
72295      Branch: perl
72296            ! lib/Benchmark.pm
72297 ____________________________________________________________________________
72298 [  7037] By: jhi                                   on 2000/09/08  14:11:06
72299         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
72300              
72301              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
72302              From: Spider Boardman <spider@web.zk3.dec.com>
72303              Date: Fri, 08 Sep 2000 01:30:27 -0400
72304              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
72305      Branch: perl
72306            ! op.c
72307 ____________________________________________________________________________
72308 [  7036] By: jhi                                   on 2000/09/08  14:08:58
72309         Log: Subject: [ID 20000908.002] perlipc documentation bug.
72310              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
72311              Date: Fri, 08 Sep 2000 12:38:32 +0200
72312              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
72313      Branch: perl
72314            ! pod/perlipc.pod
72315 ____________________________________________________________________________
72316 [  7035] By: jhi                                   on 2000/09/08  14:03:12
72317         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
72318              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72319              Date: Fri, 08 Sep 2000 11:47:34 +0200
72320              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
72321      Branch: perl
72322            ! hints/dec_osf.sh
72323 ____________________________________________________________________________
72324 [  7034] By: jhi                                   on 2000/09/08  13:59:35
72325         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
72326              From: Simon Cozens <simon@cozens.net>
72327              Date: Thu, 7 Sep 2000 20:40:38 +0100
72328              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
72329      Branch: perl
72330            ! pp_hot.c
72331 ____________________________________________________________________________
72332 [  7033] By: jhi                                   on 2000/09/08  04:03:03
72333         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
72334              From: "Larry W. Virden" <lvirden@cas.org>
72335              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
72336              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
72337      Branch: perl
72338            ! pod/perldiag.pod
72339 ____________________________________________________________________________
72340 [  7032] By: jhi                                   on 2000/09/07  22:18:30
72341         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
72342              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
72343              Date: Mon, 04 Sep 2000 13:16:38 -0700
72344              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
72345      Branch: perl
72346            ! lib/perl5db.pl
72347 ____________________________________________________________________________
72348 [  7031] By: jhi                                   on 2000/09/07  22:02:29
72349         Log: Fix the ccversion detection for 5.1 and beyond.
72350              
72351              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
72352              From: Spider Boardman <spider@leggy.zk3.dec.com>
72353              Date: Thu, 7 Sep 2000 17:54:27 -0400
72354              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
72355      Branch: perl
72356            ! hints/dec_osf.sh
72357 ____________________________________________________________________________
72358 [  7030] By: jhi                                   on 2000/09/07  19:12:28
72359         Log: Fix for
72360              
72361              Subject: [ID 20000903.001] \w in utf8-strings
72362              From: Marc Lehmann <pcg@goof.com>
72363              Date: Sun, 03 Sep 2000 09:44:29 +0200
72364              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
72365              
72366              and various related nits.
72367      Branch: perl
72368            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
72369 ____________________________________________________________________________
72370 [  7029] By: jhi                                   on 2000/09/07  18:49:09
72371         Log: Fix the URL, but the server is still missing in action.
72372              
72373              Subject: [ID 20000905.002] perlfaq1.pod URL error
72374              From: "Larry W. Virden" <lvirden@cas.org>
72375              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
72376              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
72377      Branch: perl
72378            ! pod/perlfaq1.pod
72379 ____________________________________________________________________________
72380 [  7028] By: jhi                                   on 2000/09/07  18:47:13
72381         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
72382              From: Hugo <hv@crypt.compulink.co.uk>
72383              Date: Tue, 05 Sep 2000 14:13:37 +0100
72384              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
72385      Branch: perl
72386            ! toke.c
72387 ____________________________________________________________________________
72388 [  7027] By: jhi                                   on 2000/09/07  18:45:35
72389         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
72390              From: Daniel Chetlin <daniel@chetlin.com>
72391              Date: Tue, 5 Sep 2000 04:57:07 -0700
72392              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
72393      Branch: perl
72394            ! pod/perlfaq6.pod pod/perlop.pod
72395 ____________________________________________________________________________
72396 [  7026] By: jhi                                   on 2000/09/07  18:44:01
72397         Log: Document the new ref() semantics.
72398              
72399              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
72400              From: Gisle Aas <gisle@ActiveState.com>
72401              Date: 05 Sep 2000 08:10:30 +0200
72402              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
72403      Branch: perl
72404            ! pod/perldelta.pod
72405 ____________________________________________________________________________
72406 [  7025] By: jhi                                   on 2000/09/07  18:42:27
72407         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
72408              
72409              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
72410              From: Gisle Aas <gisle@ActiveState.com>
72411              Date: 05 Sep 2000 08:11:40 +0200
72412              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
72413      Branch: perl
72414            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
72415 ____________________________________________________________________________
72416 [  7024] By: jhi                                   on 2000/09/07  18:39:32
72417         Log: Subject: [PATCH] Modernize Opcode.pm documentation
72418              From: Gisle Aas <gisle@ActiveState.com>
72419              Date: 4 Sep 2000 00:18:55 -0000
72420              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
72421      Branch: perl
72422            ! ext/Opcode/Opcode.pm
72423 ____________________________________________________________________________
72424 [  7023] By: jhi                                   on 2000/09/07  18:37:42
72425         Log: Subject: [PATCH] Tied filehandle documentation
72426              From: Gisle Aas <gisle@ActiveState.com>
72427              Date: 4 Sep 2000 00:14:40 -0000
72428              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
72429      Branch: perl
72430            ! pod/perlfunc.pod pod/perltie.pod
72431 ____________________________________________________________________________
72432 [  7022] By: jhi                                   on 2000/09/07  18:35:37
72433         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
72434              From: Gisle Aas <gisle@ActiveState.com>
72435              Date: 4 Sep 2000 00:04:22 -0000
72436              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
72437      Branch: perl
72438            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
72439 ____________________________________________________________________________
72440 [  7021] By: jhi                                   on 2000/09/07  18:33:22
72441         Log: Subject: small apidoc fix
72442              From: Marc Lehmann <pcg@goof.com>
72443              Date: Sun, 3 Sep 2000 05:12:06 +0200
72444              Message-ID: <20000903051206.A5909@cerebro.laendle>
72445      Branch: perl
72446            ! pod/perlapi.pod utf8.c
72447 ____________________________________________________________________________
72448 [  7020] By: jhi                                   on 2000/09/07  16:14:57
72449         Log: Tiny perldelta nits.
72450      Branch: perl
72451            ! pod/perldelta.pod
72452 ____________________________________________________________________________
72453 [  7019] By: jhi                                   on 2000/09/07  16:04:20
72454         Log: Guard against bad string->int conversion for quads.
72455      Branch: perl
72456            ! t/op/64bitint.t
72457 ____________________________________________________________________________
72458 [  7018] By: jhi                                   on 2000/09/06  17:07:03
72459         Log: Update Unicode todo list.
72460      Branch: perl
72461            ! Todo-5.6
72462 ____________________________________________________________________________
72463 [  7017] By: jhi                                   on 2000/09/05  21:16:01
72464         Log: Document the SvIOK_.*UV().
72465      Branch: perl
72466            ! pod/perlapi.pod sv.h
72467 ____________________________________________________________________________
72468 [  7016] By: nick                                  on 2000/09/03  21:54:46
72469         Log: Hash lookup of constant strings optimization:
72470              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
72471              to string table (as per sharepvn). Add newSV_pvn_share to create such
72472              a thing. Make hv.c compare addresses of strings and skip string compare
72473              if equal. Make method_named and helem ops use these shared-string SVs
72474              when arg is constant. Make keys op return shared-string SVs (less clearly
72475              a win).
72476      Branch: perl
72477            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
72478            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
72479            ! pod/perlintern.pod pp_hot.c proto.h sv.c
72480 ____________________________________________________________________________
72481 [  7015] By: jhi                                   on 2000/09/02  17:48:59
72482         Log: This is 5.7.0.
72483      Branch: perl
72484            ! Changes
72485 ____________________________________________________________________________
72486 [  7014] By: jhi                                   on 2000/09/02  17:35:45
72487         Log: Changes and patchlevel tweaks.
72488      Branch: perl
72489            ! Changes patchlevel.h
72490 ____________________________________________________________________________
72491 [  7013] By: jhi                                   on 2000/09/02  17:30:50
72492         Log: Update Changes.
72493      Branch: perl
72494            ! Changes patchlevel.h
72495 ____________________________________________________________________________
72496 [  7012] By: nick                                  on 2000/09/02  17:25:20
72497         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
72498      Branch: perl
72499            ! gv.c lib/overload.pm
72500 ____________________________________________________________________________
72501 [  7011] By: jhi                                   on 2000/09/02  17:16:25
72502         Log: Update perlhist.
72503      Branch: perl
72504            ! pod/perlhist.pod
72505 ____________________________________________________________________________
72506 [  7010] By: jhi                                   on 2000/09/02  17:01:35
72507         Log: perldelta nits.
72508      Branch: perl
72509            ! pod/perldelta.pod
72510 ____________________________________________________________________________
72511 [  7009] By: nick                                  on 2000/09/02  16:48:35
72512         Log: If overloaded %{} etc. return the object do not loop.
72513              Thus  sub deref { $_[0] } functions if object is wanted type.
72514      Branch: perl
72515            ! pp.h
72516 ____________________________________________________________________________
72517 [  7008] By: jhi                                   on 2000/09/02  16:26:11
72518         Log: Retab MANIFEST.
72519      Branch: perl
72520            ! ext/Storable/MANIFEST
72521 ____________________________________________________________________________
72522 [  7007] By: jhi                                   on 2000/09/02  16:23:02
72523         Log: Make certain cc is set before trying to run it.
72524      Branch: perl
72525            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
72526 ____________________________________________________________________________
72527 [  7006] By: jhi                                   on 2000/09/02  15:45:41
72528         Log: Unicode notes.
72529      Branch: perl
72530            ! pod/perldelta.pod
72531 ____________________________________________________________________________
72532 [  7005] By: jhi                                   on 2000/09/02  15:42:11
72533         Log: Various Configure nits by Philip Newton,
72534              plus the ebcdic one by me.
72535      Branch: metaconfig
72536            + U/modified/pager.U
72537            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
72538      Branch: metaconfig/U/perl
72539            ! Devel.U quadfio.U
72540      Branch: perl
72541            ! Configure config_h.SH
72542 ____________________________________________________________________________
72543 [  7004] By: jhi                                   on 2000/09/02  15:06:14
72544         Log: Apparently avoiding the swapping is too costly.
72545              
72546              From: "Ben Tilly" <ben_tilly@hotmail.com>
72547              Subject: Re: the door is closed.
72548              Date: Fri, 01 Sep 2000 20:23:16 EDT
72549              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
72550      Branch: perl
72551            ! pod/perlfaq4.pod
72552 ____________________________________________________________________________
72553 [  7003] By: nick                                  on 2000/09/02  12:26:04
72554         Log: Undo part of change 6489 which looks like a bulk edit which
72555              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
72556              The supressing of main:: on return from select() is undesirable.
72557      Branch: perl
72558            ! pp_sys.c
72559 ____________________________________________________________________________
72560 [  7002] By: jhi                                   on 2000/09/01  23:08:54
72561         Log: Update Changes.
72562      Branch: perl
72563            ! Changes patchlevel.h
72564 ____________________________________________________________________________
72565 [  7001] By: jhi                                   on 2000/09/01  23:00:13
72566         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
72567              From: Peter Prymmer <pvhp@forte.com>
72568              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
72569              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
72570              
72571              plus rework the http: spots as suggested by Tom Christiansen,
72572              plus regen perltoc.
72573      Branch: perl
72574            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
72575            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
72576 ____________________________________________________________________________
72577 [  7000] By: jhi                                   on 2000/09/01  22:36:01
72578         Log: Only the first line, thank you very much.
72579      Branch: perl
72580            ! hints/solaris_2.sh
72581 ____________________________________________________________________________
72582 [  6999] By: gsar                                  on 2000/09/01  22:16:40
72583         Log: change#6791 accidentally clobbered change#6710, put it back
72584      Branch: perl
72585            ! win32/win32.c
72586 ____________________________________________________________________________
72587 [  6998] By: jhi                                   on 2000/09/01  22:14:16
72588         Log: Mention the HP-UX LP64 freak failure.
72589      Branch: perl
72590            ! pod/perldelta.pod
72591 ____________________________________________________________________________
72592 [  6997] By: jhi                                   on 2000/09/01  21:48:32
72593         Log: Detypo.
72594      Branch: perl
72595            ! hints/hpux.sh
72596 ____________________________________________________________________________
72597 [  6996] By: jhi                                   on 2000/09/01  21:27:10
72598         Log: Update Changes.
72599      Branch: perl
72600            ! Changes patchlevel.h
72601 ____________________________________________________________________________
72602 [  6995] By: jhi                                   on 2000/09/01  21:14:24
72603         Log: Mi splgn s gnin.g
72604      Branch: perl
72605            ! pp_ctl.c
72606 ____________________________________________________________________________
72607 [  6994] By: jhi                                   on 2000/09/01  21:09:54
72608         Log: Subject: http:// in L<>
72609              From: Nicholas Clark <nick@ccl4.org>
72610              Date: Fri, 1 Sep 2000 22:03:21 +0100
72611              Message-ID: <20000901220321.B72074@plum.flirble.org>
72612      Branch: perl
72613            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
72614 ____________________________________________________________________________
72615 [  6993] By: jhi                                   on 2000/09/01  21:06:54
72616         Log: Update to Storable 1.0, from Raphael Manfredi.
72617      Branch: perl
72618            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
72619            ! ext/Storable/Makefile.PL ext/Storable/README
72620            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
72621            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
72622            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
72623            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
72624            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
72625            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
72626 ____________________________________________________________________________
72627 [  6992] By: jhi                                   on 2000/09/01  20:43:05
72628         Log: Mention known sfio+linux buglet.
72629      Branch: perl
72630            ! pod/perldelta.pod
72631 ____________________________________________________________________________
72632 [  6991] By: jhi                                   on 2000/09/01  20:40:11
72633         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
72634              From: Peter Prymmer <pvhp@forte.com>
72635              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
72636              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
72637      Branch: perl
72638            ! vms/vms.c
72639 ____________________________________________________________________________
72640 [  6990] By: jhi                                   on 2000/09/01  20:25:26
72641         Log: Retract #6986.
72642      Branch: perl
72643            ! hints/solaris_2.sh
72644 ____________________________________________________________________________
72645 [  6989] By: jhi                                   on 2000/09/01  20:23:00
72646         Log: Mergesort is back.
72647      Branch: perl
72648            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
72649 ____________________________________________________________________________
72650 [  6988] By: jhi                                   on 2000/09/01  19:37:40
72651         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
72652              From: Mike Guy <mjtg@cam.ac.uk>
72653              Date: Fri, 01 Sep 2000 17:43:33 +0100
72654              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
72655      Branch: perl
72656            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
72657            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
72658 ____________________________________________________________________________
72659 [  6987] By: jhi                                   on 2000/09/01  19:17:10
72660         Log: Regen perltoc.
72661      Branch: perl
72662            ! pod/perltoc.pod
72663 ____________________________________________________________________________
72664 [  6986] By: jhi                                   on 2000/09/01  18:51:10
72665         Log: Subject: Re: Solaris x86 has no SPARC libraries!
72666              From: Lupe Christoph <lupe@lupe-christoph.de>
72667              Date: Fri, 1 Sep 2000 20:41:20 +0200
72668              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
72669      Branch: perl
72670            ! hints/solaris_2.sh
72671 ____________________________________________________________________________
72672 [  6985] By: jhi                                   on 2000/09/01  18:28:10
72673         Log: Update Changes.
72674      Branch: perl
72675            ! Changes patchlevel.h
72676 ____________________________________________________________________________
72677 [  6984] By: jhi                                   on 2000/09/01  18:26:53
72678         Log: Feature ordering tweak.
72679      Branch: perl
72680            ! myconfig.SH
72681 ____________________________________________________________________________
72682 [  6983] By: jhi                                   on 2000/09/01  18:19:50
72683         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
72684              From: <abigail@foad.org>
72685              Date: Fri, 1 Sep 2000 13:07:32 -0400
72686              Message-ID: <20000901170732.18249.qmail@foad.org>
72687      Branch: perl
72688            ! t/pragma/overload.t
72689 ____________________________________________________________________________
72690 [  6982] By: jhi                                   on 2000/09/01  18:17:54
72691         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
72692              so that case-ignoring systems like DCL can tell them from
72693              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
72694      Branch: metaconfig/U/perl
72695            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
72696      Branch: perl
72697            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72698            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
72699            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
72700            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
72701            ! vos/config.def vos/config.h vos/config_h.SH_orig
72702            ! win32/config.bc win32/config.gc win32/config.vc
72703 ____________________________________________________________________________
72704 [  6981] By: nick                                  on 2000/09/01  17:21:57
72705         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
72706              warning when UNTIE exists and instead pass the count of extra references to
72707              the UNTIE method.
72708      Branch: perl
72709            ! pod/perltie.pod pp_sys.c
72710 ____________________________________________________________________________
72711 [  6980] By: jhi                                   on 2000/09/01  16:54:44
72712         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
72713              From: Peter Prymmer <pvhp@forte.com>
72714              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
72715              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
72716      Branch: perl
72717            ! configure.com
72718 ____________________________________________________________________________
72719 [  6979] By: jhi                                   on 2000/09/01  16:06:20
72720         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
72721              From: Mike Guy <mjtg@cam.ac.uk> 
72722              Date: Fri, 01 Sep 2000 16:49:27 +0100
72723              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
72724      Branch: perl
72725            ! t/base/rs.t
72726 ____________________________________________________________________________
72727 [  6978] By: jhi                                   on 2000/09/01  16:00:42
72728         Log: Update to PodParser 1.18, from Brad Appleton.
72729      Branch: perl
72730            ! lib/Pod/Checker.pm t/pod/find.t
72731 ____________________________________________________________________________
72732 [  6977] By: jhi                                   on 2000/09/01  14:48:58
72733         Log: Subject: Nit in Configure (bleadperl@6961)
72734              From: Lupe Christoph <lupe@lupe-christoph.de>
72735              Date: Fri, 1 Sep 2000 16:34:29 +0200
72736              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
72737      Branch: metaconfig
72738            ! U/compline/ccflags.U
72739      Branch: perl
72740            ! Configure config_h.SH
72741 ____________________________________________________________________________
72742 [  6976] By: jhi                                   on 2000/09/01  14:39:52
72743         Log: Update Changes.
72744      Branch: perl
72745            ! Changes patchlevel.h
72746 ____________________________________________________________________________
72747 [  6975] By: jhi                                   on 2000/09/01  14:37:36
72748         Log: microperl config update.
72749      Branch: perl
72750            ! uconfig.h uconfig.sh
72751 ____________________________________________________________________________
72752 [  6974] By: jhi                                   on 2000/09/01  14:36:53
72753         Log: Document known deficiencies.
72754      Branch: perl
72755            ! pod/perldelta.pod
72756 ____________________________________________________________________________
72757 [  6973] By: jhi                                   on 2000/09/01  14:10:20
72758         Log: Mention warnings fixes and updates.
72759      Branch: perl
72760            ! pod/perldelta.pod
72761 ____________________________________________________________________________
72762 [  6972] By: jhi                                   on 2000/09/01  14:01:52
72763         Log: Drop unused argument.
72764              
72765              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
72766              From: Spider Boardman <spider@web.zk3.dec.com>
72767              Date: Thu, 31 Aug 2000 16:10:15 -0400
72768              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
72769      Branch: perl
72770            ! toke.c
72771 ____________________________________________________________________________
72772 [  6971] By: jhi                                   on 2000/09/01  13:59:24
72773         Log: Add the overload warnings to perldiag.
72774      Branch: perl
72775            ! lib/overload.pm pod/perldiag.pod
72776 ____________________________________________________________________________
72777 [  6970] By: jhi                                   on 2000/09/01  13:55:10
72778         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
72779              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
72780              Date: Fri, 1 Sep 2000 13:43:15 +0100 
72781              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
72782      Branch: perl
72783            ! lib/overload.pm t/pragma/overload.t
72784 ____________________________________________________________________________
72785 [  6969] By: jhi                                   on 2000/09/01  13:52:27
72786         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
72787              From: <abigail@foad.org>
72788              Date: Fri, 1 Sep 2000 05:46:54 -0400
72789              Message-ID: <20000901094654.6476.qmail@foad.org>
72790      Branch: perl
72791            ! lib/overload.pm
72792 ____________________________________________________________________________
72793 [  6968] By: jhi                                   on 2000/09/01  13:50:05
72794         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
72795              From: Daniel Chetlin <daniel@chetlin.com>
72796              Date: Fri, 1 Sep 2000 02:10:55 -0700
72797              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
72798      Branch: perl
72799            ! pod/perlretut.pod
72800 ____________________________________________________________________________
72801 [  6967] By: jhi                                   on 2000/09/01  13:47:54
72802         Log: Part of the solution.
72803              
72804              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
72805              From: Mike Guy <mjtg@cam.ac.uk>
72806              Date: Fri, 01 Sep 2000 14:16:01 +0100
72807              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
72808      Branch: perl
72809            ! gv.c mg.c
72810 ____________________________________________________________________________
72811 [  6966] By: jhi                                   on 2000/09/01  13:46:17
72812         Log: Subject: CPAN.pm beta 1.57_57 for the core
72813              From: andreas.koenig@anima.de (Andreas J. Koenig)
72814              Date: 01 Sep 2000 15:16:31 +0200
72815              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
72816      Branch: perl
72817            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
72818 ____________________________________________________________________________
72819 [  6965] By: jhi                                   on 2000/09/01  13:43:18
72820         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
72821              From: "Craig A. Berry" <craig.berry@psinetcs.com>
72822              Date: Fri, 01 Sep 2000 01:47:22 -0500
72823              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
72824      Branch: perl
72825            ! pod/perldelta.pod vms/vms.c
72826 ____________________________________________________________________________
72827 [  6964] By: jhi                                   on 2000/09/01  13:35:35
72828         Log: File::Temp patches from Andreas König,
72829              
72830              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
72831              From: andreas.koenig@anima.de (Andreas J. Koenig)
72832              Date: 01 Sep 2000 10:07:20 +0200
72833              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
72834              
72835              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
72836              From: andreas.koenig@anima.de (Andreas J. Koenig)
72837              Date: 31 Aug 2000 23:26:08 +0200
72838              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
72839      Branch: perl
72840            ! lib/File/Temp.pm t/lib/ftmp-security.t
72841 ____________________________________________________________________________
72842 [  6963] By: jhi                                   on 2000/09/01  02:22:24
72843         Log: Retract the mergesort code, way too incompatible licensing
72844              and copyrights.
72845      Branch: perl
72846            ! pod/perldelta.pod pp_ctl.c
72847 ____________________________________________________________________________
72848 [  6962] By: jhi                                   on 2000/08/31  23:27:32
72849         Log: Update Changes.
72850      Branch: perl
72851            ! Changes patchlevel.h
72852 ____________________________________________________________________________
72853 [  6961] By: jhi                                   on 2000/08/31  23:20:04
72854         Log: Small tweaks all over.
72855      Branch: metaconfig
72856            ! U/compline/d_gconvert.U
72857      Branch: perl
72858            ! AUTHORS Configure config_h.SH pp_ctl.c
72859 ____________________________________________________________________________
72860 [  6960] By: jhi                                   on 2000/08/31  22:39:36
72861         Log: Further rewording.
72862      Branch: perl
72863            ! pp_ctl.c
72864 ____________________________________________________________________________
72865 [  6959] By: jhi                                   on 2000/08/31  21:26:44
72866         Log: More address tweaking.
72867      Branch: perl
72868            ! AUTHORS Changes
72869 ____________________________________________________________________________
72870 [  6958] By: jhi                                   on 2000/08/31  20:47:25
72871         Log: AUTHORS tweaks, from Peter Prymmer.
72872              
72873              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
72874              From: Peter Prymmer <pvhp@forte.com>
72875              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
72876              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
72877      Branch: perl
72878            ! AUTHORS MAINTAIN
72879 ____________________________________________________________________________
72880 [  6957] By: jhi                                   on 2000/08/31  20:34:43
72881         Log: perldelta tweaks.
72882      Branch: perl
72883            ! pod/perldelta.pod
72884 ____________________________________________________________________________
72885 [  6956] By: jhi                                   on 2000/08/31  19:11:06
72886         Log: Regen perltoc.
72887      Branch: perl
72888            ! pod/perltoc.pod
72889 ____________________________________________________________________________
72890 [  6955] By: jhi                                   on 2000/08/31  19:06:30
72891         Log: Clarify the mergesort situation.
72892      Branch: perl
72893            ! pp_ctl.c
72894 ____________________________________________________________________________
72895 [  6954] By: jhi                                   on 2000/08/31  18:24:17
72896         Log: Move the Solaris 7 scan to use64bitall, make the
72897              failure to find 64-bot sparc libc to mention the
72898              possibility of being in an intel, from Lupe and Alan.
72899      Branch: perl
72900            ! hints/solaris_2.sh
72901 ____________________________________________________________________________
72902 [  6953] By: jhi                                   on 2000/08/31  18:09:20
72903         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
72904              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
72905      Branch: metaconfig
72906            ! U/compline/d_gconvert.U U/threads/archname.U
72907      Branch: metaconfig/U/perl
72908            ! perlxv.U
72909      Branch: perl
72910            ! Configure config_h.SH sv.c
72911 ____________________________________________________________________________
72912 [  6952] By: jhi                                   on 2000/08/31  17:42:24
72913         Log: :: not allowed in pathnames, change to .
72914              
72915              Subject: [PATCH perl@6938] cygwin port
72916              From: "Fifer, Eric" <EFifer@sanwaint.com>
72917              Date: Thu, 31 Aug 2000 16:32:59 +0100
72918              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
72919      Branch: metaconfig/U/perl
72920            ! perlxv.U
72921 ____________________________________________________________________________
72922 [  6951] By: jhi                                   on 2000/08/31  17:02:05
72923         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
72924      Branch: perl
72925            ! perl.h
72926 ____________________________________________________________________________
72927 [  6950] By: jhi                                   on 2000/08/31  16:26:08
72928         Log: More author updates.
72929              
72930              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
72931              From: Simon Cozens <simon@cozens.net>
72932              Date: Thu, 31 Aug 2000 17:13:32 +0100
72933              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
72934      Branch: perl
72935            ! AUTHORS
72936 ____________________________________________________________________________
72937 [  6949] By: jhi                                   on 2000/08/31  16:04:49
72938         Log: POSIX doesn't report long double values under -Duselongdouble
72939              when the long doubles are "real" (bigger than doubles).
72940              
72941              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
72942              From: Spider Boardman <spider@peano.zk3.dec.com>
72943              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
72944              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
72945      Branch: perl
72946            ! ext/POSIX/POSIX.xs
72947 ____________________________________________________________________________
72948 [  6948] By: jhi                                   on 2000/08/31  15:25:10
72949         Log: Update Changes.
72950      Branch: perl
72951            ! Changes patchlevel.h
72952 ____________________________________________________________________________
72953 [  6947] By: jhi                                   on 2000/08/31  15:22:29
72954         Log: Document UNTIE in a very minimalistic way.
72955      Branch: perl
72956            ! pod/perlfunc.pod pod/perltie.pod
72957 ____________________________________________________________________________
72958 [  6946] By: jhi                                   on 2000/08/31  15:15:23
72959         Log: Document known failures.
72960      Branch: perl
72961            ! pod/perldelta.pod
72962 ____________________________________________________________________________
72963 [  6945] By: jhi                                   on 2000/08/31  15:07:00
72964         Log: Don't attach -ld to the archname if pointless.
72965      Branch: metaconfig
72966            ! U/threads/archname.U
72967      Branch: perl
72968            ! Configure config_h.SH
72969 ____________________________________________________________________________
72970 [  6944] By: jhi                                   on 2000/08/31  14:37:42
72971         Log: Wrap the test in eval.
72972              
72973              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
72974              From: Tim Jenness <timj@jach.hawaii.edu>
72975              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
72976              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
72977      Branch: perl
72978            ! t/lib/ftmp-security.t
72979 ____________________________________________________________________________
72980 [  6943] By: jhi                                   on 2000/08/31  14:30:57
72981         Log: Make -Dusemorebits find long doubles in Solaris.
72982      Branch: perl
72983            ! hints/solaris_2.sh
72984 ____________________________________________________________________________
72985 [  6942] By: jhi                                   on 2000/08/31  13:48:45
72986         Log: Clarify the third case of ftmp-security warnings.
72987      Branch: perl
72988            ! INSTALL
72989 ____________________________________________________________________________
72990 [  6941] By: jhi                                   on 2000/08/31  13:40:31
72991         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
72992              From: <abigail@foad.org>
72993              Date: Thu, 31 Aug 2000 01:35:05 -0400
72994              Message-ID: <20000831053505.32120.qmail@foad.org>
72995      Branch: perl
72996            ! pod/perldelta.pod
72997 ____________________________________________________________________________
72998 [  6940] By: jhi                                   on 2000/08/31  13:38:48
72999         Log: Issue useful diagnostic on unknown pod commands.
73000              
73001              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
73002              From: <abigail@foad.org>
73003              Date: Thu, 31 Aug 2000 03:41:18 -0400
73004              Message-ID: <20000831074118.24880.qmail@foad.org>
73005      Branch: perl
73006            ! lib/Pod/Man.pm
73007 ____________________________________________________________________________
73008 [  6939] By: jhi                                   on 2000/08/31  13:34:33
73009         Log: Reveal Borland's isnan.
73010              
73011              Subject: build with BC++ tweak
73012              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
73013              Date: Thu, 31 Aug 2000 13:09:37 +0400
73014              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
73015      Branch: perl
73016            ! win32/win32.h
73017 ____________________________________________________________________________
73018 [  6938] By: jhi                                   on 2000/08/31  05:01:20
73019         Log: Update Changes.
73020      Branch: perl
73021            ! Changes patchlevel.h
73022 ____________________________________________________________________________
73023 [  6937] By: jhi                                   on 2000/08/31  04:26:23
73024         Log: sscanf() may be the only way to read long doubles from strings.
73025      Branch: metaconfig/U/perl
73026            ! longdblfio.U
73027      Branch: perl
73028            ! Configure config_h.SH perl.h util.c
73029 ____________________________________________________________________________
73030 [  6936] By: jhi                                   on 2000/08/31  04:18:19
73031         Log: The #6929 was too skimpy.
73032      Branch: perl
73033            ! sv.c
73034 ____________________________________________________________________________
73035 [  6935] By: jhi                                   on 2000/08/31  02:47:07
73036         Log: Subject: Re: typos in pods
73037              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73038              Date: Wed, 30 Aug 2000 19:25:34 -0700
73039              Message-ID: <eIcr5gzkg25X092yn@efn.org>
73040      Branch: perl
73041            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
73042 ____________________________________________________________________________
73043 [  6934] By: jhi                                   on 2000/08/31  02:42:55
73044         Log: Missed one Unicode file.
73045      Branch: perl
73046            + lib/unicode/UCDFF301.html
73047 ____________________________________________________________________________
73048 [  6933] By: jhi                                   on 2000/08/30  23:42:27
73049         Log: Update Changes.
73050      Branch: perl
73051            ! Changes patchlevel.h
73052 ____________________________________________________________________________
73053 [  6932] By: jhi                                   on 2000/08/30  23:40:07
73054         Log: Mention UNTIE in perldelta.  Still needs documenting
73055              in perltie et alia.
73056      Branch: perl
73057            ! pod/perldelta.pod
73058 ____________________________________________________________________________
73059 [  6931] By: jhi                                   on 2000/08/30  23:36:02
73060         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
73061              From: <abigail@foad.org>
73062              Date: Wed, 30 Aug 2000 19:28:07 -0400
73063              Message-ID: <20000830232807.305.qmail@foad.org>
73064      Branch: perl
73065            ! pod/perldelta.pod
73066 ____________________________________________________________________________
73067 [  6930] By: jhi                                   on 2000/08/30  23:32:40
73068         Log: Update to Unicode 3.0.1.
73069      Branch: perl
73070            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
73071            + lib/unicode/PropList.txt lib/unicode/README.perl
73072            + lib/unicode/UCD301.html lib/unicode/Unicode.301
73073            - lib/unicode/Props.txt lib/unicode/UCD300.html
73074            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
73075            ! (edit 257 files)
73076 ____________________________________________________________________________
73077 [  6929] By: jhi                                   on 2000/08/30  22:38:18
73078         Log: Heap decorruption.
73079              
73080              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
73081              From: Alan Burlison <Alan.Burlison@uk.sun.com>
73082              Date: Wed, 30 Aug 2000 22:39:52 +0100
73083              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
73084      Branch: perl
73085            ! sv.c
73086 ____________________________________________________________________________
73087 [  6928] By: jhi                                   on 2000/08/30  22:29:34
73088         Log: Retract the dummy test, skip the security tests (instead of failing),
73089              explain what the warnings mean.
73090      Branch: perl
73091            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
73092 ____________________________________________________________________________
73093 [  6927] By: jhi                                   on 2000/08/30  22:14:13
73094         Log: Change the internal implementation of sort() to be mergesort
73095              instead of quicksort, from John Linderman <jpl@research.att.com>.
73096              Gives us better worst case, better average case, and stability.
73097              What's there not to like?  (Small fixes for threaded builds
73098              were required).
73099      Branch: perl
73100            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
73101 ____________________________________________________________________________
73102 [  6926] By: jhi                                   on 2000/08/30  20:55:20
73103         Log: A better fix for the Socket building problem from Craig Berry.
73104      Branch: perl
73105            ! vms/vms.c
73106 ____________________________________________________________________________
73107 [  6925] By: jhi                                   on 2000/08/30  20:20:25
73108         Log: Subject: [PATCH] Re: UNTIE method 
73109              From: Nick Ing-Simmons <nik@tiuk.ti.com>
73110              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
73111              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
73112      Branch: perl
73113            ! pp_sys.c t/op/tie.t
73114 ____________________________________________________________________________
73115 [  6924] By: jhi                                   on 2000/08/30  20:17:11
73116         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
73117              From: "Craig A. Berry" <craig.berry@psinetcs.com>
73118              Date: Wed, 30 Aug 2000 15:03:14 -0500
73119              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
73120      Branch: perl
73121            ! vms/vms.c
73122 ____________________________________________________________________________
73123 [  6923] By: jhi                                   on 2000/08/30  20:15:18
73124         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
73125              From: "Craig A. Berry" <craig.berry@psinetcs.com>
73126              Date: Wed, 30 Aug 2000 13:30:36 -0500
73127              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
73128      Branch: perl
73129            ! vms/vms.c
73130 ____________________________________________________________________________
73131 [  6922] By: jhi                                   on 2000/08/30  19:54:43
73132         Log: Better options for rsync.
73133      Branch: perl
73134            ! pod/perlhack.pod
73135 ____________________________________________________________________________
73136 [  6921] By: jhi                                   on 2000/08/30  19:40:16
73137         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
73138              From: Rick Delaney <rick@consumercontact.com>
73139              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
73140              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
73141      Branch: perl
73142            ! pod/perlfunc.pod
73143 ____________________________________________________________________________
73144 [  6920] By: jhi                                   on 2000/08/30  19:36:40
73145         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
73146              From: Peter Prymmer <pvhp@forte.com>
73147              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
73148              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
73149      Branch: perl
73150            ! configure.com
73151 ____________________________________________________________________________
73152 [  6919] By: jhi                                   on 2000/08/30  14:52:02
73153         Log: Update Changes.
73154      Branch: perl
73155            ! Changes patchlevel.h
73156 ____________________________________________________________________________
73157 [  6918] By: jhi                                   on 2000/08/30  14:48:34
73158         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
73159      Branch: perl
73160            ! lib/ExtUtils/typemap
73161 ____________________________________________________________________________
73162 [  6917] By: jhi                                   on 2000/08/30  14:46:34
73163         Log: Subject: typos in pods
73164              From: Nicholas Clark <nick@ccl4.org>
73165              Date: Wed, 30 Aug 2000 01:12:50 +0100
73166              Message-ID: <20000830011249.A61388@plum.flirble.org>
73167      Branch: perl
73168            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
73169            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
73170            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
73171            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
73172 ____________________________________________________________________________
73173 [  6916] By: jhi                                   on 2000/08/30  14:19:09
73174         Log: Document Storable problems on Crays.  (Will have
73175              to document all the other Storable problems, too.)
73176      Branch: perl
73177            ! pod/perldelta.pod
73178 ____________________________________________________________________________
73179 [  6915] By: jhi                                   on 2000/08/30  14:06:02
73180         Log: Subject: [PATCH] fix misc cast warnings
73181              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73182              Date: Tue, 29 Aug 2000 23:16:14 -0700
73183              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
73184      Branch: perl
73185            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
73186            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
73187            ! os2/os2ish.h
73188 ____________________________________________________________________________
73189 [  6914] By: jhi                                   on 2000/08/30  14:03:45
73190         Log: Timestamp mismatch again.  Need to fix this dependence on
73191              config_h.SH timestamp, since it's the contents of config_h.SH
73192              that matter.
73193      Branch: perl
73194            ! uconfig.h uconfig.sh
73195 ____________________________________________________________________________
73196 [  6913] By: jhi                                   on 2000/08/30  13:54:06
73197         Log: Don't say "Perl 5.0 source kit".
73198      Branch: perl
73199            ! perl.c
73200 ____________________________________________________________________________
73201 [  6912] By: jhi                                   on 2000/08/30  13:51:24
73202         Log: Reset archname and archname64 always, forcing them be
73203              recomputed at each Configure run, make Configure and
73204              the hints files agree on the naming of largefiles variables.
73205      Branch: metaconfig
73206            ! U/threads/archname.U
73207      Branch: metaconfig/U/perl
73208            ! use64bits.U
73209      Branch: perl
73210            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
73211            ! hints/linux.sh hints/solaris_2.sh
73212 ____________________________________________________________________________
73213 [  6911] By: jhi                                   on 2000/08/30  13:30:13
73214         Log: Put back the slice accidentally removed by #6907.
73215      Branch: perl
73216            ! hints/solaris_2.sh
73217 ____________________________________________________________________________
73218 [  6910] By: jhi                                   on 2000/08/30  01:24:26
73219         Log: Be consistent: other Net::get* do export theirs.
73220              
73221              Subject: Re: Net::protoent does not export 'getproto'
73222              From: Yasushi Nakajima <sey@jkc.co.jp>
73223              Date: Wed, 30 Aug 2000 09:53:14 +0900
73224              Message-Id: <200008300051.DAA24700@taku.hut.fi>
73225      Branch: perl
73226            ! lib/Net/protoent.pm
73227 ____________________________________________________________________________
73228 [  6909] By: jhi                                   on 2000/08/30  01:17:25
73229         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
73230              From: Gurusamy Sarathy <gsar@ActiveState.com>
73231              Date: Tue, 29 Aug 2000 17:17:07 -0700
73232              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
73233      Branch: perl
73234            ! cop.h
73235 ____________________________________________________________________________
73236 [  6908] By: jhi                                   on 2000/08/30  00:58:05
73237         Log: Update Changes.
73238      Branch: perl
73239            ! Changes patchlevel.h
73240 ____________________________________________________________________________
73241 [  6907] By: jhi                                   on 2000/08/30  00:57:22
73242         Log: Introduce ccname to keep track of what compiler kind of we have.
73243      Branch: metaconfig/U/perl
73244            ! Checkcc.U gccvers.U
73245      Branch: perl
73246            ! Configure config_h.SH hints/solaris_2.sh
73247 ____________________________________________________________________________
73248 [  6906] By: jhi                                   on 2000/08/30  00:25:47
73249         Log: Put back the flags dump as reasoned in
73250              
73251              Subject: Re: [PATCH] Glob dumping
73252              From: Mike Guy <mjtg@cam.ac.uk> 
73253              Date: Tue, 29 Aug 2000 21:41:32 +0100
73254              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
73255      Branch: perl
73256            ! dump.c t/lib/peek.t
73257 ____________________________________________________________________________
73258 [  6905] By: jhi                                   on 2000/08/30  00:16:17
73259         Log: Make the epsilon to be relative, not absolute.
73260              
73261              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
73262              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
73263              Date: Tue, 29 Aug 2000 19:58:56 -0400
73264              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
73265      Branch: perl
73266            ! t/lib/trig.t
73267 ____________________________________________________________________________
73268 [  6904] By: jhi                                   on 2000/08/30  00:13:09
73269         Log: From now on, Gisle is on my list of usual suspects :-)
73270              Retract #6902.
73271      Branch: perl
73272            ! ext/Opcode/Safe.pm
73273 ____________________________________________________________________________
73274 [  6903] By: jhi                                   on 2000/08/29  23:51:20
73275         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
73276              From: "Craig A. Berry" <craig.berry@psinetcs.com>
73277              Date: Tue, 29 Aug 2000 18:43:26 -0500
73278              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
73279      Branch: perl
73280            + vms/vmspipe.com
73281            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
73282            ! vms/vms.c
73283 ____________________________________________________________________________
73284 [  6902] By: jhi                                   on 2000/08/29  23:44:14
73285         Log: Retry what #6882 attempted.
73286              
73287              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
73288              From: Gisle Aas <gisle@ActiveState.com>
73289              Date: 30 Aug 2000 00:33:09 +0200
73290              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
73291      Branch: perl
73292            ! ext/Opcode/Safe.pm
73293 ____________________________________________________________________________
73294 [  6901] By: jhi                                   on 2000/08/29  22:59:32
73295         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
73296              From: Hugo <hv@crypt.compulink.co.uk>
73297              Date: Mon, 12 Jun 2000 19:36:08 +0100
73298              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
73299      Branch: perl
73300            ! sv.c
73301 ____________________________________________________________________________
73302 [  6900] By: jhi                                   on 2000/08/29  22:58:35
73303         Log: Admit that we are leaking scalars.
73304              
73305              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
73306              From: Spider Boardman <spider@leggy.zk3.dec.com>
73307              Date: Tue, 29 Aug 2000 18:48:29 -0400
73308              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
73309      Branch: perl
73310            ! t/pragma/warnings.t
73311 ____________________________________________________________________________
73312 [  6899] By: jhi                                   on 2000/08/29  20:53:13
73313         Log: Update Changes.
73314      Branch: perl
73315            ! Changes patchlevel.h
73316 ____________________________________________________________________________
73317 [  6898] By: jhi                                   on 2000/08/29  20:46:21
73318         Log: Undo namespace pollution of #6878.
73319              
73320              Subject: Re: Net::protoent does not export 'getproto'
73321              From: Mike Guy <mjtg@cam.ac.uk>
73322              Date: Tue, 29 Aug 2000 21:32:37 +0100
73323              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
73324      Branch: perl
73325            ! lib/Net/protoent.pm
73326 ____________________________________________________________________________
73327 [  6897] By: jhi                                   on 2000/08/29  20:44:29
73328         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
73329              From: Peter Prymmer <pvhp@forte.com>
73330              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
73331              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
73332      Branch: perl
73333            ! pod/perlebcdic.pod
73334 ____________________________________________________________________________
73335 [  6896] By: jhi                                   on 2000/08/29  20:40:57
73336         Log: There's no point repeating the 'revision' (5) of perl5.
73337      Branch: metaconfig/U/perl
73338            ! Devel.U patchlevel.U
73339      Branch: perl
73340            ! Configure config_h.SH
73341 ____________________________________________________________________________
73342 [  6895] By: jhi                                   on 2000/08/29  20:16:58
73343         Log: Regen Configure for #6894.
73344      Branch: metaconfig/U/perl
73345            ! perladmin.U
73346      Branch: perl
73347            ! Configure config_h.SH
73348 ____________________________________________________________________________
73349 [  6894] By: jhi                                   on 2000/08/29  19:59:52
73350         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
73351              From: "Philip Newton" <Philip.Newton@gmx.net>
73352              Date: Tue, 29 Aug 2000 21:39:14 +0200
73353              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
73354      Branch: perl
73355            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
73356            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
73357            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
73358            ! utils/perlbug.PL
73359 ____________________________________________________________________________
73360 [  6893] By: jhi                                   on 2000/08/29  19:55:30
73361         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
73362              From: "Philip Newton" <Philip.Newton@gmx.net>
73363              Date: Tue, 29 Aug 2000 21:39:14 +0200
73364              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
73365      Branch: perl
73366            ! installhtml
73367 ____________________________________________________________________________
73368 [  6892] By: jhi                                   on 2000/08/29  19:53:59
73369         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
73370              From: "Philip Newton" <Philip.Newton@gmx.net>
73371              Date: Tue, 29 Aug 2000 21:48:18 +0200
73372              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
73373      Branch: perl
73374            ! lib/File/Temp.pm
73375 ____________________________________________________________________________
73376 [  6891] By: jhi                                   on 2000/08/29  18:30:03
73377         Log: Nail the ID 20000828.023.
73378      Branch: perl
73379            ! ext/Storable/Storable.xs
73380 ____________________________________________________________________________
73381 [  6890] By: jhi                                   on 2000/08/29  16:50:17
73382         Log: Under usethreads the dumped variable is IN_PAD.
73383              
73384              Subject: Re: [PATCH] Glob dumping
73385              From: Gisle Aas <gisle@ActiveState.com>
73386              Date: 29 Aug 2000 18:45:05 +0200
73387              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
73388      Branch: perl
73389            ! t/lib/peek.t
73390 ____________________________________________________________________________
73391 [  6889] By: jhi                                   on 2000/08/29  15:17:37
73392         Log: Update Changes.
73393      Branch: perl
73394            ! Changes patchlevel.h
73395 ____________________________________________________________________________
73396 [  6888] By: jhi                                   on 2000/08/29  14:49:59
73397         Log: Retract #6882, broke the safe tests.
73398      Branch: perl
73399            ! ext/Opcode/Safe.pm
73400 ____________________________________________________________________________
73401 [  6887] By: jhi                                   on 2000/08/29  14:47:06
73402         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
73403              From: Gisle Aas <gisle@ActiveState.com> 
73404              Date: 09 Jun 2000 20:00:11 +0200
73405              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
73406      Branch: perl
73407            ! utils/perldoc.PL
73408 ____________________________________________________________________________
73409 [  6886] By: jhi                                   on 2000/08/29  14:42:45
73410         Log: The #6881 removed one dump line.
73411      Branch: perl
73412            ! t/lib/peek.t
73413 ____________________________________________________________________________
73414 [  6885] By: jhi                                   on 2000/08/29  14:30:47
73415         Log: Don't forget to tidy up.
73416      Branch: perl
73417            ! t/lib/ftmp-security.t
73418 ____________________________________________________________________________
73419 [  6884] By: jhi                                   on 2000/08/29  14:25:17
73420         Log: Disabling the one test is a bit tricky.
73421      Branch: perl
73422            ! t/lib/ftmp-security.t
73423 ____________________________________________________________________________
73424 [  6883] By: jhi                                   on 2000/08/29  14:16:25
73425         Log: Disable one of the tests for now.
73426      Branch: perl
73427            ! t/lib/ftmp-security.t
73428 ____________________________________________________________________________
73429 [  6882] By: jhi                                   on 2000/08/29  14:05:50
73430         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
73431              From: gisle@aas.no
73432              Date: 29 Aug 2000 10:35:06 -0000
73433              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
73434      Branch: perl
73435            ! ext/Opcode/Safe.pm
73436 ____________________________________________________________________________
73437 [  6881] By: jhi                                   on 2000/08/29  14:03:51
73438         Log: Subject: [PATCH] Glob dumping
73439              From: Gisle Aas <gisle@ActiveState.com>
73440              Date: 29 Aug 2000 07:59:42 -0000
73441              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
73442      Branch: perl
73443            ! dump.c
73444 ____________________________________________________________________________
73445 [  6880] By: jhi                                   on 2000/08/29  14:02:01
73446         Log: Subject: [PATCH] Warnings in B::Deparse
73447              From: <abigail@foad.org>
73448              Date: Tue, 29 Aug 2000 00:00:01 -0400
73449              Message-ID: <20000829040001.2999.qmail@foad.org>
73450      Branch: perl
73451            ! ext/B/B/Deparse.pm
73452 ____________________________________________________________________________
73453 [  6879] By: jhi                                   on 2000/08/29  13:57:26
73454         Log: Missed a change in #6869.
73455      Branch: perl
73456            ! mg.c
73457 ____________________________________________________________________________
73458 [  6878] By: jhi                                   on 2000/08/29  13:45:04
73459         Log: Subject: Net::protoent does not export 'getproto'
73460              From: Yasushi Nakajima <sey@jkc.co.jp>
73461              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
73462      Branch: perl
73463            ! lib/Net/protoent.pm
73464 ____________________________________________________________________________
73465 [  6877] By: jhi                                   on 2000/08/29  13:39:19
73466         Log: Patches all over for people and the files they (hopefully) care about.
73467      Branch: perl
73468            ! AUTHORS Changes MAINTAIN
73469 ____________________________________________________________________________
73470 [  6876] By: jhi                                   on 2000/08/29  12:53:54
73471         Log: Fix for thinko in #6848.
73472              
73473              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
73474              From: Lupe Christoph <lupe@lupe-christoph.de>
73475              Date: Tue, 29 Aug 2000 09:04:08 +0200
73476              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
73477      Branch: perl
73478            ! ext/Thread/Thread.xs
73479 ____________________________________________________________________________
73480 [  6875] By: jhi                                   on 2000/08/29  12:50:14
73481         Log: Update to Getopt::Long 2.24, from Johan Vromans.
73482      Branch: perl
73483            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
73484 ____________________________________________________________________________
73485 [  6874] By: jhi                                   on 2000/08/29  02:09:53
73486         Log: Use minimal @INC in tests, most of the time just '../lib',
73487              so that we simply can't pick up stuff from other Perls than
73488              the one we are testing.  Pointed out by
73489              
73490              From: Mike Guy <mjtg@cam.ac.uk>
73491              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
73492              Date: Fri, 25 Aug 2000 15:15:59 +0100
73493              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
73494      Branch: perl
73495            ! (edit 185 files)
73496 ____________________________________________________________________________
73497 [  6873] By: jhi                                   on 2000/08/29  01:07:11
73498         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
73499              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73500              Date: Mon, 28 Aug 2000 17:45:52 -0700
73501              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
73502      Branch: perl
73503            ! Makefile.SH hints/os2.sh
73504 ____________________________________________________________________________
73505 [  6872] By: jhi                                   on 2000/08/28  23:33:39
73506         Log: Subject: [PATCH bleedperl@6866] spellings
73507              From: marcel@codewerk.com (Marcel Grunauer)
73508              Date: Tue, 29 Aug 2000 01:19:59 +0200
73509              Message-Id: <200008282319.BAA29862@gandalf.local>
73510      Branch: perl
73511            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
73512            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
73513            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
73514 ____________________________________________________________________________
73515 [  6871] By: jhi                                   on 2000/08/28  23:22:09
73516         Log: Take out the SUIDMAIL thing, that will not be
73517              a problem in 5.7.*.
73518      Branch: perl
73519            ! patchlevel.h
73520 ____________________________________________________________________________
73521 [  6870] By: jhi                                   on 2000/08/28  23:19:30
73522         Log: -S is the silent flag, -s is the strip flag.
73523              
73524              Subject: [PATCH] Re: [PATCH] make no-install          
73525              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73526              Date: Mon, 28 Aug 2000 15:12:55 -0700
73527              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
73528      Branch: perl
73529            ! Makefile.SH
73530 ____________________________________________________________________________
73531 [  6869] By: jhi                                   on 2000/08/28  23:12:05
73532         Log: Subject: [PATCH bleedperl@6856] warnings fixes
73533              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
73534              Date: Mon, 28 Aug 2000 23:55:06 +0100
73535              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
73536      Branch: perl
73537            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
73538            ! warnings.h warnings.pl
73539 ____________________________________________________________________________
73540 [  6868] By: jhi                                   on 2000/08/28  21:38:22
73541         Log: Potential cruft.
73542      Branch: perl
73543            ! Makefile.SH
73544 ____________________________________________________________________________
73545 [  6867] By: jhi                                   on 2000/08/28  21:35:36
73546         Log: Update Changes.
73547      Branch: perl
73548            ! Changes patchlevel.h
73549 ____________________________________________________________________________
73550 [  6866] By: jhi                                   on 2000/08/28  21:33:49
73551         Log: Subject: hv.h Doc Patch
73552              From: Fisher Mark <fisherm@tce.com>
73553              Date: Mon, 28 Aug 2000 16:24:59 -0500
73554              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
73555      Branch: perl
73556            ! hv.h
73557 ____________________________________________________________________________
73558 [  6865] By: jhi                                   on 2000/08/28  21:02:15
73559         Log: Add -ld to archname on long tr...double platforms.
73560      Branch: metaconfig
73561            ! U/threads/archname.U
73562      Branch: perl
73563            ! Configure config_h.SH
73564 ____________________________________________________________________________
73565 [  6864] By: jhi                                   on 2000/08/28  20:38:59
73566         Log: An attempt to fix the problem reported in
73567              
73568              Subject: Building perl@6856 using gcc/AIX 4.3.3 
73569              From: Daniel Muino <dmuino@afip.gov.ar> 
73570              Date: Mon, 28 Aug 2000 15:50:01 -0300   
73571              Message-ID: <20000828155001.A14403@con2-dgi>
73572              
73573              I can't test this properly since the gcc installation I have
73574              access to seems to be botched (gcc is calling the AIX cpp,
73575              a losing proposition...)
73576      Branch: perl
73577            ! hints/aix.sh
73578 ____________________________________________________________________________
73579 [  6863] By: jhi                                   on 2000/08/28  18:57:52
73580         Log: Fix for ID 20000828.001, long doubles were not formatted
73581              correctly (showed up in $], which stopped installing perl).
73582      Branch: perl
73583            ! sv.c
73584 ____________________________________________________________________________
73585 [  6862] By: jhi                                   on 2000/08/28  18:07:15
73586         Log: Typo in #6858.
73587      Branch: perl
73588            ! lib/Cwd.pm
73589 ____________________________________________________________________________
73590 [  6861] By: jhi                                   on 2000/08/28  17:57:27
73591         Log: opmini.o may be left around if a build is interrupted.
73592      Branch: perl
73593            ! Makefile.SH
73594 ____________________________________________________________________________
73595 [  6860] By: jhi                                   on 2000/08/28  16:52:50
73596         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
73597              From: Daniel Chetlin <daniel@chetlin.com>
73598              Date: Mon, 28 Aug 2000 01:14:18 -0700
73599              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
73600      Branch: perl
73601            ! lib/overload.pm
73602 ____________________________________________________________________________
73603 [  6859] By: jhi                                   on 2000/08/28  16:08:46
73604         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
73605              From: Nicholas Clark <nick@ccl4.org>
73606              Date: Mon, 28 Aug 2000 16:03:27 +0100
73607              Message-Id: <20000828160327.C49785@plum.flirble.org>
73608      Branch: perl
73609            ! ext/ByteLoader/bytecode.h
73610 ____________________________________________________________________________
73611 [  6858] By: jhi                                   on 2000/08/28  16:02:10
73612         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
73613              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
73614              Date: Mon, 28 Aug 2000 13:08:30 +0200
73615              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
73616      Branch: perl
73617            ! lib/Cwd.pm
73618 ____________________________________________________________________________
73619 [  6857] By: jhi                                   on 2000/08/28  15:42:47
73620         Log: display_format used as a class method without arguments was broken,
73621              reported in
73622              
73623              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
73624              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
73625              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
73626              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
73627      Branch: perl
73628            ! lib/Math/Complex.pm t/lib/complex.t
73629 ____________________________________________________________________________
73630 [  6856] By: jhi                                   on 2000/08/27  22:09:48
73631         Log: Update Changes.
73632      Branch: perl
73633            ! Changes patchlevel.h
73634 ____________________________________________________________________________
73635 [  6855] By: jhi                                   on 2000/08/27  21:59:21
73636         Log: Retract #6853 (false alarm).
73637      Branch: perl
73638            ! lib/ExtUtils/xsubpp
73639 ____________________________________________________________________________
73640 [  6854] By: jhi                                   on 2000/08/27  21:37:44
73641         Log: Update Changes.
73642      Branch: perl
73643            ! Changes patchlevel.h
73644 ____________________________________________________________________________
73645 [  6853] By: jhi                                   on 2000/08/27  21:37:16
73646         Log: Subject: [PATCH perl@6850] workaround for xsubpp
73647              From: Hugo <hv@crypt.compulink.co.uk>
73648              Date: Sun, 27 Aug 2000 22:30:25 +0100
73649              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
73650      Branch: perl
73651            ! lib/ExtUtils/xsubpp
73652 ____________________________________________________________________________
73653 [  6852] By: jhi                                   on 2000/08/27  21:33:58
73654         Log: Big-endian 64-bit patch from Raphael Manfredi.
73655      Branch: perl
73656            ! ext/Storable/Storable.xs
73657 ____________________________________________________________________________
73658 [  6851] By: jhi                                   on 2000/08/27  21:22:21
73659         Log: More ruthless editing from Hugo van der Sanden.
73660      Branch: perl
73661            ! pod/perldelta.pod
73662 ____________________________________________________________________________
73663 [  6850] By: jhi                                   on 2000/08/27  16:11:46
73664         Log: Update Changes.
73665      Branch: perl
73666            ! Changes patchlevel.h
73667 ____________________________________________________________________________
73668 [  6849] By: jhi                                   on 2000/08/27  16:11:05
73669         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
73670      Branch: perl
73671            ! configpm pod/perldelta.pod
73672 ____________________________________________________________________________
73673 [  6848] By: jhi                                   on 2000/08/27  15:35:08
73674         Log: Use the actual thread type, not the pointer-to-struct.
73675      Branch: perl
73676            ! ext/Thread/Thread.xs
73677 ____________________________________________________________________________
73678 [  6847] By: jhi                                   on 2000/08/27  15:30:49
73679         Log: Test nit.
73680      Branch: perl
73681            ! t/pragma/warn/pp_sys
73682 ____________________________________________________________________________
73683 [  6846] By: jhi                                   on 2000/08/27  15:19:02
73684         Log: Passing -R in ldflags makes now it to appear in the default
73685              for lddlflags, just like with -L.
73686              
73687              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
73688              From: Lupe Christoph <lupe@lupe-christoph.de>
73689              Date: Sun, 27 Aug 2000 10:28:21 +0200
73690              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
73691      Branch: metaconfig/U/perl
73692            ! dlsrc.U
73693      Branch: perl
73694            ! Configure
73695 ____________________________________________________________________________
73696 [  6845] By: jhi                                   on 2000/08/27  15:08:54
73697         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
73698              From: Alan Burlison <Alan.Burlison@uk.sun.com>
73699              Date: Sat, 26 Aug 2000 22:23:27 +0100
73700              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
73701      Branch: perl
73702            ! lib/ExtUtils/MM_Unix.pm
73703 ____________________________________________________________________________
73704 [  6844] By: jhi                                   on 2000/08/27  15:02:37
73705         Log: DJGPP update from Laszlo Molnar.
73706              
73707              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
73708              From: ml1050 <ml1050@freemail.hu>
73709              Date: Sat, 26 Aug 2000 23:24:40 +0200
73710              Message-Id: <20000826232440.A439@freemail.hu>
73711      Branch: perl
73712            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
73713            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
73714 ____________________________________________________________________________
73715 [  6843] By: jhi                                   on 2000/08/27  14:53:58
73716         Log: Subject: installman buglet
73717              From: Lupe Christoph <lupe@lupe-christoph.de>
73718              Date: Sun, 27 Aug 2000 14:38:59 +0200
73719              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
73720      Branch: perl
73721            ! installman
73722 ____________________________________________________________________________
73723 [  6842] By: jhi                                   on 2000/08/27  14:52:08
73724         Log: Can't get the test to reliably work thanks to the
73725              inaccurateness of floating point.  "Resolves" bug ids
73726              20000826.003, 20000826.009, 20000826.010,
73727      Branch: perl
73728            ! t/lib/trig.t
73729 ____________________________________________________________________________
73730 [  6841] By: jhi                                   on 2000/08/26  15:53:58
73731         Log: Update Changes.
73732      Branch: perl
73733            ! Changes patchlevel.h
73734 ____________________________________________________________________________
73735 [  6840] By: jhi                                   on 2000/08/26  14:23:03
73736         Log: grep -e isn't portable.
73737              
73738              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
73739              From: chris@broadband.att.com
73740              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
73741              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
73742      Branch: perl
73743            ! hints/solaris_2.sh
73744 ____________________________________________________________________________
73745 [  6839] By: jhi                                   on 2000/08/26  14:12:23
73746         Log: no-install target a la make -n.
73747              
73748              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
73749              From: <abigail@foad.org>
73750              Date: Sat, 26 Aug 2000 03:57:34 -0400
73751              Message-ID: <20000826075735.18912.qmail@foad.org>
73752      Branch: perl
73753            ! Makefile.SH installman installperl
73754 ____________________________________________________________________________
73755 [  6838] By: jhi                                   on 2000/08/26  14:06:33
73756         Log: Retract #6826 as the #6828 should be do the same
73757              in a More Correct Way.
73758      Branch: perl
73759            ! installperl
73760 ____________________________________________________________________________
73761 [  6837] By: jhi                                   on 2000/08/26  05:24:00
73762         Log: More casting.
73763      Branch: perl
73764            ! ext/Storable/Storable.xs
73765 ____________________________________________________________________________
73766 [  6836] By: jhi                                   on 2000/08/26  05:05:46
73767         Log: Nicer in decimal.
73768      Branch: perl
73769            ! ext/Storable/Storable.xs
73770 ____________________________________________________________________________
73771 [  6835] By: jhi                                   on 2000/08/26  05:03:50
73772         Log: There be no UVdf.
73773      Branch: perl
73774            ! ext/Storable/Storable.xs
73775 ____________________________________________________________________________
73776 [  6834] By: jhi                                   on 2000/08/26  05:00:18
73777         Log: Continue IVdfing and UVxfing.
73778      Branch: perl
73779            ! ext/Storable/Storable.xs
73780 ____________________________________________________________________________
73781 [  6833] By: jhi                                   on 2000/08/26  04:53:14
73782         Log: Use IVdf.
73783      Branch: perl
73784            ! ext/Storable/Storable.xs
73785 ____________________________________________________________________________
73786 [  6832] By: jhi                                   on 2000/08/26  04:40:41
73787         Log: Document PTR2XX and INT2PTR.
73788      Branch: perl
73789            ! pod/perlguts.pod
73790 ____________________________________________________________________________
73791 [  6831] By: jhi                                   on 2000/08/26  04:33:18
73792         Log: Use UVxf, PTR2UV, NVff.
73793      Branch: perl
73794            ! ext/Storable/Storable.xs
73795 ____________________________________________________________________________
73796 [  6830] By: jhi                                   on 2000/08/26  04:31:32
73797         Log: Update the test count.
73798      Branch: perl
73799            ! t/lib/trig.t
73800 ____________________________________________________________________________
73801 [  6829] By: jhi                                   on 2000/08/26  03:05:50
73802         Log: Subject: [PATCH] installation not quite silent yet.
73803              From: <abigail@foad.org>
73804              Date: Fri, 25 Aug 2000 20:07:53 -0400
73805              Message-ID: <20000826000753.7822.qmail@foad.org>
73806      Branch: perl
73807            ! installman installperl
73808 ____________________________________________________________________________
73809 [  6828] By: jhi                                   on 2000/08/26  03:05:14
73810         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
73811              From: Spider Boardman <spider@web.zk3.dec.com>
73812              Date: Fri, 25 Aug 2000 19:12:40 -0400
73813              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
73814      Branch: perl
73815            ! gv.c
73816 ____________________________________________________________________________
73817 [  6827] By: jhi                                   on 2000/08/25  23:54:34
73818         Log: Support preserving extremely big/small angles.
73819      Branch: perl
73820            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
73821 ____________________________________________________________________________
73822 [  6826] By: jhi                                   on 2000/08/25  23:01:20
73823         Log: Patch installperl to be long double-aware.
73824              
73825              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
73826              From: Spider Boardman <spider@web.zk3.dec.com>
73827              Date: Fri, 25 Aug 2000 18:15:23 -0400
73828              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
73829      Branch: perl
73830            ! installperl
73831 ____________________________________________________________________________
73832 [  6825] By: jhi                                   on 2000/08/25  22:58:25
73833         Log: Remove duplicately applied patch shards.
73834              
73835              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
73836              From: Spider Boardman <spider@leggy.zk3.dec.com>
73837              Date: Fri, 25 Aug 2000 16:45:03 -0400
73838              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
73839      Branch: perl
73840            ! t/lib/cgi-html.t
73841 ____________________________________________________________________________
73842 [  6824] By: jhi                                   on 2000/08/25  22:57:00
73843         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
73844              From: Daniel Chetlin <daniel@chetlin.com>
73845              Date: Fri, 25 Aug 2000 12:23:16 -0700
73846              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
73847              
73848              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
73849              From: Daniel Chetlin <daniel@chetlin.com>
73850              Date: Fri, 25 Aug 2000 14:47:19 -0700
73851              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
73852      Branch: perl
73853            ! installman
73854 ____________________________________________________________________________
73855 [  6823] By: jhi                                   on 2000/08/25  22:44:17
73856         Log: Timestamp problem?
73857      Branch: perl
73858            ! uconfig.h uconfig.sh
73859 ____________________________________________________________________________
73860 [  6822] By: jhi                                   on 2000/08/25  19:01:06
73861         Log: One forgotten file from #6816.
73862      Branch: perl
73863            ! vos/config.h
73864 ____________________________________________________________________________
73865 [  6821] By: jhi                                   on 2000/08/25  18:56:39
73866         Log: Regen Changes.
73867      Branch: perl
73868            ! Changes patchlevel.h
73869 ____________________________________________________________________________
73870 [  6820] By: jhi                                   on 2000/08/25  18:52:35
73871         Log: Fix Changes ordering.
73872      Branch: perl
73873            ! Changes
73874 ____________________________________________________________________________
73875 [  6819] By: jhi                                   on 2000/08/25  18:50:25
73876         Log: Update Changes.
73877      Branch: perl
73878            ! Changes patchlevel.h
73879 ____________________________________________________________________________
73880 [  6818] By: jhi                                   on 2000/08/25  18:47:45
73881         Log: Tweak the sfio/useperlio logic, hopefully as wished in
73882              
73883              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
73884              From: Nicholas Clark <nick@babyhippo.co.uk>
73885              Date: Fri, 25 Aug 2000 12:01:45 +0100
73886              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
73887      Branch: metaconfig/U/perl
73888            ! d_sfio.U
73889      Branch: perl
73890            ! Configure
73891 ____________________________________________________________________________
73892 [  6817] By: jhi                                   on 2000/08/25  18:32:51
73893         Log: Allow microperl to assume <math.h>, without it the math
73894              functions like floor() are assumed to return int, which makes
73895              for core dumps in machines where integer and floating register
73896              don't mix.
73897      Branch: perl
73898            ! uconfig.h uconfig.sh
73899 ____________________________________________________________________________
73900 [  6816] By: jhi                                   on 2000/08/25  18:27:17
73901         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
73902              the problem reported in
73903              
73904              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
73905              From: danhale@us.ibm.com
73906              Date: Fri, 25 Aug 2000 10:58:06 -0400
73907              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
73908      Branch: metaconfig/U/perl
73909            + d_socks5_init.U
73910      Branch: perl
73911            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
73912            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
73913            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
73914            ! win32/config.gc win32/config.vc
73915 ____________________________________________________________________________
73916 [  6815] By: jhi                                   on 2000/08/25  17:43:31
73917         Log: A solution for the retrieve_fd autosplit warning,
73918              idea suggested by Mike Guy.
73919      Branch: perl
73920            ! ext/Storable/Storable.pm
73921 ____________________________________________________________________________
73922 [  6814] By: jhi                                   on 2000/08/25  17:16:03
73923         Log: Add install-silent target.
73924      Branch: perl
73925            ! Makefile.SH
73926 ____________________________________________________________________________
73927 [  6813] By: jhi                                   on 2000/08/25  17:14:23
73928         Log: Subject: Re: [PATCH] More silencing of installman.
73929              From: <abigail@foad.org>
73930              Date: Thu, 24 Aug 2000 19:27:03 -0400
73931              Message-ID: <20000824232703.7001.qmail@foad.org>
73932              
73933              Subject: Re: [PATCH] More silencing of installman.
73934              From: <abigail@foad.org>
73935              Date: Fri, 25 Aug 2000 03:00:58 -0400
73936              Message-ID: <20000825070058.10697.qmail@foad.org>
73937      Branch: perl
73938            ! installman
73939 ____________________________________________________________________________
73940 [  6812] By: jhi                                   on 2000/08/25  17:11:28
73941         Log: installperl --verbose and --silent.
73942              
73943              Subject: Re: [PATCH] More silencing of installman.
73944              From: <abigail@foad.org>
73945              Message-ID: <20000825064430.9719.qmail@foad.org>
73946              Date: Fri, 25 Aug 2000 02:44:30 -0400
73947      Branch: perl
73948            ! installperl
73949 ____________________________________________________________________________
73950 [  6811] By: jhi                                   on 2000/08/25  17:05:43
73951         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
73952              From: "Peter J. Farley III" <pjfarley@banet.net>
73953              Date: Thu, 24 Aug 2000 21:58:03 -0400
73954              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
73955              
73956              (applied slightly modified)
73957      Branch: perl
73958            ! lib/ExtUtils/MM_Unix.pm
73959 ____________________________________________________________________________
73960 [  6810] By: jhi                                   on 2000/08/25  17:01:18
73961         Log: Missing parts of 
73962              
73963              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
73964              From: Peter Prymmer <pvhp@forte.com>
73965              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
73966              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
73967      Branch: perl
73968            ! t/lib/cgi-html.t
73969 ____________________________________________________________________________
73970 [  6809] By: jhi                                   on 2000/08/25  16:46:32
73971         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
73972              From: "Craig A. Berry" <craig.berry@psinetcs.com>
73973              Date: Thu, 24 Aug 2000 19:13:11 -0500
73974              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
73975      Branch: perl
73976            ! vms/vms.c
73977 ____________________________________________________________________________
73978 [  6808] By: jhi                                   on 2000/08/25  16:39:22
73979         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
73980              From: Peter Prymmer <pvhp@forte.com>
73981              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
73982              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
73983      Branch: perl
73984            ! configure.com
73985 ____________________________________________________________________________
73986 [  6807] By: jhi                                   on 2000/08/25  16:36:37
73987         Log: Better wording for the vec lvalue diagnostic.
73988              
73989              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
73990              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
73991              Date: Wed, 23 Aug 2000 14:12:16 -0400
73992              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
73993      Branch: perl
73994            ! pod/perldiag.pod
73995 ____________________________________________________________________________
73996 [  6806] By: jhi                                   on 2000/08/24  18:17:22
73997         Log: Subject: [PATCH] More silencing of installman.
73998              From: <abigail@foad.org>
73999              Date: Thu, 24 Aug 2000 14:01:44 -0400
74000              Message-ID: <20000824180144.20062.qmail@foad.org>
74001      Branch: perl
74002            ! installman
74003 ____________________________________________________________________________
74004 [  6805] By: jhi                                   on 2000/08/24  15:00:31
74005         Log: Update Changes.
74006      Branch: perl
74007            ! Changes patchlevel.h
74008 ____________________________________________________________________________
74009 [  6804] By: jhi                                   on 2000/08/24  14:59:07
74010         Log: Regen perltoc.
74011      Branch: perl
74012            ! pod/perltoc.pod
74013 ____________________________________________________________________________
74014 [  6803] By: jhi                                   on 2000/08/24  14:44:39
74015         Log: Show the doc file, not the temp file.
74016      Branch: perl
74017            ! installman
74018 ____________________________________________________________________________
74019 [  6802] By: jhi                                   on 2000/08/24  14:41:53
74020         Log: Continue silencing.
74021      Branch: perl
74022            ! installman
74023 ____________________________________________________________________________
74024 [  6801] By: jhi                                   on 2000/08/24  14:34:40
74025         Log: Actually do something with the silencer option.
74026      Branch: perl
74027            ! installman
74028 ____________________________________________________________________________
74029 [  6800] By: jhi                                   on 2000/08/24  14:26:22
74030         Log: Make installman to recognize the silence flag -S.
74031      Branch: perl
74032            ! installman
74033 ____________________________________________________________________________
74034 [  6799] By: jhi                                   on 2000/08/24  13:49:38
74035         Log: DOS patches and portability/porting notes, from Tim Jenness.
74036      Branch: perl
74037            ! lib/File/Temp.pm
74038 ____________________________________________________________________________
74039 [  6798] By: jhi                                   on 2000/08/24  13:48:27
74040         Log: Create directories in silence.
74041              
74042              Subject: [PATCH] Another silencer for MakeMaker
74043              From: andreas.koenig@anima.de (Andreas J. Koenig)
74044              Date: 24 Aug 2000 14:18:52 +0200
74045              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
74046      Branch: perl
74047            ! lib/ExtUtils/Command.pm
74048 ____________________________________________________________________________
74049 [  6797] By: jhi                                   on 2000/08/24  13:46:42
74050         Log: More liberal parsing of version numbers.
74051              
74052              Subject: Re: CPAN.pm beta for testing available
74053              From: andreas.koenig@anima.de (Andreas J. Koenig)
74054              Date: 24 Aug 2000 13:51:57 +0200
74055              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
74056      Branch: perl
74057            ! lib/CPAN.pm
74058 ____________________________________________________________________________
74059 [  6796] By: jhi                                   on 2000/08/24  13:44:36
74060         Log: Make "make install" by default silent.  A new "install-verbose"
74061              target is verbose.
74062      Branch: perl
74063            ! Makefile.SH
74064 ____________________________________________________________________________
74065 [  6795] By: jhi                                   on 2000/08/24  13:39:14
74066         Log: Add silencer flags to installperl.
74067              
74068              Subject: [PATCH] Making installperl silent.
74069              From: <abigail@foad.org>
74070              Date: Thu, 24 Aug 2000 05:01:45 -0400
74071              Message-ID: <20000824090145.13141.qmail@foad.org>
74072      Branch: perl
74073            ! installperl
74074 ____________________________________________________________________________
74075 [  6794] By: jhi                                   on 2000/08/24  13:35:50
74076         Log: installperl couldn't tell whether it had run tests or not.
74077              
74078              Subject: [PATCH] Re: installperl and t/TEST
74079              From: <abigail@foad.org>
74080              Date: Thu, 24 Aug 2000 04:00:53 -0400
74081              Message-ID: <20000824080053.2494.qmail@foad.org>
74082      Branch: perl
74083            ! Makefile.SH installperl
74084 ____________________________________________________________________________
74085 [  6793] By: jhi                                   on 2000/08/24  13:27:50
74086         Log: Drop the separate perlbc, perlcc -b should be enough.
74087      Branch: perl
74088            - utils/perlbc.PL
74089            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
74090 ____________________________________________________________________________
74091 [  6792] By: jhi                                   on 2000/08/24  04:41:30
74092         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
74093              plus the typo fix from Peter Prymmer.
74094      Branch: perl
74095            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
74096            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
74097 ____________________________________________________________________________
74098 [  6791] By: jhi                                   on 2000/08/24  02:10:43
74099         Log: Replace #6705 with a minimal doc patch.
74100              
74101              Subject: [PATCH 5.6.0] replace change #6705
74102              From: Jan Dubois <jand@ActiveState.com>
74103              Date: Wed, 23 Aug 2000 18:31:51 -0700
74104              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
74105      Branch: perl
74106            ! lib/Win32.pod win32/win32.c
74107 ____________________________________________________________________________
74108 [  6790] By: jhi                                   on 2000/08/23  17:52:00
74109         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
74110              From: Mike Guy <mjtg@cam.ac.uk>
74111              Date: Wed, 23 Aug 2000 18:38:46 +0100
74112              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
74113      Branch: perl
74114            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
74115 ____________________________________________________________________________
74116 [  6789] By: jhi                                   on 2000/08/23  15:34:21
74117         Log: Update Changes.
74118      Branch: perl
74119            ! Changes patchlevel.h
74120 ____________________________________________________________________________
74121 [  6788] By: jhi                                   on 2000/08/23  15:33:40
74122         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
74123              From: Wilfredo Sánchez <wsanchez@apple.com>
74124              Date: Tue, 22 Aug 2000 19:31:27 -0700
74125              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
74126      Branch: perl
74127            ! perl.h
74128 ____________________________________________________________________________
74129 [  6787] By: jhi                                   on 2000/08/23  15:29:31
74130         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
74131              From: Spider Boardman <spider@leggy.zk3.dec.com>
74132              Date: Wed, 23 Aug 2000 10:33:23 -0400
74133              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
74134      Branch: perl
74135            ! lib/Pod/Html.pm
74136 ____________________________________________________________________________
74137 [  6786] By: jhi                                   on 2000/08/23  15:28:11
74138         Log: Bad makefile.
74139      Branch: perl
74140            ! ext/B/Makefile.PL
74141 ____________________________________________________________________________
74142 [  6785] By: jhi                                   on 2000/08/23  14:37:04
74143         Log: Update Changes.
74144      Branch: perl
74145            ! Changes patchlevel.h
74146 ____________________________________________________________________________
74147 [  6784] By: jhi                                   on 2000/08/23  13:58:41
74148         Log: Portability fix from Hugo van der Sanden.
74149      Branch: perl
74150            ! ext/re/Makefile.PL
74151 ____________________________________________________________________________
74152 [  6783] By: jhi                                   on 2000/08/23  13:53:53
74153         Log: Storable support, v-version fixes.
74154              
74155              Subject: CPAN.pm beta for testing available
74156              From: andreas.koenig@anima.de (Andreas J. Koenig)
74157              Date: 22 Aug 2000 23:31:33 +0200
74158              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
74159      Branch: perl
74160            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
74161 ____________________________________________________________________________
74162 [  6782] By: jhi                                   on 2000/08/23  13:51:26
74163         Log: Mac and other portability updates from Chris Nandor.
74164      Branch: perl
74165            ! pod/perlmodinstall.pod
74166 ____________________________________________________________________________
74167 [  6781] By: jhi                                   on 2000/08/23  13:47:33
74168         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
74169              From: Peter Prymmer <pvhp@forte.com>
74170              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
74171              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
74172      Branch: perl
74173            ! ext/Storable/Storable.xs
74174 ____________________________________________________________________________
74175 [  6780] By: jhi                                   on 2000/08/23  13:33:34
74176         Log: VMS MMS (make) wants null action.
74177      Branch: perl
74178            ! ext/B/Makefile.PL
74179 ____________________________________________________________________________
74180 [  6779] By: jhi                                   on 2000/08/22  19:44:47
74181         Log: Forgot portability nit.
74182      Branch: perl
74183            ! t/lib/st-forgive.t
74184 ____________________________________________________________________________
74185 [  6778] By: jhi                                   on 2000/08/22  19:35:25
74186         Log: Be portable.
74187      Branch: perl
74188            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
74189            ! t/lib/st-store.t
74190 ____________________________________________________________________________
74191 [  6777] By: jhi                                   on 2000/08/22  18:50:53
74192         Log: Update Changes.
74193      Branch: perl
74194            ! Changes patchlevel.h
74195 ____________________________________________________________________________
74196 [  6776] By: jhi                                   on 2000/08/22  18:44:46
74197         Log: cSVOPo_*v things index into the current PL_curpad
74198              under ithreads, which is different from the curpad
74199              used by the XSUB.  (In other words, the code as-is
74200              before this patch wouldn't work under ithreads.)
74201              From Sarathy.
74202      Branch: perl
74203            ! ext/B/B.xs
74204 ____________________________________________________________________________
74205 [  6775] By: jhi                                   on 2000/08/22  18:18:37
74206         Log: Make the selection of NVff et al stricter.
74207      Branch: metaconfig/U/perl
74208            ! perlxvf.U
74209      Branch: perl
74210            ! Configure config_h.SH
74211 ____________________________________________________________________________
74212 [  6774] By: jhi                                   on 2000/08/22  17:19:42
74213         Log: perldelta nits.
74214      Branch: perl
74215            ! pod/perldelta.pod
74216 ____________________________________________________________________________
74217 [  6773] By: jhi                                   on 2000/08/22  17:06:26
74218         Log: Long double fixes from Spider Boardman.
74219              
74220              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
74221              From: system PRIVILEGED account <root@peano.zk3.dec.com>
74222              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
74223              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
74224      Branch: perl
74225            ! t/lib/bigfltpm.t t/lib/st-06compat.t
74226 ____________________________________________________________________________
74227 [  6772] By: jhi                                   on 2000/08/22  15:04:53
74228         Log: Update Changes.
74229      Branch: perl
74230            ! Changes patchlevel.h
74231 ____________________________________________________________________________
74232 [  6771] By: jhi                                   on 2000/08/22  15:01:44
74233         Log: perldelta fixes from Hugo van der Sanden.
74234      Branch: perl
74235            ! pod/perldelta.pod
74236 ____________________________________________________________________________
74237 [  6770] By: jhi                                   on 2000/08/22  14:34:49
74238         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
74239              From: Hugo <hv@crypt.compulink.co.uk>
74240              Date: Tue, 22 Aug 2000 11:21:53 +0100
74241              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
74242      Branch: perl
74243            ! regcomp.c
74244 ____________________________________________________________________________
74245 [  6769] By: jhi                                   on 2000/08/22  14:30:02
74246         Log: Add Yitzchak, reformat.
74247      Branch: perl
74248            ! Changes config_h.SH
74249 ____________________________________________________________________________
74250 [  6768] By: jhi                                   on 2000/08/22  14:21:35
74251         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
74252              and Spider Boardman.
74253      Branch: metaconfig
74254            ! U/compline/d_gconvert.U
74255      Branch: perl
74256            ! Configure
74257 ____________________________________________________________________________
74258 [  6767] By: jhi                                   on 2000/08/22  14:11:24
74259         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
74260              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74261              Date: Mon, 21 Aug 2000 19:08:31 -0700
74262              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
74263      Branch: perl
74264            - ext/Storable/patchlevel.h
74265            ! MANIFEST ext/Storable/MANIFEST
74266 ____________________________________________________________________________
74267 [  6766] By: jhi                                   on 2000/08/22  13:49:29
74268         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
74269              From: Peter Prymmer <pvhp@forte.com>
74270              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
74271              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
74272      Branch: perl
74273            ! configure.com ext/Storable/Makefile.PL
74274 ____________________________________________________________________________
74275 [  6765] By: jhi                                   on 2000/08/22  13:44:59
74276         Log: Subject: [PATCH blead] B:: missing dependency
74277              From: Hugo <hv@crypt.compulink.co.uk>
74278              Date: Tue, 22 Aug 2000 06:44:33 +0100
74279              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
74280      Branch: perl
74281            ! ext/B/Makefile.PL
74282 ____________________________________________________________________________
74283 [  6764] By: jhi                                   on 2000/08/22  13:38:12
74284         Log: More bytecompiler.
74285      Branch: perl
74286            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
74287 ____________________________________________________________________________
74288 [  6763] By: jhi                                   on 2000/08/22  13:36:44
74289         Log: Bytecompiler patches from Benjamin Stuhl.
74290      Branch: perl
74291            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
74292            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
74293            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
74294            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
74295            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
74296            ! perl.c perlapi.h pod/perldelta.pod
74297 ____________________________________________________________________________
74298 [  6762] By: jhi                                   on 2000/08/21  23:43:40
74299         Log: An obsoleted diagnostic.
74300      Branch: perl
74301            ! pod/perldelta.pod
74302 ____________________________________________________________________________
74303 [  6761] By: jhi                                   on 2000/08/21  23:01:45
74304         Log: The #6759 wasn't quite right.
74305      Branch: perl
74306            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
74307            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
74308            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
74309            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
74310            ! t/lib/st-tieditems.t
74311 ____________________________________________________________________________
74312 [  6760] By: jhi                                   on 2000/08/21  22:35:49
74313         Log: Be verydeepclean.
74314      Branch: perl
74315            ! Makefile.SH
74316 ____________________________________________________________________________
74317 [  6759] By: jhi                                   on 2000/08/21  22:25:40
74318         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
74319              From: Peter Prymmer <pvhp@forte.com>
74320              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
74321              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
74322      Branch: perl
74323            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
74324            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
74325            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
74326            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
74327            ! t/lib/st-tieditems.t
74328 ____________________________________________________________________________
74329 [  6758] By: jhi                                   on 2000/08/21  22:22:32
74330         Log: Few more casts, need reported in
74331              
74332              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
74333              From: Mike Stok <mike@stok.co.uk>
74334              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
74335              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
74336              
74337              and
74338              
74339              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
74340              From: abigail@foad.org
74341              Date: 21 Aug 2000 21:31:34 -0000
74342              Message-Id: <20000821213134.30170.qmail@foad.org>
74343      Branch: perl
74344            ! ext/Storable/Storable.xs
74345 ____________________________________________________________________________
74346 [  6757] By: jhi                                   on 2000/08/21  18:37:07
74347         Log: Update Changes.
74348      Branch: perl
74349            ! Changes patchlevel.h
74350 ____________________________________________________________________________
74351 [  6756] By: jhi                                   on 2000/08/21  18:34:02
74352         Log: A pod nit.
74353              
74354              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
74355              From: <abigail@foad.org>
74356              Date: Mon, 21 Aug 2000 14:00:16 -0400
74357              Message-ID: <20000821180016.28627.qmail@foad.org>
74358      Branch: perl
74359            ! pod/perlre.pod
74360 ____________________________________________________________________________
74361 [  6755] By: jhi                                   on 2000/08/21  18:30:56
74362         Log: Use PodParser 1.18 new test.
74363      Branch: perl
74364            ! t/pod/special_seqs.t t/pod/special_seqs.xr
74365 ____________________________________________________________________________
74366 [  6754] By: jhi                                   on 2000/08/21  18:28:35
74367         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
74368              patches cannot be applied since #6712 conflicts.
74369      Branch: perl
74370            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
74371 ____________________________________________________________________________
74372 [  6753] By: jhi                                   on 2000/08/21  18:15:11
74373         Log: Weed out some smaller changes.
74374      Branch: perl
74375            ! pod/perldelta.pod
74376 ____________________________________________________________________________
74377 [  6752] By: jhi                                   on 2000/08/21  18:02:30
74378         Log: Also under djgpp the timestamps are funky.
74379      Branch: perl
74380            ! t/op/stat.t
74381 ____________________________________________________________________________
74382 [  6751] By: jhi                                   on 2000/08/21  17:55:56
74383         Log: Tweak the floating point output routine preferences.
74384      Branch: metaconfig
74385            ! U/compline/d_gconvert.U
74386      Branch: perl
74387            ! Configure
74388 ____________________________________________________________________________
74389 [  6750] By: jhi                                   on 2000/08/21  17:51:29
74390         Log: Unicos/mk requires elaborate paranoia.
74391      Branch: perl
74392            ! lib/Math/Complex.pm
74393 ____________________________________________________________________________
74394 [  6749] By: gsar                                  on 2000/08/21  16:53:31
74395         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
74396      Branch: perl
74397            ! lib/Cwd.pm
74398 ____________________________________________________________________________
74399 [  6748] By: gsar                                  on 2000/08/21  16:22:19
74400         Log: free TLS slot properly on Windows
74401      Branch: perl
74402            ! thread.h win32/perllib.c win32/win32thread.h
74403 ____________________________________________________________________________
74404 [  6747] By: jhi                                   on 2000/08/21  16:20:58
74405         Log: Rename the macro argument because some preprocessors
74406              can't tell the difference and expand arguments also inside
74407              double quoted strings.
74408      Branch: perl
74409            ! regcomp.c
74410 ____________________________________________________________________________
74411 [  6746] By: jhi                                   on 2000/08/21  16:09:41
74412         Log: Support long doubles in Storable.
74413              
74414              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
74415              From: Radu Greab <radu@netsoft.ro>
74416              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
74417              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
74418      Branch: perl
74419            ! ext/Storable/Storable.xs
74420 ____________________________________________________________________________
74421 [  6745] By: jhi                                   on 2000/08/21  15:51:40
74422         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
74423              From: "Fifer, Eric" <EFifer@sanwaint.com>
74424              Date: Mon, 21 Aug 2000 15:34:49 +0100
74425              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
74426      Branch: perl
74427            ! t/pragma/warn/9enabled
74428 ____________________________________________________________________________
74429 [  6744] By: jhi                                   on 2000/08/21  15:39:35
74430         Log: Document the endianness of Alpha more precisely.
74431      Branch: perl
74432            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
74433            ! pod/perlport.pod
74434 ____________________________________________________________________________
74435 [  6743] By: jhi                                   on 2000/08/21  14:47:05
74436         Log: perldelta fixes from the p5p crowd.
74437      Branch: perl
74438            ! pod/perldelta.pod pod/perlop.pod
74439 ____________________________________________________________________________
74440 [  6742] By: jhi                                   on 2000/08/21  13:34:51
74441         Log: Update to Pod::LaTeX 0.53.
74442              
74443              Subject: [PATCH] lib/Pod/LaTeX.pm updates
74444              From: Tim Jenness <timj@jach.hawaii.edu>
74445              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
74446              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
74447      Branch: perl
74448            ! lib/Pod/LaTeX.pm
74449 ____________________________________________________________________________
74450 [  6741] By: jhi                                   on 2000/08/21  13:33:01
74451         Log: Subject: [PATCH] os2.c fix for use64bitint
74452              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74453              Date: Mon, 21 Aug 2000 01:32:25 -0700
74454              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
74455      Branch: perl
74456            ! os2/os2.c
74457 ____________________________________________________________________________
74458 [  6740] By: jhi                                   on 2000/08/21  13:28:52
74459         Log: Array context keeps slithering in.
74460              
74461              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
74462              From: Daniel Chetlin <daniel@chetlin.com>
74463              Date: Sun, 20 Aug 2000 21:40:25 -0700
74464              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
74465      Branch: perl
74466            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
74467            ! pod/perldebtut.pod
74468 ____________________________________________________________________________
74469 [  6739] By: jhi                                   on 2000/08/21  13:23:55
74470         Log: Big-endian quad fixes for Storable from Radu Greab,
74471              plus few explicit null casts for picky compilers.
74472      Branch: perl
74473            ! ext/Storable/Storable.xs
74474 ____________________________________________________________________________
74475 [  6738] By: gsar                                  on 2000/08/21  05:56:13
74476         Log: small tweaks for change#6705: avoid C++ style comments in C code;
74477              use Perl's malloc API rather than the low level system one
74478      Branch: perl
74479            ! win32/win32.c
74480 ____________________________________________________________________________
74481 [  6737] By: gsar                                  on 2000/08/21  05:35:41
74482         Log: add Storable to list of extensions on Windows
74483      Branch: perl
74484            ! win32/Makefile win32/makefile.mk
74485 ____________________________________________________________________________
74486 [  6736] By: jhi                                   on 2000/08/21  02:57:53
74487         Log: Update Changes.
74488      Branch: perl
74489            ! Changes patchlevel.h
74490 ____________________________________________________________________________
74491 [  6735] By: jhi                                   on 2000/08/21  02:57:20
74492         Log: Draft 0.
74493      Branch: perl
74494            ! pod/perldelta.pod
74495 ____________________________________________________________________________
74496 [  6734] By: jhi                                   on 2000/08/21  02:57:03
74497         Log: Add Storable 0.7.2 from Raphael Manfredi,
74498              plus the patch from
74499              
74500              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
74501              From: Radu Greab <radu@netsoft.ro>
74502              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
74503              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
74504              
74505              plus changes to get Storable to compile with
74506              picky ANSI compilers.
74507      Branch: perl
74508            + ext/Storable/ChangeLog ext/Storable/MANIFEST
74509            + ext/Storable/Makefile.PL ext/Storable/README
74510            + ext/Storable/Storable.pm ext/Storable/Storable.xs
74511            + ext/Storable/patchlevel.h t/lib/st-06compat.t
74512            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
74513            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
74514            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
74515            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
74516            + t/lib/st-tieditems.t
74517            ! MANIFEST
74518 ____________________________________________________________________________
74519 [  6733] By: jhi                                   on 2000/08/21  02:29:09
74520         Log: The correct cleaning order is an art.
74521      Branch: perl
74522            ! Makefile.SH
74523 ____________________________________________________________________________
74524 [  6732] By: jhi                                   on 2000/08/21  01:23:39
74525         Log: The #6724 is here.
74526      Branch: perl
74527            ! t/lib/ftmp-security.t
74528 ____________________________________________________________________________
74529 [  6731] By: jhi                                   on 2000/08/20  23:17:03
74530         Log: s/this one/the 5.6.0 release/
74531      Branch: perl
74532            ! pod/perl56delta.pod
74533 ____________________________________________________________________________
74534 [  6730] By: jhi                                   on 2000/08/20  23:07:34
74535         Log: Mention perlebcdic and perlposix-bc.
74536      Branch: perl
74537            ! pod/perlport.pod
74538 ____________________________________________________________________________
74539 [  6729] By: jhi                                   on 2000/08/20  21:32:59
74540         Log: Document the number of exponent digits.
74541      Branch: perl
74542            ! pod/perlfunc.pod
74543 ____________________________________________________________________________
74544 [  6728] By: jhi                                   on 2000/08/20  21:16:47
74545         Log: Use File::Spec->tmpdir().
74546              
74547              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
74548              From: Tim Jenness <timj@jach.hawaii.edu>
74549              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
74550              MIME-Version: 1.0
74551              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
74552      Branch: perl
74553            ! utils/perlbug.PL
74554 ____________________________________________________________________________
74555 [  6727] By: jhi                                   on 2000/08/20  20:43:32
74556         Log: Update Changes.
74557      Branch: perl
74558            ! Changes patchlevel.h
74559 ____________________________________________________________________________
74560 [  6726] By: jhi                                   on 2000/08/20  20:41:44
74561         Log: The veryclean target needs to clobber.
74562      Branch: perl
74563            ! Makefile.SH
74564 ____________________________________________________________________________
74565 [  6725] By: jhi                                   on 2000/08/20  20:37:38
74566         Log: Document odd vs even subreleases and -Dusedevel.
74567      Branch: perl
74568            ! INSTALL
74569 ____________________________________________________________________________
74570 [  6724] By: jhi                                   on 2000/08/20  19:58:05
74571         Log: Use temporary directory instead of current directory.
74572              
74573              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
74574              From: Tim Jenness <timj@jach.hawaii.edu>
74575              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
74576              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
74577      Branch: perl
74578            ! t/lib/ftmp-security.t
74579 ____________________________________________________________________________
74580 [  6723] By: jhi                                   on 2000/08/20  19:55:55
74581         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
74582              From: andreas.koenig@anima.de (Andreas J. Koenig)
74583              Date: 20 Aug 2000 15:52:03 +0200
74584              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
74585      Branch: perl
74586            ! lib/ExtUtils/MM_Unix.pm
74587 ____________________________________________________________________________
74588 [  6722] By: jhi                                   on 2000/08/20  19:46:01
74589         Log: Update to CGI 2.72, from Lincoln Stein.
74590      Branch: perl
74591            ! lib/CGI.pm
74592 ____________________________________________________________________________
74593 [  6721] By: jhi                                   on 2000/08/20  19:43:54
74594         Log: (Replaced by #8364.)
74595              
74596              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
74597              From: Radu Greab <radu@netsoft.ro>
74598              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
74599              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
74600      Branch: perl
74601            ! ext/GDBM_File/GDBM_File.xs
74602 ____________________________________________________________________________
74603 [  6720] By: jhi                                   on 2000/08/20  19:42:01
74604         Log: pp_open() could pass an uninitialized filename down to do_open9().
74605      Branch: perl
74606            ! pp_sys.c
74607 ____________________________________________________________________________
74608 [  6719] By: jhi                                   on 2000/08/20  14:06:41
74609         Log: UTF8 concat fixes.
74610              
74611              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
74612              From: Hugo <hv@crypt.compulink.co.uk>
74613              Date: Sun, 20 Aug 2000 07:30:46 +0100
74614              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
74615      Branch: perl
74616            ! pp_hot.c t/op/append.t
74617 ____________________________________________________________________________
74618 [  6718] By: jhi                                   on 2000/08/20  02:09:37
74619         Log: Let's try #6717 again.
74620      Branch: perl
74621            ! lib/File/Temp.pm
74622 ____________________________________________________________________________
74623 [  6717] By: jhi                                   on 2000/08/20  01:56:55
74624         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
74625              From: "Craig A. Berry" <craig.berry@metamorgs.com>
74626              Date: Sat, 19 Aug 2000 18:15:39 -0500
74627              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
74628      Branch: perl
74629            ! lib/File/Temp.pm
74630 ____________________________________________________________________________
74631 [  6716] By: jhi                                   on 2000/08/19  15:50:11
74632         Log: Update Changes.
74633      Branch: perl
74634            ! Changes patchlevel.h
74635 ____________________________________________________________________________
74636 [  6715] By: jhi                                   on 2000/08/19  15:39:09
74637         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
74638              From: Jonathan D Johnston <jdjohnston2@juno.com>
74639              Date: Thu, 17 Aug 2000 23:13:01 -0400       
74640              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
74641      Branch: perl
74642            ! pod/perlfunc.pod
74643 ____________________________________________________________________________
74644 [  6714] By: jhi                                   on 2000/08/19  15:34:04
74645         Log: Introduce a 'veryclean' target that is like 'distclean'
74646              but also removes *~ and *.orig.
74647      Branch: perl
74648            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
74649            ! utils/Makefile x2p/Makefile.SH
74650 ____________________________________________________________________________
74651 [  6713] By: jhi                                   on 2000/08/19  14:15:45
74652         Log: Put back the long double avoidance code to POSIX.xs
74653              because VMS seems to need it still.
74654      Branch: perl
74655            ! ext/POSIX/POSIX.xs
74656 ____________________________________________________________________________
74657 [  6712] By: jhi                                   on 2000/08/19  14:10:41
74658         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
74659              From: Peter Prymmer <pvhp@forte.com>
74660              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
74661              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
74662      Branch: perl
74663            ! lib/Pod/Find.pm t/pod/find.t
74664 ____________________________________________________________________________
74665 [  6711] By: jhi                                   on 2000/08/19  14:09:19
74666         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
74667              From: Peter Prymmer <pvhp@forte.com>
74668              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
74669              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
74670              cc: vmsperl@perl.org
74671      Branch: perl
74672            ! t/lib/peek.t
74673 ____________________________________________________________________________
74674 [  6710] By: jhi                                   on 2000/08/19  14:08:01
74675         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
74676              From: Jan Dubois <jand@ActiveState.com>
74677              Date: Fri, 18 Aug 2000 16:31:48 -0700
74678              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
74679      Branch: perl
74680            ! win32/win32.c
74681 ____________________________________________________________________________
74682 [  6709] By: jhi                                   on 2000/08/19  14:06:57
74683         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
74684              
74685              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
74686              From: Spider.Boardman@Orb.Nashua.NH.US
74687              Date: Fri, 18 Aug 2000 18:41:14 -0400
74688              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
74689      Branch: perl
74690            ! regcomp.c
74691 ____________________________________________________________________________
74692 [  6708] By: jhi                                   on 2000/08/18  22:04:49
74693         Log: Update Changes.
74694      Branch: perl
74695            ! Changes patchlevel.h
74696 ____________________________________________________________________________
74697 [  6707] By: jhi                                   on 2000/08/18  21:55:14
74698         Log: Add warnif(), check warnings further up the stack,
74699              all the warnings functions now can take an optional object reference.
74700              
74701              Subject: [PATCH bleedperl@6691] warnings pragma update
74702              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
74703              Date: Fri, 18 Aug 2000 22:42:06 +0100
74704              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
74705      Branch: perl
74706            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
74707            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
74708            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
74709 ____________________________________________________________________________
74710 [  6706] By: jhi                                   on 2000/08/18  21:41:45
74711         Log: Typo in pp_complement().
74712              
74713              Subject: [PATCH perl-current] Deparse
74714              From: Peter Scott <Peter@PSDT.com>
74715              Date: Fri, 18 Aug 2000 12:44:37 -0700
74716              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
74717      Branch: perl
74718            ! ext/B/B/Deparse.pm
74719 ____________________________________________________________________________
74720 [  6705] By: jhi                                   on 2000/08/18  21:25:59
74721         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
74722              From: Jan Dubois <jand@ActiveState.com>
74723              Date: Fri, 18 Aug 2000 14:22:51 -0700
74724              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
74725      Branch: perl
74726            ! lib/Win32.pod win32/win32.c
74727 ____________________________________________________________________________
74728 [  6704] By: jhi                                   on 2000/08/18  21:16:14
74729         Log: Don't eat leading os from index entries.
74730              
74731              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
74732              From: Russ Allbery <rra@stanford.edu>
74733              Date: 10 Aug 2000 20:49:25 -0700
74734              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
74735      Branch: perl
74736            ! lib/Pod/Man.pm
74737 ____________________________________________________________________________
74738 [  6703] By: jhi                                   on 2000/08/18  21:07:06
74739         Log: Add [[:blank:]] as suggested in
74740              
74741              Subject: [ID 20000716.024] [=cc=] / [:blank:]
74742              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
74743              Date: Sun, 16 Jul 2000 17:55:29 -0700
74744              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
74745              
74746              (the [=cc=] has already been taken care of by #6439
74747              so the whole bug report can be closed)
74748              
74749              and make [[:space:]] to be equivalent to isspace(3)
74750              (as opposed to \s, which is isSPACE()).  The difference
74751              is that now [[:space:]] matches the mythical vertical tab,
74752              while \s doesn't.
74753      Branch: perl
74754            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
74755            ! regexec.c t/op/pat.t
74756 ____________________________________________________________________________
74757 [  6702] By: jhi                                   on 2000/08/18  18:47:47
74758         Log: The new tests were missing from #6415.
74759      Branch: perl
74760            ! t/op/bop.t
74761 ____________________________________________________________________________
74762 [  6701] By: jhi                                   on 2000/08/18  18:20:40
74763         Log: Document the NDBM_File and ODBM_File as SDBM_File
74764              was documented in #6417.
74765      Branch: perl
74766            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
74767            ! ext/SDBM_File/SDBM_File.pm
74768 ____________________________________________________________________________
74769 [  6700] By: jhi                                   on 2000/08/18  18:10:39
74770         Log: Subject: [PATCH perl@6698] cygwin port
74771              From: "Fifer, Eric" <EFifer@sanwaint.com>
74772              Date: Fri, 18 Aug 2000 17:30:05 +0100
74773              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
74774      Branch: perl
74775            ! lib/File/Temp.pm
74776 ____________________________________________________________________________
74777 [  6699] By: jhi                                   on 2000/08/18  16:21:49
74778         Log: Document code point which makes if (defined %stash::) to work
74779              (noted by Spider Boardman).
74780      Branch: perl
74781            ! op.c
74782 ____________________________________________________________________________
74783 [  6698] By: jhi                                   on 2000/08/18  13:43:27
74784         Log: Update Changes.
74785      Branch: perl
74786            ! Changes patchlevel.h
74787 ____________________________________________________________________________
74788 [  6697] By: jhi                                   on 2000/08/18  13:35:57
74789         Log: Tiny Getopt::Long patch from Johan Vromans.
74790      Branch: perl
74791            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
74792 ____________________________________________________________________________
74793 [  6696] By: jhi                                   on 2000/08/18  13:26:14
74794         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
74795              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
74796              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
74797              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
74798      Branch: perl
74799            ! pod/perldiag.pod pod/perlsyn.pod
74800 ____________________________________________________________________________
74801 [  6695] By: jhi                                   on 2000/08/18  13:13:26
74802         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
74803              From: Daniel Chetlin <daniel@chetlin.com>
74804              Date: Fri, 18 Aug 2000 03:13:36 -0700
74805              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
74806      Branch: perl
74807            ! pod/perlfunc.pod
74808 ____________________________________________________________________________
74809 [  6694] By: jhi                                   on 2000/08/18  13:08:05
74810         Log: Subject: [PATCH] perltrap.pod spring cleaning
74811              From: Daniel Chetlin <daniel@chetlin.com>
74812              Date: Fri, 18 Aug 2000 03:06:54 -0700
74813              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
74814              
74815              plus Mike Guy's nitfix.
74816      Branch: perl
74817            ! pod/perltrap.pod
74818 ____________________________________________________________________________
74819 [  6693] By: jhi                                   on 2000/08/18  13:00:26
74820         Log: Unbuffer the output.
74821              
74822              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
74823              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74824              Date: Thu, 17 Aug 2000 18:39:29 -0700
74825              Message-ID: <RPJn5gzkgydf092yn@efn.org>
74826      Branch: perl
74827            ! t/op/fork.t
74828 ____________________________________________________________________________
74829 [  6692] By: jhi                                   on 2000/08/18  05:19:17
74830         Log: Delete the image, too, not just its MANIFEStation.
74831      Branch: perl
74832            - lib/CGI/eg/wilogo.gif
74833 ____________________________________________________________________________
74834 [  6691] By: jhi                                   on 2000/08/18  05:10:26
74835         Log: Propagate new Configure vars.
74836      Branch: perl
74837            ! configure.com epoc/config.sh uconfig.h uconfig.sh
74838            ! vos/config.def vos/config.h vos/config_h.SH_orig
74839            ! win32/config.bc win32/config.gc win32/config.vc
74840            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
74841 ____________________________________________________________________________
74842 [  6690] By: jhi                                   on 2000/08/18  04:30:56
74843         Log: Update Changes.
74844      Branch: perl
74845            ! Changes patchlevel.h
74846 ____________________________________________________________________________
74847 [  6689] By: jhi                                   on 2000/08/18  04:12:30
74848         Log: Fix the lib/complex failure of
74849              
74850              From: abigail@foad.org
74851              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
74852              Date: 15 Aug 2000 04:06:38 -0000
74853              Message-Id: <20000815040638.8524.qmail@foad.org> 
74854              
74855              Linux long double accuracy issue: something that
74856              when printed with %g looks like "2" but int() of it is 1.
74857      Branch: perl
74858            ! lib/Math/Complex.pm
74859 ____________________________________________________________________________
74860 [  6688] By: jhi                                   on 2000/08/18  03:15:35
74861         Log: The byteorder code in #6671 was wrong.
74862      Branch: perl
74863            ! configpm
74864 ____________________________________________________________________________
74865 [  6687] By: jhi                                   on 2000/08/18  02:08:42
74866         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
74867              From: Jan Dubois <jand@ActiveState.com>
74868              Date: Thu, 17 Aug 2000 18:31:55 -0700
74869              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
74870      Branch: perl
74871            ! sv.c
74872 ____________________________________________________________________________
74873 [  6686] By: jhi                                   on 2000/08/18  02:04:15
74874         Log: Use NVs in POSIX math, not doubles.
74875              
74876              From: abigail@foad.org
74877              Subject: [ID 20000817.014] POSIX & modfl
74878              Date: 17 Aug 2000 20:49:18 -0000
74879              Message-Id: <20000817204918.23123.qmail@foad.org>
74880      Branch: perl
74881            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
74882 ____________________________________________________________________________
74883 [  6685] By: jhi                                   on 2000/08/18  02:02:12
74884         Log: Introduce NVef, NVff, and NVgf, use the middle one.
74885              (helps for lib/peek + Linux + long doubles)  Reported in
74886              
74887              From: abigail@foad.org
74888              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
74889              Date: 15 Aug 2000 04:06:38 -0000
74890              Message-Id: <20000815040638.8524.qmail@foad.org> 
74891              
74892              (note: the lib/complex failure has not yet been addressed)
74893      Branch: metaconfig/U/perl
74894            ! perlxvf.U
74895      Branch: perl
74896            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
74897            ! config_h.SH dump.c perl.h pod/perlguts.pod
74898 ____________________________________________________________________________
74899 [  6684] By: jhi                                   on 2000/08/17  23:22:19
74900         Log: Add byteorder to the myconfig output.
74901      Branch: perl
74902            ! myconfig.SH
74903 ____________________________________________________________________________
74904 [  6683] By: jhi                                   on 2000/08/17  23:20:19
74905         Log: The image doth not exist, spotted by Johan Vromans.
74906      Branch: perl
74907            ! MANIFEST
74908 ____________________________________________________________________________
74909 [  6682] By: jhi                                   on 2000/08/17  22:38:16
74910         Log: Document what the backtick returns if the command fails.
74911      Branch: perl
74912            ! pod/perlop.pod
74913 ____________________________________________________________________________
74914 [  6681] By: jhi                                   on 2000/08/17  22:33:12
74915         Log: Do not use prototyping here.
74916              
74917              Subject: [ID 20000817.016] [PATCH] Peek.xs
74918              From: abigail@foad.org
74919              Date: 17 Aug 2000 20:55:56 -0000
74920              Message-Id: <20000817205556.24270.qmail@foad.org>
74921      Branch: perl
74922            ! ext/Devel/Peek/Makefile.PL
74923 ____________________________________________________________________________
74924 [  6680] By: jhi                                   on 2000/08/17  19:46:43
74925         Log: Don't propose using modules built for 5.005 if no binary
74926              compatibility with 5.005 is attempted.
74927              
74928              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
74929              Subject: Minor nit with 5.7.0 (6655)
74930              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
74931              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
74932      Branch: metaconfig
74933            ! U/installdirs/inc_version_list.U
74934      Branch: perl
74935            ! Configure config_h.SH
74936 ____________________________________________________________________________
74937 [  6679] By: jhi                                   on 2000/08/17  19:16:39
74938         Log: Microperl config update.
74939      Branch: perl
74940            ! uconfig.h uconfig.sh
74941 ____________________________________________________________________________
74942 [  6678] By: jhi                                   on 2000/08/17  19:16:13
74943         Log: The #6648 wasn't protective enough for limited platforms
74944              (like microperl).
74945      Branch: perl
74946            ! dump.c sv.c
74947 ____________________________________________________________________________
74948 [  6677] By: jhi                                   on 2000/08/17  14:46:35
74949         Log: Update Changes.
74950      Branch: perl
74951            ! Changes patchlevel.h
74952 ____________________________________________________________________________
74953 [  6676] By: jhi                                   on 2000/08/17  14:44:02
74954         Log: Add perlebcdic from Peter Prymmer, regen toc.
74955      Branch: perl
74956            + pod/perlebcdic.pod
74957            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
74958 ____________________________________________________________________________
74959 [  6675] By: jhi                                   on 2000/08/17  14:41:52
74960         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
74961      Branch: perl
74962            ! pod/perldebtut.pod
74963 ____________________________________________________________________________
74964 [  6674] By: jhi                                   on 2000/08/17  14:29:43
74965         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
74966              
74967              Subject: [ID 20000724.006] -DLEAKTEST problem
74968              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
74969              Date: Tue, 25 Jul 2000 00:36:32 -0500
74970              Message-Id: <20000725003632.A26186@www.llamacom.com>
74971              
74972              Reminder sent
74973              
74974              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
74975              From: Hugo <hv@crypt.compulink.co.uk>
74976              Date: Thu, 17 Aug 2000 15:23:42 +0100
74977              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
74978      Branch: perl
74979            ! util.c
74980 ____________________________________________________________________________
74981 [  6673] By: jhi                                   on 2000/08/17  04:07:10
74982         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
74983              From: John Peacock <JPeacock@UnivPress.com>
74984              Date: Tue, 01 Aug 2000 09:38:12 -0400
74985              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
74986      Branch: perl
74987            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
74988 ____________________________________________________________________________
74989 [  6672] By: jhi                                   on 2000/08/17  03:04:35
74990         Log: Subject: [PATCH] Cwd.pm now uses strict
74991              From: Tim Jenness <timj@jach.hawaii.edu>
74992              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
74993              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
74994      Branch: perl
74995            ! lib/Cwd.pm
74996 ____________________________________________________________________________
74997 [  6671] By: jhi                                   on 2000/08/17  02:16:35
74998         Log: Make $Config{byteorder} more magical so that it is
74999              dynamically computed: nice for 'fat binaries'.
75000              
75001              Subject: [PATCH]: default byteorder
75002              From: Wilfredo Sánchez <wsanchez@apple.com>
75003              Date: Mon, 31 Jul 2000 19:45:31 -0700
75004              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
75005      Branch: perl
75006            ! configpm
75007 ____________________________________________________________________________
75008 [  6670] By: gsar                                  on 2000/08/17  01:22:21
75009         Log: move WNOHANG definition to where other such things are
75010      Branch: perl
75011            ! win32/win32.h
75012 ____________________________________________________________________________
75013 [  6669] By: jhi                                   on 2000/08/17  01:19:17
75014         Log: Update Changes.
75015      Branch: perl
75016            ! Changes patchlevel.h
75017 ____________________________________________________________________________
75018 [  6668] By: jhi                                   on 2000/08/17  01:16:29
75019         Log: Doc nits spotted by Richard Soderberg.
75020      Branch: perl
75021            ! README.posix-bc README.vmesa
75022 ____________________________________________________________________________
75023 [  6667] By: jhi                                   on 2000/08/17  01:12:11
75024         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
75025              From: "Casey R. Tweten" <crt@kiski.net>
75026              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
75027              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
75028      Branch: perl
75029            ! pod/perldebtut.pod
75030 ____________________________________________________________________________
75031 [  6666] By: jhi                                   on 2000/08/17  01:09:31
75032         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
75033              From: "Casey R. Tweten" <crt@kiski.net>
75034              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
75035              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
75036      Branch: perl
75037            ! lib/Shell.pm
75038 ____________________________________________________________________________
75039 [  6665] By: gsar                                  on 2000/08/17  01:03:52
75040         Log: add "ok" targets from change#6632 in makefile.mk
75041      Branch: perl
75042            ! pod/perlport.pod win32/Makefile win32/makefile.mk
75043 ____________________________________________________________________________
75044 [  6664] By: gsar                                  on 2000/08/17  00:56:11
75045         Log: avoid warnings from dense compiler
75046      Branch: perl
75047            ! win32/win32.c
75048 ____________________________________________________________________________
75049 [  6663] By: jhi                                   on 2000/08/17  00:51:49
75050         Log: Tweak the regex compilation errors once more.
75051      Branch: perl
75052            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
75053            ! t/op/regmesg.t t/pragma/warn/regcomp
75054 ____________________________________________________________________________
75055 [  6662] By: gsar                                  on 2000/08/17  00:28:19
75056         Log: trailing new %ENV entries weren't being pushed into the real
75057              environment of subprocesses on Windows
75058      Branch: perl
75059            ! t/op/magic.t win32/perlhost.h
75060 ____________________________________________________________________________
75061 [  6661] By: gsar                                  on 2000/08/17  00:19:20
75062         Log: waitpid() now handles externally spawned pids correctly;
75063              fixes for backtick/wait/waitpid failures on Windows 9x
75064              
75065              these changes make the pid returned by process functions on
75066              Windows 9x always positive by clearing the high bit (which
75067              is always set on Win9x); pseudo-process PIDs are likewise
75068              always negative now on Win9x (just as on NT/2000)
75069      Branch: perl
75070            ! pp_sys.c win32/perlhost.h win32/win32.c
75071 ____________________________________________________________________________
75072 [  6660] By: jhi                                   on 2000/08/17  00:04:32
75073         Log: Retract #6645.
75074      Branch: perl
75075            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
75076            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
75077            ! t/op/sprintf.t
75078 ____________________________________________________________________________
75079 [  6659] By: gsar                                  on 2000/08/16  23:59:28
75080         Log: on windows, the return values from wait() and waitpid() don't
75081              match those of pseudo-pids
75082      Branch: perl
75083            ! pp_sys.c t/op/fork.t util.c win32/win32.c
75084 ____________________________________________________________________________
75085 [  6658] By: gsar                                  on 2000/08/16  23:56:14
75086         Log: pod nit seen in passing
75087      Branch: perl
75088            ! pod/perlfunc.pod
75089 ____________________________________________________________________________
75090 [  6657] By: gsar                                  on 2000/08/16  23:53:42
75091         Log: change#6328 could make close(SOCKET) return false on windows
75092              when it shouldn't
75093      Branch: perl
75094            ! win32/win32sck.c
75095 ____________________________________________________________________________
75096 [  6656] By: gsar                                  on 2000/08/16  23:46:57
75097         Log: check that the number pseudo children doesn't exceed
75098              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
75099              the WaitForMultipleObjects() limit that would cause wait()
75100              to crash)
75101              
75102              wait() and waitpid() could potentially be rewritten to use
75103              more than one thread to do the waiting to eliminate this
75104              limitation
75105      Branch: perl
75106            ! win32/perlhost.h
75107 ____________________________________________________________________________
75108 [  6655] By: jhi                                   on 2000/08/16  14:11:05
75109         Log: Update Changes.
75110      Branch: perl
75111            ! Changes patchlevel.h
75112 ____________________________________________________________________________
75113 [  6654] By: jhi                                   on 2000/08/16  14:10:12
75114         Log: Update to perldebtut 1.9, from Richard Foley.
75115      Branch: perl
75116            ! pod/perldebtut.pod
75117 ____________________________________________________________________________
75118 [  6653] By: jhi                                   on 2000/08/16  14:08:17
75119         Log: Change the regx compilation error markers to use = instead of <
75120              since pod makes using the latter quite messy.  Reported in
75121              ID 20000814.006 by Abigail and in
75122              Subject: Unknown escape E<> ?
75123              From: Lupe Christoph <lupe@lupe-christoph.de>
75124              Date: Fri, 11 Aug 2000 00:30:27 +0200
75125              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
75126      Branch: perl
75127            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
75128            ! t/op/regmesg.t t/pragma/warn/regcomp
75129 ____________________________________________________________________________
75130 [  6652] By: jhi                                   on 2000/08/16  13:25:31
75131         Log: Change the perlbug address to perl.org since it's more forgiving.
75132              
75133              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
75134              From: abigail@foad.org
75135              Date: 15 Aug 2000 04:15:40 -0000
75136              Message-Id: <20000815041540.8633.qmail@foad.org>
75137      Branch: perl
75138            ! utils/perlbug.PL
75139 ____________________________________________________________________________
75140 [  6651] By: jhi                                   on 2000/08/16  13:22:35
75141         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
75142              From: Tim Jenness <timj@jach.hawaii.edu>
75143              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
75144              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
75145      Branch: perl
75146            ! lib/Cwd.pm
75147 ____________________________________________________________________________
75148 [  6650] By: jhi                                   on 2000/08/16  13:18:13
75149         Log: Update to CPAN 1.57.
75150              
75151              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
75152              From: andreas.koenig@anima.de (Andreas J. Koenig)
75153              Date: 16 Aug 2000 15:09:46 +0200
75154              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
75155      Branch: perl
75156            ! lib/CPAN.pm
75157 ____________________________________________________________________________
75158 [  6649] By: jhi                                   on 2000/08/16  13:12:31
75159         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
75160              From: "Larry W. Virden" <lvirden@cas.org>
75161              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
75162              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
75163      Branch: perl
75164            ! README.hpux
75165 ____________________________________________________________________________
75166 [  6648] By: jhi                                   on 2000/08/16  13:03:53
75167         Log: The numeric locale was reset to "C" by s?printf and never restored.
75168              
75169              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
75170              From: Christian Kirsch <ck@held.mind.de>
75171              Date: Wed, 9 Aug 2000 17:05:17 +0200
75172              Message-Id: <20000809170517.A25389@held>
75173              
75174              No test since adding the failing example to locale.t
75175              does not fail -- probably because the locale settings are so
75176              thoroughly tweaked by that time.  Running the example standalone
75177              does fail, though.  UPDATE: test case added at change #7540.
75178      Branch: perl
75179            ! dump.c perl.h pp.c pp_ctl.c sv.c
75180 ____________________________________________________________________________
75181 [  6647] By: jhi                                   on 2000/08/16  00:07:54
75182         Log: Update Changes and test semi-automatic patchlevel updating.
75183      Branch: perl
75184            ! Changes patchlevel.h
75185 ____________________________________________________________________________
75186 [  6646] By: jhi                                   on 2000/08/15  23:35:07
75187         Log: Fix a dependency problem.
75188              
75189              Subject: [PATCH: 6640] VMS Makefile.SH update
75190              From: Peter Prymmer <pvhp@forte.com>
75191              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
75192              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
75193      Branch: perl
75194            ! vms/descrip_mms.template
75195 ____________________________________________________________________________
75196 [  6645] By: jhi                                   on 2000/08/15  23:33:23
75197         Log: (Retracted by #6660)
75198              
75199              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
75200              From: Dominic Dunlop <domo@computer.org>
75201              Date: Tue, 15 Aug 2000 22:20:52 +0200
75202              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
75203      Branch: metaconfig/U/perl
75204            + d_printfed.U
75205      Branch: perl
75206            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
75207            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
75208            ! t/op/sprintf.t
75209 ____________________________________________________________________________
75210 [  6644] By: jhi                                   on 2000/08/15  21:17:20
75211         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
75212              From: abigail@foad.org
75213              Date: 15 Aug 2000 20:12:41 -0000
75214              Message-Id: <20000815201241.25556.qmail@foad.org>
75215      Branch: perl
75216            ! INSTALL
75217 ____________________________________________________________________________
75218 [  6643] By: jhi                                   on 2000/08/15  21:15:28
75219         Log: (an already applied patch)
75220      Branch: perl
75221            ! lib/CGI.pm
75222 ____________________________________________________________________________
75223 [  6642] By: gsar                                  on 2000/08/15  19:54:05
75224         Log: magic callbacks all need to have same type signature
75225      Branch: perl
75226            ! embed.pl mg.c proto.h
75227 ____________________________________________________________________________
75228 [  6641] By: jhi                                   on 2000/08/15  17:56:27
75229         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)
75230              From: Mike Guy <mjtg@cam.ac.uk>
75231              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
75232              Date: Tue, 15 Aug 2000 18:26:45 +0100
75233              
75234              Only the peek.t part applied, not the hash quality part.
75235      Branch: perl
75236            ! t/lib/peek.t
75237 ____________________________________________________________________________
75238 [  6640] By: jhi                                   on 2000/08/15  16:37:37
75239         Log: Update Changes.
75240      Branch: perl
75241            ! Changes
75242 ____________________________________________________________________________
75243 [  6639] By: jhi                                   on 2000/08/15  16:34:55
75244         Log: Missed a file from #6638.
75245      Branch: perl
75246            ! lib/File/Temp.pm
75247 ____________________________________________________________________________
75248 [  6638] By: jhi                                   on 2000/08/15  16:33:19
75249         Log: Subject: [PATCH perl@6620] cygwin port
75250              From: "Fifer, Eric" <EFifer@sanwaint.com>
75251              Date: Tue, 15 Aug 2000 17:00:49 +0100
75252              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
75253      Branch: perl
75254            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
75255 ____________________________________________________________________________
75256 [  6637] By: jhi                                   on 2000/08/15  16:29:22
75257         Log: Subject: [PATCH] debugger exit code should reflect user exit code
75258              From: Mike Guy <mjtg@cam.ac.uk>
75259              Date: Tue, 15 Aug 2000 16:55:59 +0100
75260              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
75261      Branch: perl
75262            ! lib/perl5db.pl
75263 ____________________________________________________________________________
75264 [  6636] By: jhi                                   on 2000/08/15  15:30:58
75265         Log: Update Changes.
75266      Branch: perl
75267            ! Changes
75268 ____________________________________________________________________________
75269 [  6635] By: jhi                                   on 2000/08/15  15:27:21
75270         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
75271      Branch: metaconfig
75272            ! U/mkglossary U/mksample
75273      Branch: metaconfig/U/perl
75274            ! Devel.U
75275      Branch: perl
75276            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
75277 ____________________________________________________________________________
75278 [  6634] By: jhi                                   on 2000/08/15  14:11:55
75279         Log: Don't blow limited stacks, a lower number is enough to
75280              tickle the lookbehind limit.
75281              
75282              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
75283              From: Dominic Dunlop <domo@computer.org>
75284              Date: Tue, 15 Aug 2000 13:51:24 +0200
75285              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
75286      Branch: perl
75287            ! t/op/regmesg.t
75288 ____________________________________________________________________________
75289 [  6633] By: jhi                                   on 2000/08/15  14:01:46
75290         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
75291              From: Mike Guy <mjtg@cam.ac.uk>
75292              Date: Tue, 15 Aug 2000 12:10:50 +0100
75293              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
75294      Branch: perl
75295            ! utils/perldoc.PL
75296 ____________________________________________________________________________
75297 [  6632] By: jhi                                   on 2000/08/15  13:58:48
75298         Log: make ok etc also for win32.
75299              
75300              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
75301              From: Prymmer/Kahn <pvhp@best.com>
75302              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
75303              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
75304      Branch: perl
75305            ! win32/Makefile
75306 ____________________________________________________________________________
75307 [  6631] By: jhi                                   on 2000/08/15  13:45:03
75308         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
75309      Branch: perl
75310            ! lib/Test.pm
75311 ____________________________________________________________________________
75312 [  6630] By: jhi                                   on 2000/08/15  03:25:09
75313         Log: Update Changes.
75314      Branch: perl
75315            ! Changes
75316 ____________________________________________________________________________
75317 [  6629] By: jhi                                   on 2000/08/15  03:23:53
75318         Log: magic_regdatum_set() is void, not int.
75319      Branch: perl
75320            ! embed.pl mg.c proto.h
75321 ____________________________________________________________________________
75322 [  6628] By: jhi                                   on 2000/08/15  03:08:02
75323         Log: Make the user to give up his firstborn, err, to knowingly
75324              verify installing an unstable developer release.  Also bump
75325              the release to 5.7.0, but leave a patch tag in the local
75326              patches saying that this is not yet the real thing.
75327      Branch: metaconfig
75328            ! U/modified/Instruct.U
75329      Branch: metaconfig/U/perl
75330            + Devel.U
75331      Branch: perl
75332            ! Configure patchlevel.h
75333 ____________________________________________________________________________
75334 [  6627] By: jhi                                   on 2000/08/14  22:32:52
75335         Log: README.os2 update.
75336              
75337              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
75338              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75339              Date: Wed, 02 Aug 2000 21:55:09 -0700
75340              Message-ID: <tsPi5gzkgegX092yn@efn.org>
75341      Branch: perl
75342            ! README.os2
75343 ____________________________________________________________________________
75344 [  6626] By: jhi                                   on 2000/08/14  21:00:02
75345         Log: Subject: Re: File::Temp problems on VMS in bleedperl
75346              From: Tim Jenness <timj@jach.hawaii.edu>
75347              cc: vmsperl@perl.org
75348              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
75349              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
75350      Branch: perl
75351            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
75352 ____________________________________________________________________________
75353 [  6625] By: jhi                                   on 2000/08/14  20:52:16
75354         Log: Add SUIDMAIL as was done for the CERT alert.
75355      Branch: perl
75356            ! patchlevel.h
75357 ____________________________________________________________________________
75358 [  6624] By: jhi                                   on 2000/08/14  20:48:50
75359         Log: Subject: sfio2000
75360              From: Daniel Muino <dmuino@afip.gov.ar>
75361              Date: Mon, 14 Aug 2000 16:58:11 -0300
75362              Message-ID: <20000814165811.B16368@con2-dgi>
75363      Branch: perl
75364            ! perlsdio.h perlsfio.h
75365 ____________________________________________________________________________
75366 [  6623] By: jhi                                   on 2000/08/14  20:47:36
75367         Log: Subject: warning: storage class after type is obsolescent
75368              From: Daniel Muino <dmuino@afip.gov.ar>
75369              Date: Mon, 14 Aug 2000 16:42:47 -0300
75370              Message-ID: <20000814164247.A16368@con2-dgi>
75371      Branch: perl
75372            ! regcomp.pl regnodes.h
75373 ____________________________________________________________________________
75374 [  6622] By: jhi                                   on 2000/08/14  20:43:05
75375         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
75376              From: abigail@foad.org
75377              Date: 14 Aug 2000 20:00:10 -0000
75378              Message-Id: <20000814200010.27271.qmail@foad.org>
75379      Branch: perl
75380            ! Changes
75381 ____________________________________________________________________________
75382 [  6621] By: jhi                                   on 2000/08/14  15:23:05
75383         Log: Update Changes.
75384      Branch: perl
75385            ! Changes
75386 ____________________________________________________________________________
75387 [  6620] By: jhi                                   on 2000/08/14  15:22:14
75388         Log: Subject: Re: [PATCH] @+, @- readonly
75389              From: Mike Guy <mjtg@cam.ac.uk>
75390              Date: Mon, 14 Aug 2000 15:26:55 +0100
75391              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
75392      Branch: perl
75393            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
75394            ! sv.c t/op/pat.t
75395 ____________________________________________________________________________
75396 [  6619] By: jhi                                   on 2000/08/14  14:12:08
75397         Log: Update Changes.
75398      Branch: perl
75399            ! Changes
75400 ____________________________________________________________________________
75401 [  6618] By: jhi                                   on 2000/08/14  14:09:34
75402         Log: For now remove the mail code.
75403      Branch: perl
75404            ! perl.c
75405 ____________________________________________________________________________
75406 [  6617] By: jhi                                   on 2000/08/14  14:08:28
75407         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
75408      Branch: perl
75409            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
75410            ! pod/perlfaq8.pod pod/perlsec.pod
75411 ____________________________________________________________________________
75412 [  6616] By: jhi                                   on 2000/08/14  14:00:11
75413         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
75414              From: Mike Guy <mjtg@cam.ac.uk>
75415              Date: Mon, 14 Aug 2000 08:26:02 +0100
75416              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
75417      Branch: perl
75418            ! lib/perl5db.pl
75419 ____________________________________________________________________________
75420 [  6615] By: jhi                                   on 2000/08/14  13:58:45
75421         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
75422              From: Mike Guy <mjtg@cam.ac.uk>
75423              Date: Mon, 14 Aug 2000 08:04:22 +0100
75424              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
75425      Branch: perl
75426            ! gv.c mg.c t/op/pat.t
75427 ____________________________________________________________________________
75428 [  6614] By: jhi                                   on 2000/08/14  13:56:45
75429         Log: Subject: Test fails / warnings with perl-current #6612
75430              From: Mike Guy <mjtg@cam.ac.uk>
75431              Date: Mon, 14 Aug 2000 07:57:23 +0100
75432              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
75433      Branch: perl
75434            ! t/lib/b.t t/lib/peek.t
75435 ____________________________________________________________________________
75436 [  6613] By: jhi                                   on 2000/08/14  13:45:33
75437         Log: VMS configure.com update continues.
75438      Branch: perl
75439            - vms/configure.com
75440            ! MANIFEST configure.com
75441 ____________________________________________________________________________
75442 [  6612] By: jhi                                   on 2000/08/13  22:13:35
75443         Log: Update Changes.
75444      Branch: perl
75445            ! Changes
75446 ____________________________________________________________________________
75447 [  6611] By: jhi                                   on 2000/08/13  16:21:45
75448         Log: Upgrade to CGI 2.71, from Lincoln Stein.
75449      Branch: perl
75450            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
75451 ____________________________________________________________________________
75452 [  6610] By: jhi                                   on 2000/08/13  15:09:16
75453         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
75454              From: Mike Guy <mjtg@cam.ac.uk>
75455              Date: Sun, 13 Aug 2000 13:45:51 +0100
75456              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
75457      Branch: perl
75458            ! t/op/regmesg.t
75459 ____________________________________________________________________________
75460 [  6609] By: jhi                                   on 2000/08/13  14:31:26
75461         Log: Andreas says that 1.56 is fine, so reverting back to it.
75462      Branch: perl
75463            ! lib/CPAN.pm
75464 ____________________________________________________________________________
75465 [  6608] By: jhi                                   on 2000/08/13  05:34:20
75466         Log: Update Changes.
75467      Branch: perl
75468            ! Changes
75469 ____________________________________________________________________________
75470 [  6607] By: jhi                                   on 2000/08/13  05:32:01
75471         Log: Put back the \z changes of #5406 to CPAN.pm.
75472      Branch: perl
75473            ! lib/CPAN.pm
75474 ____________________________________________________________________________
75475 [  6606] By: jhi                                   on 2000/08/13  05:20:16
75476         Log: Fix-n-skip the tests under 5005threads.
75477      Branch: perl
75478            ! t/lib/b.t
75479 ____________________________________________________________________________
75480 [  6605] By: jhi                                   on 2000/08/13  05:07:48
75481         Log: Fix the test for 5005threads.
75482      Branch: perl
75483            ! t/lib/peek.t
75484 ____________________________________________________________________________
75485 [  6604] By: jhi                                   on 2000/08/13  03:35:37
75486         Log: Should have deleted this in #6603.
75487      Branch: perl
75488            - vms/subconfigure.com
75489 ____________________________________________________________________________
75490 [  6603] By: jhi                                   on 2000/08/12  18:29:32
75491         Log: Rewrite of vms/subconfigure.com as configure.com,
75492              from Peter Prymmer and the vmsperl crew.
75493      Branch: perl
75494            + vms/configure.com
75495            ! MANIFEST
75496 ____________________________________________________________________________
75497 [  6602] By: jhi                                   on 2000/08/11  13:00:01
75498         Log: PlainText.pm is dead.
75499      Branch: perl
75500            - lib/Pod/PlainText.pm
75501            ! MANIFEST
75502 ____________________________________________________________________________
75503 [  6601] By: jhi                                   on 2000/08/11  04:06:45
75504         Log: Update Changes.
75505      Branch: perl
75506            ! Changes
75507 ____________________________________________________________________________
75508 [  6600] By: jhi                                   on 2000/08/11  04:06:10
75509         Log: Add a few missing files, update MANIFEST.
75510      Branch: perl
75511            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
75512            + lib/Pod/PlainText.pm t/pod/find.t
75513            ! MANIFEST t/op/regmesg.t
75514 ____________________________________________________________________________
75515 [  6599] By: jhi                                   on 2000/08/11  03:31:10
75516         Log: Add Perl debugging tutorial, regen toc. 
75517              
75518              Subject: perldebtut.pod
75519              From: Richard Foley <Richard.Foley@m.dasa.de>
75520              Date: Wed, 09 Aug 2000 10:17:15 +0200
75521              Message-id: <3991138B.262247B8@m.dasa.de>
75522      Branch: perl
75523            + pod/perldebtut.pod
75524            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
75525 ____________________________________________________________________________
75526 [  6598] By: jhi                                   on 2000/08/11  02:48:56
75527         Log: tiny Changes edit
75528      Branch: perl
75529            ! Changes
75530 ____________________________________________________________________________
75531 [  6597] By: jhi                                   on 2000/08/11  02:39:04
75532         Log: Tests for #6589.
75533              
75534              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
75535              From: simon@brecon.co.uk (Simon Cozens)
75536              Date: 11 Aug 2000 02:24:52 GMT
75537              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
75538      Branch: perl
75539            ! t/lib/b.t
75540 ____________________________________________________________________________
75541 [  6596] By: jhi                                   on 2000/08/11  01:50:07
75542         Log: Update Changes.
75543      Branch: perl
75544            ! Changes
75545 ____________________________________________________________________________
75546 [  6595] By: jhi                                   on 2000/08/11  01:47:16
75547         Log: nitfix
75548      Branch: perl
75549            ! Changes
75550 ____________________________________________________________________________
75551 [  6594] By: jhi                                   on 2000/08/11  01:36:16
75552         Log: Subject: Getting perlio and threads to compile
75553              From: Lupe Christoph <lupe@lupe-christoph.de>
75554              Date: Wed, 9 Aug 2000 11:35:54 +0200
75555              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
75556              
75557              (the Solaris version changes in Configure skipped)
75558      Branch: perl
75559            ! hints/solaris_2.sh thread.h
75560 ____________________________________________________________________________
75561 [  6593] By: jhi                                   on 2000/08/11  01:30:16
75562         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
75563              From: simon@brecon.co.uk (Simon Cozens)
75564              Date: 1 Aug 2000 06:55:19 GMT
75565              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
75566      Branch: perl
75567            ! lib/utf8.pm
75568 ____________________________________________________________________________
75569 [  6592] By: jhi                                   on 2000/08/11  01:26:39
75570         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
75571              From: Peter Scott <Peter@PeterScott.com>
75572              Date: Thu, 10 Aug 2000 08:23:27 -0700
75573              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
75574      Branch: perl
75575            ! lib/perl5db.pl
75576 ____________________________________________________________________________
75577 [  6591] By: jhi                                   on 2000/08/11  01:22:02
75578         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
75579              From: Hugo <hv@crypt.compulink.co.uk>
75580              Date: Thu, 10 Aug 2000 19:23:04 +0100
75581              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
75582      Branch: perl
75583            ! regexec.c t/op/pat.t
75584 ____________________________________________________________________________
75585 [  6590] By: jhi                                   on 2000/08/11  01:19:19
75586         Log: Preprocessing and postprocessing for File::Find.
75587              
75588              Subject: Patch to Find::File.pm to allow alphabetical results
75589              From: Joe Smith <jsmith@inwap.com>
75590              Date: Wed, 9 Aug 2000 02:44:54 -0700
75591              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
75592      Branch: perl
75593            ! lib/File/Find.pm
75594 ____________________________________________________________________________
75595 [  6589] By: jhi                                   on 2000/08/11  01:12:39
75596         Log: B::Deparse didn't do sub attributes.
75597              
75598              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
75599              From: simon@brecon.co.uk (Simon Cozens)
75600              Date: 9 Aug 2000 04:49:20 GMT
75601              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
75602      Branch: perl
75603            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
75604 ____________________________________________________________________________
75605 [  6588] By: jhi                                   on 2000/08/11  01:06:40
75606         Log: Subject: debugger "d" command doesnt check line number
75607              From: Mike Guy <mjtg@cam.ac.uk>
75608              Date: Tue, 08 Aug 2000 21:54:29 +0100
75609              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
75610      Branch: perl
75611            ! lib/perl5db.pl mg.c pod/perldiag.pod
75612 ____________________________________________________________________________
75613 [  6587] By: jhi                                   on 2000/08/11  00:45:03
75614         Log: sleep(1) does not necessarily return 1.
75615              
75616              Subject: [PATCH bleadperl] op/lex_assign.t  
75617              From: Hugo <hv@crypt.compulink.co.uk>
75618              Date: Thu, 03 Aug 2000 14:34:22 +0100        
75619              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
75620      Branch: perl
75621            ! t/op/lex_assign.t
75622 ____________________________________________________________________________
75623 [  6586] By: jhi                                   on 2000/08/11  00:31:50
75624         Log: Document the IO::Select timeout.
75625      Branch: perl
75626            ! ext/IO/lib/IO/Select.pm
75627 ____________________________________________________________________________
75628 [  6585] By: jhi                                   on 2000/08/11  00:13:54
75629         Log: Forgot contributor.
75630      Branch: perl
75631            ! Changes
75632 ____________________________________________________________________________
75633 [  6584] By: jhi                                   on 2000/08/11  00:09:19
75634         Log: detypo
75635      Branch: perl
75636            ! Changes
75637 ____________________________________________________________________________
75638 [  6583] By: jhi                                   on 2000/08/11  00:07:53
75639         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
75640              
75641              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
75642              From: Mike Guy <mjtg@cam.ac.uk> 
75643              Date: Thu, 10 Aug 2000 15:50:54 +0100
75644              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
75645      Branch: perl
75646            ! sv.c t/op/int.t
75647 ____________________________________________________________________________
75648 [  6582] By: jhi                                   on 2000/08/10  23:29:32
75649         Log: Update Changes.
75650      Branch: perl
75651            ! Changes
75652 ____________________________________________________________________________
75653 [  6581] By: jhi                                   on 2000/08/10  23:26:16
75654         Log: Put back the std @INC thing.
75655      Branch: perl
75656            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
75657            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
75658            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
75659            ! t/lib/gol-oo.t
75660 ____________________________________________________________________________
75661 [  6580] By: jhi                                   on 2000/08/10  23:03:34
75662         Log: Update to CGI 2.70, from Lincoln Stein.
75663      Branch: perl
75664            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
75665            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
75666            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
75667            ! t/lib/cgi-request.t
75668 ____________________________________________________________________________
75669 [  6579] By: jhi                                   on 2000/08/10  22:41:50
75670         Log: Update to CPAN 1.56, from Andreas König.
75671      Branch: perl
75672            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
75673 ____________________________________________________________________________
75674 [  6578] By: jhi                                   on 2000/08/10  22:38:13
75675         Log: Update to Pod::Parser 1.17, from Brad Appleton.
75676      Branch: perl
75677            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
75678            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
75679            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
75680            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
75681            ! t/pod/include.t t/pod/included.t t/pod/lref.t
75682            ! t/pod/multiline_items.t t/pod/nested_items.t
75683            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
75684            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
75685            ! t/pod/special_seqs.t
75686 ____________________________________________________________________________
75687 [  6577] By: jhi                                   on 2000/08/10  22:35:41
75688         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
75689      Branch: perl
75690            ! AUTHORS MAINTAIN
75691 ____________________________________________________________________________
75692 [  6576] By: jhi                                   on 2000/08/10  22:24:54
75693         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
75694      Branch: perl
75695            + t/lib/gol-oo.t
75696            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
75697            ! t/lib/gol-compat.t t/lib/gol-linkage.t
75698 ____________________________________________________________________________
75699 [  6575] By: jhi                                   on 2000/08/10  22:02:07
75700         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
75701      Branch: perl
75702            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
75703 ____________________________________________________________________________
75704 [  6574] By: jhi                                   on 2000/08/10  21:55:03
75705         Log: Iterating perl6 description.
75706      Branch: perl
75707            ! pod/perlfaq1.pod
75708 ____________________________________________________________________________
75709 [  6573] By: jhi                                   on 2000/08/10  21:48:26
75710         Log: Revert the sv.c part of #6559, a better fix is needed.
75711      Branch: perl
75712            ! sv.c
75713 ____________________________________________________________________________
75714 [  6572] By: jhi                                   on 2000/08/10  20:33:43
75715         Log: It's the 2ndO'ROSSC.
75716      Branch: perl
75717            ! pod/perlfaq1.pod
75718 ____________________________________________________________________________
75719 [  6571] By: jhi                                   on 2000/08/10  15:55:48
75720         Log: detypo
75721      Branch: perl
75722            ! pod/perlfaq1.pod
75723 ____________________________________________________________________________
75724 [  6570] By: jhi                                   on 2000/08/10  14:11:17
75725         Log: An exceptionally sticky typo.
75726      Branch: perl
75727            ! Changes
75728 ____________________________________________________________________________
75729 [  6569] By: jhi                                   on 2000/08/10  14:09:33
75730         Log: detypo (and test Changes updating script)
75731      Branch: perl
75732            ! Changes
75733 ____________________________________________________________________________
75734 [  6568] By: jhi                                   on 2000/08/10  14:07:07
75735         Log: Update Changes.
75736      Branch: perl
75737            ! Changes
75738 ____________________________________________________________________________
75739 [  6567] By: jhi                                   on 2000/08/10  14:06:19
75740         Log: Amend the description of Perl6.
75741              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
75742              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
75743              Date: Wed, 9 Aug 2000 22:11:06 -0500
75744              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
75745      Branch: perl
75746            ! pod/perlfaq1.pod
75747 ____________________________________________________________________________
75748 [  6566] By: jhi                                   on 2000/08/10  13:58:57
75749         Log: Subject: Remove dead entry in perldiag
75750              From: Mike Guy <mjtg@cam.ac.uk>
75751              Date: Thu, 10 Aug 2000 14:19:19 +0100
75752              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
75753      Branch: perl
75754            ! pod/perldiag.pod
75755 ____________________________________________________________________________
75756 [  6565] By: jhi                                   on 2000/08/10  13:51:48
75757         Log: Zero entries were skipped, fix from Adrian Goalby
75758              <argoalby@yahoo.co.uk>
75759      Branch: perl
75760            ! lib/unicode/Number.pl lib/unicode/mktables.PL
75761 ____________________________________________________________________________
75762 [  6564] By: jhi                                   on 2000/08/10  13:00:12
75763         Log: Subject: [PATCH 5.6.0] cygwin port
75764              From: "Fifer, Eric" <EFifer@sanwaint.com>
75765              Date: Thu, 10 Aug 2000 13:15:36 +0100
75766              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
75767      Branch: perl
75768            ! README.cygwin hints/cygwin.sh
75769 ____________________________________________________________________________
75770 [  6563] By: jhi                                   on 2000/08/10  12:55:16
75771         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
75772      Branch: perl
75773            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
75774 ____________________________________________________________________________
75775 [  6562] By: gsar                                  on 2000/08/10  08:38:39
75776         Log: warn is a macro, avoid using at a variable to avoid warnings
75777              in some configurations; readdir.t is too conservative in
75778              estimating number of *.t's
75779      Branch: perl
75780            ! t/op/readdir.t util.c
75781 ____________________________________________________________________________
75782 [  6561] By: jhi                                   on 2000/08/09  23:35:42
75783         Log: Update Changes.
75784      Branch: perl
75785            ! Changes
75786 ____________________________________________________________________________
75787 [  6560] By: jhi                                   on 2000/08/09  23:05:47
75788         Log: Subject: Re: enhanced(?) regex error messages
75789              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
75790              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
75791              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
75792              
75793              (plus two small patches sent privately)
75794              (this still seems to leave few test failures)
75795      Branch: perl
75796            + t/op/regmesg.t
75797            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
75798            ! t/pragma/warn/regcomp
75799 ____________________________________________________________________________
75800 [  6559] By: jhi                                   on 2000/08/09  20:41:18
75801         Log: (The fix did work but was not right, retracted in #6573)
75802              
75803              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
75804              From: Christian Kirsch <ck@held.mind.de>
75805              Date: Wed, 9 Aug 2000 17:05:17 +0200
75806              Message-Id: <20000809170517.A25389@held>
75807      Branch: perl
75808            ! sv.c t/pragma/locale.t
75809 ____________________________________________________________________________
75810 [  6558] By: jhi                                   on 2000/08/08  22:34:08
75811         Log: Tiny updates on the contributors list.
75812      Branch: perl
75813            ! Changes
75814 ____________________________________________________________________________
75815 [  6557] By: jhi                                   on 2000/08/08  19:34:28
75816         Log: Double check that we have a dirhandle.
75817      Branch: perl
75818            ! util.c
75819 ____________________________________________________________________________
75820 [  6556] By: jhi                                   on 2000/08/08  19:01:51
75821         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
75822              May be repopulated with fresh maintained examples.
75823      Branch: perl
75824            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
75825            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
75826            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
75827            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
75828            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
75829            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
75830            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
75831            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
75832            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
75833            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
75834            + lib/CGI/eg/wilogo_gif.uu
75835            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
75836            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
75837            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
75838            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
75839            - eg/cgi/frameset.cgi eg/cgi/index.html
75840            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
75841            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
75842            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
75843            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
75844            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
75845            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
75846            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
75847            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
75848            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
75849            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
75850            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
75851            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
75852            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
75853            - eg/van/vanish eg/who eg/wrapsuid
75854            ! MANIFEST
75855 ____________________________________________________________________________
75856 [  6555] By: jhi                                   on 2000/08/08  18:51:08
75857         Log: Delete chat2 as requested by Randal.
75858              
75859              Subject: Re: perlfaq8 coyness
75860              From: merlyn@stonehenge.com (Randal L. Schwartz) 
75861              Date: 15 May 2000 18:52:42 -0700 
75862              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
75863      Branch: perl
75864            - lib/chat2.pl
75865            ! MANIFEST
75866 ____________________________________________________________________________
75867 [  6554] By: jhi                                   on 2000/08/08  18:31:35
75868         Log: Regen global.sym.
75869      Branch: perl
75870            ! global.sym
75871 ____________________________________________________________________________
75872 [  6553] By: jhi                                   on 2000/08/08  18:28:13
75873         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
75874              (either perlbug or p5p ate the original), plus regen
75875              perlapi and perltoc. 
75876      Branch: perl
75877            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
75878            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
75879            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
75880            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
75881            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
75882            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
75883            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
75884            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
75885            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
75886            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
75887 ____________________________________________________________________________
75888 [  6552] By: jhi                                   on 2000/08/08  18:06:29
75889         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
75890              From: Mike Guy <mjtg@cam.ac.uk>
75891              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
75892              Date: Tue, 08 Aug 2000 15:51:27 +0100
75893      Branch: perl
75894            ! doop.c sv.h t/op/join.t t/pragma/overload.t
75895 ____________________________________________________________________________
75896 [  6551] By: jhi                                   on 2000/08/08  18:01:11
75897         Log: Re-apply #6549.
75898      Branch: perl
75899            ! lib/perl5db.pl
75900 ____________________________________________________________________________
75901 [  6550] By: jhi                                   on 2000/08/08  17:43:08
75902         Log: Accidental retraction of #6549.
75903      Branch: perl
75904            ! lib/perl5db.pl
75905 ____________________________________________________________________________
75906 [  6549] By: jhi                                   on 2000/08/08  17:40:04
75907         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
75908              From: Mike Guy <mjtg@cam.ac.uk>
75909              Date: Mon, 07 Aug 2000 21:49:58 +0100
75910              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
75911      Branch: perl
75912            ! lib/perl5db.pl
75913 ____________________________________________________________________________
75914 [  6548] By: jhi                                   on 2000/08/08  17:37:57
75915         Log: Document here-doc better.
75916              
75917              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
75918              From: Mike Guy <mjtg@cam.ac.uk>
75919              Date: Mon, 07 Aug 2000 14:02:09 +0100
75920              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
75921      Branch: perl
75922            ! pod/perldata.pod
75923 ____________________________________________________________________________
75924 [  6547] By: jhi                                   on 2000/08/08  17:33:34
75925         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
75926              From: "Randy J. Ray" <rjray@redhat.com>
75927              Date: Mon, 07 Aug 2000 19:12:25 -0700
75928              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
75929      Branch: perl
75930            ! perl.c pod/perlrun.pod
75931 ____________________________________________________________________________
75932 [  6546] By: jhi                                   on 2000/08/08  17:29:26
75933         Log: Subject: Re: enhanced(?) regex error messages 
75934              From: Hugo <hv@crypt.compulink.co.uk>
75935              Date: Tue, 08 Aug 2000 03:25:51 +0100
75936              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
75937              
75938              plus Capitalize the error messages, plus perldiag them.
75939      Branch: perl
75940            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
75941 ____________________________________________________________________________
75942 [  6545] By: jhi                                   on 2000/08/08  13:59:28
75943         Log: Augment #6539 a bit: don't croak if there's magic in the air.
75944              
75945              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
75946              From: Hugo <hv@crypt.compulink.co.uk>
75947              Date: Tue, 08 Aug 2000 03:02:03 +0100
75948              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
75949      Branch: perl
75950            ! pp.c t/op/bless.t
75951 ____________________________________________________________________________
75952 [  6544] By: jhi                                   on 2000/08/07  21:11:52
75953         Log: Make the test -w clean.
75954      Branch: perl
75955            ! t/op/bless.t
75956 ____________________________________________________________________________
75957 [  6543] By: jhi                                   on 2000/08/07  19:49:53
75958         Log: use warnings instead of $^W.
75959      Branch: perl
75960            ! t/op/bless.t
75961 ____________________________________________________________________________
75962 [  6542] By: jhi                                   on 2000/08/07  17:41:41
75963         Log: Disable a portability warning Because We Know What We Are Doing.
75964      Branch: perl
75965            ! t/op/bless.t
75966 ____________________________________________________________________________
75967 [  6541] By: jhi                                   on 2000/08/07  17:29:51
75968         Log: Tiny tidying on report_evil_fh().
75969      Branch: perl
75970            ! util.c
75971 ____________________________________________________________________________
75972 [  6540] By: jhi                                   on 2000/08/07  16:37:38
75973         Log: Make regular expression parse error messages easier to understand.
75974              
75975              Subject: Re: enhanced(?) regex error messages
75976              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
75977              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
75978              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
75979      Branch: perl
75980            ! regcomp.c
75981 ____________________________________________________________________________
75982 [  6539] By: jhi                                   on 2000/08/07  16:12:27
75983         Log: Make bless(REF, REF) a fatal error, add bless tests.
75984              
75985              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
75986              From: Hugo <hv@crypt.compulink.co.uk>
75987              Date: Mon, 07 Aug 2000 16:59:38 +0100
75988              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
75989      Branch: perl
75990            + t/op/bless.t
75991            ! MANIFEST pod/perldiag.pod pp.c sv.c
75992 ____________________________________________________________________________
75993 [  6538] By: jhi                                   on 2000/08/07  15:59:43
75994         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
75995              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
75996              Date: Thu, 3 Aug 2000 14:29:21 -0700
75997              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
75998      Branch: perl
75999            ! lib/lib_pm.PL
76000 ____________________________________________________________________________
76001 [  6537] By: jhi                                   on 2000/08/07  15:47:18
76002         Log: Retract #6419 for now since it breaks in AFS and MachTen.
76003      Branch: perl
76004            ! lib/Cwd.pm
76005 ____________________________________________________________________________
76006 [  6536] By: jhi                                   on 2000/08/07  15:05:29
76007         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
76008              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
76009              The security hole exists only in suidperls, which isn't
76010              installed or even built by default.
76011      Branch: perl
76012            ! perl.c
76013 ____________________________________________________________________________
76014 [  6535] By: jhi                                   on 2000/08/07  14:45:14
76015         Log: tr memory corruption fix from Simon Cozens.
76016      Branch: perl
76017            ! doop.c
76018 ____________________________________________________________________________
76019 [  6534] By: jhi                                   on 2000/08/06  11:38:16
76020         Log: Document a bit that UDP is not what you might think.
76021              
76022              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
76023              From: Lupe Christoph <lupe@lupe-christoph.de>
76024              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
76025              Date: Mon, 24 Jul 2000 08:59:15 +0200
76026      Branch: perl
76027            ! pod/perlipc.pod
76028 ____________________________________________________________________________
76029 [  6533] By: jhi                                   on 2000/08/06  11:35:01
76030         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
76031              From: Jeff Pinyan <jeffp@hut.crusoe.net>
76032              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
76033              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
76034      Branch: perl
76035            ! pod/perlfunc.pod
76036 ____________________________________________________________________________
76037 [  6532] By: jhi                                   on 2000/08/06  03:45:41
76038         Log: Have symbols for the IoTYPEs.
76039      Branch: perl
76040            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
76041 ____________________________________________________________________________
76042 [  6531] By: jhi                                   on 2000/08/06  01:33:55
76043         Log: Continue fixing the io warnings.  This also
76044              sort of fixes bug ID 20000802.003: the core dump
76045              is no more.  Whether the current behaviour is correct
76046              (giving a warning: "Not a format reference"), is another matter.
76047      Branch: perl
76048            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
76049            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
76050 ____________________________________________________________________________
76051 [  6530] By: jhi                                   on 2000/08/05  21:33:12
76052         Log: Change the Policy policy: now -Dprefix= with an existing
76053              Policy.sh and prefix == siteprefix == vendorprefix, then all
76054              of them follow along the new prefix.
76055              
76056              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
76057              From: Andy Dougherty <doughera@lafayette.edu>
76058              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
76059              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
76060      Branch: perl
76061            ! Policy_sh.SH
76062 ____________________________________________________________________________
76063 [  6529] By: jhi                                   on 2000/08/05  18:57:28
76064         Log: Zap lib/Sys directory when cleaning up.
76065      Branch: perl
76066            ! Makefile.SH
76067 ____________________________________________________________________________
76068 [  6528] By: jhi                                   on 2000/08/05  18:40:44
76069         Log: Essential prototype changes were missing from #6527.
76070              Also make report_evil_fh() more bomb-proof.
76071      Branch: perl
76072            ! embed.h util.c
76073 ____________________________________________________________________________
76074 [  6527] By: jhi                                   on 2000/08/05  03:22:05
76075         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
76076              From: "Ronald F. Guilmette" <rfg@monkeys.com>
76077              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
76078              Message-Id: <200007242247.PAA52177@monkeys.com>
76079      Branch: perl
76080            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
76081 ____________________________________________________________________________
76082 [  6526] By: jhi                                   on 2000/08/04  21:23:27
76083         Log: gcc versions might have (parentheses) in them.
76084      Branch: metaconfig/U/perl
76085            ! gccvers.U
76086      Branch: perl
76087            ! Configure config_h.SH
76088 ____________________________________________________________________________
76089 [  6525] By: jhi                                   on 2000/08/04  20:23:12
76090         Log: Weed buglets pointed out by
76091              
76092              From: Lupe Christoph <lupe@lupe-christoph.de>
76093              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
76094              Date: Fri, 4 Aug 2000 17:34:39 +0200
76095              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
76096      Branch: metaconfig/U/perl
76097            ! gccvers.U uselfs.U
76098      Branch: perl
76099            ! Configure config_h.SH
76100 ____________________________________________________________________________
76101 [  6524] By: jhi                                   on 2000/08/04  19:02:08
76102         Log: Warn under -w if lstat(FH) is attempted.
76103              
76104              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
76105              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
76106              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
76107              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
76108      Branch: perl
76109            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
76110            ! t/pragma/warn/pp_sys
76111 ____________________________________________________________________________
76112 [  6523] By: jhi                                   on 2000/08/04  12:31:11
76113         Log: Subject: New perlcc, take 2
76114              From: simon@brecon.co.uk (Simon Cozens)
76115              Date: 4 Aug 2000 06:21:04 GMT
76116              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
76117      Branch: perl
76118            ! utils/perlcc.PL
76119 ____________________________________________________________________________
76120 [  6522] By: jhi                                   on 2000/08/04  12:26:33
76121         Log: Subject: Re: Array vs. List context
76122              From: Daniel Chetlin <daniel@chetlin.com>
76123              Date: Fri, 4 Aug 2000 00:22:44 -0700
76124              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
76125      Branch: perl
76126            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
76127            ! pod/perlfaq4.pod
76128 ____________________________________________________________________________
76129 [  6521] By: jhi                                   on 2000/08/04  12:22:38
76130         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
76131              From: Raymund Will <ray@caldera.de>
76132              Date: Fri, 4 Aug 2000 12:07:09 +0200
76133              Message-Id: <20000804120709.A14982@caldera.de>
76134      Branch: perl
76135            ! configure.gnu
76136 ____________________________________________________________________________
76137 [  6520] By: jhi                                   on 2000/08/04  04:09:06
76138         Log: After the #6519 a warning about stat() is just that,
76139              not about a filetest, which now have their own warning.
76140      Branch: perl
76141            ! pod/perldiag.pod
76142 ____________________________________________________________________________
76143 [  6519] By: jhi                                   on 2000/08/04  04:06:30
76144         Log: In the warnings call filehandles consistently so;
76145              add "unopened" warning for stat().
76146      Branch: perl
76147            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
76148            ! t/pragma/warn/pp_sys
76149 ____________________________________________________________________________
76150 [  6518] By: jhi                                   on 2000/08/04  02:55:35
76151         Log: Subject: Minor tweak to perlvar.pod
76152              From: "Stephen P. Potter" <spp@ds.net>
76153              Date: Tue, 18 Apr 2000 09:26:03 -0400
76154              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
76155      Branch: perl
76156            ! pod/perlvar.pod
76157 ____________________________________________________________________________
76158 [  6517] By: jhi                                   on 2000/08/04  02:50:08
76159         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
76160              From: "Clinton Pierce" <cpierce1@ford.com>
76161              Date: Wed, 21 Jul 1999 16:45:31 -0400
76162              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
76163              
76164              Fix by Stephen Potter (visible in the bug db but not in p5p?)
76165      Branch: perl
76166            ! pod/perlfunc.pod pod/perlop.pod
76167 ____________________________________________________________________________
76168 [  6516] By: jhi                                   on 2000/08/04  02:09:25
76169         Log: This is 6512.  Really.
76170      Branch: perl
76171            ! dump.c
76172 ____________________________________________________________________________
76173 [  6515] By: jhi                                   on 2000/08/04  01:25:50
76174         Log: mention the idea of @( and @)
76175      Branch: perl
76176            ! Todo-5.6
76177 ____________________________________________________________________________
76178 [  6514] By: bailey                                on 2000/08/04  01:18:46
76179         Log: YA resync with mainstem, including VMS patches from others
76180      Branch: vmsperl
76181           +> (branch 48 files)
76182            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
76183           !> (integrate 354 files)
76184 ____________________________________________________________________________
76185 [  6513] By: jhi                                   on 2000/08/04  01:18:18
76186         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
76187              From: Mark Dickinson <dickins3@fas.harvard.edu>
76188              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
76189              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
76190      Branch: perl
76191            ! t/op/grent.t t/op/pwent.t
76192 ____________________________________________________________________________
76193 [  6512] By: jhi                                   on 2000/08/04  01:14:06
76194         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
76195              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76196              Date: Wed, 02 Aug 2000 10:51:01 +0100
76197              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
76198      Branch: perl
76199            ! sv.c
76200 ____________________________________________________________________________
76201 [  6511] By: jhi                                   on 2000/08/04  00:57:00
76202         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
76203              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76204              Date: Thu, 03 Aug 2000 17:20:04 -0700
76205              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
76206      Branch: metaconfig
76207            ! U/modified/Cppsym.U
76208      Branch: perl
76209            ! Configure config_h.SH
76210 ____________________________________________________________________________
76211 [  6510] By: jhi                                   on 2000/08/04  00:25:28
76212         Log: detypo
76213      Branch: perl
76214            ! Makefile.SH
76215 ____________________________________________________________________________
76216 [  6509] By: jhi                                   on 2000/08/03  23:43:18
76217         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
76218              From: Dominic Dunlop <domo@computer.org>
76219              Date: Thu, 3 Aug 2000 22:16:46 +0200
76220              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
76221      Branch: perl
76222            ! t/op/sprintf.t
76223 ____________________________________________________________________________
76224 [  6508] By: jhi                                   on 2000/08/03  23:40:37
76225         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
76226              From: Hugo <hv@crypt.compulink.co.uk>
76227              Date: Thu, 03 Aug 2000 18:25:30 +0100
76228              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
76229      Branch: perl
76230            ! regcomp.c t/op/re_tests
76231 ____________________________________________________________________________
76232 [  6507] By: jhi                                   on 2000/08/03  23:38:28
76233         Log: Subject: [PATCH] sv.h documentation - SvLEN
76234              From: Mike Guy <mjtg@cam.ac.uk>
76235              Date: Thu, 03 Aug 2000 14:43:09 +0100
76236              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
76237      Branch: perl
76238            ! sv.h
76239 ____________________________________________________________________________
76240 [  6506] By: jhi                                   on 2000/08/03  15:49:14
76241         Log: Disable the fix_pl hack for now.
76242      Branch: perl
76243            ! Makefile.SH
76244 ____________________________________________________________________________
76245 [  6505] By: jhi                                   on 2000/08/03  13:49:04
76246         Log: Add a URL for FSF.
76247              
76248              Subject: Patch for README
76249              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
76250              Date: Wed, 2 Aug 2000 13:25:09 -0500
76251              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
76252      Branch: perl
76253            ! README
76254 ____________________________________________________________________________
76255 [  6504] By: jhi                                   on 2000/08/03  13:29:19
76256         Log: Be more informative on what is skipped and why,
76257              also repeat the list at the end.
76258      Branch: perl
76259            ! Porting/p4desc
76260 ____________________________________________________________________________
76261 [  6503] By: jhi                                   on 2000/08/03  13:07:05
76262         Log: Circumvent the removal of .patch by fix_pl.
76263              
76264              Subject: Re: [ID 20000802.011] unable to 'make test'          
76265              From: simon@brecon.co.uk (Simon Cozens) 
76266              Date: 3 Aug 2000 04:17:00 GMT
76267              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
76268      Branch: perl
76269            ! Makefile.SH
76270 ____________________________________________________________________________
76271 [  6502] By: jhi                                   on 2000/08/03  00:14:34
76272         Log: Add the missing setproctitle unit.
76273      Branch: metaconfig/U/perl
76274            + d_setproctitle.U
76275 ____________________________________________________________________________
76276 [  6501] By: jhi                                   on 2000/08/03  00:00:26
76277         Log: The subtest 4 may fail also on VOBS, as pointed out
76278              by Nick Ing-Simmons in November 1999, bug id 19991124.003
76279              (but the failure in that bug report isn't the subtest 4).
76280      Branch: perl
76281            ! t/op/stat.t
76282 ____________________________________________________________________________
76283 [  6500] By: jhi                                   on 2000/08/02  23:49:30
76284         Log: Better skip message for the test; one of the two problems in
76285              
76286              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
76287              From: Lupe Christoph <lupe@lupe-christoph.de>
76288              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
76289              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
76290      Branch: perl
76291            ! t/op/numconvert.t
76292 ____________________________________________________________________________
76293 [  6499] By: jhi                                   on 2000/08/02  22:49:16
76294         Log: Allow "no Module;" even if there is no 'unimport'.
76295              
76296              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
76297              From: mjd@plover.com
76298              Date: 24 Mar 2000 15:24:34 -0000
76299              Message-Id: <20000324152434.15160.qmail@plover.com>
76300      Branch: perl
76301            ! gv.c
76302 ____________________________________________________________________________
76303 [  6498] By: jhi                                   on 2000/08/02  22:42:58
76304         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
76305              that are hopefully soon put into use.
76306      Branch: perl
76307            ! opcode.h opcode.pl opnames.h
76308 ____________________________________________________________________________
76309 [  6497] By: gsar                                  on 2000/08/02  22:28:59
76310         Log: require.t needs binmode() to work on windows
76311      Branch: perl
76312            ! t/comp/require.t
76313 ____________________________________________________________________________
76314 [  6496] By: jhi                                   on 2000/08/02  22:08:51
76315         Log: Document the IVdf UVuf UVof UVxf.
76316      Branch: perl
76317            ! pod/perlguts.pod
76318 ____________________________________________________________________________
76319 [  6495] By: jhi                                   on 2000/08/02  21:54:26
76320         Log: detypo #6494
76321      Branch: perl
76322            ! ext/Data/Dumper/Dumper.xs
76323 ____________________________________________________________________________
76324 [  6494] By: jhi                                   on 2000/08/02  21:49:17
76325         Log: Dump UVs as UVs in Data::Dumper.
76326              
76327              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
76328              From: Gurusamy Sarathy <gsar@ActiveState.com>
76329              Date: Thu, 27 Apr 2000 12:26:25 -0700
76330              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
76331      Branch: perl
76332            ! ext/Data/Dumper/Dumper.xs
76333 ____________________________________________________________________________
76334 [  6493] By: jhi                                   on 2000/08/02  17:01:58
76335         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
76336              From: Hugo <hv@crypt.compulink.co.uk>
76337              Date: Wed, 02 Aug 2000 14:53:56 +0100
76338              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
76339      Branch: perl
76340            ! regexec.c t/op/re_tests
76341 ____________________________________________________________________________
76342 [  6492] By: jhi                                   on 2000/08/02  15:02:46
76343         Log: The new setproctitle() feature is available only in 
76344              bleeding edge FreeBSD.  From Paul Saab.
76345      Branch: perl
76346            ! mg.c
76347 ____________________________________________________________________________
76348 [  6491] By: jhi                                   on 2000/08/02  13:34:36
76349         Log: The tr utf8 patching continues.
76350              
76351              Subject: Re: #6469, too many tests claimed in require.t
76352              From: simon@brecon.co.uk (Simon Cozens)
76353              Date: 2 Aug 2000 02:37:17 GMT
76354              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
76355              
76356              (the logic of the test was the wrong way round in the patch)
76357      Branch: perl
76358            ! doop.c
76359 ____________________________________________________________________________
76360 [  6490] By: jhi                                   on 2000/08/02  13:27:38
76361         Log: The name of a filehandle does not have <these>.
76362      Branch: perl
76363            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
76364            ! t/pragma/warn/pp_sys util.c
76365 ____________________________________________________________________________
76366 [  6489] By: jhi                                   on 2000/08/02  04:26:46
76367         Log: Remove the extraneous "main::" prefix from all the
76368              "opened only for", "on closed", and "never opened" warnings.
76369              
76370              Subject: Re: inappropriate warning
76371              From: Gurusamy Sarathy <gsar@ActiveState.com>
76372              Date: Mon, 20 Mar 2000 11:28:02 -0800
76373              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
76374      Branch: perl
76375            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
76376            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
76377            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
76378 ____________________________________________________________________________
76379 [  6488] By: jhi                                   on 2000/08/02  03:02:57
76380         Log: memcpy has n o in it, as pinted ut by Sarathy.
76381      Branch: perl
76382            ! pod/perlguts.pod
76383 ____________________________________________________________________________
76384 [  6487] By: jhi                                   on 2000/08/02  02:44:51
76385         Log: Document in one place the memory abstractions used in Perl core.
76386              
76387              Subject: Re: Memory abstraction
76388              From: simon@brecon.co.uk (Simon Cozens)
76389              Date: 2 Aug 2000 02:20:23 GMT
76390              Organization: Earth.li Origins
76391      Branch: perl
76392            ! pod/perlguts.pod
76393 ____________________________________________________________________________
76394 [  6486] By: jhi                                   on 2000/08/02  02:41:57
76395         Log: regen_headers, regen perltoc.
76396      Branch: perl
76397            ! perlapi.c pod/perltoc.pod
76398 ____________________________________________________________________________
76399 [  6485] By: jhi                                   on 2000/08/02  01:43:33
76400         Log: "This little thing tests for a file .patch, and if it contains
76401              a number, pops into patchlevel.h" (making it easier to track
76402              which development version people are reporting bugs against)
76403              
76404              Subject: Patchlevel autogeneration for repository perls
76405              From: simon@brecon.co.uk (Simon Cozens)
76406              Date: 14 Jul 2000 07:12:15 GMT
76407              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
76408      Branch: perl
76409            + fix_pl
76410            ! MANIFEST Makefile.SH
76411 ____________________________________________________________________________
76412 [  6484] By: jhi                                   on 2000/08/02  01:32:54
76413         Log: FreeBSD 3.* updates from
76414              
76415              From: Paul Saab <ps@yahoo-inc.com>
76416              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
76417              Date: Tue, 1 Aug 2000 15:41:39 -0700
76418              Message-Id: <20000801154139.A53740@yahoo-inc.com>
76419      Branch: perl
76420            ! hints/freebsd.sh
76421 ____________________________________________________________________________
76422 [  6483] By: jhi                                   on 2000/08/02  01:27:44
76423         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
76424              instead one must use setproctitle().  This was already addressed
76425              by change #6457, but the below has a new variant for FreeBSD 4.0
76426              or later, and the matter is also documented more.
76427              
76428              From: Paul Saab <ps@yahoo-inc.com>
76429              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
76430              Date: Tue, 1 Aug 2000 15:41:39 -0700
76431              Message-Id: <20000801154139.A53740@yahoo-inc.com>
76432      Branch: metaconfig/U/perl
76433            + i_libutil.U
76434      Branch: perl
76435            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
76436 ____________________________________________________________________________
76437 [  6482] By: jhi                                   on 2000/08/01  22:17:32
76438         Log: The test from this
76439              
76440              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
76441              Date: Sat, 15 Apr 2000 17:03:44 +0100
76442              From: Tom Hughes <tom@compton.nu>
76443              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
76444              
76445              was missing, the code change went in as #5989
76446              (which had a different test?)
76447      Branch: perl
76448            ! t/op/misc.t
76449 ____________________________________________________________________________
76450 [  6481] By: jhi                                   on 2000/08/01  21:48:38
76451         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
76452              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
76453              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
76454              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
76455      Branch: perl
76456            ! perl.h
76457 ____________________________________________________________________________
76458 [  6480] By: jhi                                   on 2000/08/01  18:05:28
76459         Log: Make p4desc to skip non-mainperl branches by default.
76460      Branch: perl
76461            ! Porting/p4desc
76462 ____________________________________________________________________________
76463 [  6479] By: jhi                                   on 2000/08/01  17:29:19
76464         Log: If gccosandvers is equal to osname, clear gccosandvers.
76465      Branch: metaconfig/U/perl
76466            ! gccvers.U
76467      Branch: perl
76468            ! Configure config_h.SH
76469 ____________________________________________________________________________
76470 [  6478] By: jhi                                   on 2000/08/01  15:54:08
76471         Log: BOM patching from Simon Cozens.
76472      Branch: perl
76473            ! toke.c
76474 ____________________________________________________________________________
76475 [  6477] By: jhi                                   on 2000/08/01  04:50:33
76476         Log: Stash away the largefiles flags and libswanted.
76477      Branch: perl
76478            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
76479 ____________________________________________________________________________
76480 [  6476] By: gsar                                  on 2000/08/01  04:24:24
76481         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
76482              on Windows)
76483      Branch: perl
76484            ! t/pragma/utf8.t utf8.c win32/win32.c
76485 ____________________________________________________________________________
76486 [  6475] By: jhi                                   on 2000/08/01  03:35:24
76487         Log: Make chr() for values >127 to create utf8 when under utf8.
76488              
76489              Subject: Re: uft8/chr()
76490              From: simon@brecon.co.uk (Simon Cozens)
76491              Date: 1 Aug 2000 02:37:02 GMT
76492              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
76493      Branch: perl
76494            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
76495 ____________________________________________________________________________
76496 [  6474] By: jhi                                   on 2000/08/01  02:36:18
76497         Log: In Digital UNIX warn if gcc explicitly chosen because even
76498              2.95.2 is known to cause problems.
76499      Branch: perl
76500            ! hints/dec_osf.sh
76501 ____________________________________________________________________________
76502 [  6473] By: jhi                                   on 2000/08/01  02:00:56
76503         Log: Make the safety catch for buggy gccs work with triple version
76504              numbers like 2.95.2.  Reported in
76505              
76506              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
76507              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
76508              Date: Mon, 31 Jul 2000 14:55:06 +0200
76509              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
76510      Branch: perl
76511            ! hints/dec_osf.sh
76512 ____________________________________________________________________________
76513 [  6472] By: jhi                                   on 2000/08/01  01:13:33
76514         Log: Subject: fix and question re: waitpid() under win32
76515              From: Brian Clarke <clarke@appliedmeta.com>
76516              Date: Fri, 28 Jul 2000 15:18:29 -0400
76517              Message-ID: <3981DC85.290314EB@appliedmeta.com>
76518              
76519              Slightly reformatted and WNOHANG # define moved to win32.h
76520              so that also POSIX.xs sees it, as suggsted by Sarathy.
76521      Branch: perl
76522            ! win32/win32.c win32/win32.h
76523 ____________________________________________________________________________
76524 [  6471] By: jhi                                   on 2000/08/01  00:55:05
76525         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
76526              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76527              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
76528              Date: Mon, 31 Jul 2000 13:28:51 +0100
76529              
76530              (aka ID 20000730.002)
76531      Branch: perl
76532            ! op.c t/op/tr.t
76533 ____________________________________________________________________________
76534 [  6470] By: jhi                                   on 2000/07/31  23:34:42
76535         Log: Document the problem with -P in HP-UX and its workaround.
76536              
76537              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
76538              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
76539              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
76540              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
76541      Branch: perl
76542            ! README.hpux
76543 ____________________________________________________________________________
76544 [  6469] By: jhi                                   on 2000/07/31  04:15:02
76545         Log: The swallow_bom() saga continues.  The #23 of require.t
76546              (UTF16-LE) still fails (silently, no output) but the #22
76547              (UTF16-BE) seems to be working now.  The root of the
76548              failure may be in sv_gets(): is it UTF-16LE-aware,
76549              especially when it comes to line endings? 
76550      Branch: perl
76551            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
76552            ! t/comp/require.t toke.c utf8.c
76553 ____________________________________________________________________________
76554 [  6468] By: jhi                                   on 2000/07/30  19:05:48
76555         Log: Find green threads before native threads.
76556              
76557              Subject: Re: Patch to jpl/JNI/Makefile.PL
76558              From: Jens Thomsen <jens@fiend.cis.com>
76559              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
76560              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
76561      Branch: perl
76562            ! jpl/JNI/Makefile.PL
76563 ____________________________________________________________________________
76564 [  6467] By: jhi                                   on 2000/07/30  18:36:22
76565         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
76566      Branch: perl
76567            ! doop.c
76568 ____________________________________________________________________________
76569 [  6466] By: jhi                                   on 2000/07/30  04:37:29
76570         Log: A new version of the "remove UPPERACSE string comparison"
76571              operators.  The problem with the previous one (change #6454)
76572              was that it was for Perl 5.6.0.  From Paul Marquess.
76573      Branch: perl
76574            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
76575            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
76576            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
76577 ____________________________________________________________________________
76578 [  6465] By: jhi                                   on 2000/07/29  22:39:56
76579         Log: Do not upgrade SVs into utf8 just because they participate
76580              in eq or cmp.  Reported and fix suggested in
76581              
76582              Subject: [ID 20000720.009] sv_eq UTF8 bug
76583              From: "Simon Cozens" <simon@othersideofthe.earth.li>
76584              Date: 21 Jul 2000 04:37:29 -0000
76585              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
76586              
76587              Exercise for the kind reader: should we or should we not
76588              cache the utf8 conversion alongside the SV? (as magic,
76589              as the strxfrm()ed version is cached under use locale)
76590              Argue both for and against.
76591      Branch: perl
76592            ! sv.c
76593 ____________________________________________________________________________
76594 [  6464] By: jhi                                   on 2000/07/29  22:36:22
76595         Log: Subject: UTF8 concat
76596              From: simon@brecon.co.uk (Simon Cozens) 
76597              Date: 30 Jun 2000 06:13:25 GMT
76598              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
76599              
76600              (with a memory leak fixed, plus a few casts added)
76601              
76602              This also seems to help for
76603              
76604              Subject: [ID 20000716.015] join UTF8 weirdness
76605              From: root <root@ak-71.mind.de> 
76606              Date: Sat, 15 Jul 2000 15:29:54 +0200
76607              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
76608              
76609              (from Andreas König)
76610      Branch: perl
76611            ! pp_hot.c
76612 ____________________________________________________________________________
76613 [  6463] By: jhi                                   on 2000/07/29  00:55:39
76614         Log: Tune the comments and hopefully stop a memory leak.
76615      Branch: perl
76616            ! toke.c utf8.c
76617 ____________________________________________________________________________
76618 [  6462] By: jhi                                   on 2000/07/29  00:16:53
76619         Log: The problem described in this
76620              
76621              Subject: [ID 20000322.018] named chars aren't magical enough
76622              From: root <root@dixie.cscaper.com>     
76623              Date: Wed, 22 Mar 2000 18:37:42 -0700
76624              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
76625              
76626              has been fixed in perl 5.6.0 but just in case added a test
76627              to keep it away.  (The report from Joseph Hall.)
76628      Branch: perl
76629            ! t/lib/charnames.t
76630 ____________________________________________________________________________
76631 [  6461] By: jhi                                   on 2000/07/28  23:56:36
76632         Log: Tiny fixes for #6460.
76633      Branch: metaconfig/U/perl
76634            ! gccvers.U
76635      Branch: perl
76636            ! Configure config_h.SH
76637 ____________________________________________________________________________
76638 [  6460] By: jhi                                   on 2000/07/28  23:24:41
76639         Log: Warn if the version of the operating system used to compile gcc
76640              differs from the current version of the operating system.
76641              Also display the gcc compilation os and version in myconfig.
76642              Inspiration from
76643              
76644              Subject: Re: [ID 20000710.003] ERRORS!!         
76645              From: "Kurt D. Starsinic" <kstar@chapin.edu>
76646              Date: Mon, 10 Jul 2000 15:54:16 -0400
76647              Message-ID: <20000710155416.A1384@O2.chapin.edu>
76648      Branch: metaconfig/U/perl
76649            ! gccvers.U
76650      Branch: perl
76651            ! Configure config_h.SH myconfig.SH
76652 ____________________________________________________________________________
76653 [  6459] By: jhi                                   on 2000/07/28  22:00:32
76654         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
76655              letter to $Config{osvers}.
76656      Branch: metaconfig
76657            ! U/modified/Oldconfig.U
76658      Branch: perl
76659            ! Configure config_h.SH
76660 ____________________________________________________________________________
76661 [  6458] By: jhi                                   on 2000/07/28  04:15:39
76662         Log: Back out #6454, doesn't seem to work.
76663              (Reason: that patch was for perl 5.6.0, not perl-current)
76664              (A version of the patch for perl-current came in later as #6466)
76665      Branch: perl
76666            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
76667            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
76668            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
76669 ____________________________________________________________________________
76670 [  6457] By: jhi                                   on 2000/07/27  23:31:49
76671         Log: Use setproctitle() if available to modify $0.
76672              
76673              Subject: setting $* on BSD4 broken
76674              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
76675              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
76676              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
76677      Branch: metaconfig
76678            ! U/modified/Myinit.U
76679      Branch: perl
76680            ! Configure config_h.SH mg.c
76681 ____________________________________________________________________________
76682 [  6456] By: jhi                                   on 2000/07/27  14:50:47
76683         Log: Allow "no AutoLoader;", based on change #6444,
76684              suggested by Graham Barr.
76685      Branch: perl
76686            ! lib/AutoLoader.pm
76687 ____________________________________________________________________________
76688 [  6455] By: jhi                                   on 2000/07/27  14:19:10
76689         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
76690              From: rspier@pobox.com (Robert Spier)
76691              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
76692              Message-ID: <14720.15855.787664.424783@rls.cx>
76693      Branch: perl
76694            ! pod/perldiag.pod
76695 ____________________________________________________________________________
76696 [  6454] By: jhi                                   on 2000/07/27  14:03:02
76697         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
76698              for a long time).
76699              
76700              Reported in
76701              
76702              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
76703              From: Ryan Herbert <rherbert@sycamorehq.com>
76704              Date: Mon, 17 Jul 2000 11:40:42 -0400
76705              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
76706              
76707              Patched in
76708              
76709              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
76710              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
76711              Date: Wed, 26 Jul 2000 23:40:18 +0100
76712              Message-ID: <000001bff752$79511880$0a17073e@tiny>
76713              
76714              based on an earlier patch from Stephen P. Potter.
76715              
76716              (Removed later by change #6458 because this patch was for
76717              perl 5.6.0, not perl-current)
76718      Branch: perl
76719            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
76720            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
76721            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
76722 ____________________________________________________________________________
76723 [  6453] By: jhi                                   on 2000/07/27  13:48:02
76724         Log: Subject: [PATCH] fixes bug 20000508.004
76725              From: Michael Stevens <mstevens@globnix.org>
76726              Date: Thu, 27 Jul 2000 13:49:04 +0100
76727              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
76728      Branch: perl
76729            ! pod/perldata.pod
76730 ____________________________________________________________________________
76731 [  6452] By: jhi                                   on 2000/07/26  23:51:26
76732         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
76733              and Craig A. Berry.
76734      Branch: perl
76735            ! lib/File/Temp.pm pod/perlport.pod
76736 ____________________________________________________________________________
76737 [  6451] By: jhi                                   on 2000/07/26  19:43:30
76738         Log: Be wary of close()s, too.
76739              
76740              Subject: Re: [PATCH] perlbug cleanup
76741              From: Tim Jenness <t.jenness@jach.hawaii.edu>
76742              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
76743              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
76744      Branch: perl
76745            ! utils/perlbug.PL
76746 ____________________________________________________________________________
76747 [  6450] By: jhi                                   on 2000/07/26  18:41:40
76748         Log: Subject: Minor doc patch: handy.h
76749              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
76750              Date: Wed, 26 Jul 2000 15:34:25 -0300
76751              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
76752      Branch: perl
76753            ! handy.h pod/perlapi.pod
76754 ____________________________________________________________________________
76755 [  6449] By: jhi                                   on 2000/07/26  18:23:55
76756         Log: Subject: [PATCH] minor doc change - perlguts
76757              From: Michael Stevens <mstevens@globnix.org>
76758              Date: Thu, 13 Jul 2000 12:39:18 +0100
76759              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
76760      Branch: perl
76761            ! pod/perlguts.pod
76762 ____________________________________________________________________________
76763 [  6448] By: jhi                                   on 2000/07/26  18:20:30
76764         Log: open() wariness in perlbug.
76765              
76766              Subject: [PATCH] perlbug cleanup
76767              From: Michael Stevens <mstevens@globnix.org>
76768              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
76769              Date: Thu, 13 Jul 2000 15:52:23 +0100
76770      Branch: perl
76771            ! utils/perlbug.PL
76772 ____________________________________________________________________________
76773 [  6447] By: jhi                                   on 2000/07/26  18:13:04
76774         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
76775      Branch: perl
76776            ! lib/File/Temp.pm t/lib/ftmp-security.t
76777 ____________________________________________________________________________
76778 [  6446] By: jhi                                   on 2000/07/26  18:06:32
76779         Log: docfix from Peter Scott <Peter@PSDT.com>.
76780      Branch: perl
76781            ! pod/perlfunc.pod
76782 ____________________________________________________________________________
76783 [  6445] By: jhi                                   on 2000/07/26  17:53:31
76784         Log: Fix *foo{FORMAT}.
76785              
76786              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76787              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
76788              Date: Wed, 26 Jul 2000 19:51:02 +0200
76789              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
76790              
76791              From: Graham Barr <gbarr@pobox.com>
76792              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
76793              Date: Wed, 26 Jul 2000 17:38:36 +0100
76794              Message-ID: <20000726173836.L472@pobox.com>
76795      Branch: perl
76796            ! pp.c sv.c t/op/gv.t
76797 ____________________________________________________________________________
76798 [  6444] By: jhi                                   on 2000/07/26  17:49:14
76799         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
76800              from Graham Barr in the module list.
76801      Branch: perl
76802            ! gv.c pod/perlobj.pod
76803 ____________________________________________________________________________
76804 [  6443] By: jhi                                   on 2000/07/26  16:06:56
76805         Log: More split() doc and test patches from Mike Guy.
76806      Branch: perl
76807            ! pod/perlfunc.pod t/op/split.t
76808 ____________________________________________________________________________
76809 [  6442] By: jhi                                   on 2000/07/26  16:05:30
76810         Log: MacOS nits from Matthias Neeracher.
76811      Branch: perl
76812            ! perl.c pp_ctl.c
76813 ____________________________________________________________________________
76814 [  6441] By: jhi                                   on 2000/07/26  04:39:57
76815         Log: Subject: [PATCH] split /^/
76816              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76817              Date: Tue, 25 Jul 2000 14:18:57 +0100
76818              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
76819              
76820              (with notes from tchrist and gbarr)
76821      Branch: perl
76822            ! pod/perlfunc.pod t/op/split.t
76823 ____________________________________________________________________________
76824 [  6440] By: jhi                                   on 2000/07/26  04:32:32
76825         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
76826              From: Peter Prymmer <pvhp@forte.com>
76827              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
76828              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
76829      Branch: perl
76830            ! vms/munchconfig.c
76831 ____________________________________________________________________________
76832 [  6439] By: jhi                                   on 2000/07/26  04:31:01
76833         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
76834              to be fatal errors (instead of by default ignoring them, and
76835              ignoring with a bug: even though -w gave an error, the opening [
76836              was left in)  Reported in:
76837              
76838              Subject: [ID 20000716.024] [=cc=] / [:blank:]
76839              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
76840              Date: Sun, 16 Jul 2000 17:55:29 -0700
76841              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
76842      Branch: perl
76843            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
76844 ____________________________________________________________________________
76845 [  6438] By: jhi                                   on 2000/07/25  15:41:15
76846         Log: Subject: [PATCH] av.c apidoc
76847              From: simon@brecon.co.uk (Simon Cozens)
76848              Date: 24 Jul 2000 06:40:52 GMT
76849              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
76850      Branch: perl
76851            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
76852            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
76853 ____________________________________________________________________________
76854 [  6437] By: jhi                                   on 2000/07/25  14:05:36
76855         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
76856              From: "Stephen P. Potter" <spp@ds.net>
76857              Date: Mon, 24 Jul 2000 14:22:23 -0400
76858              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
76859      Branch: perl
76860            ! pod/perllocale.pod
76861 ____________________________________________________________________________
76862 [  6436] By: jhi                                   on 2000/07/25  14:02:03
76863         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
76864              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76865              Date: Mon, 24 Jul 2000 18:04:28 +0100
76866              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
76867      Branch: perl
76868            ! t/lib/syslfs.t t/op/lfs.t
76869 ____________________________________________________________________________
76870 [  6435] By: jhi                                   on 2000/07/25  13:59:28
76871         Log: Get UTF16 BOMs working.  Patch from
76872              
76873              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
76874              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76875              Date: Tue, 25 Jul 2000 12:52:45 +0100
76876              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
76877              
76878              and notes from
76879              
76880              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
76881              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76882              Date: Tue, 25 Jul 2000 11:43:25 +0100
76883              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
76884      Branch: perl
76885            ! t/comp/require.t toke.c utf8.c
76886 ____________________________________________________________________________
76887 [  6434] By: jhi                                   on 2000/07/25  02:39:54
76888         Log: Make the "uninit variable" warning to say "concat or string"
76889              or "join or string" when in concat or join .
76890              
76891              Subject: Re: [ID 20000403.009] uninitialised concatenation???
76892              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76893              Date: Tue, 04 Apr 2000 18:22:58 +0100
76894              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
76895              
76896              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
76897              From: William R Ward <hermit@BayView.COM>
76898              Date: Thu, 30 Mar 2000 19:50:03 -0800
76899              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
76900      Branch: perl
76901            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
76902            ! t/pragma/warn/op t/pragma/warn/sv
76903 ____________________________________________________________________________
76904 [  6433] By: jhi                                   on 2000/07/24  17:52:56
76905         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
76906      Branch: perl
76907            ! lib/File/Spec/VMS.pm
76908 ____________________________________________________________________________
76909 [  6432] By: jhi                                   on 2000/07/24  17:44:44
76910         Log: Test cases for #6431.
76911              
76912              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
76913              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76914              Date: Mon, 24 Jul 2000 15:32:29 +0100
76915              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
76916      Branch: perl
76917            ! t/op/pat.t t/op/split.t
76918 ____________________________________________________________________________
76919 [  6431] By: jhi                                   on 2000/07/24  17:43:17
76920         Log: Bind op fix.
76921              
76922              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
76923              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76924              Date: Mon, 17 Jul 2000 20:04:56 +0100
76925              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
76926      Branch: perl
76927            ! op.c
76928 ____________________________________________________________________________
76929 [  6430] By: jhi                                   on 2000/07/24  03:42:42
76930         Log: Subject: [ID 20000716.023] syslog test fails without sockets
76931              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76932              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
76933              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
76934      Branch: metaconfig/U/perl
76935            ! Extensions.U
76936      Branch: perl
76937            ! Configure config_h.SH
76938 ____________________________________________________________________________
76939 [  6429] By: jhi                                   on 2000/07/24  03:11:52
76940         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
76941              case, but add also notes explaining the relationship of this
76942              patch and the earlier notes by Sarathy.
76943              
76944              Subject: Map is still slow
76945              From: "Ben Tilly" <ben_tilly@hotmail.com>
76946              Date: Sat, 15 Jul 2000 17:23:27 EDT
76947              Message-ID: <20000715212327.21656.qmail@hotmail.com>
76948      Branch: perl
76949            ! pp_ctl.c
76950 ____________________________________________________________________________
76951 [  6428] By: jhi                                   on 2000/07/24  02:58:52
76952         Log: Documentation to explain the behaviour of map().
76953              
76954              Subject: Re: Map is still slow 
76955              From: Gurusamy Sarathy <gsar@ActiveState.com>
76956              Date: Sat, 15 Jul 2000 16:05:09 -0700
76957              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
76958      Branch: perl
76959            ! pp_ctl.c
76960 ____________________________________________________________________________
76961 [  6427] By: jhi                                   on 2000/07/24  02:50:03
76962         Log: Add tests for
76963              [ID 19991110.003] another matching finding by pcre author
76964              which has already been fixed by some patch, as verified in
76965              
76966              Subject: Re: two regex bugs from the mists of time (well, last November)
76967              From: Hugo <hv@crypt.compulink.co.uk>
76968              Date: Sat, 22 Jul 2000 18:12:58 +0100
76969              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
76970      Branch: perl
76971            ! t/op/re_tests
76972 ____________________________________________________________________________
76973 [  6426] By: jhi                                   on 2000/07/24  02:11:20
76974         Log: A missing 'break' after the [[:space:]] switch case.
76975              
76976              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
76977              From: "Stephen P. Potter" <spp@ds.net>
76978              Date: Tue, 18 Jul 2000 16:25:17 -0400
76979              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
76980      Branch: perl
76981            ! regcomp.c
76982 ____________________________________________________________________________
76983 [  6425] By: jhi                                   on 2000/07/24  02:06:12
76984         Log: The output might have been produced in the wrong order.
76985              
76986              Subject: [ID 20000720.003] [PATCH] t/op/write.t
76987              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76988              Date: Thu, 20 Jul 2000 18:49:18 +0100
76989              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
76990      Branch: perl
76991            ! t/op/write.t
76992 ____________________________________________________________________________
76993 [  6424] By: jhi                                   on 2000/07/24  02:00:07
76994         Log: Use STDOUT consistently.
76995              
76996              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
76997              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76998              Date: Thu, 20 Jul 2000 18:04:01 +0100
76999              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
77000      Branch: perl
77001            ! lib/Test/Harness.pm
77002 ____________________________________________________________________________
77003 [  6423] By: jhi                                   on 2000/07/24  01:54:54
77004         Log: Protect against "wild next"s, that is, callbacks doing "next"
77005              instead of "return".
77006              
77007              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
77008              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
77009              Date: Tue, 18 Jul 2000 11:30:16 +0100
77010              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
77011      Branch: perl
77012            ! lib/File/Find.pm
77013 ____________________________________________________________________________
77014 [  6422] By: jhi                                   on 2000/07/24  01:35:47
77015         Log: Out-of-date note removed.
77016              
77017              Subject: [PATCH] documentation perlipc
77018              From: rspier@pobox.com (Robert Spier)
77019              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
77020              Message-ID: <14711.35178.572612.502654@rls.cx>
77021      Branch: perl
77022            ! pod/perlipc.pod
77023 ____________________________________________________________________________
77024 [  6421] By: jhi                                   on 2000/07/24  00:09:18
77025         Log: Send all installperl messages to STDERR and be -w clean.
77026              
77027              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
77028              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
77029              Date: Sat, 22 Jul 2000 14:02:11 +0100
77030              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
77031      Branch: perl
77032            ! installperl
77033 ____________________________________________________________________________
77034 [  6420] By: jhi                                   on 2000/07/24  00:04:19
77035         Log: Decutandpasto.
77036              
77037              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
77038              From: "Richard Soderberg" <rs@crystalflame.net>
77039              Date: Sun, 23 Jul 2000 01:37:23 -0700
77040              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
77041      Branch: perl
77042            ! pod/perlipc.pod
77043 ____________________________________________________________________________
77044 [  6419] By: jhi                                   on 2000/07/24  00:01:12
77045         Log: A cleaner abs_path().
77046              Subject: Re: unix alternative to Cwd.pm
77047              From: Jeff Pinyan <jeffp@crusoe.net>
77048              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
77049              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
77050      Branch: perl
77051            ! lib/Cwd.pm
77052 ____________________________________________________________________________
77053 [  6418] By: jhi                                   on 2000/07/23  23:48:56
77054         Log: Detypo.
77055              
77056              Subject: [PATCH perl-current] Typo in hints/powerux.sh
77057              From: "Richard Soderberg" <rs@crystalflame.net>
77058              Date: Sun, 23 Jul 2000 01:27:33 -0700
77059              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
77060      Branch: perl
77061            ! hints/powerux.sh
77062 ____________________________________________________________________________
77063 [  6417] By: jhi                                   on 2000/07/17  22:13:31
77064         Log: Subject: SDBM_File documentation
77065              From: mjd@plover.com
77066              Date: 16 Jul 2000 17:41:17 -0000
77067              Message-ID: <20000716174117.18515.qmail@plover.com>
77068      Branch: perl
77069            ! ext/SDBM_File/SDBM_File.pm
77070 ____________________________________________________________________________
77071 [  6416] By: jhi                                   on 2000/07/17  19:13:26
77072         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
77073      Branch: perl
77074            ! hints/mpeix.sh mpeix/relink
77075 ____________________________________________________________________________
77076 [  6415] By: jhi                                   on 2000/07/15  14:11:02
77077         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
77078              the utf8 'characters' can be more than one octet).
77079              
77080              Date: Sat, 15 Jul 2000 00:21:56 +0100
77081              From: Tom Hughes <tom@compton.nu>
77082              Subject: Re: [ID 20000714.002]
77083              Message-ID: <db2334de49.tom@compton.compton.nu>
77084              
77085              Reported in
77086              
77087              Subject: [ID 20000714.002]
77088              From: "Simon Cozens" <simon@othersideofthe.earth.li>
77089              Date: 14 Jul 2000 15:13:09 -0000
77090              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
77091      Branch: perl
77092            ! doop.c
77093 ____________________________________________________________________________
77094 [  6414] By: jhi                                   on 2000/07/15  03:13:41
77095         Log: another VMS build tweak from Peter Prymmer
77096      Branch: perl
77097            ! vms/descrip_mms.template
77098 ____________________________________________________________________________
77099 [  6413] By: jhi                                   on 2000/07/15  03:10:40
77100         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
77101      Branch: perl
77102            ! vms/perlvms.pod
77103 ____________________________________________________________________________
77104 [  6412] By: jhi                                   on 2000/07/15  00:31:05
77105         Log: More docs for sv functions.
77106              
77107              Subject: [PATCH cfgperl] sv.c apidoc
77108              From: simon@brecon.co.uk (Simon Cozens)
77109              Date: 13 Jul 2000 09:00:20 GMT
77110              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
77111              
77112              Subject: Re: [PATCH cfgperl] sv.c apidoc
77113              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
77114              Date: Thu, 13 Jul 2000 12:27:41 +0100
77115              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
77116              
77117              Subject: Re: [PATCH cfgperl] sv.c apidoc
77118              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
77119              Date: Thu, 13 Jul 2000 13:23:09 +0100
77120              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
77121              
77122              Subject: Re: [PATCH cfgperl] sv.c apidoc
77123              From: simon@brecon.co.uk (Simon Cozens)
77124              Date: 14 Jul 2000 06:51:02 GMT
77125              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
77126      Branch: perl
77127            ! embed.pl pod/perlapi.pod sv.c
77128 ____________________________________________________________________________
77129 [  6411] By: jhi                                   on 2000/07/15  00:10:41
77130         Log: lib/b test fixes from Peter Prymmer.
77131      Branch: perl
77132            ! t/lib/b.t
77133 ____________________________________________________________________________
77134 [  6410] By: jhi                                   on 2000/07/15  00:02:09
77135         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
77136              From: Hugo <hv@crypt.compulink.co.uk>
77137              Date: Fri, 14 Jul 2000 23:05:20 +0100
77138              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
77139              
77140              Didn't anymore apply, but that point still could use another fix.
77141      Branch: perl
77142            ! pod/perlfunc.pod
77143 ____________________________________________________________________________
77144 [  6409] By: jhi                                   on 2000/07/14  23:15:15
77145         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
77146              not in pod, from Peter Prymmer
77147      Branch: perl
77148            ! vms/descrip_mms.template
77149 ____________________________________________________________________________
77150 [  6408] By: jhi                                   on 2000/07/14  20:35:05
77151         Log: The bug report
77152              [ID 19991110.002] minimal matching discrepancy found by pcre author
77153              seems to have been fixed (though differently from what was suggested
77154              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
77155      Branch: perl
77156            ! t/op/re_tests
77157 ____________________________________________________________________________
77158 [  6407] By: jhi                                   on 2000/07/14  17:38:08
77159         Log: Fix AutoSplit to use File::Spec the right way in VMS,
77160              from Peter Prymmer.
77161      Branch: perl
77162            ! lib/AutoSplit.pm
77163 ____________________________________________________________________________
77164 [  6406] By: jhi                                   on 2000/07/14  14:13:22
77165         Log: Merge perlhacktut into perlhack, update perlguts.
77166              
77167              Subject: Re: Perlhacktut
77168              From: simon@brecon.co.uk (Simon Cozens)
77169              Date: 14 Jul 2000 06:49:21 GMT
77170              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
77171              
77172              Subject: Re: Perlhacktut
77173              From: simon@brecon.co.uk (Simon Cozens)
77174              Date: 14 Jul 2000 07:09:45 GMT
77175              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
77176      Branch: perl
77177            ! pod/perlguts.pod pod/perlhack.pod
77178 ____________________________________________________________________________
77179 [  6405] By: jhi                                   on 2000/07/14  14:02:31
77180         Log: Integrate with Sarathy.
77181      Branch: cfgperl
77182           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
77183           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
77184           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
77185 ____________________________________________________________________________
77186 [  6404] By: gsar                                  on 2000/07/14  12:15:02
77187         Log: PERL_OBJECT build tweaks
77188      Branch: perl
77189            ! toke.c
77190 ____________________________________________________________________________
77191 [  6403] By: gsar                                  on 2000/07/14  11:23:41
77192         Log: inconsistent types needs casts
77193      Branch: perl
77194            ! toke.c
77195 ____________________________________________________________________________
77196 [  6402] By: gsar                                  on 2000/07/14  11:12:04
77197         Log: typos in change#6399, regen headers
77198      Branch: perl
77199            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
77200 ____________________________________________________________________________
77201 [  6401] By: gsar                                  on 2000/07/14  10:59:12
77202         Log: typecasts needed for change#6394
77203      Branch: perl
77204            ! toke.c
77205 ____________________________________________________________________________
77206 [  6400] By: gsar                                  on 2000/07/14  10:49:37
77207         Log: integrate cfgperl contents into mainline
77208      Branch: perl
77209           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
77210           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
77211 ____________________________________________________________________________
77212 [  6399] By: gsar                                  on 2000/07/14  10:38:35
77213         Log: enable UTF-16 filter by default if relevant BOM is seen; various
77214              cleanups (typos, misformatted code, and small bugs)
77215      Branch: perl
77216            ! doop.c embed.pl mg.c op.c pp.c toke.c
77217 ____________________________________________________________________________
77218 [  6398] By: gsar                                  on 2000/07/14  08:55:38
77219         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
77220              name suggests anyway)
77221      Branch: perl
77222            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
77223 ____________________________________________________________________________
77224 [  6397] By: gsar                                  on 2000/07/14  08:44:33
77225         Log: move new variables to the end of the interpreter structure (for
77226              bincompat in code that doesn't #include XSUB.h)
77227      Branch: perl
77228            ! intrpvar.h
77229 ____________________________________________________________________________
77230 [  6396] By: gsar                                  on 2000/07/14  08:13:58
77231         Log: MakeMaker should not remove editor backups (*~) on `make clean`
77232              by default (completes change#6383)
77233      Branch: perl
77234            ! lib/ExtUtils/MM_Unix.pm
77235 ____________________________________________________________________________
77236 [  6395] By: jhi                                   on 2000/07/14  05:20:33
77237         Log: Replace change #6337 with a better one.
77238              
77239              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
77240              From: Hugo <hv@crypt.compulink.co.uk>
77241              Date: Fri, 14 Jul 2000 04:16:20 +0100
77242              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
77243      Branch: cfgperl
77244            ! regexec.c t/op/re_tests
77245 ____________________________________________________________________________
77246 [  6394] By: jhi                                   on 2000/07/14  01:33:59
77247         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
77248      Branch: cfgperl
77249            ! embed.pl global.sym proto.h toke.c
77250 ____________________________________________________________________________
77251 [  6393] By: jhi                                   on 2000/07/13  23:41:23
77252         Log: remove discarded test
77253      Branch: cfgperl
77254            ! MANIFEST
77255 ____________________________________________________________________________
77256 [  6392] By: jhi                                   on 2000/07/13  23:32:25
77257         Log: The {multiplier} of a fixed substring was overlooked which
77258              caused a wrong initial search offset for that substring.
77259              
77260              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
77261              From: Hugo <hv@crypt.compulink.co.uk>
77262              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
77263              Date: Thu, 13 Jul 2000 19:27:13 +0100
77264      Branch: cfgperl
77265            ! regcomp.c t/op/re_tests
77266 ____________________________________________________________________________
77267 [  6391] By: jhi                                   on 2000/07/13  16:37:42
77268         Log: typo fix from Craig Berry
77269      Branch: cfgperl
77270            ! vms/subconfigure.com
77271 ____________________________________________________________________________
77272 [  6390] By: jhi                                   on 2000/07/13  13:20:12
77273         Log: Integrate with Sarathy.
77274      Branch: cfgperl
77275            - t/op/method2entersub.t
77276           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
77277           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
77278           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
77279           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
77280 ____________________________________________________________________________
77281 [  6389] By: jhi                                   on 2000/07/13  13:18:48
77282         Log: Detypo from Peter Prymmer, part of #6388.
77283      Branch: cfgperl
77284            ! Configure config_h.SH
77285      Branch: metaconfig
77286            ! U/modified/d_longlong.U
77287 ____________________________________________________________________________
77288 [  6388] By: gsar                                  on 2000/07/13  06:33:40
77289         Log: typos (spotted by Peter Prymmer)
77290      Branch: perl
77291            ! Configure t/lib/english.t
77292 ____________________________________________________________________________
77293 [  6387] By: gsar                                  on 2000/07/13  05:35:28
77294         Log: new selfloader.t in change#6183 doesn't close DATA handles,
77295              and thus fails to clean up tmp files on dosish platforms
77296      Branch: perl
77297            ! t/lib/selfloader.t
77298 ____________________________________________________________________________
77299 [  6386] By: gsar                                  on 2000/07/12  21:42:39
77300         Log: sprintf test tweaks (from Dominic Dunlop)
77301      Branch: perl
77302            ! t/op/sprintf.t
77303 ____________________________________________________________________________
77304 [  6385] By: gsar                                  on 2000/07/12  21:33:46
77305         Log: fix bugs in processing %v-*d and similar format specs (from
77306              Avi Finkel <avi@finkel.org>)
77307      Branch: perl
77308            ! sv.c t/op/sprintf.t
77309 ____________________________________________________________________________
77310 [  6384] By: gsar                                  on 2000/07/12  16:04:19
77311         Log: readd missing perldelta.pod changes from changes#6339,6376
77312      Branch: perl
77313            ! pod/perldelta.pod
77314 ____________________________________________________________________________
77315 [  6383] By: gsar                                  on 2000/07/12  16:00:51
77316         Log: don't clobber *.orig files on *clean targets
77317      Branch: perl
77318            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
77319 ____________________________________________________________________________
77320 [  6382] By: gsar                                  on 2000/07/12  07:59:12
77321         Log: fix broken integrations in cfgperl
77322      Branch: cfgperl
77323           !> Changes pod/perldelta.pod
77324 ____________________________________________________________________________
77325 [  6381] By: gsar                                  on 2000/07/12  07:42:17
77326         Log: integrate cfgperl changes into mainline
77327      Branch: perl
77328            ! Changes
77329           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
77330           !> pod/perlre.pod
77331 ____________________________________________________________________________
77332 [  6380] By: gsar                                  on 2000/07/12  07:31:00
77333         Log: get sprintf.t to adjust properly for 3-digit exponents
77334      Branch: perl
77335            ! t/op/sprintf.t
77336 ____________________________________________________________________________
77337 [  6379] By: gsar                                  on 2000/07/12  06:40:04
77338         Log: change#6174 needs corresponding change in win32/config_h.PL,
77339              which grovels through config_h.SH to find the config.h name
77340      Branch: perl
77341            ! win32/config_h.PL
77342 ____________________________________________________________________________
77343 [  6378] By: jhi                                   on 2000/07/12  05:03:59
77344         Log: Do the cc sanity check both before the hints and
77345              after the cc selction.
77346      Branch: cfgperl
77347            ! Configure config_h.SH
77348      Branch: metaconfig
77349            ! U/modified/Oldconfig.U U/modified/cc.U
77350      Branch: metaconfig/U/perl
77351            + Checkcc.U
77352 ____________________________________________________________________________
77353 [  6377] By: jhi                                   on 2000/07/12  02:49:22
77354         Log: Fix nits noticed by Boston.pm.
77355      Branch: cfgperl
77356            ! pod/perlre.pod
77357 ____________________________________________________________________________
77358 [  6376] By: jhi                                   on 2000/07/11  21:22:13
77359         Log: Configure cosmetics and perldelta.
77360      Branch: cfgperl
77361            ! Configure config_h.SH pod/perldelta.pod
77362      Branch: metaconfig
77363            ! U/modified/cc.U
77364 ____________________________________________________________________________
77365 [  6375] By: gsar                                  on 2000/07/11  21:17:35
77366         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
77367      Branch: perl
77368            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
77369            ! win32/win32sck.c
77370 ____________________________________________________________________________
77371 [  6374] By: gsar                                  on 2000/07/11  20:48:50
77372         Log: tweak for build failure under multiplicity
77373      Branch: perl
77374            ! toke.c
77375 ____________________________________________________________________________
77376 [  6373] By: gsar                                  on 2000/07/11  20:37:23
77377         Log: integrate cfgperl changes#6325..6373 into mainline
77378              (NOTE: today's batch of integrations still untested)
77379      Branch: perl
77380           +> ext/DynaLoader/hints/netbsd.pl
77381            ! Changes
77382           !> (integrate 26 files)
77383 ____________________________________________________________________________
77384 [  6372] By: jhi                                   on 2000/07/11  20:30:36
77385         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
77386              regen perltoc.
77387      Branch: cfgperl
77388            + pod/perlbook.pod
77389            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
77390            ! pod/perltoc.pod
77391 ____________________________________________________________________________
77392 [  6371] By: jhi                                   on 2000/07/11  20:08:56
77393         Log: Minor cleanups on the booklist.
77394      Branch: cfgperl
77395            ! pod/perlfaq2.pod
77396 ____________________________________________________________________________
77397 [  6370] By: jhi                                   on 2000/07/11  19:31:13
77398         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
77399      Branch: cfgperl
77400            ! t/pragma/overload.t
77401 ____________________________________________________________________________
77402 [  6369] By: gsar                                  on 2000/07/11  19:27:48
77403         Log: integrate cfgperl changes#6293..6324 into mainline
77404      Branch: perl
77405           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
77406            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
77407           !> (integrate 30 files)
77408 ____________________________________________________________________________
77409 [  6368] By: gsar                                  on 2000/07/11  19:18:57
77410         Log: skip integrate of problematic change#6292 from cfgperl into mainline
77411      Branch: perl
77412           !> pp_hot.c
77413 ____________________________________________________________________________
77414 [  6367] By: gsar                                  on 2000/07/11  19:17:21
77415         Log: integrate cfgperl changes#6288..6290 into mainline
77416      Branch: perl
77417           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
77418 ____________________________________________________________________________
77419 [  6366] By: gsar                                  on 2000/07/11  19:11:18
77420         Log: integrate cfgperl changes#6268..6282 into mainline
77421      Branch: perl
77422           !> (integrate 30 files)
77423 ____________________________________________________________________________
77424 [  6365] By: gsar                                  on 2000/07/11  18:57:00
77425         Log: delete new accidentally branched file
77426      Branch: perl
77427            - t/op/method2entersub.t
77428 ____________________________________________________________________________
77429 [  6364] By: gsar                                  on 2000/07/11  18:55:13
77430         Log: skip integrate of change#6267 from cfgperl into mainline (the
77431              method call optimization is flawed without additional hints
77432              from user about immutableness of @ISA and no runtime method
77433              definitions)
77434      Branch: perl
77435           +> t/op/method2entersub.t
77436           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
77437           !> perl.h t/op/sprintf.t xsutils.c
77438 ____________________________________________________________________________
77439 [  6363] By: gsar                                  on 2000/07/11  18:49:43
77440         Log: integrate cfgperl changes#6261..6266 into mainline
77441      Branch: perl
77442           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
77443           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
77444           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
77445           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
77446 ____________________________________________________________________________
77447 [  6362] By: gsar                                  on 2000/07/11  18:43:26
77448         Log: integrate cfgperl changes#6252..6260 into mainline
77449      Branch: perl
77450           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
77451           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
77452           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
77453           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
77454 ____________________________________________________________________________
77455 [  6361] By: gsar                                  on 2000/07/11  18:37:12
77456         Log: skip integrate of problematic change#6251 from cfgperl into mainline
77457      Branch: perl
77458           !> lib/Exporter.pm
77459 ____________________________________________________________________________
77460 [  6360] By: gsar                                  on 2000/07/11  18:34:56
77461         Log: integrate cfgperl change#6250 into mainline
77462      Branch: perl
77463           +> t/op/my_stash.t
77464           !> MANIFEST embed.pl proto.h toke.c
77465 ____________________________________________________________________________
77466 [  6359] By: gsar                                  on 2000/07/11  18:21:19
77467         Log: integrate cfgperl changes#6242..6249 into mainline
77468      Branch: perl
77469           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
77470           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
77471           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
77472           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
77473           !> t/lib/peek.t utf8.c
77474 ____________________________________________________________________________
77475 [  6358] By: gsar                                  on 2000/07/11  18:15:45
77476         Log: skip integrate of problematic change#6241 from cfgperl into mainline
77477      Branch: perl
77478           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
77479 ____________________________________________________________________________
77480 [  6357] By: jhi                                   on 2000/07/11  18:15:16
77481         Log: Fix for
77482              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
77483              From: Roderick Schertler <roderick@argon.org> 
77484              Date: Tue, 11 Jul 2000 13:55:05 -0400 
77485              Message-Id: <200007111755.NAA05077@jones.argon.org> 
77486      Branch: cfgperl
77487            ! doio.c
77488 ____________________________________________________________________________
77489 [  6356] By: jhi                                   on 2000/07/11  18:12:51
77490         Log: Typo in #6341.
77491      Branch: cfgperl
77492            ! pp_hot.c
77493 ____________________________________________________________________________
77494 [  6355] By: gsar                                  on 2000/07/11  18:12:10
77495         Log: integrate cfgperl changes#6231..6240 into mainline
77496      Branch: perl
77497           +> pod/perlutil.pod
77498           !> (integrate 35 files)
77499 ____________________________________________________________________________
77500 [  6354] By: jhi                                   on 2000/07/11  18:04:34
77501         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
77502              From: Dominic Dunlop <domo@computer.org> 
77503              Date: Tue, 11 Jul 2000 12:27:33 +0200 
77504              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
77505              
77506              Replaces change #6268.
77507      Branch: cfgperl
77508            ! t/op/sprintf.t
77509 ____________________________________________________________________________
77510 [  6353] By: gsar                                  on 2000/07/11  17:59:51
77511         Log: skip integrate of problematic change#6230 from cfgperl into mainline
77512              (a later version of File::Spec is already in mainline)
77513      Branch: perl
77514           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
77515           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
77516 ____________________________________________________________________________
77517 [  6352] By: gsar                                  on 2000/07/11  17:57:48
77518         Log: integrate cfgperl changes#6224..6229 into mainline
77519      Branch: perl
77520           +> lib/lib.pm.PL
77521            - lib/lib.pm
77522           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
77523           !> lib/English.pm op.c t/lib/english.t
77524 ____________________________________________________________________________
77525 [  6351] By: gsar                                  on 2000/07/11  17:50:10
77526         Log: skip integrate of problematic change#6223 from cfgperl into mainline
77527      Branch: perl
77528           !> doio.c
77529 ____________________________________________________________________________
77530 [  6350] By: gsar                                  on 2000/07/11  17:48:28
77531         Log: integrate cfgperl changes#6220..6222 into mainline
77532      Branch: perl
77533           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
77534           !> toke.c utf8.c win32/win32.h
77535 ____________________________________________________________________________
77536 [  6349] By: gsar                                  on 2000/07/11  17:46:13
77537         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
77538              mainline
77539      Branch: perl
77540           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
77541           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
77542           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
77543 ____________________________________________________________________________
77544 [  6348] By: jhi                                   on 2000/07/11  17:45:49
77545         Log: README.posix-bc podified from Thomas Dorner.
77546      Branch: cfgperl
77547            ! README.posix-bc
77548 ____________________________________________________________________________
77549 [  6347] By: gsar                                  on 2000/07/11  17:42:04
77550         Log: integrate cfgperl change#6217 into mainline
77551      Branch: perl
77552           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
77553           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
77554           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
77555 ____________________________________________________________________________
77556 [  6346] By: gsar                                  on 2000/07/11  17:39:37
77557         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
77558              mainline
77559      Branch: perl
77560           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
77561           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
77562           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
77563           !> perlapi.h pod/perlapi.pod
77564 ____________________________________________________________________________
77565 [  6345] By: gsar                                  on 2000/07/11  17:36:42
77566         Log: integrate cfgperl changes#6207..6210 into mainline
77567      Branch: perl
77568           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
77569           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
77570 ____________________________________________________________________________
77571 [  6344] By: gsar                                  on 2000/07/11  17:31:20
77572         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
77573              mainline
77574      Branch: perl
77575           !> (integrate 40 files)
77576 ____________________________________________________________________________
77577 [  6343] By: gsar                                  on 2000/07/11  17:19:08
77578         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
77579      Branch: perl
77580           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
77581            ! Changes
77582           !> (integrate 34 files)
77583 ____________________________________________________________________________
77584 [  6342] By: jhi                                   on 2000/07/11  16:05:48
77585         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
77586              To: perl5-porters@perl.org
77587              From: Karsten Sperling <spiff@phreax.net>
77588              Date: Mon, 10 Jul 2000 15:12:52 +0200
77589              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
77590      Branch: cfgperl
77591            ! lib/Symbol.pm
77592 ____________________________________________________________________________
77593 [  6341] By: jhi                                   on 2000/07/11  15:59:23
77594         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
77595              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
77596              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
77597              Date: Fri, 07 Jul 2000 17:57:16 +0100
77598      Branch: cfgperl
77599            ! pp_hot.c
77600 ____________________________________________________________________________
77601 [  6340] By: jhi                                   on 2000/07/11  15:55:47
77602         Log: Subject: Re: format bug report  [Patch]
77603              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
77604              Date: Wed, 05 Jul 2000 13:12:52 +0200
77605              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
77606              
77607              Subject: Re: format bug report  [Patch]
77608              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
77609              Date: Wed, 05 Jul 2000 14:10:01 +0200
77610              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
77611      Branch: cfgperl
77612            ! t/op/write.t toke.c
77613 ____________________________________________________________________________
77614 [  6339] By: jhi                                   on 2000/07/11  13:54:09
77615         Log: Be less forgiving about ambiguous and illegal tr ranges.
77616              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
77617              From: Mark-Jason Dominus <mjd@plover.com>
77618              Date: Tue, 04 Jul 2000 10:00:12 -0400
77619              Message-ID: <20000704140012.17772.qmail@plover.com>
77620              
77621              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
77622              From: Mark-Jason Dominus <mjd@plover.com>
77623              Date: Wed, 05 Jul 2000 09:37:36 -0400
77624              Message-ID: <20000705133736.27293.qmail@plover.com>
77625      Branch: cfgperl
77626            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
77627 ____________________________________________________________________________
77628 [  6338] By: jhi                                   on 2000/07/11  13:31:24
77629         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
77630              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
77631              Date: Tue, 11 Jul 2000 13:50:51 +0100
77632              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
77633      Branch: cfgperl
77634            ! sv.c
77635 ____________________________________________________________________________
77636 [  6337] By: jhi                                   on 2000/07/11  13:29:14
77637         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
77638              From: Hugo <hv@crypt.compulink.co.uk>
77639              Date: Tue, 11 Jul 2000 12:44:50 +0100
77640              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
77641      Branch: cfgperl
77642            ! regexec.c t/op/re_tests
77643 ____________________________________________________________________________
77644 [  6336] By: jhi                                   on 2000/07/11  13:26:47
77645         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
77646              From: simon@brecon.co.uk (Simon Cozens)
77647              Date: 7 Jul 2000 11:26:09 GMT
77648              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
77649      Branch: cfgperl
77650            ! mg.c
77651 ____________________________________________________________________________
77652 [  6335] By: jhi                                   on 2000/07/11  13:23:37
77653         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
77654              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
77655              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
77656              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
77657      Branch: cfgperl
77658            + ext/DynaLoader/hints/netbsd.pl
77659            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
77660 ____________________________________________________________________________
77661 [  6334] By: jhi                                   on 2000/07/11  13:20:38
77662         Log: Subject: PATCH perlguts.pod: Document D and d magic types
77663              From: mjd@plover.com
77664              Date: 5 Jul 2000 18:01:51 -0000
77665              Message-ID: <20000705180151.29413.qmail@plover.com>
77666      Branch: cfgperl
77667            ! pod/perlguts.pod
77668 ____________________________________________________________________________
77669 [  6333] By: jhi                                   on 2000/07/11  13:15:51
77670         Log: Precedence goof, fix based on
77671              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
77672              From: Hugo <hv@crypt.compulink.co.uk>
77673              Date: Tue, 11 Jul 2000 12:52:38 +0100
77674              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
77675      Branch: cfgperl
77676            ! t/op/taint.t
77677 ____________________________________________________________________________
77678 [  6332] By: jhi                                   on 2000/07/11  12:40:17
77679         Log: Integrate with Sarathy.
77680      Branch: cfgperl
77681           !> win32/win32sck.c
77682 ____________________________________________________________________________
77683 [  6331] By: jhi                                   on 2000/07/10  20:14:16
77684         Log: Sprinkle ldlibpath.
77685      Branch: cfgperl
77686            ! pod/Makefile.SH
77687 ____________________________________________________________________________
77688 [  6330] By: jhi                                   on 2000/07/10  17:54:49
77689         Log: More POSIX.pod tweaks.
77690      Branch: cfgperl
77691            ! ext/POSIX/POSIX.pod
77692 ____________________________________________________________________________
77693 [  6329] By: jhi                                   on 2000/07/10  14:02:12
77694         Log: Reorder perl.pod once more.
77695      Branch: cfgperl
77696            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
77697 ____________________________________________________________________________
77698 [  6328] By: gsar                                  on 2000/07/10  07:06:00
77699         Log: accept() leaks memory on windows due to incorrect ordering of
77700              closesocket() and fclose() calls
77701      Branch: perl
77702            ! win32/win32sck.c
77703 ____________________________________________________________________________
77704 [  6327] By: gsar                                  on 2000/07/10  06:49:17
77705         Log: winsock options weren't being set in all threads under ithreads
77706              (caused send()s from second and subsequent threads to fail)
77707      Branch: perl
77708            ! win32/win32sck.c
77709 ____________________________________________________________________________
77710 [  6326] By: jhi                                   on 2000/07/08  02:45:40
77711         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
77712              was cast to an unsigned (32-bit) integer with wild abandon.
77713      Branch: cfgperl
77714            ! ext/Devel/DProf/DProf.xs
77715 ____________________________________________________________________________
77716 [  6325] By: jhi                                   on 2000/07/07  18:50:33
77717         Log: Remove perlbook, update perlfaq book listing,
77718              rearrange perl.pod, regenerate perltoc.
77719      Branch: cfgperl
77720            - pod/perlbook.pod
77721            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
77722            ! pod/perlfaq2.pod pod/perltoc.pod
77723 ____________________________________________________________________________
77724 [  6324] By: jhi                                   on 2000/07/07  14:03:40
77725         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
77726      Branch: cfgperl
77727            ! sv.h toke.c
77728 ____________________________________________________________________________
77729 [  6323] By: jhi                                   on 2000/07/06  16:03:55
77730         Log: Fix complaints of buildtoc.
77731      Branch: cfgperl
77732            + lib/Win32.pod
77733            - pod/Win32.pod
77734            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
77735 ____________________________________________________________________________
77736 [  6322] By: jhi                                   on 2000/07/06  15:15:52
77737         Log: Add =head1 NAMEs so that buildtoc is happy.
77738              (The CGI::Util nit reported to Lincoln.)
77739      Branch: cfgperl
77740            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
77741            ! pod/perltoc.pod
77742 ____________________________________________________________________________
77743 [  6321] By: jhi                                   on 2000/07/06  03:16:04
77744         Log: Config is being used.
77745      Branch: cfgperl
77746            ! t/op/method.t
77747 ____________________________________________________________________________
77748 [  6320] By: jhi                                   on 2000/07/06  03:13:13
77749         Log: Integrate with Sarathy.
77750      Branch: cfgperl
77751           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
77752 ____________________________________________________________________________
77753 [  6319] By: jhi                                   on 2000/07/06  03:11:46
77754         Log: Autogenerate pod/Makefile and pod/buildtoc.
77755              buildtoc also checks whether the existing pods are
77756              mentioned in MANIFEST and perl.pod, and vice versa.
77757              (None of the thusly found discrepancies fixed yet.)
77758              roffitall also needs to be autogenerated similarly but it
77759              seems so badly out of date that I didn't touch it yet.
77760      Branch: cfgperl
77761            + pod/Makefile.SH pod/buildtoc.PL
77762            - pod/Makefile pod/buildtoc
77763            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
77764 ____________________________________________________________________________
77765 [  6318] By: gsar                                  on 2000/07/05  22:10:54
77766         Log: fix UNC path handling on Windows under ithreads, and chdir()
77767              return value when given a non-existent directory
77768      Branch: perl
77769            ! win32/vdir.h
77770 ____________________________________________________________________________
77771 [  6317] By: gsar                                  on 2000/07/05  22:08:19
77772         Log: winsock cleanup never done on Windows (leads to handle leaks)
77773      Branch: perl
77774            ! win32/perllib.c win32/win32sck.c
77775 ____________________________________________________________________________
77776 [  6316] By: gsar                                  on 2000/07/05  22:06:19
77777         Log: some debugger output does not go to the socket when RemotePort is set
77778      Branch: perl
77779            ! lib/perl5db.pl
77780 ____________________________________________________________________________
77781 [  6315] By: jhi                                   on 2000/07/05  00:25:21
77782         Log: Integrate with Sarathy, preliminary fix for unicos
77783              alignment problems in [ID 20000612.002] Perl problem on Cray system.
77784      Branch: cfgperl
77785            ! sv.h
77786           !> pp_hot.c
77787 ____________________________________________________________________________
77788 [  6314] By: gsar                                  on 2000/07/04  23:34:02
77789         Log: tyop in change#6306
77790      Branch: perl
77791            ! pp_hot.c
77792 ____________________________________________________________________________
77793 [  6313] By: jhi                                   on 2000/07/04  22:14:38
77794         Log: Multiline string literals ENONPORTABLE.
77795      Branch: cfgperl
77796            ! pp_hot.c
77797 ____________________________________________________________________________
77798 [  6312] By: jhi                                   on 2000/07/04  20:34:44
77799         Log: Integrate with Sarathy.
77800      Branch: cfgperl
77801           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
77802           !> t/op/method.t
77803 ____________________________________________________________________________
77804 [  6311] By: jhi                                   on 2000/07/04  20:30:56
77805         Log: More POSIX.pod embellishment.
77806      Branch: cfgperl
77807            ! ext/POSIX/POSIX.pod
77808 ____________________________________________________________________________
77809 [  6310] By: gsar                                  on 2000/07/04  17:28:48
77810         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
77811      Branch: perl
77812            ! t/lib/b.t
77813 ____________________________________________________________________________
77814 [  6309] By: jhi                                   on 2000/07/04  17:22:18
77815         Log: The #6308 required a little bit more.
77816      Branch: cfgperl
77817            ! Makefile.SH win32/Makefile
77818 ____________________________________________________________________________
77819 [  6308] By: jhi                                   on 2000/07/04  16:35:24
77820         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
77821      Branch: cfgperl
77822            + lib/lib_pm.PL
77823            - lib/lib.pm.PL
77824            ! MANIFEST Makefile.SH
77825 ____________________________________________________________________________
77826 [  6307] By: jhi                                   on 2000/07/04  16:28:58
77827         Log: Win32 patches for cfgperl from Sarathy.
77828      Branch: cfgperl
77829            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
77830            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
77831            ! thread.h toke.c util.c win32/Makefile win32/win32.c
77832 ____________________________________________________________________________
77833 [  6306] By: gsar                                  on 2000/07/04  16:28:40
77834         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
77835              (from Richard Soderberg <rs@oregonnet.com>)
77836      Branch: perl
77837            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
77838 ____________________________________________________________________________
77839 [  6305] By: jhi                                   on 2000/07/04  16:24:24
77840         Log: Integrate with Sarathy.
77841      Branch: cfgperl
77842           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
77843           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
77844           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
77845           !> proto.h win32/win32.c
77846 ____________________________________________________________________________
77847 [  6304] By: gsar                                  on 2000/07/04  16:17:24
77848         Log: missing perldiag entry for unpack("w",...) diagnostic (from
77849              Andreas Koenig)
77850      Branch: perl
77851            ! pod/perldiag.pod
77852 ____________________________________________________________________________
77853 [  6303] By: gsar                                  on 2000/07/04  16:14:44
77854         Log: remove rel2abs prototypes (from Barrie Slaymaker)
77855      Branch: perl
77856            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
77857            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
77858 ____________________________________________________________________________
77859 [  6302] By: gsar                                  on 2000/07/04  04:59:35
77860         Log: adjust change#6299
77861      Branch: perl
77862            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
77863            ! win32/win32.c
77864 ____________________________________________________________________________
77865 [  6301] By: jhi                                   on 2000/07/04  04:50:07
77866         Log: Integrate with Sarathy.
77867      Branch: cfgperl
77868           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
77869           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
77870           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
77871 ____________________________________________________________________________
77872 [  6300] By: gsar                                  on 2000/07/04  04:42:09
77873         Log: PERL_OBJECT build tweak
77874      Branch: perl
77875            ! perl.h
77876 ____________________________________________________________________________
77877 [  6299] By: gsar                                  on 2000/07/04  04:37:00
77878         Log: fix memory leak on Windows (PL_sys_intern contents were never
77879              freed)
77880      Branch: perl
77881            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
77882            ! perlapi.c proto.h win32/win32.c
77883 ____________________________________________________________________________
77884 [  6298] By: gsar                                  on 2000/07/04  04:15:59
77885         Log: fix large memory leak that has been around for ever, masked by
77886              -DPURIFY (most of the arenas were never freed!)
77887      Branch: perl
77888            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
77889 ____________________________________________________________________________
77890 [  6297] By: gsar                                  on 2000/07/04  04:07:46
77891         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
77892      Branch: perl
77893            ! perl.c
77894 ____________________________________________________________________________
77895 [  6296] By: jhi                                   on 2000/06/30  18:28:37
77896         Log: Elaborate POSIX.pod.  Still needs work.
77897      Branch: cfgperl
77898            ! ext/POSIX/POSIX.pod
77899 ____________________________________________________________________________
77900 [  6295] By: jhi                                   on 2000/06/30  14:58:18
77901         Log: Point to perlipc for more SysV IPC examples.
77902      Branch: cfgperl
77903            ! pod/perlfunc.pod
77904 ____________________________________________________________________________
77905 [  6294] By: gsar                                  on 2000/06/30  14:47:45
77906         Log: slurp mode fix in change#4736 still not quite right
77907      Branch: perl
77908            ! pp_hot.c t/io/argv.t
77909 ____________________________________________________________________________
77910 [  6293] By: jhi                                   on 2000/06/30  12:02:55
77911         Log: Integrate with Sarathy.
77912      Branch: cfgperl
77913           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
77914 ____________________________________________________________________________
77915 [  6292] By: jhi                                   on 2000/06/30  12:01:11
77916         Log: From: simon@brecon.co.uk (Simon Cozens)
77917              Subject: UTF8 concat
77918              Date: 30 Jun 2000 06:13:25 GMT
77919              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
77920      Branch: cfgperl
77921            ! pp_hot.c
77922 ____________________________________________________________________________
77923 [  6291] By: gsar                                  on 2000/06/30  04:37:33
77924         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
77925              when @_ is modified, causing coredumps
77926      Branch: perl
77927            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
77928 ____________________________________________________________________________
77929 [  6290] By: jhi                                   on 2000/06/30  02:21:44
77930         Log: Integrate with Sarathy.
77931      Branch: cfgperl
77932           !> vms/vms.c vms/vmsish.h
77933 ____________________________________________________________________________
77934 [  6289] By: jhi                                   on 2000/06/30  02:21:02
77935         Log: Check VERSIONs.
77936      Branch: cfgperl
77937            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
77938            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
77939            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
77940 ____________________________________________________________________________
77941 [  6288] By: jhi                                   on 2000/06/30  02:18:52
77942         Log: Integrate with Sarathy.
77943      Branch: cfgperl
77944           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
77945           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
77946           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
77947           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
77948 ____________________________________________________________________________
77949 [  6287] By: gsar                                  on 2000/06/30  02:17:08
77950         Log: integrate vmsperl changes into mainline
77951      Branch: perl
77952           !> vms/vms.c vms/vmsish.h
77953 ____________________________________________________________________________
77954 [  6285] By: gsar                                  on 2000/06/30  02:05:28
77955         Log: localize %INC in a Safe compartment so that use/require work
77956              (many other magic globals probably need similar treatment)
77957      Branch: perl
77958            ! ext/Opcode/Opcode.xs
77959 ____________________________________________________________________________
77960 [  6284] By: gsar                                  on 2000/06/30  01:54:54
77961         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
77962              about Windows
77963      Branch: perl
77964            ! pod/perlembed.pod
77965 ____________________________________________________________________________
77966 [  6283] By: jhi                                   on 2000/06/30  01:50:10
77967         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
77968              From: Barrie Slaymaker <barries@jester.slaysys.com>
77969              Date: Wed, 28 Jun 2000 11:35:29 -0400
77970              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
77971      Branch: perl
77972            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
77973            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
77974            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
77975            ! lib/File/Spec/Win32.pm
77976 ____________________________________________________________________________
77977 [  6282] By: jhi                                   on 2000/06/29  22:57:22
77978         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
77979              From: Dan Sugalski <dan@sidhe.org>
77980              Date: Tue, 06 Jun 2000 11:59:50 -0400
77981              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
77982      Branch: cfgperl
77983            ! vms/vms.c
77984 ____________________________________________________________________________
77985 [  6281] By: jhi                                   on 2000/06/29  22:52:50
77986         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
77987              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
77988              Date: Wed, 7 Jun 2000 04:02:04 -0500
77989              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
77990      Branch: cfgperl
77991            ! utils/h2xs.PL
77992 ____________________________________________________________________________
77993 [  6280] By: jhi                                   on 2000/06/29  22:45:47
77994         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
77995              From: rspier@pobox.com (Robert Spier)
77996              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
77997              Message-ID: <14654.31913.845602.610277@rls.cx>
77998      Branch: cfgperl
77999            ! utils/h2xs.PL
78000 ____________________________________________________________________________
78001 [  6279] By: jhi                                   on 2000/06/29  22:38:16
78002         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
78003              From: Tim Ayers <tayers@bridge.com>
78004              Date: Thu, 08 Jun 2000 08:11:06 +0200
78005              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
78006              [resent by Richard Foley, Message-Id probably wrong]
78007      Branch: cfgperl
78008            ! pod/perlsub.pod
78009 ____________________________________________________________________________
78010 [  6278] By: jhi                                   on 2000/06/29  22:21:45
78011         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
78012              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
78013              Date: Fri, 09 Jun 2000 12:39:27 -0400
78014              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
78015              (plus update the version "number" of Text::Wrap)
78016      Branch: cfgperl
78017            ! lib/Text/Wrap.pm
78018 ____________________________________________________________________________
78019 [  6277] By: jhi                                   on 2000/06/29  22:13:10
78020         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
78021              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
78022              Date: Mon, 12 Jun 2000 14:55:59 +0100
78023              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
78024      Branch: cfgperl
78025            ! pod/perlfunc.pod
78026 ____________________________________________________________________________
78027 [  6276] By: jhi                                   on 2000/06/29  22:11:06
78028         Log: Subject: [PATCH] Re: eval documentation: context
78029              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
78030              Date: Mon, 12 Jun 2000 15:07:29 +0100
78031              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
78032      Branch: cfgperl
78033            ! pod/perlfunc.pod
78034 ____________________________________________________________________________
78035 [  6275] By: jhi                                   on 2000/06/29  21:59:46
78036         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
78037              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
78038              Date: Tue, 13 Jun 2000 02:43:48 -0500
78039              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
78040      Branch: cfgperl
78041            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
78042 ____________________________________________________________________________
78043 [  6274] By: jhi                                   on 2000/06/29  21:56:14
78044         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
78045              From: Andy Dougherty <doughera@lafayette.edu>
78046              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
78047              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
78048      Branch: cfgperl
78049            ! ext/File/Glob/Glob.pm
78050 ____________________________________________________________________________
78051 [  6273] By: jhi                                   on 2000/06/29  21:49:09
78052         Log: Subject: [PATCH] xsub attributes
78053              From: Doug MacEachern <dougm@covalent.net>
78054              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
78055              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
78056      Branch: cfgperl
78057            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
78058            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
78059 ____________________________________________________________________________
78060 [  6272] By: jhi                                   on 2000/06/29  21:41:28
78061         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
78062              From: Tom Phoenix <rootbeer@redcat.com>
78063              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
78064              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
78065      Branch: cfgperl
78066            ! lib/Net/Ping.pm
78067 ____________________________________________________________________________
78068 [  6271] By: jhi                                   on 2000/06/29  21:36:55
78069         Log: Subject: PATCH pod/perltie.pod
78070              From: Ian Phillipps <Ian.Phillipps@iname.com>
78071              Date: Fri, 16 Jun 2000 00:17:19 +0100
78072              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
78073              (only the first hunk, the second hunk had already been done
78074              by some other patch)
78075      Branch: cfgperl
78076            ! pod/perltie.pod
78077 ____________________________________________________________________________
78078 [  6270] By: jhi                                   on 2000/06/29  21:24:51
78079         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
78080              From: Nicholas Clark <nick@talking.bollo.cx>
78081              Date: Fri, 23 Jun 2000 16:21:15 +0100
78082              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
78083      Branch: cfgperl
78084            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
78085            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
78086 ____________________________________________________________________________
78087 [  6269] By: jhi                                   on 2000/06/29  19:38:15
78088         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
78089              silence few compiler warnings.
78090      Branch: cfgperl
78091            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
78092 ____________________________________________________________________________
78093 [  6268] By: jhi                                   on 2000/06/29  18:21:50
78094         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
78095              From: Dominic Dunlop <domo@computer.org> 
78096              Date: Thu, 29 Jun 2000 12:32:39 +0200 
78097              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
78098      Branch: cfgperl
78099            ! t/op/sprintf.t
78100 ____________________________________________________________________________
78101 [  6267] By: jhi                                   on 2000/06/29  18:16:07
78102         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
78103              From: Doug MacEachern <dougm@covalent.net>
78104              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
78105              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
78106      Branch: cfgperl
78107            + t/op/method2entersub.t
78108            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
78109            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
78110            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
78111            ! xsutils.c
78112 ____________________________________________________________________________
78113 [  6266] By: jhi                                   on 2000/06/29  15:11:15
78114         Log: Subject: [PATCH 5.6.0] cygwin port
78115              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
78116              From: "Fifer, Eric" <EFifer@sanwaint.com>
78117              Date: Thu, 29 Jun 2000 12:58:29 +0100
78118      Branch: cfgperl
78119            ! cygwin/Makefile.SHs
78120 ____________________________________________________________________________
78121 [  6265] By: jhi                                   on 2000/06/29  15:04:05
78122         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
78123              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78124              Date: Wed, 28 Jun 2000 17:50:12 -0700
78125              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
78126      Branch: cfgperl
78127            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
78128 ____________________________________________________________________________
78129 [  6264] By: jhi                                   on 2000/06/29  15:00:57
78130         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
78131              From: Marty Lucich <marty@netcom.com>
78132              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
78133              Message-Id: <200006282116.OAA11148@netcom.com>
78134              ccdlflags update (the BSD/OS 4.1 part had already been taken
78135              care of by #6141).
78136      Branch: cfgperl
78137            ! hints/bsdos.sh
78138 ____________________________________________________________________________
78139 [  6263] By: jhi                                   on 2000/06/29  13:47:44
78140         Log: tr fixes from Simon Cozens
78141      Branch: cfgperl
78142            ! doop.c
78143 ____________________________________________________________________________
78144 [  6262] By: jhi                                   on 2000/06/28  18:46:01
78145         Log: Subject: 5.6.0 Patch for EPOC
78146              From: Olaf Flebbe <o.flebbe@gmx.de>
78147              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
78148              Message-ID: <23449.960929969@www11.gmx.net>
78149      Branch: cfgperl
78150            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
78151            ! epoc/epocish.h
78152 ____________________________________________________________________________
78153 [  6261] By: jhi                                   on 2000/06/28  18:29:07
78154         Log: Subject: Re: [PATCH cfgperl] BOMs away!
78155              From: simon@brecon.co.uk (Simon Cozens)
78156              Date: 17 Jun 2000 11:49:57 GMT
78157              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
78158      Branch: cfgperl
78159            ! pod/perldiag.pod t/comp/require.t toke.c
78160 ____________________________________________________________________________
78161 [  6260] By: jhi                                   on 2000/06/28  17:47:16
78162         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
78163              From: simon@brecon.co.uk (Simon Cozens) 
78164              Date: 17 Jun 2000 11:56:44 GMT 
78165              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
78166              pack U0, pack C0
78167      Branch: cfgperl
78168            ! pod/perlfunc.pod pp.c t/op/pack.t
78169 ____________________________________________________________________________
78170 [  6259] By: jhi                                   on 2000/06/28  16:43:17
78171         Log: perlnewmod was missing from MANIFEST.
78172      Branch: cfgperl
78173            ! MANIFEST
78174 ____________________________________________________________________________
78175 [  6258] By: jhi                                   on 2000/06/28  15:54:30
78176         Log: linenumber tweak
78177      Branch: cfgperl
78178            ! t/pragma/warn/regcomp
78179 ____________________________________________________________________________
78180 [  6257] By: jhi                                   on 2000/06/28  15:50:44
78181         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
78182              From: Doug MacEachern <dougm@covalent.net>
78183              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
78184              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
78185              (one part of the patch had been applied earlier)
78186      Branch: cfgperl
78187            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
78188 ____________________________________________________________________________
78189 [  6256] By: jhi                                   on 2000/06/28  15:40:22
78190         Log: tweaks from Simon Cozens to further fix tr/// under utf8
78191      Branch: cfgperl
78192            ! doop.c
78193 ____________________________________________________________________________
78194 [  6255] By: jhi                                   on 2000/06/28  15:33:45
78195         Log: small thinko tweaks
78196      Branch: cfgperl
78197            ! lib/IPC/Open3.pm t/op/my_stash.t
78198 ____________________________________________________________________________
78199 [  6254] By: jhi                                   on 2000/06/28  15:33:25
78200         Log: Subject: tr///, help wanted.
78201              From: simon@brecon.co.uk (Simon Cozens)
78202              Date: 28 Jun 2000 11:29:04 GMT
78203              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
78204      Branch: cfgperl
78205            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
78206            ! pp_proto.h proto.h t/op/tr.t
78207 ____________________________________________________________________________
78208 [  6253] By: jhi                                   on 2000/06/28  15:09:17
78209         Log: Paranoia tweak on #6249.
78210              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
78211              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
78212              Date: Sun, 25 Jun 2000 23:43:12 -0400
78213              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
78214      Branch: cfgperl
78215            ! lib/IPC/Open3.pm
78216 ____________________________________________________________________________
78217 [  6252] By: jhi                                   on 2000/06/28  15:01:38
78218         Log: Document #6249 and #6251.
78219      Branch: cfgperl
78220            ! lib/Exporter.pm lib/IPC/Open3.pm
78221 ____________________________________________________________________________
78222 [  6251] By: jhi                                   on 2000/06/28  14:50:43
78223         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
78224              From: Doug MacEachern <dougm@covalent.net>
78225              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
78226              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
78227      Branch: cfgperl
78228            ! lib/Exporter.pm
78229 ____________________________________________________________________________
78230 [  6250] By: jhi                                   on 2000/06/28  14:45:23
78231         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
78232              From: Doug MacEachern <dougm@covalent.net>
78233              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
78234              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
78235      Branch: cfgperl
78236            + t/op/my_stash.t
78237            ! MANIFEST embed.pl global.sym proto.h toke.c
78238 ____________________________________________________________________________
78239 [  6249] By: jhi                                   on 2000/06/28  14:36:34
78240         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
78241              From: Frank Tobin <ftobin@uiuc.edu>
78242              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
78243              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
78244      Branch: cfgperl
78245            ! lib/IPC/Open3.pm
78246 ____________________________________________________________________________
78247 [  6248] By: jhi                                   on 2000/06/28  14:11:25
78248         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
78249              From: Mark-Jason Dominus <mjd@plover.com>
78250              Date: Tue, 27 Jun 2000 22:36:42 -0400
78251              Message-ID: <20000628023642.12166.qmail@plover.com>
78252      Branch: cfgperl
78253            ! pod/perlfunc.pod
78254 ____________________________________________________________________________
78255 [  6247] By: jhi                                   on 2000/06/27  12:46:37
78256         Log: Tweak $VERSION, patch from Doug MacEachern.
78257      Branch: cfgperl
78258            ! lib/File/Spec.pm
78259 ____________________________________________________________________________
78260 [  6246] By: jhi                                   on 2000/06/27  03:34:46
78261         Log: Allow for standalone testing.
78262      Branch: cfgperl
78263            ! t/lib/filefunc.t t/lib/filespec.t
78264 ____________________________________________________________________________
78265 [  6245] By: jhi                                   on 2000/06/27  02:50:02
78266         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
78267              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
78268              Date: Sat, 24 Jun 2000 13:06:20 +0100
78269              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
78270      Branch: cfgperl
78271            ! ext/DynaLoader/DynaLoader_pm.PL
78272 ____________________________________________________________________________
78273 [  6244] By: jhi                                   on 2000/06/27  02:46:10
78274         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
78275              From: Doug MacEachern <dougm@covalent.net>
78276              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
78277              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
78278      Branch: cfgperl
78279            ! gv.c sv.c t/lib/peek.t
78280 ____________________________________________________________________________
78281 [  6243] By: jhi                                   on 2000/06/27  02:38:07
78282         Log: Subject: [PATCH] is_utf8_string
78283              From: simon@brecon.co.uk (Simon Cozens)
78284              Date: 26 Jun 2000 02:25:59 GMT
78285              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
78286      Branch: cfgperl
78287            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
78288            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
78289            ! proto.h utf8.c
78290 ____________________________________________________________________________
78291 [  6242] By: jhi                                   on 2000/06/27  02:24:00
78292         Log: Subject: [PATCH] bytes<->utf8 fixes
78293              From: simon@brecon.co.uk (Simon Cozens)
78294              Date: 26 Jun 2000 04:55:45 GMT
78295              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
78296      Branch: cfgperl
78297            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
78298 ____________________________________________________________________________
78299 [  6241] By: jhi                                   on 2000/06/27  02:12:42
78300         Log: Do no -warn on \_, only on \alpha.
78301              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
78302              From: David Dyck <dcd@tc.fluke.com>
78303              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
78304              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
78305      Branch: cfgperl
78306            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
78307 ____________________________________________________________________________
78308 [  6240] By: jhi                                   on 2000/06/27  02:00:01
78309         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
78310              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
78311              Date: Mon, 26 Jun 2000 18:40:14 +0100
78312              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
78313      Branch: cfgperl
78314            ! utils/h2xs.PL
78315 ____________________________________________________________________________
78316 [  6239] By: jhi                                   on 2000/06/27  01:53:40
78317         Log: Configure maintenance.  Sever some dependency cycles,
78318              separate gccversion from the cc unit,
78319              address [ID 20000623.006] Configure script patch for using gcc on AIX
78320              (but solve it a little bit differently),
78321              unduplex some accidentally duplicated units,
78322              suggest using gcc if no cc available
78323              (p5p thread: "Solaris configure: counterproposal", 1999-09)
78324      Branch: cfgperl
78325            ! Configure Todo-5.6 config_h.SH
78326      Branch: metaconfig
78327            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
78328            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
78329      Branch: metaconfig/U/perl
78330            + gccvers.U
78331            ! d_getespwnam.U d_getprpwnam.U i_prot.U
78332 ____________________________________________________________________________
78333 [  6238] By: jhi                                   on 2000/06/25  18:04:56
78334         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
78335              From: Dan Sugalski <dan@sidhe.org>
78336              Date: Fri, 23 Jun 2000 17:00:00 -0400
78337              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
78338      Branch: cfgperl
78339            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
78340 ____________________________________________________________________________
78341 [  6237] By: jhi                                   on 2000/06/25  16:36:45
78342         Log: Tweak embed.pl, regen headers.
78343      Branch: cfgperl
78344            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
78345            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
78346            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
78347            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
78348            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
78349 ____________________________________________________________________________
78350 [  6236] By: jhi                                   on 2000/06/25  15:26:42
78351         Log: Regen headers.
78352      Branch: cfgperl
78353            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
78354            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
78355            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
78356            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
78357            ! regnodes.h warnings.h
78358 ____________________________________________________________________________
78359 [  6235] By: jhi                                   on 2000/06/23  19:39:35
78360         Log: The thread begun by
78361              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
78362              From: Kevin.Ruscoe@ubsw.com
78363              Date: Fri, 16 Jun 2000 16:38:51 +0100
78364              Message-Id: <H000019b03c300d6@MHS>
78365      Branch: cfgperl
78366            ! hints/solaris_2.sh
78367 ____________________________________________________________________________
78368 [  6234] By: jhi                                   on 2000/06/23  19:23:36
78369         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
78370              because when run as services (Win32ese for daemons)
78371              no environment variables are set and tmpdir ends up as /tmp,
78372              which is ambiguous.
78373              
78374              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
78375              From: matt@sergeant.org
78376              Date: 16 Jun 2000 16:30:43 -0000
78377              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
78378      Branch: cfgperl
78379            ! lib/File/Spec/Win32.pm
78380 ____________________________________________________________________________
78381 [  6233] By: jhi                                   on 2000/06/23  19:18:58
78382         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
78383              From: Mark-Jason Dominus <mjd@plover.com>
78384              Date: Fri, 16 Jun 2000 20:53:04 -0400
78385              Message-ID: <20000617005304.8008.qmail@plover.com>
78386      Branch: cfgperl
78387            ! op.h
78388 ____________________________________________________________________________
78389 [  6232] By: jhi                                   on 2000/06/23  16:10:02
78390         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
78391              From: simon@brecon.co.uk (Simon Cozens)
78392              Date: 19 Jun 2000 15:18:27 GMT
78393              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
78394              
78395              plus update pod/Makefile and regenerate perltoc
78396      Branch: cfgperl
78397            + pod/perlutil.pod
78398            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
78399 ____________________________________________________________________________
78400 [  6231] By: jhi                                   on 2000/06/23  15:19:18
78401         Log: Subject: [PATCH 5.6.0] cygwin port
78402              From: "Fifer, Eric" <EFifer@sanwaint.com>
78403              Date: Tue, 20 Jun 2000 14:30:58 +0100
78404              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
78405      Branch: cfgperl
78406            ! README.cygwin lib/File/Find.pm
78407 ____________________________________________________________________________
78408 [  6230] By: jhi                                   on 2000/06/23  14:25:21
78409         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
78410      Branch: cfgperl
78411            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
78412            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
78413            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
78414            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
78415 ____________________________________________________________________________
78416 [  6229] By: jhi                                   on 2000/06/23  14:13:34
78417         Log: Subject: README.hpux version 0.6.1
78418              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
78419              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
78420              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
78421      Branch: cfgperl
78422            ! README.hpux
78423 ____________________________________________________________________________
78424 [  6228] By: jhi                                   on 2000/06/23  14:07:20
78425         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
78426              From: Doug MacEachern <dougm@covalent.net>
78427              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
78428              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
78429      Branch: cfgperl
78430            ! op.c
78431 ____________________________________________________________________________
78432 [  6227] By: jhi                                   on 2000/06/23  14:01:06
78433         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
78434              From: Doug MacEachern <dougm@covalent.net>
78435              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
78436              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
78437      Branch: cfgperl
78438            + lib/lib.pm.PL
78439            - lib/lib.pm
78440            ! MANIFEST Makefile.SH
78441 ____________________________________________________________________________
78442 [  6226] By: jhi                                   on 2000/06/23  13:53:07
78443         Log: Subject: [PATCH] remove forward declarations in Socket.pm
78444              From: Doug MacEachern <dougm@covalent.net>
78445              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
78446              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
78447              
78448              From: Doug MacEachern <dougm@covalent.net>
78449              Subject: Re: [PATCH] remove forward declarations in Socket.pm
78450              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
78451              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
78452      Branch: cfgperl
78453            ! ext/Socket/Socket.pm op.c
78454 ____________________________________________________________________________
78455 [  6225] By: jhi                                   on 2000/06/23  13:41:52
78456         Log: Add source code filenames to apidoc.
78457              From: simon@brecon.co.uk (Simon Cozens)
78458              Subject: [PATCH embed.pl] Source X-ref
78459              Date: 22 Jun 2000 02:18:49 GMT
78460              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
78461      Branch: cfgperl
78462            ! embed.pl
78463 ____________________________________________________________________________
78464 [  6224] By: jhi                                   on 2000/06/23  13:32:33
78465         Log: A way to avoid English.pm performance hit.
78466              From: root <root@jester.slaysys.com>
78467              Subject: [YAPATCH English.pm] My turn to putt again
78468              Date: Thu, 22 Jun 2000 20:33:58 -0400
78469              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
78470      Branch: cfgperl
78471            ! lib/English.pm t/lib/english.t
78472 ____________________________________________________________________________
78473 [  6223] By: jhi                                   on 2000/06/23  13:27:06
78474         Log: Avoid double close().
78475              Subject: [PATCH] avoid double close()
78476              From: Doug MacEachern <dougm@covalent.net>
78477              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
78478              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
78479      Branch: cfgperl
78480            ! doio.c
78481 ____________________________________________________________________________
78482 [  6222] By: jhi                                   on 2000/06/23  13:25:54
78483         Log: doc typo fix
78484              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
78485              From: Ian Phillipps <Ian.Phillipps@iname.com>
78486              Date: Fri, 23 Jun 2000 10:40:58 +0100
78487              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
78488      Branch: cfgperl
78489            ! lib/Pod/Usage.pm
78490 ____________________________________________________________________________
78491 [  6221] By: jhi                                   on 2000/06/23  13:24:15
78492         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
78493              From: simon@brecon.co.uk (Simon Cozens)
78494              Subject: [PATCH] Eliminate tr///[CU][CU]
78495              Date: 23 Jun 2000 11:05:40 GMT
78496              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
78497      Branch: cfgperl
78498            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
78499 ____________________________________________________________________________
78500 [  6220] By: jhi                                   on 2000/06/22  16:07:51
78501         Log: Win32 patches from Benjamin Stuhl.
78502      Branch: cfgperl
78503            ! makedef.pl win32/win32.h
78504 ____________________________________________________________________________
78505 [  6219] By: jhi                                   on 2000/06/22  16:06:34
78506         Log: Bytecode patches from Benjamin Stuhl.
78507      Branch: cfgperl
78508            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
78509            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
78510            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
78511 ____________________________________________________________________________
78512 [  6218] By: jhi                                   on 2000/06/15  23:54:16
78513         Log: Bytecode patches from Benjamin Stuhl.
78514      Branch: cfgperl
78515            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
78516 ____________________________________________________________________________
78517 [  6217] By: jhi                                   on 2000/06/09  13:38:29
78518         Log: Rename the fdpid locking and integrate with Sarathy.
78519      Branch: cfgperl
78520            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
78521            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
78522            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
78523            ! win32/win32.c
78524           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
78525 ____________________________________________________________________________
78526 [  6216] By: gsar                                  on 2000/06/08  14:54:21
78527         Log: be more optimal about clearing @_
78528      Branch: perl
78529            ! cop.h
78530 ____________________________________________________________________________
78531 [  6215] By: gsar                                  on 2000/06/08  14:33:04
78532         Log: tweak comment about @DB::args
78533      Branch: perl
78534            ! av.h pp_ctl.c
78535 ____________________________________________________________________________
78536 [  6214] By: gsar                                  on 2000/06/08  13:57:54
78537         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
78538              caller() wants to populate @DB::args with it (causes a coredump
78539              in Carp::confess())
78540      Branch: perl
78541            ! cop.h t/op/runlevel.t
78542 ____________________________________________________________________________
78543 [  6213] By: gsar                                  on 2000/06/08  07:06:35
78544         Log: back out change#6106 (seems problematic)
78545      Branch: perl
78546            ! hints/solaris_2.sh
78547 ____________________________________________________________________________
78548 [  6212] By: jhi                                   on 2000/06/07  03:10:36
78549         Log: Continuing mopup for #6204.
78550      Branch: cfgperl
78551            ! ext/B/defsubs_h.PL
78552 ____________________________________________________________________________
78553 [  6211] By: jhi                                   on 2000/06/07  02:41:50
78554         Log: Mopup for #6204.
78555              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
78556              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
78557              This is comes from const() where POK isn't on when expected.
78558      Branch: cfgperl
78559            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
78560            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
78561            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
78562            ! perlapi.h pod/perlapi.pod
78563 ____________________________________________________________________________
78564 [  6210] By: jhi                                   on 2000/06/07  01:56:29
78565         Log: Mopup for #6207 and #6209.
78566      Branch: cfgperl
78567            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
78568 ____________________________________________________________________________
78569 [  6209] By: jhi                                   on 2000/06/07  01:33:12
78570         Log: Lock PL_fdpid against race conditions, based on:
78571              Subject: [PATCH 5.6.0]subprocess fixup for threads
78572              From: Dan Sugalski <dan@sidhe.org>
78573              To: perl5-porters@perl.org
78574              Date: Tue, 11 Apr 2000 17:02:32 -0400
78575              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
78576      Branch: cfgperl
78577            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
78578            ! win32/win32.c
78579 ____________________________________________________________________________
78580 [  6208] By: jhi                                   on 2000/06/07  01:05:23
78581         Log: Regen headers for #6207.
78582      Branch: cfgperl
78583            ! embed.h global.sym objXSUB.h proto.h
78584 ____________________________________________________________________________
78585 [  6207] By: jhi                                   on 2000/06/06  23:43:13
78586         Log: Subject: [PATCH 5.6.0] Threadsafe patches
78587              From: Dan Sugalski <dan@sidhe.org>
78588              To: perl5-porters@perl.org
78589              Date: Mon, 08 May 2000 18:08:13 -0400
78590              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
78591      Branch: cfgperl
78592            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
78593            ! proto.h sv.h util.c
78594 ____________________________________________________________________________
78595 [  6206] By: jhi                                   on 2000/06/06  23:21:23
78596         Log: Subject: [PATCH] Eliminate $a/$b in pod
78597              From: David Glasser <me@davidglasser.net>
78598              To: perl5-porters@perl.org
78599              Date: Mon, 29 May 2000 21:15:59 -0400
78600              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
78601      Branch: cfgperl
78602            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
78603            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
78604            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
78605            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
78606            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
78607            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
78608            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
78609            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
78610            ! pod/perlvar.pod pod/perlxs.pod
78611 ____________________________________________________________________________
78612 [  6205] By: jhi                                   on 2000/06/06  23:12:14
78613         Log: Subject: [PATCH] Win32 improvements
78614              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
78615              To: gsar@activestate.com, perl5-porters@perl.org
78616              Date: Mon, 29 May 2000 17:22:24 PDT
78617              Message-ID: <20000530002224.91142.qmail@hotmail.com>
78618              (MUA had mangled many lines by wordwrapping)
78619      Branch: cfgperl
78620            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
78621 ____________________________________________________________________________
78622 [  6204] By: jhi                                   on 2000/06/06  23:01:50
78623         Log: Subject: [PATCH] B::Bytecode patches
78624              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
78625              To: gsar@activestate.com, jhi@iki.fi
78626              Cc: perl5-porters@perl.org
78627              Message-ID: <20000602202526.48694.qmail@hotmail.com>
78628              (MUA had mangled many lines by wordwrapping)
78629      Branch: cfgperl
78630            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
78631            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
78632            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
78633            ! intrpvar.h perl.c
78634 ____________________________________________________________________________
78635 [  6203] By: jhi                                   on 2000/06/06  22:32:43
78636         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
78637              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78638              Date: Tue, 06 Jun 2000 13:07:45 -0700
78639              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
78640      Branch: cfgperl
78641            ! pod/perldiag.pod
78642 ____________________________________________________________________________
78643 [  6202] By: jhi                                   on 2000/06/06  19:38:35
78644         Log: Integrate with Sarathy.
78645      Branch: cfgperl
78646           !> perl.c
78647 ____________________________________________________________________________
78648 [  6201] By: gsar                                  on 2000/06/06  00:42:59
78649         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
78650              does a PUSHMARK that's never ever POPMARKed; in general, only
78651              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
78652              Perl_eval_[sp]v() don't because they don't take any incoming
78653              arguments (this leak has been around since the original version
78654              of perl_eval_pv() in 5.003_97e)
78655      Branch: perl
78656            ! perl.c
78657 ____________________________________________________________________________
78658 [  6200] By: jhi                                   on 2000/06/04  03:44:52
78659         Log: Update to cperl-mode.el 4.31 from
78660              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
78661              Subject: A couple of notes
78662              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
78663              To: Mailing list Perl5 <perl5-porters@perl.org>
78664              Date: Sat, 3 Jun 2000 23:33:32 -0400
78665              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
78666      Branch: cfgperl
78667            ! emacs/cperl-mode.el
78668 ____________________________________________________________________________
78669 [  6199] By: jhi                                   on 2000/06/03  15:11:05
78670         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
78671              From: Dan Sugalski <dan@sidhe.org>
78672              To: perl5-porters@perl.org, vmsperl@perl.org
78673              Date: Fri, 02 Jun 2000 17:30:51 -0400
78674              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
78675      Branch: cfgperl
78676            ! vms/descrip_mms.template vms/gen_shrfls.pl
78677 ____________________________________________________________________________
78678 [  6198] By: jhi                                   on 2000/06/03  14:59:15
78679         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
78680              From: Dan Sugalski <dan@sidhe.org>
78681              To: vmsperl@perl.org, perl5-porters@perl.org
78682              Date: Fri, 02 Jun 2000 16:00:41 -0400
78683              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
78684              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
78685      Branch: cfgperl
78686            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
78687            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
78688            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
78689 ____________________________________________________________________________
78690 [  6197] By: jhi                                   on 2000/06/03  14:41:30
78691         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
78692              From: John Borwick <jhborwic@unity.ncsu.edu>
78693              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
78694              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
78695      Branch: cfgperl
78696            ! pod/perlsyn.pod
78697 ____________________________________________________________________________
78698 [  6196] By: jhi                                   on 2000/06/03  14:38:09
78699         Log: Integrate with Sarathy.
78700      Branch: cfgperl
78701           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
78702           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
78703           !> vms/perly_c.vms
78704 ____________________________________________________________________________
78705 [  6195] By: gsar                                  on 2000/06/02  22:43:13
78706         Log: fix yet another eval"" leak under USE_ITHREADS
78707      Branch: perl
78708            ! op.c
78709 ____________________________________________________________________________
78710 [  6194] By: gsar                                  on 2000/06/02  18:22:06
78711         Log: fix small eval"" memory leaks under USE_ITHREADS
78712      Branch: perl
78713            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
78714            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
78715            ! vms/perly_c.vms
78716 ____________________________________________________________________________
78717 [  6193] By: jhi                                   on 2000/06/01  13:03:56
78718         Log: Signals-be-gone for microperl.
78719      Branch: cfgperl
78720            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
78721 ____________________________________________________________________________
78722 [  6192] By: jhi                                   on 2000/06/01  12:52:02
78723         Log: Integrate with Sarathy.
78724      Branch: cfgperl
78725           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
78726           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
78727           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
78728           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
78729           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
78730           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
78731           !> t/op/vec.t utils/h2xs.PL
78732 ____________________________________________________________________________
78733 [  6191] By: gsar                                  on 2000/06/01  09:38:21
78734         Log: vec() loses numericalness (modified version of patch suggested
78735              by Robin Barker)
78736      Branch: perl
78737            ! doop.c t/op/vec.t
78738 ____________________________________________________________________________
78739 [  6190] By: gsar                                  on 2000/06/01  09:26:15
78740         Log: submit missing embed.pl change
78741      Branch: perl
78742            ! embed.pl
78743 ____________________________________________________________________________
78744 [  6189] By: gsar                                  on 2000/06/01  09:05:34
78745         Log: counting tr/// corrupts later operation (from M.J.T Guy)
78746      Branch: perl
78747            ! doop.c t/op/tr.t
78748 ____________________________________________________________________________
78749 [  6188] By: gsar                                  on 2000/06/01  08:58:39
78750         Log: h2xs tweaks
78751      Branch: perl
78752            ! utils/h2xs.PL
78753 ____________________________________________________________________________
78754 [  6187] By: gsar                                  on 2000/06/01  08:50:07
78755         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
78756              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
78757      Branch: perl
78758            + lib/Pod/LaTeX.pm
78759            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
78760            ! pod/pod2latex.PL
78761 ____________________________________________________________________________
78762 [  6186] By: gsar                                  on 2000/06/01  08:24:40
78763         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
78764              <wolfgang.laun@alcatel.at>)
78765      Branch: perl
78766            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
78767            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
78768 ____________________________________________________________________________
78769 [  6185] By: gsar                                  on 2000/06/01  08:12:00
78770         Log: remove incorrect documentation about implicit split to @_ in
78771              list context, which never really worked in perl 5 (from
78772              M.J.T. Guy)
78773      Branch: perl
78774            ! pod/perlfunc.pod pod/perltrap.pod
78775 ____________________________________________________________________________
78776 [  6184] By: gsar                                  on 2000/06/01  07:52:27
78777         Log: tweak for change#6127
78778      Branch: perl
78779            ! perl.c
78780 ____________________________________________________________________________
78781 [  6183] By: gsar                                  on 2000/06/01  07:41:02
78782         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
78783              <nick@ccl4.org>)
78784      Branch: perl
78785            + t/lib/selfloader.t
78786            ! MANIFEST lib/SelfLoader.pm
78787 ____________________________________________________________________________
78788 [  6182] By: jhi                                   on 2000/06/01  00:34:42
78789         Log: Be Cleaner Part Deux.
78790      Branch: cfgperl
78791            ! Makefile.SH
78792 ____________________________________________________________________________
78793 [  6181] By: jhi                                   on 2000/06/01  00:32:09
78794         Log: Integrate with Sarathy.
78795      Branch: cfgperl
78796           !> pp.c t/op/arith.t
78797 ____________________________________________________________________________
78798 [  6180] By: jhi                                   on 2000/06/01  00:31:13
78799         Log: microperl nits from Simon Cozens.
78800      Branch: cfgperl
78801            + uconfig.h
78802            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
78803            ! unixish.h
78804 ____________________________________________________________________________
78805 [  6179] By: gsar                                  on 2000/05/31  22:37:51
78806         Log: buggy modulus on UVs introduced by change#3378 (resulted in
78807              4063328477 % 65535 amounting to 27406, instead of 27407)
78808      Branch: perl
78809            ! pp.c t/op/arith.t
78810 ____________________________________________________________________________
78811 [  6178] By: jhi                                   on 2000/05/31  21:52:41
78812         Log: Be cleaner.
78813      Branch: cfgperl
78814            ! Makefile.SH
78815 ____________________________________________________________________________
78816 [  6177] By: jhi                                   on 2000/05/31  21:47:33
78817         Log: Substitution utf8 patch from Simon Cozens.
78818      Branch: cfgperl
78819            ! pp_hot.c
78820 ____________________________________________________________________________
78821 [  6176] By: jhi                                   on 2000/05/31  21:45:34
78822         Log: Single-quoted utf8 patch from Simon Cozens.
78823      Branch: cfgperl
78824            ! toke.c
78825 ____________________________________________________________________________
78826 [  6175] By: jhi                                   on 2000/05/31  21:40:18
78827         Log: Integrate with Sarathy.
78828      Branch: cfgperl
78829           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
78830 ____________________________________________________________________________
78831 [  6174] By: jhi                                   on 2000/05/31  21:37:31
78832         Log: microperl changes from Simon Cozens; Makefile for microperl
78833              written from scratch; few casts added as microperl compilation
78834              doesn't have all prototypes available.
78835      Branch: cfgperl
78836            + Makefile.micro README.micro Todo.micro uconfig.sh
78837            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
78838            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
78839      Branch: metaconfig
78840            + U/modified/Config_h.U
78841 ____________________________________________________________________________
78842 [  6173] By: jhi                                   on 2000/05/31  20:00:24
78843         Log: metaconfig maintenance.
78844      Branch: metaconfig
78845            + U/modified/Inhdr.U U/typedefs/inotype.U
78846      Branch: metaconfig/U/perl
78847            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
78848            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
78849 ____________________________________________________________________________
78850 [  6172] By: gsar                                  on 2000/05/31  05:05:42
78851         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
78852              (from Ilya Zakharevich)
78853      Branch: perl
78854            ! regexec.c t/op/re_tests
78855 ____________________________________________________________________________
78856 [  6171] By: gsar                                  on 2000/05/31  05:01:47
78857         Log: scalar() doesn't force scalar context when used in void context
78858              (from Simon Cozens)
78859      Branch: perl
78860            ! op.c t/op/wantarray.t
78861 ____________________________________________________________________________
78862 [  6170] By: gsar                                  on 2000/05/31  04:41:33
78863         Log: change#6142 needs tweaks to tests to work where there's no symlink()
78864              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
78865      Branch: perl
78866            ! t/lib/filefind.t
78867 ____________________________________________________________________________
78868 [  6169] By: gsar                                  on 2000/05/31  04:29:49
78869         Log: integrate cfgperl contents into mainline
78870      Branch: perl
78871           +> pod/perlmodlib.PL pod/perlnewmod.pod
78872           !> (integrate 42 files)
78873 ____________________________________________________________________________
78874 [  6168] By: jhi                                   on 2000/05/30  22:53:37
78875         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
78876      Branch: cfgperl
78877            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78878            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
78879            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
78880            ! win32/config.bc win32/config.gc win32/config.vc
78881            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
78882            ! win32/config_h.PL win32/config_sh.PL
78883      Branch: metaconfig/U/perl
78884            ! perlxv.U
78885 ____________________________________________________________________________
78886 [  6167] By: jhi                                   on 2000/05/30  22:20:21
78887         Log: tweak todo 
78888      Branch: cfgperl
78889            ! Todo-5.6
78890 ____________________________________________________________________________
78891 [  6166] By: jhi                                   on 2000/05/30  22:11:51
78892         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
78893              in case somebody wants to write an extension for more
78894              shadow database interfaces.
78895      Branch: cfgperl
78896            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78897            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
78898            ! vos/config.def vos/config.h vos/config_h.SH_orig
78899            ! win32/config.bc win32/config.gc win32/config.vc
78900            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
78901      Branch: metaconfig
78902            ! U/modified/Myinit.U
78903      Branch: metaconfig/U/perl
78904            + d_getespwnam.U d_getprpwnam.U i_prot.U
78905 ____________________________________________________________________________
78906 [  6165] By: jhi                                   on 2000/05/30  18:35:34
78907         Log: Integrate with Sarathy.
78908      Branch: cfgperl
78909           !> op.c
78910 ____________________________________________________________________________
78911 [  6164] By: jhi                                   on 2000/05/30  18:30:16
78912         Log: detypo
78913      Branch: cfgperl
78914            ! Configure config_h.SH
78915      Branch: metaconfig/U/perl
78916            ! perlxv.U
78917 ____________________________________________________________________________
78918 [  6163] By: gsar                                  on 2000/05/30  03:24:03
78919         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
78920      Branch: perl
78921            ! op.c
78922 ____________________________________________________________________________
78923 [  6162] By: gsar                                  on 2000/05/30  03:09:38
78924         Log: fix memory leak in method call optimization (change#3768);
78925              made C<eval "$x->foo()"> leak
78926      Branch: perl
78927            ! op.c
78928 ____________________________________________________________________________
78929 [  6161] By: jhi                                   on 2000/05/29  17:56:26
78930         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
78931              both from Simon Cozens.
78932      Branch: cfgperl
78933            + pod/perlmodlib.PL pod/perlnewmod.pod
78934            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
78935            ! pod/perlmodlib.pod pod/perltoc.pod
78936 ____________________________________________________________________________
78937 [  6160] By: jhi                                   on 2000/05/29  17:23:55
78938         Log: Changes for the File::Temp 0.08 (change #6159) test suite
78939              to fit better into the Perl distribution test framework.
78940      Branch: cfgperl
78941            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
78942            ! t/lib/ftmp-tempfile.t
78943 ____________________________________________________________________________
78944 [  6159] By: jhi                                   on 2000/05/29  16:55:36
78945         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
78946      Branch: cfgperl
78947            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
78948            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
78949 ____________________________________________________________________________
78950 [  6158] By: bailey                                on 2000/05/29  16:22:08
78951         Log: Add fallback to tmpfile for use in cases where user's relying on
78952              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
78953              Lane's patch)
78954      Branch: vmsperl
78955            ! vms/vms.c vms/vmsish.h
78956 ____________________________________________________________________________
78957 [  6157] By: jhi                                   on 2000/05/29  03:10:36
78958         Log: Regen Configure to jive with #6149.
78959      Branch: cfgperl
78960            ! Configure
78961      Branch: metaconfig
78962            ! U/modified/Getfile.U
78963 ____________________________________________________________________________
78964 [  6156] By: jhi                                   on 2000/05/29  03:01:38
78965         Log: Integrate with Sarathy.
78966      Branch: cfgperl
78967           +> ext/DynaLoader/dl_mac.xs
78968           !> (integrate 38 files)
78969 ____________________________________________________________________________
78970 [  6155] By: gsar                                  on 2000/05/28  21:15:58
78971         Log: small bug in change#6144; remove random \xA0 character that snuck
78972              in via change#6145
78973      Branch: perl
78974            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
78975 ____________________________________________________________________________
78976 [  6154] By: gsar                                  on 2000/05/28  21:04:19
78977         Log: avoid type mismatch warning
78978      Branch: perl
78979            ! perl.c
78980 ____________________________________________________________________________
78981 [  6153] By: gsar                                  on 2000/05/28  20:58:31
78982         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
78983              <nick@Bagpuss.uk.boo.com>)
78984      Branch: perl
78985            ! lib/Test/Harness.pm
78986 ____________________________________________________________________________
78987 [  6152] By: gsar                                  on 2000/05/28  20:53:42
78988         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
78989      Branch: perl
78990            ! regexec.c
78991 ____________________________________________________________________________
78992 [  6151] By: gsar                                  on 2000/05/28  20:50:28
78993         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
78994      Branch: perl
78995            ! regexec.c
78996 ____________________________________________________________________________
78997 [  6150] By: gsar                                  on 2000/05/28  20:39:58
78998         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
78999      Branch: perl
79000            ! pod/perlrequick.pod
79001 ____________________________________________________________________________
79002 [  6149] By: gsar                                  on 2000/05/28  20:35:16
79003         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
79004              <troc@netrus.net>)
79005      Branch: perl
79006            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
79007            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
79008            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
79009            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
79010 ____________________________________________________________________________
79011 [  6148] By: gsar                                  on 2000/05/28  20:21:07
79012         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
79013      Branch: perl
79014            ! lib/ExtUtils/MM_Unix.pm
79015 ____________________________________________________________________________
79016 [  6147] By: gsar                                  on 2000/05/28  20:12:41
79017         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
79018              (from Peter Prymmer)
79019      Branch: perl
79020            ! vms/subconfigure.com
79021 ____________________________________________________________________________
79022 [  6146] By: gsar                                  on 2000/05/28  20:06:15
79023         Log: doc typo
79024      Branch: perl
79025            ! lib/warnings.pm warnings.h warnings.pl
79026 ____________________________________________________________________________
79027 [  6145] By: gsar                                  on 2000/05/28  18:44:33
79028         Log: make xsubpp skip embedded pod (from Matthias Neeracher
79029              <neeri@iis.ee.ethz.ch>)
79030      Branch: perl
79031            ! lib/ExtUtils/xsubpp
79032 ____________________________________________________________________________
79033 [  6144] By: gsar                                  on 2000/05/28  18:42:49
79034         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
79035              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
79036              <neeri@iis.ee.ethz.ch>)
79037      Branch: perl
79038            ! lib/AutoSplit.pm
79039 ____________________________________________________________________________
79040 [  6143] By: gsar                                  on 2000/05/28  18:41:12
79041         Log: MacOS support, part 1 (from Matthias Neeracher
79042              <neeri@iis.ee.ethz.ch>)
79043      Branch: perl
79044            + ext/DynaLoader/dl_mac.xs
79045            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
79046            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
79047            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
79048            ! util.h
79049 ____________________________________________________________________________
79050 [  6142] By: gsar                                  on 2000/05/28  18:21:51
79051         Log: File::Find fails to chdir when chasing symlinks (from
79052              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
79053      Branch: perl
79054            ! lib/File/Find.pm t/lib/filefind.t
79055 ____________________________________________________________________________
79056 [  6141] By: jhi                                   on 2000/05/28  14:25:15
79057         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
79058              forwarded by Peter Seebach from the bsdi-users mailing list.
79059              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
79060      Branch: perl
79061            ! hints/bsdos.sh
79062 ____________________________________________________________________________
79063 [  6140] By: jhi                                   on 2000/05/28  14:11:57
79064         Log: Integrate with Sarathy.
79065      Branch: cfgperl
79066           +> (branch 30 files)
79067           !> (integrate 93 files)
79068 ____________________________________________________________________________
79069 [  6139] By: gsar                                  on 2000/05/28  10:01:48
79070         Log: revise mktables.PL for bugs and newness in Unicode 3.0
79071              (from James Bence <jbence@amgen.com>)
79072      Branch: perl
79073            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
79074            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
79075            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
79076            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
79077            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
79078            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
79079            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
79080            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
79081            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
79082            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
79083            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
79084            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
79085            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
79086            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
79087            + lib/unicode/Is/SylWU.pl
79088            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
79089            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
79090            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
79091            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
79092            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
79093            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
79094            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
79095            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
79096            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
79097            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
79098            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
79099            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
79100            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
79101            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
79102            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
79103            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
79104            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
79105            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
79106            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
79107            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
79108            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
79109            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
79110            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
79111            ! lib/unicode/Makefile lib/unicode/mktables.PL
79112 ____________________________________________________________________________
79113 [  6138] By: gsar                                  on 2000/05/28  08:50:32
79114         Log: add note about the handling of negative indices to tied arrays
79115              (from Michael G Schwern <schwern@pobox.com>)
79116      Branch: perl
79117            ! pod/perltie.pod
79118 ____________________________________________________________________________
79119 [  6137] By: gsar                                  on 2000/05/28  08:46:10
79120         Log: fix bogus redeclaration warning for "our" variables in different
79121              scopes
79122      Branch: perl
79123            ! op.c t/pragma/strict-vars
79124 ____________________________________________________________________________
79125 [  6136] By: gsar                                  on 2000/05/28  08:31:20
79126         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
79127      Branch: perl
79128            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
79129 ____________________________________________________________________________
79130 [  6135] By: gsar                                  on 2000/05/28  08:17:50
79131         Log: enable Test::Harness to dynamically determine column width etc.
79132              (from Rob Napier <rnapier@employees.org>)
79133      Branch: perl
79134            ! lib/Test/Harness.pm
79135 ____________________________________________________________________________
79136 [  6134] By: gsar                                  on 2000/05/28  08:13:39
79137         Log: make Test::Harness use wait.h/WCOREDUMP if available
79138              (from Ben Tilly <ben_tilly@hotmail.com>)
79139      Branch: perl
79140            ! lib/Test/Harness.pm
79141 ____________________________________________________________________________
79142 [  6133] By: gsar                                  on 2000/05/28  08:08:05
79143         Log: elide bogus test in change#6132
79144      Branch: perl
79145            ! t/pragma/warn/9enabled
79146 ____________________________________________________________________________
79147 [  6132] By: gsar                                  on 2000/05/28  08:03:14
79148         Log: warnings::enabled() doesn't fall back to looking at $^W if
79149              caller isn't using lexical warnings (from Paul Marquess)
79150      Branch: perl
79151            ! pp_ctl.c t/pragma/warn/9enabled
79152 ____________________________________________________________________________
79153 [  6131] By: gsar                                  on 2000/05/28  07:57:47
79154         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
79155      Branch: perl
79156            ! ext/POSIX/POSIX.pm
79157 ____________________________________________________________________________
79158 [  6130] By: gsar                                  on 2000/05/28  07:29:12
79159         Log: fix places that mean C<"word" character> but say C<alphanumeric
79160              character>
79161      Branch: perl
79162            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
79163 ____________________________________________________________________________
79164 [  6129] By: gsar                                  on 2000/05/28  07:18:41
79165         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
79166      Branch: perl
79167            ! vms/test.com
79168 ____________________________________________________________________________
79169 [  6128] By: gsar                                  on 2000/05/28  07:12:55
79170         Log: new perlxstut example for passing/returning refs to arrays
79171              (from David Lowe <dlowe@pootpoot.com>)
79172      Branch: perl
79173            ! pod/perlxstut.pod
79174 ____________________________________________________________________________
79175 [  6127] By: gsar                                  on 2000/05/28  07:02:50
79176         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
79177              failed (from Gisle Aas)
79178      Branch: perl
79179            ! cop.h perl.c
79180 ____________________________________________________________________________
79181 [  6126] By: gsar                                  on 2000/05/28  06:39:53
79182         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
79183              (reworked variant of patch suggested by Simon Cozens)
79184      Branch: perl
79185            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
79186            ! pp_hot.c proto.h t/op/gv.t
79187 ____________________________________________________________________________
79188 [  6125] By: gsar                                  on 2000/05/28  05:14:55
79189         Log: enable propagating exception objects via Perl_croak() in XS code
79190              (from Gisle Aas)
79191      Branch: perl
79192            ! util.c
79193 ____________________________________________________________________________
79194 [  6124] By: gsar                                  on 2000/05/28  05:07:28
79195         Log: integrate vmsperl contents into mainline
79196      Branch: perl
79197           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
79198           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
79199           !> vms/vmsish.h
79200 ____________________________________________________________________________
79201 [  6123] By: gsar                                  on 2000/05/28  05:03:53
79202         Log: clarify gotcha with #line directives (from Rocco Caputo
79203              <troc@netrus.net>)
79204      Branch: perl
79205            ! pod/perldebug.pod pod/perlsyn.pod
79206 ____________________________________________________________________________
79207 [  6122] By: gsar                                  on 2000/05/28  04:58:29
79208         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
79209              (from Mark-Jason Dominus)
79210      Branch: perl
79211            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
79212            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
79213            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
79214            ! toke.c
79215 ____________________________________________________________________________
79216 [  6121] By: bailey                                on 2000/05/25  04:46:54
79217         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
79218              lists (based on fixes by Craig Berry)
79219      Branch: vmsperl
79220            ! lib/File/Spec/VMS.pm
79221 ____________________________________________________________________________
79222 [  6120] By: bailey                                on 2000/05/25  04:25:38
79223         Log: Add missing escape (Charles Lane)
79224      Branch: vmsperl
79225            ! t/op/lex_assign.t
79226 ____________________________________________________________________________
79227 [  6119] By: bailey                                on 2000/05/25  04:21:25
79228         Log: Quiet error messages in vmsish.t (Charles Lane)
79229      Branch: vmsperl
79230            ! vms/ext/vmsish.t
79231 ____________________________________________________________________________
79232 [  6118] By: bailey                                on 2000/05/25  04:17:57
79233         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
79234              Flatten case labels in switch statements uniformly (Charles Bailey)
79235      Branch: vmsperl
79236            ! vms/vms.c
79237 ____________________________________________________________________________
79238 [  6117] By: bailey                                on 2000/05/25  03:58:09
79239         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
79240      Branch: vmsperl
79241            ! vms/vmsish.h
79242 ____________________________________________________________________________
79243 [  6116] By: bailey                                on 2000/05/25  03:11:15
79244         Log: Miscellaneous cosmetic fixes (Charles Lane)
79245      Branch: vmsperl
79246            ! lib/ExtUtils/MM_VMS.pm
79247 ____________________________________________________________________________
79248 [  6115] By: bailey                                on 2000/05/25  03:10:36
79249         Log: Add bounds checking for several strings (Charles Lane)
79250      Branch: vmsperl
79251            ! vms/vms.c
79252 ____________________________________________________________________________
79253 [  6114] By: bailey                                on 2000/05/25  02:25:34
79254         Log: Urk -- undo previous removal of vmsish 'exit' change
79255      Branch: vmsperl
79256            ! vms/ext/vmsish.pm vms/vmsish.h
79257 ____________________________________________________________________________
79258 [  6113] By: bailey                                on 2000/05/24  02:24:40
79259         Log: Ugly workaround for version-specific RTL error
79260      Branch: vmsperl
79261            ! vms/vms.c
79262 ____________________________________________________________________________
79263 [  6112] By: bailey                                on 2000/05/24  02:19:55
79264         Log: Check for existence of file before trying to delete
79265      Branch: vmsperl
79266            ! vms/test.com
79267 ____________________________________________________________________________
79268 [  6111] By: bailey                                on 2000/05/23  23:35:13
79269         Log: Resync with mainline prior to post-5.6.0 updates
79270      Branch: vmsperl
79271           +> (branch 49 files)
79272            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
79273            ! vms/ext/vmsish.pm
79274           !> (integrate 334 files)
79275 ____________________________________________________________________________
79276 [  6110] By: jhi                                   on 2000/05/23  19:28:32
79277         Log: todo tweak
79278      Branch: cfgperl
79279            ! Todo-5.6
79280 ____________________________________________________________________________
79281 [  6109] By: jhi                                   on 2000/05/18  17:38:54
79282         Log: Integrate with Sarathy.
79283      Branch: cfgperl
79284           !> mg.c perl.h win32/perlhost.h
79285 ____________________________________________________________________________
79286 [  6108] By: gsar                                  on 2000/05/17  02:24:56
79287         Log: reenable fake signal handling on Windows, bugs and all
79288      Branch: perl
79289            ! mg.c perl.h win32/perlhost.h
79290 ____________________________________________________________________________
79291 [  6107] By: jhi                                   on 2000/05/15  18:01:41
79292         Log: Tweak the todo list.
79293      Branch: cfgperl
79294            ! Todo-5.6
79295 ____________________________________________________________________________
79296 [  6106] By: jhi                                   on 2000/05/15  13:41:48
79297         Log: The (Configure) script refuses to go on, after asking for
79298              'You may also choose to try maximal 64-bitness....'.
79299              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
79300              -- Patrick Zima
79301              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
79302      Branch: cfgperl
79303            ! hints/solaris_2.sh
79304 ____________________________________________________________________________
79305 [  6105] By: jhi                                   on 2000/05/11  14:37:43
79306         Log: Integrate with Sarathy.
79307      Branch: cfgperl
79308           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
79309           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
79310 ____________________________________________________________________________
79311 [  6104] By: gsar                                  on 2000/05/11  03:39:07
79312         Log: PL_sys_intern was being initialized too late on windows
79313      Branch: perl
79314            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
79315            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
79316 ____________________________________________________________________________
79317 [  6103] By: jhi                                   on 2000/05/09  19:42:20
79318         Log: Test tweaking for Unicos continues.
79319      Branch: cfgperl
79320            ! t/op/64bitint.t
79321 ____________________________________________________________________________
79322 [  6102] By: jhi                                   on 2000/05/09  16:47:27
79323         Log: The test suite tweak in #6101 wasn't quite right.
79324      Branch: cfgperl
79325            ! t/lib/complex.t
79326 ____________________________________________________________________________
79327 [  6101] By: jhi                                   on 2000/05/09  15:35:34
79328         Log: Hints and test tweaks for Unicos.
79329      Branch: cfgperl
79330            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
79331 ____________________________________________________________________________
79332 [  6100] By: jhi                                   on 2000/05/08  21:15:06
79333         Log: More compilation tweakery from Allen Smith.
79334      Branch: cfgperl
79335            ! hints/irix_6.sh
79336 ____________________________________________________________________________
79337 [  6099] By: jhi                                   on 2000/05/08  19:21:18
79338         Log: Tweaks for the cc bugs from Allen Smith.
79339      Branch: cfgperl
79340            ! hints/irix_6.sh
79341 ____________________________________________________________________________
79342 [  6098] By: jhi                                   on 2000/05/08  19:13:37
79343         Log: Add a note about other, yet unsupported, shadow password APIs.
79344      Branch: cfgperl
79345            ! pp_sys.c
79346 ____________________________________________________________________________
79347 [  6097] By: jhi                                   on 2000/05/08  18:46:34
79348         Log: Add a note about possible compilation problems from Allen Smith.
79349      Branch: cfgperl
79350            ! hints/irix_6.sh
79351 ____________________________________________________________________________
79352 [  6096] By: jhi                                   on 2000/05/08  17:33:10
79353         Log: Integrate with Sarathy.
79354      Branch: cfgperl
79355           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
79356           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
79357 ____________________________________________________________________________
79358 [  6095] By: jhi                                   on 2000/05/08  16:21:33
79359         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
79360              might be useful in future.
79361      Branch: cfgperl
79362            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
79363            ! config_h.SH
79364      Branch: metaconfig
79365            ! U/installdirs/inc_version_list.U
79366      Branch: metaconfig/U/perl
79367            ! perlxv.U
79368 ____________________________________________________________________________
79369 [  6094] By: gsar                                  on 2000/05/08  14:22:22
79370         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
79371      Branch: perl
79372            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
79373            ! hints/cygwin.sh pp_sys.c
79374 ____________________________________________________________________________
79375 [  6093] By: gsar                                  on 2000/05/08  12:52:28
79376         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
79377              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
79378      Branch: perl
79379            ! pp_sys.c sv.c win32/perlhost.h
79380 ____________________________________________________________________________
79381 [  6092] By: jhi                                   on 2000/05/07  22:40:34
79382         Log: Regen perltoc with the fixed buildtoc.
79383      Branch: cfgperl
79384            ! pod/perltoc.pod
79385 ____________________________________________________________________________
79386 [  6091] By: jhi                                   on 2000/05/07  22:24:16
79387         Log: Integrate with Sarathy.
79388      Branch: cfgperl
79389           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
79390           !> t/op/substr.t toke.c
79391 ____________________________________________________________________________
79392 [  6090] By: gsar                                  on 2000/05/07  19:47:07
79393         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
79394              [NI]OK; added tests for both
79395      Branch: perl
79396            ! perl.c pp_hot.c sv.c t/op/substr.t
79397 ____________________________________________________________________________
79398 [  6089] By: gsar                                  on 2000/05/07  18:18:38
79399         Log: buildtoc tweak to fix newline lossage
79400      Branch: perl
79401            ! pod/buildtoc
79402 ____________________________________________________________________________
79403 [  6088] By: jhi                                   on 2000/05/07  16:35:36
79404         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
79405              because we do not use those.  The HAS_GETSPNAM remains,
79406              though, because we still do use that.
79407      Branch: cfgperl
79408            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
79409            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
79410            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
79411            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
79412            ! win32/config.vc win32/config_H.bc win32/config_H.gc
79413            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
79414 ____________________________________________________________________________
79415 [  6087] By: gsar                                  on 2000/05/07  16:05:16
79416         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
79417      Branch: perl
79418            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
79419 ____________________________________________________________________________
79420 [  6086] By: jhi                                   on 2000/05/07  15:27:07
79421         Log: Integrate with Sarathy.
79422      Branch: cfgperl
79423           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
79424           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
79425           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
79426           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
79427           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
79428           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
79429 ____________________________________________________________________________
79430 [  6085] By: gsar                                  on 2000/05/07  05:52:02
79431         Log: repeat operator (x) doesn't preserve utf8-ness
79432      Branch: perl
79433            ! pp.c t/op/substr.t
79434 ____________________________________________________________________________
79435 [  6084] By: gsar                                  on 2000/05/07  05:39:55
79436         Log: substr() does not preserve utf8-ness (from Stefan Eissing
79437              <Eissing@medicaldataservice.de>); added tests
79438      Branch: perl
79439            ! pp.c t/op/substr.t
79440 ____________________________________________________________________________
79441 [  6083] By: gsar                                  on 2000/05/07  05:24:46
79442         Log: note about undocumented caller() return value (from M.J.T. Guy);
79443              yet another peek.t tweak
79444      Branch: perl
79445            ! pod/perlfunc.pod t/lib/peek.t
79446 ____________________________________________________________________________
79447 [  6082] By: gsar                                  on 2000/05/07  05:08:40
79448         Log: peek.t non-portable to ithreads
79449      Branch: perl
79450            ! t/lib/peek.t
79451 ____________________________________________________________________________
79452 [  6081] By: gsar                                  on 2000/05/07  04:17:04
79453         Log: better default perlbug categories for ok reports (from Richard Foley)
79454      Branch: perl
79455            ! utils/perlbug.PL
79456 ____________________________________________________________________________
79457 [  6080] By: gsar                                  on 2000/05/07  04:08:07
79458         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
79459              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
79460      Branch: perl
79461            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
79462            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
79463            ! AUTHORS MAINTAIN MANIFEST
79464 ____________________________________________________________________________
79465 [  6079] By: gsar                                  on 2000/05/07  04:01:38
79466         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
79467      Branch: perl
79468            ! lib/Carp/Heavy.pm
79469 ____________________________________________________________________________
79470 [  6078] By: gsar                                  on 2000/05/07  01:24:19
79471         Log: workaround for CRT bug in chdir() (from Charles Lane, via
79472              Peter Prymmer)
79473      Branch: perl
79474            ! iperlsys.h vms/vms.c vms/vmsish.h
79475 ____________________________________________________________________________
79476 [  6077] By: gsar                                  on 2000/05/07  01:22:23
79477         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
79478              and Tom Phoenix)
79479      Branch: perl
79480            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
79481 ____________________________________________________________________________
79482 [  6076] By: gsar                                  on 2000/05/06  17:36:29
79483         Log: integrate cfgperl contents into mainline
79484      Branch: perl
79485           +> t/lib/peek.t
79486           !> Configure MANIFEST Porting/Glossary Porting/config.sh
79487           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
79488           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
79489           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
79490 ____________________________________________________________________________
79491 [  6075] By: jhi                                   on 2000/05/05  18:56:10
79492         Log: Make the test more portable.
79493      Branch: cfgperl
79494            ! t/lib/peek.t
79495 ____________________________________________________________________________
79496 [  6074] By: jhi                                   on 2000/05/05  18:49:20
79497         Log: Introduce t/lib/peek.t.
79498      Branch: cfgperl
79499            + t/lib/peek.t
79500            ! MANIFEST
79501 ____________________________________________________________________________
79502 [  6073] By: jhi                                   on 2000/05/05  14:30:45
79503         Log: Complex tweaks.
79504      Branch: cfgperl
79505            ! lib/Math/Complex.pm t/lib/complex.t
79506 ____________________________________________________________________________
79507 [  6072] By: jhi                                   on 2000/05/05  12:27:13
79508         Log: Integrate with Sarathy.
79509      Branch: cfgperl
79510           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
79511           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
79512           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
79513           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
79514 ____________________________________________________________________________
79515 [  6071] By: gsar                                  on 2000/05/05  02:24:46
79516         Log: misformatted perllocal.pod (from Tim Jenness
79517              <t.jenness@jach.hawaii.edu>)
79518      Branch: perl
79519            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
79520 ____________________________________________________________________________
79521 [  6070] By: gsar                                  on 2000/05/05  02:16:52
79522         Log: remove misleading comment (from M.J.T. Guy)
79523      Branch: perl
79524            ! t/lib/anydbm.t
79525 ____________________________________________________________________________
79526 [  6069] By: gsar                                  on 2000/05/05  02:15:13
79527         Log: File::Spec compatibility update (from Barrie Slaymaker
79528              <barries@slaysys.com>)
79529      Branch: perl
79530            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
79531            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
79532 ____________________________________________________________________________
79533 [  6068] By: gsar                                  on 2000/05/05  02:01:50
79534         Log: note about values()
79535      Branch: perl
79536            ! pod/perlfunc.pod
79537 ____________________________________________________________________________
79538 [  6067] By: gsar                                  on 2000/05/05  01:33:09
79539         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
79540      Branch: perl
79541            ! win32/win32.c
79542 ____________________________________________________________________________
79543 [  6066] By: gsar                                  on 2000/05/05  01:23:43
79544         Log: s/END/CHECK/
79545      Branch: perl
79546            ! perl.c
79547 ____________________________________________________________________________
79548 [  6065] By: jhi                                   on 2000/05/04  17:30:22
79549         Log: Integrate with Sarathy.
79550      Branch: cfgperl
79551           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
79552 ____________________________________________________________________________
79553 [  6064] By: gsar                                  on 2000/05/04  17:26:14
79554         Log: change#5905 wasn't quite right--it's intent only applies when arguments
79555              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
79556      Branch: perl
79557            ! pp_sys.c sv.c
79558 ____________________________________________________________________________
79559 [  6063] By: gsar                                  on 2000/05/04  16:52:29
79560         Log: tokeq() could read unallocated field in argument
79561      Branch: perl
79562            ! toke.c
79563 ____________________________________________________________________________
79564 [  6062] By: gsar                                  on 2000/05/04  16:34:51
79565         Log: additional tests for utf8.t
79566      Branch: perl
79567            ! t/pragma/utf8.t
79568 ____________________________________________________________________________
79569 [  6061] By: gsar                                  on 2000/05/04  16:09:28
79570         Log: change#5921 neglected to make eq honor "use bytes"
79571      Branch: perl
79572            ! sv.c
79573 ____________________________________________________________________________
79574 [  6060] By: jhi                                   on 2000/05/04  15:30:16
79575         Log: Integrate with Sarathy.
79576      Branch: cfgperl
79577           !> perl.c regcomp.c t/pragma/utf8.t
79578 ____________________________________________________________________________
79579 [  6059] By: jhi                                   on 2000/05/04  15:26:37
79580         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
79581              in natively 64-bit platforms where a long is a quad (no need
79582              for long longs).  Also added bias for IVs.
79583      Branch: cfgperl
79584            ! toke.c
79585 ____________________________________________________________________________
79586 [  6058] By: gsar                                  on 2000/05/04  00:19:14
79587         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
79588              (spotted by Donald Kinzer <dkinzer@premia.com>)
79589      Branch: perl
79590            ! perl.c
79591 ____________________________________________________________________________
79592 [  6057] By: gsar                                  on 2000/05/03  18:34:01
79593         Log: fix broken parsing of /\x{ab}/
79594      Branch: perl
79595            ! regcomp.c t/pragma/utf8.t
79596 ____________________________________________________________________________
79597 [  6056] By: jhi                                   on 2000/05/03  17:57:16
79598         Log: The search of infinity continues, this time simplified.
79599      Branch: cfgperl
79600            ! lib/Math/Complex.pm
79601 ____________________________________________________________________________
79602 [  6055] By: jhi                                   on 2000/05/03  17:45:30
79603         Log: Detypo.
79604      Branch: cfgperl
79605            ! hints/unicos.sh
79606 ____________________________________________________________________________
79607 [  6054] By: jhi                                   on 2000/05/02  22:28:27
79608         Log: Be more forgiving in POSIX about HUGE_VALL.
79609      Branch: cfgperl
79610            ! ext/POSIX/POSIX.xs
79611 ____________________________________________________________________________
79612 [  6053] By: jhi                                   on 2000/05/02  22:25:05
79613         Log: Integrate with Sarathy.
79614      Branch: cfgperl
79615           !> hints/irix_6.sh pod/perlop.pod
79616 ____________________________________________________________________________
79617 [  6052] By: jhi                                   on 2000/05/02  22:24:31
79618         Log: Unicos hint tweak.
79619      Branch: cfgperl
79620            ! hints/unicos.sh
79621 ____________________________________________________________________________
79622 [  6051] By: jhi                                   on 2000/05/02  22:21:26
79623         Log: Complex tweakery.
79624      Branch: cfgperl
79625            ! lib/Math/Complex.pm t/lib/complex.t
79626 ____________________________________________________________________________
79627 [  6050] By: jhi                                   on 2000/05/02  19:26:22
79628         Log: Use setxxent()/endxxent().
79629      Branch: cfgperl
79630            ! t/op/grent.t t/op/pwent.t
79631 ____________________________________________________________________________
79632 [  6049] By: jhi                                   on 2000/05/02  19:06:02
79633         Log: Test both the scalar and list contexts.
79634      Branch: cfgperl
79635            ! t/op/grent.t t/op/pwent.t
79636 ____________________________________________________________________________
79637 [  6048] By: gsar                                  on 2000/05/02  18:29:10
79638         Log: add note about how $( doesn't interpolate in REs (from
79639              Philip Newton <newton@ficus.frogspace.net>)
79640      Branch: perl
79641            ! pod/perlop.pod
79642 ____________________________________________________________________________
79643 [  6047] By: jhi                                   on 2000/05/02  17:41:24
79644         Log: Call getspnam() only iff needed.
79645      Branch: cfgperl
79646            ! pp_sys.c
79647 ____________________________________________________________________________
79648 [  6046] By: gsar                                  on 2000/05/02  17:07:25
79649         Log: libscheck has insufficient checks for n32 libs (from
79650              Albert Chin-A-Young <china@thewrittenword.com>)
79651      Branch: perl
79652            ! hints/irix_6.sh
79653 ____________________________________________________________________________
79654 [  6045] By: jhi                                   on 2000/05/02  13:57:17
79655         Log: Integrate with Sarathy.
79656      Branch: cfgperl
79657           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
79658           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
79659 ____________________________________________________________________________
79660 [  6044] By: gsar                                  on 2000/05/02  06:48:19
79661         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
79662              such that underscores are only ignored in literal numbers,
79663              "\x{...}", and hex/oct argument
79664      Branch: perl
79665            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
79666 ____________________________________________________________________________
79667 [  6043] By: gsar                                  on 2000/05/02  02:22:29
79668         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
79669      Branch: perl
79670            ! pod/perlretut.pod
79671 ____________________________________________________________________________
79672 [  6042] By: gsar                                  on 2000/05/02  02:17:51
79673         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
79674      Branch: perl
79675            ! pod/perltrap.pod
79676 ____________________________________________________________________________
79677 [  6041] By: gsar                                  on 2000/05/02  01:53:51
79678         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
79679              to compensate
79680      Branch: perl
79681            ! Porting/makerel
79682 ____________________________________________________________________________
79683 [  6040] By: gsar                                  on 2000/05/02  01:51:57
79684         Log: missing files in MANIFEST
79685      Branch: perl
79686            ! MANIFEST
79687 ____________________________________________________________________________
79688 [  6039] By: jhi                                   on 2000/05/02  00:36:46
79689         Log: Infinite problems.
79690      Branch: cfgperl
79691            ! lib/Math/Complex.pm
79692 ____________________________________________________________________________
79693 [  6038] By: jhi                                   on 2000/05/02  00:06:38
79694         Log: pwent/spent #ifdef imbalance.
79695      Branch: cfgperl
79696            ! pp_sys.c
79697 ____________________________________________________________________________
79698 [  6037] By: jhi                                   on 2000/05/01  22:50:11
79699         Log: Use HUGE_VALL if applicable.
79700      Branch: cfgperl
79701            ! ext/POSIX/POSIX.xs util.c
79702 ____________________________________________________________________________
79703 [  6036] By: jhi                                   on 2000/05/01  22:20:53
79704         Log: Correct Freudian slip.
79705      Branch: cfgperl
79706            ! pp_sys.c
79707 ____________________________________________________________________________
79708 [  6035] By: jhi                                   on 2000/05/01  21:07:38
79709         Log: Continue on the pwent/spent case.
79710      Branch: cfgperl
79711            ! pp_sys.c
79712 ____________________________________________________________________________
79713 [  6034] By: jhi                                   on 2000/05/01  17:45:14
79714         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
79715              adjustments in 6032 conflicted badly with this, will have
79716              to revisit them later.
79717      Branch: cfgperl
79718           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
79719           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
79720           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
79721           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
79722           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
79723           !> t/lib/cgi-html.t t/lib/cgi-request.t
79724 ____________________________________________________________________________
79725 [  6033] By: jhi                                   on 2000/05/01  17:40:49
79726         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
79727      Branch: cfgperl
79728            ! pp_sys.c
79729 ____________________________________________________________________________
79730 [  6032] By: gsar                                  on 2000/05/01  15:56:32
79731         Log: whitespace adjustments
79732      Branch: perl
79733            ! pp_sys.c
79734 ____________________________________________________________________________
79735 [  6031] By: gsar                                  on 2000/05/01  15:19:41
79736         Log: small nits in diagnostics.pm (from Robin Barker)
79737      Branch: perl
79738            ! lib/diagnostics.pm pod/perldiag.pod
79739 ____________________________________________________________________________
79740 [  6030] By: gsar                                  on 2000/05/01  08:39:18
79741         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
79742              for @- and @+ (from Johan Vromans)
79743      Branch: perl
79744            ! lib/English.pm pod/perlvar.pod
79745 ____________________________________________________________________________
79746 [  6029] By: gsar                                  on 2000/05/01  08:16:10
79747         Log: add CGI.pm v2.66 (from Lincoln Stein)
79748      Branch: perl
79749            + lib/CGI/Util.pm t/lib/cgi-pretty.t
79750            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
79751            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
79752            ! t/lib/cgi-html.t t/lib/cgi-request.t
79753 ____________________________________________________________________________
79754 [  6028] By: gsar                                  on 2000/05/01  06:34:41
79755         Log: Pod::Man generates groff-incompatible macro definition (from
79756              Tom Christiansen)
79757      Branch: perl
79758            ! lib/Pod/Man.pm
79759 ____________________________________________________________________________
79760 [  6027] By: gsar                                  on 2000/05/01  06:31:36
79761         Log: podlators-1.02 update (from Russ Allbery)
79762      Branch: perl
79763            ! lib/Pod/Man.pm lib/Pod/Text.pm
79764 ____________________________________________________________________________
79765 [  6026] By: jhi                                   on 2000/04/30  23:24:23
79766         Log: Integrate with Sarathy.
79767      Branch: cfgperl
79768           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
79769           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
79770           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
79771           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
79772           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
79773           !> t/lib/syslog.t toke.c win32/win32.h
79774 ____________________________________________________________________________
79775 [  6025] By: gsar                                  on 2000/04/30  18:17:47
79776         Log: Is{Alnum,Alpha,Word} don't match titlecase
79777              
79778              TODO: IsSpace is defined recursively!
79779              
79780              (both spotted by Larry)
79781      Branch: perl
79782            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
79783            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
79784 ____________________________________________________________________________
79785 [  6024] By: gsar                                  on 2000/04/30  17:50:19
79786         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
79787              (from Hugo van der Sanden)
79788      Branch: perl
79789            ! toke.c
79790 ____________________________________________________________________________
79791 [  6023] By: gsar                                  on 2000/04/30  17:14:43
79792         Log: debugger stomps on $. (from M.J.T. Guy)
79793      Branch: perl
79794            ! lib/perl5db.pl
79795 ____________________________________________________________________________
79796 [  6022] By: gsar                                  on 2000/04/30  16:59:22
79797         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
79798      Branch: perl
79799            ! sv.c
79800 ____________________________________________________________________________
79801 [  6021] By: gsar                                  on 2000/04/29  21:00:08
79802         Log: remove Win2K issue in pod (fixed by change#6020)
79803      Branch: perl
79804            ! README.win32 pod/perl56delta.pod
79805 ____________________________________________________________________________
79806 [  6020] By: gsar                                  on 2000/04/29  20:51:49
79807         Log: test tweak
79808      Branch: perl
79809            ! t/lib/open3.t
79810 ____________________________________________________________________________
79811 [  6019] By: gsar                                  on 2000/04/29  20:34:27
79812         Log: windows portability tweaks
79813      Branch: perl
79814            ! t/lib/b.t win32/win32.h
79815 ____________________________________________________________________________
79816 [  6018] By: gsar                                  on 2000/04/29  19:55:24
79817         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
79818              make _PATH_LOG() return "" if unavailable
79819      Branch: perl
79820            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
79821            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
79822 ____________________________________________________________________________
79823 [  6017] By: jhi                                   on 2000/04/28  22:49:46
79824         Log: Integrate with Sarathy.
79825      Branch: cfgperl
79826           !> op.c perl.c pod/perldiag.pod t/lib/b.t
79827 ____________________________________________________________________________
79828 [  6016] By: jhi                                   on 2000/04/28  22:46:14
79829         Log: Do not warn that an infinity does not look like a number.
79830      Branch: cfgperl
79831            ! sv.c
79832 ____________________________________________________________________________
79833 [  6015] By: gsar                                  on 2000/04/28  22:35:49
79834         Log: tweak test for portability
79835      Branch: perl
79836            ! t/lib/b.t
79837 ____________________________________________________________________________
79838 [  6014] By: gsar                                  on 2000/04/28  22:05:31
79839         Log: glob() loading File::Glob behind the scenes may cause syntax errors
79840      Branch: perl
79841            ! op.c
79842 ____________________________________________________________________________
79843 [  6013] By: gsar                                  on 2000/04/28  21:25:22
79844         Log: tweak change#5945 to display correct switch name in diagnostic
79845      Branch: perl
79846            ! perl.c pod/perldiag.pod
79847 ____________________________________________________________________________
79848 [  6012] By: jhi                                   on 2000/04/28  21:08:12
79849         Log: Integrate with Sarathy.
79850      Branch: cfgperl
79851           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
79852           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
79853           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
79854 ____________________________________________________________________________
79855 [  6011] By: jhi                                   on 2000/04/28  21:04:46
79856         Log: &HUGE_VAL is not defined, it exists.
79857      Branch: cfgperl
79858            ! lib/Math/Complex.pm
79859 ____________________________________________________________________________
79860 [  6010] By: gsar                                  on 2000/04/28  21:02:58
79861         Log: clarify note about shadow password support (from
79862              gellyfish@gellyfish.com)
79863      Branch: perl
79864            ! pod/perlfunc.pod
79865 ____________________________________________________________________________
79866 [  6009] By: gsar                                  on 2000/04/28  21:00:00
79867         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
79868      Branch: perl
79869            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
79870 ____________________________________________________________________________
79871 [  6008] By: gsar                                  on 2000/04/28  20:56:33
79872         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
79873      Branch: perl
79874            ! installperl vms/subconfigure.com
79875 ____________________________________________________________________________
79876 [  6007] By: gsar                                  on 2000/04/28  20:51:21
79877         Log: note about compile failures and END blocks (from M.J.T. Guy)
79878      Branch: perl
79879            ! pod/perl56delta.pod pod/perlmod.pod
79880 ____________________________________________________________________________
79881 [  6006] By: jhi                                   on 2000/04/28  20:42:14
79882         Log: Regen Configure.
79883      Branch: cfgperl
79884            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
79885            ! config_h.SH
79886 ____________________________________________________________________________
79887 [  6005] By: gsar                                  on 2000/04/28  20:41:16
79888         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
79889      Branch: perl
79890            ! utils/perldoc.PL
79891 ____________________________________________________________________________
79892 [  6004] By: jhi                                   on 2000/04/28  20:28:21
79893         Log: Integrate with Sarathy.
79894      Branch: cfgperl
79895           !> Configure INSTALL Porting/Glossary Porting/config.sh
79896           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
79897           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
79898           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
79899           !> win32/config.vc win32/win32.c
79900 ____________________________________________________________________________
79901 [  6003] By: gsar                                  on 2000/04/28  20:11:20
79902         Log: allow REG_EXPAND_SZ keys in Windows registry (from
79903              John Clayton <John.Clayton@barclayscapital.com>)
79904      Branch: perl
79905            ! win32/win32.c
79906 ____________________________________________________________________________
79907 [  6002] By: gsar                                  on 2000/04/28  19:34:16
79908         Log: destructive sv_setsv() can lose UV-ness from source, causing
79909              numeric promotions/comparisons to fail to do the right thing
79910      Branch: perl
79911            ! sv.c
79912 ____________________________________________________________________________
79913 [  6001] By: gsar                                  on 2000/04/28  18:44:15
79914         Log: support additional library locations via $Config{otherlibdirs}
79915              (from Andy Dougherty)
79916      Branch: perl
79917            ! Configure INSTALL Porting/Glossary Porting/config.sh
79918            ! Porting/config_H config_h.SH epoc/config.sh perl.c
79919            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
79920            ! win32/config.bc win32/config.gc win32/config.vc
79921 ____________________________________________________________________________
79922 [  6000] By: gsar                                  on 2000/04/28  18:26:58
79923         Log: reworked otherlibdirs.U (from Andy Dougherty)
79924      Branch: metaconfig
79925            ! U/installdirs/otherlibdirs.U
79926 ____________________________________________________________________________
79927 [  5999] By: gsar                                  on 2000/04/28  18:17:07
79928         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
79929      Branch: perl
79930            ! t/pragma/warn/toke toke.c
79931 ____________________________________________________________________________
79932 [  5998] By: jhi                                   on 2000/04/28  13:32:17
79933         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
79934      Branch: cfgperl
79935            ! lib/Math/Complex.pm
79936 ____________________________________________________________________________
79937 [  5997] By: jhi                                   on 2000/04/28  13:14:04
79938         Log: Preserve $!.
79939      Branch: cfgperl
79940            ! lib/Math/Complex.pm
79941 ____________________________________________________________________________
79942 [  5996] By: jhi                                   on 2000/04/28  12:59:23
79943         Log: Integrate with Sarathy.
79944      Branch: cfgperl
79945           +> pod/perlrequick.pod pod/perlretut.pod
79946           !> (integrate 51 files)
79947 ____________________________________________________________________________
79948 [  5995] By: gsar                                  on 2000/04/28  09:37:36
79949         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
79950      Branch: perl
79951            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
79952 ____________________________________________________________________________
79953 [  5994] By: gsar                                  on 2000/04/28  09:33:26
79954         Log: fix for missed accounting for null byte in pack("Z",...) (from
79955              M.J.T. Guy)
79956      Branch: perl
79957            ! pp.c t/op/pack.t
79958 ____________________________________________________________________________
79959 [  5993] By: gsar                                  on 2000/04/28  09:30:05
79960         Log: various minor tweaks seen on p5p
79961      Branch: perl
79962            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
79963 ____________________________________________________________________________
79964 [  5992] By: gsar                                  on 2000/04/28  09:08:19
79965         Log: pod nit (from Simon Cozens)
79966      Branch: perl
79967            ! pod/perlop.pod
79968 ____________________________________________________________________________
79969 [  5991] By: gsar                                  on 2000/04/28  09:06:36
79970         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
79971      Branch: perl
79972            ! README.posix-bc hints/posix-bc.sh
79973 ____________________________________________________________________________
79974 [  5990] By: gsar                                  on 2000/04/28  08:54:52
79975         Log: use $ENV{LIB} to search for libs under Visual C compiler
79976              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
79977      Branch: perl
79978            ! lib/ExtUtils/Liblist.pm
79979 ____________________________________________________________________________
79980 [  5989] By: gsar                                  on 2000/04/28  08:27:12
79981         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
79982              itself and no other (from Tom Hughes)
79983      Branch: perl
79984            ! t/op/array.t toke.c
79985 ____________________________________________________________________________
79986 [  5988] By: gsar                                  on 2000/04/28  08:01:38
79987         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
79988              <paul@miraclefish.com>)
79989      Branch: perl
79990            ! lib/ExtUtils/MakeMaker.pm
79991 ____________________________________________________________________________
79992 [  5987] By: gsar                                  on 2000/04/28  07:53:09
79993         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
79994      Branch: perl
79995            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
79996 ____________________________________________________________________________
79997 [  5986] By: gsar                                  on 2000/04/28  07:44:17
79998         Log: add regular expressions tutorial and quick-start guide (from
79999              Mark Kvale <kvale@phy.ucsf.edu>)
80000      Branch: perl
80001            + pod/perlrequick.pod pod/perlretut.pod
80002            ! AUTHORS MAINTAIN MANIFEST
80003 ____________________________________________________________________________
80004 [  5985] By: gsar                                  on 2000/04/28  07:30:28
80005         Log: forked child may not exit correctly if it failed to open
80006              /dev/console (from Graham Barr)
80007      Branch: perl
80008            ! ext/Sys/Syslog/Syslog.pm
80009 ____________________________________________________________________________
80010 [  5984] By: gsar                                  on 2000/04/28  07:27:20
80011         Log: attributes::reftype() doesn't work on tied argument
80012      Branch: perl
80013            ! xsutils.c
80014 ____________________________________________________________________________
80015 [  5983] By: gsar                                  on 2000/04/28  07:15:04
80016         Log: numeric conversion of non-number in change#3378 tramples on
80017              OOK offset, causing segfaults
80018      Branch: perl
80019            ! sv.c
80020 ____________________________________________________________________________
80021 [  5982] By: gsar                                  on 2000/04/28  04:48:25
80022         Log: avoid error in IO::Socket::INET when given an unknown service name
80023              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
80024      Branch: perl
80025            ! ext/IO/lib/IO/Socket/INET.pm
80026 ____________________________________________________________________________
80027 [  5981] By: gsar                                  on 2000/04/28  04:31:31
80028         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
80029              prototype mismatch with CORE::glob(); update pod and tests to
80030              suit (File::Glob::glob() is still available for backward
80031              compatibility, but should be considered deprecated)
80032      Branch: perl
80033            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
80034            ! t/lib/glob-taint.t
80035 ____________________________________________________________________________
80036 [  5980] By: gsar                                  on 2000/04/28  03:47:29
80037         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
80038              <ghudson@mit.edu>)
80039      Branch: metaconfig
80040            ! U/modified/Options.U
80041      Branch: perl
80042            ! Configure
80043 ____________________________________________________________________________
80044 [  5979] By: gsar                                  on 2000/04/28  03:07:54
80045         Log: under useithreads, constant pad entries could inadvertently be
80046              shared across threads (from Eric Blood <eblood@xmission.com>);
80047              added Eric's test case to testsuite
80048      Branch: perl
80049            ! op.c t/op/misc.t
80050 ____________________________________________________________________________
80051 [  5978] By: gsar                                  on 2000/04/27  21:13:00
80052         Log: sync version numbers in File::Spec with the ones on CPAN
80053              (from Barrie Slaymaker)
80054      Branch: perl
80055            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
80056            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
80057            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
80058 ____________________________________________________________________________
80059 [  5977] By: gsar                                  on 2000/04/27  21:07:29
80060         Log: autoquote barewords followed by newline and arrow properly
80061              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
80062      Branch: perl
80063            ! t/pragma/warn/toke toke.c
80064 ____________________________________________________________________________
80065 [  5976] By: gsar                                  on 2000/04/27  20:41:20
80066         Log: DB_File v1.73 update (from Paul Marquess)
80067      Branch: perl
80068            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
80069            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
80070 ____________________________________________________________________________
80071 [  5975] By: gsar                                  on 2000/04/27  20:34:24
80072         Log: allow sort() reentrancy (variant of patch suggested by
80073              Hugo van der Sanden)
80074      Branch: perl
80075            ! pp_ctl.c t/op/sort.t
80076 ____________________________________________________________________________
80077 [  5974] By: gsar                                  on 2000/04/27  19:46:57
80078         Log: change#4197 somehow missed initializing PL_errors, meaning
80079              sytax error queueing wasn't working outside eval"" at all;
80080              also fixed eval"" to localize PL_error_count, so that compile-time
80081              eval's don't clobber the error state of the outer context
80082      Branch: perl
80083            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
80084            ! t/pragma/warn/toke
80085 ____________________________________________________________________________
80086 [  5973] By: gsar                                  on 2000/04/27  18:29:05
80087         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
80088      Branch: perl
80089            ! regcomp.c regexec.c t/op/re_tests
80090 ____________________________________________________________________________
80091 [  5972] By: jhi                                   on 2000/04/27  18:22:41
80092         Log: Integrate with Sarathy.
80093      Branch: cfgperl
80094           +> t/lib/b.t t/lib/syslog.t
80095           !> (integrate 31 files)
80096 ____________________________________________________________________________
80097 [  5971] By: jhi                                   on 2000/04/27  18:18:46
80098         Log: Unicos tweaks from Mark P. Lutz.
80099      Branch: cfgperl
80100            ! hints/unicos.sh lib/Math/Complex.pm
80101 ____________________________________________________________________________
80102 [  5970] By: gsar                                  on 2000/04/27  18:05:11
80103         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
80104              IV is >32bits
80105      Branch: perl
80106            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
80107 ____________________________________________________________________________
80108 [  5969] By: gsar                                  on 2000/04/27  17:50:56
80109         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
80110      Branch: perl
80111            + t/lib/syslog.t
80112            ! MANIFEST ext/Sys/Syslog/Syslog.pm
80113 ____________________________________________________________________________
80114 [  5968] By: gsar                                  on 2000/04/27  17:44:49
80115         Log: tolerate spaces in group names in test on solaris (from David Boyce
80116              <dsb@boyski.com>)
80117      Branch: perl
80118            ! t/op/groups.t
80119 ____________________________________________________________________________
80120 [  5967] By: gsar                                  on 2000/04/27  17:41:22
80121         Log: improved docs on the warn_uninit diagnostic (from David Glasser
80122              and Simon Cozens)
80123      Branch: perl
80124            ! pod/perldiag.pod
80125 ____________________________________________________________________________
80126 [  5966] By: gsar                                  on 2000/04/27  16:54:58
80127         Log: add testsuite for B backends, fix bug in B::Deparse (from
80128              Simon Cozens <simon@brecon.co.uk>)
80129      Branch: perl
80130            + t/lib/b.t
80131            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
80132 ____________________________________________________________________________
80133 [  5965] By: gsar                                  on 2000/04/27  16:10:37
80134         Log: avoid "will not stay shared" warnings for our variables (from
80135              Robin Barker)
80136      Branch: perl
80137            ! op.c t/pragma/warn/op
80138 ____________________________________________________________________________
80139 [  5964] By: gsar                                  on 2000/04/27  07:05:05
80140         Log: reformat to 72 columns (again)
80141      Branch: perl
80142            ! pod/perldiag.pod
80143 ____________________________________________________________________________
80144 [  5963] By: gsar                                  on 2000/04/27  06:28:31
80145         Log: patch from Larry to make (\&) prototype work; added tests for
80146              the same
80147      Branch: perl
80148            ! op.c t/comp/proto.t
80149 ____________________________________________________________________________
80150 [  5962] By: gsar                                  on 2000/04/27  06:15:47
80151         Log: updated README.hpux (from Jeff Okamoto)
80152      Branch: perl
80153            ! README.hpux
80154 ____________________________________________________________________________
80155 [  5961] By: gsar                                  on 2000/04/27  05:55:03
80156         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
80157      Branch: perl
80158            ! emacs/cperl-mode.el
80159 ____________________________________________________________________________
80160 [  5960] By: gsar                                  on 2000/04/27  05:49:26
80161         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
80162      Branch: perl
80163            ! INSTALL
80164 ____________________________________________________________________________
80165 [  5959] By: gsar                                  on 2000/04/27  05:33:41
80166         Log: doubled words in pods (from Simon Cozens
80167              <simon.p.cozens@jp.pwcglobal.com>)
80168      Branch: perl
80169            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
80170            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
80171            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
80172            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
80173            ! pod/perltootc.pod
80174 ____________________________________________________________________________
80175 [  5958] By: gsar                                  on 2000/04/27  05:11:39
80176         Log: change#3569 deleted some essential code, revert; avoid use of
80177              atexit() to make DynaLoader work properly on AIX under mod_perl
80178              (from Jens-Uwe Mager <jum@helios.de>)
80179      Branch: perl
80180            ! ext/DynaLoader/dl_aix.xs
80181 ____________________________________________________________________________
80182 [  5957] By: gsar                                  on 2000/04/27  04:54:51
80183         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
80184      Branch: perl
80185            ! pod/perlmod.pod
80186 ____________________________________________________________________________
80187 [  5956] By: gsar                                  on 2000/04/27  04:51:47
80188         Log: better diagnostics on failed tests (from Ilya Zakharevich)
80189      Branch: perl
80190            ! t/op/lex_assign.t
80191 ____________________________________________________________________________
80192 [  5955] By: gsar                                  on 2000/04/27  04:26:44
80193         Log: longstanding bug exposed by change#3307: sort arguments weren't
80194              compiled with the right wantarray context (ensuing runtime lookup
80195              via block_gimme() was getting the incidental context of the
80196              sort() itself)
80197      Branch: perl
80198            ! op.c t/op/sort.t
80199 ____________________________________________________________________________
80200 [  5954] By: gsar                                  on 2000/04/26  23:42:12
80201         Log: integrate cfgperl contents into mainline
80202      Branch: perl
80203           !> (integrate 30 files)
80204 ____________________________________________________________________________
80205 [  5953] By: jhi                                   on 2000/04/26  23:06:42
80206         Log: Integrate with Sarathy.
80207      Branch: cfgperl
80208           !> README.win32 ext/B/B/Deparse.pm
80209           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
80210           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
80211           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
80212           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
80213           !> utils/perldoc.PL vms/perlvms.pod
80214 ____________________________________________________________________________
80215 [  5952] By: jhi                                   on 2000/04/26  23:03:46
80216         Log: Undo "use integer" addition from 64bitint as it seems
80217              to break most of the subtests in Digital UNIX;
80218              Unicos needs to find another way.
80219      Branch: cfgperl
80220            ! t/op/64bitint.t
80221 ____________________________________________________________________________
80222 [  5951] By: jhi                                   on 2000/04/26  22:57:53
80223         Log: Be more robust on "extreme" (large absolute value)
80224              arguments.  Originally reported by Daniel Connelly
80225              as a problem with asinh() on large negative arguments,
80226              asinh() used to bail out because an argument to log()
80227              ended up being zero.  Ilya Zakharevich proposed using
80228              Taylor's series in such cases, which for such large
80229              arguments is a very good approximation.
80230      Branch: cfgperl
80231            ! lib/Math/Complex.pm t/lib/complex.t
80232 ____________________________________________________________________________
80233 [  5950] By: gsar                                  on 2000/04/25  19:13:12
80234         Log: reformat perldiag to avoid long lines
80235      Branch: perl
80236            ! pod/perldiag.pod
80237 ____________________________________________________________________________
80238 [  5949] By: gsar                                  on 2000/04/25  18:41:11
80239         Log: make perldoc use the pod2man from the same version (from
80240              M.J.T. Guy)
80241      Branch: perl
80242            ! utils/perldoc.PL
80243 ____________________________________________________________________________
80244 [  5948] By: gsar                                  on 2000/04/25  18:21:57
80245         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
80246              <kompas@kompas.usr.onet.pl>)
80247      Branch: perl
80248            ! lib/vars.pm
80249 ____________________________________________________________________________
80250 [  5947] By: gsar                                  on 2000/04/25  18:11:53
80251         Log: use &dl_error rather than &dl_load_file as the guard for calling
80252              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
80253              statically built perl)
80254      Branch: perl
80255            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
80256 ____________________________________________________________________________
80257 [  5946] By: jhi                                   on 2000/04/25  17:37:54
80258         Log: Document that tr() is not tr(1).
80259      Branch: cfgperl
80260            ! pod/perlop.pod
80261 ____________________________________________________________________________
80262 [  5945] By: gsar                                  on 2000/04/25  16:34:33
80263         Log: make module name mandatory after -M switch; reorder perldiag
80264              alphabetically (from Mark-Jason Dominus)
80265      Branch: perl
80266            ! perl.c pod/perldiag.pod
80267 ____________________________________________________________________________
80268 [  5944] By: jhi                                   on 2000/04/25  01:15:18
80269         Log: On second thoughts frexp() does have two arguments.
80270      Branch: cfgperl
80271            ! perl.h
80272 ____________________________________________________________________________
80273 [  5943] By: jhi                                   on 2000/04/24  22:56:32
80274         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
80275              Now pp_ncmp() returns undef is either operand is a NaN.
80276      Branch: cfgperl
80277            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
80278            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
80279            ! vms/subconfigure.com vos/config.def vos/config.h
80280            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
80281            ! win32/config.vc win32/config_H.bc win32/config_H.gc
80282            ! win32/config_H.vc
80283      Branch: metaconfig/U/perl
80284            + d_modfl.U
80285 ____________________________________________________________________________
80286 [  5942] By: jhi                                   on 2000/04/24  19:45:17
80287         Log: Regen Configure to match #5937.
80288      Branch: cfgperl
80289            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
80290            ! config_h.SH
80291      Branch: metaconfig
80292            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
80293 ____________________________________________________________________________
80294 [  5941] By: jhi                                   on 2000/04/24  19:24:11
80295         Log: Further Unicos fixes for Mark Lutz.
80296      Branch: cfgperl
80297            ! hints/unicos.sh pp_ctl.c
80298 ____________________________________________________________________________
80299 [  5940] By: jhi                                   on 2000/04/24  19:09:06
80300         Log: Various Unicos 10.0.0.6 fixes.
80301              
80302              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
80303              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
80304              Reply-To: tecmpl1@triton.ca.boeing.com 
80305              To: perl5-porters@perl.org 
80306              Date: Fri, 14 Apr 2000 20:21:00 GMT 
80307              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
80308      Branch: cfgperl
80309            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
80310 ____________________________________________________________________________
80311 [  5939] By: gsar                                  on 2000/04/24  19:01:24
80312         Log: more pod nits (from Larry Virden)
80313      Branch: perl
80314            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
80315            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
80316            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
80317 ____________________________________________________________________________
80318 [  5938] By: gsar                                  on 2000/04/24  18:54:01
80319         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
80320      Branch: perl
80321            ! ext/B/B/Deparse.pm
80322 ____________________________________________________________________________
80323 [  5937] By: jhi                                   on 2000/04/24  17:39:00
80324         Log: Integrate with Sarathy.
80325      Branch: cfgperl
80326           +> (branch 31 files)
80327           !> (integrate 73 files)
80328 ____________________________________________________________________________
80329 [  5936] By: gsar                                  on 2000/04/24  17:30:06
80330         Log: additional tests for change#5934 (from Paul Marquess, who also
80331              sent in the same fix)
80332      Branch: perl
80333            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
80334            ! t/pragma/warn/5nolint t/pragma/warn/6default
80335 ____________________________________________________________________________
80336 [  5935] By: jhi                                   on 2000/04/24  17:26:05
80337         Log: Do not assume sign propagation.
80338              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
80339              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
80340              To: payner@ncifcrf.gov, perl5-porters@perl.org 
80341              Date: Tue, 18 Apr 2000 18:24:49 +0100 
80342              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
80343      Branch: cfgperl
80344            ! t/op/bop.t t/op/misc.t
80345 ____________________________________________________________________________
80346 [  5934] By: gsar                                  on 2000/04/24  17:16:54
80347         Log: propagate lexical warnings from surrounding scope correctly
80348              within string eval()
80349      Branch: perl
80350            ! pp_ctl.c t/pragma/warn/pp_ctl
80351 ____________________________________________________________________________
80352 [  5933] By: jhi                                   on 2000/04/24  17:01:07
80353         Log: Flatten the cpp jungle doing the nosuid checking.
80354      Branch: cfgperl
80355            ! perl.c
80356 ____________________________________________________________________________
80357 [  5932] By: gsar                                  on 2000/04/24  09:08:14
80358         Log: add rsignal(), whichsig() and do_join() to public API list
80359              (mod_perl uses them to good advantage)
80360      Branch: perl
80361            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
80362 ____________________________________________________________________________
80363 [  5931] By: gsar                                  on 2000/04/24  09:01:40
80364         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
80365      Branch: perl
80366            ! pp_hot.c regexec.c t/op/pat.t
80367 ____________________________________________________________________________
80368 [  5930] By: gsar                                  on 2000/04/24  08:58:33
80369         Log: small os390 tweaks (from Peter Prymmer)
80370      Branch: perl
80371            ! config_h.SH makedepend.SH
80372 ____________________________________________________________________________
80373 [  5929] By: gsar                                  on 2000/04/24  08:55:25
80374         Log: pod nits
80375      Branch: perl
80376            ! pod/perlguts.pod
80377 ____________________________________________________________________________
80378 [  5928] By: gsar                                  on 2000/04/24  08:50:13
80379         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
80380      Branch: perl
80381            ! ext/IO/lib/IO/Poll.pm
80382 ____________________________________________________________________________
80383 [  5927] By: gsar                                  on 2000/04/24  08:43:24
80384         Log: arrange for next() to resume at the unstack op rather than the
80385              loop conditional, so that scope cleanup happens correctly
80386              (from Stephen McCamant)
80387      Branch: perl
80388            ! op.c pp_ctl.c t/op/misc.t
80389 ____________________________________________________________________________
80390 [  5926] By: gsar                                  on 2000/04/24  08:18:40
80391         Log: on windows, reserve 16M of stack rather than 128M (allows more
80392              threads to run concurrently)
80393      Branch: perl
80394            ! win32/Makefile win32/makefile.mk
80395 ____________________________________________________________________________
80396 [  5925] By: gsar                                  on 2000/04/24  08:13:52
80397         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
80398      Branch: perl
80399            ! toke.c
80400 ____________________________________________________________________________
80401 [  5924] By: gsar                                  on 2000/04/24  08:08:59
80402         Log: avoid using uninitialized memory in require version check
80403      Branch: perl
80404            ! pp_ctl.c universal.c
80405 ____________________________________________________________________________
80406 [  5923] By: gsar                                  on 2000/04/24  07:20:14
80407         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
80408      Branch: perl
80409            ! ext/IO/lib/IO/Poll.pm
80410 ____________________________________________________________________________
80411 [  5922] By: gsar                                  on 2000/04/24  07:08:42
80412         Log: commentary about IoTYPE() (from Nathan Torkington)
80413      Branch: perl
80414            ! sv.h
80415 ____________________________________________________________________________
80416 [  5921] By: gsar                                  on 2000/04/24  06:58:26
80417         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
80418              by fix
80419      Branch: perl
80420            ! sv.c t/lib/charnames.t t/pragma/utf8.t
80421 ____________________________________________________________________________
80422 [  5920] By: gsar                                  on 2000/04/24  06:37:59
80423         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
80424      Branch: perl
80425            ! doop.c t/op/ver.t
80426 ____________________________________________________________________________
80427 [  5919] By: gsar                                  on 2000/04/24  06:21:58
80428         Log: Configure might miss old directories when prefix must be
80429              expanded (from Robin Barker)
80430      Branch: metaconfig
80431            ! U/installdirs/inc_version_list.U
80432      Branch: perl
80433            ! Configure
80434 ____________________________________________________________________________
80435 [  5918] By: gsar                                  on 2000/04/24  06:16:11
80436         Log: VMS nits in glob() test (from Charles Lane)
80437      Branch: perl
80438            ! t/lib/glob-basic.t
80439 ____________________________________________________________________________
80440 [  5917] By: gsar                                  on 2000/04/24  06:11:56
80441         Log: various pod nits (from Larry Virden and others)
80442      Branch: perl
80443            ! README.amiga README.hpux README.machten README.os2
80444            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
80445            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
80446            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
80447            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
80448            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
80449            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
80450            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
80451            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
80452 ____________________________________________________________________________
80453 [  5916] By: gsar                                  on 2000/04/24  05:52:43
80454         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
80455              <wjones@tc.fluke.com>)
80456      Branch: perl
80457            ! t/lib/glob-basic.t
80458 ____________________________________________________________________________
80459 [  5915] By: gsar                                  on 2000/04/24  05:07:01
80460         Log: supported platforms mixed up
80461      Branch: perl
80462            ! pod/perl56delta.pod pod/perlport.pod
80463 ____________________________________________________________________________
80464 [  5914] By: gsar                                  on 2000/04/24  04:56:08
80465         Log: caller() wasn't returning the right number of elements for
80466              eval {...}
80467      Branch: perl
80468            ! pp_ctl.c t/pragma/warn/9enabled
80469 ____________________________________________________________________________
80470 [  5913] By: gsar                                  on 2000/04/24  04:35:41
80471         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
80472              Mark-Jason Dominus)
80473      Branch: perl
80474            ! pod/perlfunc.pod
80475 ____________________________________________________________________________
80476 [  5912] By: gsar                                  on 2000/04/24  04:17:15
80477         Log: fix totally broken caching in UNIVERSAL::isa() (from
80478              Nick Ing-Simmons)
80479      Branch: perl
80480            ! t/op/universal.t universal.c
80481 ____________________________________________________________________________
80482 [  5911] By: gsar                                  on 2000/04/24  03:39:47
80483         Log: add linebreak properties from unicode/LineBrk.txt (from
80484              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
80485      Branch: perl
80486            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
80487            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
80488            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
80489            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
80490            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
80491            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
80492            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
80493            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
80494            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
80495            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
80496            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
80497            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
80498            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
80499            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
80500            + lib/unicode/Is/LbrkZW.pl
80501            ! lib/unicode/mktables.PL
80502 ____________________________________________________________________________
80503 [  5910] By: gsar                                  on 2000/04/24  03:23:10
80504         Log: typo in pod
80505      Branch: perl
80506            ! ext/Thread/Thread.pm
80507 ____________________________________________________________________________
80508 [  5909] By: gsar                                  on 2000/04/24  03:22:03
80509         Log: mode argument to do_binmode() should be file mode, not boolean
80510      Branch: perl
80511            ! pp_sys.c
80512 ____________________________________________________________________________
80513 [  5908] By: gsar                                  on 2000/04/16  16:51:08
80514         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
80515              always returns a valid GV even when the symbol is trapped by strictures
80516              (avoids coredumps)
80517              
80518              TODO: the C<package;> hack needs similar treatment
80519      Branch: perl
80520            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
80521            ! t/pragma/strict-vars
80522 ____________________________________________________________________________
80523 [  5907] By: jhi                                   on 2000/03/31  23:42:56
80524         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
80525              an assumption which #5905 demolished.
80526      Branch: cfgperl
80527            ! pp_sys.c
80528 ____________________________________________________________________________
80529 [  5906] By: jhi                                   on 2000/03/31  18:54:37
80530         Log: Typo in #5905.
80531      Branch: cfgperl
80532            ! t/op/64bitint.t
80533 ____________________________________________________________________________
80534 [  5905] By: jhi                                   on 2000/03/31  18:50:54
80535         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
80536              reported by Joseph N. Hall.  The bug was that even with use64bitint
80537              one had to use the prefixes q, L, or ll with printf/sprintf,
80538              contrary to the documentation and common sense.
80539      Branch: cfgperl
80540            ! sv.c t/op/64bitint.t
80541 ____________________________________________________________________________
80542 [  5904] By: gsar                                  on 2000/03/28  02:31:32
80543         Log: add Changes, perldelta.pod
80544      Branch: perl
80545            + Changes pod/perldelta.pod
80546 ____________________________________________________________________________
80547 [  5903] By: gsar                                  on 2000/03/28  02:03:55
80548         Log: rename Changes and perldelta.pod
80549      Branch: perl
80550           +> Changes5.6 pod/perl56delta.pod
80551            - Changes pod/perldelta.pod
80552            ! MANIFEST
80553 ____________________________________________________________________________
80554 [  5902] By: gsar                                  on 2000/03/28  01:59:14
80555         Log: create maint-5.6 branch
80556      Branch: maint-5.6/perl
80557           +> (branch 1611 files)
80558 ____________________________________________________________________________
80559 [  5901] By: jhi                                   on 2000/03/23  05:48:43
80560         Log: Integrate with Sarathy.
80561      Branch: cfgperl
80562           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
80563 ____________________________________________________________________________
80564 [  5900] By: gsar                                  on 2000/03/23  05:42:43
80565         Log: three guesses on what this is :-)
80566      Branch: perl
80567            ! Changes