Update Changes.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
35         Log: Retract #12358 for now.
36      Branch: perl
37            ! lib/Term/Cap.t
38 ____________________________________________________________________________
39 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
40         Log: Can't figure out what this is testing.
41              (If it is trying to catch SIGKILL, it should stop
42              trying because that is by definition impossible.)
43      Branch: perl
44            ! lib/sigtrap.t
45 ____________________________________________________________________________
46 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
47         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
48              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
49              Date: Sun, 30 Sep 2001 21:15:13 +0200
50              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
51      Branch: perl
52            ! lib/ExtUtils/MM_Win32.pm
53 ____________________________________________________________________________
54 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
55         Log: Clarify the ldlibpth part and condense the overall text.
56      Branch: perl
57            ! t/TEST
58 ____________________________________________________________________________
59 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
60         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
61              From: "chromatic" <chromatic@rmci.net>
62              Date: Sun, 07 Oct 2001 16:59:26 -0600
63              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
64      Branch: perl
65            ! lib/Term/Cap.t
66 ____________________________________________________________________________
67 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
68         Log: Update the list because fo #12265.
69      Branch: perl
70            ! t/lib/1_compile.t
71 ____________________________________________________________________________
72 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
73         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
74              From: Nicholas Clark <nick@ccl4.org>
75              Date: Sun, 7 Oct 2001 20:53:33 +0100
76              Message-ID: <20011007205333.S38756@plum.flirble.org>   
77      Branch: perl
78            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
79            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
80            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
81            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
82            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
83            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
84            ! lib/Switch/t/switch.t lib/Term/Complete.t
85            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
86            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
87            ! t/op/my_stash.t
88 ____________________________________________________________________________
89 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
90         Log: Integrate patch #12350 from maintperl; typo in
91              IO::Seekable doc.
92      Branch: perl
93           !> ext/IO/lib/IO/Seekable.pm
94 ____________________________________________________________________________
95 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
96         Log: Detypo.
97      Branch: perl
98            ! hints/darwin.sh
99 ____________________________________________________________________________
100 [ 12353] By: sky                                   on 2001/10/07  17:16:14
101         Log: Change 12349 didn't really get it right.
102      Branch: perl
103            ! lib/Unicode/README
104 ____________________________________________________________________________
105 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
106         Log: If running the harness the dynamic library search path
107              may need setting.
108      Branch: perl
109            ! t/TEST
110 ____________________________________________________________________________
111 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
112         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
113              in ldflags.
114      Branch: perl
115            ! hints/darwin.sh
116 ____________________________________________________________________________
117 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
118         Log: typo in IO::Seekable doc
119      Branch: maint-5.6/perl
120            ! ext/IO/lib/IO/Seekable.pm
121 ____________________________________________________________________________
122 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
123         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
124              doesn't work on Mac OS X 10.1 (when unpacking the tar the
125              latter gets renamed as lib/unicode:1, assumedly for security
126              reasons not to overwrite stuff)
127      Branch: perl
128            + lib/Unicode/README
129            - lib/unicode/README
130            ! MANIFEST
131 ____________________________________________________________________________
132 [ 12348] By: ams                                   on 2001/10/07  05:33:40
133         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
134              From: "chromatic" <chromatic@rmci.net>
135              Date: Sat, 06 Oct 2001 21:42:03 -0600
136              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
137      Branch: perl
138            + lib/CPAN/t/Nox.t
139            ! MANIFEST
140 ____________________________________________________________________________
141 [ 12347] By: ams                                   on 2001/10/07  00:48:10
142         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
143              From: "chromatic" <chromatic@rmci.net>
144              Date: Sat, 06 Oct 2001 18:52:10 -0600
145              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
146      Branch: perl
147            + lib/sigtrap.t
148            ! MANIFEST
149 ____________________________________________________________________________
150 [ 12346] By: ams                                   on 2001/10/06  23:14:01
151         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
152              h2xs write?)
153              From: Nicholas Clark <nick@ccl4.org>
154              Date: Sat, 6 Oct 2001 21:46:43 +0100
155              Message-Id: <20011006214643.L38756@plum.flirble.org>
156      Branch: perl
157            ! utils/h2xs.PL
158 ____________________________________________________________________________
159 [ 12345] By: ams                                   on 2001/10/06  17:39:53
160         Log: Subject: [PATCH] Memoize tests
161              From: Nicholas Clark <nick@ccl4.org>
162              Date: Sat, 6 Oct 2001 18:04:21 +0100
163              Message-Id: <20011006180421.J38756@plum.flirble.org>
164      Branch: perl
165            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
166            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
167            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
168            ! lib/Memoize/t/expire_module_n.t
169            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
170            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
171            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
172            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
173            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
174            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
175 ____________________________________________________________________________
176 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
177         Log: Retract the latter part of #12343.
178      Branch: perl
179            ! ext/IO/lib/IO/Socket/INET.pm
180 ____________________________________________________________________________
181 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
182         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
183              From: David Dyck <dcd@tc.fluke.com>
184              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
185              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
186              
187              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
188              From: David Dyck <dcd@tc.fluke.com>
189              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
190              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
191      Branch: perl
192            ! ext/IO/lib/IO/Socket/INET.pm
193 ____________________________________________________________________________
194 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
195         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
196              From: Robin Barker <rmb1@cise.npl.co.uk>
197              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
198              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
199      Branch: perl
200            ! t/TEST
201 ____________________________________________________________________________
202 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
203         Log: Don't assume that %x is good for displaying UVs.
204      Branch: perl
205            ! dump.c
206 ____________________________________________________________________________
207 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
208         Log: Update Changes.
209      Branch: perl
210            ! Changes patchlevel.h
211 ____________________________________________________________________________
212 [ 12339] By: ams                                   on 2001/10/05  10:22:34
213         Log: Subject: [PATCH] perlfunc/select
214              From: Nicholas Clark <nick@ccl4.org>
215              Date: Fri, 5 Oct 2001 11:33:58 +0100
216              Message-Id: <20011005113358.Z38756@plum.flirble.org>
217      Branch: perl
218            ! pod/perlfunc.pod
219 ____________________________________________________________________________
220 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
221         Log: Retract #12313 and #12249.
222      Branch: perl
223            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
224            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
225            ! pod/perlebcdic.pod
226 ____________________________________________________________________________
227 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
228         Log: Subject: [PATCH] perlvms.pod update
229              From: "Craig A. Berry" <craigberry@mac.com>
230              Date: Thu, 04 Oct 2001 12:55:52 -0500
231              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
232      Branch: perl
233            ! vms/perlvms.pod
234 ____________________________________________________________________________
235 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
236         Log: Subject: PATCH: Tie::SubstrHash
237              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
238              Date: Thu, 04 Oct 2001 12:12:41 +0100
239              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
240      Branch: perl
241            ! lib/Tie/SubstrHash.pm
242 ____________________________________________________________________________
243 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
244         Log: Unicode properties saga continues.
245      Branch: perl
246            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
247            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
248 ____________________________________________________________________________
249 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
250         Log: Yet more Unicode properties.
251      Branch: perl
252            + lib/unicore/In/137.pl lib/unicore/In/138.pl
253            + lib/unicore/In/139.pl lib/unicore/In/140.pl
254            + lib/unicore/In/141.pl lib/unicore/In/142.pl
255            + lib/unicore/In/143.pl lib/unicore/In/144.pl
256            + lib/unicore/In/145.pl lib/unicore/In/146.pl
257            + lib/unicore/In/147.pl lib/unicore/In/148.pl
258            + lib/unicore/In/149.pl lib/unicore/In/150.pl
259            + lib/unicore/In/151.pl lib/unicore/In/152.pl
260            + lib/unicore/In/153.pl lib/unicore/In/154.pl
261            + lib/unicore/In/155.pl lib/unicore/In/156.pl
262            + lib/unicore/In/157.pl lib/unicore/In/158.pl
263            + lib/unicore/In/159.pl lib/unicore/In/160.pl
264            + lib/unicore/In/161.pl lib/unicore/In/162.pl
265            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
266            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
267            ! pod/perlunicode.pod
268 ____________________________________________________________________________
269 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
270         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
271              From: "Craig A. Berry" <craigberry@mac.com>
272              Date: Wed, 03 Oct 2001 17:45:25 -0500
273              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
274              
275              (the lib/Term/Complete.t patched differently by #12332)
276      Branch: perl
277            ! lib/ExtUtils/Command.t
278 ____________________________________________________________________________
279 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
280         Log: Restore only if something to restore.
281      Branch: perl
282            ! lib/Term/Complete.t
283 ____________________________________________________________________________
284 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
285         Log: Update various resources for credits,
286              minor icons fixes, and versions.
287      Branch: maint-5.6/macperl
288            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
289            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
290            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
291 ____________________________________________________________________________
292 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
293         Log: Quiet the warnings about using undef value
294      Branch: maint-5.6/macperl
295            ! lib/File/Temp.pm
296 ____________________________________________________________________________
297 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
298         Log: Fix up Ballon Help and Help menu docs (first pass);
299              remove balloon rez file, and autogenerate with
300              Balloon2Rez instead.
301      Branch: maint-5.6/macperl
302            + macos/macperl/macscripts/Balloon2Rez
303            - macos/macperl/MPBalloons.r
304            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
305 ____________________________________________________________________________
306 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
307         Log: Allow overriding of defaults, for change #12327.
308      Branch: maint-5.6/macperl
309            ! perl.h
310 ____________________________________________________________________________
311 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
312         Log: Override PerlProc_exit.
313      Branch: maint-5.6/macperl
314            ! macos/macish.h
315 ____________________________________________________________________________
316 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
317         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
318      Branch: maint-5.6/macperl
319            + macos/bundled_lib/blib/lib/MD5.pm
320            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
321            + macos/lib/Mac/AETE/Dialect.pm
322            + macos/lib/Mac/AETE/Format/Converter.pm
323            + macos/lib/Mac/AETE/Format/Dictionary.pm
324            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
325            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
326            + macos/lib/Mac/Toolbox.pod
327            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
328 ____________________________________________________________________________
329 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
330         Log: Sync up silly CVS headers ... I should commit CVS
331              first to avoid this ...
332      Branch: maint-5.6/macperl
333            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
334            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
335            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
336            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
337 ____________________________________________________________________________
338 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
339         Log: Fix Matthias' address, and attributions.
340      Branch: maint-5.6/macperl
341            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
342            ! pod/perlport.pod
343 ____________________________________________________________________________
344 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
345         Log: Fix Matthias' address, and attributions.
346      Branch: maint-5.6/macperl
347            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
348            ! macos/ext/Mac/Components/Components.pm
349            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
350            ! macos/ext/Mac/Dialogs/Dialogs.pm
351            ! macos/ext/Mac/Events/Events.pm
352            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
353            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
354            ! macos/ext/Mac/Gestalt/Gestalt.pm
355            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
356            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
357            ! macos/ext/Mac/Menus/Menus.pm
358            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
359            ! macos/ext/Mac/Movies/Movies.pm
360            ! macos/ext/Mac/Navigation/Navigation.pm
361            ! macos/ext/Mac/Notification/Notification.pm
362            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
363            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
364            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
365            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
366            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
367            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
368            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
369            ! macos/ext/Mac/StandardFile/StandardFile.pm
370            ! macos/ext/Mac/TextEdit/TextEdit.pm
371            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
372            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
373            ! macos/lib/Mac/LowMem.pm
374 ____________________________________________________________________________
375 [ 12322] By: sky                                   on 2001/10/03  18:41:07
376         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
377              From: "Craig A. Berry" <craigberry@mac.com>
378              Date: Wed, 03 Oct 2001 14:30:55 -0500
379              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
380      Branch: perl
381            ! vms/vms.c
382 ____________________________________________________________________________
383 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
384         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
385              From: "Craig A. Berry" <craigberry@mac.com>
386              Date: Wed, 03 Oct 2001 14:30:55 -0500
387              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
388      Branch: perl
389            ! vms/vms.c
390 ____________________________________________________________________________
391 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
392         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
393              only IsL&) and Inherited (negative lookahead good);
394              add tests for Common, Inherited, and L&.
395      Branch: perl
396            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
397 ____________________________________________________________________________
398 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
399         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
400              (The Unicode standard uses L& quite often.)
401      Branch: perl
402            ! lib/utf8_heavy.pl
403 ____________________________________________________________________________
404 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
405         Log: Add the 'Common' Unicode property (code points not
406              explicitly assigned to any other script).
407      Branch: perl
408            + lib/unicore/In/136.pl
409            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
410 ____________________________________________________________________________
411 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
412         Log: Skip the RV printing test under threads until fixed.
413      Branch: perl
414            ! ext/B/t/terse.t
415 ____________________________________________________________________________
416 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
417         Log: Subject: 12309 / cygwin / win2k
418              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
419              Date: Wed, 03 Oct 2001 15:25:15 +0200
420              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
421      Branch: perl
422            ! makedef.pl
423 ____________________________________________________________________________
424 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
425         Log: Metaconfig unit change for #12314.
426      Branch: metaconfig
427            ! U/modified/Head.U
428 ____________________________________________________________________________
429 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
430         Log: Subject: Both cygwin and djgpp on one machine
431              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
432              Date: Wed, 03 Oct 2001 15:02:59 +0200
433              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
434      Branch: perl
435            ! Configure
436 ____________________________________________________________________________
437 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
438         Log: (retracted by #12338)
439              
440              Subject: [PATCH] Code clean up for perlboot.pod
441              From: Casey West <casey@geeknest.com>
442              Date: Tue, 2 Oct 2001 19:24:43 -0400
443              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
444              
445              Subject: [PATCH] Code clean up for perlbot.diff
446              From: Casey West <casey@geeknest.com>
447              Date: Tue, 2 Oct 2001 19:25:22 -0400
448              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
449              
450              Subject: [PATCH] Code clean up for perlcall.pod
451              From: Casey West <casey@geeknest.com>
452              Date: Tue, 2 Oct 2001 19:25:57 -0400
453              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
454              
455              Subject: [PATCH] Code clean up for perldata.pod
456              From: Casey West <casey@geeknest.com>
457              Date: Tue, 2 Oct 2001 19:26:29 -0400
458              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
459              
460              Subject: [PATCH] Code clean up for perldbmfilter.pod
461              From: Casey West <casey@geeknest.com>
462              Date: Tue, 2 Oct 2001 19:26:59 -0400
463              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
464              
465              Subject: [PATCH] Code clean up for perlebcdic.pod
466              From: Casey West <casey@geeknest.com>
467              Date: Tue, 2 Oct 2001 19:27:37 -0400
468              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
469      Branch: perl
470            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
471            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
472 ____________________________________________________________________________
473 [ 12312] By: ams                                   on 2001/10/02  23:43:55
474         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
475              From: Michael G Schwern <schwern@pobox.com>
476              Date: Tue, 2 Oct 2001 17:00:49 -0400
477              Message-Id: <20011002170049.A9955@blackrider>
478      Branch: perl
479            ! lib/ExtUtils/MakeMaker.pm
480 ____________________________________________________________________________
481 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
482         Log: FAQ sync.
483      Branch: perl
484            ! pod/perlfaq3.pod
485 ____________________________________________________________________________
486 [ 12310] By: nick                                  on 2001/10/02  16:09:49
487         Log: Integrate mainline
488      Branch: perlio
489           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
490           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
491           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
492           !> patchlevel.h t/op/pat.t
493 ____________________________________________________________________________
494 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
495         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
496              not just one single space.
497      Branch: perl
498            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
499 ____________________________________________________________________________
500 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
501         Log: AUTHORS updates.
502      Branch: perl
503            ! AUTHORS
504 ____________________________________________________________________________
505 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
506         Log: Update Changes.
507      Branch: perl
508            ! Changes patchlevel.h
509 ____________________________________________________________________________
510 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
511         Log: Work around old buggy glibcs for langinfo constants,
512              from Nicholas Clark and David Dyck.
513      Branch: perl
514            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
515 ____________________________________________________________________________
516 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
517         Log: Eradicate Time::Piece; add an example.
518      Branch: perl
519            ! ext/I18N/Langinfo/Langinfo.pm
520 ____________________________________________________________________________
521 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
522         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
523              From: Robert Spier <rspier@pobox.com>
524              Date: Mon, 1 Oct 2001 23:20:16 -0700
525              Message-ID: <15289.23712.422087.878224@rls.cx>
526      Branch: perl
527            ! lib/Pod/Html.pm
528 ____________________________________________________________________________
529 [ 12303] By: sky                                   on 2001/10/02  10:40:57
530         Log: Fixes obscure bug that manifests itself by.
531              local $!=0;undef*STDOUT;#segfaults
532              Has been around for a while. Possible other magic IO vars are
533              possibly affected aswell. Reported by Jos Boumans.
534      Branch: perl
535            ! mg.c
536 ____________________________________________________________________________
537 [ 12302] By: nick                                  on 2001/10/02  09:00:52
538         Log: Integrate mainline
539      Branch: perlio
540           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
541           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
542           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
543 ____________________________________________________________________________
544 [ 12301] By: nick                                  on 2001/10/02  08:40:57
545         Log: Integrate mainline + lib/open.t patch from Chromatic
546      Branch: perlio
547           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
548            ! lib/open.t
549           !> (integrate 29 files)
550 ____________________________________________________________________________
551 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
552         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
553              Until it has, better stop early if someone requests threads.
554      Branch: perl
555            ! hints/darwin.sh
556 ____________________________________________________________________________
557 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
558         Log: Subject: [ID 20011001.011] redundant code in t/TEST
559              From: David Dyck <dcd@tc.fluke.com>
560              Date: Mon, 1 Oct 2001 12:56:24 -0700
561              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
562      Branch: perl
563            ! t/TEST
564 ____________________________________________________________________________
565 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
566         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
567              From: "chromatic" <chromatic@rmci.net>
568              Date: Mon, 01 Oct 2001 12:27:12 -0600
569              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
570      Branch: perl
571            ! lib/Term/Cap.t
572 ____________________________________________________________________________
573 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
574         Log: UNICOS testing patches from Nicholas Clark.
575      Branch: perl
576            ! t/op/arith.t t/op/pack.t
577 ____________________________________________________________________________
578 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
579         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
580              From: "chromatic" <chromatic@rmci.net>
581              Date: Mon, 01 Oct 2001 10:21:51 -0600
582              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
583      Branch: perl
584            ! lib/open.t
585 ____________________________________________________________________________
586 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
587         Log: Make missing the RADIXCHAR a softer, gentler error.
588      Branch: perl
589            ! ext/I18N/Langinfo/Langinfo.t
590 ____________________________________________________________________________
591 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
592         Log: Nuke also the LANG because of glibc.
593      Branch: perl
594            ! lib/open.t
595 ____________________________________________________________________________
596 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
597         Log: Also the ^Is is optional.
598      Branch: perl
599            ! pod/perlunicode.pod t/op/pat.t
600 ____________________________________________________________________________
601 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
602         Log: Be careful to pull chars from the varargs stack when
603              formatting chars.
604      Branch: perl
605            ! regcomp.c
606 ____________________________________________________________________________
607 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
608         Log: sortsv not in place anymore, noticed by John P. Linderman.
609      Branch: perl
610            ! pod/perlapi.pod pp_ctl.c
611 ____________________________________________________________________________
612 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
613         Log: Make the diagnostic messages more neutral.
614      Branch: perl
615            ! ext/B/t/terse.t
616 ____________________________________________________________________________
617 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
618         Log: Forgotten from #12288.
619      Branch: perl
620            ! ext/Data/Dumper/Dumper.pm
621 ____________________________________________________________________________
622 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
623         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
624              From: Brian Ingerson <ingy@ttul.org>
625              Date: Sun, 30 Sep 2001 21:45:56 -0700
626              Message-ID: <20010930214556.D26392@ttul.org>
627              
628              (remember also the #12289)
629      Branch: perl
630            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
631 ____________________________________________________________________________
632 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
633         Log: More Unicode property tests for the abbreviated
634              general properties.
635      Branch: perl
636            ! t/op/pat.t
637 ____________________________________________________________________________
638 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
639         Log: Further tweaks to the Unicode properties.
640      Branch: perl
641            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
642 ____________________________________________________________________________
643 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
644         Log: Retract #12284.
645      Branch: perl
646            ! lib/Term/Cap.t
647 ____________________________________________________________________________
648 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
649         Log: (Retracted by #12285)
650      Branch: perl
651            ! lib/Term/Cap.t
652 ____________________________________________________________________________
653 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
654         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
655              From: "chromatic" <chromatic@rmci.net>  
656              Date: Sun, 30 Sep 2001 16:10:02 -0600
657              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
658      Branch: perl
659            + lib/Term/Cap.t
660            ! MANIFEST
661 ____________________________________________________________________________
662 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
663         Log: Use stty -g to restore the terminal state, do not even
664              try to run the tests if stty -g is not available.
665      Branch: perl
666            ! lib/Term/Complete.t
667 ____________________________________________________________________________
668 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
669         Log: Cleanup utf8_heavy; allow dropping the In prefix from
670              Unicode script/block properties.
671      Branch: perl
672            ! lib/utf8_heavy.pl
673 ____________________________________________________________________________
674 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
675         Log: Retract the #12259 for now.
676      Branch: perl
677            ! embed.h embed.pl sv.h
678 ____________________________________________________________________________
679 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
680         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
681      Branch: perl
682            + lib/Text/TabsWrap/CHANGELOG
683            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
684 ____________________________________________________________________________
685 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
686         Log: #12272 wasn't right, it introduced an extra ().
687      Branch: perl
688            ! lib/utf8_heavy.pl
689 ____________________________________________________________________________
690 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
691         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
692              From: Jonathan Stowe <gellyfish@gellyfish.com>
693              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
694              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
695      Branch: perl
696            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
697 ____________________________________________________________________________
698 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
699         Log: Subject: Patch to put qsortsv in the public API
700              From: Brian Ingerson <ingy@ttul.org>
701              Date: Sat, 29 Sep 2001 17:41:13 -0700
702              Message-ID: <20010929174113.A30223@ttul.org>
703      Branch: perl
704            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
705 ____________________________________________________________________________
706 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
707         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
708              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
709              Date: Sat, 29 Sep 2001 23:54:48 +0200
710              Message-ID: <20010929235448.A5017@rafael>
711      Branch: perl
712            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
713 ____________________________________________________________________________
714 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
715         Log: FAQ sync.
716      Branch: perl
717            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
718            ! pod/perlfaq9.pod
719 ____________________________________________________________________________
720 [ 12273] By: bailey                                on 2001/09/29  23:43:46
721         Log: Resync with mainline
722      Branch: vmsperl
723           +> (branch 1207 files)
724            - (delete 324 files)
725           !> (integrate 866 files)
726 ____________________________________________________________________________
727 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
728         Log: Nasty recursion trap if one would match Unicode.
729      Branch: perl
730            ! lib/utf8_heavy.pl
731 ____________________________________________________________________________
732 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
733         Log: More Unicode todo.
734      Branch: perl
735            ! pod/perltodo.pod
736 ____________________________________________________________________________
737 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
738         Log: Explain a bit the new more flexible \p\P syntax.
739      Branch: perl
740            ! pod/perlunicode.pod
741 ____________________________________________________________________________
742 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
743         Log: More leniency to the \p and \P: now can have whitespace
744              between the property definition and the curlies; now can
745              invert the property by having a caret between the open
746              curly and the property.
747      Branch: perl
748            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
749 ____________________________________________________________________________
750 [ 12268] By: nick                                  on 2001/09/29  17:39:26
751         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
752              one test (lib/open.t) fails
753      Branch: perlio
754           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
755           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
756           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
757           +> lib/Tie/Scalar.t lib/open.t
758            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
759            - ext/B/Stash.t
760           !> (integrate 62 files)
761 ____________________________________________________________________________
762 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
763         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
764      Branch: perl
765            ! t/op/chdir.t
766 ____________________________________________________________________________
767 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
768         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
769              From: "Craig A. Berry" <craigberry@mac.com> 
770              Date: Sat, 29 Sep 2001 09:35:33 -0500
771              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
772      Branch: perl
773            ! t/op/chdir.t
774 ____________________________________________________________________________
775 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
776         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
777              From: "chromatic" <chromatic@rmci.net>
778              Date: Fri, 28 Sep 2001 21:20:12 -0600
779              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
780      Branch: perl
781            + lib/Tie/Scalar.t
782            ! MANIFEST lib/Tie/Scalar.pm
783 ____________________________________________________________________________
784 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
785         Log: Allow for more flexibility in the \p{In...} names, now
786              case doesn't matter, and any space or dash can be
787              matched by any space, dash, underbar, or empty.
788              (may be going too far on leniency)
789      Branch: perl
790            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
791            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
792            ! t/op/pat.t
793 ____________________________________________________________________________
794 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
795         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
796              From: "chromatic" <chromatic@rmci.net>
797              Date: Fri, 28 Sep 2001 17:39:50 -0600
798              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
799      Branch: perl
800            + lib/open.t
801            ! MANIFEST
802 ____________________________________________________________________________
803 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
804         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
805              From: "Craig A. Berry" <craigberry@mac.com>
806              Date: Fri, 28 Sep 2001 16:24:51 -0500
807              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
808      Branch: perl
809            ! ext/File/Glob/t/basic.t
810 ____________________________________________________________________________
811 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
812         Log: Subject: [DOC PATCH] Carp.pm pod typo
813              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
814              Date: Fri, 28 Sep 2001 23:14:51 +0200
815              Message-ID: <20010928231451.E16889@rafael>
816      Branch: perl
817            ! lib/Carp.pm
818 ____________________________________________________________________________
819 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
820         Log: Subject: [PATCH] Allow an @INC hook to set %INC
821              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
822              Date: Fri, 28 Sep 2001 22:18:13 +0200
823              Message-ID: <20010928221813.A16889@rafael>
824      Branch: perl
825            ! pp_ctl.c
826 ____________________________________________________________________________
827 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
828         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
829              From: Nicholas Clark <nick@ccl4.org>
830              Date: Fri, 28 Sep 2001 23:39:33 +0100
831              Message-ID: <20010928233933.C23673@plum.flirble.org>
832      Branch: perl
833            ! embed.h embed.pl sv.h
834 ____________________________________________________________________________
835 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
836         Log: Update Changes.
837      Branch: perl
838            ! Changes patchlevel.h
839 ____________________________________________________________________________
840 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
841         Log: Move the B tests to B/t.
842      Branch: perl
843            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
844            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
845            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
846            - ext/B/Showlex.t ext/B/Stash.t
847            ! MANIFEST
848 ____________________________________________________________________________
849 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
850         Log: Forgot from #12254.
851      Branch: perl
852            + ext/B/B/Terse.t
853 ____________________________________________________________________________
854 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
855         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
856              From: "chromatic" <chromatic@rmci.net>
857              Date: Thu, 27 Sep 2001 23:22:17 -0600
858              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
859      Branch: perl
860            ! MANIFEST
861 ____________________________________________________________________________
862 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
863         Log: Test numbering mismatch.
864      Branch: perl
865            ! t/op/chdir.t
866 ____________________________________________________________________________
867 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
868         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
869              From: "Craig A. Berry" <craigberry@mac.com>
870              Date: Wed, 26 Sep 2001 17:43:14 -0500
871              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
872      Branch: perl
873            ! iperlsys.h t/op/chdir.t
874 ____________________________________________________________________________
875 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
876         Log: Subject: [PATCH gv.c] make __ANON__ global
877              From: Robin Barker <rmb1@cise.npl.co.uk>
878              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
879              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
880      Branch: perl
881            ! gv.c t/op/anonsub.t t/op/runlevel.t
882 ____________________________________________________________________________
883 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
884         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
885              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
886              Date: Thu, 27 Sep 2001 22:34:32 +0200
887              Message-ID: <20010927223432.A1485@rafael>
888      Branch: perl
889            ! ext/B/B/Terse.pm
890 ____________________________________________________________________________
891 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
892         Log: Subject: [PATCH] Cleanup of perldsc.pod      
893              From: Casey West <casey@geeknest.com>
894              Date: Thu, 27 Sep 2001 11:13:17 -0400
895              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
896      Branch: perl
897            ! pod/perldsc.pod
898 ____________________________________________________________________________
899 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
900         Log: Not everyone is using ithreads...
901      Branch: perl
902            ! ext/Devel/Peek/Peek.t
903 ____________________________________________________________________________
904 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
905         Log: Document the nss_delete core dump workaround for HP-UX
906              and Solaris, bug IDs 20010805.018 and 20010629.004.
907      Branch: perl
908            ! README.hpux README.solaris
909 ____________________________________________________________________________
910 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
911         Log: Dump Unicode hash keys also as Unicode,
912              not just as a byte string.
913      Branch: perl
914            ! dump.c ext/Devel/Peek/Peek.t
915 ____________________________________________________________________________
916 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
917         Log: Integrate changes #12241 and #12242 from macperl:
918              
919              Remove unneeded disabling of umask() calls
920              
921              Note (get|set)sockopt are available.
922      Branch: perl
923           !> lib/File/Temp.pm pod/perlport.pod
924 ____________________________________________________________________________
925 [ 12244] By: sky                                   on 2001/09/27  08:53:00
926         Log: Flush buffers on thread closedown.
927      Branch: perl
928            ! ext/threads/threads.xs
929 ____________________________________________________________________________
930 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
931         Log: Dump SvUTF8(sv)s also as \x{...}.
932              
933              TODO: dump the SvUTF8() hash keys similarly. 
934      Branch: perl
935            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
936 ____________________________________________________________________________
937 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
938         Log: Note (get|set)sockopt are available.
939      Branch: maint-5.6/macperl
940            ! pod/perlport.pod
941 ____________________________________________________________________________
942 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
943         Log: Remove unneeded disabling of umask() calls
944      Branch: maint-5.6/macperl
945            ! lib/File/Temp.pm
946 ____________________________________________________________________________
947 [ 12240] By: sky                                   on 2001/09/26  18:44:56
948         Log: Documention update
949      Branch: perl
950            ! ext/threads/threads.pm
951 ____________________________________________________________________________
952 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
953         Log: Update Changes.
954      Branch: perl
955            ! Changes patchlevel.h
956 ____________________________________________________________________________
957 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
958         Log: Check that all environment variables are tainted.
959      Branch: perl
960            ! t/op/taint.t
961 ____________________________________________________________________________
962 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
963         Log: Manual integration error in #12235.
964      Branch: perl
965            ! lib/File/DosGlob.t
966 ____________________________________________________________________________
967 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
968         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
969              From: "chromatic" <chromatic@rmci.net>
970              Date: Tue, 25 Sep 2001 23:57:07 -0600
971              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
972      Branch: perl
973            ! perlio.c
974 ____________________________________________________________________________
975 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
976         Log: Integrate macperl changes from Chris Nandor:
977              12192 11817 11815 11813 11778 11775
978              
979              Update CPAN.pm to work with new Mac::BuildTools instead
980              of ExtUtils::MM_MacOS "orphan" functions
981              
982              Fix test
983              
984              Make syntax check report in MPW style, fix tests
985              to use Mac::err=unix to get normal-style error
986              messages.
987              
988              More module and test ports from Thomas Wegner et al
989              
990              Fix open of /dev/null for Mac OS
991              
992              Allow for platforms to override formatting of errors
993              on output from Matthias Neeracher (core files)
994      Branch: perl
995            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
996            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
997            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
998           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
999           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
1000           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
1001 ____________________________________________________________________________
1002 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
1003         Log: grrr.
1004      Branch: perl
1005            ! t/op/gv.t
1006 ____________________________________________________________________________
1007 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
1008         Log: Retract #12232.
1009      Branch: perl
1010            ! t/op/gv.t
1011 ____________________________________________________________________________
1012 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
1013         Log: (Retracted by #12233.)
1014      Branch: perl
1015            ! t/op/gv.t
1016 ____________________________________________________________________________
1017 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
1018         Log: Detypo.
1019      Branch: perl
1020            ! ext/Encode/Makefile.PL
1021 ____________________________________________________________________________
1022 [ 12230] By: sky                                   on 2001/09/26  11:36:23
1023         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
1024              We are using a "delay" here because we do not want to depend on thread synchronization issues.
1025      Branch: perl
1026            + ext/threads/t/stress_cv.t
1027            ! MANIFEST ext/threads/t/stress_string.t
1028 ____________________________________________________________________________
1029 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
1030         Log: NetWare tweak from Ananth Kesari.
1031      Branch: perl
1032            ! NetWare/t/Readme.txt
1033 ____________________________________________________________________________
1034 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
1035         Log: Trick to fool case-blind filesystems.
1036      Branch: perl
1037            ! ext/Encode/Makefile.PL
1038 ____________________________________________________________________________
1039 [ 12227] By: sky                                   on 2001/09/26  11:06:50
1040         Log: Threads can start executing in a different order than they were
1041              created.... so we cannot ok() inside the threadstarter.
1042      Branch: perl
1043            ! ext/threads/t/stress_string.t
1044 ____________________________________________________________________________
1045 [ 12226] By: sky                                   on 2001/09/26  07:41:45
1046         Log: Add in stress_string.t to stress test threads a bit more.
1047      Branch: perl
1048            + ext/threads/t/stress_string.t
1049            ! MANIFEST
1050 ____________________________________________________________________________
1051 [ 12225] By: sky                                   on 2001/09/26  07:04:21
1052         Log: Fix negative refcount introduced by #12223.
1053      Branch: perl
1054            ! ext/threads/threads.xs
1055 ____________________________________________________________________________
1056 [ 12224] By: sky                                   on 2001/09/26  06:57:58
1057         Log: Update documentation to match change #12223
1058      Branch: perl
1059            ! sharedsv.c
1060 ____________________________________________________________________________
1061 [ 12223] By: sky                                   on 2001/09/26  06:54:32
1062         Log: Use a separate interpreter for the sharedsv space. Another
1063              negative sv leak. Sigh.
1064      Branch: perl
1065            ! sharedsv.c
1066 ____________________________________________________________________________
1067 [ 12222] By: sky                                   on 2001/09/26  05:58:35
1068         Log: Do the environ assignment in perl_contruct to match perl_destruct.
1069              Now we don't need to perl_parse/perl_run. However environ is a
1070              global....
1071      Branch: perl
1072            ! perl.c
1073 ____________________________________________________________________________
1074 [ 12221] By: sky                                   on 2001/09/26  05:41:02
1075         Log: Move the creation of PL_strtab to perl_construct so we can work
1076              with HV and HEs without running perl_parse.
1077      Branch: perl
1078            ! perl.c
1079 ____________________________________________________________________________
1080 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
1081         Log: integrate macperl changes into maint-5.6
1082      Branch: maint-5.6/perl
1083           !> (integrate 26 files)
1084 ____________________________________________________________________________
1085 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
1086         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
1087              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
1088      Branch: maint-5.6/macperl
1089            ! macos/ext/Mac/Fonts/Fonts.xs
1090            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
1091 ____________________________________________________________________________
1092 [ 12218] By: ams                                   on 2001/09/25  23:31:33
1093         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
1094              From: Nicholas Clark <nick@ccl4.org>
1095              Date: Wed, 26 Sep 2001 01:20:20 +0100
1096              Message-Id: <20010926012020.B48092@plum.flirble.org>
1097      Branch: perl
1098            ! lib/AutoSplit.t
1099 ____________________________________________________________________________
1100 [ 12217] By: ams                                   on 2001/09/25  22:33:05
1101         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
1102              From: "Craig A. Berry" <craigberry@mac.com>
1103              Date: Tue, 25 Sep 2001 18:08:42 -0500
1104              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
1105      Branch: perl
1106            ! vms/vms.c
1107 ____________________________________________________________________________
1108 [ 12216] By: ams                                   on 2001/09/25  21:41:01
1109         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
1110              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
1111              From: Michael G Schwern <schwern@pobox.com>
1112              Date: Wed, 26 Sep 2001 00:38:21 -0400
1113              Message-Id: <20010926003821.A627@blackrider>
1114      Branch: perl
1115            ! lib/AutoSplit.t
1116 ____________________________________________________________________________
1117 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
1118         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
1119              From: Michael G Schwern <schwern@pobox.com>
1120              Date: Tue, 25 Sep 2001 17:43:49 -0400
1121              Message-ID: <20010925174349.B19534@blackrider>
1122      Branch: perl
1123            ! lib/Test/Simple.pm lib/Test/Utils.pm
1124 ____________________________________________________________________________
1125 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
1126         Log: Integrate changes from bleadperl.
1127      Branch: maint-5.6/macperl
1128           !> pod/perlport.pod
1129 ____________________________________________________________________________
1130 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
1131         Log: skip($mess) should result in one skip.
1132      Branch: perl
1133            ! t/test.pl
1134 ____________________________________________________________________________
1135 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
1136         Log: Integrate change #12200 from maintperl.
1137      Branch: maint-5.6/macperl
1138           !> win32/perlhost.h
1139 ____________________________________________________________________________
1140 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
1141         Log: Fix file types to "apple"
1142      Branch: maint-5.6/macperl
1143            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
1144            ! macos/ext/Mac/SAT/t/Collision.rsrc
1145 ____________________________________________________________________________
1146 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
1147         Log: Fix rsrc file as snd file; fix path in t file.
1148      Branch: maint-5.6/macperl
1149            ! macos/ext/Mac/Notification/t/Notification.rsrc
1150            ! macos/ext/Mac/Notification/t/Notification.t
1151 ____________________________________________________________________________
1152 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
1153         Log: Sync up with File::Find from bleadperl.
1154      Branch: maint-5.6/macperl
1155            ! lib/File/Find.pm t/lib/filefind-taint.t
1156 ____________________________________________________________________________
1157 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
1158         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
1159              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
1160              of hundreds)
1161      Branch: maint-5.6/macperl
1162            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
1163            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
1164            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
1165 ____________________________________________________________________________
1166 [ 12207] By: nick                                  on 2001/09/25  19:04:36
1167         Log: Integrate mainline (untested while modem is up)
1168      Branch: perlio
1169           +> lib/AutoSplit.t t/test.pl
1170            - lib/warnings/register.t
1171           !> (integrate 28 files)
1172 ____________________________________________________________________________
1173 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
1174         Log: perldiag entry for #12205.
1175      Branch: perl
1176            ! pod/perldiag.pod
1177 ____________________________________________________________________________
1178 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
1179         Log: Subject: [PATCH] warning on v-string in use/require
1180              From: John Peacock <jpeacock@rowman.com>
1181              Date: Mon, 24 Sep 2001 17:29:03 -0400
1182              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
1183      Branch: perl
1184            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
1185 ____________________________________________________________________________
1186 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
1187         Log: perltooc et al updates.
1188      Branch: perl
1189            ! plan9/mkfile pod/roffitall
1190 ____________________________________________________________________________
1191 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
1192         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
1193              From: Michael G Schwern <schwern@pobox.com>
1194              Date: Sun, 23 Sep 2001 00:07:12 -0400
1195              Message-ID: <20010923000712.A7005@blackrider>
1196      Branch: perl
1197            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
1198 ____________________________________________________________________________
1199 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
1200         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
1201              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1202              Date: Wed, 26 Sep 2001 01:25:10 +0900
1203              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
1204      Branch: perl
1205            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
1206            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
1207            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
1208 ____________________________________________________________________________
1209 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
1210         Log: Integrate change #12200 from maintperl;
1211              on windows, virtualized environment could propagate deleted variables
1212              into children if they happen to be at the very end of the table
1213      Branch: perl
1214           !> win32/perlhost.h
1215 ____________________________________________________________________________
1216 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
1217         Log: on windows, virtualized environment could propagate deleted variables
1218              into children if they happen to be at the very end of the table
1219              (thanks for succinct test case from Johan Holmberg, and fix from
1220              Doug Lankshear)
1221      Branch: maint-5.6/perl
1222            ! win32/perlhost.h
1223 ____________________________________________________________________________
1224 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
1225         Log: avoid the use of ftime() (it does a useless, potentially
1226              expensive call to GetTimeZoneInformation()); this potentially
1227              also results in three more digits of precision from
1228              Time::HiRes::time()
1229      Branch: perl
1230            ! ext/Time/HiRes/HiRes.xs
1231 ____________________________________________________________________________
1232 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
1233         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
1234              
1235              Note: io/binmode is failing, have to figure out why.
1236      Branch: perl
1237            + t/test.pl
1238            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
1239            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
1240            ! t/run/exit.t
1241 ____________________________________________________________________________
1242 [ 12197] By: ams                                   on 2001/09/25  13:48:55
1243         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
1244              From: Nicholas Clark <nick@ccl4.org>
1245              Date: Tue, 25 Sep 2001 00:37:40 +0100
1246              Message-Id: <20010925003740.S4971@plum.flirble.org>
1247              (Further changes expected.)
1248      Branch: perl
1249            + lib/AutoSplit.t
1250            ! MANIFEST
1251 ____________________________________________________________________________
1252 [ 12196] By: sky                                   on 2001/09/25  13:37:12
1253         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
1254              _ftime to try and be more robust.
1255      Branch: perl
1256            ! ext/Time/HiRes/HiRes.xs
1257 ____________________________________________________________________________
1258 [ 12194] By: ams                                   on 2001/09/25  11:40:00
1259         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
1260              From: "Craig A. Berry" <craigberry@mac.com>
1261              Date: Mon, 24 Sep 2001 17:54:20 -0500
1262              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
1263      Branch: perl
1264            ! vms/descrip_mms.template
1265 ____________________________________________________________________________
1266 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
1267         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
1268              not working, cursor not spinning (Bug #422129); external
1269              editor problems (Bug #456329); escape/cmd-. not activating
1270              "Cancel" in Save dialog box (Bug #446960); Runtimes not
1271              executing on launch (Bug #464441).
1272      Branch: maint-5.6/macperl
1273            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
1274            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
1275            ! macos/macperl/MacPerl.r
1276 ____________________________________________________________________________
1277 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
1278         Log: Update CPAN.pm to work with new Mac::BuildTools instead
1279              of ExtUtils::MM_MacOS "orphan" functions
1280      Branch: maint-5.6/macperl
1281            ! lib/CPAN.pm
1282 ____________________________________________________________________________
1283 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
1284         Log: Fix up another xsubpp problem (Matthias Neeracher)
1285      Branch: maint-5.6/macperl
1286            ! macos/xsubpp
1287 ____________________________________________________________________________
1288 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
1289         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
1290      Branch: maint-5.6/macperl
1291            ! macos/lib/ExtUtils/MM_MacOS.pm
1292 ____________________________________________________________________________
1293 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
1294         Log: Fix up Makefiles for more Mac:: modules (and prepare for
1295              static build ...?)
1296      Branch: maint-5.6/macperl
1297            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
1298            ! macos/macperl/Makefile.mk
1299 ____________________________________________________________________________
1300 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
1301         Log: Fix up tests
1302      Branch: maint-5.6/macperl
1303            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
1304 ____________________________________________________________________________
1305 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
1306         Log: Make malloc smarter, fix bugs.  (Bug #404030)
1307      Branch: maint-5.6/macperl
1308            ! macos/icemalloc.c macos/icemalloc.h
1309 ____________________________________________________________________________
1310 [ 12186] By: nick                                  on 2001/09/24  19:18:17
1311         Log: Integrate mainline
1312      Branch: perlio
1313           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
1314           +> lib/filetest.t
1315           !> (integrate 30 files)
1316 ____________________________________________________________________________
1317 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
1318         Log: Retract #12136, the warnings::register is already
1319              tested by t/lib/warnings/9enabled, as pointed out
1320              by Paul Marquess.
1321      Branch: perl
1322            - lib/warnings/register.t
1323            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
1324 ____________________________________________________________________________
1325 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
1326         Log: fix Time::HiRes implementation of gettimeofday() on windows
1327              (HiRes.t#14 now passes)
1328      Branch: perl
1329            ! ext/Time/HiRes/HiRes.xs
1330 ____________________________________________________________________________
1331 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
1332         Log: File::Spec::catfile() canonifies everything to blackslashes on
1333              windows :-(
1334      Branch: perl
1335            ! lib/ExtUtils/Manifest.t
1336 ____________________________________________________________________________
1337 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
1338         Log: test number mismatch
1339      Branch: perl
1340            ! t/op/magic.t
1341 ____________________________________________________________________________
1342 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
1343         Log: ok().
1344      Branch: perl
1345            ! t/op/pack.t
1346 ____________________________________________________________________________
1347 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
1348         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
1349              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
1350      Branch: perl
1351            ! pp_pack.c t/op/pack.t
1352 ____________________________________________________________________________
1353 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
1354         Log: Update Changes.
1355      Branch: perl
1356            ! Changes patchlevel.h
1357 ____________________________________________________________________________
1358 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
1359         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
1360              From: Michael G Schwern <schwern@pobox.com>
1361              Date: Mon, 24 Sep 2001 11:12:13 -0400
1362              Message-ID: <20010924111213.G27885@blackrider>
1363      Branch: perl
1364            ! lib/ExtUtils/Manifest.pm
1365 ____________________________________________________________________________
1366 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
1367         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
1368              From: Michael G Schwern <schwern@pobox.com> 
1369              Date: Mon, 24 Sep 2001 11:02:07 -0400
1370              Message-ID: <20010924110207.E27885@blackrider>
1371      Branch: perl
1372            ! vms/test.com
1373 ____________________________________________________________________________
1374 [ 12176] By: ams                                   on 2001/09/24  14:01:59
1375         Log: Update Changes.
1376      Branch: perl
1377            ! Changes
1378 ____________________________________________________________________________
1379 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
1380         Log: Various cleanups.
1381      Branch: perl
1382            ! ext/threads/Makefile.PL ext/threads/threads.xs
1383 ____________________________________________________________________________
1384 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
1385         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
1386      Branch: maint-5.6/macperl
1387           !> (integrate 33 files)
1388 ____________________________________________________________________________
1389 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
1390         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
1391              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1392              Date: Mon, 24 Sep 2001 20:04:58 +0900
1393              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
1394      Branch: perl
1395            ! ext/Encode/Encode/gb2312.enc
1396 ____________________________________________________________________________
1397 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
1398         Log: Clarifying comment to #12164.
1399      Branch: perl
1400            ! lib/Cwd.pm
1401 ____________________________________________________________________________
1402 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
1403         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
1404              From: Nicholas Clark <nick@ccl4.org>
1405              Date: Sun, 23 Sep 2001 23:00:56 +0100
1406              Message-ID: <20010923230055.Y4971@plum.flirble.org>
1407              
1408              (with "sample_constants" changed to "fallback")
1409      Branch: perl
1410            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
1411            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
1412            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
1413            ! lib/h2xs.t utils/h2xs.PL
1414 ____________________________________________________________________________
1415 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
1416         Log: Metaconfig unit change for #12167.
1417      Branch: metaconfig
1418            ! U/modified/Cppsym.U
1419 ____________________________________________________________________________
1420 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
1421         Log: Add a few glibc cpp symbols to probe for.
1422      Branch: perl
1423            ! Configure
1424 ____________________________________________________________________________
1425 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
1426         Log: DJGPP tweaks for Laszlo Molnar.
1427      Branch: perl
1428            ! djgpp/djgppsed.sh dosish.h
1429 ____________________________________________________________________________
1430 [ 12165] By: ams                                   on 2001/09/24  10:07:08
1431         Log: Subject: [PATCH t/op/inccode.t] More tests
1432              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
1433              Date: 24 Sep 2001 10:01:44 -0000
1434              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
1435      Branch: perl
1436            ! t/op/inccode.t
1437 ____________________________________________________________________________
1438 [ 12164] By: ams                                   on 2001/09/24  09:43:29
1439         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
1440              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
1441              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
1442              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
1443      Branch: perl
1444            ! lib/Cwd.pm
1445 ____________________________________________________________________________
1446 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
1447         Log: 1_compile updates.
1448      Branch: perl
1449            ! t/lib/1_compile.t
1450 ____________________________________________________________________________
1451 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
1452         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
1453              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1454              Date: Wed, 19 Sep 2001 22:47:14 +0200
1455              Message-ID: <20010919224714.A6382@rafael>
1456      Branch: perl
1457            ! pod/perlvar.pod pp_ctl.c
1458 ____________________________________________________________________________
1459 [ 12161] By: ams                                   on 2001/09/23  17:40:02
1460         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
1461              filetest Pragma
1462              From: "chromatic" <chromatic@rmci.net>
1463              Date: Sun, 23 Sep 2001 12:07:25 -0600
1464              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
1465      Branch: perl
1466            + lib/filetest.t
1467            ! MANIFEST t/lib/1_compile.t
1468 ____________________________________________________________________________
1469 [ 12160] By: ams                                   on 2001/09/23  16:32:11
1470         Log: Additional minor chdir() tweak.
1471      Branch: perl
1472            ! pod/perlfunc.pod
1473 ____________________________________________________________________________
1474 [ 12159] By: ams                                   on 2001/09/23  16:25:01
1475         Log: Subject: PATCH lib/ExtUtils/Command.t
1476              From: Abe Timmerman <abe@ztreet.demon.nl>
1477              Date: Sun, 23 Sep 2001 19:11:44 +0200
1478              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
1479      Branch: perl
1480            ! lib/ExtUtils/Command.t
1481 ____________________________________________________________________________
1482 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
1483         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
1484              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1485              Date: Sun, 23 Sep 2001 02:02:26 +0200
1486              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
1487      Branch: perl
1488            ! makedef.pl
1489 ____________________________________________________________________________
1490 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
1491         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
1492              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
1493              Date: Sat, 22 Sep 2001 12:54:39 -0500
1494              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
1495      Branch: perl
1496            ! t/op/study.t
1497 ____________________________________________________________________________
1498 [ 12156] By: nick                                  on 2001/09/23  07:48:44
1499         Log: Integrate mainline
1500      Branch: perlio
1501            - check83.pl
1502           !> ext/Encode/Encode/2022-cn.enc
1503 ____________________________________________________________________________
1504 [ 12155] By: nick                                  on 2001/09/23  07:48:01
1505         Log: Integrate mainline
1506      Branch: perlio
1507           +> (branch 64 files)
1508            - ext/Encode/Encode/cns11643-1.enc
1509            - ext/Encode/Encode/cns11643-2.enc
1510            - ext/Encode/Encode/iso2022-cn.enc
1511            - ext/Encode/Encode/iso2022-jp.enc
1512            - ext/Encode/Encode/iso2022-jp1.enc
1513            - ext/Encode/Encode/iso2022-jp2.enc
1514            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
1515            - ext/Encode/Encode/iso8859-1.enc
1516            - ext/Encode/Encode/iso8859-1.ucm
1517            - ext/Encode/Encode/iso8859-10.enc
1518            - ext/Encode/Encode/iso8859-10.ucm
1519            - ext/Encode/Encode/iso8859-13.enc
1520            - ext/Encode/Encode/iso8859-13.ucm
1521            - ext/Encode/Encode/iso8859-14.enc
1522            - ext/Encode/Encode/iso8859-14.ucm
1523            - ext/Encode/Encode/iso8859-15.enc
1524            - ext/Encode/Encode/iso8859-15.ucm
1525            - ext/Encode/Encode/iso8859-16.enc
1526            - ext/Encode/Encode/iso8859-16.ucm
1527            - ext/Encode/Encode/iso8859-2.enc
1528            - ext/Encode/Encode/iso8859-2.ucm
1529            - ext/Encode/Encode/iso8859-3.enc
1530            - ext/Encode/Encode/iso8859-3.ucm
1531            - ext/Encode/Encode/iso8859-4.enc
1532            - ext/Encode/Encode/iso8859-4.ucm
1533            - ext/Encode/Encode/iso8859-5.enc
1534            - ext/Encode/Encode/iso8859-5.ucm
1535            - ext/Encode/Encode/iso8859-6.enc
1536            - ext/Encode/Encode/iso8859-6.ucm
1537            - ext/Encode/Encode/iso8859-7.enc
1538            - ext/Encode/Encode/iso8859-7.ucm
1539            - ext/Encode/Encode/iso8859-8.enc
1540            - ext/Encode/Encode/iso8859-8.ucm
1541            - ext/Encode/Encode/iso8859-9.enc
1542            - ext/Encode/Encode/iso8859-9.ucm
1543            - ext/Encode/Encode/isoir-197.enc
1544            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
1545            - t/lib/sample-tests/header_at_end
1546            - t/lib/sample-tests/header_at_end_fail
1547           !> (integrate 174 files)
1548 ____________________________________________________________________________
1549 [ 12154] By: ams                                   on 2001/09/23  07:11:46
1550         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
1551              by Blair Zajac.
1552      Branch: perl
1553            ! pod/perlfunc.pod
1554 ____________________________________________________________________________
1555 [ 12153] By: ams                                   on 2001/09/23  06:56:32
1556         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
1557              Forgotten deprecation of *glob{FILEHANDLE}?
1558              From: "chromatic" <chromatic@rmci.net>
1559              Date: Sat, 22 Sep 2001 21:27:56 -0600
1560              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
1561      Branch: perl
1562            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
1563 ____________________________________________________________________________
1564 [ 12152] By: ams                                   on 2001/09/23  06:42:58
1565         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
1566              From: Michael G Schwern <schwern@pobox.com>
1567              Date: Sun, 23 Sep 2001 03:34:39 -0400
1568              Message-Id: <20010923033439.E7005@blackrider>
1569      Branch: perl
1570            ! lib/File/Find.pm
1571 ____________________________________________________________________________
1572 [ 12151] By: ams                                   on 2001/09/23  06:37:57
1573         Log: Subject: Re: t/op/magic.t missing tests on Win32
1574              From: Michael G Schwern <schwern@pobox.com>
1575              Date: Sat, 22 Sep 2001 20:29:09 -0400
1576              Message-Id: <20010922202909.I18223@blackrider>
1577      Branch: perl
1578            ! t/op/magic.t
1579 ____________________________________________________________________________
1580 [ 12150] By: ams                                   on 2001/09/23  06:36:26
1581         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
1582              Dumpvalue.pm
1583              From: "chromatic" <chromatic@rmci.net>
1584              Date: Sat, 22 Sep 2001 19:41:31 -0600
1585              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
1586      Branch: perl
1587            + lib/Dumpvalue.t
1588            ! MANIFEST lib/Dumpvalue.pm
1589 ____________________________________________________________________________
1590 [ 12149] By: ams                                   on 2001/09/23  06:25:35
1591         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
1592              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1593              Date: Sun, 23 Sep 2001 15:27:56 +0900
1594              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
1595      Branch: perl
1596            ! ext/Encode/Encode/2022-cn.enc
1597 ____________________________________________________________________________
1598 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
1599         Log: Manual eror in #12147.
1600      Branch: perl
1601            ! win32/win32.c
1602 ____________________________________________________________________________
1603 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
1604         Log: Integrate change #12146 from maintperl;
1605              win32_chdir() et al don't handle a NULL argument gracefully
1606      Branch: perl
1607           !> win32/perlhost.h win32/win32.c
1608 ____________________________________________________________________________
1609 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
1610         Log: win32_chdir() et al don't handle a NULL argument gracefully
1611      Branch: maint-5.6/perl
1612            ! win32/perlhost.h win32/win32.c
1613 ____________________________________________________________________________
1614 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
1615         Log: typo in change#12026
1616      Branch: maint-5.6/perl
1617            ! op.c
1618 ____________________________________________________________________________
1619 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
1620         Log: Subject: [PATCH] Re: scalar context unpack bugs
1621              From: Nicholas Clark <nick@ccl4.org>
1622              Date: Sat, 22 Sep 2001 23:07:56 +0100
1623              Message-ID: <20010922230755.O4971@plum.flirble.org>
1624      Branch: perl
1625            ! pp_pack.c t/op/pack.t
1626 ____________________________________________________________________________
1627 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
1628         Log: Try ExtUtils::Command.t everywhere, not just on Win32
1629              (as suggested by NI-S).  Also allow running it either
1630              in t/ or in the main directory.
1631      Branch: perl
1632            ! lib/ExtUtils/Command.t
1633 ____________________________________________________________________________
1634 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
1635         Log: Update the test on warnings/register.t.
1636      Branch: perl
1637            ! t/lib/1_compile.t
1638 ____________________________________________________________________________
1639 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
1640         Log: The code is now almost tidy enough to keep the IRIX cc happy.
1641      Branch: perl
1642            ! hints/irix_6.sh
1643 ____________________________________________________________________________
1644 [ 12140] By: ams                                   on 2001/09/22  17:26:32
1645         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
1646              use_ithreads
1647              From: "Craig A. Berry" <craigberry@mac.com>
1648              Date: Sat, 22 Sep 2001 13:15:32 -0500
1649              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
1650      Branch: perl
1651            ! configure.com
1652 ____________________________________________________________________________
1653 [ 12139] By: ams                                   on 2001/09/22  16:44:08
1654         Log: Do what perl_clone() does for sharedsv functions.
1655      Branch: perl
1656            ! embed.pl proto.h
1657 ____________________________________________________________________________
1658 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
1659         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
1660              (suggested by Sarathy, extensions shouldn't be dabbling with
1661              op structures, so binary backward compatibility should not be
1662              an issue.)
1663      Branch: perl
1664            ! hints/irix_6.sh op.h
1665 ____________________________________________________________________________
1666 [ 12137] By: ams                                   on 2001/09/22  16:21:05
1667         Log: More cleanups. (What's PERL_DECL_PROT?)
1668      Branch: perl
1669            ! embed.pl proto.h sharedsv.h
1670 ____________________________________________________________________________
1671 [ 12136] By: ams                                   on 2001/09/22  15:14:34
1672         Log: Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
1673              Add Tests for warnings::register, Doc Update
1674              From: "chromatic" <chromatic@rmci.net>
1675              Date: Sat, 22 Sep 2001 09:43:20 -0600
1676              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
1677      Branch: perl
1678            + lib/warnings/register.t
1679            ! MANIFEST lib/warnings/register.pm
1680 ____________________________________________________________________________
1681 [ 12135] By: ams                                   on 2001/09/22  15:07:50
1682         Log: `@foo' should be @foo for consistency.
1683      Branch: perl
1684            ! pod/perldiag.pod
1685 ____________________________________________________________________________
1686 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
1687         Log: (Retracted by #12138)
1688              
1689              Add -woff (turn warning off) 3187:
1690              "A pointer is converted to a smaller integer."
1691              This happens when your pointers are 64-bit: then every case
1692              of converting pointers to PADOFFSETs (explicitly 32-bit)
1693              faces truncation (even explicit use of INT2PTR doesn't help).
1694              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
1695              Changing PADOFFSET from U32 to UV would help, but that
1696              would break binary backward compatibility of BASEOP and padop
1697              (assuming you have been using 64-bit pointers).
1698      Branch: perl
1699            ! hints/irix_6.sh
1700 ____________________________________________________________________________
1701 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
1702         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
1703              but the name comes from the inside the file, not from the file
1704              name, and Rumanian is the name of the language.
1705      Branch: perl
1706            + ext/Encode/Encode/macRumanian.enc
1707            - ext/Encode/Encode/macRomania.enc
1708            ! MANIFEST
1709 ____________________________________________________________________________
1710 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
1711         Log: Rename perltootc as perltooc for 8.3-friedliness.
1712      Branch: perl
1713            + pod/perltooc.pod
1714            - pod/perltootc.pod
1715            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
1716            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
1717            ! pod/perltoot.pod
1718 ____________________________________________________________________________
1719 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
1720         Log: Find more conflicts by lowercasing.
1721      Branch: perl
1722            + Porting/check83.pl
1723            - check83.pl
1724            ! MANIFEST
1725 ____________________________________________________________________________
1726 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
1727         Log: The AIX cc 5.0.0.0 is simply too buggy.
1728      Branch: perl
1729            ! hints/aix.sh
1730 ____________________________________________________________________________
1731 [ 12129] By: ams                                   on 2001/09/22  12:35:38
1732         Log: Uninteresting cleanup.
1733      Branch: perl
1734            ! form.h
1735 ____________________________________________________________________________
1736 [ 12128] By: ams                                   on 2001/09/22  12:28:48
1737         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
1738              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
1739              Date: Sat, 22 Sep 2001 14:29:13 +0100
1740              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
1741      Branch: perl
1742            ! cv.h
1743 ____________________________________________________________________________
1744 [ 12127] By: ams                                   on 2001/09/22  12:04:28
1745         Log: What's a backet?
1746      Branch: perl
1747            ! dump.c
1748 ____________________________________________________________________________
1749 [ 12126] By: ams                                   on 2001/09/22  10:02:34
1750         Log: Removed duplicated tests #19 and #20.
1751      Branch: perl
1752            ! t/op/do.t
1753 ____________________________________________________________________________
1754 [ 12125] By: ams                                   on 2001/09/22  03:58:41
1755         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
1756              From: Michael Carman <mjcarman@home.com>
1757              Date: Fri, 21 Sep 2001 17:54:05 -0500
1758              Message-Id: <3BABC50D.6040202@home.com>
1759              (Applied with some changes.)
1760      Branch: perl
1761            ! pod/perlmod.pod
1762 ____________________________________________________________________________
1763 [ 12124] By: ams                                   on 2001/09/22  03:44:19
1764         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
1765              From: Michael G Schwern <schwern@pobox.com>
1766              Date: Fri, 21 Sep 2001 19:20:40 -0400
1767              Message-Id: <20010921192040.E5494@blackrider>
1768      Branch: perl
1769            ! t/op/chdir.t
1770 ____________________________________________________________________________
1771 [ 12123] By: ams                                   on 2001/09/22  03:41:08
1772         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
1773              From: Blair Zajac <blair@orcaware.com>
1774              Date: Fri, 21 Sep 2001 15:13:04 -0700
1775              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
1776      Branch: perl
1777            ! t/op/chdir.t
1778 ____________________________________________________________________________
1779 [ 12122] By: ams                                   on 2001/09/22  03:37:07
1780         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
1781              20010920.007
1782              From: Michael G Schwern <schwern@pobox.com>
1783              Date: Fri, 21 Sep 2001 17:59:03 -0400
1784              Message-Id: <20010921175903.V5494@blackrider>
1785      Branch: perl
1786            ! t/op/do.t
1787 ____________________________________________________________________________
1788 [ 12121] By: ams                                   on 2001/09/22  03:30:38
1789         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
1790              suite on WinCE)
1791              From: Michael G Schwern <schwern@pobox.com>
1792              Date: Fri, 21 Sep 2001 19:41:03 -0400
1793              Message-Id: <20010921194103.G5494@blackrider>
1794      Branch: perl
1795            ! pod/perlport.pod
1796 ____________________________________________________________________________
1797 [ 12120] By: ams                                   on 2001/09/22  03:28:06
1798         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
1799              From: Michael G Schwern <schwern@pobox.com>
1800              Date: Fri, 21 Sep 2001 17:33:35 -0400
1801              Message-Id: <20010921173335.T5494@blackrider>
1802              ($ENV{FOO}=undef hunk not applied.)
1803      Branch: perl
1804            ! t/op/magic.t
1805 ____________________________________________________________________________
1806 [ 12119] By: ams                                   on 2001/09/22  03:02:26
1807         Log: Subject: [PATCH] perldiag.pod
1808              From: Peter Scott <Peter@PSDT.com>
1809              Date: Fri, 21 Sep 2001 18:54:50 -0700
1810              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
1811              (Moved to the right place.)
1812      Branch: perl
1813            ! pod/perldiag.pod
1814 ____________________________________________________________________________
1815 [ 12118] By: ams                                   on 2001/09/21  20:05:29
1816         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
1817              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1818              Date: Fri, 21 Sep 2001 22:36:54 +0200
1819              Message-Id: <20010921223654.A12742@rafael>
1820      Branch: perl
1821            ! t/op/do.t
1822 ____________________________________________________________________________
1823 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
1824         Log: Restore things as they were before
1825              the backward compatibility police notices.
1826      Branch: perl
1827            ! lib/Cwd.pm
1828 ____________________________________________________________________________
1829 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
1830         Log: More Cwd from Schwern: make also OS/2 and DOS
1831              Cwd agree with File::Spec (that is, native path
1832              syntax using \ instead of / -- backward compatibility
1833              polic warning) and stop Win32 from using bsd_realpath().
1834      Branch: perl
1835            ! lib/Cwd.pm
1836 ____________________________________________________________________________
1837 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
1838         Log: Subject: [PATCH @12110] RE: Untested libraries update
1839              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
1840              Date: Fri, 21 Sep 2001 18:21:07 +0100
1841              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
1842      Branch: perl
1843            ! lib/warnings/register.pm
1844 ____________________________________________________________________________
1845 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
1846         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
1847              From: Michael G Schwern <schwern@pobox.com>
1848              Date: Thu, 20 Sep 2001 22:54:02 -0400
1849              Message-ID: <20010920225402.A3611@blackrider>
1850      Branch: perl
1851            ! lib/Cwd.pm
1852 ____________________________________________________________________________
1853 [ 12113] By: ams                                   on 2001/09/21  17:08:24
1854         Log: Subject: [PATCH] avoid v-strings with require/use
1855              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1856              Date: Fri, 21 Sep 2001 12:34:40 -0400
1857              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
1858      Branch: perl
1859            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
1860            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
1861            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
1862            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
1863            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
1864            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
1865            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
1866            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
1867            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
1868            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
1869            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
1870            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
1871            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
1872            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
1873            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
1874            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
1875            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
1876            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
1877            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
1878 ____________________________________________________________________________
1879 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
1880         Log: Update Changes.
1881      Branch: perl
1882            ! Changes patchlevel.h
1883 ____________________________________________________________________________
1884 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
1885         Log: Make AIX and Tru64 compilers happy.  
1886      Branch: perl
1887            ! ext/threads/threads.h ext/threads/threads.xs
1888 ____________________________________________________________________________
1889 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
1890         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
1891              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
1892              Date: 21 Sep 2001 09:16:37 -0000
1893              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
1894      Branch: perl
1895            ! toke.c
1896 ____________________________________________________________________________
1897 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
1898         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
1899              From: Michael G Schwern <schwern@pobox.com>
1900              Date: Thu, 20 Sep 2001 21:21:34 -0400
1901              Message-ID: <20010920212134.Y28291@blackrider>
1902      Branch: perl
1903            ! pp_sys.c
1904 ____________________________________________________________________________
1905 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
1906         Log: Subject: Re: GDB Debugging Macros from mod_perl
1907              From: rspier@pobox.com (Robert Spier)
1908              Date: Thu, 20 Sep 2001 22:45:03 -0700
1909              Message-ID: <15274.54239.413929.49430@rls.cx>
1910      Branch: perl
1911            ! pod/perltodo.pod
1912 ____________________________________________________________________________
1913 [ 12105] By: sky                                   on 2001/09/21  10:33:34
1914         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
1915              timezone! GetSystemTime should be available on all Win32 
1916              platforms we support. Perhaps Time::HiRes should be extended to
1917              support WinCE and Novell?
1918      Branch: perl
1919            ! ext/Time/HiRes/HiRes.xs
1920 ____________________________________________________________________________
1921 [ 12104] By: sky                                   on 2001/09/21  08:12:39
1922         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
1923      Branch: perl
1924            ! ext/threads/threads.h ext/threads/threads.xs
1925 ____________________________________________________________________________
1926 [ 12103] By: sky                                   on 2001/09/21  07:57:41
1927         Log: Rename the *thread* functions to Perl_* to avoid clashes.
1928              Notably on AIX but could become a problem on other platforms.
1929      Branch: perl
1930            ! ext/threads/threads.h ext/threads/threads.xs
1931 ____________________________________________________________________________
1932 [ 12102] By: sky                                   on 2001/09/21  07:35:30
1933         Log: Add the shared sv space to the global vars.
1934              Fix problems compiling on win32.
1935      Branch: perl
1936            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
1937            ! sharedsv.c sharedsv.h
1938 ____________________________________________________________________________
1939 [ 12101] By: ams                                   on 2001/09/21  00:19:55
1940         Log: Subject: [PATCH] win32/Makefile warning fix
1941              From: Blair Zajac <blair@orcaware.com>
1942              Date: Thu, 20 Sep 2001 18:15:43 -0700
1943              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
1944      Branch: perl
1945            ! win32/Makefile
1946 ____________________________________________________________________________
1947 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
1948         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
1949              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1950              Date: Thu, 20 Sep 2001 18:36:22 +0200
1951              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
1952      Branch: perl
1953            ! lib/ExtUtils/Command.t
1954 ____________________________________________________________________________
1955 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
1956         Log: Cant spl wirth a dam.
1957      Branch: perl
1958            ! intrpvar.h
1959 ____________________________________________________________________________
1960 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
1961         Log: Don't use C++ comments.
1962      Branch: perl
1963            ! ext/threads/threads.xs
1964 ____________________________________________________________________________
1965 [ 12097] By: ams                                   on 2001/09/20  21:42:07
1966         Log: Change #12044 didn't.
1967      Branch: perl
1968            ! lib/constant.pm
1969 ____________________________________________________________________________
1970 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
1971         Log: Metaconfig unit changes for #12095.
1972      Branch: metaconfig
1973            ! U/modified/Myinit.U U/modified/libs.U
1974 ____________________________________________________________________________
1975 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
1976         Log: Remove iconv references since we are not using it
1977              and not going to; regen perltoc, perlmodlib.
1978              (Some references still linger in perltoc, have to figure
1979              out where they are coming from.)
1980      Branch: perl
1981            ! Configure NetWare/config.wc NetWare/config_H.wc
1982            ! Porting/Glossary Porting/config.sh Porting/config_H
1983            ! config_h.SH configure.com epoc/config.sh perl.h
1984            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
1985            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1986            ! vos/config.ga.h win32/config.bc win32/config.gc
1987            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1988            ! win32/config_H.vc wince/config.ce wince/config.h
1989            ! wince/config_H.ce
1990 ____________________________________________________________________________
1991 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
1992         Log: Subject: [PATCH docs] Re: ARGV and read
1993              From: Dave Mitchell <davem@fdgroup.co.uk>
1994              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
1995              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
1996      Branch: perl
1997            ! pod/perltodo.pod pod/perlvar.pod
1998 ____________________________________________________________________________
1999 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
2000         Log: Fresh copies from the cvs.perl.org perlfaq repository.
2001      Branch: perl
2002            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2003            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2004            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2005            ! pod/perlfaq9.pod
2006 ____________________________________________________________________________
2007 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
2008         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
2009              From: Nicholas Clark <nick@ccl4.org>
2010              Date: Thu, 20 Sep 2001 14:27:08 +0100
2011              Message-ID: <20010920142708.X4971@plum.flirble.org>
2012      Branch: perl
2013            ! pp_pack.c t/op/pack.t
2014 ____________________________________________________________________________
2015 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
2016         Log: The sharedsv_space* are variables, not code.  Duh.
2017      Branch: perl
2018            ! intrpvar.h makedef.pl
2019 ____________________________________________________________________________
2020 [ 12090] By: ams                                   on 2001/09/20  11:26:06
2021         Log: Subject: [patch lib/lib_pm.PL]
2022              From: Stas Bekman <stas@stason.org>
2023              Date: Thu, 20 Sep 2001 18:48:53 +0800
2024              Message-Id: <3BA9C995.6010302@stason.org>
2025              (Applied by hand.)
2026      Branch: perl
2027            ! lib/lib_pm.PL
2028 ____________________________________________________________________________
2029 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
2030         Log: Only 21 tests, skipping or not.
2031      Branch: perl
2032            ! lib/ExtUtils/Command.t
2033 ____________________________________________________________________________
2034 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
2035         Log: New exported symbols.
2036      Branch: perl
2037            ! makedef.pl
2038 ____________________________________________________________________________
2039 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
2040         Log: Update Changes.
2041      Branch: perl
2042            ! Changes patchlevel.h
2043 ____________________________________________________________________________
2044 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
2045         Log: Correct numbering of the tests is useful.
2046      Branch: perl
2047            ! ext/threads/t/basic.t
2048 ____________________________________________________________________________
2049 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
2050         Log: More tests now too.
2051      Branch: perl
2052            ! lib/ExtUtils/Command.t
2053 ____________________________________________________________________________
2054 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
2055         Log: More tests now.
2056      Branch: perl
2057            ! ext/threads/t/basic.t
2058 ____________________________________________________________________________
2059 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
2060         Log: The test assumed 7-bit ASCII.  Now it "just"
2061              assumes 8-bit whatever.
2062      Branch: perl
2063            ! t/op/crypt.t
2064 ____________________________________________________________________________
2065 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
2066         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
2067              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2068              Date: Wed, 19 Sep 2001 11:45:28 +0200
2069              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
2070              
2071              Lvalue casts are not portable.
2072      Branch: perl
2073            ! ext/threads/threads.xs
2074 ____________________________________________________________________________
2075 [ 12081] By: sky                                   on 2001/09/19  10:17:52
2076         Log: Make the basic test contain only realy basic API tests
2077              Seems to be a problem with detach.
2078      Branch: perl
2079            ! ext/threads/t/basic.t
2080 ____________________________________________________________________________
2081 [ 12080] By: ams                                   on 2001/09/19  01:23:55
2082         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
2083              From: Michael G Schwern <schwern@pobox.com>
2084              Date: Tue, 18 Sep 2001 19:53:48 -0400
2085              Message-Id: <20010918195348.M585@blackrider>
2086              
2087              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
2088              From: Michael G Schwern <schwern@pobox.com>
2089              Date: Tue, 18 Sep 2001 22:07:13 -0400
2090              Message-Id: <20010918220713.B19616@blackrider>
2091      Branch: perl
2092            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
2093            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
2094            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
2095            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
2096            ! lib/Test/Tutorial.pod
2097 ____________________________________________________________________________
2098 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
2099         Log: Indent the test a bit.
2100      Branch: perl
2101            ! ext/threads/t/basic.t
2102 ____________________________________________________________________________
2103 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
2104         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
2105              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2106              Date: Tue, 18 Sep 2001 18:06:44 +0200
2107              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
2108      Branch: perl
2109            ! win32/win32.c
2110 ____________________________________________________________________________
2111 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
2112         Log: Subject: stat access time is wrong on Win95
2113              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2114              Date: Tue, 18 Sep 2001 21:59:24 +0200
2115              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
2116      Branch: perl
2117            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
2118 ____________________________________________________________________________
2119 [ 12076] By: ams                                   on 2001/09/18  22:11:25
2120         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
2121              From: Michael G Schwern <schwern@pobox.com>
2122              Date: Tue, 18 Sep 2001 18:47:14 -0400
2123              Message-Id: <20010918184714.I585@blackrider>
2124      Branch: perl
2125            ! t/op/crypt.t
2126 ____________________________________________________________________________
2127 [ 12075] By: sky                                   on 2001/09/18  19:29:37
2128         Log: two test failures
2129              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2130              Message-ID: <20010918221702.A17408@rafael>
2131              partly applied, #12074 already fixed half the patch
2132      Branch: perl
2133            ! ext/threads/t/basic.t
2134 ____________________________________________________________________________
2135 [ 12074] By: sky                                   on 2001/09/18  18:49:03
2136         Log: Fixes test case failure introduced by #12071, the warning is
2137              now correctly spelled :-)
2138      Branch: perl
2139            ! ext/IO/lib/IO/t/io_sel.t
2140 ____________________________________________________________________________
2141 [ 12073] By: sky                                   on 2001/09/18  18:46:22
2142         Log: Make the test behave properly!
2143      Branch: perl
2144            ! ext/threads/t/basic.t
2145 ____________________________________________________________________________
2146 [ 12072] By: ams                                   on 2001/09/18  18:44:59
2147         Log: OP_RCATLINE is an SVOP, not a BASEOP.
2148      Branch: perl
2149            ! opcode.h opcode.pl
2150 ____________________________________________________________________________
2151 [ 12071] By: ams                                   on 2001/09/18  18:06:27
2152         Log: Deprecate != Depreciate.
2153      Branch: perl
2154            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
2155            ! lib/Pod/ParseUtils.pm
2156 ____________________________________________________________________________
2157 [ 12070] By: ams                                   on 2001/09/18  15:14:58
2158         Log: Subject: [PATCH] Getopt::Std cleanup
2159              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2160              Date: Tue, 18 Sep 2001 17:32:13 +0200
2161              Message-Id: <20010918173213.C777@rafael>
2162      Branch: perl
2163            ! lib/Getopt/Std.pm lib/Getopt/Std.t
2164 ____________________________________________________________________________
2165 [ 12069] By: sky                                   on 2001/09/18  14:56:33
2166         Log: Forgot the makefile
2167      Branch: perl
2168            + ext/threads/Makefile.PL
2169 ____________________________________________________________________________
2170 [ 12068] By: sky                                   on 2001/09/18  14:13:26
2171         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
2172              The test will fail because of Test.pm not knowing about threads. 
2173              basic needs to be manually tested
2174              compile time warnings on IV2PTR conversions need to be fixed
2175      Branch: perl
2176            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
2177            + ext/threads/threads.h ext/threads/threads.pm
2178            + ext/threads/threads.xs
2179            ! MANIFEST
2180 ____________________________________________________________________________
2181 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
2182         Log: DJGPP tweak from Laszlo Molnar.
2183      Branch: perl
2184            ! djgpp/config.over
2185 ____________________________________________________________________________
2186 [ 12066] By: sky                                   on 2001/09/18  10:24:31
2187         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
2188      Branch: perl
2189            ! sharedsv.c sharedsv.h
2190 ____________________________________________________________________________
2191 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
2192         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
2193              ditto ^cns.
2194      Branch: perl
2195            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
2196            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
2197            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
2198            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
2199            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
2200            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
2201            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
2202            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
2203            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
2204            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
2205            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
2206            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
2207            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
2208            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
2209            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
2210            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
2211            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
2212            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
2213            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
2214            + ext/Encode/Encode/ir-197.enc
2215            - ext/Encode/Encode/cns11643-1.enc
2216            - ext/Encode/Encode/cns11643-2.enc
2217            - ext/Encode/Encode/iso2022-cn.enc
2218            - ext/Encode/Encode/iso2022-jp.enc
2219            - ext/Encode/Encode/iso2022-jp1.enc
2220            - ext/Encode/Encode/iso2022-jp2.enc
2221            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
2222            - ext/Encode/Encode/iso8859-1.enc
2223            - ext/Encode/Encode/iso8859-1.ucm
2224            - ext/Encode/Encode/iso8859-10.enc
2225            - ext/Encode/Encode/iso8859-10.ucm
2226            - ext/Encode/Encode/iso8859-11.enc
2227            - ext/Encode/Encode/iso8859-11.ucm
2228            - ext/Encode/Encode/iso8859-13.enc
2229            - ext/Encode/Encode/iso8859-13.ucm
2230            - ext/Encode/Encode/iso8859-14.enc
2231            - ext/Encode/Encode/iso8859-14.ucm
2232            - ext/Encode/Encode/iso8859-15.enc
2233            - ext/Encode/Encode/iso8859-15.ucm
2234            - ext/Encode/Encode/iso8859-16.enc
2235            - ext/Encode/Encode/iso8859-16.ucm
2236            - ext/Encode/Encode/iso8859-2.enc
2237            - ext/Encode/Encode/iso8859-2.ucm
2238            - ext/Encode/Encode/iso8859-3.enc
2239            - ext/Encode/Encode/iso8859-3.ucm
2240            - ext/Encode/Encode/iso8859-4.enc
2241            - ext/Encode/Encode/iso8859-4.ucm
2242            - ext/Encode/Encode/iso8859-5.enc
2243            - ext/Encode/Encode/iso8859-5.ucm
2244            - ext/Encode/Encode/iso8859-6.enc
2245            - ext/Encode/Encode/iso8859-6.ucm
2246            - ext/Encode/Encode/iso8859-7.enc
2247            - ext/Encode/Encode/iso8859-7.ucm
2248            - ext/Encode/Encode/iso8859-8.enc
2249            - ext/Encode/Encode/iso8859-8.ucm
2250            - ext/Encode/Encode/iso8859-9.enc
2251            - ext/Encode/Encode/iso8859-9.ucm
2252            - ext/Encode/Encode/isoir-197.enc
2253            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
2254 ____________________________________________________________________________
2255 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
2256         Log: Must Uppercase.
2257      Branch: perl
2258            ! ext/Encode/Encode.pm
2259 ____________________________________________________________________________
2260 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
2261         Log: Add various encodings.
2262      Branch: perl
2263            + ext/Encode/Encode/iso8859-11.enc
2264            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
2265            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
2266            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
2267            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
2268            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
2269            + ext/Encode/Encode/viscii.ucm
2270            ! MANIFEST ext/Encode/Encode.pm
2271 ____________________________________________________________________________
2272 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
2273         Log: lib/unicode relic.
2274      Branch: perl
2275            ! ext/Encode/compile
2276 ____________________________________________________________________________
2277 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
2278         Log: Subject: [PATCH] Re: filename problems
2279              From: Michael G Schwern <schwern@pobox.com>
2280              Date: Mon, 17 Sep 2001 17:26:26 -0400
2281              Message-ID: <20010917172626.Q585@blackrider>
2282      Branch: perl
2283            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
2284            - t/lib/sample-tests/header_at_end
2285            - t/lib/sample-tests/header_at_end_fail
2286            ! MANIFEST lib/Test/Harness/t/test-harness.t
2287 ____________________________________________________________________________
2288 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
2289         Log: Explicitly explain the 1e9 seconds, not everybody
2290              is a C geek.
2291      Branch: perl
2292            ! ext/Time/HiRes/HiRes.pm
2293 ____________________________________________________________________________
2294 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
2295         Log: Explain an apparent bug reported by
2296              Richard J. Barbalace <rjbarbal@MIT.EDU>,
2297              with additional explanation from Gisle Aas.
2298      Branch: perl
2299            ! ext/Time/HiRes/HiRes.pm
2300 ____________________________________________________________________________
2301 [ 12058] By: ams                                   on 2001/09/17  19:52:01
2302         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
2303              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2304              Date: Mon, 17 Sep 2001 22:48:05 +0200
2305              Message-Id: <20010917224805.C11744@rafael>
2306      Branch: perl
2307            ! t/lib/warnings/op t/lib/warnings/pp
2308 ____________________________________________________________________________
2309 [ 12057] By: ams                                   on 2001/09/17  16:51:18
2310         Log: Its a nit!
2311      Branch: perl
2312            ! sv.h
2313 ____________________________________________________________________________
2314 [ 12056] By: ams                                   on 2001/09/17  16:47:55
2315         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
2316              From: "Craig A. Berry" <craigberry@mac.com>
2317              Date: Mon, 17 Sep 2001 12:34:20 -0500
2318              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
2319      Branch: perl
2320            ! vms/vms.c
2321 ____________________________________________________________________________
2322 [ 12055] By: ams                                   on 2001/09/17  16:05:15
2323         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
2324              From: Gisle Aas <gisle@ActiveState.com>
2325              Date: 16 Apr 2001 16:20:34 -0700
2326              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
2327              (Applied by hand.)
2328      Branch: perl
2329            ! lib/CPAN.pm lib/CPAN/Nox.pm
2330 ____________________________________________________________________________
2331 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
2332         Log: Update Changes.
2333      Branch: perl
2334            ! Changes patchlevel.h
2335 ____________________________________________________________________________
2336 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
2337         Log: Adding new files to the MANIFEST is always nice.
2338      Branch: perl
2339            ! MANIFEST
2340 ____________________________________________________________________________
2341 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
2342         Log: Reindent the PerlIO files (suggested by NI-S), used
2343              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
2344              (GNU indent).  Note that wholesale re-indenting might
2345              be nice, but that would break nice formatting/alignment
2346              of assignments, equality testing, and complex boolean
2347              expressions with lots of &s and |s.
2348      Branch: perl
2349            ! perlio.c perlio.h perliol.h
2350 ____________________________________________________________________________
2351 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
2352         Log: Add a script for being 8.3-polite.
2353              The found conflicts are being worked on.
2354      Branch: perl
2355            + check83.pl
2356            ! MANIFEST Porting/pumpkin.pod
2357 ____________________________________________________________________________
2358 [ 12050] By: sky                                   on 2001/09/17  12:44:36
2359         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
2360              finding it.
2361      Branch: perl
2362            ! sv.c
2363 ____________________________________________________________________________
2364 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
2365         Log: Bump up versions because of #12041.
2366      Branch: perl
2367            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
2368            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
2369            ! lib/Time/localtime.pm
2370 ____________________________________________________________________________
2371 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
2372         Log: Bump the version number because of #12042.
2373      Branch: perl
2374            ! lib/CPAN/FirstTime.pm
2375 ____________________________________________________________________________
2376 [ 12047] By: ams                                   on 2001/09/17  11:21:40
2377         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
2378              From: Abhijit Menon-Sen <ams@wiw.org>
2379              Date: Mon, 17 Sep 2001 17:44:12 +0530
2380              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
2381      Branch: perl
2382            ! op.c
2383 ____________________________________________________________________________
2384 [ 12046] By: sky                                   on 2001/09/17  07:14:17
2385         Log: Subject: Re: t/op/ver.t using skip() improperly
2386              From: "chromatic" <chromatic@rmci.net>
2387              Date: Mon, 17 Sep 2001 00:22:29 -0600
2388              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
2389      Branch: perl
2390            ! t/op/ver.t
2391 ____________________________________________________________________________
2392 [ 12045] By: nick                                  on 2001/09/17  07:12:14
2393         Log: Integrate mainline
2394      Branch: perlio
2395           +> t/op/chdir.t
2396           !> (integrate 117 files)
2397 ____________________________________________________________________________
2398 [ 12044] By: ams                                   on 2001/09/17  05:49:53
2399         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
2400              From: Ilmari Karonen <iltzu@sci.fi>
2401              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
2402              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
2403              (And $VERSION = '1.05'.)
2404      Branch: perl
2405            ! lib/constant.pm
2406 ____________________________________________________________________________
2407 [ 12043] By: ams                                   on 2001/09/17  05:44:50
2408         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
2409              From: Michael G Schwern <schwern@pobox.com>
2410              Date: Mon, 17 Sep 2001 07:49:04 +0200
2411              Message-Id: <20010917074904.V1588@blackrider>
2412              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
2413      Branch: perl
2414            + t/op/chdir.t
2415            ! MANIFEST pp_sys.c
2416 ____________________________________________________________________________
2417 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
2418         Log: Subject: Re: CPAN.pm needs some hacking 
2419              From: "chromatic" <chromatic@rmci.net>
2420              Date: Sun, 16 Sep 2001 16:46:29 -0600
2421              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
2422      Branch: perl
2423            ! lib/CPAN/FirstTime.pm
2424 ____________________________________________________________________________
2425 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
2426         Log: Change use|require 5.005_64 to use|require 5.6.1.
2427      Branch: perl
2428            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
2429            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
2430            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
2431            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
2432            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
2433            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
2434            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
2435            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
2436            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
2437            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
2438            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
2439            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
2440            ! lib/base.pm lib/fields.pm
2441 ____________________________________________________________________________
2442 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
2443         Log: Bump up version numbers.
2444              
2445              TODO 1: double check that pre-5.6.1 CPAN.pm:s
2446              don't try to download 5.8.0 because of the
2447              version numbers.  Mainly this means using _00
2448              in the core version numbers.
2449              
2450              TODO 2: the "use 5.005_64" in many modules
2451              needs to be changed to, say, "use 5.6.1".
2452      Branch: perl
2453            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
2454            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
2455            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
2456            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
2457            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
2458            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
2459            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2460            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
2461            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
2462            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
2463            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
2464 ____________________________________________________________________________
2465 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
2466         Log: Use UCHARAT() as suggested by Inaba Hiroto.
2467      Branch: perl
2468            ! regexec.c
2469 ____________________________________________________________________________
2470 [ 12038] By: ams                                   on 2001/09/16  15:16:24
2471         Log: Subject: [PATCH] Re: Core module version numbers review
2472              From: Peter Scott <Peter@PSDT.com>
2473              Date: Sun, 16 Sep 2001 09:09:58 -0700
2474              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
2475      Branch: perl
2476            ! lib/perl5db.pl
2477 ____________________________________________________________________________
2478 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
2479         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
2480              not yet fully implemented.
2481      Branch: perl
2482            ! pod/perlfunc.pod pod/perlunicode.pod
2483 ____________________________________________________________________________
2484 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
2485         Log: Subject: [patch] plug PL_beginav_save leak
2486              From: Doug MacEachern <dougm@covalent.net>
2487              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
2488              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
2489      Branch: perl
2490            ! perl.c
2491 ____________________________________________________________________________
2492 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
2493         Log: (accidentally empty checkin)
2494      Branch: perl
2495            ! sv.c
2496 ____________________________________________________________________________
2497 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
2498         Log: Subject: [patch] ithreads+PL_beginav_save
2499              From: Doug MacEachern <dougm@covalent.net>
2500              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
2501              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
2502      Branch: perl
2503            ! sv.c
2504 ____________________________________________________________________________
2505 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
2506         Log: Subject: [PATCH] h2xs.PL with C::Scan
2507              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2508              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
2509              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
2510      Branch: perl
2511            ! utils/h2xs.PL
2512 ____________________________________________________________________________
2513 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
2514         Log: Elaborate (well, make more vague, really) #12030.
2515      Branch: perl
2516            ! pod/perltodo.pod pod/perlunicode.pod
2517 ____________________________________________________________________________
2518 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
2519         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
2520              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2521              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
2522              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
2523      Branch: perl
2524            ! regexec.c
2525 ____________________________________________________________________________
2526 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
2527         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
2528              are not yet complete.
2529      Branch: perl
2530            ! pod/perltodo.pod pod/perlunicode.pod
2531 ____________________________________________________________________________
2532 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
2533         Log: Document what's still to be done on the regular expression
2534              Unicode support, based on the UTR#18.
2535      Branch: perl
2536            ! pod/perltodo.pod pod/perlunicode.pod
2537 ____________________________________________________________________________
2538 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
2539         Log: Regen headers.
2540      Branch: perl
2541            ! embedvar.h perlapi.h
2542 ____________________________________________________________________________
2543 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
2544         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
2545              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2546              Date: Sun, 09 Sep 2001 18:41:54 +0100
2547              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
2548      Branch: perl
2549            ! Porting/findvars ext/ByteLoader/bytecode.h
2550            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
2551            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
2552 ____________________________________________________________________________
2553 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
2554         Log: enable most warnings for windows build; fix the various typecasting
2555              nits that showed up (no bugfixes here)
2556      Branch: maint-5.6/perl
2557            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
2558            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
2559            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
2560            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
2561            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
2562            ! x2p/walk.c
2563 ____________________________________________________________________________
2564 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
2565         Log: Integrate change #12024 from maintperl
2566              (a local() precedence bug)
2567      Branch: perl
2568           !> lib/ExtUtils/Install.pm
2569 ____________________________________________________________________________
2570 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
2571         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
2572              change#8642
2573      Branch: maint-5.6/perl
2574            ! lib/ExtUtils/Install.pm
2575 ____________________________________________________________________________
2576 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
2577         Log: Update Changes.
2578      Branch: perl
2579            ! Changes patchlevel.h
2580 ____________________________________________________________________________
2581 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
2582         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
2583              From: "chromatic" <chromatic@rmci.net>
2584              Date: Fri, 14 Sep 2001 09:44:57 -0600 
2585              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
2586      Branch: perl
2587            ! lib/ExtUtils/Manifest.t
2588 ____________________________________________________________________________
2589 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
2590         Log: Hopefully better skipping of the Complete.t tests
2591              in case of not a tty. 
2592      Branch: perl
2593            ! lib/Term/Complete.t t/op/stat.t
2594 ____________________________________________________________________________
2595 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
2596         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
2597              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2598              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
2599              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
2600      Branch: perl
2601            ! regexec.c t/op/pat.t
2602 ____________________________________________________________________________
2603 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
2604         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
2605              From: Robin Barker <rmb1@cise.npl.co.uk>
2606              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
2607              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
2608      Branch: perl
2609            ! pod/perlport.pod
2610 ____________________________________________________________________________
2611 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
2612         Log: NetWare tweaks from Ananth Kesari.
2613      Branch: perl
2614            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
2615            ! NetWare/nwutil.h
2616 ____________________________________________________________________________
2617 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
2618         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
2619              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2620              Date: Fri, 14 Sep 2001 10:51:13 +0200
2621              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
2622      Branch: perl
2623            ! pod/perlport.pod
2624 ____________________________________________________________________________
2625 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
2626         Log: Subject: Re: [PATCH 2 pl2pm.PL]
2627              From: Joe Smith <Joe.Smith@inwap.com>
2628              Date: Fri, 14 Sep 2001 00:13:32 -0700
2629              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
2630              
2631              Eradicate qu.
2632      Branch: perl
2633            ! keywords.h keywords.pl utils/pl2pm.PL
2634 ____________________________________________________________________________
2635 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
2636         Log: Retract #12013, didn't go over too well in Tru64.
2637      Branch: perl
2638            ! embed.h embed.pl sv.h
2639 ____________________________________________________________________________
2640 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
2641         Log: Subject: [PATCH] Execute files of debugger commands
2642              From: Peter Scott <Peter@PSDT.com>
2643              Date: Thu, 13 Sep 2001 15:26:31 -0700
2644              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
2645      Branch: perl
2646            ! lib/perl5db.pl pod/perldebug.pod
2647 ____________________________________________________________________________
2648 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
2649         Log: (Retracted by #12015)
2650              Subject: [proposed PATCH] Re: perl@11920
2651              From: Nicholas Clark <nick@ccl4.org>
2652              Date: Wed, 12 Sep 2001 23:46:09 +0100
2653              Message-ID: <20010912234609.H4971@plum.flirble.org>     
2654      Branch: perl
2655            ! embed.h embed.pl sv.h
2656 ____________________________________________________________________________
2657 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
2658         Log: ucblib shouldn't be linked against in nonstop-ux,
2659              from Tom Bates.
2660      Branch: perl
2661            ! hints/nonstopux.sh
2662 ____________________________________________________________________________
2663 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
2664         Log: Do stty only if we have stty.
2665              
2666              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
2667      Branch: perl
2668            ! lib/Term/Complete.pm
2669 ____________________________________________________________________________
2670 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
2671         Log: Skip the test if not running on a tty.
2672      Branch: perl
2673            ! lib/Term/Complete.t
2674 ____________________________________________________________________________
2675 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
2676         Log: Regen headers.
2677      Branch: perl
2678            ! embed.h opcode.h pod/perlapi.pod proto.h
2679 ____________________________________________________________________________
2680 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
2681         Log: Subject: [PATCH op.c] Re: perl@12003
2682              From: Robin Barker <rmb1@cise.npl.co.uk>
2683              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
2684              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
2685      Branch: perl
2686            ! op.c
2687 ____________________________________________________________________________
2688 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
2689         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
2690              From: Robin Barker <rmb1@cise.npl.co.uk>
2691              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
2692              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
2693      Branch: perl
2694            ! sv.c
2695 ____________________________________________________________________________
2696 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
2697         Log: Upgrade to Memoize 0.66.
2698      Branch: perl
2699            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
2700            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
2701            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
2702 ____________________________________________________________________________
2703 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
2704         Log: Subject: [ID 20010912.007] substr reference core dump
2705              From: me-01@ton.iguana.be
2706              Date: 12 Sep 2001 14:11:16 -0000
2707              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
2708      Branch: perl
2709            ! mg.c
2710 ____________________________________________________________________________
2711 [ 12004] By: ams                                   on 2001/09/12  01:13:49
2712         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
2713              From: Ilmari Karonen <iltzu@sci.fi>
2714              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
2715              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
2716      Branch: perl
2717            ! pod/perlfaq4.pod
2718 ____________________________________________________________________________
2719 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
2720         Log: Update Changes.
2721      Branch: perl
2722            ! Changes patchlevel.h
2723 ____________________________________________________________________________
2724 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
2725         Log: NetWare update from Ananth Kesari.
2726      Branch: perl
2727            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
2728            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
2729 ____________________________________________________________________________
2730 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
2731         Log: Retract #11984: div() being redefined, and 1397
2732              failing on 64-bit platforms.
2733      Branch: perl
2734            ! lib/Math/BigInt/Calc.pm
2735 ____________________________________________________________________________
2736 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
2737         Log: Metaconfig unit change for #11999.
2738      Branch: metaconfig
2739            ! U/protos/d_lseekproto.U
2740 ____________________________________________________________________________
2741 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
2742         Log: The lseek fix (#11991) was no fix.
2743      Branch: perl
2744            ! Configure
2745 ____________________________________________________________________________
2746 [ 11998] By: sky                                   on 2001/09/11  07:52:06
2747         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
2748              From: Matt Sergeant <MSergeant@star.net.uk>
2749              Date: Tue, 11 Sep 2001 09:22:32 +0100
2750              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
2751      Branch: perl
2752            ! ext/Encode/Encode.pm
2753 ____________________________________________________________________________
2754 [ 11997] By: sky                                   on 2001/09/11  06:35:29
2755         Log: Sometimes dTHX is added because it is needed on non 
2756              gnuc platforms, but not needed there. This uses GCC
2757              to silence GCC specific warnings by marking pTHX as 
2758              unused.
2759      Branch: perl
2760            ! perl.h
2761 ____________________________________________________________________________
2762 [ 11996] By: nick                                  on 2001/09/11  06:25:27
2763         Log: Integrate mainline
2764      Branch: perlio
2765            - ext/POSIX/sigaction.t lib/File/Find/taint.t
2766           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
2767 ____________________________________________________________________________
2768 [ 11995] By: nick                                  on 2001/09/11  06:23:39
2769         Log: Part Integrate mainline
2770      Branch: perlio
2771           +> (branch 69 files)
2772            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
2773            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
2774            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
2775            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
2776            - lib/Switch/t/switch_case.t lib/Test/Harness.t
2777            - lib/Test/More/Changes lib/Test/More/t/More.t
2778            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
2779            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
2780            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
2781            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
2782            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
2783            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
2784            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
2785            - t/lib/Test/More/Catch.pm wince/perl.ico
2786           !> (integrate 197 files)
2787 ____________________________________________________________________________
2788 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
2789         Log: Subject: Re: [PATCH] Encode.pm docs fix
2790              From: Gisle Aas <gisle@ActiveState.com>
2791              Date: 10 Sep 2001 11:27:02 -0700
2792              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
2793      Branch: perl
2794            ! ext/Encode/Encode.pm
2795 ____________________________________________________________________________
2796 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
2797         Log: Fix unpack U to be the reverse of pack U
2798              (but implement unpack U0U as a backdoor to get
2799              the UTF-8 malformed warnings from un-UTF-8 data)
2800      Branch: perl
2801            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
2802 ____________________________________________________________________________
2803 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
2804         Log: Metaconfig unit change for #11991;
2805              delete an unused unit (d_strtoull.U is the one used)
2806      Branch: metaconfig
2807            ! U/protos/d_lseekproto.U
2808      Branch: metaconfig/U/perl
2809            - strtoull.U
2810 ____________________________________________________________________________
2811 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
2812         Log: Subject: [PATCH] Configure not recording lseek proto
2813              From: Blair Zajac <blair@orcaware.com>
2814              Date: Mon, 10 Sep 2001 17:52:37 -0700
2815              Message-ID: <3B9D6055.BA334A31@orcaware.com>
2816              
2817              plus regen Configure.
2818      Branch: perl
2819            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2820            ! config_h.SH uconfig.h
2821 ____________________________________________________________________________
2822 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
2823         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?)))                  
2824              From: Nicholas Clark <nick@ccl4.org>
2825              Date: Tue, 11 Sep 2001 00:00:31 +0100
2826              Message-ID: <20010911000031.G1512@plum.flirble.org>
2827      Branch: perl
2828            + t/op/qq.t
2829            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
2830 ____________________________________________________________________________
2831 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
2832         Log: Subject: [PATCH] Building on win32 w/o perlio
2833              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2834              Date: Mon, 10 Sep 2001 23:38:46 +0200
2835              Message-ID: <3B9D4F06.14433.2C37644@localhost>
2836      Branch: perl
2837            ! perl.c win32/Makefile win32/makefile.mk
2838 ____________________________________________________________________________
2839 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
2840         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
2841              From: "chromatic" <chromatic@rmci.net>
2842              Date: Mon, 10 Sep 2001 15:14:01 -0600
2843              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
2844      Branch: perl
2845            + lib/CGI/t/push.t
2846            ! MANIFEST
2847 ____________________________________________________________________________
2848 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
2849         Log: Subject: avoiding hoardes of zombies
2850              From: Nicholas Clark <nick@ccl4.org>
2851              Date: Mon, 10 Sep 2001 22:00:40 +0100
2852              Message-ID: <20010910220040.C1512@plum.flirble.org>
2853      Branch: perl
2854            ! pod/perlipc.pod
2855 ____________________________________________________________________________
2856 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
2857         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
2858              From: John Peacock <jpeacock@rowman.com>
2859              Date: Mon, 10 Sep 2001 16:34:30 -0400
2860              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
2861      Branch: perl
2862            ! sv.c t/op/ver.t utf8.h
2863 ____________________________________________________________________________
2864 [ 11985] By: ams                                   on 2001/09/10  23:20:13
2865         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
2866      Branch: perl
2867            ! MANIFEST
2868 ____________________________________________________________________________
2869 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
2870         Log: (Retracted by #12001)
2871              Subject: Calc with USE_MUL/USE_DIV
2872              From: Tels <perl_dummy@bloodgate.com>
2873              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
2874              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
2875      Branch: perl
2876            ! lib/Math/BigInt/Calc.pm
2877 ____________________________________________________________________________
2878 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
2879         Log: Subject: [PATCH op.c] Re: perl@11978
2880              From: Robin Barker <rmb1@cise.npl.co.uk>
2881              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
2882              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
2883              
2884              Format errors.
2885      Branch: perl
2886            ! op.c
2887 ____________________________________________________________________________
2888 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
2889         Log: Switch PADOFFSET back to U32 both because of binary backward
2890              compatibility and because Arthur seems to have been fixing the
2891              problems with naughty integer-pointer casting.
2892      Branch: perl
2893            ! op.h
2894 ____________________________________________________________________________
2895 [ 11981] By: ams                                   on 2001/09/10  16:31:43
2896         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
2897              Fix Pod Typo, Add Test for ExtUtils::Command
2898              From: "chromatic" <chromatic@rmci.net>
2899              Date: Mon, 10 Sep 2001 11:20:56 -0600
2900              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
2901      Branch: perl
2902            + lib/ExtUtils/Command.t
2903            ! MANIFEST lib/ExtUtils/Command.pm
2904 ____________________________________________________________________________
2905 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
2906         Log: Subject: [PATCH] Encode.pm docs fix
2907              From: Matt Sergeant <MSergeant@star.net.uk>
2908              Date: Mon, 10 Sep 2001 15:24:01 +0100
2909              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
2910      Branch: perl
2911            ! ext/Encode/Encode.pm
2912 ____________________________________________________________________________
2913 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
2914         Log: Update Changes.
2915      Branch: perl
2916            ! Changes patchlevel.h
2917 ____________________________________________________________________________
2918 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
2919         Log: Revert #11973, the dTHX seems to be needed in there
2920              for threaded builds.
2921      Branch: perl
2922            ! perlio.c
2923 ____________________________________________________________________________
2924 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
2925         Log: Detypo.
2926      Branch: perl
2927            ! pod/perlguts.pod
2928 ____________________________________________________________________________
2929 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
2930         Log: Further Class::Struct patching from Damian.
2931              
2932              The new new semantics are:
2933              
2934              * If you pass an initializer for a nested object, it has to be:
2935              a) a reference to an object of that class, or      
2936              b) a reference to an object of a subclass of that class, or
2937              c) a reference to a hash of arguments to be passed to the
2938              class's constructor
2939              * If you pass no initializer for a nested object, the attribute
2940              is initialized to C<undef>
2941      Branch: perl
2942            ! lib/Class/Struct.pm
2943 ____________________________________________________________________________
2944 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
2945         Log: Skip the crypt test if no crypt.
2946      Branch: perl
2947            ! t/op/crypt.t
2948 ____________________________________________________________________________
2949 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
2950         Log: Warn against using bare v-strings as IP addresses
2951              (okay if using the wrappers from Socket)
2952      Branch: perl
2953            ! pod/perldata.pod pod/perlport.pod
2954 ____________________________________________________________________________
2955 [ 11973] By: sky                                   on 2001/09/10  11:57:58
2956         Log: Remove unused dTHX. Silenced another warning.
2957      Branch: perl
2958            ! perlio.c
2959 ____________________________________________________________________________
2960 [ 11972] By: sky                                   on 2001/09/10  11:54:25
2961         Log: Silence some more warnings INT2PTR.
2962      Branch: perl
2963            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
2964 ____________________________________________________________________________
2965 [ 11971] By: sky                                   on 2001/09/10  11:21:50
2966         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
2967      Branch: perl
2968            ! cop.h
2969 ____________________________________________________________________________
2970 [ 11970] By: sky                                   on 2001/09/10  11:17:25
2971         Log: Apply INT2PTR with force to silence warnings from
2972              PM_GETRE and friends. No more warnings with 64bit 
2973              IVs and 32bit pointers.    
2974      Branch: perl
2975            ! op.c op.h perl.c
2976 ____________________________________________________________________________
2977 [ 11969] By: sky                                   on 2001/09/10  10:13:02
2978         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
2979      Branch: perl
2980            ! pod/perlguts.pod
2981 ____________________________________________________________________________
2982 [ 11968] By: sky                                   on 2001/09/10  10:02:51
2983         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
2984              Rename to custop_op_name to Perl_custom_op_name to match perlapi
2985              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
2986              perl_clone.
2987      Branch: perl
2988            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
2989 ____________________________________________________________________________
2990 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
2991         Log: Using strlen() not good on embedded nul bytes.
2992      Branch: perl
2993            ! regcomp.c
2994 ____________________________________________________________________________
2995 [ 11966] By: ams                                   on 2001/09/09  21:06:13
2996         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
2997              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2998              Date: Mon, 13 Aug 2001 22:51:59 +0200
2999              Message-ID: <20010813225159.C6681@rafael>
3000              (Applied with several tweaks.)
3001      Branch: perl
3002            ! embed.h embed.pl proto.h toke.c
3003 ____________________________________________________________________________
3004 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
3005         Log: The exact error message is system-dependent.
3006      Branch: perl
3007            ! lib/ExtUtils/Manifest.t
3008 ____________________________________________________________________________
3009 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
3010         Log: Add Windows and Mac Sami support to Encode
3011              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
3012      Branch: perl
3013            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
3014            ! MANIFEST
3015 ____________________________________________________________________________
3016 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
3017         Log: Use the tried method.
3018      Branch: perl
3019            ! pod/perlport.pod
3020 ____________________________________________________________________________
3021 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
3022         Log: Can't count parentheses.
3023      Branch: perl
3024            ! ext/IO/lib/IO/Socket/INET.pm
3025 ____________________________________________________________________________
3026 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
3027         Log: perlport additions: 1 while unlink, add/delete directory
3028              entries and permissions, cygwin stat funkiness (from Michael
3029              Schwern and Nicholas Clark)
3030      Branch: perl
3031            ! pod/perlport.pod
3032 ____________________________________________________________________________
3033 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
3034         Log: blib does have a detectable test.
3035      Branch: perl
3036            ! t/lib/1_compile.t
3037 ____________________________________________________________________________
3038 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
3039         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
3040              From: "chromatic" <chromatic@rmci.net>
3041              Date: Sat, 08 Sep 2001 19:33:42 -0600
3042              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
3043      Branch: perl
3044            + lib/Term/Complete.t
3045            ! MANIFEST
3046 ____________________________________________________________________________
3047 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
3048         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
3049              From: Michael G Schwern <schwern@pobox.com> 
3050              Date: Sat, 8 Sep 2001 02:40:26 -0400
3051              Message-ID: <20010908024026.A26283@blackrider>
3052      Branch: perl
3053            + lib/Test/Tutorial.pod
3054            ! MANIFEST
3055 ____________________________________________________________________________
3056 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
3057         Log: Try to look up protocol (by name) only iff it has non-numbers:
3058              nice if the server is in a chrooted environment (no /etc/protocols,
3059              server code using hardcorded protocol numbers like 6 for tcp),
3060              suggested by John Holdsworth <coldwave@bigfoot.com>.
3061              In other words, if we are given a number, why look it up again
3062              (by number)?
3063      Branch: perl
3064            ! ext/IO/lib/IO/Socket/INET.pm
3065 ____________________________________________________________________________
3066 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
3067         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
3068              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3069              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
3070              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
3071              
3072              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
3073              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3074              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
3075              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
3076              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
3077              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3078              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
3079              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
3080      Branch: perl
3081            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
3082 ____________________________________________________________________________
3083 [ 11955] By: ams                                   on 2001/09/09  02:54:21
3084         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
3085              From: "Craig A. Berry" <craigberry@mac.com>
3086              Date: Sat, 08 Sep 2001 19:02:16 -0500
3087              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
3088      Branch: perl
3089            ! lib/CGI/t/carp.t
3090 ____________________________________________________________________________
3091 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
3092         Log: Documentation tweaks; think the IP address as an opaque string.
3093      Branch: perl
3094            ! ext/Socket/Socket.pm
3095 ____________________________________________________________________________
3096 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
3097         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
3098              From: Michael G Schwern <schwern@pobox.com>
3099              Date: Sat, 8 Sep 2001 19:45:46 -0400
3100              Message-ID: <20010908194546.C9193@blackrider>
3101      Branch: perl
3102            + lib/blib.t
3103            ! MANIFEST lib/blib.pm t/lib/1_compile.t
3104 ____________________________________________________________________________
3105 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
3106         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
3107              From: "chromatic" <chromatic@rmci.net>
3108              Date: Sat, 08 Sep 2001 12:31:44 -0600
3109              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
3110      Branch: perl
3111            + lib/CGI/t/fast.t
3112            ! MANIFEST
3113 ____________________________________________________________________________
3114 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
3115         Log: The Socket tests were wrong: they were assuming too much.
3116      Branch: perl
3117            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
3118 ____________________________________________________________________________
3119 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
3120         Log: Retract the portability changes since they
3121              seem to have opened a can of worms... will
3122              go back to UNICOS/mk and do the bare minimum
3123              required to get the tests working.
3124      Branch: perl
3125            ! ext/Socket/Socket.xs
3126 ____________________________________________________________________________
3127 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
3128         Log: PADOFFSET is used to cast pointers into integers,
3129              if pointers are 64 bits and U32 32 bits,
3130              bad things may happen, or at least warnings issued.
3131      Branch: perl
3132            ! op.h
3133 ____________________________________________________________________________
3134 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
3135         Log: Still more Socket portability tweaking.
3136              Now Socket.t seems to be happy in all of
3137              Linux/x86, Tru64/alpha, Solaris/sparc,
3138              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
3139              
3140              Addendum: it seems that io_multihomed, io_sock, and hostent
3141              were broken in little-endians (linux/x86 and tru64/alpha)
3142              because of this change.  Argh.
3143      Branch: perl
3144            ! ext/Socket/Socket.xs
3145 ____________________________________________________________________________
3146 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
3147         Log: More portability kicking on inet_ntoa().
3148      Branch: perl
3149            ! ext/Socket/Socket.xs
3150 ____________________________________________________________________________
3151 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
3152         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
3153              From: Michael G Schwern <schwern@pobox.com> 
3154              Date: Fri, 7 Sep 2001 23:06:51 -0400
3155              Message-ID: <20010907230651.R606@blackrider>
3156      Branch: perl
3157            + lib/ExtUtils/Manifest.t
3158            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
3159 ____________________________________________________________________________
3160 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
3161         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
3162              From: "chromatic" <chromatic@rmci.net>
3163              Date: Fri, 07 Sep 2001 17:53:15 -0600      
3164              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
3165      Branch: perl
3166            + lib/ExtUtils/testlib.t
3167            ! MANIFEST
3168 ____________________________________________________________________________
3169 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
3170         Log: Thinko.
3171      Branch: perl
3172            ! lib/integer.t
3173 ____________________________________________________________________________
3174 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
3175         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
3176              From: "Craig A. Berry" <craigberry@mac.com>
3177              Date: Fri, 07 Sep 2001 15:30:03 -0500
3178              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
3179      Branch: perl
3180            ! lib/CGI/Carp.pm
3181 ____________________________________________________________________________
3182 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
3183         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
3184              From: Michael G Schwern <schwern@pobox.com>
3185              Date: Fri, 7 Sep 2001 15:38:13 -0400
3186              Message-ID: <20010907153813.K606@blackrider>
3187      Branch: perl
3188            ! lib/ExtUtils/MM_Unix.pm
3189 ____________________________________________________________________________
3190 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
3191         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
3192              From: Robin Barker <rmb1@cise.npl.co.uk>
3193              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
3194              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
3195      Branch: perl
3196            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
3197 ____________________________________________________________________________
3198 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
3199         Log: Clean up 1_compile.t; move tests to more consistent
3200              places (t/ subdirectories); add integer.t (much of
3201              the pragma is tested elsewhere but there is no one
3202              centralized place)
3203      Branch: perl
3204            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
3205            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
3206            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
3207            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
3208            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
3209            - lib/File/Find/find.t lib/File/Find/taint.t
3210            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
3211 ____________________________________________________________________________
3212 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
3213         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
3214              From: "chromatic" <chromatic@rmci.net>
3215              Date: Fri, 07 Sep 2001 10:17:40 -0600
3216              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
3217      Branch: perl
3218            ! lib/File/Find/taint.t
3219 ____________________________________________________________________________
3220 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
3221         Log: Update Changes.
3222      Branch: perl
3223            ! Changes patchlevel.h
3224 ____________________________________________________________________________
3225 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
3226         Log: Rename the old threading tutorial, start a new one,
3227              regen toc.
3228      Branch: perl
3229            + pod/perlothrtut.pod
3230            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
3231            ! pod/perltoc.pod
3232 ____________________________________________________________________________
3233 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
3234         Log: vars very much has a test.
3235      Branch: perl
3236            ! t/lib/1_compile.t
3237 ____________________________________________________________________________
3238 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
3239         Log: Subject: Re: wince/perl.ico marked as binary
3240              From: Nicholas Clark <nick@ccl4.org>
3241              Date: Fri, 7 Sep 2001 13:54:40 +0100
3242              Message-ID: <20010907135439.D39150@plum.flirble.org>
3243              
3244              and wince/Makefile.ce change from Rainer Keuchel.
3245      Branch: perl
3246            + wince/makeico.pl
3247            ! MANIFEST wince/Makefile.ce
3248 ____________________________________________________________________________
3249 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
3250         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
3251              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3252              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
3253              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
3254      Branch: perl
3255            ! regexec.c
3256 ____________________________________________________________________________
3257 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
3258         Log: (Replaced by #11934)
3259              Subject: Re: [PATCH regexec.c] more general .* and .*?
3260              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3261              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
3262              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
3263      Branch: perl
3264            ! regexec.c
3265 ____________________________________________________________________________
3266 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
3267         Log: The #11931 patching misbehaved.
3268      Branch: perl
3269            ! lib/Test/Harness/t/test-harness.t
3270 ____________________________________________________________________________
3271 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
3272         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
3273              From: Michael G Schwern <schwern@pobox.com>
3274              Date: Fri, 7 Sep 2001 03:30:41 -0400
3275              Message-ID: <20010907033041.A2796@blackrider>
3276      Branch: perl
3277            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
3278            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
3279            + t/lib/sample-tests/header_at_end_fail
3280            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
3281            - lib/Test/Harness.t
3282            ! MANIFEST lib/Test/Harness.pm t/TEST
3283 ____________________________________________________________________________
3284 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
3285         Log: Subject: [PATCH] Digest::MD5 update
3286              From: Gisle Aas <gisle@ActiveState.com>
3287              Date: 06 Sep 2001 23:32:56 -0700
3288              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
3289      Branch: perl
3290            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
3291            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
3292 ____________________________________________________________________________
3293 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
3294         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
3295              From: "chromatic" <chromatic@rmci.net>
3296              Date: Thu, 06 Sep 2001 23:11:44 -0600
3297              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
3298      Branch: perl
3299            + lib/less.t
3300            ! MANIFEST t/lib/1_compile.t
3301 ____________________________________________________________________________
3302 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
3303         Log: The binary file must somehow differently stored.
3304      Branch: perl
3305            - wince/perl.ico
3306            ! MANIFEST
3307 ____________________________________________________________________________
3308 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
3309         Log: Add more modules to the list of modules that have tests,
3310              Schwern's wallet is getting more nervous.
3311              (Run t/lib/1_compile.t manually to see which modules
3312              are lacking tests, or the tests can't be run for some
3313              reason or another, such as the Net:: modules)
3314      Branch: perl
3315            ! t/lib/1_compile.t
3316 ____________________________________________________________________________
3317 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
3318         Log: Try to make Socket::inet_ntoa() more robust.
3319      Branch: perl
3320            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
3321 ____________________________________________________________________________
3322 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
3323         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
3324              From: chromatic <chromatic@rmci.net>       
3325              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
3326              Message-Id: <01090522580506.19590@firewheel>           
3327      Branch: perl
3328            ! lib/English.t
3329 ____________________________________________________________________________
3330 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
3331         Log: Subject: Re: perlvar manpage and localizing special vars
3332              From: Stas Bekman <stas@stason.org>
3333              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
3334              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
3335      Branch: perl
3336            ! pod/perlvar.pod
3337 ____________________________________________________________________________
3338 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
3339         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
3340              From: Robin Barker <rmb1@cise.npl.co.uk>
3341              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
3342              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
3343      Branch: perl
3344            ! lib/ExtUtils/MakeMaker.pm
3345 ____________________________________________________________________________
3346 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
3347         Log: Symbol missing; AIX unhappy.
3348      Branch: perl
3349            ! makedef.pl
3350 ____________________________________________________________________________
3351 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
3352         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
3353              Reported in 5.61, seems to work okay in blead.
3354      Branch: perl
3355            ! t/run/kill_perl.t
3356 ____________________________________________________________________________
3357 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
3358         Log: Update Changes.
3359      Branch: perl
3360            ! Changes patchlevel.h
3361 ____________________________________________________________________________
3362 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
3363         Log: Document the bad assumptions currently breaking
3364              the Socket.t tests 10, 11, and 13 in UNICOS.
3365      Branch: perl
3366            ! ext/Socket/Socket.xs
3367 ____________________________________________________________________________
3368 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
3369         Log: Subject: [PATCH x2p] make OPTIMIZE=...
3370              From: Robin Barker <rmb1@cise.npl.co.uk>
3371              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
3372              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
3373      Branch: perl
3374            ! x2p/Makefile.SH x2p/cflags.SH
3375 ____________________________________________________________________________
3376 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
3377         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
3378              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
3379              Date: Thu, 6 Sep 2001 11:09:40 +0100
3380              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
3381              
3382              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
3383              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
3384              Date: 6 Sep 2001 10:14:38 -0000
3385              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
3386      Branch: perl
3387            ! pod/perlfaq1.pod pod/perlhack.pod
3388 ____________________________________________________________________________
3389 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
3390         Log: Subject: Extra NUL is Data::Dumper output - patch
3391              From: Tony Cook <tony@develop-help.com>
3392              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
3393              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
3394      Branch: perl
3395            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
3396 ____________________________________________________________________________
3397 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
3398         Log: Avoid redefinition warning
3399              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
3400              from
3401              perl -w -Ilib -MCwd -e ''
3402      Branch: perl
3403            ! lib/Cwd.pm
3404 ____________________________________________________________________________
3405 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
3406         Log: Update the is_tainted() example implementation.
3407      Branch: perl
3408            ! pod/perlsec.pod
3409 ____________________________________________________________________________
3410 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
3411         Log: Missing) in #11912.
3412      Branch: perl
3413            ! lib/Test/Simple/t/fail.t
3414 ____________________________________________________________________________
3415 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
3416         Log: Rewhack Test-Simple into core harness.
3417      Branch: perl
3418            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
3419            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
3420            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
3421            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
3422            ! lib/Test/Simple/t/skipall.t
3423 ____________________________________________________________________________
3424 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
3425         Log: Workaround for the new Exporter 'feature'.
3426      Branch: perl
3427            ! lib/Test/More.pm
3428 ____________________________________________________________________________
3429 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
3430         Log: Re-introduce pure-Perl fall-back for abs_path,
3431              re-introduce #11898.
3432      Branch: perl
3433            ! lib/Cwd.pm lib/File/Find.pm
3434 ____________________________________________________________________________
3435 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
3436         Log: More tests.
3437      Branch: perl
3438            ! lib/Exporter.t
3439 ____________________________________________________________________________
3440 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
3441         Log: Retract #11898 for now because it introduces
3442              a rather nasty depencency: when B is being built,
3443              MakeMaker is used.  MakeMaker uses File::Find.
3444              File::Find uses Cwd::getcwd()...which doesn't
3445              exist yet.
3446      Branch: perl
3447            ! lib/File/Find.pm
3448 ____________________________________________________________________________
3449 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
3450         Log: New test welcome.
3451      Branch: perl
3452            + lib/Test/Simple/t/simple.t
3453 ____________________________________________________________________________
3454 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
3455         Log: Old test begone.
3456      Branch: perl
3457            - lib/Attribute/Handlers/test.pl
3458 ____________________________________________________________________________
3459 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
3460         Log: Test-Simple syncup from Schwern.
3461      Branch: perl
3462            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
3463            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
3464            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
3465            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
3466            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
3467            - lib/Test/More/Changes lib/Test/More/t/More.t
3468            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
3469            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
3470            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
3471            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
3472            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
3473            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
3474            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
3475            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
3476            ! t/lib/Test/Simple/sample_tests/death.plx
3477            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
3478            ! t/lib/Test/Simple/sample_tests/extras.plx
3479            ! t/lib/Test/Simple/sample_tests/five_fail.plx
3480            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
3481            ! t/lib/Test/Simple/sample_tests/one_fail.plx
3482            ! t/lib/Test/Simple/sample_tests/require.plx
3483            ! t/lib/Test/Simple/sample_tests/success.plx
3484            ! t/lib/Test/Simple/sample_tests/too_few.plx
3485            ! t/lib/Test/Simple/sample_tests/two_fail.plx
3486 ____________________________________________________________________________
3487 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
3488         Log: Integrate File::Find changes from bleadperl
3489      Branch: maint-5.6/macperl
3490            ! lib/File/Find.pm t/lib/filefind-taint.t
3491 ____________________________________________________________________________
3492 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
3493         Log: Integrate 11847 from maint-5.6/perl
3494      Branch: maint-5.6/macperl
3495           !> sv.c
3496 ____________________________________________________________________________
3497 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
3498         Log: In UNICOS division yada yada.
3499      Branch: perl
3500            ! t/op/override.t
3501 ____________________________________________________________________________
3502 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
3503         Log: In UNICOS division is really lossy, better use
3504              a tolerance test.
3505      Branch: perl
3506            ! ext/Time/HiRes/HiRes.t
3507 ____________________________________________________________________________
3508 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
3509         Log: In UNICOS sigaction() sets an extra flag
3510              ("the signal has been registered for all the processes in
3511              a multitasking group.")
3512      Branch: perl
3513            ! ext/POSIX/sigaction.t
3514 ____________________________________________________________________________
3515 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
3516         Log: Documentation micropatch from Damian.
3517      Branch: perl
3518            ! lib/Attribute/Handlers.pm
3519 ____________________________________________________________________________
3520 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
3521         Log: (Retracted by #11908)
3522              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
3523              From: Michael G Schwern <schwern@pobox.com>
3524              Date: Wed, 5 Sep 2001 15:58:21 -0400
3525              Message-ID: <20010905155821.I632@blackrider>
3526      Branch: perl
3527            ! lib/File/Find.pm lib/File/Find/taint.t
3528 ____________________________________________________________________________
3529 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
3530         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
3531              From: Michael G Schwern <schwern@pobox.com>
3532              Date: Wed, 5 Sep 2001 19:16:31 -0400
3533              Message-ID: <20010905191631.E11386@blackrider>
3534      Branch: perl
3535            + lib/CGI/t/carp.t
3536            ! MANIFEST
3537 ____________________________________________________________________________
3538 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
3539         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
3540              From: chromatic <chromatic@rmci.net>
3541              Date: Wed, 5 Sep 2001 18:08:07 -0600
3542              Message-Id: <01090518080700.19590@firewheel>
3543      Branch: perl
3544            ! lib/English.pm
3545 ____________________________________________________________________________
3546 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
3547         Log: Fix a typo #11889 and add a test for the same.
3548      Branch: perl
3549            ! ext/Socket/Socket.t ext/Socket/Socket.xs
3550 ____________________________________________________________________________
3551 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
3552         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
3553              From: "Craig A. Berry" <craigberry@mac.com>
3554              Date: Wed, 05 Sep 2001 17:48:54 -0500
3555              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
3556      Branch: perl
3557            ! lib/warnings.t t/run/kill_perl.t
3558 ____________________________________________________________________________
3559 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
3560         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
3561              From: Michael G Schwern <schwern@pobox.com>
3562              Date: Wed, 5 Sep 2001 17:22:25 -0400
3563              Message-ID: <20010905172225.C11386@blackrider>
3564      Branch: perl
3565            ! t/run/kill_perl.t
3566 ____________________________________________________________________________
3567 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
3568         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
3569              From: Nicholas Clark <nick@ccl4.org>
3570              Date: Wed, 5 Sep 2001 20:54:24 +0100
3571              Message-ID: <20010905205424.C25120@plum.flirble.org>
3572      Branch: perl
3573            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
3574 ____________________________________________________________________________
3575 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
3576         Log: Forgotten thing.
3577      Branch: perl
3578            ! uconfig.h
3579 ____________________________________________________________________________
3580 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
3581         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
3582              From: chromatic <chromatic@rmci.net>               
3583              Date: Wed, 5 Sep 2001 13:22:08 -0600
3584              Message-Id: <01090513220807.10587@firewheel> 
3585      Branch: perl
3586            ! lib/English.pm
3587 ____________________________________________________________________________
3588 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
3589         Log: inet_ntoa() tweaks:
3590              - don't allow addresses with > 255 characters
3591              - indent the HP-UX workaround
3592              - don't leak memory
3593      Branch: perl
3594            ! ext/Socket/Socket.xs
3595 ____________________________________________________________________________
3596 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
3597         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
3598              <xwu@theeducationcenter.com>
3599      Branch: perl
3600            ! lib/File/Find.pm
3601 ____________________________________________________________________________
3602 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
3603         Log: Typo nits.
3604      Branch: perl
3605            ! lib/File/Find.pm
3606 ____________________________________________________________________________
3607 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
3608         Log: -Wall nit.
3609      Branch: perl
3610            ! op.c
3611 ____________________________________________________________________________
3612 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
3613         Log: Update to Scalar-List-Utils 1.05
3614      Branch: perl
3615            ! ext/List/Util/ChangeLog ext/List/Util/README
3616            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
3617 ____________________________________________________________________________
3618 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
3619         Log: Update Changes.
3620      Branch: perl
3621            ! Changes patchlevel.h
3622 ____________________________________________________________________________
3623 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
3624         Log: Update to Scalar-List-Utils 1.04
3625      Branch: perl
3626            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
3627            ! ext/List/Util/lib/List/Util.pm
3628            ! ext/List/Util/lib/Scalar/Util.pm
3629 ____________________________________________________________________________
3630 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
3631         Log: Metaconfigify #11724.
3632      Branch: metaconfig
3633            ! U/threads/archname.U
3634 ____________________________________________________________________________
3635 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
3636         Log: The MacOS reference is okay, no reason to hide it.
3637      Branch: perl
3638            ! lib/Cwd.pm
3639 ____________________________________________________________________________
3640 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
3641         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
3642              From: Michael G Schwern <schwern@pobox.com>
3643              Date: Tue, 4 Sep 2001 15:30:10 -0400
3644              Message-ID: <20010904153010.H26466@blackrider> 
3645              
3646              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
3647      Branch: perl
3648            ! ext/Cwd/Makefile.PL lib/Cwd.pm
3649 ____________________________________________________________________________
3650 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
3651         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.))
3652              From: Michael G Schwern <schwern@pobox.com>
3653              Date: Tue, 4 Sep 2001 17:39:13 -0400
3654              Message-ID: <20010904173913.C626@blackrider>
3655      Branch: perl
3656            ! lib/Cwd.pm
3657 ____________________________________________________________________________
3658 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
3659         Log: Subject: Re: Perl_pp_* in public API?
3660              From: "Craig A. Berry" <craigberry@mac.com>
3661              Date: Tue, 4 Sep 2001 21:51:29 -0500
3662              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
3663      Branch: perl
3664            ! ext/List/Util/Util.xs
3665 ____________________________________________________________________________
3666 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
3667         Log: From Damian: Class::Struct was unable to define
3668              recursive classes.  After the patch an object reference
3669              (rather than a hash) is required to initialize
3670              an object attribute.  If no such initializer is given to
3671              the constructor, object attributes are now default
3672              initialized to C<undef>.
3673      Branch: perl
3674            ! lib/Class/Struct.pm lib/Class/Struct.t
3675 ____________________________________________________________________________
3676 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
3677         Log: Subject: Re: sv_catpvfn and sv_setpvfn
3678              From: Richard Soderberg <rs@oregonnet.com>
3679              Date: Tue, 4 Sep 2001 15:16:47 -0700
3680              Message-Id: <200109042216.PAA17858@oregonnet.com>
3681      Branch: perl
3682            ! pod/perlclib.pod pod/perlguts.pod
3683 ____________________________________________________________________________
3684 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
3685         Log: NetWare updates from Ananth Kesari.
3686      Branch: perl
3687            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
3688            ! NetWare/nw5thread.h
3689 ____________________________________________________________________________
3690 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
3691         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?))
3692              From: Nicholas Clark <nick@ccl4.org>
3693              Date: Tue, 4 Sep 2001 22:42:50 +0100
3694              Message-ID: <20010904224250.P25120@plum.flirble.org>
3695      Branch: perl
3696            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
3697            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
3698            ! t/op/oct.t toke.c
3699 ____________________________________________________________________________
3700 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
3701         Log: Fix Cwd::getcwd() not being tainted, as noticed
3702              by Schwern.
3703      Branch: perl
3704            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
3705            - ext/Cwd/Cwd.t
3706            ! MANIFEST ext/Cwd/Cwd.xs util.c
3707 ____________________________________________________________________________
3708 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
3709         Log: Retract #11870 and volatilize the right destruct_level.
3710              Silly thinko pointed out by Sarathy.
3711      Branch: perl
3712            ! intrpvar.h perl.c
3713 ____________________________________________________________________________
3714 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
3715         Log: At least a temporary fix for the mysterious scope core dumps
3716              in Tru64 from Graham.
3717      Branch: perl
3718            ! ext/List/Util/Util.xs
3719 ____________________________________________________________________________
3720 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
3721         Log: (Retracted by #11872)
3722      Branch: perl
3723            ! intrpvar.h
3724 ____________________________________________________________________________
3725 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
3726         Log: Quench a -Wall gripe noticed by Robin Barker.
3727      Branch: perl
3728            ! op.c
3729 ____________________________________________________________________________
3730 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
3731         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
3732              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3733              Date: Wed, 05 Sep 2001 02:01:32 +0900
3734              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
3735      Branch: perl
3736            ! lib/Unicode/UCD.pm
3737 ____________________________________________________________________________
3738 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
3739         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
3740              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3741              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
3742              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
3743      Branch: perl
3744            ! gv.c
3745 ____________________________________________________________________________
3746 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
3747         Log: Update Changes.
3748      Branch: perl
3749            ! Changes patchlevel.h
3750 ____________________________________________________________________________
3751 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
3752         Log: Add the \[$@%&*] prototype support.
3753      Branch: perl
3754            ! op.c pod/perlsub.pod t/comp/proto.t
3755 ____________________________________________________________________________
3756 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
3757         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
3758              From: Michael G Schwern <schwern@pobox.com>
3759              Date: Mon, 3 Sep 2001 18:59:01 -0400
3760              Message-ID: <20010903185901.Z9233@blackrider>
3761      Branch: perl
3762            ! lib/CGI/t/form.t
3763 ____________________________________________________________________________
3764 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
3765         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
3766              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3767              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
3768              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
3769      Branch: perl
3770            ! gv.c
3771 ____________________________________________________________________________
3772 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
3773         Log: More srand entry tweakage based on Randal's suggestion.
3774      Branch: perl
3775            ! pod/perlfunc.pod
3776 ____________________________________________________________________________
3777 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
3778         Log: Subject: [PATCH] 'main' *is* a reserved word
3779              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3780              Date: Mon, 3 Sep 2001 22:55:41 +0200
3781              Message-ID: <20010903225541.A24097@rafael>
3782      Branch: perl
3783            ! toke.c
3784 ____________________________________________________________________________
3785 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
3786         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
3787              From: Peter Prymmer <pvhp@best.com>
3788              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
3789              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
3790      Branch: perl
3791            ! README.vms configure.com
3792 ____________________________________________________________________________
3793 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
3794         Log: Subject: Re: A slightly better default seed?   
3795              From: Michael G Schwern <schwern@pobox.com>
3796              Date: Mon, 3 Sep 2001 18:08:15 -0400 
3797              Message-ID: <20010903180815.W9233@blackrider>
3798      Branch: perl
3799            ! t/op/srand.t
3800 ____________________________________________________________________________
3801 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
3802         Log: Add sharedsv.o to microperl object files.
3803      Branch: perl
3804            ! Makefile.micro
3805 ____________________________________________________________________________
3806 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
3807         Log: AUTHORS updates and
3808              
3809              Subject: [PATCH] Just some preening :-)        
3810              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
3811              Date: Tue, 4 Sep 2001 14:16:59 +0100
3812              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
3813      Branch: perl
3814            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
3815 ____________________________________________________________________________
3816 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
3817         Log: Typo fix and slight rewording.
3818      Branch: perl
3819            ! pod/perlfunc.pod
3820 ____________________________________________________________________________
3821 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
3822         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
3823      Branch: perl
3824            ! pod/perlfaq4.pod
3825 ____________________________________________________________________________
3826 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
3827         Log: The helper file changed name.
3828      Branch: perl
3829            ! MANIFEST
3830 ____________________________________________________________________________
3831 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
3832         Log: Update to Scalar-List-Utils 1.03
3833      Branch: perl
3834            + ext/List/Util/t/shuffle.t
3835            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
3836            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
3837            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
3838            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
3839            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
3840            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
3841            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
3842            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
3843 ____________________________________________________________________________
3844 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
3845         Log: Make crypt() do something more sane for Unicode
3846              (take crypt() of the low eight bits of the characters,
3847              instead of taking crypt() of the UTF-8 of the scalar);
3848              add a test for crypt().
3849      Branch: perl
3850            + t/op/crypt.t
3851            ! MANIFEST pod/perlfunc.pod pp.c
3852 ____________________________________________________________________________
3853 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
3854         Log: Reorganize the srand entry.
3855      Branch: perl
3856            ! pod/perlfunc.pod
3857 ____________________________________________________________________________
3858 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
3859         Log: Remove the tests that assume something about
3860              calling srand() without arguments multiple times.
3861      Branch: perl
3862            ! t/op/srand.t
3863 ____________________________________________________________________________
3864 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
3865         Log: Upgrade to Math::BigInt 1.42.
3866      Branch: perl
3867            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3868            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
3869            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
3870            ! lib/Math/BigInt/t/mbimbf.t
3871 ____________________________________________________________________________
3872 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
3873         Log: integrate change#11847 from maint-5.6
3874              
3875              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
3876      Branch: perl
3877            ! sv.c
3878 ____________________________________________________________________________
3879 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
3880         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
3881      Branch: maint-5.6/perl
3882            ! sv.c
3883 ____________________________________________________________________________
3884 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
3885         Log: As far as I can tell these functions have been Unicodified.
3886      Branch: perl
3887            ! doop.c
3888 ____________________________________________________________________________
3889 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
3890         Log: Update to Storable 1.0.13.
3891      Branch: perl
3892            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
3893            ! ext/Storable/Storable.xs
3894 ____________________________________________________________________________
3895 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
3896         Log: Patch the Filter::Simple test to work with
3897              the core test suite (since the FilterTest.pm
3898              is in t/lib, not in lib).
3899      Branch: perl
3900            ! lib/Filter/Simple/t/filter.t
3901 ____________________________________________________________________________
3902 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
3903         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
3904      Branch: perl
3905            + t/lib/FilterTest.pm
3906            - t/lib/MyFilter.pm
3907 ____________________________________________________________________________
3908 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
3909         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
3910              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
3911              Text::Balanced 1.86.
3912      Branch: perl
3913            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
3914            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
3915            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
3916            + lib/Switch/t/nested.t lib/Switch/t/switch.t
3917            + lib/Text/Balanced/Changes lib/Text/Balanced/README
3918            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
3919            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
3920            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
3921            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
3922            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
3923            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
3924            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
3925            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
3926            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
3927            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
3928            ! MANIFEST lib/Attribute/Handlers.pm
3929            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
3930            ! lib/Attribute/Handlers/demo/Demo.pm
3931            ! lib/Attribute/Handlers/demo/Descriptions.pm
3932            ! lib/Attribute/Handlers/demo/MyClass.pm
3933            ! lib/Attribute/Handlers/demo/demo.pl
3934            ! lib/Attribute/Handlers/demo/demo2.pl
3935            ! lib/Attribute/Handlers/demo/demo3.pl
3936            ! lib/Attribute/Handlers/demo/demo4.pl
3937            ! lib/Attribute/Handlers/demo/demo_call.pl
3938            ! lib/Attribute/Handlers/demo/demo_chain.pl
3939            ! lib/Attribute/Handlers/demo/demo_cycle.pl
3940            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
3941            ! lib/Attribute/Handlers/demo/demo_phases.pl
3942            ! lib/Attribute/Handlers/demo/demo_range.pl
3943            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
3944            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
3945            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
3946            ! lib/Text/Balanced.pm
3947 ____________________________________________________________________________
3948 [ 11841] By: sky                                   on 2001/09/03  11:04:15
3949         Log: Forgot to add a file with Change #11840
3950      Branch: perl
3951            + t/op/srand.t
3952 ____________________________________________________________________________
3953 [ 11840] By: sky                                   on 2001/09/03  11:02:04
3954         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
3955              From: Michael G Schwern <schwern@pobox.com>
3956              Date: Mon, 3 Sep 2001 07:43:00 -0400
3957              Message-ID: <20010903074300.E9233@blackrider>
3958      Branch: perl
3959            ! MANIFEST pod/perlfunc.pod t/op/rand.t
3960 ____________________________________________________________________________
3961 [ 11839] By: sky                                   on 2001/09/03  10:47:11
3962         Log: Document the changes with regards to running of END blocks.
3963              And DESTROY on global objects are called in perl_destruct()!
3964      Branch: perl
3965            ! pod/perl572delta.pod pod/perlembed.pod
3966 ____________________________________________________________________________
3967 [ 11838] By: sky                                   on 2001/09/03  09:34:44
3968         Log: Subject: [PATCH t/op/time.t] Partial cleanup
3969              From: Michael G Schwern <schwern@pobox.com>
3970              Date: Mon, 3 Sep 2001 06:29:42 -0400
3971              Message-ID: <20010903062942.C9233@blackrider>
3972      Branch: perl
3973            ! t/op/time.t
3974 ____________________________________________________________________________
3975 [ 11837] By: sky                                   on 2001/09/03  09:30:02
3976         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
3977              From: Michael G Schwern <schwern@pobox.com>
3978              Date: Mon, 3 Sep 2001 06:24:13 -0400
3979              Message-ID: <20010903062413.B9233@blackrider>
3980      Branch: perl
3981            ! t/op/rand.t
3982 ____________________________________________________________________________
3983 [ 11836] By: sky                                   on 2001/09/03  07:56:47
3984         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
3985              From: Michael G Schwern <schwern@pobox.com>
3986              Date: Sun, 2 Sep 2001 21:38:43 -0400
3987              Message-ID: <20010902213843.L2711@blackrider>
3988      Branch: perl
3989            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
3990            ! MANIFEST
3991 ____________________________________________________________________________
3992 [ 11835] By: nick                                  on 2001/09/03  06:20:06
3993         Log: Integrate mainline
3994      Branch: perlio
3995           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
3996            - t/op/misc.t
3997           !> (integrate 187 files)
3998 ____________________________________________________________________________
3999 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
4000         Log: Update Changes.
4001      Branch: perl
4002            ! Changes patchlevel.h
4003 ____________________________________________________________________________
4004 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
4005         Log: Slight tweaks.
4006      Branch: perl
4007            ! t/run/kill_perl.t
4008 ____________________________________________________________________________
4009 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
4010         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
4011      Branch: perl
4012            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
4013 ____________________________________________________________________________
4014 [ 11831] By: sky                                   on 2001/09/02  12:10:42
4015         Log: Change #11828 wasn't complete, this updates to intest path
4016      Branch: perl
4017            ! t/run/kill_perl.t
4018 ____________________________________________________________________________
4019 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
4020         Log: 's's's.
4021      Branch: perl
4022            ! Changes
4023 ____________________________________________________________________________
4024 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
4025         Log: Update Changes.
4026      Branch: perl
4027            ! Changes patchlevel.h
4028 ____________________________________________________________________________
4029 [ 11828] By: sky                                   on 2001/09/02  11:53:56
4030         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
4031              From: Michael G Schwern <schwern@pobox.com>
4032              Date: Sat, 1 Sep 2001 20:18:58 -0400
4033              Message-ID: <20010901201858.X606@blackrider>
4034              +MANIFEST Fix
4035      Branch: perl
4036            + t/run/kill_perl.t
4037            - t/op/misc.t t/run/segfault.t
4038            ! MANIFEST
4039 ____________________________________________________________________________
4040 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
4041         Log: Subject: [PATCH] lib/Time/Local.pm
4042              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
4043              Date: Sun, 2 Sep 2001 06:50:01 -0500
4044              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
4045      Branch: perl
4046            ! lib/Time/Local.pm
4047 ____________________________________________________________________________
4048 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
4049         Log: Tick off Unicode collation and the normalization from
4050              the todo list.
4051      Branch: perl
4052            ! pod/perltodo.pod
4053 ____________________________________________________________________________
4054 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
4055         Log: Update to Unicode 3.1.1.
4056      Branch: perl
4057            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
4058            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
4059            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
4060            ! lib/unicore/PropList.txt lib/unicore/README.perl
4061            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
4062            ! lib/unicore/rename lib/unicore/version
4063 ____________________________________________________________________________
4064 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
4065         Log: Slight doc tweaks for the module.
4066      Branch: perl
4067            ! lib/Unicode/UCD.pm
4068 ____________________________________________________________________________
4069 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
4070         Log: Rename the variable: it *used* to be (wrongly) that the
4071              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
4072              but that is no more the case: PL_reg_match_utf8 is better.
4073      Branch: perl
4074            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
4075            ! regexec.c sv.c thrdvar.h
4076 ____________________________________________________________________________
4077 [ 11822] By: ams                                   on 2001/09/02  02:54:50
4078         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
4079              From: Ilmari Karonen <iltzu@sci.fi>
4080              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
4081              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
4082              (op/sub_lval.t updated to take new error message into account.)
4083      Branch: perl
4084            ! op.c t/op/sub_lval.t
4085 ____________________________________________________________________________
4086 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
4087         Log: remove stray CRs in files; keep all files with UNIX line-ends
4088              (Porting/makerel adds CRs to the files that need it in the
4089              distribution)
4090      Branch: perl
4091            ! NetWare/t/NWScripts.pl README.dos
4092            ! ext/Encode/Encode/cns11643-1.enc
4093            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
4094            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
4095 ____________________________________________________________________________
4096 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
4097         Log: some remnants of change#11803
4098      Branch: perl
4099            ! ext/ByteLoader/byterun.h perl.h
4100 ____________________________________________________________________________
4101 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
4102         Log: Update to Unicode::Collate 0.08.
4103      Branch: perl
4104            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
4105            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
4106 ____________________________________________________________________________
4107 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
4108         Log: Test tweaks.
4109      Branch: perl
4110            ! t/op/pat.t
4111 ____________________________________________________________________________
4112 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
4113         Log: Fix test
4114      Branch: maint-5.6/macperl
4115            ! t/lib/b.t
4116 ____________________________________________________________________________
4117 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
4118         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
4119              warnings in Config.pm with -W; increase default and
4120              minimum RAM; bump version number.
4121      Branch: maint-5.6/macperl
4122            + macos/lib/Mac/LowMem.pm
4123            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
4124            ! macos/configpm macos/macperl/MacPerl.r
4125 ____________________________________________________________________________
4126 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
4127         Log: Make syntax check report in MPW style, fix tests
4128              to use Mac::err=unix to get normal-style error
4129              messages.
4130      Branch: maint-5.6/macperl
4131            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
4132            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
4133 ____________________________________________________________________________
4134 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
4135         Log: Make MPW-style errors optional (but the default); add
4136              MacPerl::ErrorFormat() function and Mac::err pragma
4137      Branch: maint-5.6/macperl
4138            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
4139            + macos/ext/Mac/err/err.xs
4140            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
4141            ! macos/macish.c macos/macish.h macos/macperl.sym
4142 ____________________________________________________________________________
4143 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
4144         Log: More module and test ports from Thomas Wegner et al
4145      Branch: maint-5.6/macperl
4146            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
4147            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
4148            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
4149            ! t/op/magic.t
4150 ____________________________________________________________________________
4151 [ 11812] By: sky                                   on 2001/09/01  17:19:30
4152         Log: Subject: [PATCH t/op/concat.t] cleanup
4153              From: Michael G Schwern <schwern@pobox.com>
4154              Date: Sat, 1 Sep 2001 14:06:28 -0400
4155              Message-ID: <20010901140628.C606@blackrider>
4156      Branch: perl
4157            ! t/op/concat.t
4158 ____________________________________________________________________________
4159 [ 11811] By: sky                                   on 2001/09/01  12:25:29
4160         Log: Change #11805 didn't update the MANIFEST
4161      Branch: perl
4162            ! MANIFEST
4163 ____________________________________________________________________________
4164 [ 11810] By: sky                                   on 2001/09/01  11:52:44
4165         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
4166              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4167              Date: Sat, 1 Sep 2001 14:50:14 +0200
4168              Message-ID: <20010901145014.A691@rafael>
4169      Branch: perl
4170            ! t/op/inccode.t
4171 ____________________________________________________________________________
4172 [ 11809] By: sky                                   on 2001/09/01  11:49:22
4173         Log: Subject: PATCH: ExtUtils::MakeMaker
4174              From: Tony Bowden <tony@kasei.com>
4175              Date: Sat, 1 Sep 2001 10:33:53 +0100
4176              Message-ID: <20010901103353.A13863@soto.kasei.com>
4177              Manually applied
4178      Branch: perl
4179            ! lib/ExtUtils/MakeMaker.pm
4180 ____________________________________________________________________________
4181 [ 11808] By: sky                                   on 2001/09/01  11:39:13
4182         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
4183              From: mike808@users.sourceforge.net
4184              Date: Sat, 1 Sep 101 11:27:50 GMT
4185              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
4186              With little tweak
4187      Branch: perl
4188            ! lib/Term/Cap.pm
4189 ____________________________________________________________________________
4190 [ 11807] By: ams                                   on 2001/09/01  11:31:16
4191         Log: Subject: oct() and hex()
4192              From: Nicholas Clark <nick@ccl4.org>
4193              Date: Fri, 31 Aug 2001 23:14:13 +0100
4194              Message-Id: <20010831231413.J4950@plum.flirble.org>
4195      Branch: perl
4196            ! pod/perlclib.pod
4197 ____________________________________________________________________________
4198 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
4199         Log: Integrate change 11801 from maintperl
4200      Branch: maint-5.6/macperl
4201            ! perl.c
4202 ____________________________________________________________________________
4203 [ 11805] By: sky                                   on 2001/08/31  21:35:10
4204         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
4205              From: Michael G Schwern <schwern@pobox.com>
4206              Date: Fri, 31 Aug 2001 15:36:28 -0400
4207              Message-ID: <20010831153628.B598@blackrider>
4208              Check for things which used to segfault
4209      Branch: perl
4210            + t/run/segfault.t
4211 ____________________________________________________________________________
4212 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
4213         Log: integrate change#11801 from maint-5.6
4214              
4215              remove age-old UNICOS "workaround" that introduces a static, and
4216              hence an egregious race condition for threaded builds (*sigh*
4217              beats me why this kludge wasn't guarded by a UNICOS-specific
4218              #define *sigh*)
4219      Branch: perl
4220            ! perl.c
4221 ____________________________________________________________________________
4222 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
4223         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
4224              working in 5.7.x
4225      Branch: perl
4226            - objXSUB.h
4227            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
4228            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
4229            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
4230            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
4231            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
4232            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
4233            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
4234            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
4235            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
4236            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
4237            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
4238            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
4239            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
4240            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
4241            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
4242            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
4243            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
4244            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
4245            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
4246            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
4247            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
4248            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
4249 ____________________________________________________________________________
4250 [ 11802] By: ams                                   on 2001/08/31  18:11:32
4251         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
4252              From: "Philip Newton" <Philip.Newton@gmx.net>
4253              Date: Fri, 31 Aug 2001 21:12:56 +0200
4254              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
4255      Branch: perl
4256            ! pod/perldiag.pod
4257 ____________________________________________________________________________
4258 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
4259         Log: remove age-old UNICOS "workaround" that introduces a static, and
4260              hence an egregious race condition for threaded builds (*sigh*
4261              beats me why this kludge wasn't guarded by a UNICOS-specific
4262              #define *sigh*)
4263      Branch: maint-5.6/perl
4264            ! perl.c
4265 ____________________________________________________________________________
4266 [ 11800] By: sky                                   on 2001/08/31  17:30:26
4267         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
4268              Might break on platforms where bool is larger than 8 bites ???
4269      Branch: perl
4270            ! regcomp.c
4271 ____________________________________________________________________________
4272 [ 11799] By: ams                                   on 2001/08/31  12:15:44
4273         Log: Integrate 11778 into mainline.
4274      Branch: perl
4275            ! t/base/term.t
4276 ____________________________________________________________________________
4277 [ 11798] By: sky                                   on 2001/08/31  11:31:44
4278         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
4279              supposed to happen.
4280      Branch: perl
4281            ! regcomp.c
4282 ____________________________________________________________________________
4283 [ 11797] By: sky                                   on 2001/08/31  11:28:17
4284         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
4285              From: "John P. Linderman" <jpl@research.att.com>
4286              Date: Fri, 31 Aug 2001 08:20:35 -0400
4287              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
4288              Fixes test 14 which could fail randomly in rare cases.
4289      Branch: perl
4290            ! ext/Time/HiRes/HiRes.t regcomp.c
4291 ____________________________________________________________________________
4292 [ 11796] By: ams                                   on 2001/08/31  01:13:07
4293         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
4294              From: Nicholas Clark <nick@ccl4.org>
4295              Date: Thu, 30 Aug 2001 23:21:50 +0100
4296              Message-Id: <20010830232150.D4950@plum.flirble.org>
4297      Branch: perl
4298            ! ext/Sys/Syslog/Makefile.PL
4299 ____________________________________________________________________________
4300 [ 11795] By: ams                                   on 2001/08/30  23:53:23
4301         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
4302              patching example
4303              From: Michael G Schwern <schwern@pobox.com>
4304              Date: Thu, 30 Aug 2001 17:02:08 -0400
4305              Message-Id: <20010830170208.M2318@blackrider>
4306      Branch: perl
4307            ! pod/perlhack.pod
4308 ____________________________________________________________________________
4309 [ 11794] By: ams                                   on 2001/08/30  19:35:36
4310         Log: Subject: [PATCH] pp_modulo
4311              From: Nicholas Clark <nick@ccl4.org>
4312              Date: Thu, 30 Aug 2001 18:20:54 +0100
4313              Message-Id: <20010830182053.A4950@plum.flirble.org>
4314      Branch: perl
4315            ! pp.c t/op/64bitint.t
4316 ____________________________________________________________________________
4317 [ 11793] By: sky                                   on 2001/08/30  13:02:48
4318         Log: 11792 wasn't complete
4319      Branch: perl
4320            ! makedef.pl regcomp.c
4321 ____________________________________________________________________________
4322 [ 11792] By: sky                                   on 2001/08/30  12:21:11
4323         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
4324      Branch: perl
4325            ! makedef.pl
4326 ____________________________________________________________________________
4327 [ 11791] By: sky                                   on 2001/08/30  10:08:02
4328         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
4329      Branch: perl
4330            ! config_h.SH
4331 ____________________________________________________________________________
4332 [ 11790] By: sky                                   on 2001/08/30  08:22:31
4333         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
4334              on the pad. Fixes coredumps in cleanups introduced by
4335              Change 11755  
4336      Branch: perl
4337            ! op.c perl.c sv.h
4338 ____________________________________________________________________________
4339 [ 11789] By: sky                                   on 2001/08/29  19:01:47
4340         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
4341              This is a replacement implmentation that works on HPUX.
4342              This bug should probably be fixed in GCC.
4343      Branch: perl
4344            ! ext/Socket/Socket.xs
4345 ____________________________________________________________________________
4346 [ 11788] By: ams                                   on 2001/08/29  17:35:33
4347         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
4348              From: Nicholas Clark <nick@ccl4.org>
4349              Date: Wed, 29 Aug 2001 18:21:56 +0100
4350              Message-Id: <20010829182156.O4950@plum.flirble.org>
4351      Branch: perl
4352            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
4353 ____________________________________________________________________________
4354 [ 11787] By: sky                                   on 2001/08/29  10:42:54
4355         Log: Added test for pack_addr_in and unpack_addr_in
4356              Nitpik in test 10
4357      Branch: perl
4358            ! ext/Socket/Socket.t
4359 ____________________________________________________________________________
4360 [ 11786] By: sky                                   on 2001/08/29  10:28:14
4361         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
4362              Trying to catch errors on HP-UX
4363      Branch: perl
4364            ! ext/Socket/Socket.t
4365 ____________________________________________________________________________
4366 [ 11785] By: sky                                   on 2001/08/29  09:07:03
4367         Log: make sure USE_THREADS is defined so external apps work
4368      Branch: perl
4369            ! config_h.SH
4370 ____________________________________________________________________________
4371 [ 11784] By: sky                                   on 2001/08/29  08:06:12
4372         Log: Subject: Re: The hitlist of untested modules.
4373              From: Jonathan Stowe <gellyfish@gellyfish.com>
4374              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
4375              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
4376              Start of tests for Shell.pm (make Schwern poorer!)
4377      Branch: perl
4378            + lib/Shell.t
4379            ! MANIFEST
4380 ____________________________________________________________________________
4381 [ 11783] By: sky                                   on 2001/08/29  07:37:50
4382         Log: END{} can change the return value even if we die from BEGIN{}
4383      Branch: perl
4384            ! miniperlmain.c
4385 ____________________________________________________________________________
4386 [ 11782] By: ams                                   on 2001/08/29  06:32:17
4387         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
4388              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4389              Date: Wed, 29 Aug 2001 09:18:17 +0200
4390              Message-Id: <20010829091817.A4453@rafael>
4391      Branch: perl
4392            ! t/op/inccode.t
4393 ____________________________________________________________________________
4394 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
4395         Log: Delete xsubpp.patch, as full copy exists now
4396      Branch: maint-5.6/macperl
4397            - macos/xsubpp.patch
4398 ____________________________________________________________________________
4399 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
4400         Log: Add Changes file
4401      Branch: maint-5.6/macperl
4402            + macos/Changes
4403 ____________________________________________________________________________
4404 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
4405         Log: Add Mac version of xsubpp as separate file
4406      Branch: maint-5.6/macperl
4407            + macos/xsubpp
4408            ! macos/Makefile.mk
4409 ____________________________________________________________________________
4410 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
4411         Log: Fix open of /dev/null for Mac OS
4412      Branch: maint-5.6/macperl
4413            ! t/base/term.t
4414 ____________________________________________________________________________
4415 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
4416         Log: Various patches: enable more tests; skip CVS in PerlInstall;
4417              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
4418      Branch: maint-5.6/macperl
4419            ! macos/MacPerlTests.cmd macos/PerlInstall
4420            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
4421 ____________________________________________________________________________
4422 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
4423         Log: Allow for platforms to override formatting of errors
4424              on output from Matthias Neeracher (Mac files)
4425      Branch: maint-5.6/macperl
4426            ! macos/macish.c macos/macish.h
4427 ____________________________________________________________________________
4428 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
4429         Log: Allow for platforms to override formatting of errors
4430              on output from Matthias Neeracher (core files)
4431      Branch: maint-5.6/macperl
4432            ! perl.h pp_ctl.c util.c
4433 ____________________________________________________________________________
4434 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
4435         Log: Add some param checking, from reports by Kevin Reid.
4436      Branch: maint-5.6/macperl
4437            ! macos/ext/Mac/Controls/Controls.pm
4438            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
4439 ____________________________________________________________________________
4440 [ 11773] By: ams                                   on 2001/08/28  23:54:57
4441         Log: Subject: [PATCH] make coretest
4442              From: Paul Johnson <paul@pjcj.net>
4443              Date: Wed, 29 Aug 2001 00:11:38 +0200
4444              Message-Id: <20010829001138.B12169@pjcj.net>
4445              (Applied without the change to perlhack.pod. This should
4446              probably stay undocumented.)
4447      Branch: perl
4448            ! Makefile.SH t/TEST
4449 ____________________________________________________________________________
4450 [ 11772] By: sky                                   on 2001/08/28  13:01:20
4451         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
4452              From: Michael G Schwern <schwern@pobox.com>
4453              Date: Tue, 28 Aug 2001 09:57:39 -0400
4454              Message-ID: <20010828095738.E17775@blackrider>
4455      Branch: perl
4456            ! pod/perlhack.pod t/op/pack.t
4457 ____________________________________________________________________________
4458 [ 11771] By: sky                                   on 2001/08/28  11:20:13
4459         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
4460              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4461              Date: Tue, 28 Aug 2001 14:23:43 +0200
4462              Message-ID: <20010828142343.A19299@rafael>
4463      Branch: perl
4464            ! pod/perlvar.pod pp_ctl.c
4465 ____________________________________________________________________________
4466 [ 11770] By: ams                                   on 2001/08/28  10:13:21
4467         Log: Subject: [PATCH] odd typo in op.h
4468              From: Nicholas Clark <nick@ccl4.org>
4469              Date: Tue, 28 Aug 2001 12:10:26 +0100
4470              Message-Id: <20010828121026.V4950@plum.flirble.org>
4471      Branch: perl
4472            ! op.h
4473 ____________________________________________________________________________
4474 [ 11769] By: sky                                   on 2001/08/28  08:09:16
4475         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
4476              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
4477              Date: Tue, 28 Aug 2001 02:22:20 +0300
4478              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
4479      Branch: perl
4480            ! ext/B/B/Lint.pm
4481 ____________________________________________________________________________
4482 [ 11768] By: ams                                   on 2001/08/28  00:47:35
4483         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
4484              From: Michael G Schwern <schwern@pobox.com>
4485              Date: Mon, 27 Aug 2001 21:24:44 -0400
4486              Message-Id: <20010827212444.F12582@blackrider>
4487      Branch: perl
4488            ! pod/perlhack.pod t/op/pack.t
4489 ____________________________________________________________________________
4490 [ 11767] By: ams                                   on 2001/08/27  23:59:48
4491         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
4492              From: Michael G Schwern <schwern@pobox.com>
4493              Date: Mon, 27 Aug 2001 20:12:29 -0400
4494              Message-Id: <20010827201229.D12582@blackrider>
4495      Branch: perl
4496            ! pod/perlhack.pod t/op/pack.t
4497 ____________________________________________________________________________
4498 [ 11766] By: ams                                   on 2001/08/27  23:39:40
4499         Log: Update Changes.
4500      Branch: perl
4501            ! Changes
4502 ____________________________________________________________________________
4503 [ 11765] By: ams                                   on 2001/08/27  22:53:10
4504         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
4505              From: Michael G Schwern <schwern@pobox.com>
4506              Date: Mon, 27 Aug 2001 19:47:30 -0400
4507              Message-Id: <20010827194730.C12582@blackrider>
4508      Branch: perl
4509            ! t/op/inccode.t
4510 ____________________________________________________________________________
4511 [ 11764] By: ams                                   on 2001/08/27  22:46:21
4512         Log: Subject: [PATCH] new tests for the coderef-in-@INC
4513              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4514              Date: Mon, 27 Aug 2001 22:36:27 +0200
4515              Message-Id: <20010827223627.C690@rafael>
4516              
4517              Subject: Re: [PATCH] new tests for the coderef-in-@INC
4518              From: Nicholas Clark <nick@ccl4.org>
4519              Date: Tue, 28 Aug 2001 00:02:46 +0100
4520              Message-Id: <20010828000245.R4950@plum.flirble.org>
4521      Branch: perl
4522            + t/op/inccode.t
4523            ! MANIFEST
4524 ____________________________________________________________________________
4525 [ 11763] By: ams                                   on 2001/08/27  22:41:09
4526         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
4527              bleadperl on fire, Win95+4NT)
4528              From: Michael G Schwern <schwern@pobox.com>
4529              Date: Mon, 27 Aug 2001 16:54:42 -0400
4530              Message-Id: <20010827165442.F9436@blackrider>
4531      Branch: perl
4532            ! lib/warnings.t
4533 ____________________________________________________________________________
4534 [ 11762] By: sky                                   on 2001/08/27  19:19:17
4535         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
4536              avaible at compile time. This broke the compilation of 
4537              Net/Ping.pm
4538      Branch: perl
4539            ! lib/Net/Ping.pm
4540 ____________________________________________________________________________
4541 [ 11761] By: sky                                   on 2001/08/27  18:34:48
4542         Log: Removed tripple definitions of CUSTOM_OP functions.
4543      Branch: perl
4544            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
4545 ____________________________________________________________________________
4546 [ 11760] By: sky                                   on 2001/08/27  18:21:27
4547         Log: Regen headers
4548      Branch: perl
4549            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
4550            ! perlapi.h proto.h
4551 ____________________________________________________________________________
4552 [ 11759] By: ams                                   on 2001/08/27  16:31:53
4553         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
4554              From: "chromatic" <chromatic@rmci.net>
4555              Date: Mon, 27 Aug 2001 11:17:09 -0600
4556              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
4557      Branch: perl
4558            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
4559 ____________________________________________________________________________
4560 [ 11758] By: sky                                   on 2001/08/27  15:16:42
4561         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
4562              Thanks to H. Merijn Brand for the patch.
4563              Some of the comments and or guards might be removable in perl.h now.
4564      Branch: perl
4565            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
4566            ! Porting/Glossary Porting/config_H README.threads config_h.SH
4567            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
4568            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
4569            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
4570            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
4571            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
4572            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
4573            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
4574            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
4575            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
4576            ! win32/config_H.vc win32/perllib.c win32/win32.h
4577            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
4578            ! wince/config.h wince/config_H.ce wince/win32.h
4579            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
4580 ____________________________________________________________________________
4581 [ 11757] By: sky                                   on 2001/08/27  13:39:16
4582         Log: Subject: GNU ld parses arguments different
4583              From: H.Merijn Brand <h.m.brand@hccnet.nl>
4584              Date: Mon, 27 Aug 2001 16:25:51 +0200
4585              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
4586      Branch: perl
4587            ! hints/hpux.sh
4588 ____________________________________________________________________________
4589 [ 11756] By: sky                                   on 2001/08/27  13:18:45
4590         Log: Subject: Custom Ops
4591              From: Simon Cozens <simon@netthink.co.uk>
4592              Date: Sat, 25 Aug 2001 17:45:09 +0100
4593              Message-ID: <20010825174509.A5752@netthink.co.uk>
4594              I also added a fix to Opcode.pm to quite test cases.
4595      Branch: perl
4596            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
4597            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
4598 ____________________________________________________________________________
4599 [ 11755] By: sky                                   on 2001/08/27  05:37:17
4600         Log: Plugs a memory leak on destruction of regular expressions
4601              introcued by #11274.
4602              PL_regex_padav now has an AV as it's first entry with a list
4603              of freed regex_padav slots that it will reuse on creating
4604              new PMOPs.
4605      Branch: perl
4606            ! op.c perl.c
4607 ____________________________________________________________________________
4608 [ 11754] By: ams                                   on 2001/08/26  14:38:52
4609         Log: Subject: [PATCH] t/io/binmode.t
4610              From: Nicholas Clark <nick@ccl4.org>
4611              Date: Sun, 26 Aug 2001 12:03:05 +0100
4612              Message-Id: <20010826120305.C4950@plum.flirble.org>
4613              
4614              (Also a nitpick in #11752 to t/op/universal.t)
4615      Branch: perl
4616            ! t/io/binmode.t t/op/universal.t
4617 ____________________________________________________________________________
4618 [ 11753] By: ams                                   on 2001/08/26  08:19:34
4619         Log: Subject: [PATCH] op/universal.t failing
4620              From: Nicholas Clark <nick@ccl4.org>
4621              Date: Sun, 26 Aug 2001 09:48:22 +0100
4622              Message-Id: <20010826094822.B4950@plum.flirble.org>
4623      Branch: perl
4624            ! t/op/universal.t
4625 ____________________________________________________________________________
4626 [ 11752] By: ams                                   on 2001/08/25  22:46:13
4627         Log: Subject: Re: 'can' with undefined subs
4628              From: Tony Bowden <tony@kasei.com>
4629              Date: Sat, 25 Aug 2001 14:58:17 +0100
4630              Message-Id: <20010825145817.A11788@soto.kasei.com>
4631              (Applied with minor modifications.)
4632      Branch: perl
4633            ! t/op/universal.t
4634 ____________________________________________________________________________
4635 [ 11751] By: ams                                   on 2001/08/25  18:28:43
4636         Log: Subject: Re: 'can' with undefined subs
4637              From: Tony Bowden <tony@kasei.com>
4638              Date: Sat, 25 Aug 2001 15:13:14 +0100
4639              Message-Id: <20010825151314.B11788@soto.kasei.com>
4640      Branch: perl
4641            ! lib/UNIVERSAL.pm
4642 ____________________________________________________________________________
4643 [ 11750] By: nick                                  on 2001/08/25  15:24:15
4644         Log: Integrate mainline
4645      Branch: perlio
4646           +> t/io/binmode.t
4647           !> (integrate 26 files)
4648 ____________________________________________________________________________
4649 [ 11749] By: nick                                  on 2001/08/25  14:55:41
4650         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
4651              From:  John Peacock <jpeacock@rowman.com>
4652              Date:  Wed, 22 Aug 2001 12:05:28 -0400
4653              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
4654      Branch: perl
4655            ! pod/perlhack.pod
4656 ____________________________________________________________________________
4657 [ 11748] By: nick                                  on 2001/08/25  14:53:04
4658         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
4659              From:  Michael G Schwern <schwern@pobox.com>
4660              Date:  Wed, 22 Aug 2001 19:22:45 -0400
4661              Message-Id:  <20010822192245.U619@blackrider>
4662      Branch: perl
4663            ! MANIFEST
4664 ____________________________________________________________________________
4665 [ 11747] By: nick                                  on 2001/08/25  14:52:33
4666         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
4667              From:  Nicholas Clark <nick@ccl4.org>
4668              Date:  Wed, 22 Aug 2001 23:29:06 +0100
4669              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
4670      Branch: perl
4671            + t/io/binmode.t
4672            ! perlio.c pod/perlfunc.pod
4673 ____________________________________________________________________________
4674 [ 11744] By: nick                                  on 2001/08/25  14:37:33
4675         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
4676              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4677              Date:  Fri, 24 Aug 2001 22:10:42 +0200
4678              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
4679      Branch: perl
4680            ! x2p/a2py.c x2p/walk.c
4681 ____________________________________________________________________________
4682 [ 11743] By: nick                                  on 2001/08/25  14:32:47
4683         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
4684              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4685              Date:  Fri, 24 Aug 2001 23:34:13 +0200
4686              Message-Id:  <20010824233413.A1285@rafael>
4687      Branch: perl
4688            ! pod/perlfunc.pod pod/perlvar.pod
4689 ____________________________________________________________________________
4690 [ 11742] By: ams                                   on 2001/08/25  13:16:02
4691         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
4692              From: Nicholas Clark <nick@ccl4.org>
4693              Date: Sat, 25 Aug 2001 14:50:07 +0100
4694              Message-Id: <20010825145007.L41464@plum.flirble.org>
4695      Branch: perl
4696            ! pp_ctl.c
4697 ____________________________________________________________________________
4698 [ 11741] By: nick                                  on 2001/08/24  07:08:45
4699         Log: When applying patch via Porting/apply fails, do p4 refresh
4700              to get old files back.
4701      Branch: perl
4702            ! Porting/apply
4703 ____________________________________________________________________________
4704 [ 11740] By: ams                                   on 2001/08/24  04:47:24
4705         Log: #11739 was incomplete.
4706      Branch: perl
4707            ! pod/perldiag.pod
4708 ____________________________________________________________________________
4709 [ 11739] By: ams                                   on 2001/08/24  04:09:40
4710         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
4711              From: "Philip Newton" <Philip.Newton@gmx.net>
4712              Date: Fri, 24 Aug 2001 07:08:34 +0200
4713      Branch: perl
4714            ! pod/perldiag.pod
4715 ____________________________________________________________________________
4716 [ 11738] By: ams                                   on 2001/08/24  02:19:42
4717         Log: Fixed Doug Wilson's email address.
4718      Branch: perl
4719            ! AUTHORS
4720 ____________________________________________________________________________
4721 [ 11737] By: ams                                   on 2001/08/24  00:10:13
4722         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
4723              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4724              Date: Thu, 23 Aug 2001 22:22:58 +0200
4725              Message-Id: <20010823222258.A901@rafael>
4726      Branch: perl
4727            ! pod/perldiag.pod
4728 ____________________________________________________________________________
4729 [ 11736] By: ams                                   on 2001/08/24  00:05:02
4730         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
4731              From: "Craig A. Berry" <craigberry@mac.com>
4732              Date: Thu, 23 Aug 2001 19:07:45 -0500
4733              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
4734      Branch: perl
4735            ! configure.com
4736 ____________________________________________________________________________
4737 [ 11735] By: sky                                   on 2001/08/23  13:42:07
4738         Log: Backed out 11732, it breaks lib/strict.t 
4739      Branch: perl
4740            ! op.c
4741 ____________________________________________________________________________
4742 [ 11734] By: sky                                   on 2001/08/23  11:45:59
4743         Log: Removed toy from 17133 after Matt Sargeants request.
4744      Branch: perl
4745            ! pod/perlfaq4.pod
4746 ____________________________________________________________________________
4747 [ 11733] By: sky                                   on 2001/08/23  11:36:29
4748         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
4749              From: Robin Houston <robin@kitsite.com>
4750              Date: Wed, 22 Aug 2001 23:06:16 +0100
4751              Message-ID: <20010822230616.A254@robin.kitsite.com>
4752      Branch: perl
4753            ! pod/perlfaq4.pod
4754 ____________________________________________________________________________
4755 [ 11732] By: sky                                   on 2001/08/23  10:36:02
4756         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
4757              From: Simon Cozens <simon@netthink.co.uk>
4758              Date: Thu, 23 Aug 2001 12:06:36 +0100
4759              Message-ID: <20010823120636.A9961@netthink.co.uk>
4760      Branch: perl
4761            ! op.c
4762 ____________________________________________________________________________
4763 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
4764         Log: fix broken windows build
4765      Branch: perl
4766            ! perl.h
4767 ____________________________________________________________________________
4768 [ 11730] By: ams                                   on 2001/08/22  21:35:30
4769         Log: Subject: [PATCH] io/tell.t doesn't chdir t
4770              From: Nicholas Clark <nick@ccl4.org>
4771              Date: Wed, 22 Aug 2001 23:25:58 +0100
4772              Message-Id: <20010822232557.Y82818@plum.flirble.org>
4773      Branch: perl
4774            ! t/io/tell.t
4775 ____________________________________________________________________________
4776 [ 11729] By: ams                                   on 2001/08/22  20:32:21
4777         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
4778              questions)
4779              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
4780              Date: Wed, 22 Aug 2001 17:09:04 -0400
4781              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
4782              (Oops, forgot File::Spec::Unix in the previous patch.)
4783      Branch: perl
4784            ! lib/File/Spec/Unix.pm
4785 ____________________________________________________________________________
4786 [ 11728] By: ams                                   on 2001/08/22  20:25:41
4787         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
4788              questions)
4789              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
4790              Date: Wed, 22 Aug 2001 17:09:04 -0400
4791              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
4792      Branch: perl
4793            ! lib/File/Spec.pm
4794 ____________________________________________________________________________
4795 [ 11727] By: ams                                   on 2001/08/22  19:43:30
4796         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
4797              From: John Peacock <jpeacock@rowman.com>
4798              Date: Wed, 22 Aug 2001 12:35:52 -0400
4799              Message-Id: <3B83DF68.5D89DC81@rowman.com>
4800              (Adds proper tests for $], notwithstanding Subject. +nitpick)
4801      Branch: perl
4802            ! t/op/ver.t
4803 ____________________________________________________________________________
4804 [ 11726] By: ams                                   on 2001/08/22  19:36:39
4805         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
4806              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
4807              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
4808              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
4809      Branch: perl
4810            ! lib/diagnostics.pm lib/diagnostics.t
4811 ____________________________________________________________________________
4812 [ 11725] By: ams                                   on 2001/08/22  19:25:01
4813         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
4814              From: Nicholas Clark <nick@ccl4.org>
4815              Date: Wed, 22 Aug 2001 20:59:05 +0100
4816              Message-Id: <20010822205905.U82818@plum.flirble.org>
4817      Branch: perl
4818            ! pp.c t/op/64bitint.t t/op/arith.t
4819 ____________________________________________________________________________
4820 [ 11724] By: ams                                   on 2001/08/22  10:02:33
4821         Log: Subject: Configure blooper
4822              From: H.Merijn Brand <h.m.brand@hccnet.nl>
4823              Date: Wed, 22 Aug 2001 12:38:35 +0200
4824              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
4825      Branch: perl
4826            ! Configure
4827 ____________________________________________________________________________
4828 [ 11723] By: ams                                   on 2001/08/21  16:17:53
4829         Log: Subject: [PATCH] installperl -help
4830              From: Nicholas Clark <nick@ccl4.org>
4831              Date: Tue, 21 Aug 2001 17:34:23 +0100
4832              Message-Id: <20010821173423.F82818@plum.flirble.org>
4833      Branch: perl
4834            ! installperl
4835 ____________________________________________________________________________
4836 [ 11722] By: ams                                   on 2001/08/20  07:46:31
4837         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
4838              From: Ilmari Karonen <iltzu@sci.fi>
4839              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
4840              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
4841      Branch: perl
4842            ! pod/perlvar.pod
4843 ____________________________________________________________________________
4844 [ 11721] By: nick                                  on 2001/08/20  06:24:31
4845         Log: Integrate mainline
4846      Branch: perlio
4847           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
4848           +> lib/Lingua/KO/Hangul/Util/Changes
4849           +> lib/Lingua/KO/Hangul/Util/README
4850           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
4851           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
4852           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
4853           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
4854           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
4855           +> lib/Unicode/Normalize/t/test.t
4856            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
4857           !> (integrate 55 files)
4858 ____________________________________________________________________________
4859 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
4860         Log: Integrate Change #11599 from maint-5.6/perl
4861      Branch: maint-5.6/macperl
4862           !> README.win32
4863 ____________________________________________________________________________
4864 [ 11719] By: ams                                   on 2001/08/18  21:21:42
4865         Log: Add Porting/apply to MANIFEST.
4866      Branch: perl
4867            ! MANIFEST
4868 ____________________________________________________________________________
4869 [ 11718] By: sky                                   on 2001/08/18  14:38:01
4870         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
4871              Better solution would be to make 5005threaded perl use
4872              the same system as ithreads do
4873      Branch: perl
4874            ! perl.h
4875 ____________________________________________________________________________
4876 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
4877         Log: New try for ID 20010407.006: detach the semantics
4878              "was the last match target UTF8" into its own variable.
4879      Branch: perl
4880            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
4881            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
4882 ____________________________________________________________________________
4883 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
4884         Log: UTF8 flag should be meaningful only when POK.
4885      Branch: perl
4886            ! dump.c
4887 ____________________________________________________________________________
4888 [ 11715] By: sky                                   on 2001/08/18  11:45:16
4889         Log: USE_THREADS and USE_ITHREADS are never true at the same time
4890      Branch: perl
4891            ! perl.h
4892 ____________________________________________________________________________
4893 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
4894         Log: Retract #11712 for now.  The real fix would probably
4895              be something like making PL_reg_sv a copy (PV + UTF8)
4896              of the matched/substituted string (note: not just a SvPOK
4897              string, for example the stringified form of a ROK would
4898              be applicable)  Beware of leaks.
4899      Branch: perl
4900            ! pp_hot.c t/op/pat.t
4901 ____________________________________________________________________________
4902 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
4903         Log: UTF8 wasn't printing for PVMGs.
4904      Branch: perl
4905            ! dump.c
4906 ____________________________________________________________________________
4907 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
4908         Log: (Retracted by #11714)
4909              
4910              Okay analysis, debatable fix.  (The fix will inc
4911              the refcount of all temporary match objects,
4912              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
4913              which will then cause griping at untie() time
4914              ("inner references remain").
4915              
4916              Fix for ID 20010407.006: PL_reg_sv got wiped out
4917              by freetemps if the match target was a temporary
4918              (like function_call() =~ /.../), which in turn meant
4919              that the $1 et al stopped working if they had UTF-8
4920              in them.  Therefore bump up the refcount of PL_reg_sv.
4921      Branch: perl
4922            ! pp_hot.c t/op/pat.t
4923 ____________________________________________________________________________
4924 [ 11711] By: ams                                   on 2001/08/17  20:32:08
4925         Log: Subject: [PATCH] doesn't compile, was perl@11710
4926              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4927              Date: Fri, 17 Aug 2001 23:21:10 +0200
4928              Message-Id: <20010817232110.C7041@rafael> 
4929      Branch: perl
4930            ! sharedsv.c
4931 ____________________________________________________________________________
4932 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
4933         Log: Update Changes.
4934      Branch: perl
4935            ! Changes patchlevel.h
4936 ____________________________________________________________________________
4937 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
4938         Log: Upgrade to libnet 1.0704.
4939      Branch: perl
4940            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
4941            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
4942            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
4943            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
4944            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
4945            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
4946            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
4947 ____________________________________________________________________________
4948 [ 11708] By: sky                                   on 2001/08/17  13:34:04
4949         Log: Let perl_clone copy PL_exit_flags
4950      Branch: perl
4951            ! sv.c
4952 ____________________________________________________________________________
4953 [ 11707] By: sky                                   on 2001/08/17  12:28:41
4954         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
4955      Branch: perl
4956            ! sharedsv.c sharedsv.h
4957 ____________________________________________________________________________
4958 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
4959         Log: The metaconfig unit change for #11705.
4960      Branch: metaconfig/U/perl
4961            ! Extensions.U
4962 ____________________________________________________________________________
4963 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
4964         Log: Allow the threads extension to be found if present.
4965      Branch: perl
4966            ! Configure
4967 ____________________________________________________________________________
4968 [ 11704] By: nick                                  on 2001/08/17  11:47:54
4969         Log: Mail -> change script (pre-alpha)
4970      Branch: perl
4971            + Porting/apply
4972 ____________________________________________________________________________
4973 [ 11703] By: sky                                   on 2001/08/17  07:11:24
4974         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
4975              Thanks to Tom Hospel for pointing out my error.
4976      Branch: perl
4977            ! op.h
4978 ____________________________________________________________________________
4979 [ 11702] By: sky                                   on 2001/08/17  04:18:11
4980         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.
4981      Branch: perl
4982            ! embed.pl miniperlmain.c perl.c perl.h proto.h
4983 ____________________________________________________________________________
4984 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
4985         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
4986              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
4987      Branch: perl
4988            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
4989            + lib/Lingua/KO/Hangul/Util/README
4990            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
4991            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
4992            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
4993            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
4994            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
4995            + lib/Unicode/Normalize/t/test.t
4996            ! MANIFEST
4997 ____________________________________________________________________________
4998 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
4999         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
5000              Date: Thu, 16 Aug 2001 22:46:15 -0500
5001              From: "Craig A. Berry" <craigberry@mac.com>
5002              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
5003      Branch: perl
5004            ! configure.com numeric.c
5005 ____________________________________________________________________________
5006 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
5007         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
5008              of the usual suspects (like getpwent) but not for others
5009              (like localtime and rand).  The _r versions are available
5010              for all of them, so let's use them.
5011      Branch: perl
5012            ! perl.h
5013 ____________________________________________________________________________
5014 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
5015         Log: (Accidental apply; thankfully empty.)
5016      Branch: perl
5017            ! hints/os390.sh
5018 ____________________________________________________________________________
5019 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
5020         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
5021              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5022              Date: Thu, 16 Aug 2001 16:27:49 +0100
5023              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
5024      Branch: perl
5025            ! regexec.c t/op/re_tests
5026 ____________________________________________________________________________
5027 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
5028         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
5029              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5030              Date: Thu, 16 Aug 2001 18:50:01 +0100
5031              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
5032      Branch: perl
5033            ! pp_hot.c t/op/pat.t
5034 ____________________________________________________________________________
5035 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
5036         Log: Subject: [PATCH] *time_r again
5037              From: "Arthur Bergman" <arthur@contiller.se>
5038              Date: Thu, 16 Aug 2001 16:01:54 +0200
5039              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
5040      Branch: perl
5041            ! op.h
5042 ____________________________________________________________________________
5043 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
5044         Log: system() and backtick error handling cleanup from Craig A. Berry.
5045      Branch: perl
5046            ! vms/vms.c
5047 ____________________________________________________________________________
5048 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
5049         Log: change#10334 leaks memory, copies string when it doesn't
5050              need to
5051      Branch: perl
5052            ! perl.c
5053 ____________________________________________________________________________
5054 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
5055         Log: One more twist to the sprintf + utf8 testing.
5056      Branch: perl
5057            ! t/op/misc.t
5058 ____________________________________________________________________________
5059 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
5060         Log: Fix for 20010407.008 sprintf removes utf8-ness.
5061      Branch: perl
5062            ! pp.c t/op/misc.t
5063 ____________________________________________________________________________
5064 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
5065         Log: Subject: [PATCH] *time_r fixes
5066              From: "Arthur Bergman" <arthur@contiller.se>
5067              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
5068              Date: Thu, 16 Aug 2001 14:22:27 +0200
5069      Branch: perl
5070            ! op.h
5071 ____________________________________________________________________________
5072 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
5073         Log: Upgrade to CGI.pm 2.77.
5074      Branch: perl
5075            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
5076            ! lib/CGI/t/function.t
5077 ____________________________________________________________________________
5078 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
5079         Log: Document the bytes-to-Unicode upgrading.
5080      Branch: perl
5081            ! pod/perlunicode.pod
5082 ____________________________________________________________________________
5083 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
5084         Log: Add a test for Unicode sprintf.
5085      Branch: perl
5086            ! t/op/misc.t
5087 ____________________________________________________________________________
5088 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
5089         Log: Add Unicode tests for index/rindex.
5090      Branch: perl
5091            ! t/op/index.t
5092 ____________________________________________________________________________
5093 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
5094         Log: Document a bit the art of minimizing the installation,
5095              based on the p5p discussion.
5096      Branch: perl
5097            ! INSTALL
5098 ____________________________________________________________________________
5099 [ 11684] By: nick                                  on 2001/08/15  15:03:31
5100         Log: Integrate mainline
5101      Branch: perlio
5102           +> sharedsv.c sharedsv.h
5103           !> (integrate 53 files)
5104 ____________________________________________________________________________
5105 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
5106         Log: Update Changes.
5107      Branch: perl
5108            ! Changes patchlevel.h
5109 ____________________________________________________________________________
5110 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
5111         Log: The #11673 necessitated a test tweak.
5112      Branch: perl
5113            ! t/io/utf8.t
5114 ____________________________________________________________________________
5115 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
5116         Log: Also UNICOS is in the general case unable to silently
5117              handle fp overflows.
5118      Branch: perl
5119            ! numeric.c
5120 ____________________________________________________________________________
5121 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
5122         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
5123              NV_EPSILON #defined.
5124      Branch: perl
5125            ! perl.h
5126 ____________________________________________________________________________
5127 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
5128         Log: Re-establish the fp overflow detection for VAX VMS; there
5129              is no easy way to have the IEEE fp silent overflow semantics.
5130              (in Alpha VMS we still will use IEEE fp by default-- but it
5131              is still possible to configure Perl to use G_FLOAT)
5132      Branch: perl
5133            ! numeric.c
5134 ____________________________________________________________________________
5135 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
5136         Log: Subject: [PATCH] pp_lock 
5137              From: "Arthur Bergman" <arthur@contiller.se>
5138              Date: Wed, 15 Aug 2001 11:52:16 +0200
5139              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
5140      Branch: perl
5141            ! pp.c
5142 ____________________________________________________________________________
5143 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
5144         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
5145              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5146              Date: Wed, 15 Aug 2001 11:32:11 +0100
5147              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
5148      Branch: perl
5149            ! regcomp.c t/op/re_tests
5150 ____________________________________________________________________________
5151 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
5152         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
5153              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5154              Date: Wed, 15 Aug 2001 10:33:49 +0100
5155              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
5156      Branch: perl
5157            ! regexec.c t/op/re_tests
5158 ____________________________________________________________________________
5159 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
5160         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
5161              From: Barrie Slaymaker <barries@slaysys.com>
5162              Date: Tue, 14 Aug 2001 14:32:25 -0400
5163              Message-ID: <20010814143225.A19822@jester.slaysys.com>
5164      Branch: perl
5165            ! lib/File/Spec.t lib/File/Spec/Unix.pm
5166 ____________________________________________________________________________
5167 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
5168         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
5169              From: Peter Prymmer <pvhp@forte.com>
5170              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
5171              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
5172      Branch: perl
5173            ! README.vms configure.com
5174 ____________________________________________________________________________
5175 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
5176         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
5177              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5178              Date: Tue, 14 Aug 2001 21:23:27 +0200
5179              Message-ID: <20010814212327.A1919@rafael>
5180      Branch: perl
5181            ! doio.c
5182 ____________________________________________________________________________
5183 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
5184         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
5185              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
5186              Date: Tue, 14 Aug 2001 22:30:11 +0200
5187              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
5188              
5189              Combination of nmake, quoting, and Perl expanded $( in here-doc.
5190      Branch: perl
5191            ! ext/SDBM_File/Makefile.PL
5192 ____________________________________________________________________________
5193 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
5194         Log: Todo updates.
5195      Branch: perl
5196            ! pod/perltodo.pod
5197 ____________________________________________________________________________
5198 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
5199         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
5200              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
5201              Date: Mon, 13 Aug 2001 23:15:01 +0200
5202              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
5203      Branch: perl
5204            ! sv.c
5205 ____________________________________________________________________________
5206 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
5207         Log: Subject: [PATCH] [b-]showlex.t
5208              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5209              Date: Sun, 12 Aug 2001 22:24:51 +0200
5210              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
5211              
5212              The 4nt command shell will expand the % in command line
5213              no matter what quoting is attempted, changed the % to @.
5214      Branch: perl
5215            ! ext/B/Showlex.t
5216 ____________________________________________________________________________
5217 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
5218         Log: Subject: [PATCH] magic.t
5219              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
5220              Date: Sun, 12 Aug 2001 20:49:27 +0200
5221              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
5222      Branch: perl
5223            ! t/op/magic.t
5224 ____________________________________________________________________________
5225 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
5226         Log: Add sharedsv* to the DOSish platforms; plus add
5227              some WinCE files to the list of DOSish files.
5228      Branch: perl
5229            ! NetWare/Makefile Porting/makerel win32/Makefile
5230            ! win32/makefile.mk wince/Makefile.ce
5231 ____________________________________________________________________________
5232 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
5233         Log: More DOSish files.
5234      Branch: perl
5235            ! Porting/makerel
5236 ____________________________________________________________________________
5237 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
5238         Log: Strip CRs from the WinCE files.  Now we need to
5239              figure out in which CRs are really needed: probably
5240              Makefile.ce and the README files, at least, probably
5241              also the registry.bat.
5242      Branch: perl
5243            ! wince/Makefile.ce wince/README.compile wince/README.perlce
5244            ! wince/config.h wince/include/cectype.h wince/include/errno.h
5245            ! wince/include/sys/stat.h wince/include/sys/types.h
5246            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
5247            ! wince/perldll.def wince/registry.bat wince/wince.h
5248            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
5249 ____________________________________________________________________________
5250 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
5251         Log: Add some files to DOSish and writables.
5252      Branch: perl
5253            ! Porting/makerel
5254 ____________________________________________________________________________
5255 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
5256         Log: Compile failure message tidying.
5257      Branch: perl
5258            ! t/lib/1_compile.t
5259 ____________________________________________________________________________
5260 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
5261         Log: The new sharedsv* should be exported only if usethreads.
5262      Branch: perl
5263            ! makedef.pl
5264 ____________________________________________________________________________
5265 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
5266         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
5267              From: Peter Prymmer <pvhp@forte.com>
5268              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
5269              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
5270      Branch: perl
5271            ! README.os390
5272 ____________________________________________________________________________
5273 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
5274         Log: Update Changes.
5275      Branch: perl
5276            ! Changes patchlevel.h
5277 ____________________________________________________________________________
5278 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
5279         Log: Subject: [PATHC] sharedsv.[c|h]
5280              From: "Artur Bergman" <artur@contiller.se>
5281              Date: Mon, 13 Aug 2001 14:38:41 +0200
5282              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
5283              
5284              Subject: [PATCH] embed.pl
5285              From: Arthur Bergman <arthur@contiller.se>
5286              Date: Mon, 13 Aug 2001 14:38:14 +0200
5287              Message-ID: <B79D96D6.3088%arthur@contiller.se>
5288              
5289              Subject: [PATCH] sharedsv cleanups
5290              From: "Arthur Bergman" <arthur@contiller.se>
5291              Date: Mon, 13 Aug 2001 15:14:25 +0200
5292              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
5293              
5294              Plus few tweaks: _init needs to be Adp, the prototypes
5295              should not be revealed unless using ithreads, #endif FOO
5296              must be #endif /* FOO */, adding (parentheses) around
5297              do { } while doesn't work too well.
5298      Branch: perl
5299            + sharedsv.c sharedsv.h
5300            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
5301            ! perl.h perlapi.c pod/perlapi.pod proto.h
5302 ____________________________________________________________________________
5303 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
5304         Log: Subject: Re: END {} blocks run in perl_run
5305              From: Arthur Bergman <arthur@contiller.se>
5306              Date: Mon, 13 Aug 2001 11:11:30 +0200
5307              Message-ID: <B79D6661.3068%arthur@contiller.se>
5308      Branch: perl
5309            ! perl.c
5310 ____________________________________________________________________________
5311 [ 11657] By: nick                                  on 2001/08/13  09:03:02
5312         Log: Integrate mainline
5313      Branch: perlio
5314           +> (branch 326 files)
5315            - (delete 330 files)
5316           !> (integrate 85 files)
5317 ____________________________________________________________________________
5318 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
5319         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
5320              and the Perl will be built to do that by default (adding that
5321              will break scripts having non-UTF-8 binary data, such as Latin-1.)
5322      Branch: perl
5323            ! op.c toke.c utf8.h
5324 ____________________________________________________________________________
5325 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
5326         Log: Unnecessary downgrades.
5327      Branch: perl
5328            ! doop.c
5329 ____________________________________________________________________________
5330 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
5331         Log: Failure not true anymore (probably caused by my broken setup).
5332      Branch: perl
5333            ! t/op/pat.t
5334 ____________________________________________________________________________
5335 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
5336         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
5337              stopped working).
5338      Branch: perl
5339            ! op.h pp_ctl.c regcomp.c
5340 ____________________________________________________________________________
5341 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
5342         Log: There is no IN_UTF8.
5343      Branch: perl
5344            ! utf8.h
5345 ____________________________________________________________________________
5346 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
5347         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
5348      Branch: perl
5349            ! op.c op.h pp_ctl.c regcomp.c
5350 ____________________________________________________________________________
5351 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
5352         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
5353              and a test tweak.
5354      Branch: perl
5355            ! op.c t/pod/find.t
5356 ____________________________________________________________________________
5357 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
5358         Log: Todo updates and fixes.
5359      Branch: perl
5360            ! pod/perltodo.pod
5361 ____________________________________________________________________________
5362 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
5363         Log: Mark tests (and one module) having explicit Latin-1
5364              (and one file having explicit UTF-8) with an explicit
5365              'no utf8' (and one explicit 'use utf8').
5366              
5367              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
5368      Branch: perl
5369            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
5370            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
5371            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
5372 ____________________________________________________________________________
5373 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
5374         Log: Subject: SV: END {} blocks run in perl_run
5375              From: "Arthur Bergman" <arthur@contiller.se>
5376              Date: Sun, 12 Aug 2001 00:34:28 +0200 
5377              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
5378      Branch: perl
5379            ! miniperlmain.c perl.c
5380 ____________________________________________________________________________
5381 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
5382         Log: Typos in #11645.
5383      Branch: perl
5384            ! perl.h
5385 ____________________________________________________________________________
5386 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
5387         Log: On ithreads default to use_reentrant except on naturally
5388              threadsafe platforms.
5389      Branch: perl
5390            ! perl.h
5391 ____________________________________________________________________________
5392 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
5393         Log: (Hopefully) a fix for 20010723.004: make install needs
5394              write permission in build directory.  The problem was
5395              probably caused by overeager sprinkling of the lib/re.pm
5396              dependencies (which was done to guarantee lib/re.pm being
5397              uptodate for parallel makes: now solved by funneling that
5398              through an explicit recursive make in the preplibrary target).
5399      Branch: perl
5400            ! Makefile.SH
5401 ____________________________________________________________________________
5402 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
5403         Log: Dispell the "use utf8" superstition.
5404      Branch: perl
5405            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
5406            ! pod/perlunicode.pod
5407 ____________________________________________________________________________
5408 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
5409         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
5410              From: "Abigail" <abigail@foad.org> 
5411              Date: Sat, 11 Aug 2001 23:49:49 +0200
5412              Message-ID: <20010811214950.23255.qmail@foad.org>
5413      Branch: perl
5414            ! t/op/taint.t
5415 ____________________________________________________________________________
5416 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
5417         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
5418              From: Abhijit Menon-Sen <ams@wiw.org>
5419              Date: Sat, 11 Aug 2001 06:18:19 +0530
5420              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
5421      Branch: perl
5422            ! mg.c
5423 ____________________________________________________________________________
5424 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
5425         Log: Test for change #11639.
5426      Branch: perl
5427            ! t/op/tiehandle.t
5428 ____________________________________________________________________________
5429 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
5430         Log: Subject: Re: Can't localize *FH, then tie it
5431              From: Abhijit Menon-Sen <ams@wiw.org>
5432              Date: Sun, 12 Aug 2001 16:08:06 +0530
5433              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
5434      Branch: perl
5435            ! pp_hot.c pp_sys.c
5436 ____________________________________________________________________________
5437 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
5438         Log: Drop all the unnecessary "use utf8" clauses and some of
5439              the unnecessary "use bytes" ones.
5440              
5441              TODO: scour the documentation for unnecessary "use utf8"
5442              and prominently display it in perldelta when the time comes.
5443              ("use utf8" should be necessary ONLY if one wants the script
5444              to be in UTF-8.)  Also should be checked in some non-ASCII
5445              non-Latin-1 platform, like EBCDIC.
5446      Branch: perl
5447            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
5448            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
5449 ____________________________________________________________________________
5450 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
5451         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
5452              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
5453              in Unicode handling.
5454      Branch: perl
5455            + t/op/lc.t
5456            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
5457 ____________________________________________________________________________
5458 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
5459         Log: Thinko: we want the flags for native cc, not gcc.
5460      Branch: perl
5461            ! hints/dec_osf.sh
5462 ____________________________________________________________________________
5463 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
5464         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
5465              From: Robin Houston <robin@kitsite.com>
5466              Date: Fri, 10 Aug 2001 14:42:02 +0100
5467              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
5468      Branch: perl
5469            ! pp.c
5470 ____________________________________________________________________________
5471 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
5472         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
5473              From: Abhijit Menon-Sen <ams@wiw.org>
5474              Date: Sat, 11 Aug 2001 16:31:04 +0530
5475              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
5476      Branch: perl
5477            ! op.c
5478 ____________________________________________________________________________
5479 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
5480         Log: Get rid of indread, from Abhijit Menon-Sen.
5481      Branch: perl
5482            ! pp_sys.c
5483 ____________________________________________________________________________
5484 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
5485         Log: CRLFgngngn.
5486      Branch: perl
5487            ! win32/Makefile win32/makefile.mk
5488 ____________________________________________________________________________
5489 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
5490         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
5491      Branch: perl
5492            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
5493            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
5494            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
5495            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
5496            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
5497            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
5498            ! win32/Makefile win32/makefile.mk
5499 ____________________________________________________________________________
5500 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
5501         Log: Avoid #elif (less portable than #else #if).
5502      Branch: perl
5503            ! handy.h
5504 ____________________________________________________________________________
5505 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
5506         Log: Subject: patch for perlvar.pod
5507              From: mah@everybody.org (Mark A. Hershberger)
5508              Date: 08 Aug 2001 17:03:16 -0500
5509              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
5510      Branch: perl
5511            ! pod/perlvar.pod
5512 ____________________________________________________________________________
5513 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
5514         Log: cpp commands must start (the # must be) at the column #0.
5515      Branch: perl
5516            ! op.c
5517 ____________________________________________________________________________
5518 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
5519         Log: If using gcc -B/foo/bar makedepend would give
5520              unnecessary warnings about unused -B/foo/bar.
5521      Branch: perl
5522            ! makedepend.SH
5523 ____________________________________________________________________________
5524 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
5525         Log: Update Changes.
5526      Branch: perl
5527            ! Changes patchlevel.h
5528 ____________________________________________________________________________
5529 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
5530         Log: s/z/tz/
5531      Branch: perl
5532            ! pod/perlfaq2.pod
5533 ____________________________________________________________________________
5534 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
5535         Log: Article nit.
5536      Branch: perl
5537            ! pod/perlfaq2.pod
5538 ____________________________________________________________________________
5539 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
5540         Log: Rename lib/unicode files to lib/unicore to avoid
5541              conflicts between core lib/unicode and Unicode::
5542              files in case-ignoring filesystems.
5543      Branch: perl
5544            + (add 325 files)
5545            - (delete 324 files)
5546            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
5547 ____________________________________________________________________________
5548 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
5549         Log: Upgrade to Math::BigInt 1.41.
5550      Branch: perl
5551            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
5552 ____________________________________________________________________________
5553 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
5554         Log: Subject: [PATCH] remove PL_na from typemap
5555              From: James <james@rf.net>
5556              Date: Mon, 06 Aug 2001 20:23:15 -0700
5557              Message-ID: <3B6F5F23.A31A81B1@rf.net>
5558              
5559              (had to be manually applied)
5560      Branch: perl
5561            ! lib/ExtUtils/typemap
5562 ____________________________________________________________________________
5563 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
5564         Log: The metaconfig unit changes for #11618.
5565      Branch: metaconfig/U/perl
5566            + d_fpclassl.U i_fp.U
5567 ____________________________________________________________________________
5568 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
5569         Log: Forgot this from #11618.
5570              
5571              NOTE: wince/config_H.ce needs updating.
5572      Branch: perl
5573            ! wince/config.ce
5574 ____________________________________________________________________________
5575 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
5576         Log: Introduce more floating point classifying APIs;
5577              try to define (most importantly) Perl_is{inf,nan}(x).
5578              
5579              For this first cut, assume none such APIs exist in non-UNIXoid
5580              platforms-- this is of course too unkind: Win32 rumoredly has
5581              _fpclass() and _isnan(), and VMS/VOS very probably have some
5582              of the APIs available.     The only thing Perl uses at the moment
5583              is Perl_isnan() (has been in use for a while now).
5584              
5585              NOTE: the Win32 and NetWare config_h.?c need regenerating.
5586      Branch: perl
5587            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
5588            ! Porting/config_H config_h.SH configure.com epoc/config.sh
5589            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
5590            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5591            ! vos/config.ga.h win32/config.bc win32/config.gc
5592            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5593            ! win32/config_H.vc wince/config.ce wince/config.h
5594 ____________________________________________________________________________
5595 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
5596         Log: Integrate change #11519 from perlio:
5597              
5598              Avoid testing for (non-)existance of "encoding(xxxx)"
5599              layer is called "encoding" the (xxxx) is an argument.
5600      Branch: perl
5601           !> lib/open.pm
5602 ____________________________________________________________________________
5603 [ 11616] By: nick                                  on 2001/08/09  07:50:24
5604         Log: Integrate mainline
5605      Branch: perlio
5606           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
5607           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
5608           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
5609           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
5610            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
5611            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
5612           !> (integrate 79 files)
5613 ____________________________________________________________________________
5614 [ 11615] By: nick                                  on 2001/08/09  06:23:44
5615         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
5616              layer is called "encoding" the (xxxx) is an argument.
5617      Branch: perlio
5618            ! lib/open.pm
5619 ____________________________________________________________________________
5620 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
5621         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
5622              From: Paul Johnson <paul@pjcj.net>
5623              Date: Wed, 8 Aug 2001 23:54:17 +0200
5624              Message-ID: <20010808235417.O1006@pjcj.net>
5625      Branch: perl
5626            ! ext/B/B/Concise.pm
5627 ____________________________________________________________________________
5628 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
5629         Log: Make VMS use IEEE math by default; reorder Tru64 hints
5630              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
5631              exception semantics) is always set if using (the new) cc.
5632      Branch: perl
5633            ! configure.com hints/dec_osf.sh
5634 ____________________________________________________________________________
5635 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
5636         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
5637              From: Abhijit Menon-Sen <ams@wiw.org>
5638              Date: Tue, 7 Aug 2001 17:16:05 +0530
5639              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
5640      Branch: perl
5641            ! pp_sys.c
5642 ____________________________________________________________________________
5643 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
5644         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
5645              From: "Craig A. Berry" <craigberry@mac.com>
5646              Date: Tue, 07 Aug 2001 22:27:47 -0500
5647              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
5648      Branch: perl
5649            ! t/run/exit.t
5650 ____________________________________________________________________________
5651 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
5652         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
5653              From: "Craig A. Berry" <craigberry@mac.com>
5654              Date: Tue, 07 Aug 2001 20:01:53 -0500
5655              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
5656      Branch: perl
5657            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
5658 ____________________________________________________________________________
5659 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
5660         Log: Update the magazine information.
5661      Branch: perl
5662            ! pod/perlfaq2.pod
5663 ____________________________________________________________________________
5664 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
5665         Log: Ignore SIGFPE everywhere.
5666      Branch: perl
5667            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
5668 ____________________________________________________________________________
5669 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
5670         Log: With permission, change the licensing of the docs by
5671              TomC (and Gnat) to comply with the rest of Perl.
5672      Branch: perl
5673            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
5674            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5675            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
5676            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
5677            ! pod/perltootc.pod
5678 ____________________________________________________________________________
5679 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
5680         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
5681              From: Andy Dougherty <doughera@lafayette.edu>
5682              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
5683              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
5684      Branch: perl
5685            ! hints/openbsd.sh
5686 ____________________________________________________________________________
5687 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
5688         Log: Subject: [PATCH] Makefile.SH test_prep dependency
5689              From: Andy Dougherty <doughera@lafayette.edu>
5690              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
5691              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
5692      Branch: perl
5693            ! Makefile.SH
5694 ____________________________________________________________________________
5695 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
5696         Log: Don't autogenerate the headers et alia,
5697              make regen_headers explicitly.
5698      Branch: perl
5699            ! Makefile.SH
5700 ____________________________________________________________________________
5701 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
5702         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
5703              From: Gurusamy Sarathy <gsar@ActiveState.com> 
5704              Date: Tue, 07 Aug 2001 08:33:26 -0700
5705              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
5706              
5707              Unnecessary dependency.
5708      Branch: perl
5709            ! embed.pl
5710 ____________________________________________________________________________
5711 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
5712         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
5713              From: Abhijit Menon-Sen <ams@wiw.org>
5714              Date: Tue, 7 Aug 2001 09:10:54 +0530
5715              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
5716      Branch: perl
5717            ! pp_hot.c
5718 ____________________________________________________________________________
5719 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
5720         Log: Subject: [PATCH perl@11597] B && BEGIN handling
5721              From: "James A. Duncan" <jduncan@fotango.com>
5722              Date: Mon, 6 Aug 2001 17:29:11 +0100
5723              Message-ID: <20010806172911.A2071@fotango.com>
5724              
5725              (the intrpvar.h addition moved to the end for bincompat)
5726      Branch: perl
5727            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
5728 ____________________________________________________________________________
5729 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
5730         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
5731      Branch: perl
5732           !> README.win32
5733 ____________________________________________________________________________
5734 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
5735         Log: fix URLs for fcrypt.c
5736      Branch: maint-5.6/perl
5737            ! README.win32
5738 ____________________________________________________________________________
5739 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
5740         Log: Yet another way to say Infinity: HP-UX calls its "++".
5741      Branch: perl
5742            ! lib/Math/BigInt/t/bigintpm.t
5743 ____________________________________________________________________________
5744 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
5745         Log: Update Changes.
5746      Branch: perl
5747            ! Changes patchlevel.h
5748 ____________________________________________________________________________
5749 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
5750         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
5751      Branch: perl
5752            ! pod/perlfaq5.pod
5753 ____________________________________________________________________________
5754 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
5755         Log: The #11593 wasn't right.
5756      Branch: perl
5757            ! lib/Math/BigInt/t/bigintpm.t
5758 ____________________________________________________________________________
5759 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
5760         Log: Subject: [PATCH: perl@11564] introducing perlivp
5761              From: Prymmer/Kahn <pvhp@best.com>
5762              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
5763              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
5764              
5765              Subject: Re: [PATCH: perl@11564] introducing perlivp
5766              From: Prymmer/Kahn <pvhp@best.com>
5767              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
5768              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
5769      Branch: perl
5770            + utils/perlivp.PL
5771            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
5772            ! win32/Makefile win32/makefile.mk
5773 ____________________________________________________________________________
5774 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
5775         Log: libcs are confused what to call Infinity.
5776      Branch: perl
5777            ! lib/Math/BigInt/t/bigintpm.t
5778 ____________________________________________________________________________
5779 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
5780         Log: Avoid SIGFPE in Tru64.
5781      Branch: perl
5782            ! numeric.c
5783 ____________________________________________________________________________
5784 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
5785         Log: Upgrade to Math::BigInt 1.40.
5786              
5787              NOTE: this patch necessitates doing something about
5788              infinity handling since the new bigintpm.t tests use
5789              infinity, which causes SIGFPEs at least in Tru64.
5790      Branch: perl
5791            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5792            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
5793            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
5794            ! lib/Math/BigInt/t/mbimbf.t
5795 ____________________________________________________________________________
5796 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
5797         Log: remove hardcoded cmd shell in testsuite
5798      Branch: perl
5799            ! t/op/glob.t t/op/magic.t t/op/stat.t
5800 ____________________________________________________________________________
5801 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
5802         Log: 4-arg select() was busted on windows because change#8178 didn't
5803              make it into mainline
5804      Branch: perl
5805            ! perl.h win32/include/sys/socket.h
5806 ____________________________________________________________________________
5807 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
5808         Log: Rename the Getopt::Long tests to be as they are
5809              in the Getopt::Long official distribution.
5810      Branch: perl
5811            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
5812            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
5813            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
5814            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
5815            ! MANIFEST
5816 ____________________________________________________________________________
5817 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
5818         Log: Upgrade to Getopt::Long 2.26.
5819      Branch: perl
5820            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
5821            ! MANIFEST lib/Getopt/Long.pm
5822 ____________________________________________________________________________
5823 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
5824         Log: Retract #10874 (the hack should be unnecessary by now)
5825      Branch: perl
5826            ! lib/Test/Harness.pm
5827 ____________________________________________________________________________
5828 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
5829         Log: avoid temp file littering in tests
5830      Branch: perl
5831            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
5832 ____________________________________________________________________________
5833 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
5834         Log: Subject: warning in sv.c: double format, NV arg
5835              From: "Philip Newton" <Philip.Newton@gmx.net>
5836              Date: Sun, 5 Aug 2001 19:41:07 +0200
5837              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
5838      Branch: perl
5839            ! sv.c
5840 ____________________________________________________________________________
5841 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
5842         Log: fix POSIX.t#13 for windos
5843      Branch: perl
5844            ! ext/POSIX/POSIX.t
5845 ____________________________________________________________________________
5846 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
5847         Log: Add a test for PerlIO::Via.
5848      Branch: perl
5849            + ext/PerlIO/t/via.t
5850            ! MANIFEST ext/PerlIO/Via/Via.pm
5851 ____________________________________________________________________________
5852 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
5853         Log: flock() and link() are not available on Windows 9x
5854      Branch: perl
5855            ! win32/config_sh.PL
5856 ____________________________________________________________________________
5857 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
5858         Log: Some Tru64 C compilers have C++ components that confuse
5859              the ccversion parsing.
5860      Branch: perl
5861            ! hints/dec_osf.sh
5862 ____________________________________________________________________________
5863 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
5864         Log: (Reintroduce #11125)
5865              
5866              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
5867              From: Alan Burlison <Alan.Burlison@sun.com> 
5868              Date: Tue, 03 Jul 2001 15:20:13 +0100   
5869              Message-ID: <3B41D49D.A923D4F9@sun.com> 
5870      Branch: perl
5871            ! lib/ExtUtils/MM_Unix.pm
5872 ____________________________________________________________________________
5873 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
5874         Log: Little pointer juggling for HP-UX cc to avoid
5875              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
5876              followed by
5877              "error 1549: Modifiable lvalue required for assignment operator."
5878      Branch: perl
5879            ! hv.c
5880 ____________________________________________________________________________
5881 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
5882         Log: Continuation of #11575: SANY_SEEN completely deprecated,
5883              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
5884              plus a fix for the bug.
5885      Branch: perl
5886            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
5887 ____________________________________________________________________________
5888 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
5889         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
5890              From: Doug MacEachern <dougm@covalent.net>
5891              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
5892              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
5893      Branch: perl
5894            ! sv.c
5895 ____________________________________________________________________________
5896 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
5897         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
5898              the new CANY is the \C.  The problem reported and the
5899              test case supplied in
5900              
5901              Subject: UTF-8 bugs in string length & single line regex matches
5902              From: "Daniel P. Berrange" <dan@berrange.com>
5903              Date: Fri, 3 Aug 2001 11:39:33 +0100
5904              Message-ID: <20010803113932.A19318@berrange.com>
5905      Branch: perl
5906            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
5907            ! t/op/pat.t
5908 ____________________________________________________________________________
5909 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
5910         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
5911              From: Doug MacEachern <dougm@covalent.net>
5912              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
5913              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
5914      Branch: perl
5915            ! perl.c regexec.c
5916 ____________________________________________________________________________
5917 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
5918         Log: The #11572 didn't up the test count.
5919      Branch: perl
5920            ! t/op/length.t
5921 ____________________________________________________________________________
5922 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
5923         Log: Subject: UTF-8 bugs in string length & single line regex matches
5924              From: "Daniel P. Berrange" <dan@berrange.com>
5925              Date: Fri, 3 Aug 2001 11:39:33 +0100         
5926              Message-ID: <20010803113932.A19318@berrange.com>
5927              
5928              (the mg_length() fix)
5929      Branch: perl
5930            ! mg.c t/op/length.t
5931 ____________________________________________________________________________
5932 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
5933         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
5934              From: Abhijit Menon-Sen <ams@wiw.org>
5935              Date: Sat, 4 Aug 2001 16:56:35 +0530
5936              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
5937      Branch: perl
5938            ! hv.c
5939 ____________________________________________________________________________
5940 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
5941         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
5942              From: Abhijit Menon-Sen <ams@wiw.org>
5943              Date: Sat, 4 Aug 2001 16:16:03 +0530
5944              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
5945      Branch: perl
5946            ! hv.c
5947 ____________________________________________________________________________
5948 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
5949         Log: Subject: Re: [patch] refcount re ops
5950              From: Abhijit Menon-Sen <ams@wiw.org>
5951              Date: Sat, 4 Aug 2001 08:54:55 +0530
5952              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
5953      Branch: perl
5954            ! sv.c
5955 ____________________________________________________________________________
5956 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
5957         Log: Subject: [patch] refcount re ops
5958              From: Doug MacEachern <dougm@covalent.net>
5959              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
5960              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
5961      Branch: perl
5962            ! regcomp.c sv.c
5963 ____________________________________________________________________________
5964 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
5965         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
5966              From: Doug MacEachern <dougm@covalent.net>
5967              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
5968              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
5969      Branch: perl
5970            ! perl.c regexec.c
5971 ____________________________________________________________________________
5972 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
5973         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
5974              From: "Craig A. Berry" <craigberry@mac.com> 
5975              Date: Fri, 03 Aug 2001 16:16:16 -0500
5976              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
5977      Branch: perl
5978            ! t/op/misc.t
5979 ____________________________________________________________________________
5980 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
5981         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
5982              From: John Kristian <jmk2001@engineer.com>
5983              Date: Fri, 03 Aug 2001 00:59:08 -0700
5984              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
5985      Branch: perl
5986            ! win32/win32.c
5987 ____________________________________________________________________________
5988 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
5989         Log: Update Changes.
5990      Branch: perl
5991            ! Changes patchlevel.h
5992 ____________________________________________________________________________
5993 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
5994         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
5995              From: "Craig A. Berry" <craigberry@mac.com>
5996              Date: Thu, 02 Aug 2001 23:15:24 -0500
5997              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
5998      Branch: perl
5999            ! ext/B/Stash.t
6000 ____________________________________________________________________________
6001 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
6002         Log: Subject: [patch] plug PL_cshname leak
6003              From: Doug MacEachern <dougm@covalent.net>
6004              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
6005              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
6006      Branch: perl
6007            ! sv.c
6008 ____________________________________________________________________________
6009 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
6010         Log: Subject: [patch] plug PL_sh_path leak
6011              From: Doug MacEachern <dougm@covalent.net>
6012              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
6013              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
6014      Branch: perl
6015            ! sv.c
6016 ____________________________________________________________________________
6017 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
6018         Log: Subject: [patch] plug PL_regex_padav leaks
6019              From: Doug MacEachern <dougm@covalent.net>
6020              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
6021              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
6022      Branch: perl
6023            ! op.c op.h perl.c
6024 ____________________________________________________________________________
6025 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
6026         Log: Subject: [patch] plug PL_origargv leak
6027              From: Doug MacEachern <dougm@covalent.net>
6028              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
6029              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
6030      Branch: perl
6031            ! perl.c
6032 ____________________________________________________________________________
6033 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
6034         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
6035              From: Abhijit Menon-Sen <ams@wiw.org>
6036              Date: Fri, 3 Aug 2001 06:38:11 +0530
6037              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
6038      Branch: perl
6039            ! hv.c
6040 ____________________________________________________________________________
6041 [ 11557] By: nick                                  on 2001/08/03  08:17:38
6042         Log: Integrate mainline
6043      Branch: perlio
6044           +> (branch 47 files)
6045            - lib/Switch/test.pl
6046           !> (integrate 49 files)
6047 ____________________________________________________________________________
6048 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
6049         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
6050              From: "Craig A. Berry" <craigberry@mac.com>
6051              Date: Thu, 02 Aug 2001 12:56:19 -0500
6052              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
6053      Branch: perl
6054            ! ext/B/Showlex.t
6055 ____________________________________________________________________________
6056 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
6057         Log: Be more careful about non-existent files.
6058      Branch: perl
6059            ! lib/File/Copy.pm
6060 ____________________________________________________________________________
6061 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
6062         Log: Subject: [PATCH resend] deparse empty formats
6063              From: Robin Houston <robin@kitsite.com> 
6064              Date: Thu, 2 Aug 2001 14:32:36 +0100
6065              Message-ID: <20010802143236.A894@robin.kitsite.com>
6066      Branch: perl
6067            ! ext/B/B/Deparse.pm
6068 ____________________________________________________________________________
6069 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
6070         Log: Subject: [patch] ithreads + refto fix improvement
6071              From: Doug MacEachern <dougm@covalent.net>
6072              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
6073              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
6074      Branch: perl
6075            ! pp.c
6076 ____________________________________________________________________________
6077 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
6078         Log: Readability nit from Abhijit.
6079      Branch: perl
6080            ! op.c
6081 ____________________________________________________________________________
6082 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
6083         Log: setproctitle() API version nit from Anton Berezin.
6084      Branch: perl
6085            ! mg.c
6086 ____________________________________________________________________________
6087 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
6088         Log: Add PerlCE to the docs.
6089      Branch: perl
6090            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
6091            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
6092 ____________________________________________________________________________
6093 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
6094         Log: Integrate the PerlCE (WinCE Perl) port;
6095              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
6096      Branch: perl
6097            + README.ce wince/FindExt.pm wince/Makefile.ce
6098            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
6099            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
6100            + wince/bin/search.pl wince/config.ce wince/config.h
6101            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
6102            + wince/dl_win32.xs wince/include/arpa/inet.h
6103            + wince/include/cectype.h wince/include/errno.h
6104            + wince/include/netdb.h wince/include/sys/socket.h
6105            + wince/include/sys/stat.h wince/include/sys/types.h
6106            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
6107            + wince/perl.rc wince/perldll.def wince/perllib.c
6108            + wince/perlmain.c wince/registry.bat wince/runperl.c
6109            + wince/splittree.pl wince/win32.h wince/win32iop.h
6110            + wince/win32thread.c wince/win32thread.h wince/wince.c
6111            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
6112            + wince/xdistclean.ksh wince/xmakediffs.ksh
6113            ! MANIFEST perl.c perl.h perlio.c
6114 ____________________________________________________________________________
6115 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
6116         Log: setproctitle() made simpler.  (This assumes the string is
6117              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
6118              should be used.  Note len, not len + 1.)  BSD-fu from Anton
6119              Berezin.
6120      Branch: perl
6121            ! mg.c
6122 ____________________________________________________________________________
6123 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
6124         Log: Subject: [PATCH] -Wall cleanup: op.c
6125              From: Richard Soderberg <rs@oregonnet.com>
6126              Date: Thu, 2 Aug 2001 00:17:09 -0700
6127              Message-Id: <200108020717.AAA26895@oregonnet.com>
6128              
6129              Subject: [PATCH] -Wall cleanup: sv.c
6130              From: Richard Soderberg <rs@oregonnet.com>
6131              Date: Thu, 2 Aug 2001 00:49:21 -0700
6132              Message-Id: <200108020749.AAA27492@oregonnet.com>
6133      Branch: perl
6134            ! op.c sv.c
6135 ____________________________________________________________________________
6136 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
6137         Log: Update Changes.
6138      Branch: perl
6139            ! Changes patchlevel.h
6140 ____________________________________________________________________________
6141 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
6142         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
6143              From: Doug MacEachern <dougm@covalent.net>
6144              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
6145              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
6146      Branch: perl
6147            ! op.c
6148 ____________________________________________________________________________
6149 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
6150         Log: The #11541 didn't work under threads.
6151      Branch: perl
6152            ! op.c
6153 ____________________________________________________________________________
6154 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
6155         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
6156              From: Hugo <hv@crypt.compulink.co.uk>
6157              Date: Fri, 22 Jun 2001 01:19:08 +0100 
6158              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
6159              
6160              (Skip tests if accept() failed)
6161      Branch: perl
6162            ! ext/IO/lib/IO/t/io_unix.t
6163 ____________________________________________________________________________
6164 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
6165         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
6166              From: "Stian Seeberg" <sseeberg@nimsoft.no>
6167              Date: Mon, 30 Jul 2001 12:28:07 +0200
6168              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
6169      Branch: perl
6170            ! perl.h
6171 ____________________________________________________________________________
6172 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
6173         Log: Subject: Pluggable optimizer
6174              From: Simon Cozens <simon@netthink.co.uk>
6175              Date: Wed, 1 Aug 2001 13:57:02 -0700
6176              Message-ID: <20010801135702.I10442@netthink.co.uk>
6177      Branch: perl
6178            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
6179 ____________________________________________________________________________
6180 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
6181         Log: Subject: [ID 20010801.039] perlre.pod message typo
6182              From: Autrijus Tang <autrijus@geb.elixus.org>
6183              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
6184              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
6185      Branch: perl
6186            ! pod/perlre.pod
6187 ____________________________________________________________________________
6188 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
6189         Log: Test for change #11536.
6190      Branch: perl
6191            ! t/op/tiehandle.t
6192 ____________________________________________________________________________
6193 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
6194         Log: More test fixups for #11537.
6195      Branch: perl
6196            ! t/lib/warnings/4lint t/lib/warnings/9enabled
6197 ____________________________________________________________________________
6198 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
6199         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
6200              From: Doug MacEachern <dougm@covalent.net>
6201              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
6202              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
6203      Branch: perl
6204            ! op.c t/TestInit.pm
6205 ____________________________________________________________________________
6206 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
6207         Log: Subject: [patch] ithreads + refto bug
6208              From: Doug MacEachern <dougm@covalent.net>
6209              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
6210              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
6211              
6212              (Test in change #11539)
6213      Branch: perl
6214            ! pp.c
6215 ____________________________________________________________________________
6216 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
6217         Log: Subject: [PATCH: perl@11523] fixups for t/harness
6218              From: Prymmer/Kahn <pvhp@best.com>
6219              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
6220              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
6221      Branch: perl
6222            ! t/harness
6223 ____________________________________________________________________________
6224 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
6225         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
6226              From: Prymmer/Kahn <pvhp@best.com>
6227              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
6228              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
6229      Branch: perl
6230            ! win32/Makefile win32/makefile.mk
6231 ____________________________________________________________________________
6232 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
6233         Log: Need to know the number of tests.
6234      Branch: perl
6235            ! t/run/exit.t
6236 ____________________________________________________________________________
6237 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
6238         Log: Subject: Re: new exit tests on VMS
6239              From: "Craig A. Berry" <craigberry@mac.com>
6240              Date: Tue, 31 Jul 2001 12:19:29 -0500
6241              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
6242      Branch: perl
6243            ! t/run/exit.t
6244 ____________________________________________________________________________
6245 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
6246         Log: Retract #11530 (the dTHX is needed under threads)
6247      Branch: perl
6248            ! perlio.c
6249 ____________________________________________________________________________
6250 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
6251         Log: (Retracted by #11531)
6252      Branch: perl
6253            ! perlio.c
6254 ____________________________________________________________________________
6255 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
6256         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
6257              From: Richard Soderberg <rs@crystalflame.net>
6258              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
6259              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
6260      Branch: perl
6261            ! unixish.h
6262 ____________________________________________________________________________
6263 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
6264         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
6265              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6266              Date: Tue, 31 Jul 2001 05:39:09 -0400
6267              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
6268              
6269              (with a note about the case of UV being equal to long long)
6270      Branch: perl
6271            ! utils/h2xs.PL
6272 ____________________________________________________________________________
6273 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
6274         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
6275              From: "Craig A. Berry" <craigberry@mac.com>
6276              Date: Tue, 31 Jul 2001 14:57:43 -0500
6277              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
6278      Branch: perl
6279            ! t/io/fs.t
6280 ____________________________________________________________________________
6281 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
6282         Log: Fix for
6283              
6284              Subject: [ID 20010116.001] File::Copy truncates orig file 
6285              From: arbor@al37al08.telecel.pt
6286              Date: Tue, 16 Jan 2001 11:43:02 GMT
6287              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
6288              
6289              (copy($foo, $foo) would truncate $foo)
6290      Branch: perl
6291            ! lib/File/Copy.pm lib/File/Copy.t
6292 ____________________________________________________________________________
6293 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
6294         Log: Metaconfig unit change for #11524.
6295      Branch: metaconfig/U/perl
6296            ! Extras.U
6297 ____________________________________________________________________________
6298 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
6299         Log: Multiple modules didn't work; plus typo fixes.
6300      Branch: perl
6301            ! Configure
6302 ____________________________________________________________________________
6303 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
6304         Log: Update Changes.
6305      Branch: perl
6306            ! Changes patchlevel.h
6307 ____________________________________________________________________________
6308 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
6309         Log: Regen perlapi.
6310      Branch: perl
6311            ! pod/perlapi.pod
6312 ____________________________________________________________________________
6313 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
6314         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
6315              From: Dave Mitchell <davem@fdgroup.co.uk>
6316              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
6317              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
6318      Branch: perl
6319            ! sv.c
6320 ____________________________________________________________________________
6321 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
6322         Log: Regen toc.
6323      Branch: perl
6324            ! pod/perltoc.pod
6325 ____________________________________________________________________________
6326 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
6327         Log: Regen Porting stuff.
6328      Branch: perl
6329            ! Porting/Glossary Porting/config.sh Porting/config_H
6330 ____________________________________________________________________________
6331 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
6332         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
6333              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6334              Date: Tue, 31 Jul 2001 05:34:38 -0400
6335              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
6336      Branch: perl
6337            ! utils/h2xs.PL
6338 ____________________________________________________________________________
6339 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
6340         Log: Metaconfig unit change for #11516. 
6341      Branch: metaconfig/U/perl
6342            ! gccvers.U
6343 ____________________________________________________________________________
6344 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
6345         Log: Add -Wall in cflags, not in Configure.
6346              (This way -Wall affects only the core and the core XS,
6347              not user modules' XS.  Concern from Paul Marquess,
6348              implementation idea from Andy Dougherty.)
6349      Branch: perl
6350            ! Configure cflags.SH
6351 ____________________________________________________________________________
6352 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
6353         Log: Metaconfig unit changes for #11514.
6354      Branch: metaconfig
6355            + U/modified/sysman.U
6356            ! U/installdirs/man1dir.U
6357 ____________________________________________________________________________
6358 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
6359         Log: Subject: Configure's detection of system manual
6360              From: Sean Dague <sean@dague.net> 
6361              Date: Sun, 13 May 2001 15:53:15 -0400
6362              Message-ID: <20010513155315.A15833@underhill.dague.net>
6363      Branch: perl
6364            ! Configure
6365 ____________________________________________________________________________
6366 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
6367         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
6368              From: Autrijus Tang <autrijus@autrijus.org> 
6369              Date: Thu, 21 Jun 2001 23:56:48 +0800
6370              Message-Id: <20010621235648.A57340@not.autrijus.org>
6371      Branch: perl
6372            ! pod/perlobj.pod
6373 ____________________________________________________________________________
6374 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
6375         Log: Subject: Typo in DB_File.pm
6376              From: "Philip Newton" <Philip.Newton@gmx.net>
6377              Date: Tue, 31 Jul 2001 06:19:35 +0200
6378              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
6379      Branch: perl
6380            ! ext/DB_File/DB_File.pm
6381 ____________________________________________________________________________
6382 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
6383         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
6384              From: "Stephen P. Potter" <spp@spotter.yi.org>
6385              Date: Wed, 30 May 2001 13:59:34 -0400
6386              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
6387      Branch: perl
6388            ! pod/perlre.pod
6389 ____________________________________________________________________________
6390 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
6391         Log: eval "format foo=" would loop indefinitely; reported in
6392              
6393              Subject: A load of old rubbish
6394              From: Mike Guy <mjtg@cam.ac.uk>
6395              Date: Mon, 14 May 2001 16:12:22 +0100
6396              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
6397              
6398              (The core dumps reported in there already fixed.)
6399      Branch: perl
6400            ! toke.c
6401 ____________________________________________________________________________
6402 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
6403         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
6404      Branch: perl
6405            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
6406            + lib/Switch/t/switch_case.t
6407            - lib/Switch/test.pl
6408            ! MANIFEST lib/Switch.pm
6409 ____________________________________________________________________________
6410 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
6411         Log: Subject: [PATCH @11505] DB_File-1.78
6412              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
6413              Date: Mon, 30 Jul 2001 22:54:37 +0100
6414              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
6415      Branch: perl
6416            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6417            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
6418 ____________________________________________________________________________
6419 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
6420         Log: Explain in more detail why -pipe and -fno-common are good.
6421      Branch: perl
6422            ! hints/darwin.sh
6423 ____________________________________________________________________________
6424 [ 11506] By: nick                                  on 2001/07/30  14:32:23
6425         Log: Integrate mainline
6426      Branch: perlio
6427           !> INSTALL Makefile.SH doio.c hints/darwin.sh
6428 ____________________________________________________________________________
6429 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
6430         Log: Perl hasn't been putting man pages into $prefix/lib for
6431              a long time now; pointed out by Andy Dougherty. 
6432      Branch: perl
6433            ! hints/darwin.sh
6434 ____________________________________________________________________________
6435 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
6436         Log: Document the extras Configure option.
6437      Branch: perl
6438            ! INSTALL
6439 ____________________________________________________________________________
6440 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
6441         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
6442              everywhere.
6443      Branch: perl
6444           !> doio.c
6445 ____________________________________________________________________________
6446 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
6447         Log: Doubly guard against invoking CPAN if no extras defined,
6448              pointed out by H. Merijn Brand.
6449      Branch: perl
6450            ! Makefile.SH
6451 ____________________________________________________________________________
6452 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
6453         Log: Fix O_RDONLY check to check for O_RDONLY.
6454      Branch: maint-5.6/macperl
6455            ! doio.c
6456 ____________________________________________________________________________
6457 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
6458         Log: Integrate miscellaneous changes from maint-5.6/perl.
6459      Branch: maint-5.6/macperl
6460           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
6461 ____________________________________________________________________________
6462 [ 11499] By: nick                                  on 2001/07/30  06:52:42
6463         Log: Integrate mainline
6464      Branch: perlio
6465           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
6466           +> win32/sync_ext.pl
6467            - win32/sncfnmcs.pl
6468           !> (integrate 71 files)
6469 ____________________________________________________________________________
6470 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
6471         Log: Update Changes.
6472      Branch: perl
6473            ! Changes patchlevel.h
6474 ____________________________________________________________________________
6475 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
6476         Log: Now Configure -Dextras=Foo::Bar and "make install" will
6477              fetch and install Foo::Bar.
6478      Branch: perl
6479            ! Makefile.SH
6480 ____________________________________________________________________________
6481 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
6482         Log: Metaconfig unit change for #11495.
6483      Branch: metaconfig/U/perl
6484            ! Extras.U
6485 ____________________________________________________________________________
6486 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
6487         Log: extras.make, extras.test, and extras.install make targets.
6488      Branch: perl
6489            ! Configure Makefile.SH
6490 ____________________________________________________________________________
6491 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
6492         Log: Metaconfig unit change for #11493.
6493      Branch: metaconfig/U/perl
6494            ! Extras.U
6495 ____________________________________________________________________________
6496 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
6497         Log: Better to have the list of extras in $extras than 'define'.
6498      Branch: perl
6499            ! Configure
6500 ____________________________________________________________________________
6501 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
6502         Log: The metaconfig unit change for #11490.
6503      Branch: metaconfig/U/perl
6504            + Extras.U
6505 ____________________________________________________________________________
6506 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
6507         Log: Missed from #11490 (the required dependency).
6508      Branch: perl
6509            ! Makefile.SH
6510 ____________________________________________________________________________
6511 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
6512         Log: Add the support of asking for extra modules or bundles of modules
6513              to be fetched from the CPAN and installed as a part of the Perl
6514              build process.  None of this installation is yet really done;
6515              only the list is asked, and saved away in extras.lst for
6516              the build and installation process to worry about later.
6517      Branch: perl
6518            ! Configure
6519 ____________________________________________________________________________
6520 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
6521         Log: Beginnings of better Inf and NaN support.
6522              At least toke.c and sv.c still need quite a bit of work.
6523      Branch: perl
6524            ! numeric.c perl.h
6525 ____________________________________________________________________________
6526 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
6527         Log: Top-level Makefile didn't honour OPTIMIZE.
6528      Branch: perl
6529            ! Makefile.SH
6530 ____________________________________________________________________________
6531 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
6532         Log: Update Changes.
6533      Branch: perl
6534            ! Changes patchlevel.h
6535 ____________________________________________________________________________
6536 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
6537         Log: Use Search::Dict 1.02 interface for charinfo().
6538      Branch: perl
6539            ! lib/UnicodeCD.pm
6540 ____________________________________________________________________________
6541 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
6542         Log: Now also allow transforming the read lines before comparing them.
6543              (This will help UnicodeCD.) 
6544      Branch: perl
6545            ! lib/Search/Dict.pm
6546 ____________________________________________________________________________
6547 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
6548         Log: Remove tiehandle code.
6549      Branch: perl
6550            ! lib/UnicodeCD.pm
6551 ____________________________________________________________________________
6552 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
6553         Log: Allow specifying a comparison function for Search::Dict::look().
6554      Branch: perl
6555            ! lib/Search/Dict.pm
6556 ____________________________________________________________________________
6557 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
6558         Log: Small UnicodeCD tweaks.
6559      Branch: perl
6560            ! lib/UnicodeCD.pm lib/UnicodeCD.t
6561 ____________________________________________________________________________
6562 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
6563         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
6564              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6565              Date: Tue, 24 Jul 2001 01:51:32 +0900
6566              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
6567      Branch: perl
6568            ! lib/UnicodeCD.pm lib/UnicodeCD.t
6569 ____________________________________________________________________________
6570 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
6571         Log: Subject: [PATCH] installperl
6572              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
6573              Date: Fri, 27 Jul 2001 19:05:04 -0700
6574              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
6575      Branch: perl
6576            ! installperl
6577 ____________________________________________________________________________
6578 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
6579         Log: Subject: [PATCH] Set proper compatibility versions in core
6580              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
6581              Date: Fri, 27 Jul 2001 20:01:49 -0700
6582              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
6583      Branch: perl
6584            ! Makefile.SH
6585 ____________________________________________________________________________
6586 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
6587         Log: Metaconfig unit change for #11477.
6588      Branch: metaconfig/U/perl
6589            ! dlsrc.U
6590 ____________________________________________________________________________
6591 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
6592         Log: Subject: [PATCH] Darwin: -fpic not so good
6593              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
6594              Date: Fri, 27 Jul 2001 18:57:38 -0700
6595              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
6596      Branch: perl
6597            ! Configure
6598 ____________________________________________________________________________
6599 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
6600         Log: Subject: [PATCH] Clean up Darwin hints
6601              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
6602              Date: Fri, 27 Jul 2001 19:13:15 -0700
6603              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
6604      Branch: perl
6605            ! hints/darwin.sh
6606 ____________________________________________________________________________
6607 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
6608         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
6609              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6610              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
6611              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
6612      Branch: perl
6613            ! pod/perlfunc.pod pp.c t/op/split.t
6614 ____________________________________________________________________________
6615 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
6616         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
6617              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6618              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
6619              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
6620      Branch: perl
6621            ! pod/perlvar.pod
6622 ____________________________________________________________________________
6623 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
6624         Log: Subject: [PATCH] fixes to constant.pm documentation
6625              From: Ilmari Karonen <iltzu@sci.fi>
6626              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
6627              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
6628      Branch: perl
6629            ! lib/constant.pm
6630 ____________________________________________________________________________
6631 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
6632         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
6633              From: "Philip Newton" <Philip.Newton@gmx.net>
6634              Date: Fri, 27 Jul 2001 07:51:10 +0200
6635              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
6636      Branch: perl
6637            ! pod/perlport.pod
6638 ____________________________________________________________________________
6639 [ 11471] By: nick                                  on 2001/07/26  06:23:32
6640         Log: Subject:  [PATCH] Doc fix for perlguts / threading
6641              From:  Arthur Bergman <arthur@contiller.se>
6642              Date:  Wed, 25 Jul 2001 11:28:23 +0200
6643              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
6644      Branch: perl
6645            ! pod/perlguts.pod
6646 ____________________________________________________________________________
6647 [ 11470] By: nick                                  on 2001/07/26  06:21:06
6648         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
6649              From:  Philip Newton <Philip.Newton@gmx.net>
6650              Date:  Wed, 25 Jul 2001 08:19:47 +0200
6651              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
6652      Branch: perl
6653            ! INSTALL
6654 ____________________________________________________________________________
6655 [ 11469] By: nick                                  on 2001/07/26  06:20:25
6656         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
6657              From:  Philip Newton <Philip.Newton@gmx.net>
6658              Date:  Wed, 25 Jul 2001 08:12:48 +0200
6659              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
6660      Branch: perl
6661            ! INSTALL
6662 ____________________________________________________________________________
6663 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
6664         Log: More +x.
6665      Branch: perl
6666            ! Porting/makerel
6667 ____________________________________________________________________________
6668 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
6669         Log: Update Changes.
6670      Branch: perl
6671            ! Changes patchlevel.h
6672 ____________________________________________________________________________
6673 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
6674         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
6675              From: "Philip Newton" <Philip.Newton@gmx.net>
6676              Date: Tue, 24 Jul 2001 06:45:55 +0200
6677              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
6678      Branch: perl
6679            ! os2/perlrexx.c
6680 ____________________________________________________________________________
6681 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
6682         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
6683              From: Peter Prymmer <pvhp@forte.com>
6684              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
6685              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
6686      Branch: perl
6687            ! pod/perlport.pod t/io/fs.t vms/test.com
6688 ____________________________________________________________________________
6689 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
6690         Log: Workaround on Cwd bootstrap problem.
6691      Branch: perl
6692            ! lib/ExtUtils/MakeMaker.pm
6693 ____________________________________________________________________________
6694 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
6695         Log: When in Rome, quote like the Romans do.
6696      Branch: perl
6697            ! cflags.SH
6698 ____________________________________________________________________________
6699 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
6700         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
6701              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6702              Date: Mon, 23 Jul 2001 19:29:49 -0400
6703              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
6704      Branch: perl
6705            + os2/perlrexx.c
6706            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
6707            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
6708            ! t/op/write.t
6709 ____________________________________________________________________________
6710 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
6711         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
6712              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6713              Date: Mon, 23 Jul 2001 18:43:42 -0400
6714              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
6715      Branch: perl
6716            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
6717 ____________________________________________________________________________
6718 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
6719         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
6720              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6721              Date: Mon, 23 Jul 2001 18:33:16 -0400
6722              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
6723      Branch: perl
6724            ! lib/ExtUtils/MakeMaker.pm
6725 ____________________________________________________________________________
6726 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
6727         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
6728              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6729              Date: Mon, 23 Jul 2001 18:20:35 -0400
6730              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
6731      Branch: perl
6732            ! Makefile.SH cflags.SH
6733 ____________________________________________________________________________
6734 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
6735         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
6736              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
6737              Date: Mon, 23 Jul 2001 11:32:17 -0500
6738              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
6739      Branch: perl
6740            ! lib/ExtUtils/MakeMaker.pm
6741 ____________________________________________________________________________
6742 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
6743         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
6744              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6745              Date: Mon, 23 Jul 2001 18:13:20 -0400
6746              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
6747      Branch: perl
6748            ! lib/perl5db.pl
6749 ____________________________________________________________________________
6750 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
6751         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
6752              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6753              Date: Mon, 23 Jul 2001 18:07:40 -0400
6754              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
6755      Branch: perl
6756            ! op.c
6757 ____________________________________________________________________________
6758 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
6759         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
6760              From: "Craig A. Berry" <craigberry@mac.com>
6761              Date: Mon, 23 Jul 2001 15:35:06 -0500
6762              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
6763      Branch: perl
6764            ! util.c
6765 ____________________________________________________________________________
6766 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
6767         Log: Subject: [PATCH perlfaq9.pod typo]
6768              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
6769              Date: Mon, 23 Jul 2001 07:49:05 -0700
6770              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
6771      Branch: perl
6772            ! pod/perlfaq9.pod
6773 ____________________________________________________________________________
6774 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
6775         Log: Subject: win32\sncfnmcs.pl corrections
6776              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
6777              Date: Mon, 23 Jul 2001 12:56:54 +0200
6778              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
6779              
6780              Rename the script a little bit more sensibly.
6781      Branch: perl
6782            + win32/sync_ext.pl
6783            - win32/sncfnmcs.pl
6784            ! MANIFEST README.win32
6785 ____________________________________________________________________________
6786 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
6787         Log: Test tweak.
6788      Branch: perl
6789            ! ext/B/Deparse.t
6790 ____________________________________________________________________________
6791 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
6792         Log: Metaconfig unit tweak for #11450.
6793      Branch: metaconfig/U/perl
6794            ! Mksymlinks.U
6795 ____________________________________________________________________________
6796 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
6797         Log: Too volatile failsafe check.
6798      Branch: perl
6799            ! Configure
6800 ____________________________________________________________________________
6801 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
6802         Log: Further doc tweaks.
6803      Branch: perl
6804            ! lib/UnicodeCD.pm
6805 ____________________________________________________________________________
6806 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
6807         Log: Doc tweaks.
6808      Branch: perl
6809            ! lib/UnicodeCD.pm
6810 ____________________________________________________________________________
6811 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
6812         Log: Doc tweakery from Abhijit.
6813      Branch: perl
6814            ! Porting/repository.pod
6815 ____________________________________________________________________________
6816 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
6817         Log: An accidental empty line.
6818      Branch: perl
6819            ! MANIFEST
6820 ____________________________________________________________________________
6821 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
6822         Log: Missing MANIFESTations.
6823      Branch: perl
6824            ! MANIFEST
6825 ____________________________________________________________________________
6826 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
6827         Log: Update Changes.
6828      Branch: perl
6829            ! Changes patchlevel.h
6830 ____________________________________________________________________________
6831 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
6832         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
6833              From: Mike Guy <mjtg@cam.ac.uk>
6834              Date: Fri, 20 Jul 2001 16:12:49 +0100
6835              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
6836      Branch: perl
6837            ! Porting/pumpkin.pod
6838 ____________________________________________________________________________
6839 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
6840         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
6841              From: Peter Prymmer <pvhp@forte.com>
6842              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
6843              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
6844      Branch: perl
6845            ! pod/perlhack.pod
6846 ____________________________________________________________________________
6847 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
6848         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
6849              From: Michael G Schwern <schwern@pobox.com>
6850              Date: Fri, 20 Jul 2001 20:22:35 -0400
6851              Message-ID: <20010720202235.O4498@blackrider>
6852      Branch: perl
6853            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
6854            ! lib/Test/t/todo.t
6855 ____________________________________________________________________________
6856 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
6857         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
6858              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
6859              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
6860              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
6861      Branch: perl
6862            ! ext/POSIX/POSIX.pod
6863 ____________________________________________________________________________
6864 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
6865         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
6866              From: Mark-Jason Dominus <mjd@plover.com>
6867              Date: Fri, 20 Jul 2001 23:16:54 -0400
6868              Message-ID: <20010721031654.21877.qmail@plover.com>
6869      Branch: perl
6870            ! ext/POSIX/POSIX.pod
6871 ____________________________________________________________________________
6872 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
6873         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
6874              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6875              Date: Sun, 22 Jul 2001 14:56:09 +0200
6876              Message-ID: <20010722145609.A766@rafael>
6877      Branch: perl
6878            ! ext/B/O.pm
6879 ____________________________________________________________________________
6880 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
6881         Log: Subject: regexec.c #define cleanup
6882              From: Mark-Jason Dominus <mjd@plover.com>
6883              Date: Sat, 21 Jul 2001 18:33:25 -0400
6884              Message-ID: <20010721223325.3069.qmail@plover.com>
6885      Branch: perl
6886            ! regexec.c
6887 ____________________________________________________________________________
6888 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
6889         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
6890              From: Prymmer/Kahn <pvhp@best.com>
6891              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
6892              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
6893      Branch: perl
6894            ! t/io/fs.t
6895 ____________________________________________________________________________
6896 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
6897         Log: Typo in #11432.
6898      Branch: perl
6899            ! ext/POSIX/POSIX.t
6900 ____________________________________________________________________________
6901 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
6902         Log: Integrate (manually) change #11424 from macperl.
6903      Branch: perl
6904            ! ext/Filter/t/call.t
6905 ____________________________________________________________________________
6906 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
6907         Log: Integrate change #11408 from macperl.
6908      Branch: perl
6909           !> README.macos pod/perlport.pod
6910 ____________________________________________________________________________
6911 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
6912         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
6913      Branch: perl
6914           +> macos/MacPerlTests.cmd macos/xsubpp.patch
6915            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
6916            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
6917            ! ext/POSIX/POSIX.t
6918 ____________________________________________________________________________
6919 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
6920         Log: pod/*.t tests not picked up by t/TEST either
6921      Branch: maint-5.6/perl
6922            ! t/TEST
6923 ____________________________________________________________________________
6924 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
6925         Log: better tweak for change#11429 (windows has both / and \ separated
6926              paths in @INC at that point)
6927      Branch: maint-5.6/perl
6928            ! t/pod/testp2pt.pl
6929 ____________________________________________________________________________
6930 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
6931         Log: MacOS pod test tweak needs \Escape
6932      Branch: maint-5.6/perl
6933            ! t/pod/testp2pt.pl
6934 ____________________________________________________________________________
6935 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
6936         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
6937              resulting duplicate output, but t/harness isn't)
6938      Branch: maint-5.6/perl
6939            ! t/run/runenv.t
6940 ____________________________________________________________________________
6941 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
6942         Log: t/harness wasn't picking up all the tests
6943      Branch: maint-5.6/perl
6944            ! t/harness
6945 ____________________________________________________________________________
6946 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
6947         Log: update MANIFEST for new file
6948      Branch: maint-5.6/perl
6949            ! MANIFEST
6950 ____________________________________________________________________________
6951 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
6952         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
6953              the exception of the macperl/macos/... tree
6954      Branch: maint-5.6/perl
6955           +> t/lib/filefind-taint.t
6956           !> (integrate 72 files)
6957 ____________________________________________________________________________
6958 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
6959         Log: Fix test.
6960      Branch: maint-5.6/macperl
6961            ! macos/bundled_ext/Filter/t/call.t
6962 ____________________________________________________________________________
6963 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
6964         Log: Make perl fork()-safe (in a slightly limited way) even on
6965              platforms that don't have pthread_atfork() (extension of
6966              the fix in change#11151).
6967              
6968              Note that this will not help extensions that call fork()
6969              directly in C, or that link to libraries that call fork()
6970              directly.  Such cases must be fixed to either call
6971              PerlProc_fork(), or call atfork_lock() in parent before the
6972              calling the function that forks and call atfork_unlock()
6973              in both parent and child immediately after the fork().
6974              (There are no worries if C code calls exec() in the child
6975              immediately after a fork().  Only cases where the child
6976              calls perl's API functions (including New()) after the
6977              fork() are problematic.)
6978              
6979              This change also eliminates the use of vfork() from perl,
6980              since all such uses were violating the severe restrictions
6981              on modifying the state of the process between the vfork()
6982              and the exec().
6983              
6984              This is a modified version of patches suggested by Abhijit
6985              Menon-Sen and Richard Soderberg.
6986      Branch: perl
6987            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
6988            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
6989 ____________________________________________________________________________
6990 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
6991         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
6992              Switch, and Text::Balanced.
6993      Branch: maint-5.6/macperl
6994            + macos/bundled_ext/Filter/Util/Call/Call.pm
6995            + macos/bundled_ext/Filter/Util/Call/Call.xs
6996            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
6997            + macos/bundled_ext/Filter/t/MyFilter.pm
6998            + macos/bundled_ext/Filter/t/call.t
6999            + macos/bundled_ext/Filter/t/filter-util.pl
7000            + macos/bundled_lib/blib/lib/Class/ISA.pm
7001            + macos/bundled_lib/blib/lib/Digest.pm
7002            + macos/bundled_lib/blib/lib/Filter/Simple.pm
7003            + macos/bundled_lib/blib/lib/Switch.pm
7004            + macos/bundled_lib/blib/lib/Text/Balanced.pm
7005            + macos/bundled_lib/blib/lib/Text/Balanced.pod
7006            + macos/bundled_lib/t/Class/ISA/test.pl
7007            + macos/bundled_lib/t/Digest/Digest.t
7008            + macos/bundled_lib/t/Filter/Simple/test.pl
7009            + macos/bundled_lib/t/Switch/test.pl
7010            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
7011            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
7012            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
7013            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
7014            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
7015            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
7016            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
7017            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
7018 ____________________________________________________________________________
7019 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
7020         Log: Add Filter::Util::Call to config/make files; edit utils
7021              to recognize the module (it was descended too far down).
7022              Bump version to 5.6.1a4.
7023      Branch: maint-5.6/macperl
7024            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
7025            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
7026            ! macos/macperl/Makefile.mk macos/xsubpp.patch
7027 ____________________________________________________________________________
7028 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
7029         Log: Make DB_File the default for MLDBM on MacOS.
7030      Branch: maint-5.6/macperl
7031            ! macos/bundled_lib/blib/lib/MLDBM.pm
7032 ____________________________________________________________________________
7033 [ 11419] By: nick                                  on 2001/07/20  14:51:03
7034         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
7035              From:  Simon Cozens <simon@netthink.co.uk>
7036              Date:  Fri, 20 Jul 2001 11:42:35 -0400
7037              Message-Id:  <20010720114235.A5235@netthink.co.uk>
7038      Branch: perl
7039            ! lib/UnicodeCD.pm
7040 ____________________________________________________________________________
7041 [ 11418] By: nick                                  on 2001/07/20  14:48:12
7042         Log: Subject:  [PATCH regcomp.h] adds a comment
7043              From:  Abhijit Menon-Sen <ams@wiw.org>
7044              Date:  Fri, 20 Jul 2001 21:05:37 +0530
7045              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
7046      Branch: perl
7047            ! regcomp.h
7048 ____________________________________________________________________________
7049 [ 11417] By: nick                                  on 2001/07/20  14:16:38
7050         Log: Subject:  [PATCH 5.7.2] INSTALL updates
7051              From:  Andy Dougherty <doughera@lafayette.edu>
7052              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
7053              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
7054      Branch: perl
7055            ! INSTALL
7056 ____________________________________________________________________________
7057 [ 11416] By: nick                                  on 2001/07/20  06:44:44
7058         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
7059              From:  Russ Allbery <rra@stanford.edu>
7060              Date:  19 Jul 2001 15:52:37 -0700
7061              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
7062      Branch: perl
7063            ! lib/Pod/Man.pm
7064 ____________________________________________________________________________
7065 [ 11415] By: nick                                  on 2001/07/20  06:35:11
7066         Log: Subject:  [PATCH] defer op_seq allocation
7067              From:  Abhijit Menon-Sen <ams@wiw.org>
7068              Date:  Thu, 19 Jul 2001 22:12:24 +0530
7069              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
7070      Branch: perl
7071            ! op.c
7072 ____________________________________________________________________________
7073 [ 11414] By: nick                                  on 2001/07/20  06:23:36
7074         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
7075              From:  Abhijit Menon-Sen <ams@wiw.org>
7076              Date:  Fri, 20 Jul 2001 01:18:50 +0530
7077              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
7078              (Private e-mail)
7079      Branch: perl
7080            ! ext/Time/HiRes/HiRes.xs
7081 ____________________________________________________________________________
7082 [ 11413] By: nick                                  on 2001/07/20  06:18:53
7083         Log: Integrate mainline
7084      Branch: perlio
7085           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
7086            - t/base/commonsense.t
7087           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
7088           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
7089           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
7090           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
7091           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
7092           !> win32/win32.c
7093 ____________________________________________________________________________
7094 [ 11412] By: nick                                  on 2001/07/19  06:44:27
7095         Log: Integrate win32/perlhost.h from maintenance branch.
7096              (Rest of $ENV{PATH} / system() fix.)
7097      Branch: perl
7098           !> win32/perlhost.h
7099 ____________________________________________________________________________
7100 [ 11411] By: nick                                  on 2001/07/19  06:41:34
7101         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
7102              From:  Philip Newton <Philip.Newton@gmx.net>
7103              Date:  Wed, 18 Jul 2001 21:43:57 +0200
7104              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
7105      Branch: perl
7106            ! pod/perlhack.pod
7107 ____________________________________________________________________________
7108 [ 11410] By: nick                                  on 2001/07/19  06:39:35
7109         Log: Subject:  Security hole in taint checking in open()
7110              From:  deekoo@tentacle.net
7111              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
7112              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
7113      Branch: perl
7114            ! doio.c
7115 ____________________________________________________________________________
7116 [ 11409] By: nick                                  on 2001/07/19  06:28:08
7117         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
7118              From:  Abhijit Menon-Sen <ams@wiw.org>
7119              Date:  Thu, 19 Jul 2001 04:30:43 +0530
7120              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
7121      Branch: perl
7122            ! ext/Time/HiRes/HiRes.xs
7123 ____________________________________________________________________________
7124 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
7125         Log: Update docs with latest implementation information and new URLs.
7126      Branch: maint-5.6/macperl
7127            ! README.macos pod/perlport.pod
7128 ____________________________________________________________________________
7129 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
7130         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
7131              Fix BuildRules to accept optimization variables.
7132      Branch: maint-5.6/macperl
7133            + macos/bundled_ext/Digest/MD5/Makefile.mk
7134            ! macos/BuildRules.mk macos/Makefile.mk
7135            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
7136            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
7137 ____________________________________________________________________________
7138 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
7139         Log: Integrate changes 11399,11401
7140      Branch: maint-5.6/macperl
7141           !> win32/perlhost.h win32/win32.c
7142 ____________________________________________________________________________
7143 [ 11405] By: nick                                  on 2001/07/18  06:50:33
7144         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
7145              from perl5.6*
7146      Branch: perl
7147           !> win32/perlhost.h win32/win32.c
7148 ____________________________________________________________________________
7149 [ 11404] By: nick                                  on 2001/07/18  06:43:59
7150         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
7151              From:  hv@crypt0.demon.co.uk
7152              Date:  Wed, 18 Jul 2001 05:58:46 +0100
7153              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
7154      Branch: perl
7155            ! ext/POSIX/POSIX.t
7156 ____________________________________________________________________________
7157 [ 11403] By: nick                                  on 2001/07/18  06:38:57
7158         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
7159              From:  hv@crypt0.demon.co.uk
7160              Date:  Wed, 18 Jul 2001 05:21:54 +0100
7161              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
7162      Branch: perl
7163            ! numeric.c t/op/arith.t
7164 ____________________________________________________________________________
7165 [ 11402] By: nick                                  on 2001/07/18  06:19:17
7166         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
7167              From:  mjd@plover.com
7168              Date:  17 Jul 2001 17:59:20 -0000
7169              Message-Id:  <20010717175920.8177.qmail@plover.com>
7170      Branch: perl
7171            ! pod/perlre.pod
7172 ____________________________________________________________________________
7173 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
7174         Log: thinko in change#11400 (duh)
7175      Branch: maint-5.6/perl
7176            ! win32/perlhost.h
7177 ____________________________________________________________________________
7178 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
7179         Log: change#11399 revealed another unrelated bug; this is just a temporary
7180              bandaid
7181      Branch: maint-5.6/perl
7182            ! win32/perlhost.h
7183 ____________________________________________________________________________
7184 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
7185         Log: fix bugs in handling of the virtualized environment under windows;
7186              there were bugs in propagating any changes to %ENV down to the real
7187              environment when such changes happened in the toplevel process
7188              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
7189              problem identification, and for a part of the fix)
7190      Branch: maint-5.6/perl
7191            ! win32/perlhost.h win32/win32.c
7192 ____________________________________________________________________________
7193 [ 11398] By: nick                                  on 2001/07/17  08:26:35
7194         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
7195              From: Peter Prymmer <pvhp@forte.com>
7196              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
7197              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
7198              
7199              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
7200              should not depend on existance of Config.pm
7201      Branch: perl
7202           +> t/lib/commonsense.t
7203            - t/base/commonsense.t
7204            ! MANIFEST t/README
7205 ____________________________________________________________________________
7206 [ 11397] By: nick                                  on 2001/07/17  08:09:58
7207         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
7208              From:  Michael G Schwern <schwern@pobox.com>
7209              Date:  Mon, 16 Jul 2001 18:20:31 -0400
7210              Message-Id:  <20010716182031.A1128@blackrider>
7211      Branch: perl
7212            ! pod/perlhack.pod
7213 ____________________________________________________________________________
7214 [ 11396] By: nick                                  on 2001/07/17  08:04:11
7215         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
7216              From:  Gwyn Judd <b.judd@xtra.co.nz>
7217              Date:  Tue, 17 Jul 2001 20:55:58 +1200
7218              Message-Id:  <20010717205558.A3107@thislove>
7219      Branch: perl
7220            ! pod/perlfunc.pod
7221 ____________________________________________________________________________
7222 [ 11395] By: nick                                  on 2001/07/17  08:02:22
7223         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
7224              From:  Peter Prymmer <pvhp@forte.com>
7225              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
7226              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
7227      Branch: perl
7228            ! t/op/sprintf.t
7229 ____________________________________________________________________________
7230 [ 11394] By: nick                                  on 2001/07/17  07:57:06
7231         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
7232              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
7233              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
7234              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
7235      Branch: perl
7236            ! gv.c
7237 ____________________________________________________________________________
7238 [ 11392] By: nick                                  on 2001/07/17  07:50:12
7239         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
7240              From:  Coral <coral@moonlight.crystalflame.net>
7241              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
7242              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
7243      Branch: perl
7244            ! pp_sys.c thread.h
7245 ____________________________________________________________________________
7246 [ 11391] By: nick                                  on 2001/07/17  07:34:28
7247         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
7248              From:  Jonathan Stowe <gellyfish@gellyfish.com>
7249              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
7250              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
7251      Branch: perl
7252            ! utils/h2xs.PL
7253 ____________________________________________________________________________
7254 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
7255         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
7256              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
7257              and Mac::Apps::Launch, which don't work, and Time::HiRes and
7258              Time::Piece, which don't yet work.
7259      Branch: maint-5.6/macperl
7260            + (add 154 files)
7261 ____________________________________________________________________________
7262 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
7263         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
7264              Also add hack to get around missing setenv for PERL5DB.
7265      Branch: maint-5.6/macperl
7266            ! macos/macish.c macos/macish.h
7267 ____________________________________________________________________________
7268 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
7269         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
7270      Branch: maint-5.6/macperl
7271            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
7272            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
7273 ____________________________________________________________________________
7274 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
7275         Log: Fix up some configuration and make options, add extra
7276              extensions.
7277      Branch: maint-5.6/macperl
7278            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
7279            ! macos/macperl/Makefile.mk
7280 ____________________________________________________________________________
7281 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
7282         Log: From Change 11374 in maintperl.
7283      Branch: maint-5.6/macperl
7284           !> utils/h2ph.PL
7285 ____________________________________________________________________________
7286 [ 11385] By: nick                                  on 2001/07/16  14:12:58
7287         Log: Back out change to h2xs till it passes its test.
7288      Branch: perl
7289            ! utils/h2xs.PL
7290 ____________________________________________________________________________
7291 [ 11384] By: nick                                  on 2001/07/16  14:00:10
7292         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
7293              From:  Jonathan Stowe <gellyfish@gellyfish.com>
7294              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
7295              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
7296      Branch: perl
7297            ! utils/h2xs.PL
7298 ____________________________________________________________________________
7299 [ 11383] By: nick                                  on 2001/07/16  13:53:12
7300         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
7301              From:  Robin Houston <robin@kitsite.com>
7302              Date:  Sun, 15 Jul 2001 18:22:31 +0100
7303              Message-Id:  <20010715182230.A11174@robin>
7304      Branch: perl
7305            ! hints/darwin.sh
7306 ____________________________________________________________________________
7307 [ 11382] By: nick                                  on 2001/07/16  13:52:49
7308         Log: Subject:  [PATCH perl@11372] re_dup
7309              From:  Radu Greab <radu@netsoft.ro>
7310              Date:  Sun, 15 Jul 2001 04:50:06 +0300
7311              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
7312      Branch: perl
7313            ! sv.c
7314 ____________________________________________________________________________
7315 [ 11379] By: nick                                  on 2001/07/16  13:35:39
7316         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
7317              From:  Robin Houston <robin@kitsite.com>
7318              Date:  Sat, 14 Jul 2001 14:28:50 +0100
7319              Message-Id:  <20010714142850.A10205@robin>
7320      Branch: perl
7321            ! ext/B/B/Deparse.pm
7322 ____________________________________________________________________________
7323 [ 11378] By: nick                                  on 2001/07/16  13:30:36
7324         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
7325              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
7326              Date:  Sat, 14 Jul 2001 22:17:42 +0900
7327              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
7328      Branch: perl
7329            + ext/Encode/Encode/euc-jp-0212.enc
7330            ! ext/Encode/Encode/Tcl.pm
7331 ____________________________________________________________________________
7332 [ 11377] By: nick                                  on 2001/07/16  13:17:28
7333         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
7334              From:  Andy Dougherty <doughera@lafayette.edu>
7335              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
7336              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
7337      Branch: perl
7338            ! hints/darwin.sh hints/rhapsody.sh
7339 ____________________________________________________________________________
7340 [ 11376] By: nick                                  on 2001/07/16  09:05:00
7341         Log: Integrate mainline
7342      Branch: perlio
7343           +> ext/Encode/Encode/7bit-greek.enc
7344           +> ext/Encode/Encode/7bit-latin1.enc
7345           +> ext/Encode/Encode/cns11643-1.enc
7346           +> ext/Encode/Encode/cns11643-2.enc
7347           +> ext/Encode/Encode/iso2022-cn.enc
7348           +> ext/Encode/Encode/iso2022-jp1.enc
7349           +> ext/Encode/Encode/iso2022-jp2.enc
7350           !> Changes Configure MANIFEST Makefile.SH
7351           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
7352           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
7353           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
7354           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
7355           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
7356 ____________________________________________________________________________
7357 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
7358         Log: integrate change#11374 from maint-5.6
7359              
7360              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
7361      Branch: perl
7362           !> utils/h2ph.PL
7363 ____________________________________________________________________________
7364 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
7365         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
7366      Branch: maint-5.6/perl
7367            ! utils/h2ph.PL
7368 ____________________________________________________________________________
7369 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
7370         Log: Update Changes.
7371      Branch: perl
7372            ! Changes patchlevel.h
7373 ____________________________________________________________________________
7374 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
7375         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
7376              From: Jonathan Stowe <gellyfish@gellyfish.com>
7377              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
7378              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
7379      Branch: perl
7380            ! utils/h2xs.PL
7381 ____________________________________________________________________________
7382 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
7383         Log: Subject: patch to add DEL to [:cntrl:]
7384              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
7385              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
7386              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
7387      Branch: perl
7388            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
7389 ____________________________________________________________________________
7390 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
7391         Log: Metaconfig unit change for #11369; plus a dependency nit.
7392      Branch: metaconfig
7393            ! U/compline/nblock_io.U
7394      Branch: metaconfig/U/perl
7395            ! Extensions.U
7396 ____________________________________________________________________________
7397 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
7398         Log: #include <stdlib.h> so that exit() is prototyped,
7399              noticed by Hugo.
7400      Branch: perl
7401            ! Configure
7402 ____________________________________________________________________________
7403 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
7404         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
7405              From: Peter Prymmer <pvhp@forte.com>
7406              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
7407              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
7408      Branch: perl
7409            ! t/op/sprintf.t
7410 ____________________________________________________________________________
7411 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
7412         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
7413              From: Peter Prymmer <pvhp@forte.com>
7414              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
7415              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
7416      Branch: perl
7417            ! ext/Encode/Encode/Tcl.t
7418 ____________________________________________________________________________
7419 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
7420         Log: Add information about gcc 3.0 basic block profiling.
7421      Branch: perl
7422            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
7423 ____________________________________________________________________________
7424 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
7425         Log: Subject: Error in lib/PerlIO/Via.pm ?
7426              From: Mark-Jason Dominus <mjd@plover.com>
7427              Date: Fri, 13 Jul 2001 15:55:41 -0400
7428              Message-ID: <20010713195541.26751.qmail@plover.com>
7429      Branch: perl
7430            ! ext/PerlIO/Via/Via.pm
7431 ____________________________________________________________________________
7432 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
7433         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
7434              section from the Compiler section.
7435      Branch: perl
7436            ! myconfig.SH
7437 ____________________________________________________________________________
7438 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
7439         Log: Handle glibc style of constant definitions using enum
7440              with intervening #defines; from Brendan O'Dea.
7441      Branch: perl
7442            ! utils/h2ph.PL
7443 ____________________________________________________________________________
7444 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
7445         Log: Add LC_MESSAGES to the locale_h export tag (it already is
7446              in the Makefile.PL and thusly eligible for an XS constant)
7447              (see also maintperl #10543)
7448      Branch: perl
7449            ! ext/POSIX/POSIX.pm
7450 ____________________________________________________________________________
7451 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
7452         Log: Subject: Re: [patch] re_dup
7453              From: Abhijit Menon-Sen <ams@wiw.org>
7454              Date: Fri, 13 Jul 2001 21:41:09 +0530
7455              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
7456      Branch: perl
7457            ! sv.c
7458 ____________________________________________________________________________
7459 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
7460         Log: Subject: [patch] re_dup
7461              From: Doug MacEachern <dougm@covalent.net>
7462              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
7463              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
7464      Branch: perl
7465            ! sv.c
7466 ____________________________________________________________________________
7467 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
7468         Log: Update Changes.
7469      Branch: perl
7470            ! Changes patchlevel.h
7471 ____________________________________________________________________________
7472 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
7473         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
7474              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
7475              Date: Sat, 14 Jul 2001 00:06:30 +0900
7476              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
7477      Branch: perl
7478            + ext/Encode/Encode/7bit-greek.enc
7479            + ext/Encode/Encode/7bit-latin1.enc
7480            + ext/Encode/Encode/cns11643-1.enc
7481            + ext/Encode/Encode/cns11643-2.enc
7482            + ext/Encode/Encode/iso2022-cn.enc
7483            + ext/Encode/Encode/iso2022-jp1.enc
7484            + ext/Encode/Encode/iso2022-jp2.enc
7485            ! MANIFEST ext/Encode/Encode/Tcl.pm
7486            ! ext/Encode/Encode/iso2022-kr.enc
7487 ____________________________________________________________________________
7488 [ 11357] By: nick                                  on 2001/07/13  14:24:06
7489         Log: Blind integrate mainline (as of 5.7.2?)
7490      Branch: perlio
7491           !> AUTHORS Changes Porting/config.sh Porting/config_H
7492           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
7493           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
7494           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7495           !> win32/makefile.mk
7496 ____________________________________________________________________________
7497 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
7498         Log: Snip away the devel patchlevel.
7499      Branch: perl
7500            ! patchlevel.h
7501 ____________________________________________________________________________
7502 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
7503         Log: Bump the version to 5.7.2.
7504      Branch: perl
7505            ! Porting/config.sh Porting/config_H patchlevel.h
7506            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
7507            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7508            ! win32/makefile.mk
7509 ____________________________________________________________________________
7510 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
7511         Log: Update Changes.
7512      Branch: perl
7513            ! Changes
7514 ____________________________________________________________________________
7515 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
7516         Log: Reword.
7517      Branch: perl
7518            ! AUTHORS
7519 ____________________________________________________________________________
7520 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
7521         Log: AUTHORS update.
7522      Branch: perl
7523            ! AUTHORS
7524 ____________________________________________________________________________
7525 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
7526         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
7527              unless ithreads.
7528      Branch: perl
7529            ! makedef.pl
7530 ____________________________________________________________________________
7531 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
7532         Log: Integrate perlio.
7533      Branch: perl
7534           !> win32/distclean.bat
7535 ____________________________________________________________________________
7536 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
7537         Log: Test the encoding transform only iff we have PerlIO,
7538              noticed by H. Merijn Brand.
7539      Branch: perl
7540            ! ext/PerlIO/t/encoding.t
7541 ____________________________________________________________________________
7542 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
7543         Log: README.netware tweaks from Ananth Kesari.
7544      Branch: perl
7545            ! README.netware
7546 ____________________________________________________________________________
7547 [ 11346] By: nick                                  on 2001/07/13  09:18:51
7548         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
7549              to avoid /unicode vs /Unicode issues.
7550      Branch: perlio
7551            ! win32/distclean.bat
7552 ____________________________________________________________________________
7553 [ 11345] By: nick                                  on 2001/07/13  06:24:18
7554         Log: Integrate mainline
7555      Branch: perlio
7556           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
7557            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
7558           !> (integrate 63 files)
7559 ____________________________________________________________________________
7560 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
7561         Log: Add d_bincompat5005 information to perl -V.
7562      Branch: perl
7563            ! myconfig.SH
7564 ____________________________________________________________________________
7565 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
7566         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
7567              From: Abhijit Menon-Sen <ams@wiw.org>
7568              Date: Fri, 13 Jul 2001 07:12:36 +0530
7569              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
7570      Branch: perl
7571            ! sv.c
7572 ____________________________________________________________________________
7573 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
7574         Log: Remove unicode::distinct, as per Inaba Hiroto.
7575      Branch: perl
7576            - lib/unicode/distinct.pm
7577            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
7578            ! t/lib/1_compile.t
7579 ____________________________________________________________________________
7580 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
7581         Log: Paging for Dr Octothorpe.
7582      Branch: perl
7583            ! pod/perlfaq4.pod
7584 ____________________________________________________________________________
7585 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
7586         Log: cut-n-paste error noticed by mjd.
7587      Branch: perl
7588            ! pod/perlfaq4.pod
7589 ____________________________________________________________________________
7590 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
7591         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
7592              From: Peter Prymmer <pvhp@forte.com>
7593              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
7594              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
7595      Branch: perl
7596            ! pod/perlfaq4.pod
7597 ____________________________________________________________________________
7598 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
7599         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
7600              From: Randall Gellens <randy@qualcomm.com>
7601              Date: Thu, 12 Jul 2001 16:56:23 -0700
7602              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
7603      Branch: perl
7604            ! Porting/repository.pod
7605 ____________________________________________________________________________
7606 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
7607         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
7608      Branch: perl
7609            ! thread.h
7610 ____________________________________________________________________________
7611 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
7612         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
7613              From: coral <coral@moonlight.crystalflame.net>
7614              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
7615              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
7616      Branch: perl
7617            ! thread.h
7618 ____________________________________________________________________________
7619 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
7620         Log: Metaconfig unit change for #11134.
7621      Branch: metaconfig
7622            + U/threads/d_pthread_atfork.U
7623 ____________________________________________________________________________
7624 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
7625         Log: Add HAS_PTHREAD_ATFORK.
7626      Branch: perl
7627            ! Configure NetWare/config.wc NetWare/config_H.wc
7628            ! Porting/Glossary Porting/config.sh Porting/config_H
7629            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
7630            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
7631            ! vos/config.ga.def vos/config.ga.h win32/config.bc
7632            ! win32/config.gc win32/config.vc win32/config_H.bc
7633            ! win32/config_H.gc win32/config_H.vc
7634 ____________________________________________________________________________
7635 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
7636         Log: Subject: [PATCH] File::Copy fails on tied handles
7637              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
7638              Date: Thu, 12 Jul 2001 15:18:51 -0700
7639              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
7640      Branch: perl
7641            ! lib/File/Copy.pm
7642 ____________________________________________________________________________
7643 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
7644         Log: Subject: [PATCH] Langinfo.t
7645              From: Nicholas Clark <nick@ccl4.org>
7646              Date: Thu, 12 Jul 2001 23:55:38 +0100
7647              Message-ID: <20010712235538.M5827@plum.flirble.org>
7648      Branch: perl
7649            ! ext/I18N/Langinfo/Langinfo.t
7650 ____________________________________________________________________________
7651 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
7652         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
7653              From: Peter Prymmer <pvhp@forte.com>
7654              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
7655              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
7656      Branch: perl
7657            ! pod/perl572delta.pod
7658 ____________________________________________________________________________
7659 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
7660         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
7661              From: Abhijit Menon-Sen <ams@wiw.org>
7662              Date: Fri, 13 Jul 2001 05:21:16 +0530
7663              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
7664      Branch: perl
7665            ! sv.c
7666 ____________________________________________________________________________
7667 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
7668         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
7669              From: Abhijit Menon-Sen <ams@wiw.org>
7670              Date: Fri, 13 Jul 2001 03:04:25 +0530
7671              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
7672      Branch: perl
7673            ! av.c
7674 ____________________________________________________________________________
7675 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
7676         Log: s/^M$//g
7677      Branch: perl
7678            ! win32/Makefile win32/makefile.mk
7679 ____________________________________________________________________________
7680 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
7681         Log: Update Changes.
7682      Branch: perl
7683            ! Changes patchlevel.h
7684 ____________________________________________________________________________
7685 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
7686         Log: Typo spotted by Philip Newton.
7687      Branch: perl
7688            ! pod/perl572delta.pod
7689 ____________________________________________________________________________
7690 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
7691         Log: Subject: [PATCH] fixes perl_clone of perl_clone
7692              From: Artur Bergman <artur@contiller.se>
7693              Date: Thu, 12 Jul 2001 20:57:09 +0200
7694              Message-ID: <B773BFA4.236B%artur@contiller.se>
7695      Branch: perl
7696            ! sv.c
7697 ____________________________________________________________________________
7698 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
7699         Log: Add README.uts from Hal Morris.
7700      Branch: perl
7701            + README.uts
7702            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
7703            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
7704 ____________________________________________________________________________
7705 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
7706         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
7707              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7708              Date: Thu, 12 Jul 2001 20:32:37 +0200
7709              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
7710      Branch: perl
7711            ! hints/aix.sh
7712 ____________________________________________________________________________
7713 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
7714         Log: Subject: Patch: document reg_data.what member
7715              From: Mark-Jason Dominus <mjd@plover.com>
7716              Message-ID: <20010712182532.14821.qmail@plover.com>
7717              Date: Thu, 12 Jul 2001 14:25:32 -0400
7718      Branch: perl
7719            ! regcomp.c regcomp.h
7720 ____________________________________________________________________________
7721 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
7722         Log: Subject: [PATCH] Perl_re_dup()
7723              From: Abhijit Menon-Sen <ams@wiw.org>
7724              Date: Thu, 12 Jul 2001 23:54:32 +0530
7725              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
7726      Branch: perl
7727            ! embed.h embed.pl perlapi.c proto.h sv.c
7728 ____________________________________________________________________________
7729 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
7730         Log: Regen Configure, modlib, toc.
7731      Branch: perl
7732            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7733            ! pod/perlmodlib.pod pod/perltoc.pod
7734 ____________________________________________________________________________
7735 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
7736         Log: The problem seems to be in PerlIO::Layer::->find() not
7737              accepting the ":encoding(blurflur)" arguments.
7738      Branch: perl
7739            ! lib/PerlIO.pm lib/open.pm
7740 ____________________________________________________________________________
7741 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
7742         Log: AIX doc update.
7743      Branch: perl
7744            ! README.aix pod/perl572delta.pod
7745 ____________________________________________________________________________
7746 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
7747         Log: Subject: AIX README update
7748              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7749              Date: Thu, 12 Jul 2001 19:28:30 +0200
7750              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
7751      Branch: perl
7752            ! README.aix
7753 ____________________________________________________________________________
7754 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
7755         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
7756              From: Norton Allen <allen@huarp.harvard.edu>
7757              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
7758              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
7759      Branch: perl
7760            ! ext/IO/lib/IO/t/io_unix.t
7761 ____________________________________________________________________________
7762 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
7763         Log: Subject: [PATCH README.qnx hints/qnx.sh]
7764              From: Norton Allen <allen@huarp.harvard.edu>
7765              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
7766              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
7767      Branch: perl
7768            ! README.qnx hints/qnx.sh
7769 ____________________________________________________________________________
7770 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
7771         Log: Subject: [patch] faster PM_GETRE
7772              From: Doug MacEachern <dougm@covalent.net>
7773              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
7774              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
7775      Branch: perl
7776            ! op.h
7777 ____________________________________________________________________________
7778 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
7779         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
7780              From: Doug MacEachern <dougm@covalent.net>
7781              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
7782              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
7783      Branch: perl
7784            ! op.c
7785 ____________________________________________________________________________
7786 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
7787         Log: Tell where the nice Estonian database is.
7788      Branch: perl
7789            ! lib/open.pm
7790 ____________________________________________________________________________
7791 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
7792         Log: Retract #11309 since #11310 is a better fix.
7793      Branch: perl
7794            ! t/lib/1_compile.t
7795 ____________________________________________________________________________
7796 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
7797         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
7798              change#11300 needs to return the status of failed win32_spawnvp())
7799              
7800              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
7801              splitting correctly; remove unused variables; 'require' at run time
7802              rather than 'use' at compile time for I18N::Langinfo, since it
7803              isn't everyware
7804      Branch: perl
7805            ! lib/open.pm win32/win32.c
7806 ____________________________________________________________________________
7807 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
7808         Log: Temporary workaround.
7809      Branch: perl
7810            ! t/lib/1_compile.t
7811 ____________________________________________________________________________
7812 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
7813         Log: UCD typo in #11306 and add also more known-to-be-tested
7814              modules to the skip list.
7815      Branch: perl
7816            ! t/lib/1_compile.t
7817 ____________________________________________________________________________
7818 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
7819         Log: Rename Unicode::UCD to UnicodeCD to avoid
7820              messups with case-insensitive filesystems.
7821      Branch: perl
7822            + lib/UnicodeCD.pm lib/UnicodeCD.t
7823            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
7824            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
7825 ____________________________________________________________________________
7826 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
7827         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
7828              From: daniel@biz.bitpusher.com
7829              Date: Wed, 11 Jul 2001 23:25:47 -0700
7830              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
7831      Branch: perl
7832            ! lib/Tie/Array.pm t/op/splice.t
7833 ____________________________________________________________________________
7834 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
7835         Log: Subject: [PATCH] More accurate line numbers in messages
7836              From: Paul Johnson <paul@pjcj.net>
7837              Date: Thu, 12 Jul 2001 04:14:11 +0200
7838              Message-ID: <20010712041411.A3467@pjcj.net>
7839              
7840              (With prototyping and multiplicity tweaks.)
7841      Branch: perl
7842            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
7843 ____________________________________________________________________________
7844 [ 11304] By: nick                                  on 2001/07/12  12:53:40
7845         Log: Integrate mainline
7846      Branch: perlio
7847           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
7848           !> regexec.c thread.h
7849 ____________________________________________________________________________
7850 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
7851         Log: Cut-and-pasto in #11298.
7852      Branch: perl
7853            ! ext/ByteLoader/bytecode.h
7854 ____________________________________________________________________________
7855 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
7856         Log: Update the AIX known problems section.
7857      Branch: perl
7858            ! pod/perl572delta.pod
7859 ____________________________________________________________________________
7860 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
7861         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
7862              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7863              Date: Thu, 12 Jul 2001 12:16:16 +0200
7864              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
7865      Branch: perl
7866            ! hints/aix.sh
7867 ____________________________________________________________________________
7868 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
7869         Log: Integrate perlio.
7870      Branch: perl
7871           !> makedef.pl win32/win32.c
7872 ____________________________________________________________________________
7873 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
7874         Log: Subject: [PATCH] fix for PMOP threadness failures
7875              From: Artur Bergman <artur@contiller.se>
7876              Date: Thu, 12 Jul 2001 09:48:06 +0200
7877              Message-ID: <B77322D6.22DD%artur@contiller.se>
7878      Branch: perl
7879            ! regexec.c
7880 ____________________________________________________________________________
7881 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
7882         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
7883              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
7884              Date: Thu, 12 Jul 2001 09:09:48 +0200
7885              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
7886              
7887              More parentheses to keep bcc happy.
7888      Branch: perl
7889            ! ext/ByteLoader/bytecode.h
7890 ____________________________________________________________________________
7891 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
7892         Log: Subject: Re: [patch] pthread_atfork bandaid
7893              From: Doug MacEachern <dougm@covalent.net>
7894              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
7895              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
7896      Branch: perl
7897            ! thread.h
7898 ____________________________________________________________________________
7899 [ 11296] By: nick                                  on 2001/07/12  11:55:48
7900         Log: Exclude reentrant_buffer from .def file
7901      Branch: perlio
7902            ! makedef.pl
7903 ____________________________________________________________________________
7904 [ 11295] By: nick                                  on 2001/07/12  11:11:44
7905         Log: Honour void-ness of my_exit()
7906      Branch: perlio
7907            ! win32/win32.c
7908 ____________________________________________________________________________
7909 [ 11294] By: nick                                  on 2001/07/12  07:51:04
7910         Log: Integrate mainline
7911      Branch: perlio
7912           +> uts/sprintf_wrap.c
7913           !> (integrate 35 files)
7914 ____________________________________________________________________________
7915 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
7916         Log: Retract #11289.
7917      Branch: perl
7918            ! embed.h embed.pl perl.c proto.h thread.h
7919 ____________________________________________________________________________
7920 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
7921         Log: Now the :locale pseudolayer *almost* works...
7922      Branch: perl
7923            ! lib/open.pm
7924 ____________________________________________________________________________
7925 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
7926         Log: Locale encoding tweaks.
7927      Branch: perl
7928            ! lib/open.pm
7929 ____________________________________________________________________________
7930 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
7931         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
7932              From: Mark-Jason Dominus <mjd@plover.com>
7933              Date: Thu, 12 Jul 2001 00:59:31 -0400
7934              Message-ID: <20010712045931.8543.qmail@plover.com>
7935              
7936              Remove the chmod/umask leading zero warning.
7937      Branch: perl
7938            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
7939            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
7940 ____________________________________________________________________________
7941 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
7942         Log: (Retracted by #11289.)
7943      Branch: perl
7944            ! embed.h embed.pl perl.c proto.h thread.h
7945 ____________________________________________________________________________
7946 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
7947         Log: Needed by #11283.
7948      Branch: perl
7949            ! intrpvar.h
7950 ____________________________________________________________________________
7951 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
7952         Log: Metaconfig unit change for #11286.
7953      Branch: metaconfig/U/perl
7954            ! patchlevel.U
7955 ____________________________________________________________________________
7956 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
7957         Log: Subject: Re: [PATCH Configure] perl -V broken
7958              From: Andy Dougherty <doughera@lafayette.edu>
7959              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
7960              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
7961      Branch: perl
7962            ! Configure myconfig.SH
7963 ____________________________________________________________________________
7964 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
7965         Log: Retract #11166 (and #11237).
7966      Branch: perl
7967            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
7968            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
7969            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
7970 ____________________________________________________________________________
7971 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
7972         Log: UTS tweaks for Hal Morris.
7973      Branch: perl
7974            + uts/sprintf_wrap.c
7975            ! MANIFEST hints/uts.sh perl.h
7976 ____________________________________________________________________________
7977 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
7978         Log: Subject: [PATCH] Use reentrant API glibc
7979              From: Artur Bergman <artur@contiller.se>
7980              Date: Thu, 12 Jul 2001 00:58:21 +0200
7981              Message-ID: <B772A6AD.2288%artur@contiller.se>
7982      Branch: perl
7983            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
7984            ! sv.c
7985 ____________________________________________________________________________
7986 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
7987         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
7988              From: barries <barries@slaysys.com>
7989              Date: Wed, 11 Jul 2001 15:11:46 -0400
7990              Message-ID: <20010711151146.G24560@jester.slaysys.com>
7991      Branch: perl
7992            ! pp_sys.c t/lib/warnings/doio win32/win32.c
7993 ____________________________________________________________________________
7994 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
7995         Log: Subject: [patch] pthread_atfork bandaid
7996              From: Doug MacEachern <dougm@covalent.net>
7997              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
7998              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
7999      Branch: perl
8000            ! miniperlmain.c perl.c
8001 ____________________________________________________________________________
8002 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
8003         Log: Subject: [patch] perl_clone leaks
8004              From: Doug MacEachern <dougm@covalent.net>
8005              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
8006              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
8007      Branch: perl
8008            ! sv.c
8009 ____________________________________________________________________________
8010 [ 11279] By: nick                                  on 2001/07/11  15:49:38
8011         Log: Integrate mainline
8012      Branch: perlio
8013           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
8014           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
8015           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
8016           +> lib/Term/ANSIColor/README
8017           !> (integrate 54 files)
8018 ____________________________________________________________________________
8019 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
8020         Log: Update Changes.
8021      Branch: perl
8022            ! Changes patchlevel.h
8023 ____________________________________________________________________________
8024 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
8025         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
8026              From: Peter Prymmer <pvhp@forte.com>
8027              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
8028              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
8029              
8030              Backport of embed.pl to 5.003.
8031      Branch: perl
8032            ! embed.pl
8033 ____________________________________________________________________________
8034 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
8035         Log: Subject: Re: POSIX test #14 on UTS 
8036              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8037              Date: Wed, 11 Jul 2001 03:02:14 +0100
8038              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
8039      Branch: perl
8040            ! ext/POSIX/POSIX.t
8041 ____________________________________________________________________________
8042 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
8043         Log: Make the I32 an IV to preserve structure alignment and size.
8044      Branch: perl
8045            ! op.h
8046 ____________________________________________________________________________
8047 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
8048         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
8049              From: "Artur Bergman" <artur@contiller.se>
8050              Date: Wed, 11 Jul 2001 14:23:37 +0200
8051              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
8052              
8053              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
8054      Branch: perl
8055            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
8056            ! pod/perlapi.pod sv.c
8057 ____________________________________________________________________________
8058 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
8059         Log: Tweak until Pod::Parser gets updated.
8060      Branch: perl
8061            ! t/pod/special_seqs.xr
8062 ____________________________________________________________________________
8063 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
8064         Log: File::Spec usage tweak.
8065      Branch: perl
8066            ! lib/ExtUtils.t
8067 ____________________________________________________________________________
8068 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
8069         Log: Integrate #11263 from macperl; macos and macosx updates.
8070      Branch: perl
8071           !> pod/perlport.pod
8072 ____________________________________________________________________________
8073 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
8074         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
8075              From: Peter Prymmer <pvhp@forte.com>
8076              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
8077              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
8078      Branch: perl
8079            + ext/Time/HiRes/hints/dynixptx.pl
8080            ! MANIFEST hints/dynixptx.sh
8081 ____________________________________________________________________________
8082 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
8083         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
8084              From: Nicholas Clark <nick@ccl4.org>
8085              Date: Tue, 10 Jul 2001 23:17:43 +0100
8086              Message-ID: <20010710231742.B59620@plum.flirble.org>
8087      Branch: perl
8088            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
8089 ____________________________________________________________________________
8090 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
8091         Log: Subject: [DOC PATCH] Pluggable runops
8092              From: Paul Johnson <paul@pjcj.net>
8093              Date: Tue, 10 Jul 2001 21:53:28 +0200
8094              Message-ID: <20010710215328.B26577@pjcj.net>
8095      Branch: perl
8096            ! pod/perlguts.pod
8097 ____________________________________________________________________________
8098 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
8099         Log: Subject: [PATCH] Authors
8100              From: Artur Bergman <artur@contiller.se>
8101              Date: Tue, 10 Jul 2001 20:39:12 +0200
8102              Message-ID: <B771186F.21CD%artur@contiller.se>
8103      Branch: perl
8104            ! AUTHORS
8105 ____________________________________________________________________________
8106 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
8107         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
8108              From: Doug MacEachern <dougm@covalent.net>
8109              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
8110              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
8111      Branch: perl
8112            ! pp_ctl.c
8113 ____________________________________________________________________________
8114 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
8115         Log: Subject: doc patch; times() in scalar context
8116              From: mjd@plover.com
8117              Date: 10 Jul 2001 18:01:17 -0000
8118              Message-ID: <20010710180117.12477.qmail@plover.com>
8119      Branch: perl
8120            ! pod/perlfunc.pod
8121 ____________________________________________________________________________
8122 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
8123         Log: Subject: [PATCH] Small fix to pp_gmtime
8124              From: Artur Bergman <artur@contiller.se>
8125              Date: Tue, 10 Jul 2001 19:54:52 +0200
8126              Message-ID: <B7710E0B.21C5%artur@contiller.se>
8127      Branch: perl
8128            ! pp_sys.c
8129 ____________________________________________________________________________
8130 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
8131         Log: Integrate changes from mainline perl, add notes about
8132              Mac OS X and Mac OS.
8133      Branch: maint-5.6/macperl
8134            ! pod/perlport.pod
8135 ____________________________________________________________________________
8136 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
8137         Log: A proof of the dangers of package; ?
8138      Branch: perl
8139            ! t/lib/warnings/op
8140 ____________________________________________________________________________
8141 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
8142         Log: Regen toc and modlib.
8143      Branch: perl
8144            ! pod/perlmodlib.pod pod/perltoc.pod
8145 ____________________________________________________________________________
8146 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
8147         Log: Add compexcl(), casefold(), and casespec() interfaces;
8148              and make all interfaces to return hash references instead
8149              of hashes. 
8150      Branch: perl
8151            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
8152 ____________________________________________________________________________
8153 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
8154         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
8155              From: "Philip Newton" <Philip.Newton@gmx.net>
8156              Date: Tue, 10 Jul 2001 09:55:59 +0200
8157              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
8158              
8159              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
8160              From: "Philip Newton" <Philip.Newton@gmx.net>
8161              Date: Tue, 10 Jul 2001 09:56:37 +0200
8162              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
8163      Branch: perl
8164            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8165            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
8166 ____________________________________________________________________________
8167 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
8168         Log: Subject: [patch] undef &xsub for 1,2
8169              From: Doug MacEachern <dougm@covalent.net>
8170              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
8171              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
8172              
8173              (This version of the patch with a comment from Gisle.)
8174      Branch: perl
8175            ! op.c
8176 ____________________________________________________________________________
8177 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
8178         Log: Mention package; deprecation and the Win32 problems.
8179      Branch: perl
8180            ! pod/perl572delta.pod
8181 ____________________________________________________________________________
8182 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
8183         Log: Subject: [PATCH] deprecate package with no arguments
8184              From: Robin Houston <robin@kitsite.com>
8185              Date: Tue, 10 Jul 2001 13:33:40 +0100
8186              Message-ID: <20010710133340.A13452@robin.kitsite.com>
8187      Branch: perl
8188            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
8189 ____________________________________________________________________________
8190 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
8191         Log: Upgrade to podlators 1.10.
8192      Branch: perl
8193            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
8194            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
8195            ! pod/pod2man.PL pod/pod2text.PL
8196 ____________________________________________________________________________
8197 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
8198         Log: Upgrade to Term::ANSIColor 1.04.
8199      Branch: perl
8200            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
8201            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
8202 ____________________________________________________________________________
8203 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
8204         Log: Integrate perlio (the right fix for the ":layer(args)")
8205      Branch: perl
8206           !> perlio.c
8207 ____________________________________________________________________________
8208 [ 11252] By: nick                                  on 2001/07/10  06:58:14
8209         Log: Fix open(...,"...:layer(xxx)",...)
8210              - use memEQ not strEQ as there is '(' not '\0'
8211      Branch: perlio
8212            ! perlio.c
8213 ____________________________________________________________________________
8214 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
8215         Log: Telling the number of tests helps.
8216      Branch: perl
8217            ! ext/PerlIO/t/encoding.t
8218 ____________________________________________________________________________
8219 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
8220         Log: Require I18N::Langinfo, not use.
8221      Branch: perl
8222            ! lib/open.pm
8223 ____________________________________________________________________________
8224 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
8225         Log: Add a test for for PerlIO ":encoding(...)" layer.
8226      Branch: perl
8227            + ext/PerlIO/t/encoding.t
8228            ! MANIFEST ext/Encode/Encode.pm
8229 ____________________________________________________________________________
8230 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
8231         Log: PerlIO ":encoding(foobar)" temporary fix.
8232              Not really correct, I think, since the change means
8233              that prefixes match.
8234      Branch: perl
8235            ! perlio.c
8236 ____________________________________________________________________________
8237 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
8238         Log: Update to Math::BigInt 1.36.  The biggest news is
8239              the separation of the backend; now the pure Perl
8240              implementation is in Math::BigInt::Calc, but one
8241              can plugin, say, Math::BigInt::BitVect, and get
8242              considerable speedup.
8243      Branch: perl
8244            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
8245            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
8246            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
8247            ! lib/Math/BigInt/t/mbimbf.t
8248 ____________________________________________________________________________
8249 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
8250         Log: Subject: Re: compatibility question
8251              From: Peter Prymmer <pvhp@forte.com>
8252              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
8253              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
8254      Branch: perl
8255            ! lib/ExtUtils/MM_VMS.pm
8256 ____________________________________________________________________________
8257 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
8258         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
8259              From: Norton Allen <allen@huarp.harvard.edu>
8260              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
8261              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
8262      Branch: perl
8263            ! ext/File/Glob/t/basic.t
8264 ____________________________________________________________________________
8265 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
8266         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
8267              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8268              Date: Tue, 10 Jul 2001 00:29:55 +0900
8269              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
8270      Branch: perl
8271            + ext/Encode/Encode/HZ.enc
8272            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
8273            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
8274            ! ext/Encode/Encode/iso2022-jp.enc
8275            ! ext/Encode/Encode/iso2022-kr.enc
8276 ____________________________________________________________________________
8277 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
8278         Log: Add in all them there macos/ files.
8279      Branch: maint-5.6/macperl
8280            + (add 577 files)
8281 ____________________________________________________________________________
8282 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
8283         Log: Add the new modules to the list of having those own tests.
8284      Branch: perl
8285            ! t/lib/1_compile.t
8286 ____________________________________________________________________________
8287 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
8288         Log: Add INOUT to control both ways at the same time.
8289      Branch: perl
8290            ! lib/open.pm
8291 ____________________________________________________________________________
8292 [ 11240] By: nick                                  on 2001/07/09  16:33:50
8293         Log: Integrate mainline
8294      Branch: perlio
8295           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
8296           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
8297           !> (integrate 41 files)
8298 ____________________________________________________________________________
8299 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
8300         Log: More encoding mapping magic.
8301      Branch: perl
8302            ! lib/open.pm
8303 ____________________________________________________________________________
8304 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
8305         Log: Update Changes.
8306      Branch: perl
8307            ! Changes patchlevel.h
8308 ____________________________________________________________________________
8309 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
8310         Log: (Retracted by #11285).
8311              
8312              Subject: [PATCH] OPpCONST_OCTAL fixes
8313              From: Abhijit Menon-Sen <ams@wiw.org>
8314              Date: Mon, 9 Jul 2001 07:38:45 +0530
8315              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
8316      Branch: perl
8317            ! op.c
8318 ____________________________________________________________________________
8319 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
8320         Log: Add a pseudolayer ":locale" to the open pragma which
8321              will get the encoding from the locale.  Yet undocumented
8322              because I can't get the PerlIO :encoding(foobar) to work.
8323      Branch: perl
8324            ! ext/Encode/Encode.pm lib/open.pm
8325 ____________________________________________________________________________
8326 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
8327         Log: Add more encoding mappings.
8328      Branch: perl
8329            ! ext/Encode/Encode.pm
8330 ____________________________________________________________________________
8331 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
8332         Log: Document that using :encoding layer requires using Encode.
8333      Branch: perl
8334            ! ext/Encode/Encode.pm lib/PerlIO.pm
8335 ____________________________________________________________________________
8336 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
8337         Log: Netware tweak from Ananth Kesari.
8338      Branch: perl
8339            ! NetWare/netware.h
8340 ____________________________________________________________________________
8341 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
8342         Log: t/harness doesn't know about run/*.t
8343      Branch: perl
8344            ! t/harness
8345 ____________________________________________________________________________
8346 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
8347         Log: run/exit.t busted on windows
8348      Branch: perl
8349            ! t/run/exit.t
8350 ____________________________________________________________________________
8351 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
8352         Log: fix a couple of UCD.t tests that fail due to bad case
8353      Branch: perl
8354            ! lib/Unicode/UCD.t
8355 ____________________________________________________________________________
8356 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
8357         Log: test skip logic was broken
8358      Branch: perl
8359            ! ext/I18N/Langinfo/Langinfo.t
8360 ____________________________________________________________________________
8361 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
8362         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
8363              failure of ExtUtils.t#27 when built in debug mode)
8364      Branch: perl
8365            ! lib/ExtUtils/MM_Win32.pm
8366 ____________________________________________________________________________
8367 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
8368         Log: I18N::Langinfo is not available on windows
8369      Branch: perl
8370            ! win32/FindExt.pm
8371 ____________________________________________________________________________
8372 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
8373         Log: save a dTHX
8374      Branch: perl
8375            ! ext/POSIX/POSIX.xs
8376 ____________________________________________________________________________
8377 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
8378         Log: Update Changes.
8379      Branch: perl
8380            ! Changes patchlevel.h
8381 ____________________________________________________________________________
8382 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
8383         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
8384              as pointed out by Sarathy.
8385      Branch: perl
8386            ! ext/I18N/Langinfo/Langinfo.xs
8387 ____________________________________________________________________________
8388 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
8389         Log: Retract #11212.
8390      Branch: perl
8391            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
8392 ____________________________________________________________________________
8393 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
8394         Log: Bump up the VERSION of Cwd.xs.
8395      Branch: perl
8396            ! ext/Cwd/Makefile.PL
8397 ____________________________________________________________________________
8398 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
8399         Log: Retract #11220, the problem wasn't the missing leading zero.
8400              Here's the problem:
8401              $ ./perl -we 'chmod(oct("755"), ".")'
8402              Non-octal literal mode (493) specified at -e line 1.
8403              (Did you mean 0493 instead?)
8404      Branch: perl
8405            ! lib/ExtUtils/MM_Unix.pm
8406 ____________________________________________________________________________
8407 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
8408         Log: (Retracted by #11221)
8409              Change the PERM_RW and PERM_RWX to 0644 and 0755
8410              (add the leading zero).
8411      Branch: perl
8412            ! lib/ExtUtils/MM_Unix.pm
8413 ____________________________________________________________________________
8414 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
8415         Log: Integrate changes #11193, 11205, 11209 from macperl.
8416              
8417              Fix up AutoLoader to fudge for Mac paths in import().
8418              
8419              Allow symbols in try_symbol() to begin with "_".
8420              
8421              Small portability fix for Mac OS.
8422      Branch: perl
8423           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
8424 ____________________________________________________________________________
8425 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
8426         Log: Metaconfig unit change for #11217.
8427      Branch: metaconfig/U/perl
8428            ! Extensions.U
8429 ____________________________________________________________________________
8430 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
8431         Log: Detypo, problem noticed by Gerrit P. Haase.
8432      Branch: perl
8433            ! Configure config_h.SH
8434 ____________________________________________________________________________
8435 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
8436         Log: Cwd cleanups.
8437      Branch: perl
8438            ! ext/Cwd/Cwd.xs
8439 ____________________________________________________________________________
8440 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
8441         Log: Slight tweaks on #11213.
8442      Branch: perl
8443            ! toke.c
8444 ____________________________________________________________________________
8445 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
8446         Log: A missing dTHX noticed by Gerrit P. Haase.
8447      Branch: perl
8448            ! ext/POSIX/POSIX.xs
8449 ____________________________________________________________________________
8450 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
8451         Log: Subject: [PATCH toke.c] Simplify yytoke()
8452              From: Simon Cozens <simon@netthink.co.uk>
8453              Date: Sun, 8 Jul 2001 13:24:34 +0100
8454              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
8455              
8456              Split out pending_ident().
8457      Branch: perl
8458            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
8459 ____________________________________________________________________________
8460 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
8461         Log: (Retracted by #11223.)
8462              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
8463              Date: Wed, 05 Nov 1997 17:22:34 -0600
8464              From: Graham Barr <gbarr@ti.com>
8465              Message-Id: <3460FFBA.6DA51F46@ti.com>
8466      Branch: perl
8467            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
8468 ____________________________________________________________________________
8469 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
8470         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
8471      Branch: perl
8472            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
8473            ! pod/perllocale.pod
8474 ____________________________________________________________________________
8475 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
8476         Log: Really do the test under the C locale.
8477      Branch: perl
8478            ! ext/I18N/Langinfo/Langinfo.t
8479 ____________________________________________________________________________
8480 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
8481         Log: Small portability fix for Mac OS.
8482      Branch: maint-5.6/macperl
8483            ! lib/Cwd.pm
8484 ____________________________________________________________________________
8485 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
8486         Log: Metaconfig unit change for #11207.
8487      Branch: metaconfig/U/perl
8488            ! Extensions.U
8489 ____________________________________________________________________________
8490 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
8491         Log: Add I18N::Langinfo, which is basically a wrapper around
8492              nl_langinfo(), which is an additional way to query locale
8493              specific information.
8494      Branch: perl
8495            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
8496            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
8497            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
8498 ____________________________________________________________________________
8499 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
8500         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
8501              used in File::Find tests; replace with if.t.
8502      Branch: maint-5.6/macperl
8503            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
8504            ! t/pragma/warn/op
8505 ____________________________________________________________________________
8506 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
8507         Log: Allow symbols in try_symbol() to begin with "_".
8508      Branch: maint-5.6/macperl
8509            ! makedef.pl
8510 ____________________________________________________________________________
8511 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
8512         Log: Sync up the File::Find changes from the rewrite by
8513              Thomas Wegner, et al.
8514      Branch: maint-5.6/macperl
8515            + t/lib/filefind-taint.t
8516            ! lib/File/Find.pm t/lib/filefind.t
8517 ____________________________________________________________________________
8518 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
8519         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
8520              From: Thomas Wegner <wegner_thomas@yahoo.com>
8521              Date: Thu, 5 Jul 2001 20:31:25 +0200
8522              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
8523      Branch: maint-5.6/macperl
8524            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
8525 ____________________________________________________________________________
8526 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
8527         Log: Some more test portability fixes.
8528      Branch: maint-5.6/macperl
8529            ! t/lib/filecopy.t t/pragma/warn/pp_sys
8530 ____________________________________________________________________________
8531 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
8532         Log: The #11200 removed wrong (non-existent) target.  Duh.
8533      Branch: perl
8534            ! Makefile.SH
8535 ____________________________________________________________________________
8536 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
8537         Log: Zap the lib/re.pm before creating it.
8538      Branch: perl
8539            ! Makefile.SH
8540 ____________________________________________________________________________
8541 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
8542         Log: Another test.  Please ignore.
8543      Branch: maint-5.6/macperl
8544            ! README.macos
8545 ____________________________________________________________________________
8546 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
8547         Log: Portability fixes for a lot of tests, especially IO-related
8548              tests, and warnings, and the harness script.
8549      Branch: maint-5.6/macperl
8550            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
8551            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
8552            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
8553            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
8554            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
8555            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
8556            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
8557            ! t/pragma/warnings.t
8558 ____________________________________________________________________________
8559 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
8560         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
8561              From: Nicholas Clark <nick@ccl4.org>
8562              Date: Sat, 7 Jul 2001 21:00:17 +0100
8563              Message-ID: <20010707210017.H59620@plum.flirble.org>
8564      Branch: perl
8565            ! lib/h2xs.t
8566 ____________________________________________________________________________
8567 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
8568         Log: The UNICOS/mk SysV IPC problem has been fixed.
8569      Branch: perl
8570            ! pod/perl572delta.pod
8571 ____________________________________________________________________________
8572 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
8573         Log: Slight update tweaks on perlunicode.pod.
8574      Branch: perl
8575            ! pod/perlunicode.pod
8576 ____________________________________________________________________________
8577 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
8578         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
8579              From: Mark-Jason Dominus <mjd@plover.com>
8580              Date: Sat, 07 Jul 2001 13:04:04 -0400
8581              Message-ID: <20010707170404.32694.qmail@plover.com>
8582      Branch: perl
8583            ! ext/DB_File/DB_File.pm
8584 ____________________________________________________________________________
8585 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
8586         Log: Fix up AutoLoader to fudge for Mac paths in import().
8587      Branch: maint-5.6/macperl
8588            ! lib/AutoLoader.pm
8589 ____________________________________________________________________________
8590 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
8591         Log: Try to force the lib/re.pm to be there before entering
8592              the extensions builds, should help for parallel makes.
8593      Branch: perl
8594            ! Makefile.SH
8595 ____________________________________________________________________________
8596 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
8597         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
8598              From: Norton Allen <allen@huarp.harvard.edu>
8599              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
8600              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
8601      Branch: perl
8602            ! ext/POSIX/POSIX.xs
8603 ____________________________________________________________________________
8604 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
8605         Log: Subject: [PATCH] Re: op/arith.t
8606              From: Nicholas Clark <nick@ccl4.org>
8607              Date: Sat, 7 Jul 2001 13:04:54 +0100
8608              Message-ID: <20010707130454.D59620@plum.flirble.org>
8609      Branch: perl
8610            ! numeric.c toke.c
8611 ____________________________________________________________________________
8612 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
8613         Log: Subject: [PATCH] h2xs
8614              From: Nicholas Clark <nick@ccl4.org>
8615              Date: Fri, 6 Jul 2001 23:25:14 +0100
8616              Message-ID: <20010706232514.X59620@plum.flirble.org>
8617      Branch: perl
8618            ! utils/h2xs.PL
8619 ____________________________________________________________________________
8620 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
8621         Log: Subject: Re: bleedperl perl_alloc..free leakage
8622              From: Radu Greab <radu@netsoft.ro>
8623              Date: Fri, 6 Jul 2001 19:48:54 +0300
8624              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
8625              
8626              Leak-be-gone.
8627      Branch: perl
8628            ! op.c
8629 ____________________________________________________________________________
8630 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
8631         Log: Test again.  Please ignore.
8632      Branch: maint-5.6/macperl
8633            ! README.macos
8634 ____________________________________________________________________________
8635 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
8636         Log: Test.  Please ignore.
8637      Branch: maint-5.6/macperl
8638            ! README.macos
8639 ____________________________________________________________________________
8640 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
8641         Log: Include changes already sent in separately as patches,
8642              before branch was created.
8643      Branch: maint-5.6/macperl
8644            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
8645            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
8646            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
8647            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
8648            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
8649            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
8650            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
8651            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
8652            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
8653            ! t/pragma/strict.t
8654 ____________________________________________________________________________
8655 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
8656         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
8657              From: Norton Allen <allen@huarp.harvard.edu>
8658              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
8659              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
8660      Branch: perl
8661            ! utf8.h
8662 ____________________________________________________________________________
8663 [ 11183] By: nick                                  on 2001/07/06  16:27:40
8664         Log: Integrate mainline
8665      Branch: perlio
8666           +> (branch 42 files)
8667            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
8668            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
8669            - win32/bin/mdelete.bat
8670           !> (integrate 215 files)
8671 ____________________________________________________________________________
8672 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
8673         Log: The #11166 needed also these updated.
8674      Branch: perl
8675            ! lib/warnings.pm warnings.h
8676 ____________________________________________________________________________
8677 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
8678         Log: Update Changes.
8679      Branch: perl
8680            ! Changes patchlevel.h
8681 ____________________________________________________________________________
8682 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
8683         Log: Regen toc.
8684      Branch: perl
8685            ! pod/perltoc.pod
8686 ____________________________________________________________________________
8687 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
8688         Log: Nit from Abhijit.
8689      Branch: perl
8690            ! lib/CPAN.pm
8691 ____________________________________________________________________________
8692 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
8693         Log: Retract #11172.
8694      Branch: perl
8695            ! t/op/method.t
8696 ____________________________________________________________________________
8697 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
8698         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
8699              From: Norton Allen <allen@huarp.harvard.edu>
8700              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
8701              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
8702      Branch: perl
8703            ! lib/Cwd.pm
8704 ____________________________________________________________________________
8705 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
8706         Log: (Accidentally empty check-in.)
8707      Branch: perl
8708            ! utf8.h
8709 ____________________________________________________________________________
8710 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
8711         Log: Retract #11165 since Sarathy pointed out it'll not
8712              work properly under threads, the problem should be
8713              solved using "the savestack, either via SSNEW() or
8714              using a newSVpv()+SAVEFREESV() combo."
8715      Branch: perl
8716            ! ext/POSIX/POSIX.xs
8717 ____________________________________________________________________________
8718 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
8719         Log: Retract #11125 since NI-S pointed out it'll not work in
8720              cases where the extension has their own handcrafted INC
8721              et alia.
8722      Branch: perl
8723            ! lib/ExtUtils/MM_Unix.pm
8724 ____________________________________________________________________________
8725 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
8726         Log: Subject: RE: [PATCH] -I and MakeMaker again
8727              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
8728              Date: Fri, 6 Jul 2001 09:18:29 +0200
8729              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
8730      Branch: perl
8731            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
8732            ! lib/ExtUtils/MM_Win32.pm
8733 ____________________________________________________________________________
8734 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
8735         Log: (Retracted by #11178)
8736              Subject: [PATCH t/op/method.t] SUPER:: strangeness
8737              From: Piers Cawley <pdcawley@iterative-software.com>
8738              Date: 06 Jul 2001 10:49:01 +0100
8739              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
8740      Branch: perl
8741            ! t/op/method.t
8742 ____________________________________________________________________________
8743 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
8744         Log: VOS README update from Paul Green.
8745      Branch: perl
8746            ! README.vos
8747 ____________________________________________________________________________
8748 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
8749         Log: Subject: [PATCH README.qnx hints/qnx.sh]
8750              From: Norton Allen <allen@huarp.harvard.edu>
8751              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
8752              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
8753      Branch: perl
8754            ! README.qnx hints/qnx.sh
8755 ____________________________________________________________________________
8756 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
8757         Log: Subject: [PATCH] Doc patch for Tie::Hash
8758              From: Artur Bergman <artur@contiller.se>
8759              Date: Thu, 05 Jul 2001 22:51:18 +0200
8760              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
8761      Branch: perl
8762            ! lib/Tie/Hash.pm
8763 ____________________________________________________________________________
8764 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
8765         Log: Subject: [PATCH] perlfaq4.pod
8766              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
8767              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
8768              Date: Thu, 5 Jul 2001 18:44:10 +0100 
8769      Branch: perl
8770            ! pod/perlfaq4.pod
8771 ____________________________________________________________________________
8772 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
8773         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
8774              From: Robin Houston <robin@kitsite.com>
8775              Date: Thu, 5 Jul 2001 18:33:21 +0100
8776              Message-ID: <20010705183321.A27345@robin.kitsite.com>
8777      Branch: perl
8778            ! ext/B/B/Deparse.pm
8779 ____________________________________________________________________________
8780 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
8781         Log: (Retracted by #11285.)
8782              
8783              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
8784              From: Abhijit Menon-Sen <ams@wiw.org>
8785              Date: Fri, 6 Jul 2001 01:26:32 +0530
8786              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
8787      Branch: perl
8788            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
8789            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
8790            ! warnings.pl
8791 ____________________________________________________________________________
8792 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
8793         Log: (Retracted by #11175)
8794              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
8795              From: Norton Allen <allen@huarp.harvard.edu>
8796              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
8797              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
8798      Branch: perl
8799            ! ext/POSIX/POSIX.xs
8800 ____________________________________________________________________________
8801 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
8802         Log: Unterminated C< (noticed by Richard Hatch), and few other
8803              small Unicode doc tweaks.
8804      Branch: perl
8805            ! pod/perlretut.pod
8806 ____________________________________________________________________________
8807 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
8808         Log: More flexible argument understanding; add charblocks() and
8809              charscripts(); make charblock() and charscript() two-way;
8810              add charinrange(); separate the $Unicode::UCD::VERSION and
8811              the version of the Unicode by adding UnicodeVersion().
8812      Branch: perl
8813            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
8814 ____________________________________________________________________________
8815 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
8816         Log: Update Unicode::UCD on \p{In...}.
8817      Branch: perl
8818            ! lib/Unicode/UCD.pm
8819 ____________________________________________________________________________
8820 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
8821         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
8822              From: Norton Allen <allen@huarp.harvard.edu>
8823              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
8824              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
8825      Branch: perl
8826            ! lib/ExtUtils/MM_Unix.pm
8827 ____________________________________________________________________________
8828 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
8829         Log: POSIX-BC tweaks from Thomas Dorner.
8830      Branch: perl
8831            ! hints/posix-bc.sh perlio.h
8832 ____________________________________________________________________________
8833 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
8834         Log: Module updates for the delta.
8835      Branch: perl
8836            ! pod/perl572delta.pod
8837 ____________________________________________________________________________
8838 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
8839         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
8840              From: Norton Allen <allen@huarp.harvard.edu>
8841              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
8842              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
8843      Branch: perl
8844            ! ext/IO/lib/IO/t/io_sock.t
8845 ____________________________________________________________________________
8846 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
8847         Log: Subject: [PATCH perldiag.pod] Quick fixes
8848              From: Simon Cozens <simon@netthink.co.uk>
8849              Date: Wed, 4 Jul 2001 20:22:12 +0100
8850              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
8851      Branch: perl
8852            ! pod/perldiag.pod
8853 ____________________________________________________________________________
8854 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
8855         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
8856              From: Radu Greab <radu@netsoft.ro>
8857              Date: Wed, 4 Jul 2001 22:13:31 +0300
8858              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
8859      Branch: perl
8860            ! op.c sv.c t/op/pos.t
8861 ____________________________________________________________________________
8862 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
8863         Log: Subject: [PATCH] -I and MakeMaker again
8864              From: Michael G Schwern <schwern@pobox.com>
8865              Date: Wed, 4 Jul 2001 15:03:07 -0400
8866              Message-ID: <20010704150307.I20340@blackrider>
8867              
8868              (and retract #11145)
8869      Branch: perl
8870            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
8871            ! lib/ExtUtils/MakeMaker.pm
8872 ____________________________________________________________________________
8873 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
8874         Log: Subject: Re: PERFORCE change 11142 for review
8875              From: "Philip Newton" <Philip.Newton@gmx.net>
8876              Date: Wed, 4 Jul 2001 20:46:26 +0200
8877              Message-Id: <200107041841.VAA25380@taas.iki.fi>
8878      Branch: perl
8879            ! lib/ExtUtils/MakeMaker.pm
8880 ____________________________________________________________________________
8881 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
8882         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
8883              From: Jonathan Stowe <gellyfish@gellyfish.com>
8884              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
8885              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
8886      Branch: perl
8887            ! utils/pl2pm.PL
8888 ____________________________________________________________________________
8889 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
8890         Log: fix the binary compatibility issue when building with/without
8891              usemymalloc by exporting Perl_malloc() et al as simple wrappers
8892              around the system functions (this allows most extensions built
8893              using one mode to coexist with perls built in the other mode)
8894              
8895              XXX the Perl_mfree() wrapper might need to do return(free()) on
8896              platforms where Free_t isn't "void"
8897      Branch: perl
8898            ! embed.h embed.pl makedef.pl proto.h util.c
8899 ____________________________________________________________________________
8900 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
8901         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
8902              since it doesn't ensure threads other than the one calling fork()
8903              aren't holding any locks; the fix is to use pthread_atfork() to
8904              hold global locks
8905              
8906              building perl with -Dusemymalloc exacerbates the problem since
8907              Perl_malloc() holds a mutex, and perl's exec() calls New()
8908              
8909              XXX the code in win32thread.h may be needed on platforms that have
8910              no pthread_atfork()
8911      Branch: perl
8912            ! perl.c thread.h win32/win32thread.h
8913 ____________________________________________________________________________
8914 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
8915         Log: Integrate #11009 from maintperl.
8916      Branch: maint-5.6/macperl
8917           !> lib/ExtUtils/Manifest.pm
8918 ____________________________________________________________________________
8919 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
8920         Log: Flexing my Perforce muscles.
8921      Branch: maint-5.6/macperl
8922            ! README.macos
8923 ____________________________________________________________________________
8924 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
8925         Log: Update Changes.
8926      Branch: perl
8927            ! Changes patchlevel.h
8928 ____________________________________________________________________________
8929 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
8930         Log: Metaconfig unit change for #11146.
8931      Branch: metaconfig/U/perl
8932            ! d_fcntl_can_lock.U
8933 ____________________________________________________________________________
8934 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
8935         Log: Somehow the #ifdefs of the added code (in #11093) made
8936              HP-UX to fail the fcntl locking test, without the ifdefs
8937              the test seems to be working again.  Reason unknown:
8938              HP-UX cc doesn't complain either way.
8939      Branch: perl
8940            ! Configure
8941 ____________________________________________________________________________
8942 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
8943         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
8944      Branch: perl
8945            ! lib/ExtUtils/MM_Unix.pm
8946 ____________________________________________________________________________
8947 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
8948         Log: gcc -Wall nit.
8949      Branch: perl
8950            ! pp_hot.c
8951 ____________________________________________________________________________
8952 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
8953         Log: When removing tests updating the test count is a good idea, too.
8954      Branch: perl
8955            ! lib/Net/t/require.t
8956 ____________________________________________________________________________
8957 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
8958         Log: Document #11134 and add the new symbols to the list of
8959              of MakeMaker known ones.
8960      Branch: perl
8961            ! lib/ExtUtils/MakeMaker.pm
8962 ____________________________________________________________________________
8963 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
8964         Log: Microperl update.
8965      Branch: perl
8966            ! uconfig.h
8967 ____________________________________________________________________________
8968 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
8969         Log: Update the libnet tests as per #11138.
8970      Branch: perl
8971            - lib/Net/t/ph.t
8972            ! MANIFEST lib/Net/t/require.t
8973 ____________________________________________________________________________
8974 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
8975         Log: Regen toc and modlib.
8976      Branch: perl
8977            ! pod/perlmodlib.pod pod/perltoc.pod
8978 ____________________________________________________________________________
8979 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
8980         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
8981              Graham's request.
8982      Branch: perl
8983            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
8984            ! MANIFEST
8985 ____________________________________________________________________________
8986 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
8987         Log: Add the OS/390 harness results to the delta.
8988      Branch: perl
8989            ! pod/perl572delta.pod
8990 ____________________________________________________________________________
8991 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
8992         Log: Avoid the two study tests in OS/390 until the bug has been solved.
8993      Branch: perl
8994            ! t/op/study.t
8995 ____________________________________________________________________________
8996 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
8997         Log: DOS/DJGPP tweaks from Laszlo Molnar.
8998      Branch: perl
8999            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
9000 ____________________________________________________________________________
9001 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
9002         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
9003              From: Michael G Schwern <schwern@pobox.com>
9004              Date: Wed, 4 Jul 2001 00:01:16 -0400
9005              Message-ID: <20010704000116.C591@blackrider>
9006      Branch: perl
9007            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
9008 ____________________________________________________________________________
9009 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
9010         Log: The #11132 missed singleton characters (not part
9011              of a unilo..unihi range) in Unicode scripts.
9012      Branch: perl
9013            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
9014            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
9015            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
9016            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
9017            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
9018            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
9019            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
9020            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
9021            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
9022            ! lib/unicode/mktables.PL t/op/pat.t
9023 ____________________________________________________________________________
9024 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
9025         Log: Support preferentially the Unicode 'scripts' definition
9026              in the \p{In...} notation since according to Unicode the
9027              scripts concept is more natural for matching than using
9028              the somewhat artificial block names.  The block names are
9029              still available, though, and if there's a name conflict,
9030              the scripts one wins and the blocks one has to do with
9031              'Block' appended to its name.  For more information see
9032              
9033              http://www.unicode.org/unicode/reports/tr24/
9034      Branch: perl
9035            + lib/unicode/In/100.pl lib/unicode/In/101.pl
9036            + lib/unicode/In/102.pl lib/unicode/In/103.pl
9037            + lib/unicode/In/104.pl lib/unicode/In/105.pl
9038            + lib/unicode/In/106.pl lib/unicode/In/107.pl
9039            + lib/unicode/In/108.pl lib/unicode/In/109.pl
9040            + lib/unicode/In/110.pl lib/unicode/In/111.pl
9041            + lib/unicode/In/112.pl lib/unicode/In/113.pl
9042            + lib/unicode/In/114.pl lib/unicode/In/115.pl
9043            + lib/unicode/In/116.pl lib/unicode/In/117.pl
9044            + lib/unicode/In/118.pl lib/unicode/In/119.pl
9045            + lib/unicode/In/120.pl lib/unicode/In/121.pl
9046            + lib/unicode/In/122.pl lib/unicode/In/123.pl
9047            + lib/unicode/In/124.pl lib/unicode/In/125.pl
9048            + lib/unicode/In/126.pl lib/unicode/In/127.pl
9049            + lib/unicode/In/128.pl lib/unicode/In/129.pl
9050            + lib/unicode/In/130.pl lib/unicode/In/131.pl
9051            + lib/unicode/In/132.pl lib/unicode/In/133.pl
9052            + lib/unicode/In/134.pl lib/unicode/In/135.pl
9053            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
9054            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
9055            ! (edit 106 files)
9056 ____________________________________________________________________________
9057 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
9058         Log: Better document the difference between a block and a script.
9059      Branch: perl
9060            ! lib/Unicode/UCD.pm
9061 ____________________________________________________________________________
9062 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
9063         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
9064              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
9065              Date: Tue, 3 Jul 2001 15:04:23 -0500
9066              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
9067      Branch: perl
9068            ! lib/CPAN.pm
9069 ____________________________________________________________________________
9070 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
9071         Log: Add tests for charscript().
9072      Branch: perl
9073            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
9074 ____________________________________________________________________________
9075 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
9076         Log: Add charscript() to get the UTR#24 script names of characters.
9077      Branch: perl
9078            ! lib/Unicode/UCD.pm
9079 ____________________________________________________________________________
9080 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
9081         Log: Todo updates.
9082      Branch: perl
9083            ! pod/perltodo.pod
9084 ____________________________________________________________________________
9085 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
9086         Log: Unicode::UCD updates.
9087      Branch: perl
9088            ! lib/Unicode/UCD.pm
9089 ____________________________________________________________________________
9090 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
9091         Log: (Retracted by #11174)
9092              Subject: MakeMaker should pass through DEFINE and INC to subdirs
9093              From: Alan Burlison <Alan.Burlison@sun.com>
9094              Date: Tue, 03 Jul 2001 15:20:13 +0100
9095              Message-ID: <3B41D49D.A923D4F9@sun.com>
9096      Branch: perl
9097            ! lib/ExtUtils/MM_Unix.pm
9098 ____________________________________________________________________________
9099 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
9100         Log: Subject: Patch needed for UTS
9101              From: hom00@utsglobal.com (Hal Morris)
9102              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
9103              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
9104              
9105              Replace #11113 with a better version.
9106      Branch: perl
9107            ! perl.h
9108 ____________________________________________________________________________
9109 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
9110         Log: Subject: Re: POINTERRIGOR
9111              From: Andy Dougherty <doughera@lafayette.edu>
9112              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
9113              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
9114      Branch: perl
9115            ! util.c
9116 ____________________________________________________________________________
9117 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
9118         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
9119              From: "Philip Newton" <pnewton@gmx.de>
9120              Date: Tue, 3 Jul 2001 17:03:34 +0200
9121              Message-ID: <3B41FAE6.29564.660E117@localhost>
9122      Branch: perl
9123            ! pp_hot.c
9124 ____________________________________________________________________________
9125 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
9126         Log: Typos.
9127      Branch: perl
9128            ! INSTALL
9129 ____________________________________________________________________________
9130 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
9131         Log: Subject: [PATCH 5.6.1] debugger fixes
9132              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9133              Date: Tue, 3 Jul 2001 03:38:18 -0400
9134              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
9135              
9136              The $^S is working again.
9137      Branch: perl
9138            ! lib/perl5db.pl
9139 ____________________________________________________________________________
9140 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
9141         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
9142              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9143              Date: Tue, 3 Jul 2001 03:34:06 -0400
9144              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
9145      Branch: perl
9146            ! os2/OS2/Process/Process.pm
9147 ____________________________________________________________________________
9148 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
9149         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
9150              From: "Philip Newton" <Philip.Newton@gmx.net>
9151              Date: Tue, 3 Jul 2001 09:11:27 +0200
9152              Message-Id: <200107030706.KAA04596@taas.iki.fi>
9153      Branch: perl
9154            ! lib/FindBin.pm
9155 ____________________________________________________________________________
9156 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
9157         Log: Delta delta.
9158      Branch: perl
9159            ! pod/perl572delta.pod
9160 ____________________________________________________________________________
9161 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
9162         Log: Metaconfig unit change for 11115.
9163      Branch: metaconfig
9164            ! U/modified/libc.U
9165 ____________________________________________________________________________
9166 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
9167         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
9168              (from Richard Hatch) (this was the cause of pipes() and
9169              times() myeteriously not being found)
9170      Branch: perl
9171            ! Configure
9172 ____________________________________________________________________________
9173 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
9174         Log: Retract #10142, the real culprit found by Richard Hatch,
9175              coming soon to Configure near you.
9176      Branch: perl
9177            ! hints/aix.sh
9178 ____________________________________________________________________________
9179 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
9180         Log: (Replaced by #11124) UTS workaround from Hal Morris.
9181      Branch: perl
9182            ! perl.h
9183 ____________________________________________________________________________
9184 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
9185         Log: Subject: [PATCH] grok not grocking correctly
9186              From: Nicholas Clark <nick@ccl4.org>
9187              Date: Tue, 3 Jul 2001 00:19:08 +0100
9188              Message-ID: <20010703001908.H59620@plum.flirble.org>
9189      Branch: perl
9190            ! numeric.c
9191 ____________________________________________________________________________
9192 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
9193         Log: Subject: [PATCH Deparse.t] test just-posted patches
9194              From: Robin Houston <robin@kitsite.com>
9195              Date: Mon, 2 Jul 2001 23:46:15 +0100
9196              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
9197      Branch: perl
9198            ! ext/B/Deparse.t
9199 ____________________________________________________________________________
9200 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
9201         Log: Subject: [PATCH toke.c] autosplit into @F
9202              From: Robin Houston <robin@kitsite.com>
9203              Date: Mon, 2 Jul 2001 23:18:20 +0100
9204              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
9205      Branch: perl
9206            ! perl.c toke.c
9207 ____________________________________________________________________________
9208 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
9209         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
9210              From: Robin Houston <robin@kitsite.com>
9211              Date: Mon, 2 Jul 2001 23:00:48 +0100
9212              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
9213      Branch: perl
9214            ! ext/B/B/Deparse.pm
9215 ____________________________________________________________________________
9216 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
9217         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
9218              From: "Philip Newton" <Philip.Newton@gmx.net>
9219              Date: Mon, 2 Jul 2001 22:06:22 +0200
9220              (no Message-Id)
9221      Branch: perl
9222            ! ext/NDBM_File/hints/linux.pl
9223 ____________________________________________________________________________
9224 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
9225         Log: Subject: Re: Fixed pack problem - sort of
9226              From: Nicholas Clark <nick@ccl4.org>
9227              Date: Mon, 2 Jul 2001 20:59:20 +0100
9228              Message-ID: <20010702205919.F59620@plum.flirble.org>
9229      Branch: perl
9230            ! pp_pack.c t/op/pack.t
9231 ____________________________________________________________________________
9232 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
9233         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
9234              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9235              Date: Mon, 2 Jul 2001 15:45:41 -0400
9236              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
9237      Branch: perl
9238            ! os2/os2.c
9239 ____________________________________________________________________________
9240 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
9241         Log: (Mistaken retraction)
9242      Branch: perl
9243            ! utils/pl2pm.PL
9244 ____________________________________________________________________________
9245 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
9246         Log: Detypo in #11103.
9247      Branch: perl
9248            ! utils/pl2pm.PL
9249 ____________________________________________________________________________
9250 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
9251         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
9252              From: Jonathan Stowe <gellyfish@gellyfish.com>
9253              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
9254              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
9255      Branch: perl
9256            ! utils/pl2pm.PL
9257 ____________________________________________________________________________
9258 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
9259         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
9260              From: "Craig A. Berry" <craigberry@mac.com>
9261              Date: Mon, 02 Jul 2001 14:11:23 -0500
9262              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
9263      Branch: perl
9264            ! lib/Unicode/UCD.pm
9265 ____________________________________________________________________________
9266 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
9267         Log: Subject: [PATCH] Re: op/numconvert.t failures
9268              From: Nicholas Clark <nick@ccl4.org>
9269              Date: Mon, 2 Jul 2001 20:10:48 +0100
9270              Message-ID: <20010702201048.E59620@plum.flirble.org>
9271      Branch: perl
9272            ! t/op/numconvert.t
9273 ____________________________________________________________________________
9274 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
9275         Log: Update Changes.
9276      Branch: perl
9277            ! Changes patchlevel.h
9278 ____________________________________________________________________________
9279 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
9280         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
9281              The real fix must be more involved.  The line of code all the leaky
9282              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
9283              line of Perl_newPMOP().
9284      Branch: perl
9285            ! op.h
9286 ____________________________________________________________________________
9287 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
9288         Log: Based on
9289              
9290              Subject: Re: sizeof(struct sembuf)
9291              From: Nicholas Clark <nick@ccl4.org>
9292              Date: Sun, 1 Jul 2001 22:26:48 +0100
9293              Message-ID: <20010701222648.W59620@plum.flirble.org>
9294              
9295              but do semop() always the slow way.
9296      Branch: perl
9297            ! doio.c
9298 ____________________________________________________________________________
9299 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
9300         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
9301              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9302              Date: Tue, 03 Jul 2001 00:56:30 +0900
9303              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
9304      Branch: perl
9305            ! ext/Encode/Encode/Tcl.t
9306 ____________________________________________________________________________
9307 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
9308         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
9309              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9310              Date: Tue, 03 Jul 2001 00:55:46 +0900
9311              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
9312      Branch: perl
9313            ! ext/Encode/Encode/Tcl.pm
9314 ____________________________________________________________________________
9315 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
9316         Log: Regen api and toc.
9317      Branch: perl
9318            ! pod/perlapi.pod pod/perltoc.pod
9319 ____________________________________________________________________________
9320 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
9321         Log: Metaconfig unit change for #11093.
9322      Branch: metaconfig/U/perl
9323            ! d_fcntl_can_lock.U
9324 ____________________________________________________________________________
9325 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
9326         Log: The fcntl locking test may hang if NFS locking messed up;
9327              break out with alarm(10).
9328      Branch: perl
9329            ! Configure
9330 ____________________________________________________________________________
9331 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
9332         Log: Move the mdelete.bat from win32/bin to win32.
9333      Branch: perl
9334            ! MANIFEST
9335 ____________________________________________________________________________
9336 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
9337         Log: Typo in #11083.
9338      Branch: perl
9339            ! ext/Time/Piece/Piece.t
9340 ____________________________________________________________________________
9341 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
9342         Log: Netware tweaks from Guruprasad.
9343      Branch: perl
9344            - NetWare/perlsdio.h
9345            ! MANIFEST NetWare/Makefile NetWare/interface.c
9346            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
9347            ! perlsdio.h
9348 ____________________________________________________________________________
9349 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
9350         Log: Subject: Re: [PATH] shared -> unique;
9351              From: Abhijit Menon-Sen <ams@wiw.org>
9352              Date: Wed, 27 Jun 2001 03:51:27 +0530
9353              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
9354      Branch: perl
9355            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
9356 ____________________________________________________________________________
9357 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
9358         Log: Subject: Re: AIX / gcc-3.0
9359              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9360              Date: Mon, 02 Jul 2001 15:20:21 +0200
9361              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
9362      Branch: perl
9363            ! hints/aix.sh
9364 ____________________________________________________________________________
9365 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
9366         Log: Subject: Re: Bug report: split splits on wrong pattern
9367              From: Abhijit Menon-Sen <ams@wiw.org>
9368              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
9369              Date: Mon, 2 Jul 2001 16:31:33 +0530
9370      Branch: perl
9371            ! pp_ctl.c
9372 ____________________________________________________________________________
9373 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
9374         Log: Subject: [PATCH 5.6.1] test harness
9375              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9376              Date: Mon, 2 Jul 2001 06:29:21 -0400
9377              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
9378      Branch: perl
9379            ! lib/Test/Harness.pm
9380 ____________________________________________________________________________
9381 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
9382         Log: Subject: [PATCH 5.6.1] debugger goof
9383              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9384              Date: Mon, 2 Jul 2001 06:27:22 -0400
9385              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
9386      Branch: perl
9387            ! lib/perl5db.pl
9388 ____________________________________________________________________________
9389 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
9390         Log: Subject: [PATCH 5.6.1] OS/2 cwd
9391              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9392              Date: Mon, 2 Jul 2001 06:21:17 -0400
9393              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
9394      Branch: perl
9395            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
9396 ____________________________________________________________________________
9397 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
9398         Log: Make #11082 more OS/2-specific.
9399      Branch: perl
9400            ! ext/Time/Piece/Piece.t
9401 ____________________________________________________________________________
9402 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
9403         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
9404              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9405              Date: Mon, 2 Jul 2001 06:06:34 -0400
9406              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
9407      Branch: perl
9408            ! ext/Time/Piece/Piece.t
9409 ____________________________________________________________________________
9410 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
9411         Log: Subject: [PATCH B::Deparse] version number & changes
9412              From: Robin Houston <robin@kitsite.com>  
9413              Date: Sun, 1 Jul 2001 17:17:29 +0100
9414              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
9415      Branch: perl
9416            ! ext/B/B/Deparse.pm
9417 ____________________________________________________________________________
9418 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
9419         Log: Subject: a small fix.
9420              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
9421              Date: Mon, 2 Jul 2001 12:17:53 +0200
9422              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
9423      Branch: perl
9424            ! ext/Thread/Thread.xs
9425 ____________________________________________________________________________
9426 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
9427         Log: Subject: RE: perl@10907
9428              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
9429              Date: Mon, 2 Jul 2001 12:06:16 +0200
9430              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
9431              
9432              Borland C vs PerlIO.
9433      Branch: perl
9434            ! win32/config.bc win32/config_H.bc
9435 ____________________________________________________________________________
9436 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
9437         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
9438              From: "H.M. Brand" <merijn@l1.procura.nl>
9439              Date: Mon, 02 Jul 2001 11:18:57 +0200
9440              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
9441      Branch: perl
9442            ! t/op/write.t
9443 ____________________________________________________________________________
9444 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
9445         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
9446              From: Michael G Schwern <schwern@pobox.com>
9447              Date: Mon, 2 Jul 2001 00:26:24 -0400
9448              Message-ID: <20010702002624.A18302@blackrider>
9449      Branch: perl
9450            - ext/util/mkbootstrap
9451 ____________________________________________________________________________
9452 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
9453         Log: Subject: [PATCH op.h] v minor comment tweak
9454              From: Robin Houston <robin@puffinry.freeserve.co.uk>
9455              Date: Mon, 2 Jul 2001 00:42:01 +0100
9456              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
9457      Branch: perl
9458            ! op.h
9459 ____________________________________________________________________________
9460 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
9461         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
9462      Branch: perl
9463            ! pod/perlfunc.pod
9464 ____________________________________________________________________________
9465 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
9466         Log: Subject: Re: sizeof(struct sembuf)
9467              From: Nicholas Clark <nick@ccl4.org>
9468              Date: Sun, 1 Jul 2001 19:23:16 +0100
9469              Message-ID: <20010701192316.V59620@plum.flirble.org>
9470              
9471              s/signaling/signalling/
9472      Branch: perl
9473            ! pod/perlfunc.pod
9474 ____________________________________________________________________________
9475 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
9476         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
9477              From: "Philip Newton" <Philip.Newton@gmx.net>
9478              Date: Sun, 1 Jul 2001 09:37:56 +0200
9479              Message-Id: <200107010733.KAA03920@taas.iki.fi>
9480      Branch: perl
9481            ! pod/perlvar.pod
9482 ____________________________________________________________________________
9483 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
9484         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
9485              From: "Philip Newton" <Philip.Newton@gmx.net>
9486              Date: Sun, 1 Jul 2001 09:37:56 +0200
9487              Message-Id: <200107010733.KAA03925@taas.iki.fi>
9488      Branch: perl
9489            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
9490 ____________________________________________________________________________
9491 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
9492         Log: Metaconfig unit change for #11070.
9493      Branch: metaconfig
9494            ! U/compline/randfunc.U
9495 ____________________________________________________________________________
9496 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
9497         Log: Subject: [PATCH perlsnap] its --> it's --> its
9498              From: "Philip Newton" <Philip.Newton@gmx.net>
9499              Date: Sun, 1 Jul 2001 09:37:56 +0200
9500              Message-Id: <200107010733.KAA03914@taas.iki.fi>
9501      Branch: perl
9502            ! Porting/config_H
9503 ____________________________________________________________________________
9504 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
9505         Log: Sync with Sarathy; integrate with perlio.
9506      Branch: perl
9507           !> gv.c
9508 ____________________________________________________________________________
9509 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
9510         Log: regenerate win32/config_H.?c files
9511      Branch: perl
9512            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9513 ____________________________________________________________________________
9514 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
9515         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
9516              naming discipline
9517              
9518              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
9519              because of this)
9520              
9521              fix a warning about "fd" being used without being set in Cwd.xs
9522      Branch: perl
9523            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
9524            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
9525            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
9526            ! win32/config.vc
9527 ____________________________________________________________________________
9528 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
9529         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
9530              within macro arguments") and warnings ("unary minus applied to
9531              unsigned type", among others)
9532      Branch: perl
9533            ! gv.c hv.c op.c pp.c sv.c toke.c
9534 ____________________________________________________________________________
9535 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
9536         Log: win32 fixes: more spurious CRs
9537      Branch: perl
9538            ! win32/mdelete.bat
9539 ____________________________________________________________________________
9540 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
9541         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
9542              from win32/bin (or it gets deleted by distclean); don't delete
9543              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
9544              NT (should be made Win9x specific, and added to makefile.mk)
9545      Branch: perl
9546           +> win32/mdelete.bat
9547            - win32/bin/mdelete.bat
9548            ! win32/Makefile win32/makefile.mk
9549 ____________________________________________________________________________
9550 [ 11063] By: nick                                  on 2001/07/01  18:54:09
9551         Log: Quick for for #ifdef mess
9552      Branch: perlio
9553            ! gv.c
9554 ____________________________________________________________________________
9555 [ 11062] By: nick                                  on 2001/07/01  18:47:42
9556         Log: Raw integrate - does not build #if mess in gv.c
9557      Branch: perlio
9558           !> (integrate 29 files)
9559 ____________________________________________________________________________
9560 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
9561         Log: Make 'compile' target a little less broken.
9562              Still very broken, though: -Wall warnings from
9563              the generated code, boot_Foo prototypes missing,
9564              can't autoload Fcntl::SEEK_CUR et alia, ...
9565      Branch: perl
9566            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
9567            ! utils/perlcc.PL x2p/Makefile.SH
9568 ____________________________________________________________________________
9569 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
9570         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
9571      Branch: perl
9572            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
9573            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
9574 ____________________________________________________________________________
9575 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
9576         Log: Update Changes.
9577      Branch: perl
9578            ! Changes patchlevel.h
9579 ____________________________________________________________________________
9580 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
9581         Log: Still one typo, regen toc.
9582      Branch: perl
9583            ! lib/Unicode/UCD.pm pod/perltoc.pod
9584 ____________________________________________________________________________
9585 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
9586         Log: Detypos and regen toc.
9587      Branch: perl
9588            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
9589 ____________________________________________________________________________
9590 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
9591         Log: VERSION tweak.
9592      Branch: perl
9593            ! ext/List/Util/lib/List/Util.pm
9594 ____________________________________________________________________________
9595 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
9596         Log: Attempt at plugging the leak under ithreads detected by Doug.
9597      Branch: perl
9598            ! op.h
9599 ____________________________________________________________________________
9600 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
9601         Log: gcc -Wall lint after #11051.
9602      Branch: perl
9603            ! pp_sys.c
9604 ____________________________________________________________________________
9605 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
9606         Log: Integrate perlio.
9607      Branch: perl
9608           !> lib/File/Find/taint.t
9609 ____________________________________________________________________________
9610 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
9611         Log: Don't use the v-strings for module VERSIONs.
9612      Branch: perl
9613            ! lib/Unicode/UCD.pm
9614 ____________________________________________________________________________
9615 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
9616         Log: Code cleanup based on turning off the -woffs in IRIX.
9617              Not all of the gripes cleaned up (hairy code in hv.c and
9618              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
9619              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
9620              to the IRIX hints)
9621      Branch: perl
9622            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
9623            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
9624            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
9625            ! regcomp.c sv.c
9626 ____________________________________________________________________________
9627 [ 11050] By: nick                                  on 2001/06/30  20:46:46
9628         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
9629      Branch: perlio
9630            ! lib/File/Find/taint.t
9631 ____________________________________________________________________________
9632 [ 11049] By: nick                                  on 2001/06/30  18:13:33
9633         Log: Integrate mainline
9634      Branch: perlio
9635           +> NetWare/nwstdio.h NetWare/perlsdio.h
9636           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
9637           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
9638           +> lib/Unicode/UCD.t t/run/exit.t
9639           !> (integrate 60 files)
9640 ____________________________________________________________________________
9641 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
9642         Log: Delta delta.
9643      Branch: perl
9644            ! pod/perl572delta.pod
9645 ____________________________________________________________________________
9646 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
9647         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
9648              by CPAN.pm, use rather _00.
9649      Branch: perl
9650            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
9651            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
9652            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
9653            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
9654            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
9655            ! lib/ExtUtils/Embed.pm lib/Test.pm
9656 ____________________________________________________________________________
9657 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
9658         Log: Add a simple Unicode character database interface, Unicode::UCD.
9659      Branch: perl
9660            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
9661            ! MANIFEST
9662 ____________________________________________________________________________
9663 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
9664         Log: Subject: [PATCH] op/numconver.t
9665              From: Nicholas Clark <nick@ccl4.org>
9666              Date: Sat, 30 Jun 2001 15:40:10 +0100
9667              Message-ID: <20010630154010.I59620@plum.flirble.org>
9668      Branch: perl
9669            ! t/op/numconvert.t
9670 ____________________________________________________________________________
9671 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
9672         Log: The $^N is now taken (by #11038).
9673      Branch: perl
9674            ! t/base/lex.t
9675 ____________________________________________________________________________
9676 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
9677         Log: The #11040 had slipped to a wrong function...
9678      Branch: perl
9679            ! sv.c
9680 ____________________________________________________________________________
9681 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
9682         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
9683              the Configure library symbol probe mysteriously finds all
9684              symbols but those of pipe() and times().
9685      Branch: perl
9686            ! hints/aix.sh
9687 ____________________________________________________________________________
9688 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
9689         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
9690              From: Nicholas Clark <nick@ccl4.org>
9691              Date: Fri, 29 Jun 2001 23:49:07 +0100
9692              Message-ID: <20010629234907.D59620@plum.flirble.org>
9693      Branch: perl
9694            ! lib/ExtUtils.t
9695 ____________________________________________________________________________
9696 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
9697         Log: Subject: [PATCH] weakref fix 2, not yet there
9698              From: Artur Bergman <artur@contiller.se>
9699              Date: Sat, 30 Jun 2001 01:18:16 +0200
9700              Message-ID: <B762D957.1CC9%artur@contiller.se>
9701      Branch: perl
9702            ! sv.c
9703 ____________________________________________________________________________
9704 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
9705         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
9706              From: Michael G Schwern <schwern@pobox.com>
9707              Date: Fri, 29 Jun 2001 19:39:11 -0400
9708              Message-ID: <20010629193910.D25304@blackrider>
9709      Branch: perl
9710            + t/run/exit.t
9711            ! MANIFEST
9712 ____________________________________________________________________________
9713 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
9714         Log: Add support for $^N, the most-recently closed group.
9715      Branch: perl
9716            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
9717            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
9718            ! thrdvar.h
9719 ____________________________________________________________________________
9720 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
9721         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
9722              From: lvirden@cas.org
9723              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
9724              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
9725              
9726              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
9727              From: lvirden@cas.org
9728              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
9729              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
9730      Branch: perl
9731            ! README.solaris
9732 ____________________________________________________________________________
9733 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
9734         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
9735              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9736              Date: Sat, 30 Jun 2001 07:33:37 +0900
9737              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
9738              
9739              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
9740              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9741              Date: Sat, 30 Jun 2001 21:38:14 +0900
9742              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
9743      Branch: perl
9744            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
9745            + ext/Encode/Encode/7bit-kr.enc
9746            ! MANIFEST ext/Encode/Encode/Tcl.pm
9747 ____________________________________________________________________________
9748 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
9749         Log: NetWare tweaks from Guruprasad.
9750      Branch: perl
9751            + NetWare/nwstdio.h NetWare/perlsdio.h
9752            ! MANIFEST NetWare/Makefile NetWare/config.wc
9753            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
9754            ! NetWare/t/Readme.txt
9755 ____________________________________________________________________________
9756 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
9757         Log: More module $VERSION bump-ups.
9758      Branch: perl
9759            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
9760            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
9761            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
9762 ____________________________________________________________________________
9763 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
9764         Log: Doc update due to #11032.
9765      Branch: perl
9766            ! pod/perl572delta.pod
9767 ____________________________________________________________________________
9768 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
9769         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
9770              From: Peter Prymmer <pvhp@forte.com>
9771              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
9772              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
9773      Branch: perl
9774            ! ext/Time/HiRes/HiRes.xs
9775 ____________________________________________________________________________
9776 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
9777         Log: -lpthreads missing in AIX.
9778      Branch: perl
9779            ! hints/aix.sh
9780 ____________________________________________________________________________
9781 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
9782         Log: Subject: [PATCH] CLONE && weakrefs
9783              From: Artur Bergman <artur@contiller.se>
9784              Date: Fri, 29 Jun 2001 17:02:00 +0200
9785              Message-ID: <B7626508.1CA0%artur@contiller.se>
9786      Branch: perl
9787            ! sv.c
9788 ____________________________________________________________________________
9789 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
9790         Log: Subject: Re: Bug report: split splits on wrong pattern
9791              From: Radu Greab <radu@netsoft.ro>
9792              Date: Wed, 27 Jun 2001 21:50:52 +0300
9793              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
9794      Branch: perl
9795            ! pp_ctl.c t/op/split.t
9796 ____________________________________________________________________________
9797 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
9798         Log: Metaconfig unit change for #11027.
9799      Branch: metaconfig/U/perl
9800            ! d_modfl.U
9801 ____________________________________________________________________________
9802 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
9803         Log: I thought this Configure glitch for AIX was just recently fixed?
9804      Branch: perl
9805            ! Configure
9806 ____________________________________________________________________________
9807 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
9808         Log: Update Changes.
9809      Branch: perl
9810            ! Changes patchlevel.h
9811 ____________________________________________________________________________
9812 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
9813         Log: Subject: Re: perl@10967, File::Find, and Cwd
9814              From: Mike Guy <mjtg@cam.ac.uk>
9815              Date: Fri, 29 Jun 2001 14:56:49 +0100
9816              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
9817      Branch: perl
9818            ! lib/File/Find/taint.t
9819 ____________________________________________________________________________
9820 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
9821         Log: Update the sv_pvprintify() spec.
9822      Branch: perl
9823            ! pod/perltodo.pod
9824 ____________________________________________________________________________
9825 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
9826         Log: Known test failures update.
9827      Branch: perl
9828            ! pod/perl572delta.pod
9829 ____________________________________________________________________________
9830 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
9831         Log: Based on
9832              
9833              Subject: [PATCH @11016] More );) fixes
9834              From: Richard Soderberg <rs@crystalflame.net>
9835              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
9836              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
9837      Branch: perl
9838            ! ext/Thread/Thread.xs ext/Thread/typemap
9839 ____________________________________________________________________________
9840 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
9841         Log: Subject: [PATCH @11016] Fixes compile errors in four files
9842              From: Richard Soderberg <rs@crystalflame.net>
9843              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
9844              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
9845      Branch: perl
9846            ! mg.c pp.c pp_hot.c util.c
9847 ____________________________________________________________________________
9848 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
9849         Log: AIX hints tweaking continues, from Merijn Brand.
9850      Branch: perl
9851            ! hints/aix.sh
9852 ____________________________________________________________________________
9853 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
9854         Log: HP-UX needs gccversion sooner, from Merijn Brand.
9855      Branch: perl
9856            ! hints/hpux.sh
9857 ____________________________________________________________________________
9858 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
9859         Log: Subject: [PATCH 5.6.1] OS/2 docs
9860              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9861              Date: Fri, 29 Jun 2001 02:34:12 -0400
9862              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
9863      Branch: perl
9864            ! README.os2 os2/Changes
9865 ____________________________________________________________________________
9866 [ 11017] By: nick                                  on 2001/06/29  10:20:30
9867         Log: Integrate mainline
9868      Branch: perlio
9869           +> (branch 37 files)
9870            - ext/ODBM_File/sdbm.t
9871           !> (integrate 211 files)
9872 ____________________________________________________________________________
9873 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
9874         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
9875              the modules found using a script written by Larry Schatzer Jr.
9876      Branch: perl
9877            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
9878            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
9879            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
9880            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
9881            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
9882            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
9883            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
9884            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
9885            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
9886            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
9887            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
9888            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
9889            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
9890            ! lib/constant.pm lib/fields.pm lib/strict.pm
9891 ____________________________________________________________________________
9892 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
9893         Log: The latest JPL from the anoncvs.
9894      Branch: perl
9895            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
9896 ____________________________________________________________________________
9897 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
9898         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
9899      Branch: perl
9900            ! t/op/pat.t
9901 ____________________________________________________________________________
9902 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
9903         Log: Worrying about insecure directories now is a bit too late.
9904      Branch: perl
9905            ! lib/File/Find/taint.t
9906 ____________________________________________________________________________
9907 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
9908         Log: Cannot DIE() in a void function,
9909              from Richard Hatch <rhatch@austin.ibm.com>.
9910      Branch: perl
9911            ! ext/IPC/SysV/SysV.xs
9912 ____________________________________________________________________________
9913 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
9914         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
9915              From: Peter Prymmer <pvhp@forte.com>
9916              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
9917              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
9918              
9919              (unfinished: time/hires tests 3, 5, 14 failing, but better
9920              than wholesale failure)
9921      Branch: perl
9922            ! ext/Time/HiRes/HiRes.xs
9923 ____________________________________________________________________________
9924 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
9925         Log: Subject: [PATCH 5.6.1] OS/2 improvements
9926              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9927              Date: Thu, 28 Jun 2001 16:03:14 -0400
9928              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
9929      Branch: perl
9930            + os2/os2_base.t
9931            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
9932            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
9933            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
9934            ! os2/os2ish.h
9935 ____________________________________________________________________________
9936 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
9937         Log: Subject: Incrementing Extutils::Manifest's $VERSION
9938              From: Michael G Schwern <schwern@pobox.com>
9939              Date: Thu, 28 Jun 2001 13:13:49 -0400
9940              Message-ID: <20010628131349.A14738@blackrider>
9941      Branch: maint-5.6/perl
9942            ! lib/ExtUtils/Manifest.pm
9943 ____________________________________________________________________________
9944 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
9945         Log: AIX tweak from Merijn Brand.
9946      Branch: perl
9947            ! hints/aix.sh
9948 ____________________________________________________________________________
9949 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
9950         Log: Create the macperl branch.
9951      Branch: maint-5.6/macperl
9952           +> (branch 1728 files)
9953 ____________________________________________________________________________
9954 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
9955         Log: Update Changes.
9956      Branch: perl
9957            ! Changes patchlevel.h
9958 ____________________________________________________________________________
9959 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
9960         Log: More Perforce lore.
9961      Branch: perl
9962            ! Porting/repository.pod
9963 ____________________________________________________________________________
9964 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
9965         Log: Metaconfig unit changes for #11003.
9966      Branch: metaconfig/U/perl
9967            + d_nl_langinfo.U i_langinfo.U
9968 ____________________________________________________________________________
9969 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
9970         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
9971              Expected not to exist in non-UNIX excepting in VMS, where
9972              according to a quick web survey they just might.
9973      Branch: perl
9974            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
9975            ! Porting/config_H config_h.SH configure.com epoc/config.sh
9976            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
9977            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
9978            ! win32/config.bc win32/config.gc win32/config.vc
9979 ____________________________________________________________________________
9980 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
9981         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
9982              in AIX is one is doing a 64-bit build.
9983      Branch: perl
9984            ! hints/aix.sh
9985 ____________________________________________________________________________
9986 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
9987         Log: Metaconfig unit changes for #11000.
9988      Branch: metaconfig/U/perl
9989            ! use64bits.U uselfs.U
9990 ____________________________________________________________________________
9991 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
9992         Log: Move use64bitint and use64bitall before uselargefiles.
9993      Branch: perl
9994            ! Configure
9995 ____________________________________________________________________________
9996 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
9997         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
9998              From: Robert Spier <rspier@pobox.com>
9999              Message-ID: <15162.41164.618712.841415@rls.cx>
10000              Date: Wed, 27 Jun 2001 23:13:16 -0400
10001      Branch: perl
10002            ! doio.c
10003 ____________________________________________________________________________
10004 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
10005         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
10006              From: Peter Prymmer <pvhp@forte.com>
10007              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
10008              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
10009      Branch: perl
10010            ! numeric.c
10011 ____________________________________________________________________________
10012 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
10013         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
10014              From: Peter Prymmer <pvhp@forte.com>
10015              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
10016              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
10017      Branch: perl
10018            ! configure.com ext/Digest/MD5/Makefile.PL
10019 ____________________________________________________________________________
10020 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
10021         Log: Update Changes.
10022      Branch: perl
10023            ! Changes patchlevel.h
10024 ____________________________________________________________________________
10025 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
10026         Log: Tiny EPOC updates.
10027      Branch: perl
10028            ! epoc/config.sh
10029 ____________________________________________________________________________
10030 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
10031         Log: The Test::More and Test::Simple tests required help
10032              thanks to our schizophrenic test scheme.
10033      Branch: perl
10034            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
10035            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
10036            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
10037            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
10038            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
10039 ____________________________________________________________________________
10040 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
10041         Log: Upgrade to Test::Simple 0.09.
10042      Branch: perl
10043            + lib/Test/Simple/Changes
10044            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
10045            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
10046            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
10047            ! lib/Test/Simple/t/plan_is_noplan.t
10048 ____________________________________________________________________________
10049 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
10050         Log: Upgrade to Test::More 0.07.
10051      Branch: perl
10052            + lib/Test/More/Changes
10053            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
10054            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
10055            ! lib/Test/More/t/skipall.t
10056 ____________________________________________________________________________
10057 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
10058         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
10059              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10060              Date: Wed, 27 Jun 2001 18:40:04 +0200
10061              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
10062      Branch: perl
10063            ! hints/hpux.sh
10064 ____________________________________________________________________________
10065 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
10066         Log: Subject: [PATCH README.qnx hints/qnx.sh]
10067              From: Norton Allen <allen@huarp.harvard.edu>
10068              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
10069              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
10070      Branch: perl
10071            ! README.qnx hints/qnx.sh
10072 ____________________________________________________________________________
10073 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
10074         Log: Subject: [PATCH] two little documentation nits
10075              From: Abhijit Menon-Sen <ams@wiw.org>
10076              Date: Wed, 27 Jun 2001 20:07:50 +0530
10077              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
10078      Branch: perl
10079            ! sv.c sv.h
10080 ____________________________________________________________________________
10081 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
10082         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
10083              From: Norton Allen <allen@huarp.harvard.edu>
10084              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
10085              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
10086      Branch: perl
10087            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
10088 ____________________________________________________________________________
10089 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
10090         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
10091              From: Michael G Schwern <schwern@pobox.com>
10092              Date: Wed, 27 Jun 2001 02:34:58 -0400
10093              Message-ID: <20010627023458.K23874@blackrider>
10094      Branch: perl
10095            ! vms/test.com
10096 ____________________________________________________________________________
10097 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
10098         Log: Add perl_clone_host() for Netware.
10099      Branch: perl
10100            ! NetWare/nw5.c
10101 ____________________________________________________________________________
10102 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
10103         Log: GCC 3.0 hints for HP-UX.
10104      Branch: perl
10105            ! hints/hpux.sh
10106 ____________________________________________________________________________
10107 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
10108         Log: In some Linux distributions the libndbm is broken
10109              (no null key support), therefore link with libgdbm
10110              (if available), since it has a working ndbm emulation,
10111              from Jonathan Stowe.
10112      Branch: perl
10113            + ext/NDBM_File/hints/linux.pl
10114            ! MANIFEST
10115 ____________________________________________________________________________
10116 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
10117         Log: Subject: [PATCH perl@10930] find.t hack for VMS
10118              From: "Craig A. Berry" <craigberry@mac.com>
10119              Date: Tue, 26 Jun 2001 23:40:25 -0500
10120              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
10121      Branch: perl
10122            ! lib/File/Find/find.t
10123 ____________________________________________________________________________
10124 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
10125         Log: AUTHORS updates.
10126      Branch: perl
10127            ! AUTHORS
10128 ____________________________________________________________________________
10129 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
10130         Log: Metaconfig unit change like #10980.
10131      Branch: metaconfig
10132            ! U/compline/d_stdstdio.U
10133 ____________________________________________________________________________
10134 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
10135         Log: "lose the it's", from Abhijit Menon-Sen.
10136              ("It's" not searched, pods not searched.)
10137      Branch: perl
10138            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
10139            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
10140            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
10141            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
10142            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
10143            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
10144 ____________________________________________________________________________
10145 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
10146         Log: "lose the looses", from Abhijit Menon-Sen.
10147      Branch: perl
10148            ! ext/B/B/Assembler.pm gv.c
10149 ____________________________________________________________________________
10150 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
10151         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
10152      Branch: perl
10153            ! hints/os390.sh
10154 ____________________________________________________________________________
10155 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
10156         Log: DEC C 5.3 on the VAX simply doesn't seem to like
10157              compiling the MD5 extension, disable it there for now,
10158              from Peter Prymmer.
10159      Branch: perl
10160            ! configure.com
10161 ____________________________________________________________________________
10162 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
10163         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
10164              From: Jonathan Stowe <gellyfish@gellyfish.com>
10165              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
10166              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
10167      Branch: perl
10168            ! pod/perlfaq3.pod
10169 ____________________________________________________________________________
10170 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
10171         Log: Subject: [PATCH 5.6.1] perlxs misprints
10172              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10173              Date: Tue, 26 Jun 2001 17:20:00 -0400
10174              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
10175      Branch: perl
10176            ! pod/perlxs.pod
10177 ____________________________________________________________________________
10178 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
10179         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
10180              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10181              Date: Tue, 26 Jun 2001 17:27:07 -0400
10182              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
10183      Branch: perl
10184            ! lib/ExtUtils/MM_Unix.pm
10185 ____________________________________________________________________________
10186 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
10187         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
10188              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10189              Date: Tue, 26 Jun 2001 17:23:24 -0400
10190              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
10191      Branch: perl
10192            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
10193 ____________________________________________________________________________
10194 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
10195         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
10196              by Olaf Flebbe.
10197      Branch: perl
10198            ! perl.h
10199 ____________________________________________________________________________
10200 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
10201         Log: Detypo.
10202      Branch: perl
10203            ! lib/Memoize/t/tie_sdbm.t
10204 ____________________________________________________________________________
10205 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
10206         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
10207      Branch: perl
10208            ! win32/perllib.c
10209 ____________________________________________________________________________
10210 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
10211         Log: Subject: [patch] perl_clone+CvFILE
10212              From: Doug MacEachern <dougm@covalent.net>
10213              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
10214              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
10215      Branch: perl
10216            ! sv.c
10217 ____________________________________________________________________________
10218 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
10219         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
10220              From: Mark-Jason Dominus <mjd@plover.com>
10221              Date: Tue, 26 Jun 2001 12:33:01 -0400
10222              Message-ID: <20010626163301.31298.qmail@plover.com>
10223      Branch: perl
10224            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
10225 ____________________________________________________________________________
10226 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
10227         Log: Update Changes.
10228      Branch: perl
10229            ! Changes patchlevel.h
10230 ____________________________________________________________________________
10231 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
10232         Log: Also catfile() needs now to explicitly exported.
10233      Branch: perl
10234            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
10235 ____________________________________________________________________________
10236 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
10237         Log: Regen toc.
10238      Branch: perl
10239            ! pod/perltoc.pod
10240 ____________________________________________________________________________
10241 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
10242         Log: Nonexistent pod command.
10243      Branch: perl
10244            ! pod/perl572delta.pod
10245 ____________________________________________________________________________
10246 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
10247         Log: Be more portable in the quest for tmpdir.
10248      Branch: perl
10249            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
10250 ____________________________________________________________________________
10251 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
10252         Log: Be more portable in finding out the home directory,
10253              and use File::Spec to do the concat.
10254              (Come to think of it, couldn't File::Spec provide
10255              for a ->homedir method?)
10256      Branch: perl
10257            ! lib/Net/Config.pm
10258 ____________________________________________________________________________
10259 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
10260         Log: Doc patch for #10959.
10261      Branch: perl
10262            ! pod/perlfunc.pod
10263 ____________________________________________________________________________
10264 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
10265         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
10266              From: "Philip Newton" <pnewton@gmx.de>
10267              Date: Tue, 26 Jun 2001 16:26:47 +0200
10268              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
10269      Branch: perl
10270            ! pod/perldata.pod
10271 ____________________________________________________________________________
10272 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
10273         Log: Subject: [PATH] shared -> unique;
10274              From: "Artur Bergman" <artur@contiller.se>
10275              Date: Tue, 26 Jun 2001 16:18:40 +0200
10276              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
10277              
10278              Because "shared" isn't: it's read-only.
10279      Branch: perl
10280            ! toke.c xsutils.c
10281 ____________________________________________________________________________
10282 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
10283         Log: Escape multiline croak messages.
10284      Branch: perl
10285            ! t/op/ver.t
10286 ____________________________________________________________________________
10287 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
10288         Log: No more pragma/*.t for minitest.
10289      Branch: perl
10290            ! Makefile.SH
10291 ____________________________________________________________________________
10292 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
10293         Log: AUTHORS updates.
10294      Branch: perl
10295            ! AUTHORS
10296 ____________________________________________________________________________
10297 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
10298         Log: delta updates.
10299      Branch: perl
10300            ! pod/perl572delta.pod
10301 ____________________________________________________________________________
10302 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
10303         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
10304              From: Artur Bergman <artur@contiller.se> 
10305              Date: Tue, 26 Jun 2001 15:32:53 +0200
10306              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
10307      Branch: perl
10308            ! makedef.pl sv.c sv.h win32/perllib.c
10309 ____________________________________________________________________________
10310 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
10311         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
10312              From: Jonathan Stowe <gellyfish@gellyfish.com>
10313              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
10314              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
10315              
10316              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
10317      Branch: perl
10318            + ext/Time/HiRes/hints/sco.pl
10319            ! MANIFEST
10320 ____________________________________________________________________________
10321 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
10322         Log: Subject: [PATCH 5.6.1] static build
10323              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10324              Date: Tue, 26 Jun 2001 04:22:25 -0400
10325              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
10326      Branch: perl
10327            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
10328            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
10329 ____________________________________________________________________________
10330 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
10331         Log: DJGPP patches from Laszlo Molnar.
10332      Branch: perl
10333            ! djgpp/djgpp.c perl.c util.c
10334 ____________________________________________________________________________
10335 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
10336         Log: Netware patches from Ananth Kesari.
10337      Branch: perl
10338            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
10339            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
10340            ! NetWare/nwtinfo.h
10341 ____________________________________________________________________________
10342 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
10343         Log: Detypo.
10344      Branch: perl
10345            ! ext/Errno/Errno_pm.PL
10346 ____________________________________________________________________________
10347 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
10348         Log: There seems to be two ways of spelling the $^O in *STEP.
10349      Branch: perl
10350            ! ext/Errno/Errno_pm.PL
10351 ____________________________________________________________________________
10352 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
10353         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
10354              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
10355      Branch: perl
10356            ! ext/Errno/Errno_pm.PL
10357 ____________________________________________________________________________
10358 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
10359         Log: Known bugs update.
10360      Branch: perl
10361            ! pod/perl572delta.pod
10362 ____________________________________________________________________________
10363 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
10364         Log: The default installation of Cygwin has 500 as root's uid.
10365      Branch: perl
10366            ! lib/User/pwent.t
10367 ____________________________________________________________________________
10368 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
10369         Log: Be even more relaxed (re-allow having only one entry).
10370      Branch: perl
10371            ! t/op/grent.t t/op/pwent.t
10372 ____________________________________________________________________________
10373 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
10374         Log: Test failure updates.
10375      Branch: perl
10376            ! pod/perl572delta.pod
10377 ____________________________________________________________________________
10378 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
10379         Log: MPE/iX test tweaks from Mark Bixby.
10380      Branch: perl
10381            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
10382            ! t/io/fs.t t/op/stat.t
10383 ____________________________________________________________________________
10384 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
10385         Log: Microperl findings.
10386      Branch: perl
10387            ! perl.h pp_sys.c
10388 ____________________________________________________________________________
10389 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
10390         Log: Touch uconfig.h.
10391      Branch: perl
10392            ! uconfig.h
10393 ____________________________________________________________________________
10394 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
10395         Log: Subject: [PATCH] Proposed fix for Pod::Man
10396              From: Rob Napier <rnapier@employees.org>
10397              Date: Mon, 25 Jun 2001 15:49:24 -0400
10398              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
10399              
10400              Cater for Solaris nroff brokenness (shortchanges daisywheel
10401              printers, but hey, we also no more support PDPs.)
10402      Branch: perl
10403            ! lib/Pod/Man.pm
10404 ____________________________________________________________________________
10405 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
10406         Log: Typo in #10937.
10407      Branch: perl
10408            ! ext/POSIX/sigaction.t
10409 ____________________________________________________________________________
10410 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
10411         Log: SIGCONT not trappable in VMS.
10412      Branch: perl
10413            ! ext/POSIX/sigaction.t
10414 ____________________________________________________________________________
10415 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
10416         Log: Subject: [DRAFT] Encode-Tcl.t
10417              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
10418              Date: Tue, 26 Jun 2001 03:38:08 +0900
10419              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
10420      Branch: perl
10421            + ext/Encode/Encode/Tcl.t
10422            ! MANIFEST ext/Encode/Encode/Tcl.pm
10423 ____________________________________________________________________________
10424 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
10425         Log: Because of #10932 retract also the perlfunc hunk of #10910.
10426      Branch: perl
10427            ! pod/perlfunc.pod
10428 ____________________________________________________________________________
10429 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
10430         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
10431              by Ilya Zakharevich in
10432              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
10433      Branch: perl
10434            ! XSUB.h
10435 ____________________________________________________________________________
10436 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
10437         Log: Typo in #10889.
10438      Branch: perl
10439            ! hints/uts.sh
10440 ____________________________________________________________________________
10441 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
10442         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
10443              From: Abhijit Menon-Sen <ams@wiw.org>
10444              Date: Mon, 25 Jun 2001 23:45:45 +0530
10445              Message-ID: <20010625234545.A5022@lustre.linux.in>
10446      Branch: perl
10447            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
10448 ____________________________________________________________________________
10449 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
10450         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
10451              From: Michael G Schwern <schwern@pobox.com>
10452              Date: Mon, 25 Jun 2001 14:35:51 -0400
10453              Message-ID: <20010625143551.H13819@blackrider>
10454      Branch: perl
10455            ! lib/Test.pm
10456 ____________________________________________________________________________
10457 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
10458         Log: Update Changes.
10459      Branch: perl
10460            ! Changes patchlevel.h
10461 ____________________________________________________________________________
10462 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
10463         Log: Regen toc and modlib.
10464      Branch: perl
10465            ! pod/perlmodlib.pod pod/perltoc.pod
10466 ____________________________________________________________________________
10467 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
10468         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
10469              for the benefit of C++ compilers, as suggested by Guruprasad.
10470      Branch: perl
10471            ! embed.pl proto.h
10472 ____________________________________________________________________________
10473 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
10474         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
10475              From: Jonathan Stowe <gellyfish@gellyfish.com>
10476              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
10477              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
10478      Branch: perl
10479            ! pod/perlfaq5.pod
10480 ____________________________________________________________________________
10481 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
10482         Log: Missed from #10925.
10483      Branch: perl
10484            ! gv.c
10485 ____________________________________________________________________________
10486 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
10487         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
10488              From: Robin Houston <robin@kitsite.com>
10489              Date: Sat, 19 May 2001 16:19:34 +0100
10490              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
10491      Branch: perl
10492            ! cv.h gv.h op.c
10493 ____________________________________________________________________________
10494 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
10495         Log: Netware README tweak.
10496      Branch: perl
10497            ! README.netware
10498 ____________________________________________________________________________
10499 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
10500         Log: Subject: [PATCH] Re: overload.t fails
10501              From: Abhijit Menon-Sen <ams@wiw.org>
10502              Date: Mon, 25 Jun 2001 14:52:20 +0530
10503              Message-ID: <20010625145220.A24114@lustre.linux.in>
10504      Branch: perl
10505            ! lib/overload.t
10506 ____________________________________________________________________________
10507 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
10508         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
10509              From: Mike Guy <mjtg@cam.ac.uk>
10510              Date: Mon, 25 Jun 2001 11:43:23 +0100
10511              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
10512      Branch: perl
10513            ! lib/Carp.pm
10514 ____________________________________________________________________________
10515 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
10516         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
10517              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10518              Date: Sun, 24 Jun 2001 05:17:05 -0400
10519              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
10520      Branch: perl
10521            ! os2/os2ish.h
10522 ____________________________________________________________________________
10523 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
10524         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
10525              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10526              Date: Mon, 25 Jun 2001 05:52:27 -0400
10527              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
10528      Branch: perl
10529            ! hints/os2.sh
10530 ____________________________________________________________________________
10531 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
10532         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
10533              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10534              Date: Mon, 25 Jun 2001 05:23:35 -0400
10535              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
10536      Branch: perl
10537            ! os2/os2.c
10538 ____________________________________________________________________________
10539 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
10540         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
10541              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10542              Date: Mon, 25 Jun 2001 05:04:32 -0400
10543              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
10544      Branch: perl
10545            ! os2/OS2/REXX/DLL/DLL.pm
10546 ____________________________________________________________________________
10547 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
10548         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
10549              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10550              Date: Mon, 25 Jun 2001 05:02:36 -0400
10551              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
10552      Branch: perl
10553            ! mg.c os2/dl_os2.c os2/os2.c
10554 ____________________________________________________________________________
10555 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
10556         Log: Subject: Re: [PATCH 5.6.1] misprints
10557              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10558              Date: Mon, 25 Jun 2001 04:50:50 -0400
10559              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
10560      Branch: perl
10561            ! os2/os2.c pp_sys.c
10562 ____________________________________________________________________________
10563 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
10564         Log: Add Test::More and Test::Simple to the delta.
10565      Branch: perl
10566            ! pod/perl572delta.pod
10567 ____________________________________________________________________________
10568 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
10569         Log: Add Test::More, from Michael G Schwern.
10570      Branch: perl
10571            + lib/Test/More.pm lib/Test/More/t/More.t
10572            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
10573            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
10574            + t/lib/Test/More/Catch.pm
10575            ! MANIFEST
10576 ____________________________________________________________________________
10577 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
10578         Log: Add Test::Simple from Michael G Schwern.
10579      Branch: perl
10580            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
10581            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
10582            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
10583            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
10584            + t/lib/Test/Simple/Catch.pm
10585            + t/lib/Test/Simple/sample_tests/death.plx
10586            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
10587            + t/lib/Test/Simple/sample_tests/extras.plx
10588            + t/lib/Test/Simple/sample_tests/five_fail.plx
10589            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
10590            + t/lib/Test/Simple/sample_tests/one_fail.plx
10591            + t/lib/Test/Simple/sample_tests/require.plx
10592            + t/lib/Test/Simple/sample_tests/success.plx
10593            + t/lib/Test/Simple/sample_tests/too_few.plx
10594            + t/lib/Test/Simple/sample_tests/two_fail.plx
10595            ! MANIFEST
10596 ____________________________________________________________________________
10597 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
10598         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
10599              From: "Craig A. Berry" <craigberry@mac.com>
10600              Date: Sun, 24 Jun 2001 23:41:36 -0500
10601              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
10602      Branch: perl
10603            ! pp_sys.c
10604 ____________________________________________________________________________
10605 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
10606         Log: Upgrade to Attribute::Handlers 0.70.
10607      Branch: perl
10608            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
10609            ! MANIFEST lib/Attribute/Handlers.pm
10610 ____________________________________________________________________________
10611 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
10612         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
10613              From: Abhijit Menon-Sen <ams@wiw.org>
10614              Date: Sat, 23 Jun 2001 05:17:44 +0530
10615              Message-ID: <20010623051744.A18583@lustre.linux.in>
10616              
10617              (Can't think of a good place to put tests.)
10618      Branch: perl
10619            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
10620 ____________________________________________________________________________
10621 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
10622         Log: Subject: [PATCH] t/op/pat.t typo fix
10623              From: Richard Soderberg <rs@crystalflame.net>
10624              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
10625              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
10626      Branch: perl
10627            ! t/op/pat.t
10628 ____________________________________________________________________________
10629 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
10630         Log: Move the pack warnings to their own file, as pointed
10631              out by Spider.
10632      Branch: perl
10633            + t/lib/warnings/pp_pack
10634            ! MANIFEST t/lib/warnings/pp
10635 ____________________________________________________________________________
10636 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
10637         Log: Update Changes.
10638      Branch: perl
10639            ! Changes patchlevel.h
10640 ____________________________________________________________________________
10641 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
10642         Log: Partially fix a problem noticed by IRIX compiler:
10643              the initialization of parse_start was bypassed by
10644              several gotos.  Now initialized to zero, which may
10645              not be the best choice.
10646      Branch: perl
10647            ! regcomp.c
10648 ____________________________________________________________________________
10649 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
10650         Log: Relax the group and password tests back to moaning only
10651              if no matches at all are found.  (Even with a small sample
10652              I could find many sites where there are, umm, anomalies in
10653              the said databases.)       
10654      Branch: perl
10655            ! t/op/grent.t t/op/pwent.t
10656 ____________________________________________________________________________
10657 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
10658         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
10659      Branch: perl
10660            ! pp_ctl.c
10661 ____________________________________________________________________________
10662 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
10663         Log: De-cut-and-pasto in #10902.
10664      Branch: perl
10665            ! pp_ctl.c
10666 ____________________________________________________________________________
10667 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
10668         Log: The #10771 didn't take?
10669      Branch: perl
10670            ! pp_ctl.c
10671 ____________________________________________________________________________
10672 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
10673         Log: Undo the filetests part of #10900, under multiplicity
10674              weird errors take place.
10675      Branch: perl
10676            ! pp_sys.c
10677 ____________________________________________________________________________
10678 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
10679         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
10680      Branch: perl
10681            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
10682 ____________________________________________________________________________
10683 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
10684         Log: (Replaced by #10922)
10685              
10686              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
10687              From: Tony Bowden <tony@kasei.com>
10688              Date: Sun, 24 Jun 2001 17:32:40 +0100
10689              Message-ID: <20010624173240.A16293@blackstar.co.uk>
10690              
10691              Document (well, mention) shortmess() and longmess()
10692              to rob people of their fun of reinventing the weel.
10693      Branch: perl
10694            ! lib/Carp.pm
10695 ____________________________________________________________________________
10696 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
10697         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
10698              From: Brian Jepson <bjepson@oreilly.com>
10699              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
10700              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
10701      Branch: perl
10702            ! pp_sys.c
10703 ____________________________________________________________________________
10704 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
10705         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
10706              From: Robin Barker <rmb1@cise.npl.co.uk> 
10707              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
10708              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
10709      Branch: perl
10710            ! lib/CPAN.pm
10711 ____________________________________________________________________________
10712 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
10713         Log: Memoize patch from mjd.
10714      Branch: perl
10715            ! lib/Memoize/t/tie_storable.t
10716 ____________________________________________________________________________
10717 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
10718         Log: Spec the sv_pvprintify() a bit more.
10719      Branch: perl
10720            ! pod/perltodo.pod
10721 ____________________________________________________________________________
10722 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
10723         Log: Upgrade to Memoize 0.65.
10724      Branch: perl
10725            + lib/Memoize/t/array_confusion.t
10726            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
10727            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
10728            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
10729            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
10730            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
10731            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
10732            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
10733            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
10734            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
10735            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
10736            ! lib/Memoize/t/tie_storable.t
10737 ____________________________________________________________________________
10738 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
10739         Log: Metaconfig unit change for #10892.
10740      Branch: metaconfig
10741            ! U/modified/Options.U
10742 ____________________________________________________________________________
10743 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
10744         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
10745              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10746              Date: Sun, 24 Jun 2001 05:24:40 -0400
10747              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
10748      Branch: perl
10749            ! Configure hints/os2.sh
10750 ____________________________________________________________________________
10751 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
10752         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
10753              From: Mike Guy <mjtg@cam.ac.uk>
10754              Date: Sun, 24 Jun 2001 15:28:39 +0100
10755              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
10756              
10757              Fix an ancient (5.002) bug.
10758      Branch: perl
10759            ! lib/Carp/Heavy.pm
10760 ____________________________________________________________________________
10761 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
10762         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
10763              variables.
10764      Branch: perl
10765            ! pp_sys.c
10766 ____________________________________________________________________________
10767 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
10768         Log: Make UTS as per #10888.
10769      Branch: perl
10770            ! hints/uts.sh
10771 ____________________________________________________________________________
10772 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
10773         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
10774      Branch: perl
10775            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
10776            ! mpeix/mpeixish.h perl.h unixish.h
10777 ____________________________________________________________________________
10778 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
10779         Log: AUTHORS update.
10780      Branch: perl
10781            ! AUTHORS
10782 ____________________________________________________________________________
10783 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
10784         Log: Subject: Encode::Tcl for multibyte doesnot work
10785              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
10786              Date: Sun, 24 Jun 2001 22:48:21 +0900
10787              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
10788      Branch: perl
10789            ! ext/Encode/Encode/Tcl.pm
10790 ____________________________________________________________________________
10791 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
10792         Log: Subject: [PATCH] Remove tautology in error messages
10793              From: Mike Guy <mjtg@cam.ac.uk>
10794              Date: Sun, 24 Jun 2001 13:31:00 +0100
10795              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
10796      Branch: perl
10797            ! pp_sys.c
10798 ____________________________________________________________________________
10799 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
10800         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
10801      Branch: perl
10802            ! hints/darwin.sh
10803 ____________________________________________________________________________
10804 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
10805         Log: Subject: Re: [PATCH 5.6.1] test suite
10806              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10807              Date: Sun, 24 Jun 2001 05:47:05 -0400
10808              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
10809              
10810              Test suite fixes.
10811      Branch: perl
10812            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
10813 ____________________________________________________________________________
10814 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
10815         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
10816              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10817              Date: Sun, 24 Jun 2001 05:37:19 -0400
10818              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
10819      Branch: perl
10820            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
10821 ____________________________________________________________________________
10822 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
10823         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
10824              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10825              Date: Sun, 24 Jun 2001 05:34:50 -0400
10826              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
10827              
10828              Pacify compiler warnings.
10829      Branch: perl
10830            ! pp_sys.c
10831 ____________________________________________________________________________
10832 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
10833         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
10834              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10835              Date: Sun, 24 Jun 2001 05:21:18 -0400
10836              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
10837              
10838              Enable compression of executables during link time.
10839      Branch: perl
10840            ! hints/os2.sh
10841 ____________________________________________________________________________
10842 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
10843         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
10844              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10845              Date: Sun, 24 Jun 2001 05:15:11 -0400
10846              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
10847              
10848              Add ordinals to the export list for Perl DLL.
10849              (Breaks intra-version DLL compatibility.)
10850      Branch: perl
10851            ! makedef.pl
10852 ____________________________________________________________________________
10853 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
10854         Log: Allow (displaying and) re-editing the Subject in perlbug.
10855              Also abstract the Subject quality control into a function.
10856      Branch: perl
10857            ! utils/perlbug.PL
10858 ____________________________________________________________________________
10859 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
10860         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
10861      Branch: perl
10862            ! utils/perlbug.PL
10863 ____________________________________________________________________________
10864 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
10865         Log: Regen toc and modlib.
10866      Branch: perl
10867            ! pod/perlmodlib.pod pod/perltoc.pod
10868 ____________________________________________________________________________
10869 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
10870         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
10871              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
10872              attribute semantics as much as possible, or 'ntsec' which uses
10873              native NTFS semantics.)  (See also #10877.)
10874      Branch: perl
10875            ! perl.c
10876 ____________________________________________________________________________
10877 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
10878         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
10879      Branch: perl
10880            ! lib/Test/Harness.pm
10881 ____________________________________________________________________________
10882 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
10883         Log: Just zap the -uPerlio.
10884      Branch: perl
10885            ! ext/B/Stash.t
10886 ____________________________________________________________________________
10887 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
10888         Log: Do not test PerlIO if PerlIO not used.
10889      Branch: perl
10890            ! ext/PerlIO/PerlIO.t
10891 ____________________________________________________________________________
10892 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
10893         Log: Regen perlapi.
10894      Branch: perl
10895            ! pod/perlapi.pod
10896 ____________________________________________________________________________
10897 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
10898         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
10899              From: Nicholas Clark <nick@ccl4.org>
10900              Date: Sat, 23 Jun 2001 22:55:47 +0100
10901              Message-ID: <20010623225547.Z98663@plum.flirble.org>
10902      Branch: perl
10903            ! numeric.c
10904 ____________________________________________________________________________
10905 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
10906         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
10907              From: Prymmer/Kahn <pvhp@best.com>
10908              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
10909              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
10910      Branch: perl
10911            ! lib/h2xs.t
10912 ____________________________________________________________________________
10913 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
10914         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
10915              cygwin does not taint cwd, just like win32.
10916      Branch: perl
10917            ! lib/File/Find/taint.t t/op/taint.t
10918 ____________________________________________________________________________
10919 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
10920         Log: Retract #10865, the patch should be unnecessary.
10921              (But seemingly helpful in Cygwin?  Strange.)
10922      Branch: perl
10923            ! lib/Memoize/t/tie_ndbm.t
10924 ____________________________________________________________________________
10925 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
10926         Log: Misplaced test file; plus Cygwin filesystem semantics.
10927      Branch: perl
10928            + ext/SDBM_File/sdbm.t
10929            - ext/ODBM_File/sdbm.t
10930            ! MANIFEST
10931 ____________________________________________________________________________
10932 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
10933         Log: (Retracted by #10867.)
10934      Branch: perl
10935            ! lib/Memoize/t/tie_ndbm.t
10936 ____________________________________________________________________________
10937 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
10938         Log: Metaconfig unit change for #10863.
10939      Branch: metaconfig/U/perl
10940            ! Extensions.U
10941 ____________________________________________________________________________
10942 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
10943         Log: In Cygwin do not build NDBM_File and ODBM_File unless
10944              -lndbm and -ldbm are available.
10945      Branch: perl
10946            ! Configure config_h.SH
10947 ____________________________________________________________________________
10948 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
10949         Log: More Cygwin filesystem semantics.
10950      Branch: perl
10951            ! t/io/fs.t t/op/stat.t
10952 ____________________________________________________________________________
10953 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
10954         Log: More DOSish permission semantics for Cygwin.
10955      Branch: perl
10956            ! lib/AnyDBM_File.t
10957 ____________________________________________________________________________
10958 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
10959         Log: Cygwin too has different permission semantics.
10960      Branch: perl
10961            ! ext/GDBM_File/gdbm.t
10962 ____________________________________________________________________________
10963 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
10964         Log: The group (and assumedly passwd) databases can have
10965              only one entry (this is the case in cygwin).
10966      Branch: perl
10967            ! t/op/grent.t t/op/pwent.t
10968 ____________________________________________________________________________
10969 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
10970         Log: Also in Cygwin use Socket to figure out domainname
10971              (if any) (avoids trying to call external 'domainname',
10972              which doesn't at the moment exist in Cygwin)
10973      Branch: perl
10974            ! lib/Net/Domain.pm
10975 ____________________________________________________________________________
10976 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
10977         Log: Remove also the lib$Foo.def, not just $Foo.def.
10978      Branch: perl
10979            ! lib/ExtUtils/MM_Unix.pm
10980 ____________________________________________________________________________
10981 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
10982         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
10983      Branch: perl
10984            ! unixish.h
10985 ____________________________________________________________________________
10986 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
10987         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
10988              to match the whole isprint(), only the space character.
10989      Branch: perl
10990            ! handy.h pod/perlre.pod t/op/pat.t
10991 ____________________________________________________________________________
10992 [ 10854] By: nick                                  on 2001/06/23  08:09:33
10993         Log: Integrate mainline
10994      Branch: perlio
10995           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
10996           !> lib/ExtUtils.t lib/File/Find/taint.t
10997           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
10998           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
10999           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
11000 ____________________________________________________________________________
11001 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
11002         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
11003              with its floats    in os390 and s390 (UTS).
11004      Branch: perl
11005            ! lib/Math/BigInt/t/bigintpm.t
11006 ____________________________________________________________________________
11007 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
11008         Log: Add also UTS (s390) to the non-IEEE float platforms.
11009      Branch: perl
11010            ! t/op/sprintf.t
11011 ____________________________________________________________________________
11012 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
11013         Log: Subject: RFC: what are applicable standards for exponent sizes?
11014              From: Peter Prymmer <pvhp@forte.com>
11015              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
11016              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
11017      Branch: perl
11018            ! t/op/sprintf.t
11019 ____________________________________________________________________________
11020 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
11021         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
11022              From: Peter Prymmer <pvhp@forte.com>
11023              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
11024              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
11025      Branch: perl
11026            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
11027 ____________________________________________________________________________
11028 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
11029         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
11030              From: Peter Prymmer <pvhp@forte.com>
11031              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
11032              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
11033      Branch: perl
11034            ! lib/ExtUtils.t
11035 ____________________________________________________________________________
11036 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
11037         Log: Retract #10845.
11038      Branch: perl
11039            ! lib/File/Find/taint.t
11040 ____________________________________________________________________________
11041 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
11042         Log: Yet another error message.
11043      Branch: perl
11044            ! t/op/mkdir.t
11045 ____________________________________________________________________________
11046 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
11047         Log: The croak message for nonexistent socket functions may vary.
11048      Branch: perl
11049            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
11050 ____________________________________________________________________________
11051 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
11052         Log: (Retracted by #10848.)
11053      Branch: perl
11054            ! lib/File/Find/taint.t
11055 ____________________________________________________________________________
11056 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
11057         Log: Integrate perlio.
11058      Branch: perl
11059           !> lib/File/Find/taint.t t/op/write.t
11060 ____________________________________________________________________________
11061 [ 10843] By: nick                                  on 2001/06/22  21:24:51
11062         Log: Back out debug in taint.t
11063      Branch: perlio
11064            ! lib/File/Find/taint.t
11065 ____________________________________________________________________________
11066 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
11067         Log: setitimer() does not exist in Unicos, despite of what
11068              Configure thinks, from Mark P. Lutz.
11069      Branch: perl
11070            ! hints/unicos.sh
11071 ____________________________________________________________________________
11072 [ 10841] By: nick                                  on 2001/06/22  21:19:36
11073         Log: Skip cwd test on Win32 ???
11074      Branch: perlio
11075            ! lib/File/Find/taint.t
11076 ____________________________________________________________________________
11077 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
11078         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
11079              and Tru64 gcc -Wall happy.
11080      Branch: perl
11081            ! mg.c
11082 ____________________________________________________________________________
11083 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
11084         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
11085      Branch: perl
11086            ! ext/IPC/SysV/Semaphore.pm
11087 ____________________________________________________________________________
11088 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
11089         Log: Metaconfig unit change for #10837.
11090      Branch: metaconfig/U/perl
11091            ! Cross.U
11092 ____________________________________________________________________________
11093 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
11094         Log: Cleanup of the cross-compilation unit.
11095      Branch: perl
11096            ! Configure
11097 ____________________________________________________________________________
11098 [ 10836] By: nick                                  on 2001/06/22  20:45:12
11099         Log: Skip |- based op/write.t on Win32 as well as VMS
11100      Branch: perlio
11101            ! t/op/write.t
11102 ____________________________________________________________________________
11103 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
11104         Log: Integrate perlio.
11105      Branch: perl
11106           !> util.c
11107 ____________________________________________________________________________
11108 [ 10834] By: nick                                  on 2001/06/22  20:41:54
11109         Log: Integrate mainline
11110      Branch: perlio
11111           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11112           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
11113           !> vos/config.ga.h
11114 ____________________________________________________________________________
11115 [ 10833] By: nick                                  on 2001/06/22  20:22:58
11116         Log: Patcho fix.
11117      Branch: perlio
11118            ! util.c
11119 ____________________________________________________________________________
11120 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
11121         Log: Metaconfig unit changes for #10831.
11122      Branch: metaconfig
11123            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
11124 ____________________________________________________________________________
11125 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
11126         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
11127              From: Andy Dougherty <doughera@lafayette.edu>
11128              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
11129              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
11130      Branch: perl
11131            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11132            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
11133 ____________________________________________________________________________
11134 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
11135         Log: MPE/iX prototype nits from Mark Bixby.
11136      Branch: perl
11137            ! pp_sys.c
11138 ____________________________________________________________________________
11139 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
11140         Log: Detypo.
11141      Branch: perl
11142            ! util.c
11143 ____________________________________________________________________________
11144 [ 10828] By: nick                                  on 2001/06/22  15:33:37
11145         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
11146      Branch: perlio
11147           +> lib/h2xs.t
11148           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
11149           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
11150           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
11151           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
11152           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
11153           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
11154           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
11155           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
11156           !> vms/vmsish.h
11157 ____________________________________________________________________________
11158 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
11159         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
11160              Date: Fri, 22 Jun 2001 10:08:35 -0500
11161              From: "Craig A. Berry" <craigberry@mac.com>
11162              Message-Id: <a05101001b75908704194@[192.168.56.145]>
11163      Branch: perl
11164            ! vms/vms.c vms/vmsish.h
11165 ____________________________________________________________________________
11166 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
11167         Log: NetWare scripts tweak from Ananth Kesari.
11168      Branch: perl
11169            ! NetWare/t/NWScripts.pl
11170 ____________________________________________________________________________
11171 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
11172         Log: Update Changes.
11173      Branch: perl
11174            ! Changes patchlevel.h
11175 ____________________________________________________________________________
11176 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
11177         Log: Add .i and .s targets.
11178      Branch: perl
11179            ! Makefile.SH
11180 ____________________________________________________________________________
11181 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
11182         Log: Upgrade to Locale::Maketext 1.03.
11183      Branch: perl
11184            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
11185            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
11186 ____________________________________________________________________________
11187 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
11188         Log: Upgrade to I18N::LangTags 0.26.
11189      Branch: perl
11190            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
11191            ! lib/I18N/LangTags/test.pl
11192 ____________________________________________________________________________
11193 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
11194         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
11195              Philip Newton.
11196      Branch: perl
11197            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
11198            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
11199 ____________________________________________________________________________
11200 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
11201         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
11202              From: Prymmer/Kahn <pvhp@best.com>
11203              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
11204              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
11205      Branch: perl
11206            + lib/h2xs.t
11207            ! MANIFEST utils/h2xs.PL
11208 ____________________________________________________________________________
11209 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
11210         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
11211              From: Prymmer/Kahn <pvhp@best.com>
11212              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
11213              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
11214      Branch: perl
11215            ! lib/ExtUtils.t
11216 ____________________________________________________________________________
11217 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
11218         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
11219              From: Prymmer/Kahn <pvhp@best.com>
11220              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
11221              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
11222      Branch: perl
11223            ! t/pod/plainer.t
11224 ____________________________________________________________________________
11225 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
11226         Log: AUTHORS update.
11227      Branch: perl
11228            ! AUTHORS
11229 ____________________________________________________________________________
11230 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
11231         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
11232              From: "Craig A. Berry" <craigberry@mac.com>
11233              Date: Thu, 21 Jun 2001 18:20:38 -0500
11234              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
11235      Branch: perl
11236            ! ext/POSIX/POSIX.xs
11237 ____________________________________________________________________________
11238 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
11239         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
11240              From: "Craig A. Berry" <craigberry@mac.com>
11241              Date: Thu, 21 Jun 2001 09:58:52 -0500
11242              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
11243      Branch: perl
11244            ! ext/B/Deparse.t t/op/write.t
11245 ____________________________________________________________________________
11246 [ 10814] By: nick                                  on 2001/06/22  08:13:09
11247         Log: Integrate mainline.
11248      Branch: perlio
11249           !> (integrate 46 files)
11250 ____________________________________________________________________________
11251 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
11252         Log: Change the prefixes only if $prefix is unset,
11253              as originally patched by Marcel Grunauer.
11254      Branch: perl
11255            ! hints/darwin.sh hints/rhapsody.sh
11256 ____________________________________________________________________________
11257 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
11258         Log: Subject: Re: Patch for hints/darwin.sh
11259              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
11260              Date: Thu, 21 Jun 2001 11:23:46 -0700
11261              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
11262      Branch: perl
11263            ! hints/darwin.sh hints/rhapsody.sh
11264 ____________________________________________________________________________
11265 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
11266         Log: Add .PHONY targets for non-file targets,
11267              from Wilfredo Sánchez.  Should help saying
11268              "make install" on case-insensitive filesystems.
11269      Branch: perl
11270            ! Makefile.SH
11271 ____________________________________________________________________________
11272 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
11273         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
11274              From: Doug MacEachern <dougm@covalent.net>
11275              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
11276              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
11277              
11278              plus reword the getcwd() comment, plus use getcwd() buffer
11279              size minus one.
11280      Branch: perl
11281            ! util.c
11282 ____________________________________________________________________________
11283 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
11284         Log: More gprofing from Doug MacEachern.
11285      Branch: perl
11286            ! Makefile.SH
11287 ____________________________________________________________________________
11288 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
11289         Log: Metaconfig unit change for #10807.
11290      Branch: metaconfig/U/perl
11291            ! d_sfio.U
11292 ____________________________________________________________________________
11293 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
11294         Log: Tell that you are removing the unneeded -lsfio.
11295      Branch: perl
11296            ! Configure
11297 ____________________________________________________________________________
11298 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
11299         Log: More MPE/iX tweaks from Mark Bixby.
11300      Branch: perl
11301            ! perl.c t/op/magic.t
11302 ____________________________________________________________________________
11303 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
11304         Log: The fchdir() proto is supposed to live in <unistd.h>.
11305      Branch: perl
11306            ! ext/Cwd/Cwd.xs
11307 ____________________________________________________________________________
11308 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
11309         Log: This town is too small for the Cwd extension and me,
11310              it would seem...
11311      Branch: perl
11312            ! ext/Cwd/Cwd.xs
11313 ____________________________________________________________________________
11314 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
11315         Log: Metaconfig unit change for #10802.
11316      Branch: metaconfig/U/perl
11317            ! d_modfl.U
11318 ____________________________________________________________________________
11319 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
11320         Log: More d'ohs.
11321      Branch: perl
11322            ! Configure
11323 ____________________________________________________________________________
11324 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
11325         Log: Off-by-one.  I'm so classic.
11326      Branch: perl
11327            ! util.c
11328 ____________________________________________________________________________
11329 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
11330         Log: Update Changes.
11331      Branch: perl
11332            ! Changes patchlevel.h
11333 ____________________________________________________________________________
11334 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
11335         Log: Subject: Documentation patch for Net::FTP
11336              From: Marcel Grunauer <marcel@codewerk.com>
11337              Date: Wed, 20 Jun 2001 23:03:26 +0200
11338              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
11339      Branch: perl
11340            ! lib/Net/FTP.pm
11341 ____________________________________________________________________________
11342 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
11343         Log: Retract the #10417 mg.c and embed.pl parts because of
11344              strange SEGVs in 64bit x86 FreeBSD observed by
11345              Nicholas Clark.
11346      Branch: perl
11347            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
11348 ____________________________________________________________________________
11349 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
11350         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
11351      Branch: perl
11352            ! Configure NetWare/config.wc NetWare/config_H.wc
11353            ! Porting/Glossary Porting/config.sh Porting/config_H
11354            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
11355            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11356            ! vos/config.ga.h win32/config.bc win32/config.gc
11357            ! win32/config.vc win32/config_H.bc win32/config_H.gc
11358            ! win32/config_H.vc
11359 ____________________________________________________________________________
11360 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
11361         Log: Cwd tweak from Doug MacEachern.
11362      Branch: perl
11363            ! ext/Cwd/Cwd.xs
11364 ____________________________________________________________________________
11365 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
11366         Log: Protect the fchdir() and lstat() with ifdefs.
11367              fchdir() needs a Configure probe.
11368      Branch: perl
11369            ! ext/Cwd/Cwd.xs
11370 ____________________________________________________________________________
11371 [ 10794] By: nick                                  on 2001/06/21  17:11:35
11372         Log: Integrate mainline
11373      Branch: perlio
11374           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
11375           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
11376           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
11377           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
11378           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
11379           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
11380           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
11381           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
11382            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
11383            - lib/File/Glob/case.t lib/File/Glob/global.t
11384            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
11385            - lib/File/Temp/posix.t lib/File/Temp/security.t
11386            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
11387            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
11388            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
11389            - lib/Text/Wrap/wrap.t
11390           !> (integrate 41 files)
11391 ____________________________________________________________________________
11392 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
11393         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
11394              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
11395              Date: Thu, 21 Jun 2001 13:04:54 -0500
11396              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
11397      Branch: perl
11398            ! ext/Cwd/Cwd.xs
11399 ____________________________________________________________________________
11400 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
11401         Log: Subject: [PATCH pod] overlong =item
11402              From: Robin Barker <rmb1@cise.npl.co.uk>
11403              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
11404              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
11405      Branch: perl
11406            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
11407            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
11408 ____________________________________________________________________________
11409 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
11410         Log: Subject: [PATCH perlio.c] format 
11411              From: Robin Barker <rmb1@cise.npl.co.uk>
11412              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
11413              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
11414      Branch: perl
11415            ! perlio.c
11416 ____________________________________________________________________________
11417 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
11418         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
11419              From: Radu Greab <radu@netsoft.ro>
11420              Date: Thu, 21 Jun 2001 19:06:02 +0300
11421              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
11422      Branch: perl
11423            ! pod/perlapi.pod sv.c
11424 ____________________________________________________________________________
11425 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
11426         Log: The metaconfig unit changes for #10788.
11427      Branch: metaconfig/U/perl
11428            ! Cross.U fflushall.U
11429 ____________________________________________________________________________
11430 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
11431         Log: Cross-configuration changes: make $from to rm the files
11432              before copying them over (this means that he rm can be
11433              removed from the fflushall test), create $targetmkdir      
11434              (not documented in install since it is supposed to internal
11435              use only), make $run to copy over the executable only if
11436              a stamp file .xok doesn't already exist (to avoid unnecessary
11437              copying of the executable)
11438      Branch: perl
11439            ! Configure Makefile.SH
11440 ____________________________________________________________________________
11441 [ 10787] By: nick                                  on 2001/06/21  14:16:18
11442         Log: Integrate mainline
11443      Branch: perlio
11444           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
11445           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
11446           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
11447            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
11448           !> (integrate 34 files)
11449 ____________________________________________________________________________
11450 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
11451         Log: Re-add the files as text.
11452      Branch: perl
11453            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
11454 ____________________________________________________________________________
11455 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
11456         Log: Delete the binary files.
11457      Branch: perl
11458            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
11459 ____________________________________________________________________________
11460 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
11461         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
11462              From: Andy Dougherty <doughera@lafayette.edu>
11463              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
11464              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
11465      Branch: perl
11466            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
11467            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
11468            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
11469            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
11470 ____________________________________________________________________________
11471 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
11472         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
11473              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
11474              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
11475              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
11476              
11477              Setting umask to something friendlier.
11478      Branch: perl
11479            ! installman installperl
11480 ____________________________________________________________________________
11481 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
11482         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
11483              Resort MANIFEST with sort -f, looks much better.
11484      Branch: perl
11485            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
11486            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
11487            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
11488            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
11489            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
11490            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
11491            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
11492            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
11493            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
11494            - lib/File/Glob/case.t lib/File/Glob/global.t
11495            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
11496            - lib/File/Temp/posix.t lib/File/Temp/security.t
11497            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
11498            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
11499            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
11500            - lib/Text/Wrap/wrap.t
11501            ! MANIFEST
11502 ____________________________________________________________________________
11503 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
11504         Log: Upgrade to I18N::LangTags 0.25.
11505      Branch: perl
11506            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
11507            ! lib/I18N/LangTags/List.pm
11508 ____________________________________________________________________________
11509 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
11510         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
11511              From: Richard Soderberg <rs@crystalflame.net>
11512              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
11513              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
11514      Branch: perl
11515            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
11516            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
11517 ____________________________________________________________________________
11518 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
11519         Log: Test obsoleted by change #10777.
11520      Branch: perl
11521            ! t/op/sub_lval.t
11522 ____________________________________________________________________________
11523 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
11524         Log: Case of confused test numbering.
11525      Branch: perl
11526            ! t/op/pat.t
11527 ____________________________________________________________________________
11528 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
11529         Log: Subject: Re: Opinion on undef lvalue
11530              From: Abhijit Menon-Sen <ams@wiw.org>
11531              Date: Sun, 17 Jun 2001 13:04:46 +0530
11532              Message-ID: <20010617130446.B27925@lustre.linux.in>
11533              
11534              Allow lvalue subs to return undef in array context.
11535      Branch: perl
11536            ! pp_hot.c
11537 ____________________________________________________________________________
11538 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
11539         Log: Just a guess that using the same hack for cygwin as
11540              for win32 might help.
11541      Branch: perl
11542            ! lib/File/Find/find.t
11543 ____________________________________________________________________________
11544 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
11545         Log: NetWare tweaks from Guruprasad.
11546      Branch: perl
11547            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
11548            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
11549            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
11550            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
11551 ____________________________________________________________________________
11552 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
11553         Log: Subject: Re: perl@10722: Bogus warnings on REs 
11554              From: Hugo <hv@crypt.compulink.co.uk>
11555              Date: Thu, 21 Jun 2001 09:51:17 +0100
11556              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
11557              
11558              Unroll to avoid a UTS compiler bug.
11559      Branch: perl
11560            ! regcomp.c
11561 ____________________________________________________________________________
11562 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
11563         Log: Subject: Re: [PATCH] Make /o work under i?threads
11564              From: Artur Bergman <artur@contiller.se>
11565              Date: Thu, 21 Jun 2001 14:38:03 +0200
11566              Message-ID: <B757B74A.184D%artur@contiller.se>
11567      Branch: perl
11568            ! t/op/pat.t
11569 ____________________________________________________________________________
11570 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
11571         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
11572              From: Artur Bergman <artur@contiller.se> 
11573              Date: Thu, 21 Jun 2001 14:27:33 +0200
11574              Message-ID: <B757B4D4.1849%artur@contiller.se>
11575              
11576              Plus extra parentheses.
11577      Branch: perl
11578            ! op.h
11579 ____________________________________________________________________________
11580 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
11581         Log: Subject: [PATCH] Make /o work under i?threads
11582              From: Richard Soderberg <rs@crystalflame.net>
11583              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
11584              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
11585      Branch: perl
11586            ! pp_ctl.c
11587 ____________________________________________________________________________
11588 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
11589         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
11590              From: Artur Bergman <artur@contiller.se>
11591              Date: Thu, 21 Jun 2001 14:04:54 +0200
11592              Message-ID: <B757AF86.1842%artur@contiller.se>
11593      Branch: perl
11594            ! op.h
11595 ____________________________________________________________________________
11596 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
11597         Log: Subject: Re: perl@10765: sv.c not OK on win32
11598              From: Artur Bergman <artur@contiller.se>
11599              Date: Thu, 21 Jun 2001 10:31:06 +0200
11600              Message-ID: <B7577D69.182C%artur@contiller.se>
11601      Branch: perl
11602            ! sv.c
11603 ____________________________________________________________________________
11604 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
11605         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
11606              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11607              Date: Thu, 21 Jun 2001 06:23:56 -0400
11608              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
11609              
11610              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
11611              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11612              Date: Thu, 21 Jun 2001 06:32:21 -0400
11613              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
11614      Branch: perl
11615            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
11616 ____________________________________________________________________________
11617 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
11618         Log: Subject: [PATCH] make syslog test more verbose
11619              From: Robert Spier <rspier@pobox.com>
11620              Date: Thu, 21 Jun 2001 00:54:32 -0400
11621              Message-ID: <15153.32264.295807.333073@rls.cx>
11622      Branch: perl
11623            ! ext/Sys/Syslog/syslog.t
11624 ____________________________________________________________________________
11625 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
11626         Log: Subject: op/study.t refinements
11627              From: Hugo <hv@crypt.compulink.co.uk>
11628              Date: Thu, 21 Jun 2001 00:29:07 +0100
11629              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
11630      Branch: perl
11631            ! t/op/study.t
11632 ____________________________________________________________________________
11633 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
11634         Log: Update Changes.
11635      Branch: perl
11636            ! Changes patchlevel.h
11637 ____________________________________________________________________________
11638 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
11639         Log: Subject: Re: [PATCH] djgpp updates
11640              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
11641              Date: Wed, 20 Jun 2001 10:05:15 +0200
11642              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
11643      Branch: perl
11644            ! djgpp/config.over
11645 ____________________________________________________________________________
11646 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
11647         Log: Fix for ID 20010619.002 "When building hash, hash keys that
11648              are function calls are not being called", from Abhijit.
11649      Branch: perl
11650            ! t/base/lex.t toke.c
11651 ____________________________________________________________________________
11652 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
11653         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
11654      Branch: perl
11655            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
11656            + lib/Locale/Maketext/test.pl
11657            - lib/Locale/Maketext.t
11658            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
11659            ! lib/Locale/Maketext/TPJ13.pod
11660 ____________________________________________________________________________
11661 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
11662         Log: Metaconfig unit change for #10760.
11663      Branch: metaconfig
11664            ! U/modified/Cppsym.U
11665 ____________________________________________________________________________
11666 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
11667         Log: Do not remove the ccsym* Cppsym* files since
11668              they are useful for metaconfig units coming after us.
11669              (This is the Configure nit mentioned in #10752.)
11670      Branch: perl
11671            ! Configure
11672 ____________________________________________________________________________
11673 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
11674         Log: Update to I18N::LangTags 0.24, from Sean Burke.
11675      Branch: perl
11676            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
11677            + lib/I18N/LangTags/README
11678            - lib/I18N/LangTags/List.pod
11679            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
11680 ____________________________________________________________________________
11681 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
11682         Log: Regen headers.
11683      Branch: perl
11684            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
11685            ! pod/perlapi.pod proto.h
11686 ____________________________________________________________________________
11687 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
11688         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
11689              From: Artur Bergman <artur@contiller.se>
11690              Date: Wed, 20 Jun 2001 11:31:32 +0200
11691              Message-ID: <B7563A14.17D8%artur@contiller.se>
11692      Branch: perl
11693            ! embed.pl hv.c intrpvar.h sv.c sv.h
11694 ____________________________________________________________________________
11695 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
11696         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
11697              From: Tim Sweetman <tim@aldigital.co.uk> 
11698              Date: Wed, 13 Jun 2001 14:25:17 +0100 
11699              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
11700      Branch: perl
11701            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
11702 ____________________________________________________________________________
11703 [ 10755] By: nick                                  on 2001/06/20  16:12:37
11704         Log: Integrate mainline
11705      Branch: perlio
11706           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
11707           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
11708           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
11709           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
11710           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
11711           !> t/op/study.t util.c
11712 ____________________________________________________________________________
11713 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
11714         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
11715              but not Makefile)
11716      Branch: maint-5.6/perl
11717            ! win32/Makefile
11718 ____________________________________________________________________________
11719 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
11720         Log: Security tweak on readlink().
11721      Branch: perl
11722            ! pp_sys.c
11723 ____________________________________________________________________________
11724 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
11725         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
11726      Branch: perl
11727            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
11728            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
11729            ! mpeix/relink t/op/pwent.t
11730 ____________________________________________________________________________
11731 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
11732         Log: Reinstate #10725 (with probe for alarm()).
11733      Branch: perl
11734            ! t/op/study.t
11735 ____________________________________________________________________________
11736 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
11737         Log: Replace our implementation of realpath() with OpenBSD's
11738              (src/lib/libc/stdlib/realpath.c 1.4).
11739      Branch: perl
11740            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
11741            ! pod/perldiag.pod proto.h util.c
11742 ____________________________________________________________________________
11743 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
11744         Log: Integrate perlio.
11745      Branch: perl
11746           !> perlio.c
11747 ____________________________________________________________________________
11748 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
11749         Log: No point in going into memory-saving contortions
11750              with getcwd() since there's a danger of buffer overflow.
11751              Also make the POSIX extension to use sv_getcwd().
11752              Finally, a missed proto.h fragment.
11753      Branch: perl
11754            ! ext/POSIX/POSIX.xs proto.h util.c
11755 ____________________________________________________________________________
11756 [ 10747] By: nick                                  on 2001/06/20  12:38:26
11757         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
11758      Branch: perlio
11759            ! perlio.c
11760 ____________________________________________________________________________
11761 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
11762         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
11763              From: Graham Barr <gbarr@pobox.com>
11764              Date: Wed, 20 Jun 2001 11:05:49 +0100
11765              Message-ID: <20010620110549.I19188@pobox.com>
11766              
11767              reported in        
11768              
11769              Subject: Bug in IO::Socket::INET module (repeat)
11770              From: "Harmon S. Nine" <hnine@netarx.com>
11771              Date: Tue, 19 Jun 2001 09:41:35 -0400
11772              Message-ID: <3B2F568F.8080605@netarx.com>
11773              
11774              The bug was that the IO::Socket::INET constructor
11775              did not allow a 'LocalPort' of 0.
11776      Branch: perl
11777            ! ext/IO/lib/IO/Socket/INET.pm
11778 ____________________________________________________________________________
11779 [ 10745] By: nick                                  on 2001/06/20  08:56:39
11780         Log: Integrate mainline.
11781      Branch: perlio
11782           !> (integrate 37 files)
11783 ____________________________________________________________________________
11784 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
11785         Log: After some reading I don't think we can blindly
11786              use systems' realpath().  Too many security problems,
11787              too many buggy implementations.
11788              
11789              TODO: the realpath() emulation code in util.c doesn't
11790              seem fully operational?  (readlink(), for example?)
11791      Branch: perl
11792            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
11793            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
11794            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
11795            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
11796            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
11797            ! win32/config_H.gc win32/config_H.vc
11798 ____________________________________________________________________________
11799 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
11800         Log: Metaconfig unit change for #10738.
11801      Branch: metaconfig
11802            ! U/compline/d_gconvert.U
11803 ____________________________________________________________________________
11804 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
11805         Log: Integrate change #10739 from maintperl:
11806              
11807              C<eval "/x$\r\n/x"> fails to compile correctly 
11808      Branch: perl
11809           !> t/op/pat.t toke.c
11810 ____________________________________________________________________________
11811 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
11812         Log: Retract #10725 (Hugo asked NOT to apply the patch)
11813      Branch: perl
11814            ! t/op/study.t
11815 ____________________________________________________________________________
11816 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
11817         Log: The test.third results were funnily named because of the
11818              new test scheme.
11819      Branch: perl
11820            ! t/TEST
11821 ____________________________________________________________________________
11822 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
11823         Log: C<eval "/x$\r\n/x"> fails to compile correctly
11824      Branch: maint-5.6/perl
11825            ! t/op/pat.t toke.c
11826 ____________________________________________________________________________
11827 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
11828         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
11829              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11830              Date: Tue, 19 Jun 2001 19:15:40 -0400
11831              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
11832              
11833              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
11834              because "1e+129" being expected but "1.e+129" being returned.
11835              The culprit (at least in Tru64) is the use of gcvt().
11836      Branch: perl
11837            ! Configure
11838 ____________________________________________________________________________
11839 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
11840         Log: Subject: [PATCH perl@10722] test hunting on VMS
11841              From: "Craig A. Berry" <craigberry@mac.com>
11842              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
11843              Date: Tue, 19 Jun 2001 18:59:01 -0500
11844      Branch: perl
11845            ! vms/test.com
11846 ____________________________________________________________________________
11847 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
11848         Log: Subject: [PATCH] s/typos//
11849              From: Abhijit Menon-Sen <ams@wiw.org>
11850              Date: Wed, 20 Jun 2001 02:15:02 +0530
11851              Message-ID: <20010620021502.A14541@lustre.linux.in>
11852              
11853              Without the op.h s/bearword/bareword/ hunk, see
11854              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
11855      Branch: perl
11856            ! util.c
11857 ____________________________________________________________________________
11858 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
11859         Log: Metaconfig unit change for #10732 and #10733.
11860      Branch: metaconfig/U/perl
11861            ! fflushall.U
11862 ____________________________________________________________________________
11863 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
11864         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
11865              From: "Craig A. Berry" <craigberry@mac.com>
11866              Date: Tue, 19 Jun 2001 17:19:48 -0500
11867              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
11868      Branch: perl
11869            ! configure.com vms/descrip_mms.template
11870 ____________________________________________________________________________
11871 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
11872         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
11873              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11874              Date: Tue, 19 Jun 2001 16:48:07 -0400
11875              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
11876              
11877              Further fixes to fflush(NULL) detection.
11878      Branch: perl
11879            ! Configure
11880 ____________________________________________________________________________
11881 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
11882         Log: AIX test -s hangs with non-existent files?
11883              (A genuine logic bug in Configure, but AIX also broken?)
11884      Branch: perl
11885            ! Configure
11886 ____________________________________________________________________________
11887 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
11888         Log: AUTHORS updates.
11889      Branch: perl
11890            ! AUTHORS
11891 ____________________________________________________________________________
11892 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
11893         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
11894              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11895              Date: Tue, 19 Jun 2001 15:33:25 -0400
11896              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
11897      Branch: perl
11898            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
11899            ! t/lib/warnings/pp
11900 ____________________________________________________________________________
11901 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
11902         Log: Integrate perlio.
11903      Branch: perl
11904           !> lib/File/Find/find.t win32/distclean.bat
11905 ____________________________________________________________________________
11906 [ 10728] By: nick                                  on 2001/06/19  18:24:53
11907         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
11908      Branch: perlio
11909            ! lib/File/Find/find.t win32/distclean.bat
11910 ____________________________________________________________________________
11911 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
11912         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
11913              also add information how to find out whether one has PerlIO.
11914      Branch: perl
11915            ! pod/perlfunc.pod
11916 ____________________________________________________________________________
11917 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
11918         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
11919              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
11920              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
11921              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
11922      Branch: perl
11923            ! pod/perlfunc.pod
11924 ____________________________________________________________________________
11925 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
11926         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
11927              From: Hugo <hv@crypt.compulink.co.uk>
11928              Date: Tue, 19 Jun 2001 12:37:30 +0100
11929              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
11930      Branch: perl
11931            ! t/op/study.t
11932 ____________________________________________________________________________
11933 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
11934         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
11935              From: Hugo <hv@crypt.compulink.co.uk>
11936              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
11937              Date: Tue, 19 Jun 2001 13:15:17 +0100
11938      Branch: perl
11939            ! util.c
11940 ____________________________________________________________________________
11941 [ 10723] By: nick                                  on 2001/06/19  14:46:15
11942         Log: Integrate mainline
11943      Branch: perlio
11944           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
11945           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
11946           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
11947           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
11948           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
11949           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
11950            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
11951            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
11952            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
11953            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
11954            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
11955            - ext/Thread/unsync4.t
11956           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
11957           !> djgpp/config.over djgpp/fixpmain
11958           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
11959           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
11960           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
11961 ____________________________________________________________________________
11962 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
11963         Log: Update Changes.
11964      Branch: perl
11965            ! Changes patchlevel.h
11966 ____________________________________________________________________________
11967 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
11968         Log: The existence shall be MANIFESted.
11969      Branch: perl
11970            ! MANIFEST
11971 ____________________________________________________________________________
11972 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
11973         Log: The old libnet.cfg is first searched from the current directory,
11974              only then from the module path.
11975      Branch: perl
11976            ! utils/libnetcfg.PL
11977 ____________________________________________________________________________
11978 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
11979         Log: NetWare tweaks from Guruprasad.
11980      Branch: perl
11981            ! NetWare/Makefile NetWare/config.wc
11982 ____________________________________________________________________________
11983 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
11984         Log: Subject: [PATCH] djgpp updates
11985              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
11986              Date: Tue, 19 Jun 2001 10:59:06 +0200
11987              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
11988      Branch: perl
11989            ! djgpp/config.over djgpp/fixpmain
11990 ____________________________________________________________________________
11991 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
11992         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
11993              From: Prymmer/Kahn <pvhp@best.com>
11994              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
11995              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
11996      Branch: perl
11997            ! win32/Makefile
11998 ____________________________________________________________________________
11999 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
12000         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
12001              to happen right after the inclusion of <inttypes.h>,
12002              from Edward Moy.
12003      Branch: perl
12004            ! handy.h perl.h
12005 ____________________________________________________________________________
12006 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
12007         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
12008              From: Doug MacEachern <dougm@covalent.net>
12009              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
12010              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
12011      Branch: perl
12012            ! ext/DynaLoader/DynaLoader_pm.PL
12013 ____________________________________________________________________________
12014 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
12015         Log: Revert #10656 for perfomance reasons but leave in the
12016              use of Hv*() macros -- in comments, so that grepping the
12017              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
12018              suggested by Sarathy, also by Abhijit.)
12019      Branch: perl
12020            ! hv.c
12021 ____________________________________________________________________________
12022 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
12023         Log: Subject: [patch] .s MakeMaker suffix
12024              From: Doug MacEachern <dougm@covalent.net>
12025              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
12026              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
12027      Branch: perl
12028            ! lib/ExtUtils/MM_Unix.pm
12029 ____________________________________________________________________________
12030 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
12031         Log: One test lost in the big shuffle restored.
12032      Branch: perl
12033            + ext/IPC/SysV/ipcsysv.t
12034            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
12035 ____________________________________________________________________________
12036 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
12037         Log: Rename the old non-standard threads tests so that
12038              they won't be invoked.
12039      Branch: perl
12040            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
12041            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
12042            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
12043            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
12044            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
12045            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
12046            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
12047            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
12048            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
12049            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
12050            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
12051            - ext/Thread/unsync4.t
12052            ! MANIFEST
12053 ____________________________________________________________________________
12054 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
12055         Log: Integrate perlio.
12056      Branch: perl
12057           !> win32/config_sh.PL
12058 ____________________________________________________________________________
12059 [ 10709] By: nick                                  on 2001/06/19  08:18:18
12060         Log: Integrate mainline
12061      Branch: perlio
12062           +> (branch 40 files)
12063            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
12064            - lib/strict/subs lib/strict/vars lib/warnings/1global
12065            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
12066            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
12067            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
12068            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
12069            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
12070            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
12071            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
12072            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
12073            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
12074            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
12075            - lib/warnings/utf8 lib/warnings/util
12076           !> (integrate 57 files)
12077 ____________________________________________________________________________
12078 [ 10708] By: nick                                  on 2001/06/19  07:57:10
12079         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
12080      Branch: perlio
12081            ! win32/config_sh.PL
12082 ____________________________________________________________________________
12083 [ 10707] By: nick                                  on 2001/06/19  07:05:07
12084         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
12085      Branch: perl
12086            ! perly.c perly.y perly_c.diff vms/perly_c.vms
12087 ____________________________________________________________________________
12088 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
12089         Log: More perl572delta tweaks.
12090      Branch: perl
12091            ! pod/perl572delta.pod
12092 ____________________________________________________________________________
12093 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
12094         Log: Update perl572delta.
12095      Branch: perl
12096            ! pod/perl572delta.pod
12097 ____________________________________________________________________________
12098 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
12099         Log: VOS updates from Paul Green.
12100      Branch: perl
12101            ! vos/Changes vos/build.cm vos/perl.bind
12102 ____________________________________________________________________________
12103 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
12104         Log: Update the vos/config.*.* files.
12105      Branch: perl
12106            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12107            ! vos/config.ga.h
12108 ____________________________________________________________________________
12109 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
12110         Log: Add a makefile for more painless adding of symbols to the
12111              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
12112              takes care of the adding)
12113      Branch: perl
12114            + vos/Makefile
12115 ____________________________________________________________________________
12116 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
12117         Log: Make libnetcfg by default display the libnet configuration,
12118              -c to change, add -i for old config, document all options,
12119              regen toc.
12120      Branch: perl
12121            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
12122 ____________________________________________________________________________
12123 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
12124         Log: gcc -Wall sweep.
12125      Branch: perl
12126            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
12127 ____________________________________________________________________________
12128 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
12129         Log: So there.
12130      Branch: perl
12131            ! universal.c
12132 ____________________________________________________________________________
12133 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
12134         Log: Document the need for sv_printify().
12135              
12136              Document that 'use utf8' has been considered.
12137              
12138              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
12139      Branch: perl
12140            ! pod/perltodo.pod universal.c
12141 ____________________________________________________________________________
12142 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
12143         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
12144              From: Nicholas Clark <nick@ccl4.org>
12145              Date: Mon, 18 Jun 2001 23:29:23 +0100
12146              Message-ID: <20010618232923.I98663@plum.flirble.org>
12147      Branch: perl
12148            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
12149            ! ext/Sys/Syslog/Makefile.PL
12150 ____________________________________________________________________________
12151 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
12152         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
12153              From: Scott.L.Miller@Compaq.com
12154              Date: Mon, 18 Jun 2001 10:12:27 -0500
12155              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
12156      Branch: perl
12157            ! lib/perl5db.pl pod/perldebug.pod
12158 ____________________________________________________________________________
12159 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
12160         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
12161              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
12162              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
12163              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
12164      Branch: perl
12165            ! lib/Carp/Heavy.pm
12166 ____________________________________________________________________________
12167 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
12168         Log: Subject: [PATCH] Documentation changes for CLONE
12169              From: Artur Bergman <artur@contiller.se>
12170              Date: Mon, 18 Jun 2001 22:06:37 +0200
12171              Message-ID: <B7542BEC.1719%artur@contiller.se>
12172      Branch: perl
12173            ! pod/perlmod.pod pod/perlsub.pod
12174 ____________________________________________________________________________
12175 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
12176         Log: Subject: Re: configure.com
12177              From: "Craig A. Berry" <craigberry@mac.com>
12178              Date: Mon, 18 Jun 2001 16:04:38 -0500
12179              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
12180      Branch: perl
12181            ! configure.com
12182 ____________________________________________________________________________
12183 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
12184         Log: Subject: PL_nullstash + perl_clone()
12185              From: Doug MacEachern <dougm@covalent.net>
12186              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
12187              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
12188      Branch: perl
12189            ! sv.c
12190 ____________________________________________________________________________
12191 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
12192         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
12193              From: davem@fdgroup.co.uk
12194              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
12195              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
12196      Branch: perl
12197            ! embed.pl pod/perlapi.pod
12198 ____________________________________________________________________________
12199 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
12200         Log: More cross-compilation defaults gleaned from -Dcc
12201              if it is CPU-OS-gcc.
12202      Branch: metaconfig
12203            ! U/modified/libc.U
12204      Branch: metaconfig/U/perl
12205            ! Cross.U
12206      Branch: perl
12207            ! Configure INSTALL
12208 ____________________________________________________________________________
12209 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
12210         Log: Update Changes.
12211      Branch: perl
12212            ! Changes patchlevel.h
12213 ____________________________________________________________________________
12214 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
12215         Log: Subject: [PATCH 5.7.1] sv.c documentation
12216              From: davem@fdgroup.co.uk
12217              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
12218              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
12219      Branch: perl
12220            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
12221            ! sv.c sv.h
12222 ____________________________________________________________________________
12223 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
12224         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
12225              From: "Jon Gunnip" <jongunnip@hotmail.com>
12226              Date: Sun, 17 Jun 2001 18:24:29 -0400
12227              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
12228      Branch: perl
12229            ! pod/perlvar.pod
12230 ____________________________________________________________________________
12231 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
12232         Log: Move the locale/strict/warnings helper files back
12233              under the t/lib; this way the amount of non-installabled
12234              stuff under lib/ stays smaller.
12235      Branch: perl
12236            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
12237            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
12238            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
12239            + t/lib/warnings/5nolint t/lib/warnings/6default
12240            + t/lib/warnings/7fatal t/lib/warnings/8signal
12241            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
12242            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
12243            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
12244            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
12245            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
12246            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
12247            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
12248            + t/lib/warnings/taint t/lib/warnings/toke
12249            + t/lib/warnings/universal t/lib/warnings/utf8
12250            + t/lib/warnings/util
12251            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
12252            - lib/strict/subs lib/strict/vars lib/warnings/1global
12253            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
12254            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
12255            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
12256            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
12257            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
12258            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
12259            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
12260            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
12261            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
12262            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
12263            - lib/warnings/utf8 lib/warnings/util
12264            ! MANIFEST installperl lib/locale.t lib/strict.t
12265 ____________________________________________________________________________
12266 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
12267         Log: Split off the pack/unpack code, from Nicholas Clark.
12268      Branch: perl
12269            + pp_pack.c
12270            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
12271            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
12272            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
12273 ____________________________________________________________________________
12274 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
12275         Log: Guard the SysV IPC tests against being invoked in
12276              SysV-IPC-less places.
12277      Branch: perl
12278            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
12279 ____________________________________________________________________________
12280 [ 10683] By: nick                                  on 2001/06/18  12:24:42
12281         Log: Integrate mainline (new test scheme now ok on Linux).
12282      Branch: perlio
12283           +> lib/warnings.t
12284           !> dump.c sv.c
12285 ____________________________________________________________________________
12286 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
12287         Log: Add the locale.c and numeric.c to the microperl sources.
12288      Branch: perl
12289            ! Makefile.micro win32/Makefile
12290 ____________________________________________________________________________
12291 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
12292         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
12293              From: Abhijit Menon-Sen <ams@wiw.org>
12294              Date: Mon, 18 Jun 2001 14:23:44 +0530
12295              Message-ID: <20010618142344.A13136@lustre.linux.in>
12296      Branch: perl
12297            ! dump.c
12298 ____________________________________________________________________________
12299 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
12300         Log: Subject: Re: [PATCH] more anonymous stash cleanups
12301              From: Abhijit Menon-Sen <ams@wiw.org>
12302              Date: Mon, 18 Jun 2001 15:50:32 +0530
12303              Message-ID: <20010618155032.A13223@lustre.linux.in>
12304              
12305              Plus the comment left in as suggested by NI-S.
12306      Branch: perl
12307            ! sv.c
12308 ____________________________________________________________________________
12309 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
12310         Log: One missed file.
12311      Branch: perl
12312            + lib/warnings.t
12313 ____________________________________________________________________________
12314 [ 10678] By: nick                                  on 2001/06/18  08:05:29
12315         Log: Integrate mainline (part2 - the deletes)
12316      Branch: perlio
12317            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
12318            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
12319            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
12320            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
12321            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
12322            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
12323            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
12324            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
12325            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
12326            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
12327            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
12328 ____________________________________________________________________________
12329 [ 10677] By: nick                                  on 2001/06/18  08:04:44
12330         Log: Integrate mainline (part1)
12331      Branch: perlio
12332           +> (branch 376 files)
12333            - (delete 219 files)
12334           !> (integrate 151 files)
12335 ____________________________________________________________________________
12336 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
12337         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
12338              No doubt I made some mistakes like missed some files or
12339              misnamed some files.  The naming rules were more or less:
12340              (1) if the module is from CPAN, follows its ways, be it
12341              t/*.t or test.pl.
12342              (2) otherwise if there are multiple tests for a module
12343              put them in a t/
12344              (3) otherwise if there's only one test put it in Module.t
12345              (4) helper files go to module/ (locale, strict, warnings)
12346              (5) use longer filenames now that we can (but e.g. the
12347              compat-0.6.t and the Text::Balanced test files still
12348              were renamed to be more civil against the 8.3 people)
12349              installperl was updated appropriately not to install the
12350              *.t files or the help files from under lib.
12351              
12352              TODO: some helper files still remain under t/ that could
12353              follow their 'masters'.  UPDATE: On second thoughts, why
12354              should they.  They can continue to live under t/lib, and
12355              in fact the locale/strict/warnings helpers that were moved
12356              could be moved back.  This way the amount of non-installable
12357              stuff under lib/ stays smaller.
12358      Branch: perl
12359            + (add 253 files)
12360            - (delete 254 files)
12361            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
12362 ____________________________________________________________________________
12363 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
12364         Log: The warning no more comes from util.c, it comes from numeric.c.
12365      Branch: perl
12366            ! README.tru64
12367 ____________________________________________________________________________
12368 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
12369         Log: Subject: Re: anyone good at casting spells?
12370              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12371              Date: Sun, 17 Jun 2001 21:21:04 -0400
12372              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
12373      Branch: perl
12374            ! ext/POSIX/POSIX.xs hv.h
12375 ____________________________________________________________________________
12376 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
12377         Log: Protect the (original) thread tests against testing if no 5.005
12378              threads have been configured.
12379      Branch: perl
12380            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
12381            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
12382            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
12383            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
12384            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
12385            ! ext/Thread/unsync4.t
12386 ____________________________________________________________________________
12387 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
12388         Log: Try the new test scanning scheme on Text::Abbrev.
12389      Branch: perl
12390            + lib/Text/Abbrev.t
12391            - lib/Text/Abbrev/t/abbrev.t
12392            ! MANIFEST
12393 ____________________________________________________________________________
12394 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
12395         Log: Change the scan policy of the *.t and test.pl files,
12396              now the *.t do not need to live in a t/ directory.
12397      Branch: perl
12398            ! t/TEST t/harness
12399 ____________________________________________________________________________
12400 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
12401         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
12402              From: Ilmari Karonen <iltzu@sci.fi>
12403              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
12404              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
12405      Branch: perl
12406            ! pod/perlfaq7.pod
12407 ____________________________________________________________________________
12408 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
12409         Log: Quench the warnings from Tru64; the HP-UX is still
12410              broken because it really, REALLY, doesn't like the
12411              HvARRAY() being lvalue:
12412              
12413              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
12414              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
12415      Branch: perl
12416            ! hv.c
12417 ____________________________________________________________________________
12418 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
12419         Log: Integrate change #10667 from maintperl:
12420              
12421              change#10449 broke the special-case that makes lexicals inside the
12422              eval"" within DB::DB() visible
12423      Branch: perl
12424           !> op.c
12425 ____________________________________________________________________________
12426 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
12427         Log: change#10449 broke the special-case that makes lexicals inside the
12428              eval"" within DB::DB() visible
12429      Branch: maint-5.6/perl
12430            ! op.c
12431 ____________________________________________________________________________
12432 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
12433         Log: Still spurious output; indent the code a bit.
12434              
12435              TODO1: separate the utility functions like MkDir
12436              into a helper script?
12437              
12438              TODO2: I see a lot of repetition in the filepath()
12439              and dirpath() calls.
12440      Branch: perl
12441            ! t/lib/filefind.t t/lib/findtaint.t
12442 ____________________________________________________________________________
12443 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
12444         Log: Regen modlib, toc.
12445      Branch: perl
12446            ! pod/perlmodlib.pod pod/perltoc.pod
12447 ____________________________________________________________________________
12448 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
12449         Log: Add libnetcfg to perlutil.
12450      Branch: perl
12451            ! pod/perlutil.pod
12452 ____________________________________________________________________________
12453 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
12454         Log: Initial integration of libnet-1.0703.
12455              The Configure script renamed as libnetcfg, will be
12456              installed along other utilities.
12457      Branch: perl
12458            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
12459            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
12460            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
12461            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
12462            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
12463            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
12464            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
12465            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
12466            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
12467            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
12468            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
12469            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
12470            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
12471            + utils/libnetcfg.PL
12472            ! MANIFEST utils.lst utils/Makefile
12473 ____________________________________________________________________________
12474 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
12475         Log: Less potentially test-harness-confusing output.
12476      Branch: perl
12477            ! lib/Memoize/t/expire_module_t.t
12478 ____________________________________________________________________________
12479 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
12480         Log: The final print annoys make test.
12481      Branch: perl
12482            ! t/lib/filefind.t t/lib/findtaint.t
12483 ____________________________________________________________________________
12484 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
12485         Log: Add an option for handling dangling symbolic links.
12486      Branch: perl
12487            ! lib/File/Find.pm t/lib/filefind.t
12488 ____________________________________________________________________________
12489 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
12490         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
12491              From: Thomas Wegner <wegner_thomas@yahoo.com>
12492              Date: Sun, 17 Jun 2001 14:43:11 +0200
12493              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
12494      Branch: perl
12495            + t/lib/findtaint.t
12496            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
12497 ____________________________________________________________________________
12498 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
12499         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
12500              From: Jonathan Stowe <gellyfish@gellyfish.com>
12501              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
12502              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
12503      Branch: perl
12504            ! lib/ExtUtils/MM_Unix.pm
12505 ____________________________________________________________________________
12506 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
12507         Log: Subject: [PATCH] more anonymous stash cleanups
12508              From: Abhijit Menon-Sen <ams@wiw.org>
12509              Date: Sun, 17 Jun 2001 11:44:06 +0530
12510              Message-ID: <20010617114406.A25203@lustre.linux.in>
12511      Branch: perl
12512            ! op.c
12513 ____________________________________________________________________________
12514 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
12515         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
12516              From: Abhijit Menon-Sen <ams@wiw.org>
12517              Date: Sun, 17 Jun 2001 08:02:59 +0530
12518              Message-ID: <20010617080259.A28776@lustre.linux.in>
12519              
12520              Subject: [PATCH #2/7] xhv_eiter
12521              From: Abhijit Menon-Sen <ams@wiw.org>
12522              Date: Sun, 17 Jun 2001 08:13:18 +0530
12523              Message-ID: <20010617081318.B28776@lustre.linux.in>
12524              
12525              Subject: [PATCH #3/7] xhv_fill
12526              From: Abhijit Menon-Sen <ams@wiw.org>
12527              Date: Sun, 17 Jun 2001 08:25:16 +0530
12528              Message-ID: <20010617082516.C28776@lustre.linux.in>
12529              
12530              Subject: [PATCH #4/7] xhv_keys
12531              From: Abhijit Menon-Sen <ams@wiw.org>
12532              Date: Sun, 17 Jun 2001 08:36:17 +0530
12533              Message-ID: <20010617083617.D28776@lustre.linux.in>
12534              
12535              Subject: [PATCH #5/7] xhv_max
12536              From: Abhijit Menon-Sen <ams@wiw.org>
12537              Date: Sun, 17 Jun 2001 08:39:48 +0530
12538              Message-ID: <20010617083948.E28776@lustre.linux.in>
12539              
12540              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
12541              From: Abhijit Menon-Sen <ams@wiw.org>
12542              Date: Sun, 17 Jun 2001 08:51:11 +0530
12543              Message-ID: <20010617085111.F28776@lustre.linux.in>
12544      Branch: perl
12545            ! hv.c
12546 ____________________________________________________________________________
12547 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
12548         Log: Update Changes.
12549      Branch: perl
12550            ! Changes patchlevel.h
12551 ____________________________________________________________________________
12552 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
12553         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
12554              From: Abhijit Menon-Sen <ams@wiw.org>
12555              Date: Sat, 16 Jun 2001 07:41:19 +0530
12556              Message-ID: <20010616074119.A24720@lustre.linux.in>
12557      Branch: perl
12558            ! hv.c perl.c vms/vmsish.h win32/win32.h
12559 ____________________________________________________________________________
12560 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
12561         Log: Document tests failing when threaded, since we now have more.
12562      Branch: perl
12563            ! pod/perl572delta.pod
12564 ____________________________________________________________________________
12565 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
12566         Log: -Wall cleanup.
12567      Branch: perl
12568            ! ext/Thread/Thread.xs
12569 ____________________________________________________________________________
12570 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
12571         Log: pthread_attr_setstacksize() isn't absolutely necessary
12572              to call, only iff THREAD_CREATE_NEEDS_STACK.
12573      Branch: perl
12574            ! ext/Thread/Thread.xs
12575 ____________________________________________________________________________
12576 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
12577         Log: -Wall strays.
12578      Branch: perl
12579            ! perl.c util.c
12580 ____________________________________________________________________________
12581 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
12582         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
12583              (and INT64_MIN) brokenness.
12584      Branch: perl
12585            ! hints/darwin.sh perl.h
12586 ____________________________________________________________________________
12587 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
12588         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
12589              From: Nicholas Clark <nick@ccl4.org>
12590              Date: Sun, 17 Jun 2001 00:16:05 +0100
12591              Message-ID: <20010617001605.V98663@plum.flirble.org>
12592      Branch: perl
12593            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
12594            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
12595            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
12596 ____________________________________________________________________________
12597 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
12598         Log: Add perlnetware to docs; regen toc; supply skeleton
12599              docs for some Memoize submodules.
12600      Branch: perl
12601            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
12602            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
12603            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
12604            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
12605            ! win32/Makefile win32/makefile.mk
12606 ____________________________________________________________________________
12607 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
12608         Log: pod cleanup.
12609      Branch: perl
12610            ! README.netware
12611 ____________________________________________________________________________
12612 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
12613         Log: Integrate Memoize 0.64.  Few tweaks were required in
12614              the test scripts.  Note that the speed and expire*
12615              tests take several dozen seconds to run.
12616      Branch: perl
12617            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
12618            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
12619            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
12620            + lib/Memoize/README lib/Memoize/SDBM_File.pm
12621            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
12622            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
12623            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
12624            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
12625            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
12626            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
12627            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
12628            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
12629            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
12630            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
12631            ! MANIFEST t/lib/1_compile.t
12632 ____________________________________________________________________________
12633 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
12634         Log: Document the cross-compilation options.
12635      Branch: perl
12636            ! Cross/README INSTALL
12637 ____________________________________________________________________________
12638 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
12639         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
12640      Branch: perl
12641            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
12642            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
12643            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
12644            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
12645            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
12646            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
12647            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
12648            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
12649            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
12650            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
12651            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
12652            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
12653            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
12654            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
12655            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
12656            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
12657            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
12658            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
12659            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
12660            + lib/ExtUtils/MM_NW5.pm
12661            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
12662            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
12663            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
12664            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
12665            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
12666            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
12667            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
12668            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
12669            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
12670            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
12671            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
12672            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
12673            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
12674            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
12675            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
12676            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
12677            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
12678            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
12679            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
12680            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
12681            ! util.h x2p/a2py.c
12682 ____________________________________________________________________________
12683 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
12684         Log: Resort MANIFEST.
12685      Branch: perl
12686            ! MANIFEST
12687 ____________________________________________________________________________
12688 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
12689         Log: Integrate perlio.
12690      Branch: perl
12691           +> win32/win32io.c
12692           !> MANIFEST perlio.c perliol.h win32/makefile.mk
12693 ____________________________________________________________________________
12694 [ 10640] By: nick                                  on 2001/06/16  18:38:31
12695         Log: Disable :win32 layer as default till I get it working
12696      Branch: perlio
12697            ! MANIFEST perlio.c
12698 ____________________________________________________________________________
12699 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
12700         Log: Try the new scheme by moving the Text::Abbrev test
12701              to a new place under lib.
12702      Branch: perl
12703            + lib/Text/Abbrev/t/abbrev.t
12704            - t/lib/abbrev.t
12705            ! MANIFEST
12706 ____________________________________________________________________________
12707 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
12708         Log: Make the code even more dynamical so that testname
12709              suffix length can change.
12710      Branch: perl
12711            ! lib/Test/Harness.pm t/TEST
12712 ____________________________________________________________________________
12713 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
12714         Log: Allow for deeper t/ and also a single test.pl.
12715      Branch: perl
12716            ! t/TEST t/harness
12717 ____________________________________________________________________________
12718 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
12719         Log: #define fix from Nicholas Clark.
12720      Branch: perl
12721            ! ext/POSIX/POSIX.xs
12722 ____________________________________________________________________________
12723 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
12724         Log: Initialization is nice.
12725      Branch: perl
12726            ! lib/Test/Harness.pm
12727 ____________________________________________________________________________
12728 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
12729         Log: Make t/TEST and t/harness to test also the t/ tests
12730              under the main lib/ and ext/ directories.  Fix Test::Harness
12731              to dynamically change the width of its "foo/bar....ok" output.
12732      Branch: perl
12733            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
12734 ____________________________________________________________________________
12735 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
12736         Log: Subject: [PATCH] Re: perl@10611 
12737              From: Nicholas Clark <nick@ccl4.org>
12738              Date: Sat, 16 Jun 2001 16:52:47 +0100
12739              Message-ID: <20010616165247.O98663@plum.flirble.org>
12740              
12741              The .xs parts, too.
12742      Branch: perl
12743            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
12744            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
12745 ____________________________________________________________________________
12746 [ 10632] By: nick                                  on 2001/06/16  16:44:35
12747         Log: Work-in-progress win32 layer semi-functional, checking 
12748              for UNIX breakage.
12749      Branch: perlio
12750            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
12751 ____________________________________________________________________________
12752 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
12753         Log: Subject: [PATCH] Re: perl@10611 
12754              From: Nicholas Clark <nick@ccl4.org>
12755              Date: Sat, 16 Jun 2001 16:52:47 +0100
12756              Message-ID: <20010616165247.O98663@plum.flirble.org>
12757      Branch: perl
12758            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
12759            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
12760            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
12761            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
12762            ! lib/ExtUtils/Constant.pm
12763 ____________________________________________________________________________
12764 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
12765         Log: Metaconfig unit change for #10629.
12766      Branch: metaconfig
12767            ! U/modified/Finish.U
12768 ____________________________________________________________________________
12769 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
12770         Log: The extraction changed directories.
12771      Branch: perl
12772            ! Configure
12773 ____________________________________________________________________________
12774 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
12775         Log: Math::BigInt 1.35 from Tels.
12776      Branch: perl
12777            + t/lib/mbimbf.t
12778            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
12779            ! t/lib/bigfltpm.t t/lib/bigintpm.t
12780 ____________________________________________________________________________
12781 [ 10627] By: nick                                  on 2001/06/16  14:54:52
12782         Log: Work in progress UNIX-side edit of win32 PerLIO layer
12783      Branch: perlio
12784            + win32/win32io.c
12785            ! perlio.c win32/makefile.mk
12786 ____________________________________________________________________________
12787 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
12788         Log: Subject: [PATCH 5.6.1] os2/diff-configure
12789              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12790              Date: Fri, 15 Jun 2001 01:19:36 -0400
12791              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
12792              
12793              Empty all of it because I think #10624 made even the
12794              last patch hunk unnecessary.
12795      Branch: perl
12796            ! os2/diff.configure
12797 ____________________________________________________________________________
12798 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
12799         Log: Metaconfig unit change for 10624.
12800      Branch: metaconfig
12801            ! U/modified/libc.U
12802      Branch: perl
12803            ! config_h.SH
12804 ____________________________________________________________________________
12805 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
12806         Log: Move the initialization of libnames to the beginning so
12807              that can one 'seed' it (as OS/2 does.)
12808      Branch: perl
12809            ! Configure
12810 ____________________________________________________________________________
12811 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
12812         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
12813              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12814              Date: Fri, 15 Jun 2001 19:10:57 -0400
12815              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
12816      Branch: perl
12817            ! os2/OS2/REXX/DLL/DLL.pm
12818 ____________________________________________________________________________
12819 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
12820         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
12821              From: "Craig A. Berry" <craigberry@mac.com>
12822              Date: Fri, 15 Jun 2001 17:00:03 -0500
12823              Message-Id: <a05101007b750342599be@[172.16.52.1]>
12824      Branch: perl
12825            ! vms/descrip_mms.template
12826 ____________________________________________________________________________
12827 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
12828         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
12829              From: "Craig A. Berry" <craigberry@mac.com>
12830              Date: Fri, 15 Jun 2001 18:39:42 -0500
12831              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
12832      Branch: perl
12833            ! lib/File/Spec/VMS.pm t/lib/extutils.t
12834 ____________________________________________________________________________
12835 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
12836         Log: Integrate perlio.
12837      Branch: perl
12838           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
12839           !> t/io/utf8.t t/lib/io_scalar.t
12840 ____________________________________________________________________________
12841 [ 10619] By: nick                                  on 2001/06/15  21:05:19
12842         Log: Generated files
12843      Branch: perlio
12844            ! embed.h proto.h
12845 ____________________________________________________________________________
12846 [ 10618] By: nick                                  on 2001/06/15  20:27:42
12847         Log: Fix open.pm to work via XS-implemented method calls rather
12848              than *open::layers variables which caused all the HV/AV hassle.
12849      Branch: perlio
12850            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
12851            ! t/lib/io_scalar.t
12852 ____________________________________________________________________________
12853 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
12854         Log: Integrate perlio.
12855      Branch: perl
12856           !> lib/ExtUtils/Constant.pm
12857 ____________________________________________________________________________
12858 [ 10616] By: nick                                  on 2001/06/15  18:46:47
12859         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
12860      Branch: perlio
12861            ! lib/ExtUtils/Constant.pm
12862 ____________________________________________________________________________
12863 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
12864         Log: Integrate perlio.
12865      Branch: perl
12866           !> ext/Socket/Socket.xs
12867 ____________________________________________________________________________
12868 [ 10614] By: nick                                  on 2001/06/15  18:33:37
12869         Log: MULTIPLICITY fix for Socket.xs
12870      Branch: perlio
12871            ! ext/Socket/Socket.xs
12872 ____________________________________________________________________________
12873 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
12874         Log: Subject: Re: perl@10611
12875              From: Doug MacEachern <dougm@covalent.net>
12876              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
12877              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
12878      Branch: perl
12879            ! ext/Socket/Socket.xs
12880 ____________________________________________________________________________
12881 [ 10612] By: nick                                  on 2001/06/15  16:14:38
12882         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
12883      Branch: perlio
12884           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
12885           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
12886           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
12887           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
12888           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
12889           !> utils/h2ph.PL
12890 ____________________________________________________________________________
12891 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
12892         Log: Update Changes.
12893      Branch: perl
12894            ! Changes patchlevel.h
12895 ____________________________________________________________________________
12896 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
12897         Log: Upping the test count.
12898      Branch: perl
12899            ! t/lib/filefind.t
12900 ____________________________________________________________________________
12901 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
12902         Log: Integrate perlio.
12903      Branch: perl
12904           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12905 ____________________________________________________________________________
12906 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
12907         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
12908              From: andreas.koenig@anima.de (Andreas J. Koenig)
12909              Date: 15 Jun 2001 13:30:39 +0200
12910              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
12911              
12912              Record the grim history.
12913      Branch: perl
12914            ! lib/File/Find.pm
12915 ____________________________________________________________________________
12916 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
12917         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
12918              From: Brian McCauley <nobull@mail.com>
12919              Date: 15 Jun 2001 07:51:26 +0100
12920              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
12921      Branch: perl
12922            ! lib/File/Find.pm t/lib/filefind.t
12923 ____________________________________________________________________________
12924 [ 10606] By: nick                                  on 2001/06/15  14:00:08
12925         Log: regen_config_h for Win32.
12926      Branch: perlio
12927            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12928 ____________________________________________________________________________
12929 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
12930         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
12931              From: Peter Prymmer <pvhp@forte.com>
12932              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
12933              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
12934      Branch: perl
12935            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
12936 ____________________________________________________________________________
12937 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
12938         Log: Some filesystems require writability for rename/unlink.
12939      Branch: perl
12940            ! opcode.pl
12941 ____________________________________________________________________________
12942 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
12943         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
12944              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
12945              Date: Fri, 15 Jun 2001 12:08:53 +0200
12946              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
12947      Branch: perl
12948            ! perlio.c
12949 ____________________________________________________________________________
12950 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
12951         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
12952              From: Mike Guy <mjtg@cam.ac.uk>
12953              Date: Fri, 15 Jun 2001 14:11:49 +0100
12954              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
12955      Branch: perl
12956            ! opcode.pl
12957 ____________________________________________________________________________
12958 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
12959         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
12960              From: Nicholas Clark <nick@ccl4.org>
12961              Date: Thu, 14 Jun 2001 23:52:56 +0100
12962              Message-ID: <20010614235256.G98663@plum.flirble.org>
12963      Branch: perl
12964            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
12965            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
12966 ____________________________________________________________________________
12967 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
12968         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
12969              From: Russ Allbery <rra@stanford.edu>
12970              Date: 14 Jun 2001 13:24:43 -0700
12971              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
12972      Branch: perl
12973            ! ext/GDBM_File/GDBM_File.pm
12974 ____________________________________________________________________________
12975 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
12976         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
12977              From: Nicholas Clark <nick@ccl4.org>
12978              Date: Thu, 14 Jun 2001 20:37:47 +0100
12979              Message-ID: <20010614203747.F98663@plum.flirble.org>
12980      Branch: perl
12981            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
12982            ! t/lib/gdbm.t
12983 ____________________________________________________________________________
12984 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
12985         Log: Integrate perlio.
12986      Branch: perl
12987           !> makedef.pl sv.c
12988 ____________________________________________________________________________
12989 [ 10597] By: nick                                  on 2001/06/15  11:08:13
12990         Log: Check that HVs with HvNAME() != NULL are really stashes before
12991              treating them as such. Also be more defensive on the GvCV.
12992              Win32 fork and dprof now working again. 
12993      Branch: perlio
12994            ! sv.c
12995 ____________________________________________________________________________
12996 [ 10596] By: nick                                  on 2001/06/15  10:11:20
12997         Log: Integrate mainline.
12998      Branch: perlio
12999           +> Cross/README
13000           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
13001           !> Porting/config_H config_h.SH configure.com epoc/config.sh
13002           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
13003           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13004           !> vos/config.ga.h win32/config.bc win32/config.gc
13005           !> win32/config.vc win32/config_H.bc win32/config_H.gc
13006           !> win32/config_H.vc
13007 ____________________________________________________________________________
13008 [ 10595] By: nick                                  on 2001/06/15  09:37:17
13009         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
13010              - Win32 (VC++) now builds but fails:
13011              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
13012              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
13013              write.t    - open(...,"|-") not implemented on Win32 
13014      Branch: perlio
13015            ! makedef.pl
13016 ____________________________________________________________________________
13017 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
13018         Log: Integrate perlio.
13019      Branch: perl
13020           !> perlio.c win32/makefile.mk
13021 ____________________________________________________________________________
13022 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
13023         Log: Metaconfig unit changes for #10592.
13024      Branch: metaconfig
13025            + U/modified/i_varhdr.U U/modified/startsh.U
13026            - U/a_dvisory/crosscompile.U U/target/Target.U
13027            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
13028            ! U/compline/bitpbyte.U U/compline/byteorder.U
13029            ! U/compline/ccflags.U U/compline/charsize.U
13030            ! U/compline/d_casti32.U U/compline/d_castneg.U
13031            ! U/compline/d_closedir.U U/compline/d_fd_set.U
13032            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
13033            ! U/compline/d_keepsig.U U/compline/d_open3.U
13034            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
13035            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
13036            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
13037            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
13038            ! U/compline/doublesize.U U/compline/floatsize.U
13039            ! U/compline/nblock_io.U U/compline/orderlib.U
13040            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
13041            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
13042            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
13043            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
13044            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
13045            ! U/modified/spitshell.U U/threads/archname.U
13046            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
13047            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
13048            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
13049            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
13050            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
13051      Branch: metaconfig/U/perl
13052            + Cross.U
13053            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
13054            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
13055            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
13056            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
13057            ! stdio_streams.U uselfs.U
13058 ____________________________________________________________________________
13059 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
13060         Log: The first steps towards cross-compilation.
13061              
13062              Abstract execution of compiled test executables with $run,
13063              and abstract transfer of files with $to and $from.
13064              
13065              Under cross-compilation the $run, $to, and $from will point
13066              to appropriate wrapper scripts, by default ssh and scp,
13067              but also rsh, rcp, and cp are supported.  If not
13068              cross-compiling, they will be set to '', ':', and ':',
13069              respectively.
13070              
13071              With these patches I was able to get Configure for
13072              iPAQ ARM Linux on an Intel Linux about 95% right
13073              (only a few tests failed to execute or they produced
13074              incorrect results), and I was able to compile
13075              a functional miniperl.
13076              
13077              The symbol crosscompile renamed to be usecrosscompile,
13078              the corresponding C symbol from CROSSCOMPILE to
13079              USE_CROSS_COMPILE.
13080      Branch: perl
13081            ! Configure Cross/README Makefile.SH Porting/Glossary
13082            ! Porting/config.sh Porting/config_H config_h.SH configure.com
13083            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
13084            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
13085            ! vos/config.ga.def vos/config.ga.h win32/config.bc
13086            ! win32/config.gc win32/config.vc win32/config_H.bc
13087            ! win32/config_H.gc win32/config_H.vc
13088 ____________________________________________________________________________
13089 [ 10591] By: nick                                  on 2001/06/14  20:00:12
13090         Log: Steps along the road toward Win32 building again.
13091      Branch: perlio
13092            ! perlio.c win32/makefile.mk
13093 ____________________________________________________________________________
13094 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
13095         Log: Integrate perlio.
13096      Branch: perl
13097           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
13098 ____________________________________________________________________________
13099 [ 10589] By: nick                                  on 2001/06/14  13:54:07
13100         Log: Routine regen_config_h for Win32
13101      Branch: perlio
13102            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13103 ____________________________________________________________________________
13104 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
13105         Log: Integrate perlio.
13106      Branch: perl
13107           +> perlyline.pl
13108           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
13109 ____________________________________________________________________________
13110 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
13111         Log: A placeholder.
13112      Branch: perl
13113            + Cross/README
13114 ____________________________________________________________________________
13115 [ 10586] By: nick                                  on 2001/06/14  08:25:07
13116         Log: Add new step to run_byacc which:
13117              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
13118              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
13119      Branch: perlio
13120            + perlyline.pl
13121            ! MANIFEST Makefile.SH perly.c
13122 ____________________________________________________________________________
13123 [ 10585] By: nick                                  on 2001/06/14  08:22:29
13124         Log: Integrate mainline
13125      Branch: perlio
13126           +> locale.c numeric.c
13127           !> Changes cygwin/Makefile.SHs embed.h embed.pl
13128           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
13129           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
13130           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
13131           !> x2p/Makefile.SH
13132 ____________________________________________________________________________
13133 [ 10584] By: nick                                  on 2001/06/14  08:05:53
13134         Log: Hack to remove insecure directories from PATH so test will run.
13135      Branch: perlio
13136            ! t/lib/filefind.t
13137 ____________________________________________________________________________
13138 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
13139         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
13140      Branch: perl
13141            - t/lib/mbimbf.t
13142            ! MANIFEST
13143 ____________________________________________________________________________
13144 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
13145         Log: Detypo.
13146      Branch: perl
13147            ! x2p/Makefile.SH
13148 ____________________________________________________________________________
13149 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
13150         Log: de-$CONFIG continues.
13151      Branch: perl
13152            ! cygwin/Makefile.SHs x2p/Makefile.SH
13153 ____________________________________________________________________________
13154 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
13155         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
13156              From: Nicholas Clark <nick@ccl4.org>
13157              Date: Wed, 13 Jun 2001 21:20:13 +0100
13158              Message-ID: <20010613212013.D98663@plum.flirble.org>
13159      Branch: perl
13160            ! opcode.pl
13161 ____________________________________________________________________________
13162 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
13163         Log: Subject: splitting util.c
13164              From: Hugo <hv@crypt.compulink.co.uk>
13165              Date: Thu, 14 Jun 2001 00:41:08 +0100
13166              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
13167      Branch: perl
13168            + locale.c numeric.c
13169            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
13170            ! pod/perlapi.pod proto.h util.c
13171 ____________________________________________________________________________
13172 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
13173         Log: Upgrade to Math::BigInt 1.34 from Tels.
13174      Branch: perl
13175            + t/lib/mbimbf.t
13176            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
13177            ! t/lib/bigfltpm.t t/lib/bigintpm.t
13178 ____________________________________________________________________________
13179 [ 10577] By: nick                                  on 2001/06/13  19:02:48
13180         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
13181      Branch: perlio
13182           !> (integrate 125 files)
13183 ____________________________________________________________________________
13184 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
13185         Log: Update Changes.
13186      Branch: perl
13187            ! Changes patchlevel.h
13188 ____________________________________________________________________________
13189 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
13190         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
13191              From: "Craig A. Berry" <craigberry@mac.com>
13192              Date: Wed, 13 Jun 2001 13:24:28 -0500
13193              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
13194      Branch: perl
13195            ! ext/re/Makefile.PL
13196 ____________________________________________________________________________
13197 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
13198         Log: Mc.u.c. for #10573.
13199      Branch: metaconfig
13200            ! U/threads/usethreads.U
13201 ____________________________________________________________________________
13202 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
13203         Log: It would be also be good if I could type.
13204      Branch: perl
13205            ! Configure
13206 ____________________________________________________________________________
13207 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
13208         Log: Metaconfig unit change for #10571.
13209      Branch: metaconfig
13210            ! U/threads/usethreads.U
13211 ____________________________________________________________________________
13212 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
13213         Log: A non-empty default is a good thing.
13214      Branch: perl
13215            ! Configure
13216 ____________________________________________________________________________
13217 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
13218         Log: Metaconfig unit change for #10569.
13219      Branch: metaconfig
13220            ! U/threads/usethreads.U
13221 ____________________________________________________________________________
13222 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
13223         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
13224              extremely experimental, not even prompted for.
13225      Branch: perl
13226            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13227            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
13228            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
13229            ! win32/config.bc win32/config.gc win32/config.vc
13230 ____________________________________________________________________________
13231 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
13232         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
13233      Branch: perl
13234            ! pod/perlfaq6.pod
13235 ____________________________________________________________________________
13236 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
13237         Log: Integrate perlio; conflicts, accept Nick's versions.
13238      Branch: perl
13239           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
13240           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
13241 ____________________________________________________________________________
13242 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
13243         Log: Subject: Re: ext/ + -Wall
13244              From: Doug MacEachern <dougm@covalent.net>
13245              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
13246              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
13247      Branch: perl
13248            ! XSUB.h lib/ExtUtils/xsubpp perl.h
13249 ____________________________________________________________________________
13250 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
13251         Log: Similar logic as DB_File.xs, using the modern macros and
13252              defines them to older ones for older Perls where PERL_VERSION
13253              is not defined, from Doug MacEachern.
13254      Branch: perl
13255            ! ext/Storable/Storable.xs
13256 ____________________________________________________________________________
13257 [ 10564] By: nick                                  on 2001/06/13  15:22:01
13258         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
13259              and using that instead (name lookups are sequential search for now).
13260      Branch: perlio
13261            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
13262            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
13263 ____________________________________________________________________________
13264 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
13265         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
13266              From: "Richard Soderberg" <rs@crystalflame.net>
13267              Date: Sat, 26 May 2001 06:44:20 -0700
13268              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
13269      Branch: perl
13270            ! sv.c t/op/glob.t
13271 ____________________________________________________________________________
13272 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
13273         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
13274              From: "Craig A. Berry" <craigberry@mac.com>
13275              Date: Tue, 12 Jun 2001 23:55:26 -0500
13276              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
13277      Branch: perl
13278            ! ext/re/Makefile.PL ext/re/re.xs
13279 ____________________________________________________________________________
13280 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
13281         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
13282              suggested by NI-S.
13283      Branch: perl
13284            ! XSUB.h malloc.c perl.h
13285 ____________________________________________________________________________
13286 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
13287         Log: Regen toc.
13288      Branch: perl
13289            ! pod/perltoc.pod
13290 ____________________________________________________________________________
13291 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
13292         Log: Subject: [patch] perl.gprof control
13293              From: Doug MacEachern <dougm@covalent.net>
13294              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
13295              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
13296      Branch: perl
13297            ! miniperlmain.c perl.h
13298 ____________________________________________________________________________
13299 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
13300         Log: Subject: Re: ext/ + -Wall
13301              From: Doug MacEachern <dougm@covalent.net>
13302              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
13303              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
13304              
13305              Document ax and break up dXSARGS.
13306      Branch: perl
13307            ! XSUB.h pod/perlapi.pod
13308 ____________________________________________________________________________
13309 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
13310         Log: More AIX tweakage from Merijn.
13311      Branch: perl
13312            ! hints/aix.sh
13313 ____________________________________________________________________________
13314 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
13315         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
13316              From: "Craig A. Berry" <craigberry@mac.com>
13317              Date: Tue, 12 Jun 2001 22:57:45 -0500
13318              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
13319      Branch: perl
13320            ! vms/descrip_mms.template
13321 ____________________________________________________________________________
13322 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
13323         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
13324              From: "Craig A. Berry" <craigberry@mac.com>
13325              Date: Tue, 12 Jun 2001 22:21:39 -0500
13326              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
13327      Branch: perl
13328            ! configure.com util.c
13329 ____________________________________________________________________________
13330 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
13331         Log: New AIX dynaloading code from Jens-Uwe Mager.
13332              Does break binary compatibility.
13333      Branch: perl
13334            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
13335 ____________________________________________________________________________
13336 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
13337         Log: VMS DEC C compiler found nits by Peter Prymmer.
13338      Branch: perl
13339            ! util.c
13340 ____________________________________________________________________________
13341 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
13342         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
13343              From: Peter Prymmer <pvhp@forte.com>
13344              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
13345              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
13346      Branch: perl
13347            ! t/lib/filecomp.t
13348 ____________________________________________________________________________
13349 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
13350         Log: I wonder how many $CONFIGs still lurk in the shadows.
13351      Branch: perl
13352            ! pod/Makefile.SH x2p/cflags.SH
13353 ____________________________________________________________________________
13354 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
13355         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
13356      Branch: perl
13357            ! pod/checkpods.PL
13358 ____________________________________________________________________________
13359 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
13360         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
13361      Branch: perl
13362            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
13363 ____________________________________________________________________________
13364 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
13365         Log: Subject: [patch] rid local_patches warnings
13366              From: Doug MacEachern <dougm@covalent.net>
13367              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
13368              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
13369      Branch: perl
13370            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
13371 ____________________________________________________________________________
13372 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
13373         Log: Subject: Re: ext/ + -Wall
13374              From: Doug MacEachern <dougm@covalent.net>
13375              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
13376              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
13377      Branch: perl
13378            ! ext/attrs/attrs.xs
13379 ____________________________________________________________________________
13380 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
13381         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
13382              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13383              Date: Tue, 12 Jun 2001 14:36:20 -0400
13384              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
13385      Branch: perl
13386            ! pod/perlretut.pod
13387 ____________________________________________________________________________
13388 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
13389         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
13390              From: Mike Guy <mjtg@cam.ac.uk>
13391              Date: Tue, 12 Jun 2001 19:10:31 +0100
13392              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
13393              
13394              Subject: Re: [ID 20010612.001] out of memory during regex compilation
13395              From: Mike Guy <mjtg@cam.ac.uk>
13396              Date: Tue, 12 Jun 2001 19:21:01 +0100
13397              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
13398      Branch: perl
13399            ! pod/perlop.pod
13400 ____________________________________________________________________________
13401 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
13402         Log: AIX tweaks from Merijn H. Brand.
13403      Branch: perl
13404            ! hints/aix.sh
13405 ____________________________________________________________________________
13406 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
13407         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
13408              From: "Brendan O'Dea" <bod@compusol.com.au>
13409              Date: Wed, 13 Jun 2001 05:16:47 +1000
13410              Message-ID: <20010613051647.A8945@compusol.com.au>
13411      Branch: maint-5.6/perl
13412            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
13413 ____________________________________________________________________________
13414 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
13415         Log: Subject: Small bcopy cleanup
13416              From: Andy Dougherty <doughera@lafayette.edu>
13417              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
13418              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
13419      Branch: perl
13420            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
13421 ____________________________________________________________________________
13422 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
13423         Log: Subject: [PATCH] Re: ext/ + -Wall
13424              From: Nicholas Clark <nick@ccl4.org>
13425              Date: Wed, 13 Jun 2001 00:04:30 +0100
13426              Message-ID: <20010613000430.M5901@plum.flirble.org>
13427      Branch: perl
13428            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
13429 ____________________________________________________________________________
13430 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
13431         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
13432              From: Nicholas Clark <nick@ccl4.org>
13433              Date: Tue, 12 Jun 2001 23:53:07 +0100
13434              Message-ID: <20010612235307.L5901@plum.flirble.org>
13435      Branch: perl
13436            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
13437 ____________________________________________________________________________
13438 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
13439         Log: MPE/iX tweaks from Mark Bixby.
13440      Branch: perl
13441            ! hints/mpeix.sh mpeix/mpeixish.h util.c
13442 ____________________________________________________________________________
13443 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
13444         Log: Update Changes.
13445      Branch: perl
13446            ! Changes patchlevel.h
13447 ____________________________________________________________________________
13448 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
13449         Log: One less -Wall whine (found under DEBUGGING).
13450      Branch: perl
13451            ! x2p/Makefile.SH x2p/a2p.c
13452 ____________________________________________________________________________
13453 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
13454         Log: s/case-independent/case-insensitive/g
13455      Branch: perl
13456            ! pod/perldebug.pod
13457 ____________________________________________________________________________
13458 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
13459         Log: As suggested in    
13460              
13461              Subject: Re: ext/ + -Wall
13462              From: Gurusamy Sarathy <gsar@ActiveState.com>
13463              Date: Mon, 11 Jun 2001 23:34:31 -0700
13464              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
13465      Branch: perl
13466            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
13467            ! perl.h
13468 ____________________________________________________________________________
13469 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
13470         Log: Subject: ext/ + -Wall
13471              From: Doug MacEachern <dougm@covalent.net>
13472              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
13473              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
13474      Branch: perl
13475            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
13476            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
13477            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
13478            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
13479            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
13480            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
13481            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
13482            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
13483            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
13484            ! lib/ExtUtils/xsubpp
13485 ____________________________________________________________________________
13486 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
13487         Log: Subject: [PATCH] anonymous stashes
13488              From: Abhijit Menon-Sen <ams@wiw.org>
13489              Date: Tue, 12 Jun 2001 12:47:04 +0530
13490              Message-ID: <20010612124704.A29029@lustre.linux.in>
13491      Branch: perl
13492            ! dump.c gv.c sv.c xsutils.c
13493 ____________________________________________________________________________
13494 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
13495         Log: One more test for $^S.
13496      Branch: perl
13497            ! t/op/magic.t
13498 ____________________________________________________________________________
13499 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
13500         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
13501              From: Abhijit Menon-Sen <ams@wiw.org>
13502              Date: Tue, 12 Jun 2001 17:35:55 +0530
13503              Message-ID: <20010612173555.A32426@lustre.linux.in>
13504      Branch: perl
13505            ! mg.c t/op/magic.t
13506 ____________________________________________________________________________
13507 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
13508         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
13509              From: Mike Guy <mjtg@cam.ac.uk>
13510              Date: Tue, 12 Jun 2001 13:14:15 +0100
13511              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
13512      Branch: perl
13513            ! pod/perlop.pod
13514 ____________________________________________________________________________
13515 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
13516         Log: AUTHORS updates.
13517      Branch: perl
13518            ! AUTHORS
13519 ____________________________________________________________________________
13520 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
13521         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
13522              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
13523              Content-Transfer-Encoding: 7bit
13524              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
13525      Branch: perl
13526            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
13527 ____________________________________________________________________________
13528 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
13529         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
13530              From: "Philip Newton" <Philip.Newton@gmx.net>
13531              Date: Mon, 11 Jun 2001 07:08:03 +0200
13532              Message-Id: <200106120802.LAA08992@taas.iki.fi>
13533      Branch: perl
13534            ! t/base/term.t
13535 ____________________________________________________________________________
13536 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
13537         Log: Cleanup the a2p.c for -Wall.
13538      Branch: perl
13539            ! x2p/Makefile.SH x2p/a2p.c
13540 ____________________________________________________________________________
13541 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
13542         Log: File::Find update for MacOS from Chris Nandor.
13543      Branch: perl
13544            ! lib/File/Find.pm t/lib/filefind.t
13545 ____________________________________________________________________________
13546 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
13547         Log: gcc -Wall nits picked out by a non-UNIX system
13548              (courtesy of Mark Bixby)
13549      Branch: perl
13550            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
13551            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
13552            ! pp_sys.c util.c
13553 ____________________________________________________________________________
13554 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
13555         Log: Metaconfig unit change for #10522.  (The d_modfl changes
13556              placate metalint.)
13557      Branch: metaconfig/U/perl
13558            ! d_modfl.U d_u32align.U
13559 ____________________________________________________________________________
13560 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
13561         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
13562              be "./try 2>&1 >/dev/null".
13563      Branch: perl
13564            ! Configure
13565 ____________________________________________________________________________
13566 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
13567         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
13568              From: "Craig A. Berry" <craigberry@mac.com>
13569              Date: Mon, 11 Jun 2001 14:00:32 -0500
13570              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
13571      Branch: perl
13572            ! configure.com
13573 ____________________________________________________________________________
13574 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
13575         Log: Move the full \p\P lists to perlunicode.
13576      Branch: perl
13577            ! pod/perlretut.pod pod/perlunicode.pod
13578 ____________________________________________________________________________
13579 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
13580         Log: VOS build tweak for 5.6.1 from Paul Green.
13581      Branch: maint-5.6/perl
13582            ! vos/build.cm
13583 ____________________________________________________________________________
13584 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
13585         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
13586              From: "Craig A. Berry" <craigberry@mac.com>
13587              Date: Fri, 8 Jun 2001 18:08:18 -0500
13588              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
13589      Branch: perl
13590            ! vms/vms.c
13591 ____________________________________________________________________________
13592 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
13593         Log: Update Changes.
13594      Branch: perl
13595            ! Changes patchlevel.h
13596 ____________________________________________________________________________
13597 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
13598         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
13599      Branch: perl
13600            ! vos/config.alpha.h vos/config.ga.h
13601 ____________________________________________________________________________
13602 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
13603         Log: VOS updates from Paul Green for @10476.
13604      Branch: perl
13605            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
13606            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13607            ! vos/config.ga.h vos/configure_perl.cm
13608 ____________________________________________________________________________
13609 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
13610         Log: Subject: [PATCH] Not many people know this ...
13611              From: Mike Guy <mjtg@cam.ac.uk>
13612              Date: Mon, 11 Jun 2001 14:55:15 +0100
13613              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
13614      Branch: perl
13615            ! pod/perldebug.pod
13616 ____________________________________________________________________________
13617 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
13618         Log: Add final commas to lists as suggested by Philip Newton.
13619      Branch: perl
13620            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
13621 ____________________________________________________________________________
13622 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
13623         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
13624              Date: Sun, 10 Jun 2001 23:35:38 -0400
13625              From: Chris Nandor <pudge@pobox.com>
13626              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
13627      Branch: perl
13628            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
13629            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
13630            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
13631            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
13632            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
13633            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
13634            ! t/op/write.t t/pragma/strict.t
13635 ____________________________________________________________________________
13636 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
13637         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
13638              From: Chris Nandor <pudge@pobox.com>
13639              Date: Mon, 11 Jun 2001 08:24:28 -0400
13640              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
13641      Branch: perl
13642            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
13643            ! t/lib/io_dir.t
13644 ____________________________________________________________________________
13645 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
13646         Log: One more run_byacc (a hand-tweaked version had slipped in).
13647      Branch: perl
13648            ! perly.c vms/perly_c.vms
13649 ____________________________________________________________________________
13650 [ 10509] By: nick                                  on 2001/06/11  07:49:15
13651         Log: Integrate mainline
13652      Branch: perlio
13653           !> Makefile.SH embed.h embed.pl global.sym
13654           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
13655           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
13656           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
13657           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
13658 ____________________________________________________________________________
13659 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
13660         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
13661              From: Mike Guy <mjtg@cam.ac.uk>
13662              Reply-To: mjtg@cam.ac.uk
13663              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
13664      Branch: perl
13665            ! lib/ExtUtils/Manifest.pm
13666 ____________________________________________________________________________
13667 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
13668         Log: Subject: [PATCH] ExtUtils::Constant
13669              From: Nicholas Clark <nick@ccl4.org>
13670              Date: Sun, 10 Jun 2001 23:25:41 +0100
13671              Message-ID: <20010610232540.C76396@plum.flirble.org>
13672      Branch: perl
13673            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
13674 ____________________________________________________________________________
13675 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
13676         Log: Integrate perlio.
13677      Branch: perl
13678           !> iperlsys.h
13679 ____________________________________________________________________________
13680 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
13681         Log: Move the grok_number and its lieutenant grok_numeric_radix
13682              from sv.c statics to util.c and public.
13683      Branch: perl
13684            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
13685            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
13686 ____________________________________________________________________________
13687 [ 10504] By: nick                                  on 2001/06/10  17:47:06
13688         Log: Fix (valid) -Wall warnings in perlio.c
13689      Branch: perlio
13690            ! iperlsys.h
13691 ____________________________________________________________________________
13692 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
13693         Log: Update perly_c.diff, update perly.fixer to edit away
13694              some of the -Wall noise.
13695      Branch: perl
13696            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
13697 ____________________________________________________________________________
13698 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
13699         Log: Check the version of byacc.
13700      Branch: perl
13701            ! Makefile.SH
13702 ____________________________________________________________________________
13703 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
13704         Log: Subject: [PATCH] perly.y overhaul
13705              From: Simon Cozens <simon@netthink.co.uk>
13706              Date: Sun, 10 Jun 2001 16:56:54 +0100
13707              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
13708              
13709              Plus make run_byacc.
13710      Branch: perl
13711            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
13712 ____________________________________________________________________________
13713 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
13714         Log: Integrate perlio.
13715      Branch: perl
13716           !> perlio.c perlsfio.h
13717 ____________________________________________________________________________
13718 [ 10499] By: nick                                  on 2001/06/10  15:01:08
13719         Log: Integrate mainline
13720      Branch: perlio
13721           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
13722           !> t/pragma/locale.t util.c
13723 ____________________________________________________________________________
13724 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
13725         Log: Put some meat on the perl572delta bones.  The list of
13726              selected bug fixes needs more work, as does still the
13727              whole document.
13728      Branch: perl
13729            ! pod/perl572delta.pod
13730 ____________________________________________________________________________
13731 [ 10497] By: nick                                  on 2001/06/10  12:27:51
13732         Log: Paper over a crack or two with USE_SFIO
13733      Branch: perlio
13734            ! perlio.c perlsfio.h
13735 ____________________________________________________________________________
13736 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
13737         Log: Update Changes.
13738      Branch: perl
13739            ! Changes patchlevel.h
13740 ____________________________________________________________________________
13741 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
13742         Log: Subject: Re: pragma/locale.t #107
13743              From: Hugo <hv@crypt.compulink.co.uk>
13744              Date: Sun, 10 Jun 2001 11:23:30 +0100
13745              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
13746              
13747              Encapsulate the scan of the decimal radix separator.
13748      Branch: perl
13749            ! embed.h embed.pl proto.h sv.c
13750 ____________________________________________________________________________
13751 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
13752         Log: Try to grok numbers both with the locale specific separator
13753              and with the usual "." (if different from the lss); add a test
13754              to locale.t to do also a little bit of math in addition to just
13755              equalness testing; remove extraneous logic as suggested in
13756              
13757              Subject: Re: pragma/locale.t #107
13758              From: Nicholas Clark <nick@ccl4.org>
13759              Date: Sat, 9 Jun 2001 22:37:36 +0100
13760              Message-ID: <20010609223735.Y76396@plum.flirble.org>
13761      Branch: perl
13762            ! sv.c t/pragma/locale.t
13763 ____________________________________________________________________________
13764 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
13765         Log: Metaconfig unit change for #10492.
13766      Branch: metaconfig/U/perl
13767            ! Extensions.U
13768 ____________________________________________________________________________
13769 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
13770         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
13771              From: Artur Bergman <artur@contiller.se> 
13772              Date: Sat, 09 Jun 2001 21:03:51 +0200
13773              Message-ID: <B7483FB6.1398%artur@contiller.se>
13774      Branch: perl
13775            ! Configure
13776 ____________________________________________________________________________
13777 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
13778         Log: Integrate perlio.
13779      Branch: perl
13780           !> perlsfio.h
13781 ____________________________________________________________________________
13782 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
13783         Log: Do locale specific separator if only in locale.
13784      Branch: perl
13785            ! util.c
13786 ____________________________________________________________________________
13787 [ 10489] By: nick                                  on 2001/06/09  19:13:25
13788         Log: Make XS/Typemap compile (but fail) with sfio
13789      Branch: perlio
13790            ! perlsfio.h
13791 ____________________________________________________________________________
13792 [ 10488] By: nick                                  on 2001/06/09  19:12:51
13793         Log: Re-integrate mainline
13794      Branch: perlio
13795           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
13796           !> proto.h sv.c util.c
13797 ____________________________________________________________________________
13798 [ 10487] By: nick                                  on 2001/06/09  16:26:29
13799         Log: Integrate mainline
13800      Branch: perlio
13801           !> (integrate 31 files)
13802 ____________________________________________________________________________
13803 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
13804         Log: Subject: [PATCH] New attempt to clone callack
13805              From: Artur Bergman <artur@contiller.se> 
13806              Date: Thu, 07 Jun 2001 11:52:16 +0200
13807              Message-ID: <B7451B6F.12B7%artur@contiller.se>
13808      Branch: perl
13809            ! embedvar.h intrpvar.h perlapi.h sv.c
13810 ____________________________________________________________________________
13811 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
13812         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
13813      Branch: perl
13814            ! embed.h embed.pl perl.h proto.h sv.c util.c
13815 ____________________________________________________________________________
13816 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
13817         Log: Subject: Re: pragma/locale.t #107
13818              From: Nicholas Clark <nick@ccl4.org>
13819              Date: Sat, 9 Jun 2001 16:26:10 +0100
13820              Message-ID: <20010609162609.V76396@plum.flirble.org>
13821              
13822              A missing NVification.
13823      Branch: perl
13824            ! sv.c
13825 ____________________________________________________________________________
13826 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
13827         Log: Redo the #10482, there already was a test script for formats.
13828      Branch: perl
13829            - t/io/format.t
13830            ! MANIFEST t/op/write.t
13831 ____________________________________________________________________________
13832 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
13833         Log: Twisted format testing, from Merijn.
13834      Branch: perl
13835            + t/io/format.t
13836            ! MANIFEST
13837 ____________________________________________________________________________
13838 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
13839         Log: More \p{In...} testing, combined with \N{...}.
13840      Branch: perl
13841            ! lib/utf8_heavy.pl t/op/pat.t
13842 ____________________________________________________________________________
13843 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
13844         Log: Metaconfig changes for #10479.
13845      Branch: metaconfig
13846            ! U/Glossary.patch
13847      Branch: metaconfig/U/perl
13848            ! d_modfl.U
13849 ____________________________________________________________________________
13850 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
13851         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
13852      Branch: perl
13853            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13854            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
13855            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
13856            ! win32/config.bc win32/config.gc win32/config.vc
13857 ____________________________________________________________________________
13858 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
13859         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
13860              From: "Craig A. Berry" <craigberry@mac.com>
13861              Date: Thu, 7 Jun 2001 14:27:20 -0500
13862              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
13863      Branch: perl
13864            ! vms/perlvms.pod
13865 ____________________________________________________________________________
13866 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
13867         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
13868              From: Gisle Aas <gisle@ActiveState.com>
13869              Date: 07 Jun 2001 17:04:29 -0700
13870              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
13871      Branch: perl
13872            ! ext/re/re.xs
13873 ____________________________________________________________________________
13874 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
13875         Log: Update Changes.
13876      Branch: perl
13877            ! Changes patchlevel.h
13878 ____________________________________________________________________________
13879 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
13880         Log: Regen Glossary et alia.
13881      Branch: perl
13882            ! Porting/Glossary Porting/config.sh Porting/config_H
13883 ____________________________________________________________________________
13884 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
13885         Log: Metaconfig unit changes for #10473.
13886      Branch: metaconfig/U/perl
13887            ! d_modfl.U
13888 ____________________________________________________________________________
13889 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
13890         Log: Harumph, also AIX will spill its guts (i.e. dump core)
13891              if an executable contains modfl() but it hasn't been
13892              compiled right (in the case of AIX, with cc -qlongdouble).
13893      Branch: perl
13894            ! Configure
13895 ____________________________________________________________________________
13896 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
13897         Log: integrate change#10471 from mainline
13898              
13899              in change#10451, check that CvOUTSIDE is a CV before looking in
13900              (it can apparently be SVt_NULL during global destruction)
13901      Branch: maint-5.6/perl
13902           !> op.c
13903 ____________________________________________________________________________
13904 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
13905         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
13906              (it can apparently be SVt_NULL during global destruction)
13907      Branch: perl
13908            ! op.c
13909 ____________________________________________________________________________
13910 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
13911         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
13912              From: Robin Barker <rmb1@cise.npl.co.uk>
13913              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
13914              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
13915      Branch: perl
13916            ! lib/diagnostics.pm pod/perldiag.pod
13917 ____________________________________________________________________________
13918 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
13919         Log: Subject: [PATCH perl@10439] long =item
13920              From: Robin Barker <rmb1@cise.npl.co.uk>
13921              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
13922              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
13923      Branch: perl
13924            ! README.amiga lib/Attribute/Handlers.pm
13925            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
13926 ____________________________________________________________________________
13927 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
13928         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
13929              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
13930              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
13931              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
13932      Branch: perl
13933            ! pod/perlguts.pod
13934 ____________________________________________________________________________
13935 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
13936         Log: Integrate perlio.
13937      Branch: perl
13938           !> sv.c
13939 ____________________________________________________________________________
13940 [ 10466] By: nick                                  on 2001/06/07  10:25:40
13941         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
13942              whitespace tweaks.
13943              Still coredumps in pragma/overload.t - what a nice hard fail that is...
13944      Branch: perlio
13945            ! sv.c
13946 ____________________________________________________________________________
13947 [ 10465] By: nick                                  on 2001/06/07  08:41:58
13948         Log: Raw integrate of mainline for S_grok_number debug
13949              (sv.c has MULTIPLICITY issues as well as whatever else ...)
13950      Branch: perlio
13951            - plan9/perlplan9.doc plan9/perlplan9.pod
13952           !> (integrate 46 files)
13953 ____________________________________________________________________________
13954 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
13955         Log: The proper prototyping for #10463.
13956      Branch: perl
13957            ! embed.h embed.pl proto.h sv.c
13958 ____________________________________________________________________________
13959 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
13960         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
13961              From: Nicholas Clark <nick@ccl4.org>
13962              Date: Thu, 7 Jun 2001 00:29:59 +0100
13963              Message-ID: <20010607002959.Z76396@plum.flirble.org>
13964      Branch: perl
13965            ! sv.c
13966 ____________________________________________________________________________
13967 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
13968         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
13969              From: "Craig A. Berry" <craigberry@mac.com>
13970              Date: Wed, 06 Jun 2001 17:54:30 -0500
13971              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
13972      Branch: perl
13973            ! vms/perlvms.pod
13974 ____________________________________________________________________________
13975 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
13976         Log: Podify the remaining README.platform files;
13977              merge README.plan9 and plan9/perlplan9.pod;
13978              delete plan9/perlplan9.* (the perlplan.doc needs to
13979              be regenerated in Plan 9); make the =head1 and =head2
13980              in the README.platform to be a little more verbose
13981              (skipped README.os2 not to anger Ilya) so that they
13982              look better in the toc; regen toc.
13983      Branch: perl
13984            - plan9/perlplan9.doc plan9/perlplan9.pod
13985            ! MANIFEST README.aix README.amiga README.apollo README.beos
13986            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
13987            ! README.hpux README.hurd README.machten README.macos
13988            ! README.micro README.mint README.mpeix README.os390
13989            ! README.plan9 README.qnx README.solaris README.threads
13990            ! README.tru64 README.vmesa README.vms README.vos README.win32
13991            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
13992            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
13993 ____________________________________________________________________________
13994 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
13995         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
13996              From: Mike Guy <mjtg@cam.ac.uk>
13997              Reply-To: mjtg@cam.ac.uk
13998              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
13999      Branch: perl
14000            ! pod/perlguts.pod
14001 ____________________________________________________________________________
14002 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
14003         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
14004              From: Mike Guy <mjtg@cam.ac.uk>
14005              Reply-To: mjtg@cam.ac.uk
14006              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
14007      Branch: perl
14008            ! pod/perlsec.pod
14009 ____________________________________________________________________________
14010 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
14011         Log: Disable long doubles from pre-5.0 Tru64s.
14012      Branch: perl
14013            ! README.tru64 hints/dec_osf.sh
14014 ____________________________________________________________________________
14015 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
14016         Log: The #10455 exposed that modfl() is fundamentally busted
14017              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
14018              testing it.
14019      Branch: perl
14020            ! hints/dec_osf.sh
14021 ____________________________________________________________________________
14022 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
14023         Log: Metaconfig unit change for #10455.
14024      Branch: metaconfig/U/perl
14025            ! d_modfl.U
14026 ____________________________________________________________________________
14027 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
14028         Log: Configure check for geborken modfl(), inspired by
14029              
14030              Subject: Re: [20010118.017] op/int.t failure 
14031              From: Hugo <hv@crypt.compulink.co.uk>
14032              Date: Tue, 05 Jun 2001 13:43:27 +0100
14033              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
14034      Branch: perl
14035            ! Configure
14036 ____________________________________________________________________________
14037 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
14038         Log: Integrate changes #10450 and #10451 from maintperl:
14039              
14040              optimize change#10448 slightly (don't repeat search in eval""s lexical
14041              scope, since that has already been searched)
14042              
14043              change#9108 needs subtler treatment for case of closures created
14044              within eval""
14045      Branch: perl
14046           !> op.c t/op/misc.t
14047 ____________________________________________________________________________
14048 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
14049         Log: MakeMaker magic to compile (when no dynamic loading)
14050              List/Util.xsc as (ListUtil.c and) ListUtil.o since
14051              POSIX-BC (BS2000) linker has an evil limitation of
14052              being unable to include in the same executable several
14053              object files with the same name - case-insensitively -
14054              because otherwise we conflict with util.c.
14055              Strictly speaking currently required only in POSIX-BC
14056              but probably will do no harm elsewhere where static
14057              linking is required.
14058      Branch: perl
14059            ! ext/List/Util/Makefile.PL
14060 ____________________________________________________________________________
14061 [ 10452] By: nick                                  on 2001/06/06  08:59:51
14062         Log: Integrate mainline.
14063      Branch: perlio
14064           +> lib/Attribute/Handlers/demo/Demo.pm
14065           +> lib/Attribute/Handlers/demo/Descriptions.pm
14066           +> lib/Attribute/Handlers/demo/MyClass.pm
14067           +> lib/Attribute/Handlers/demo/demo.pl
14068           +> lib/Attribute/Handlers/demo/demo2.pl
14069           +> lib/Attribute/Handlers/demo/demo3.pl
14070           +> lib/Attribute/Handlers/demo/demo4.pl
14071           +> lib/Attribute/Handlers/demo/demo_call.pl
14072           +> lib/Attribute/Handlers/demo/demo_chain.pl
14073           +> lib/Attribute/Handlers/demo/demo_cycle.pl
14074           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
14075           +> lib/Attribute/Handlers/demo/demo_phases.pl
14076           +> lib/Attribute/Handlers/demo/demo_range.pl
14077           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
14078           +> uts/strtol_wrap.c
14079           !> (integrate 91 files)
14080 ____________________________________________________________________________
14081 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
14082         Log: change#9108 needs subtler treatment for case of closures created
14083              within eval""
14084      Branch: maint-5.6/perl
14085            ! op.c t/op/misc.t
14086 ____________________________________________________________________________
14087 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
14088         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
14089              scope, since that has already been searched)
14090      Branch: maint-5.6/perl
14091            ! op.c
14092 ____________________________________________________________________________
14093 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
14094         Log: Integrate change #10448 from maintperl; lexicals
14095              outside an eval"" weren't resolved correctly inside a subroutine
14096              definition inside the eval"" if they were not already referenced
14097              in the toplevel of the eval""-ed code
14098      Branch: perl
14099           !> cop.h op.c pp_ctl.c t/op/misc.t
14100 ____________________________________________________________________________
14101 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
14102         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
14103              outside an eval"" weren't resolved correctly inside a subroutine
14104              definition inside the eval"" if they were not already referenced
14105              in the toplevel of the eval""-ed code
14106      Branch: maint-5.6/perl
14107            ! cop.h op.c pp_ctl.c t/op/misc.t
14108 ____________________________________________________________________________
14109 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
14110         Log: Subject: [PATCH] perl570delta.pod
14111              From: Peter Scott <Peter@PSDT.com> 
14112              Date: Tue, 05 Jun 2001 18:51:02 -0700
14113              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
14114      Branch: perl
14115            ! pod/perl570delta.pod
14116 ____________________________________________________________________________
14117 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
14118         Log: The fudge factor is no more needed.  I hope.
14119      Branch: perl
14120            ! t/lib/posix.t
14121 ____________________________________________________________________________
14122 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
14123         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
14124              From: Hugo <hv@crypt.compulink.co.uk>
14125              Date: Tue, 05 Jun 2001 12:58:19 +0100
14126              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
14127      Branch: perl
14128            ! util.c
14129 ____________________________________________________________________________
14130 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
14131         Log: Make up prototypes only for those who have the functions
14132              but not the prototypes.
14133      Branch: perl
14134            ! perl.h
14135 ____________________________________________________________________________
14136 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
14137         Log: Subject: Re: Not OK: perl@10439 on win32 
14138              From: Prymmer/Kahn <pvhp@best.com> 
14139              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
14140              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
14141      Branch: perl
14142            ! perl.h util.c
14143 ____________________________________________________________________________
14144 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
14145         Log: The metaconfig units changes for #10441.
14146      Branch: metaconfig
14147            ! U/modified/Extract.U U/modified/Extractall.U
14148            ! U/modified/Finish.U
14149 ____________________________________________________________________________
14150 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
14151         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
14152      Branch: perl
14153            ! Configure
14154 ____________________________________________________________________________
14155 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
14156         Log: Unnecessary fuzziness undone, noted by Mike Guy.
14157      Branch: perl
14158            ! t/op/tr.t
14159 ____________________________________________________________________________
14160 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
14161         Log: Update Changes.
14162      Branch: perl
14163            ! Changes patchlevel.h
14164 ____________________________________________________________________________
14165 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
14166         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
14167              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
14168              leakage patch.
14169      Branch: perl
14170            ! t/op/misc.t
14171 ____________________________________________________________________________
14172 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
14173         Log: Test case for #10433/#10424.
14174      Branch: perl
14175            ! t/op/misc.t
14176 ____________________________________________________________________________
14177 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
14178         Log: Subject: One fix for strtoul not setting errno
14179              From: hom00@utsglobal.com (Hal Morris)
14180              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
14181              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
14182      Branch: perl
14183            + uts/strtol_wrap.c
14184            ! MANIFEST hints/uts.sh
14185 ____________________________________________________________________________
14186 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
14187         Log: Metaconfig units changes for #10434.
14188      Branch: metaconfig
14189            ! U/modified/Cppsym.U
14190      Branch: metaconfig/U/perl
14191            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
14192            + d_syscallproto.U d_usleepproto.U
14193            ! longdblfio.U quadfio.U
14194 ____________________________________________________________________________
14195 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
14196         Log: Configure tweaks; add prototype probes, make the cpp symbols
14197              probe to cast, not whine; test for %Ld and %Lf before %lld and
14198              %llf because the L is the ANSI way.
14199      Branch: perl
14200            ! Configure config_h.SH configure.com epoc/config.sh
14201            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
14202            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
14203            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
14204 ____________________________________________________________________________
14205 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
14206         Log: Sigh.  This is what #10424 was supposed to check in.
14207      Branch: perl
14208            ! op.c sv.c sv.h
14209 ____________________________________________________________________________
14210 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
14211         Log: More verbose failure.
14212      Branch: perl
14213            ! t/op/ver.t
14214 ____________________________________________________________________________
14215 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
14216         Log: The .pm changes to go with #10428.
14217      Branch: perl
14218            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
14219            ! ext/Sys/Syslog/Syslog.pm
14220 ____________________________________________________________________________
14221 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
14222         Log: On second thoughts show to utf8 skippage message only
14223              on failures, it's too confusing otherwise,
14224      Branch: perl
14225            ! t/pragma/locale.t
14226 ____________________________________________________________________________
14227 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
14228         Log: Do not import anything from Encode.
14229      Branch: perl
14230            ! ext/MIME/Base64/QuotedPrint.pm
14231 ____________________________________________________________________________
14232 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
14233         Log: The #10402 didn't take.  Weird.
14234      Branch: perl
14235            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
14236            ! ext/Sys/Syslog/Syslog.xs
14237 ____________________________________________________________________________
14238 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
14239         Log: Eradicate traces of 'asciirange' re subpragma.
14240      Branch: perl
14241            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
14242            ! pod/perldiag.pod
14243 ____________________________________________________________________________
14244 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
14245         Log: use is a compile-time thing.
14246      Branch: perl
14247            ! ext/MIME/Base64/QuotedPrint.pm
14248 ____________________________________________________________________________
14249 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
14250         Log: Subject: [PATCH perl@10419] -Wall casting patch
14251              From: Robin Barker <rmb1@cise.npl.co.uk>
14252              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
14253              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
14254      Branch: perl
14255            ! ext/Devel/DProf/DProf.xs mg.c
14256 ____________________________________________________________________________
14257 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
14258         Log: Subject: [PATCH #2] introducing SVpad_TYPED
14259              From: Abhijit Menon-Sen <ams@wiw.org>
14260              Date: Mon, 4 Jun 2001 12:26:02 +0530
14261              Message-ID: <20010604122602.A5775@lustre.linux.in>
14262      Branch: perl
14263            ! op.c sv.c sv.h
14264 ____________________________________________________________________________
14265 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
14266         Log: testsuite for change#10192 (from Gisle Aas)
14267      Branch: perl
14268            + t/op/override.t
14269            ! MANIFEST
14270 ____________________________________________________________________________
14271 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
14272         Log: integrate changes#10414-10416 from mainline
14273              
14274              Potential buffer overrun if the radix separator is more than
14275              one byte.  Also, under locales, prefer the locale-specific
14276              separator over the old boring ".".
14277              
14278              "10.", that is, decimal numbers can have no decimal part at all.
14279              
14280              The non-locale places need love, too.
14281      Branch: maint-5.6/perl
14282           !> perl.h sv.c
14283 ____________________________________________________________________________
14284 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
14285         Log: Missed from #10420.
14286      Branch: perl
14287            ! epoc/config.sh
14288 ____________________________________________________________________________
14289 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
14290         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
14291              often this prototype goes with HAS_SETRESUID_PROTO.
14292      Branch: perl
14293            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14294            ! config_h.SH configure.com perl.h uconfig.h
14295 ____________________________________________________________________________
14296 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
14297         Log: Update Changes.
14298      Branch: perl
14299            ! Changes patchlevel.h
14300 ____________________________________________________________________________
14301 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
14302         Log: -Wall "subscript has type `char'" cleanup.
14303      Branch: perl
14304            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
14305 ____________________________________________________________________________
14306 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
14307         Log: Various "cast to pointer from integer of different size"
14308              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
14309              wide but I32 (int) only 32 bits wide).
14310              
14311              WARNING: the classnum and tagnum changes in Storable.xs
14312              may not be wise, they may be breaking binary compatibility
14313              (in 64-bit platforms), asked Raphael Manfredi about the changes.
14314      Branch: perl
14315            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
14316            ! mg.c proto.h
14317 ____________________________________________________________________________
14318 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
14319         Log: The non-locale places need love, too.
14320      Branch: perl
14321            ! perl.h
14322 ____________________________________________________________________________
14323 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
14324         Log: "10.", that is, decimal numbers can have no decimal part at all.
14325      Branch: perl
14326            ! perl.h
14327 ____________________________________________________________________________
14328 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
14329         Log: Potential buffer overrun if the radix separator is more than
14330              one byte.  Also, under locales, prefer the locale-specific
14331              separator over the old boring ".".
14332      Branch: perl
14333            ! perl.h sv.c
14334 ____________________________________________________________________________
14335 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
14336         Log: Integrate change #10412 from maintperl; locale is now
14337              per-cop, not per-op; plus retweak the locale.t to always
14338              list the skipped utf8 locales.
14339      Branch: perl
14340            ! t/pragma/locale.t
14341           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
14342           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
14343 ____________________________________________________________________________
14344 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
14345         Log: rationalize locale handling to fix the bugs uncovered by change#10394
14346              
14347              the major issue was that the runtime was looking at PL_hints rather
14348              than op_private to notice whether locale was enabled
14349              
14350              the secondary issue was that many locale-sensitive numeric ops didn't
14351              have HINT_LOCALE propagated into their op_private
14352              
14353              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
14354              instead of per-op, just like HINT_BYTE and the hints for lexical
14355              warnings (this makes the hint available to every op via PL_curcop)
14356              
14357              pragma/locale.t may need to be reworked with these fixes in mind
14358              (it currently passes its tests)
14359      Branch: maint-5.6/perl
14360            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
14361            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
14362 ____________________________________________________________________________
14363 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
14364         Log: More verbose debugging.
14365      Branch: perl
14366            ! t/pragma/locale.t
14367 ____________________________________________________________________________
14368 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
14369         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
14370              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
14371              Date: Sat, 2 Jun 2001 22:53:33 +0100
14372              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
14373      Branch: perl
14374            ! regcomp.c t/pragma/warn/regcomp
14375 ____________________________________________________________________________
14376 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
14377         Log: Mention that lexicalizing $a or $b is a bad idea if one
14378              wants to use sort().
14379      Branch: perl
14380            ! pod/perlvar.pod
14381 ____________________________________________________________________________
14382 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
14383         Log: Tweak the test to be happy if the accuracy is 'good enough'.
14384      Branch: perl
14385            ! t/lib/posix.t
14386 ____________________________________________________________________________
14387 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
14388         Log: Upgrade to Attribute::Handlers 0.70.
14389              
14390              NOTE: this unearthed the "too late for CHECK block" bug,
14391              that's why the 1_compile.t change.
14392      Branch: perl
14393            + lib/Attribute/Handlers/demo/Demo.pm
14394            + lib/Attribute/Handlers/demo/Descriptions.pm
14395            + lib/Attribute/Handlers/demo/MyClass.pm
14396            + lib/Attribute/Handlers/demo/demo.pl
14397            + lib/Attribute/Handlers/demo/demo2.pl
14398            + lib/Attribute/Handlers/demo/demo3.pl
14399            + lib/Attribute/Handlers/demo/demo4.pl
14400            + lib/Attribute/Handlers/demo/demo_call.pl
14401            + lib/Attribute/Handlers/demo/demo_chain.pl
14402            + lib/Attribute/Handlers/demo/demo_cycle.pl
14403            + lib/Attribute/Handlers/demo/demo_hashdir.pl
14404            + lib/Attribute/Handlers/demo/demo_phases.pl
14405            + lib/Attribute/Handlers/demo/demo_range.pl
14406            + lib/Attribute/Handlers/demo/demo_rawdata.pl
14407            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
14408            ! t/lib/attrhand.t
14409 ____________________________________________________________________________
14410 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
14411         Log: One less -Wall whine.
14412      Branch: perl
14413            ! regcomp.c
14414 ____________________________________________________________________________
14415 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
14416         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
14417      Branch: perl
14418           !> t/op/eval.t
14419 ____________________________________________________________________________
14420 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
14421         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
14422              aren't "normally" visible inside eval""s contained in subs unless
14423              a cloned reference to them already exists)
14424              
14425              strangely enough, t/harness didn't show this up as a failure
14426              (harness needs fixing?)
14427      Branch: maint-5.6/perl
14428            ! t/op/eval.t
14429 ____________________________________________________________________________
14430 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
14431         Log: Update to Text::Balanced 1.85.
14432      Branch: perl
14433            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
14434 ____________________________________________________________________________
14435 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
14436         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
14437              From: Nicholas Clark <nick@ccl4.org>
14438              Date: Sun, 3 Jun 2001 17:54:36 +0100
14439              Message-ID: <20010603175436.E76396@plum.flirble.org> 
14440      Branch: perl
14441            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
14442            ! ext/Sys/Syslog/Syslog.xs
14443 ____________________________________________________________________________
14444 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
14445         Log: Unused variables.
14446      Branch: perl
14447            ! util.c
14448 ____________________________________________________________________________
14449 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
14450         Log: Subject: [PATCH] APIfy op_clear 
14451              From: Simon Cozens <simon@netthink.co.uk>
14452              Date: Sun, 3 Jun 2001 13:51:46 +0100
14453              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
14454              
14455              (despite the subject line, op_null is APIfied by the patch)
14456      Branch: perl
14457            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
14458 ____________________________________________________________________________
14459 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
14460         Log: Subject: [PATCH] t/lib/extutils.t
14461              From: Nicholas Clark <nick@ccl4.org>
14462              Date: Sat, 2 Jun 2001 23:57:05 +0100
14463              Message-ID: <20010602235705.Q12698@plum.flirble.org>
14464      Branch: perl
14465            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
14466 ____________________________________________________________________________
14467 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
14468         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
14469              From: Prymmer/Kahn <pvhp@best.com>
14470              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
14471              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
14472      Branch: perl
14473            ! win32/Makefile win32/makefile.mk
14474 ____________________________________________________________________________
14475 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
14476         Log: Subject: Re: 'decimal digits' macro? 
14477              From: Hugo <hv@crypt.compulink.co.uk>
14478              Date: Sun, 03 Jun 2001 04:26:36 +0100
14479              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
14480      Branch: perl
14481            ! handy.h t/lib/posix.t t/op/tr.t
14482 ____________________________________________________________________________
14483 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
14484         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
14485              From: Hugo <hv@crypt.compulink.co.uk>
14486              Date: Sun, 03 Jun 2001 14:56:30 +0100
14487              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
14488      Branch: perl
14489            ! util.c
14490 ____________________________________________________________________________
14491 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
14492         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
14493      Branch: perl
14494           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
14495           !> vms/perly_c.vms
14496 ____________________________________________________________________________
14497 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
14498         Log: fix leakage of lexicals at file scope into subroutines that were
14499              declared before them; this appears to be a longstanding bug that
14500              meant that lexicals at file scope were never "deintroduced", meaning
14501              their scope range was never properly closed, and their visibility
14502              extended to all subsequent eval""s or requires
14503              
14504              added a test case
14505              
14506              seems to also fix a case of bogus duplicate warnings
14507      Branch: maint-5.6/perl
14508            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
14509            ! vms/perly_c.vms
14510 ____________________________________________________________________________
14511 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
14512         Log: More VMS tweaks from Craig A. Berry.
14513      Branch: perl
14514            ! configure.com t/lib/extutils.t
14515 ____________________________________________________________________________
14516 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
14517         Log: -Wall cleanup continues.
14518      Branch: perl
14519            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
14520            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
14521            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
14522            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
14523            ! run.c toke.c util.c
14524 ____________________________________________________________________________
14525 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
14526         Log: The metaconfig unit change for #10390.
14527      Branch: metaconfig/U/perl
14528            ! gccvers.U
14529 ____________________________________________________________________________
14530 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
14531         Log: Drop the -ansi from the default gcc flags.
14532              
14533              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
14534              that struct cannot be compared with a flat integer, such as STRLEN.
14535              The -ansi will also cause a lot of noise in Solaris because of:
14536              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
14537      Branch: perl
14538            ! Configure
14539 ____________________________________________________________________________
14540 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
14541         Log: Integrate perlio.
14542      Branch: perl
14543           !> pod/perlapi.pod util.c
14544 ____________________________________________________________________________
14545 [ 10388] By: nick                                  on 2001/06/02  08:01:12
14546         Log: Integrate mainline
14547      Branch: perlio
14548           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
14549           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
14550           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
14551           !> t/lib/1_compile.t t/lib/mimeqp.t
14552 ____________________________________________________________________________
14553 [ 10387] By: nick                                  on 2001/06/02  07:39:17
14554         Log: Tweak util.c's atof2 for MULTIPLICITY
14555      Branch: perlio
14556            ! util.c
14557 ____________________________________________________________________________
14558 [ 10386] By: nick                                  on 2001/06/02  07:38:33
14559         Log: Integrate mainline
14560      Branch: perlio
14561           !> (integrate 41 files)
14562 ____________________________________________________________________________
14563 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
14564         Log: Add Attribute::Handlers 0.61 from Damian Conway.
14565      Branch: perl
14566            + lib/Attribute/Handlers.pm t/lib/attrhand.t
14567            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
14568 ____________________________________________________________________________
14569 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
14570         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
14571              From: Peter Prymmer <pvhp@forte.com>
14572              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
14573              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
14574      Branch: perl
14575            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
14576 ____________________________________________________________________________
14577 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
14578         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
14579              From: Jeff Pinyan <jeffp@crusoe.net>
14580              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
14581              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
14582      Branch: perl
14583            ! lib/File/Find.pm
14584 ____________________________________________________________________________
14585 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
14586         Log: Subject: [PATCH perl@10381] configure.com tweaks
14587              From: "Craig A. Berry" <craigberry@mac.com>
14588              Date: Fri, 1 Jun 2001 13:55:43 -0500
14589              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
14590      Branch: perl
14591            ! configure.com
14592 ____________________________________________________________________________
14593 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
14594         Log: Update Changes.
14595      Branch: perl
14596            ! Changes patchlevel.h
14597 ____________________________________________________________________________
14598 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
14599         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
14600              From: Mike Guy <mjtg@cam.ac.uk>
14601              Date: Fri, 01 Jun 2001 18:17:02 +0100
14602              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
14603      Branch: perl
14604            ! lib/perl5db.pl
14605 ____________________________________________________________________________
14606 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
14607         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
14608              From: Hugo <hv@crypt.compulink.co.uk>
14609              Date: Thu, 31 May 2001 20:49:48 +0100
14610              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
14611      Branch: perl
14612            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
14613            ! util.c
14614 ____________________________________________________________________________
14615 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
14616         Log: Zero() is not available in x2p (or, rather, some of its
14617              implementations like memzero() might not be available.)
14618      Branch: perl
14619            ! x2p/hash.c
14620 ____________________________________________________________________________
14621 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
14622         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
14623              From: Michael G Schwern <schwern@pobox.com>
14624              Date: Fri, 1 Jun 2001 12:00:29 +0100
14625              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
14626              
14627              (But use Zero() instead of memset.)
14628      Branch: perl
14629            ! x2p/hash.c
14630 ____________________________________________________________________________
14631 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
14632         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
14633              From: Jeff Pinyan <jeffp@crusoe.net>
14634              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
14635              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
14636      Branch: perl
14637            ! pod/perldiag.pod regcomp.c t/op/pat.t
14638 ____________________________________________________________________________
14639 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
14640         Log: Retract #10324 and #10333; not needed.
14641      Branch: perl
14642            ! hints/irix_6.sh hints/linux.sh
14643 ____________________________________________________________________________
14644 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
14645         Log: The #10370 wasn't quite right.
14646      Branch: perl
14647            ! ext/XS/Typemap/Typemap.xs
14648 ____________________________________________________________________________
14649 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
14650         Log: The metaconfig units changes for #10372.
14651      Branch: metaconfig/U/perl
14652            + d_realpath.U d_sresgproto.U d_sresuproto.U
14653            ! gccvers.U i_db.U
14654 ____________________________________________________________________________
14655 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
14656         Log: Configure tweaks; record the Berkeley DB version,
14657              probe for realpath(), for setresuid() and setresgid()
14658              prototypes; use realpath() (try to be paranoid enough),
14659              use the setres[ug]id prototypes because glibc has the functions
14660              but not their prototypes; add -Wall -ansi to gcc ccflags;
14661              regen toc.
14662      Branch: perl
14663            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14664            ! config_h.SH configure.com epoc/config.sh
14665            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
14666            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
14667            ! vos/config.ga.def win32/config.bc win32/config.gc
14668            ! win32/config.vc
14669 ____________________________________________________________________________
14670 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
14671         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
14672              From: Michael G Schwern <schwern@pobox.com>
14673              Date: Fri, 1 Jun 2001 11:28:14 +0100
14674              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
14675      Branch: perl
14676            ! lib/attributes.pm xsutils.c
14677 ____________________________________________________________________________
14678 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
14679         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
14680              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14681              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
14682              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
14683      Branch: perl
14684            ! ext/XS/Typemap/Typemap.xs
14685 ____________________________________________________________________________
14686 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
14687         Log: Subject: [patch] Cwd.xs optimizations/abstraction
14688              From: Doug MacEachern <dougm@covalent.net>
14689              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
14690              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
14691      Branch: perl
14692            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
14693            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
14694 ____________________________________________________________________________
14695 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
14696         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!])
14697              From: Nicholas Clark <nick@ccl4.org>
14698              Date: Thu, 31 May 2001 23:56:40 +0100
14699              Message-ID: <20010531235640.F12698@plum.flirble.org>
14700              
14701              Make the test work also under only static extensions
14702              (sh Configure -Uusedl fakes this nicely)
14703      Branch: perl
14704            ! t/lib/extutils.t
14705 ____________________________________________________________________________
14706 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
14707         Log: Subject: [PATCH hv.c] Eliminating trigraph
14708              From: Michael G Schwern <schwern@pobox.com>
14709              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
14710              Date: Fri, 1 Jun 2001 11:49:56 +0100
14711      Branch: perl
14712            ! hv.c
14713 ____________________________________________________________________________
14714 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
14715         Log: Subject: Re: [PATCH] Tests for File::Compare 
14716              From: "Philip Newton" <Philip.Newton@gmx.net>
14717              Date: Thu, 31 May 2001 19:44:05 +0200
14718              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
14719              
14720              Unnecessary "quotation marks".
14721      Branch: perl
14722            ! t/lib/filecomp.t
14723 ____________________________________________________________________________
14724 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
14725         Log: Integrate perlio.
14726      Branch: perl
14727           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
14728 ____________________________________________________________________________
14729 [ 10364] By: nick                                  on 2001/06/01  10:13:31
14730         Log: Cleanup dll.base and dll.exp created by GCC builds.
14731      Branch: perlio
14732            ! lib/ExtUtils/MM_Win32.pm
14733 ____________________________________________________________________________
14734 [ 10363] By: nick                                  on 2001/06/01  10:02:17
14735         Log: Make filecomp test work on CRLF platforms by adding binmode.
14736      Branch: perlio
14737            ! t/lib/filecomp.t
14738 ____________________________________________________________________________
14739 [ 10362] By: nick                                  on 2001/06/01  08:37:17
14740         Log: Integrate mainline
14741      Branch: perlio
14742           !> Changes Configure patchlevel.h perlio.c
14743 ____________________________________________________________________________
14744 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
14745         Log: panic:claustrophobia.
14746      Branch: perl
14747            ! perlio.c
14748 ____________________________________________________________________________
14749 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
14750         Log: Update Changes.
14751      Branch: perl
14752            ! Changes patchlevel.h
14753 ____________________________________________________________________________
14754 [ 10359] By: nick                                  on 2001/05/31  12:35:50
14755         Log: Integrate mainline.
14756      Branch: perlio
14757           +> t/lib/filecomp.t
14758           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
14759           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
14760 ____________________________________________________________________________
14761 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
14762         Log: Integrate perlio.
14763      Branch: perl
14764           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
14765           !> win32/config_H.vc
14766 ____________________________________________________________________________
14767 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
14768         Log: Metaconfig unit change for #10356.
14769      Branch: metaconfig
14770            ! U/installdirs/inc_version_list.U
14771 ____________________________________________________________________________
14772 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
14773         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
14774              (idea from Sarathy; implementation from Andy)
14775      Branch: perl
14776            ! Configure
14777 ____________________________________________________________________________
14778 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
14779         Log: More AUTHORS.
14780      Branch: perl
14781            ! AUTHORS
14782 ____________________________________________________________________________
14783 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
14784         Log: Subject: Re: [PATCH] Tests for File::Compare
14785              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
14786              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
14787              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
14788      Branch: perl
14789            + t/lib/filecomp.t
14790            ! MANIFEST t/lib/1_compile.t
14791 ____________________________________________________________________________
14792 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
14793         Log: Subject: [PATCH] DEBUG_* macro cleanups
14794              From: Abhijit Menon-Sen <ams@wiw.org>
14795              Date: Thu, 31 May 2001 12:16:22 +0530
14796              Message-ID: <20010531121622.B4829@lustre.linux.in>
14797              
14798              Subject: Re: [PATCH] DEBUG_* macro cleanups
14799              From: Abhijit Menon-Sen <ams@wiw.org>
14800              Date: Thu, 31 May 2001 13:57:01 +0530
14801              Message-ID: <20010531135701.A21775@lustre.linux.in>
14802              
14803              (The DEBUG_ definitions in perl.h changed to use the
14804              STMT_START and STMT_END.)
14805      Branch: perl
14806            ! perl.h pp_ctl.c sv.c toke.c
14807 ____________________________________________________________________________
14808 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
14809         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
14810              From: Abhijit Menon-Sen <ams@wiw.org>
14811              Date: Thu, 31 May 2001 08:27:55 +0530
14812              Message-ID: <20010531082755.A10018@lustre.linux.in>
14813      Branch: perl
14814            ! ext/Storable/Storable.xs gv.c perl.c
14815 ____________________________________________________________________________
14816 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
14817         Log: Subject: [PATCH] AUTHORS
14818              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
14819              Date: Thu, 31 May 2001 01:27:59 -0500
14820              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
14821              
14822              Subject: Re: [PATCH] AUTHORS
14823              From: "Philip Newton" <Philip.Newton@gmx.net>
14824              Date: Thu, 31 May 2001 10:08:06 +0200
14825              (Message-Id missing?)
14826      Branch: perl
14827            ! AUTHORS
14828 ____________________________________________________________________________
14829 [ 10350] By: nick                                  on 2001/05/31  11:40:43
14830         Log: win32 - dmake regen_config_h
14831      Branch: perlio
14832            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14833 ____________________________________________________________________________
14834 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
14835         Log: Subject: Re: [PATCH util.c] More warning cleanups.
14836              From: "Philip Newton" <Philip.Newton@gmx.net>
14837              Date: Thu, 31 May 2001 07:41:36 +0200
14838              Message-Id: <200105310538.IAA25458@taku.hut.fi>
14839              
14840              Undo C++-ism that snekt in.
14841      Branch: perl
14842            ! util.c
14843 ____________________________________________________________________________
14844 [ 10348] By: nick                                  on 2001/05/31  11:36:46
14845         Log: Tolerate Win32 numerics
14846      Branch: perlio
14847            ! t/pragma/warn/toke
14848 ____________________________________________________________________________
14849 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
14850         Log: Integrate perlio.
14851      Branch: perl
14852           !> perlio.c win32/win32.h
14853 ____________________________________________________________________________
14854 [ 10346] By: nick                                  on 2001/05/31  10:54:55
14855         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
14856              perlio.c change 10255.
14857      Branch: perlio
14858            ! perlio.c
14859 ____________________________________________________________________________
14860 [ 10345] By: nick                                  on 2001/05/31  10:01:57
14861         Log: Conditionaly put back some "unused" dTHX which are used
14862              with PERL_IMPLICIT_SYS
14863      Branch: perlio
14864            ! perlio.c
14865 ____________________________________________________________________________
14866 [ 10344] By: nick                                  on 2001/05/31  10:00:59
14867         Log: Fix Win32 for new spelling IN_BYTES 
14868      Branch: perlio
14869            ! win32/win32.h
14870 ____________________________________________________________________________
14871 [ 10343] By: nick                                  on 2001/05/31  08:01:32
14872         Log: perlio.c -Wall cleaner under MULTIPLICITY
14873              - still minor noise with linux stdio
14874      Branch: perlio
14875            ! perlio.c
14876 ____________________________________________________________________________
14877 [ 10342] By: nick                                  on 2001/05/31  07:52:23
14878         Log: Integrate mainline.
14879      Branch: perlio
14880           !> (integrate 42 files)
14881 ____________________________________________________________________________
14882 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
14883         Log: AUTHORS updates.
14884      Branch: perl
14885            ! AUTHORS
14886 ____________________________________________________________________________
14887 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
14888         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
14889              From: Peter Prymmer <pvhp@forte.com>
14890              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
14891              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
14892      Branch: perl
14893            ! t/lib/md5-file.t
14894 ____________________________________________________________________________
14895 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
14896         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
14897              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
14898              to match the pragma name; various robustness cleanups.
14899      Branch: perl
14900            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
14901            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
14902 ____________________________________________________________________________
14903 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
14904         Log: More -Wall sweeping.
14905      Branch: perl
14906            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
14907            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
14908            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
14909            ! regcomp.c sv.c toke.c utf8.c
14910 ____________________________________________________________________________
14911 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
14912         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
14913              From: Nicholas Clark <nick@ccl4.org>
14914              Date: Wed, 30 May 2001 22:34:41 +0100
14915              Message-ID: <20010530223441.Y86445@plum.flirble.org>
14916      Branch: perl
14917            ! t/op/cmp.t
14918 ____________________________________________________________________________
14919 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
14920         Log: It's is not, it isn't ain't, and it's it's, not its,
14921              if you mean it is. If you don't, it's its. Then too,
14922              it's hers. It isn't her's. It isn't our's either.
14923              It's ours, and likewise yours and theirs.
14924              -- Oxford University Press, Edpress News
14925      Branch: perl
14926            ! lib/autouse.pm
14927 ____________________________________________________________________________
14928 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
14929         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
14930      Branch: perl
14931            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
14932            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
14933            ! x2p/str.c x2p/walk.c xsutils.c
14934 ____________________________________________________________________________
14935 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
14936         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
14937              From: Michael G Schwern <schwern@pobox.com>
14938              Date: Wed, 30 May 2001 17:10:38 +0100
14939              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
14940              
14941              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
14942              From: Abhijit Menon-Sen <ams@wiw.org>
14943              Date: Wed, 30 May 2001 23:16:13 +0530
14944              Message-ID: <20010530231613.A31933@lustre.linux.in>
14945      Branch: perl
14946            ! perl.c t/run/runenv.t
14947 ____________________________________________________________________________
14948 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
14949         Log: (Retracted by #10375.)
14950              
14951              IRIX hints patch from Merijn Broeren.
14952              
14953              TODO: (this and the earlier Linux hints patch) should be solved
14954              at Configure level.  Merijn: -ldb should not be used on any platform
14955              for perl, just when linking DBFile itself. Trying to be helpful here
14956              is counterproductive.
14957      Branch: perl
14958            ! hints/irix_6.sh
14959 ____________________________________________________________________________
14960 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
14961         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
14962              From: Nicholas Clark <nick@ccl4.org>
14963              Date: Wed, 30 May 2001 23:20:58 +0100
14964              Message-ID: <20010530232058.B86445@plum.flirble.org>
14965      Branch: perl
14966            ! doop.c
14967 ____________________________________________________________________________
14968 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
14969         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
14970              From: Michael G Schwern <schwern@pobox.com> 
14971              Date: Wed, 30 May 2001 15:24:20 +0100
14972              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
14973      Branch: perl
14974            ! t/pragma/autouse.t
14975 ____________________________________________________________________________
14976 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
14977         Log: The regex trick wasn't a good idea.
14978      Branch: perl
14979            ! pod/perlfaq4.pod
14980 ____________________________________________________________________________
14981 [ 10329] By: nick                                  on 2001/05/30  18:34:35
14982         Log: Integrate mainline
14983      Branch: perlio
14984           !> (integrate 40 files)
14985 ____________________________________________________________________________
14986 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
14987         Log: Update Changes.
14988      Branch: perl
14989            ! Changes patchlevel.h
14990 ____________________________________________________________________________
14991 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
14992         Log: The metaconfig unit change for #10325.
14993      Branch: metaconfig
14994            + U/modified/afs.U
14995 ____________________________________________________________________________
14996 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
14997         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
14998              is now wrong.
14999      Branch: perl
15000            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
15001 ____________________________________________________________________________
15002 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
15003         Log: Introduce $Config{afsroot}.
15004      Branch: perl
15005            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15006            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
15007            ! win32/config.gc win32/config.vc
15008 ____________________________________________________________________________
15009 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
15010         Log: (Retracted by #10375.)
15011              
15012              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
15013      Branch: perl
15014            ! hints/linux.sh
15015 ____________________________________________________________________________
15016 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
15017         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
15018              (Also Configure tweaks needed; coming up soon.)
15019      Branch: perl
15020            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
15021 ____________________________________________________________________________
15022 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
15023         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
15024              From: Michael G Schwern <schwern@pobox.com>
15025              Date: Sun, 27 May 2001 10:29:43 +0100
15026              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
15027      Branch: perl
15028            ! lib/perl5db.pl
15029 ____________________________________________________________________________
15030 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
15031         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
15032              and Abhijit Menon-Sen.
15033      Branch: perl
15034            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
15035            ! perl.c pp_sys.c regcomp.c
15036 ____________________________________________________________________________
15037 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
15038         Log: Fix the BOOT section to call myU2time properly.
15039      Branch: perl
15040            ! ext/Time/HiRes/HiRes.xs
15041 ____________________________________________________________________________
15042 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
15043         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
15044              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
15045              Date: Wed, 30 May 2001 09:44:29 -0400
15046              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
15047              
15048              Detypo; plus add one more trick.
15049      Branch: perl
15050            ! pod/perlfaq4.pod
15051 ____________________________________________________________________________
15052 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
15053         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)
15054              From: Michael G Schwern <schwern@pobox.com>
15055              Date: Wed, 30 May 2001 14:39:06 +0100
15056              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
15057      Branch: perl
15058            ! lib/autouse.pm t/pragma/autouse.t
15059 ____________________________________________________________________________
15060 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
15061         Log: Subject: Re: AIX and gcc (moving targets)
15062              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15063              Date: Wed, 30 May 2001 15:25:08 +0200
15064              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
15065      Branch: perl
15066            ! ext/Time/HiRes/HiRes.xs
15067 ____________________________________________________________________________
15068 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
15069         Log: Subject: [PATCH t/TEST] sorting tests
15070              From: Michael G Schwern <schwern@pobox.com>
15071              Date: Wed, 30 May 2001 10:24:02 +0100
15072              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
15073      Branch: perl
15074            ! t/TEST
15075 ____________________________________________________________________________
15076 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
15077         Log: Subject: [ID 20010529.002] typos in man page perlre
15078              From: bart@cg681574-a.adubn1.nj.home.com 
15079              Date: Tue, 29 May 2001 13:58:59 -0500
15080              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
15081      Branch: perl
15082            ! pod/perlre.pod
15083 ____________________________________________________________________________
15084 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
15085         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
15086              From: "Craig A. Berry" <craigberry@mac.com>
15087              Date: Tue, 29 May 2001 23:23:45 -0500
15088              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
15089      Branch: perl
15090            ! t/lib/extutils.t t/pragma/autouse.t
15091 ____________________________________________________________________________
15092 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
15093         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)
15094              From: David Dyck <dcd@tc.fluke.com>
15095              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
15096              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
15097      Branch: perl
15098            ! t/lib/filefind.t
15099 ____________________________________________________________________________
15100 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
15101         Log: AIX hints update for gcc from Merijn H. Brand.
15102      Branch: perl
15103            ! hints/aix.sh
15104 ____________________________________________________________________________
15105 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
15106         Log: Retract #10295 and #10296: a more generic solution
15107              is needed (there's something funny with gcc on AIX).
15108      Branch: perl
15109            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
15110 ____________________________________________________________________________
15111 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
15112         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
15113              From: Hugo <hv@crypt.compulink.co.uk>
15114              Date: Wed, 30 May 2001 11:59:19 +0100
15115              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
15116              
15117              localizing $@ has unfortunate semantics - if you die past
15118              a local $@, the die message is lost.
15119      Branch: perl
15120            ! lib/utf8_heavy.pl
15121 ____________________________________________________________________________
15122 [ 10309] By: nick                                  on 2001/05/30  08:23:02
15123         Log: Integrate mainline (autouse works again.)
15124      Branch: perlio
15125           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
15126           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
15127           !> pod/perlvar.pod t/op/cmp.t
15128 ____________________________________________________________________________
15129 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
15130         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
15131              From: David Dyck <dcd@tc.fluke.com>
15132              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
15133              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
15134      Branch: perl
15135            ! lib/File/Find.pm
15136 ____________________________________________________________________________
15137 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
15138         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
15139              From: Nicholas Clark <nick@ccl4.org>
15140              Date: Tue, 29 May 2001 23:16:09 +0100
15141              Message-ID: <20010529231609.U86445@plum.flirble.org>
15142              
15143              Make the test output slightly clearer by distinguishing
15144              between '' and undef.
15145      Branch: perl
15146            ! t/op/cmp.t
15147 ____________________________________________________________________________
15148 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
15149         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
15150              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15151              Date: Tue, 29 May 2001 19:15:19 -0400
15152              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
15153      Branch: perl
15154            ! hints/os2.sh
15155 ____________________________________________________________________________
15156 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
15157         Log: Subject: perlvar.pod addition
15158              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
15159              Date: Fri, 25 May 2001 20:23:12 +0200
15160              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
15161              
15162              Subject: Re: perlvar.pod addition
15163              From: "Abigail" <abigail@foad.org> 
15164              Date: Fri, 25 May 2001 22:00:39 +0200
15165              Message-ID: <20010525200039.28029.qmail@foad.org>
15166              
15167              Mention $a and $b in perlvar.
15168      Branch: perl
15169            ! pod/perlvar.pod
15170 ____________________________________________________________________________
15171 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
15172         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
15173              From: Jeff Pinyan <jeffp@crusoe.net>
15174              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
15175              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
15176      Branch: perl
15177            ! pod/perlvar.pod
15178 ____________________________________________________________________________
15179 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
15180         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
15181              From: Jeff Pinyan <jeffp@crusoe.net>
15182              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
15183              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
15184      Branch: perl
15185            ! pod/perlfaq6.pod
15186 ____________________________________________________________________________
15187 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
15188         Log: Mention Time::localtime and Time::gmtime.
15189      Branch: perl
15190            ! ext/Time/Piece/Piece.pm
15191 ____________________________________________________________________________
15192 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
15193         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
15194              From: Michael G Schwern <schwern@pobox.com>
15195              Date: Tue, 29 May 2001 18:51:32 +0100
15196              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
15197      Branch: perl
15198            ! pod/perlfaq4.pod
15199 ____________________________________________________________________________
15200 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
15201         Log: Retract #10243.
15202      Branch: perl
15203            ! lib/autouse.pm
15204 ____________________________________________________________________________
15205 [ 10299] By: nick                                  on 2001/05/29  18:41:19
15206         Log: Post weekend integrate mainline (fails one test pragma/autouse).
15207      Branch: perlio
15208           +> (branch 29 files)
15209           !> (integrate 91 files)
15210 ____________________________________________________________________________
15211 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
15212         Log: Update Changes.
15213      Branch: perl
15214            ! Changes patchlevel.h
15215 ____________________________________________________________________________
15216 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
15217         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
15218              before Perl_load_module/Perl_call_method and restore the value
15219              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
15220      Branch: perl
15221            ! utf8.c
15222 ____________________________________________________________________________
15223 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
15224         Log: Subject: Re: AIX and gcc (moving targets)
15225              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15226              Date: Tue, 29 May 2001 17:59:40 +0200
15227              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
15228      Branch: perl
15229            ! ext/Storable/Makefile.PL
15230 ____________________________________________________________________________
15231 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
15232         Log: Subject: Re: AIX and gcc (moving targets)
15233              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15234              Date: Tue, 29 May 2001 12:32:57 +0200
15235              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
15236      Branch: perl
15237            ! ext/POSIX/Makefile.PL
15238 ____________________________________________________________________________
15239 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
15240         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
15241              From: Michael G Schwern <schwern@pobox.com>
15242              Date: Tue, 29 May 2001 09:53:29 +0100
15243              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
15244              
15245              (#10280 retracted)
15246      Branch: perl
15247            ! lib/Test/Harness.pm t/lib/test-harness.t
15248 ____________________________________________________________________________
15249 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
15250         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
15251              From: Michael G Schwern <schwern@pobox.com>
15252              Date: Tue, 29 May 2001 09:19:52 +0100
15253              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
15254      Branch: perl
15255            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
15256            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
15257            + t/lib/Test/todo.t
15258            ! MANIFEST lib/Test.pm t/TEST
15259 ____________________________________________________________________________
15260 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
15261         Log: From: Michael G Schwern <schwern@pobox.com>
15262              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
15263              Date: Tue, 29 May 2001 08:26:09 +0100
15264              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
15265      Branch: perl
15266            ! t/TEST
15267 ____________________________________________________________________________
15268 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
15269         Log: Add tests for Time::gmtime and Time::localtime.
15270      Branch: perl
15271            + t/lib/time-gmtime.t t/lib/time-localtime.t
15272            ! MANIFEST t/lib/1_compile.t
15273 ____________________________________________________________________________
15274 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
15275         Log: Add test for File::stat.
15276      Branch: perl
15277            + t/lib/filestat.t
15278            ! MANIFEST t/lib/1_compile.t
15279 ____________________________________________________________________________
15280 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
15281         Log: Add test for Net::servent.
15282      Branch: perl
15283            + t/lib/net-sent.t
15284            ! MANIFEST t/lib/1_compile.t
15285 ____________________________________________________________________________
15286 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
15287         Log: Add test for Net::protoent.
15288      Branch: perl
15289            + t/lib/net-pent.t
15290            ! MANIFEST t/lib/1_compile.t
15291 ____________________________________________________________________________
15292 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
15293         Log: Add test for Net::netent.
15294      Branch: perl
15295            + t/lib/net-nent.t
15296            ! MANIFEST t/lib/1_compile.t
15297 ____________________________________________________________________________
15298 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
15299         Log: Add test for User::grent.  Portability doubtful.
15300      Branch: perl
15301            + t/lib/user-grent.t
15302            ! MANIFEST t/lib/1_compile.t
15303 ____________________________________________________________________________
15304 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
15305         Log: Add test for User::pwent.
15306              Probably will fall down somewhere for portability reasons.
15307      Branch: perl
15308            + t/lib/user-pwent.t
15309            ! MANIFEST t/lib/1_compile.t
15310 ____________________________________________________________________________
15311 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
15312         Log: Metaconfig units changes for #10283.
15313      Branch: metaconfig
15314            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
15315            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
15316            ! U/installdirs/sitescript.U U/modified/Signal.U
15317 ____________________________________________________________________________
15318 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
15319         Log: Subject: [PATCH 5.6.1] signal names in Configure
15320              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15321              Date: Tue, 29 May 2001 03:52:25 -0400
15322              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
15323              
15324              Subject: [PATCH 5.6.1] older perl in Configure
15325              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15326              Date: Tue, 29 May 2001 03:55:40 -0400
15327              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
15328              
15329              Subject: [PATCH 5.6.1] goofs in Configure
15330              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15331              Date: Tue, 29 May 2001 04:13:07 -0400
15332              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
15333              
15334              Configure portability tweaks.
15335      Branch: perl
15336            ! Configure
15337 ____________________________________________________________________________
15338 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
15339         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
15340              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15341              Date: Tue, 29 May 2001 04:07:06 -0400
15342              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
15343      Branch: perl
15344            ! os2/os2.c
15345 ____________________________________________________________________________
15346 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
15347         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
15348              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15349              Date: Tue, 29 May 2001 04:01:38 -0400
15350              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
15351      Branch: perl
15352            ! hints/os2.sh os2/Makefile.SHs
15353 ____________________________________________________________________________
15354 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
15355         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
15356              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15357              Date: Tue, 29 May 2001 03:50:18 -0400
15358              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
15359      Branch: perl
15360            ! lib/Test/Harness.pm
15361 ____________________________________________________________________________
15362 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
15363         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
15364      Branch: perl
15365            ! lib/utf8_heavy.pl
15366 ____________________________________________________________________________
15367 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
15368         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
15369              From: Hugo <hv@crypt.compulink.co.uk>
15370              Date: Tue, 29 May 2001 03:03:45 +0100
15371              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
15372              
15373              Explanation why the $@ always gets the UTF8 flag when under use utf8--
15374              because we told it to have the flag when under use utf8.
15375      Branch: perl
15376            ! pp_ctl.c
15377 ____________________________________________________________________________
15378 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
15379         Log: At least a partial fix for 20010528.004.
15380      Branch: perl
15381            ! lib/utf8_heavy.pl
15382 ____________________________________________________________________________
15383 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
15384         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
15385              From: Nicholas Clark <nick@ccl4.org> 
15386              Date: Mon, 28 May 2001 23:39:38 +0100
15387              Message-ID: <20010528233938.M86445@plum.flirble.org>
15388              
15389              More portable non-zero UV.
15390      Branch: perl
15391            ! t/lib/extutils.t
15392 ____________________________________________________________________________
15393 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
15394         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
15395              From: Nicholas Clark <nick@ccl4.org>
15396              Date: Mon, 28 May 2001 22:46:09 +0100
15397              Message-ID: <20010528224608.L86445@plum.flirble.org>
15398              
15399              Test also "make clean".
15400      Branch: perl
15401            ! t/lib/extutils.t
15402 ____________________________________________________________________________
15403 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
15404         Log: Subject: Re: Would -Wno-unused -Wall be better?
15405              From: Michael G Schwern <schwern@pobox.com>
15406              Date: Tue, 29 May 2001 00:55:54 +0100
15407              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
15408      Branch: perl
15409            ! pp.h
15410 ____________________________________________________________________________
15411 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
15412         Log: Add a test for 20010528.007, fixed in #10272.
15413      Branch: perl
15414            ! t/op/misc.t toke.c
15415 ____________________________________________________________________________
15416 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
15417         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
15418              From: Hugo <hv@crypt.compulink.co.uk>
15419              Date: Tue, 29 May 2001 00:23:23 +0100
15420              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
15421      Branch: perl
15422            ! toke.c
15423 ____________________________________________________________________________
15424 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
15425         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
15426              From: Michael G Schwern <schwern@pobox.com>
15427              Date: Tue, 29 May 2001 00:42:59 +0100
15428              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
15429      Branch: perl
15430            ! t/pragma/autouse.t
15431 ____________________________________________________________________________
15432 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
15433         Log: Some shells seemingly arrange the signal handlers differently
15434              (bug id 20010521.004).
15435      Branch: perl
15436            ! t/lib/sigaction.t
15437 ____________________________________________________________________________
15438 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
15439         Log: Regen perlmodlib.
15440      Branch: perl
15441            ! pod/perlmodlib.pod
15442 ____________________________________________________________________________
15443 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
15444         Log: Update Changes.
15445      Branch: perl
15446            ! Changes patchlevel.h
15447 ____________________________________________________________________________
15448 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
15449         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
15450              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
15451              Date: Mon, 28 May 2001 14:56:35 -0500
15452              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
15453      Branch: perl
15454            ! pod/perlnewmod.pod
15455 ____________________________________________________________________________
15456 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
15457         Log: Regen toc.
15458      Branch: perl
15459            ! pod/perltoc.pod
15460 ____________________________________________________________________________
15461 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
15462         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
15463              From: "Richard Soderberg" <rs@crystalflame.net>
15464              Date: Mon, 28 May 2001 12:31:23 -0700
15465              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
15466      Branch: perl
15467            ! t/op/splice.t
15468 ____________________________________________________________________________
15469 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
15470         Log: The #10260 was too bold: locales and utf8 still do not mix.
15471      Branch: perl
15472            ! t/pragma/locale.t
15473 ____________________________________________________________________________
15474 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
15475         Log: Subject: [PATCH] Pod nitpicks
15476              From: "Richard Soderberg" <rs@crystalflame.net>
15477              Date: Mon, 28 May 2001 10:08:58 -0700
15478              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
15479      Branch: perl
15480            ! pod/perl571delta.pod pod/perlapi.pod sv.h
15481 ____________________________________________________________________________
15482 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
15483         Log: Upgrade to I18N::LangTags 0.22.
15484      Branch: perl
15485            + lib/I18N/LangTags/List.pod
15486            ! MANIFEST lib/I18N/LangTags.pm
15487 ____________________________________________________________________________
15488 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
15489         Log: A slightly more serious bug found by -Mutf8; op/misc and
15490              lib/complex dumped core.
15491      Branch: perl
15492            ! regexec.c
15493 ____________________________________________________________________________
15494 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
15495         Log: Various buglets shaken out by -Mutf8.
15496      Branch: perl
15497            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
15498            ! t/pragma/locale.t
15499 ____________________________________________________________________________
15500 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
15501         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
15502      Branch: perl
15503            ! t/lib/carp.t
15504 ____________________________________________________________________________
15505 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
15506         Log: Subject: [PATCH] todo patch
15507              From: Artur Bergman <artur@contiller.se> 
15508              Date: Mon, 28 May 2001 17:03:51 +0200
15509              Message-ID: <B7383577.F34%artur@contiller.se>
15510      Branch: perl
15511            ! pod/perltodo.pod
15512 ____________________________________________________________________________
15513 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
15514         Log: Subject: typo in perlguts.pod
15515              From: "John P. Linderman" <jpl@research.att.com>
15516              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
15517              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
15518      Branch: perl
15519            ! pod/perlguts.pod
15520 ____________________________________________________________________________
15521 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
15522         Log: Subject: AIX and gcc (moving targets)
15523              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15524              Date: Mon, 28 May 2001 12:54:04 +0200
15525              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
15526      Branch: perl
15527            ! hints/aix.sh
15528 ____________________________________________________________________________
15529 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
15530         Log: Subject: Re: perlio + multiple perl_alloc..destruct
15531              From: Doug MacEachern <dougm@covalent.net>
15532              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
15533              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
15534      Branch: perl
15535            ! perlio.c
15536 ____________________________________________________________________________
15537 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
15538         Log: The #10251 wasn't quite up-to-the-code.
15539      Branch: perl
15540            ! t/op/misc.t
15541 ____________________________________________________________________________
15542 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
15543         Log: Test case for bug 20010526.004, fixed in #10252.
15544      Branch: perl
15545            ! t/op/taint.t
15546 ____________________________________________________________________________
15547 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
15548         Log: Subject: Re: [ID 20010526.004] Taint looses value
15549              From: Hugo <hv@crypt.compulink.co.uk>
15550              Date: Sun, 27 May 2001 20:39:32 +0100
15551              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
15552      Branch: perl
15553            ! sv.c
15554 ____________________________________________________________________________
15555 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
15556         Log: Test case for 20010422.005, fixed by #10250.
15557      Branch: perl
15558            ! t/op/misc.t
15559 ____________________________________________________________________________
15560 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
15561         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
15562              From: Spider Boardman <spider@Orb.Nashua.NH.US>
15563              Date: Mon, 28 May 2001 06:39:12 -0400
15564              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
15565      Branch: perl
15566            ! toke.c
15567 ____________________________________________________________________________
15568 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
15569         Log: Linerewrapping.
15570      Branch: perl
15571            ! lib/open.pm
15572 ____________________________________________________________________________
15573 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
15574         Log: Updates on the modules list.
15575      Branch: perl
15576            ! t/lib/1_compile.t
15577 ____________________________________________________________________________
15578 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
15579         Log: Add a test for PerlIO.
15580              
15581              (I probably got the crlf/raw thing wrong for clrfy platforms...)
15582      Branch: perl
15583            + t/lib/perlio.t
15584            ! MANIFEST lib/PerlIO.pm
15585 ____________________________________________________________________________
15586 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
15587         Log: Add a test for carp et alia.
15588      Branch: perl
15589            + t/lib/carp.t
15590            ! MANIFEST
15591 ____________________________________________________________________________
15592 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
15593         Log: Adding the new test would be swell.
15594      Branch: perl
15595            + t/pragma/autouse.t
15596 ____________________________________________________________________________
15597 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
15598         Log: Add a test for the autouse pragma.
15599      Branch: perl
15600            ! MANIFEST
15601 ____________________________________________________________________________
15602 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
15603         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
15604              From: dLux <dlux@spam.sch.bme.hu>
15605              Date: Sun, 27 May 2001 16:14:26 +0200
15606              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
15607      Branch: perl
15608            ! lib/autouse.pm
15609 ____________________________________________________________________________
15610 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
15611         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
15612              From: "Richard Soderberg" <rs@crystalflame.net>
15613              Date: Mon, 28 May 2001 03:56:36 -0700
15614              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
15615      Branch: perl
15616            ! utils/dprofpp.PL
15617 ____________________________________________________________________________
15618 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
15619         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
15620              From: "Stephen P. Potter" <spp@spotter.yi.org>
15621              Date: Tue, 22 May 2001 11:40:25 -0400
15622              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
15623              
15624              Subject: Re: [ID 20010522.003] Time::Local module bug
15625              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
15626              Date: Tue, 22 May 2001 11:50:19 -0400
15627              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
15628      Branch: perl
15629            ! lib/Time/Local.pm
15630 ____________________________________________________________________________
15631 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
15632         Log: The PERL_DL_NONLAZY can have whitespace in front.
15633      Branch: perl
15634            ! t/lib/extutils.t
15635 ____________________________________________________________________________
15636 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
15637         Log: Document strftime() and strptime().
15638      Branch: perl
15639            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
15640 ____________________________________________________________________________
15641 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
15642         Log: Make Time::Piece::strptime() to be a function, not a method.
15643      Branch: perl
15644            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
15645 ____________________________________________________________________________
15646 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
15647         Log: Tweak the test to be more portable.
15648      Branch: perl
15649            ! t/lib/extutils.t
15650 ____________________________________________________________________________
15651 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
15652         Log: Subject: PATCH: Re: Re: Attributes that tie
15653              From: Leon Brocard <acme@astray.com>
15654              Date: Sun, 27 May 2001 12:37:29 +0100
15655              Message-ID: <20010527123729.A22663@ns0.astray.com>
15656              
15657              Document that variable attributes are not currently usable
15658              for tieing.  (An ugly limitation that should be fixed.)
15659      Branch: perl
15660            ! lib/attributes.pm
15661 ____________________________________________________________________________
15662 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
15663         Log: Microperl tweaks.
15664      Branch: perl
15665            ! Makefile.micro uconfig.h uconfig.sh
15666 ____________________________________________________________________________
15667 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
15668         Log: Add make target for microperl (kind of silly, but convenient).
15669      Branch: perl
15670            ! Makefile.SH
15671 ____________________________________________________________________________
15672 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
15673         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
15674              for microperl.)
15675      Branch: perl
15676            ! doio.c
15677 ____________________________________________________________________________
15678 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
15679         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
15680              From: rspier@pobox.com (Robert Spier)
15681              Date: Sat, 26 May 2001 20:05:23 -0400
15682              Message-ID: <15120.17603.148648.12430@rls.cx>
15683              
15684              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
15685              From: rspier@pobox.com (Robert Spier)
15686              Date: Sun, 27 May 2001 00:23:12 -0400
15687              Message-ID: <15120.33072.511966.767230@rls.cx>
15688      Branch: perl
15689            ! doio.c pod/perlfunc.pod
15690 ____________________________________________________________________________
15691 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
15692         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
15693      Branch: perl
15694            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
15695 ____________________________________________________________________________
15696 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
15697         Log: Add README.tru64.
15698      Branch: perl
15699            + README.tru64
15700 ____________________________________________________________________________
15701 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
15702         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
15703      Branch: perl
15704            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
15705            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
15706            ! MANIFEST
15707 ____________________________________________________________________________
15708 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
15709         Log: Integrate I18N::LangTags from Sean Burke.
15710              
15711              TODO: the language list from RFC 3066 needs to be integrated
15712              and made available somehow.  The list is included in the
15713              I18N-LangTags 0.21 distribution, but it is undocumented
15714              and unconnected to the module.
15715      Branch: perl
15716            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
15717            ! MANIFEST
15718 ____________________________________________________________________________
15719 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
15720         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
15721              envisioned by Sarathy.
15722      Branch: perl
15723            ! t/op/ver.t toke.c
15724 ____________________________________________________________________________
15725 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
15726         Log: Subject: [ID 20010525.001] Pod typo nits fixed
15727              From: lvirden@cas.org
15728              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
15729              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
15730              
15731              minus the perlsolaris decimation plus the
15732              
15733              Subject: Re: [ID 20010525.001] Pod typo nits fixed
15734              From: "Philip Newton" <Philip.Newton@gmx.net>
15735              Date: Fri, 25 May 2001 18:05:55 +0200
15736              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
15737      Branch: perl
15738            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
15739            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
15740            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
15741            ! pod/perlutil.pod pod/perlxstut.pod
15742 ____________________________________________________________________________
15743 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
15744         Log: return clauses are nice.
15745      Branch: perl
15746            ! sv.c
15747 ____________________________________________________________________________
15748 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
15749         Log: Subject: change 10199 backwards?
15750              From: Doug MacEachern <dougm@covalent.net>
15751              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
15752              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
15753      Branch: perl
15754            ! sv.c
15755 ____________________________________________________________________________
15756 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
15757         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
15758              From: Hugo <hv@crypt.compulink.co.uk>
15759              Date: Sat, 26 May 2001 17:05:12 +0100
15760              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
15761      Branch: perl
15762            + t/op/gmagic.t
15763            ! MANIFEST doop.c embed.h embed.pl global.sym
15764            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
15765            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
15766 ____________________________________________________________________________
15767 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
15768         Log: Regen headers for #10221.
15769      Branch: perl
15770            ! global.sym objXSUB.h perlapi.c
15771 ____________________________________________________________________________
15772 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
15773         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
15774              From: Juha Laiho <juha.laiho@Elma.Net>
15775              Date: Thu, 3 May 2001 09:51:30 +0300
15776              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
15777      Branch: perl
15778            ! embed.pl
15779 ____________________________________________________________________________
15780 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
15781         Log: Subject: Re: [PATCH] Re: stability of sort()?
15782              From: "John P. Linderman" <jpl@research.att.com>
15783              Date: Sat, 26 May 2001 13:27:19 -0400
15784              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
15785      Branch: perl
15786            ! pod/perlfunc.pod
15787 ____________________________________________________________________________
15788 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
15789         Log: Integrate perlio.
15790      Branch: perl
15791           !> pod/perlguts.pod
15792 ____________________________________________________________________________
15793 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
15794         Log: Subject: [PATCH perl@10210] PerlIO for VMS
15795              From: "Craig A. Berry" <craigberry@mac.com>
15796              Date: Sat, 26 May 2001 09:34:11 -0500
15797              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
15798      Branch: perl
15799            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
15800            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
15801            ! vms/vmsish.h
15802 ____________________________________________________________________________
15803 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
15804         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
15805              From: David Dyck <dcd@tc.fluke.com>
15806              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
15807              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
15808      Branch: perl
15809            ! lib/perl5db.pl
15810 ____________________________________________________________________________
15811 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
15812         Log: Subject: utf8 regexp tests
15813              From: Hugo <hv@crypt.compulink.co.uk>
15814              Date: Fri, 25 May 2001 22:35:01 +0100
15815              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
15816      Branch: perl
15817            ! t/op/regexp.t
15818 ____________________________________________________________________________
15819 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
15820         Log: Subject: [PATCH] Re: stability of sort()?
15821              From: Nicholas Clark <nick@ccl4.org>
15822              Date: Fri, 25 May 2001 22:40:19 +0100
15823              Message-ID: <20010525224019.B86445@plum.flirble.org>
15824      Branch: perl
15825            ! pod/perlfunc.pod
15826 ____________________________________________________________________________
15827 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
15828         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
15829              From: John Peacock <jpeacock@rowman.com>
15830              Date: Thu, 24 May 2001 22:14:01 -0400
15831              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
15832      Branch: perl
15833            ! mg.c scope.c sv.c
15834 ____________________________________________________________________________
15835 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
15836         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
15837              From: Nicholas Clark <nick@ccl4.org>
15838              Date: Sun, 20 May 2001 19:24:13 +0100
15839              Message-ID: <20010520192413.G83222@plum.flirble.org>
15840      Branch: perl
15841            + lib/ExtUtils/Constant.pm t/lib/extutils.t
15842            ! MANIFEST utils/h2xs.PL
15843 ____________________________________________________________________________
15844 [ 10212] By: nick                                  on 2001/05/26  09:49:28
15845         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
15846              add a few more notes there on use of mortals on the stack.
15847      Branch: perlio
15848            ! pod/perlguts.pod
15849 ____________________________________________________________________________
15850 [ 10211] By: nick                                  on 2001/05/26  09:05:36
15851         Log: Integrate mainline
15852      Branch: perlio
15853           +> t/lib/fcntl.t t/pragma/vars.t
15854           !> (integrate 49 files)
15855 ____________________________________________________________________________
15856 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
15857         Log: Update Changes.
15858      Branch: perl
15859            ! Changes patchlevel.h
15860 ____________________________________________________________________________
15861 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
15862         Log: Based on
15863              
15864              Subject: [PATCH pp.c] Wrapping pack("C",256)
15865              From: Simon Cozens <simon@netthink.co.uk>
15866              Date: Sat, 12 May 2001 17:58:41 +0100
15867              Message-ID: <20010512175841.A6132@netthink.co.uk>
15868      Branch: perl
15869            ! pod/perldiag.pod pp.c t/pragma/warn/pp
15870 ____________________________________________________________________________
15871 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
15872         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
15873              From: "Brendan O'Dea" <bod@compusol.com.au>
15874              Date: Fri, 25 May 2001 11:18:29 +1000
15875              Message-ID: <20010525111829.A28411@compusol.com.au>
15876              
15877              (Slightly modified.)
15878      Branch: perl
15879            ! lib/Term/Cap.pm
15880 ____________________________________________________________________________
15881 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
15882         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
15883              From: Hugo <hv@crypt.compulink.co.uk>
15884              Date: Fri, 25 May 2001 02:13:25 +0100
15885              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
15886      Branch: perl
15887            ! t/op/misc.t
15888 ____________________________________________________________________________
15889 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
15890         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
15891              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
15892              Date: Fri, 25 May 2001 10:25:36 +0900
15893              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
15894      Branch: perl
15895            ! regcomp.c regexec.c
15896 ____________________________________________________________________________
15897 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
15898         Log: Subject: [PATCH #2] stash autovivification and method call error messages
15899              From: Ilmari Karonen <iltzu@sci.fi>
15900              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
15901              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
15902      Branch: perl
15903            ! gv.c pp_hot.c t/op/method.t
15904 ____________________________________________________________________________
15905 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
15906         Log: Add make target and documentation for gprof profiling.
15907      Branch: perl
15908            ! Makefile.SH pod/perlhack.pod
15909 ____________________________________________________________________________
15910 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
15911         Log: Subject: Don't think about UTF8 
15912              From: Mike Guy <mjtg@cam.ac.uk> 
15913              Date: Tue, 22 May 2001 14:35:39 +0100
15914              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
15915      Branch: perl
15916            ! sv.h
15917 ____________________________________________________________________________
15918 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
15919         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
15920              From: Geraint A Edwards <gedge@serf.org> 
15921              Date: Thu, 24 May 2001 22:51:24 +0100
15922              Message-Id: <20010524225124.A34981@cymru.serf.org>
15923      Branch: perl
15924            ! x2p/find2perl.PL
15925 ____________________________________________________________________________
15926 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
15927         Log: DB_File has its own attribute story.
15928      Branch: perl
15929            ! ext/DB_File/DB_File.xs
15930 ____________________________________________________________________________
15931 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
15932         Log: Subject: Re: Making perl with -Wall
15933              From: Andy Dougherty <doughera@lafayette.edu>
15934              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
15935              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
15936      Branch: perl
15937            ! perl.h
15938 ____________________________________________________________________________
15939 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
15940         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
15941              From: "Richard Soderberg" <rs@crystalflame.net>
15942              Date: Thu, 24 May 2001 08:58:16 -0700
15943              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
15944      Branch: perl
15945            ! sv.c
15946 ____________________________________________________________________________
15947 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
15948         Log: IV/UV casting fixes from Nicholas Clark.
15949      Branch: perl
15950            ! perl.h pp_sys.c util.c
15951 ____________________________________________________________________________
15952 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
15953         Log: Subject: Re: Making perl with -Wall
15954              From: Michael G Schwern <schwern@pobox.com>
15955              Date: Thu, 24 May 2001 15:40:28 +0100
15956              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
15957      Branch: perl
15958            ! malloc.c perl.h
15959 ____________________________________________________________________________
15960 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
15961         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
15962              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15963              Date: Tue, 22 May 2001 11:49:37 +0200
15964              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
15965      Branch: metaconfig
15966            ! U/modified/Oldsym.U
15967      Branch: metaconfig/U/perl
15968            ! patchlevel.U
15969      Branch: perl
15970            ! Configure config_h.SH myconfig.SH
15971 ____________________________________________________________________________
15972 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
15973         Log: Under versiononly install also the scripts with the version suffix.
15974              (e.g. .../bin/h2xs5.7.1)
15975      Branch: perl
15976            ! installperl
15977 ____________________________________________________________________________
15978 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
15979         Log: Subject: [PATCH] Stop segfault in mg.c:636
15980              From: "Richard Soderberg" <rs@crystalflame.net>
15981              Date: Thu, 24 May 2001 05:51:52 -0700
15982              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
15983      Branch: perl
15984            ! mg.c
15985 ____________________________________________________________________________
15986 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
15987         Log: Iteration continues; hopefully convergently.
15988      Branch: perl
15989            ! t/lib/b-stash.t
15990 ____________________________________________________________________________
15991 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
15992         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
15993              From: Gisle Aas <gisle@ActiveState.com>
15994              Date: 23 May 2001 16:13:10 -0700
15995              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
15996      Branch: perl
15997            ! op.c toke.c
15998 ____________________________________________________________________________
15999 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
16000         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
16001              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
16002              Date: Thu, 24 May 2001 05:05:22 -0500
16003              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
16004      Branch: perl
16005            ! lib/dumpvar.pl lib/perl5db.pl
16006 ____________________________________________________________________________
16007 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
16008         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
16009              From: David Dyck <dcd@tc.fluke.com>
16010              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
16011              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
16012      Branch: perl
16013            ! lib/perl5db.pl
16014 ____________________________________________________________________________
16015 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
16016         Log: Tiny pod nits on READMEs, mostly whitespace issues.
16017      Branch: perl
16018            ! README.amiga README.dos README.macos README.mpeix README.vmesa
16019            ! README.win32
16020 ____________________________________________________________________________
16021 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
16022         Log: The DG/UX part of the 20010521.005.
16023      Branch: perl
16024            ! README.dgux
16025 ____________________________________________________________________________
16026 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
16027         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
16028              From: Hugo <hv@crypt.compulink.co.uk>
16029              Date: Mon, 21 May 2001 16:32:02 +0100
16030              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
16031      Branch: perl
16032            ! regcomp.c t/op/misc.t
16033 ____________________________________________________________________________
16034 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
16035         Log: Subject: [PATCH] Extra UNIVERSAL tests
16036              From: Mike Guy <mjtg@cam.ac.uk>
16037              Date: Wed, 23 May 2001 12:29:20 +0100
16038              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
16039      Branch: perl
16040            ! t/op/universal.t
16041 ____________________________________________________________________________
16042 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
16043         Log: Subject: [PATCH] Remove EQ keyword
16044              From: Mike Guy <mjtg@cam.ac.uk>
16045              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
16046              Date: Wed, 23 May 2001 11:17:29 +0100
16047      Branch: perl
16048            ! keywords.h keywords.pl
16049 ____________________________________________________________________________
16050 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
16051         Log: Subject: [PATCH] lib/perl5db.pl
16052              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
16053              Date: Wed, 23 May 2001 02:18:03 -0500
16054              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
16055      Branch: perl
16056            ! lib/perl5db.pl
16057 ____________________________________________________________________________
16058 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
16059         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
16060              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
16061              Date: Tue, 22 May 2001 23:34:41 -0500
16062              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
16063      Branch: perl
16064            ! lib/Term/Cap.pm
16065 ____________________________________________________________________________
16066 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
16067         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
16068              From: davem@fdgroup.co.uk
16069              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
16070              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
16071      Branch: perl
16072            ! emacs/e2ctags.pl
16073 ____________________________________________________________________________
16074 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
16075         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
16076              From: Michael G Schwern <schwern@pobox.com>
16077              Date: Tue, 22 May 2001 14:15:09 +0100
16078              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
16079      Branch: perl
16080            ! lib/vars.pm
16081 ____________________________________________________________________________
16082 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
16083         Log: Subject: [PATCH lib/vars.pm] Odd code nit
16084              From: Michael G Schwern <schwern@pobox.com>
16085              Date: Tue, 22 May 2001 14:14:28 +0100
16086              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
16087      Branch: perl
16088            ! lib/vars.pm
16089 ____________________________________________________________________________
16090 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
16091         Log: Use the new use vars feature.
16092      Branch: perl
16093            ! t/lib/b-stash.t
16094 ____________________________________________________________________________
16095 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
16096         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
16097              From: Mike Guy <mjtg@cam.ac.uk>
16098              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16099              Date: Tue, 22 May 2001 13:11:39 +0100
16100      Branch: perl
16101            + t/pragma/vars.t
16102            ! MANIFEST lib/vars.pm t/lib/1_compile.t
16103 ____________________________________________________________________________
16104 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
16105         Log: -qlongdouble considered harmful by Merijn.
16106      Branch: perl
16107            ! hints/aix.sh
16108 ____________________________________________________________________________
16109 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
16110         Log: Update Changes.
16111      Branch: perl
16112            ! Changes patchlevel.h
16113 ____________________________________________________________________________
16114 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
16115         Log: Add a test of its very own for Fcntl.  Hopefully portable.
16116      Branch: perl
16117            + t/lib/fcntl.t
16118            ! MANIFEST
16119 ____________________________________________________________________________
16120 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
16121         Log: Must be trickier for 'minitest' not to die.
16122      Branch: perl
16123            ! t/op/taint.t
16124 ____________________________________________________________________________
16125 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
16126         Log: Can't declare other people's variables.
16127      Branch: perl
16128            ! t/lib/b-stash.t
16129 ____________________________________________________________________________
16130 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
16131         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
16132      Branch: perl
16133            ! doio.c t/op/taint.t
16134 ____________________________________________________________________________
16135 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
16136         Log: The OS/2 variable needs to be declared.
16137      Branch: perl
16138            ! t/lib/b-stash.t
16139 ____________________________________________________________________________
16140 [ 10170] By: nick                                  on 2001/05/20  16:48:29
16141         Log: Integrate mainline
16142      Branch: perlio
16143           !> (integrate 41 files)
16144 ____________________________________________________________________________
16145 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
16146         Log: Small perlsec updates: clarify the taintedness of filename
16147              globbing; suggest using Scalar::Util::tainted().
16148      Branch: perl
16149            ! pod/perlsec.pod
16150 ____________________________________________________________________________
16151 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
16152         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
16153              From: Dave Mitchell <davem@fdgroup.co.uk>
16154              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
16155              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
16156      Branch: perl
16157            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
16158            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
16159            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
16160            ! xsutils.c
16161 ____________________________________________________________________________
16162 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
16163         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
16164              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16165              Date: Sat, 19 May 2001 04:08:46 -0400
16166              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
16167      Branch: perl
16168            ! lib/ExtUtils/Mksymlists.pm makedef.pl
16169 ____________________________________________________________________________
16170 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
16171         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
16172              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16173              Date: Sat, 19 May 2001 04:30:45 -0400
16174              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
16175      Branch: perl
16176            ! os2/os2.c
16177 ____________________________________________________________________________
16178 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
16179         Log: Subject: [PATCH 5.6.1] build bugs OS/2
16180              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16181              Date: Sat, 19 May 2001 04:35:28 -0400
16182              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
16183      Branch: perl
16184            ! os2/Makefile.SHs os2/os2.c
16185 ____________________________________________________________________________
16186 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
16187         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
16188              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16189              Date: Sat, 19 May 2001 04:04:23 -0400
16190              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
16191              
16192              (In bleadperl patched b-stash.t instead of b.t)
16193      Branch: perl
16194            ! t/lib/b-stash.t t/lib/bigfltpm.t
16195 ____________________________________________________________________________
16196 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
16197         Log: Subject: [PATCH 5.6.1] perl5db
16198              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16199              Date: Sat, 19 May 2001 03:49:09 -0400
16200              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
16201      Branch: perl
16202            ! lib/perl5db.pl
16203 ____________________________________________________________________________
16204 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
16205         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
16206              From: Gisle Aas <gisle@ActiveState.com>
16207              Date: 18 May 2001 14:24:51 -0700
16208              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
16209      Branch: perl
16210            ! pp_ctl.c
16211 ____________________________________________________________________________
16212 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
16213         Log: Subject: [PATCH] Chomp should not always stringify
16214              From: Gisle Aas <gisle@ActiveState.com>
16215              Date: 18 May 2001 07:55:25 -0700
16216              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
16217      Branch: perl
16218            ! doop.c t/op/chop.t
16219 ____________________________________________________________________________
16220 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
16221         Log: Integrate perlio.
16222      Branch: perl
16223           !> pod/perlfunc.pod
16224 ____________________________________________________________________________
16225 [ 10159] By: nick                                  on 2001/05/20  09:39:46
16226         Log: Document some more of open's features.
16227      Branch: perlio
16228            ! pod/perlfunc.pod
16229 ____________________________________________________________________________
16230 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
16231         Log: back out change#10153 (it has compatibility issues such as the
16232              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
16233              benefit for 5.6.x doesn't seem worth the risk)
16234      Branch: maint-5.6/perl
16235            ! toke.c
16236 ____________________________________________________________________________
16237 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
16238         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
16239      Branch: perl
16240            ! x2p/s2p.PL
16241 ____________________________________________________________________________
16242 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
16243         Log: Update Changes.
16244      Branch: perl
16245            ! Changes patchlevel.h
16246 ____________________________________________________________________________
16247 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
16248         Log: Integrate change #10144 from maintperl.
16249              
16250              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
16251      Branch: perl
16252           !> win32/config.bc win32/config.gc win32/config.vc
16253           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
16254 ____________________________________________________________________________
16255 [ 10154] By: nick                                  on 2001/05/18  07:23:03
16256         Log: Integrate mainline.
16257      Branch: perlio
16258           +> README.dgux t/lib/i18n-collate.t utils.lst
16259           !> (integrate 49 files)
16260 ____________________________________________________________________________
16261 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
16262         Log: Integrate change #7224 from mainline into maintperl.
16263              
16264              Allow @+ and @- to be doublequoted, from Simon Cozens. 
16265              (Approved by Larry, see Tom's comment in 20000830.005.)
16266      Branch: maint-5.6/perl
16267           !> toke.c
16268 ____________________________________________________________________________
16269 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
16270         Log: Subject: [PATCH bleadperl] small lookbehind fix
16271              From: Hugo <hv@crypt.compulink.co.uk>
16272              Date: Fri, 18 May 2001 00:07:19 +0100
16273              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
16274      Branch: perl
16275            ! regexec.c
16276 ____________________________________________________________________________
16277 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
16278         Log: Detypos.
16279      Branch: perl
16280            ! installman utils.lst
16281 ____________________________________________________________________________
16282 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
16283         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
16284              in 20001222.001.
16285      Branch: perl
16286            ! t/lib/glob-basic.t
16287 ____________________________________________________________________________
16288 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
16289         Log: Subject: [PATCH] Test for bug 20010515.004
16290              From: Benjamin Sugars <bsugars@canoe.ca>
16291              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
16292              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
16293      Branch: perl
16294            ! t/op/misc.t
16295 ____________________________________________________________________________
16296 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
16297         Log: Integrate #10145 from maintperl.
16298              
16299              fix for ID 20010515.004 (needs test)
16300      Branch: perl
16301           !> pp_hot.c
16302 ____________________________________________________________________________
16303 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
16304         Log: Thinko noticed by Doug MacEachern.
16305      Branch: perl
16306            ! thread.h
16307 ____________________________________________________________________________
16308 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
16309         Log: Subject: Re: [PATCH] HERE mark in regex
16310              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
16311              Date: Thu, 17 May 2001 12:20:33 -0400
16312              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
16313      Branch: perl
16314            ! t/op/re_tests
16315 ____________________________________________________________________________
16316 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
16317         Log: fix for ID 20010515.004 (needs test)
16318      Branch: maint-5.6/perl
16319            ! pp_hot.c
16320 ____________________________________________________________________________
16321 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
16322         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
16323      Branch: maint-5.6/perl
16324            ! win32/config.bc win32/config.gc win32/config.vc
16325            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16326 ____________________________________________________________________________
16327 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
16328         Log: Macrofy the getspecific (and use it also in util.c)
16329      Branch: perl
16330            ! thread.h util.c
16331 ____________________________________________________________________________
16332 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
16333         Log: Use the unchecked thread-specific key fetch also in Tru64.
16334      Branch: perl
16335            ! thread.h
16336 ____________________________________________________________________________
16337 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
16338         Log: Subject: [PATCH 5.6.1]Quick thread speedup
16339              From: Dan Sugalski <dan@sidhe.org> 
16340              Date: Wed, 16 May 2001 18:05:19 -0400
16341              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
16342      Branch: perl
16343            ! thread.h util.c
16344 ____________________________________________________________________________
16345 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
16346         Log: I think this is quite enough testing for a deprecated feature.
16347      Branch: perl
16348            + t/lib/i18n-collate.t
16349            ! MANIFEST t/lib/1_compile.t
16350 ____________________________________________________________________________
16351 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
16352         Log: More HP-UX lore from Jeff Okamoto.
16353      Branch: perl
16354            ! README.hpux
16355 ____________________________________________________________________________
16356 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
16357         Log: Sort utils.lst for easier maintenance.
16358      Branch: perl
16359            ! utils.lst
16360 ____________________________________________________________________________
16361 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
16362         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
16363              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16364              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
16365              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
16366              
16367              Add pod2latex to utils.lst.
16368      Branch: perl
16369            ! MANIFEST utils.lst
16370 ____________________________________________________________________________
16371 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
16372         Log: Subject: Re: [PATCH] HERE mark in regex
16373              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
16374              Date: Wed, 16 May 2001 13:04:43 -0400
16375              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
16376      Branch: perl
16377            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
16378            ! t/op/regmesg.t t/pragma/warn/regcomp
16379 ____________________________________________________________________________
16380 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
16381         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
16382              From: Simon Cozens <simon@netthink.co.uk>
16383              Date: Wed, 16 May 2001 18:02:08 +0100
16384              Message-ID: <20010516180208.A6458@netthink.co.uk>
16385      Branch: perl
16386            ! installman utils.lst
16387 ____________________________________________________________________________
16388 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
16389         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
16390              From: "Philip Newton" <pnewton@gmx.de>
16391              Date: Tue, 15 May 2001 15:09:30 +0200
16392              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
16393              
16394              Test case for #10128.
16395      Branch: perl
16396            ! t/pragma/warn/pp_hot
16397 ____________________________________________________________________________
16398 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
16399         Log: Update Changes.
16400      Branch: perl
16401            ! Changes patchlevel.h
16402 ____________________________________________________________________________
16403 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
16404         Log: Deprecate pseudo-hashes.
16405      Branch: perl
16406            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
16407 ____________________________________________________________________________
16408 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
16409         Log: HP-UX hints update from Merijn.
16410      Branch: perl
16411            ! hints/hpux.sh
16412 ____________________________________________________________________________
16413 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
16414         Log: README.hpux update from Merijn.
16415      Branch: perl
16416            ! README.hpux
16417 ____________________________________________________________________________
16418 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
16419         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
16420              From: Simon Cozens <simon@netthink.co.uk>
16421              Date: Wed, 16 May 2001 15:57:55 +0100
16422              Message-ID: <20010516155755.A4728@netthink.co.uk>
16423      Branch: perl
16424            + utils.lst
16425            ! MANIFEST installman installperl
16426 ____________________________________________________________________________
16427 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
16428         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
16429              From: "Philip Newton" <pnewton@gmx.de>
16430              Date: Tue, 15 May 2001 16:31:05 +0200
16431              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
16432              
16433              Fix PERL_Y2KWARN test to check before rather than after appending.
16434      Branch: perl
16435            ! pp_hot.c
16436 ____________________________________________________________________________
16437 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
16438         Log: Regen Porting stuff.
16439      Branch: perl
16440            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16441            ! config_h.SH
16442 ____________________________________________________________________________
16443 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
16444         Log: Metaconfig unit change for #10125.
16445      Branch: metaconfig
16446            ! U/modified/Oldconfig.U
16447 ____________________________________________________________________________
16448 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
16449         Log: Use OSVERS.
16450      Branch: perl
16451            ! Configure config_h.SH perl.c
16452 ____________________________________________________________________________
16453 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
16454         Log: Regen toc.
16455      Branch: perl
16456            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
16457 ____________________________________________________________________________
16458 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
16459         Log: Adding the README.dgux to the MANIFEST would be a good idea.
16460      Branch: perl
16461            ! MANIFEST
16462 ____________________________________________________________________________
16463 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
16464         Log: Move the stack desire definition to thread.h.
16465      Branch: perl
16466            ! ext/Thread/Thread.xs thread.h
16467 ____________________________________________________________________________
16468 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
16469         Log: DG-UX threading patches, including a README.dgux,
16470              from Takis Psarogiannakopoulos.
16471      Branch: perl
16472            + README.dgux
16473            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
16474 ____________________________________________________________________________
16475 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
16476         Log: Subject: [PATCH B::Deparse] More on /x regexes
16477              From: Robin Houston <robin@kitsite.com>
16478              Date: Tue, 15 May 2001 19:09:35 +0100
16479              Message-ID: <20010515190935.A27268@penderel>
16480      Branch: perl
16481            ! ext/B/B/Deparse.pm
16482 ____________________________________________________________________________
16483 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
16484         Log: Document that the core time() may be rounding rather
16485              than truncating, would have saved at least my confusion.
16486      Branch: perl
16487            ! ext/Time/HiRes/HiRes.pm
16488 ____________________________________________________________________________
16489 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
16490         Log: Subject: perl-current/t/time-hires.t
16491              From: John Peacock <jpeacock@rowman.com>
16492              Date: Fri, 11 May 2001 14:09:41 -0400
16493              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
16494      Branch: perl
16495            ! t/lib/time-hires.t
16496 ____________________________________________________________________________
16497 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
16498         Log: Subject: [PATCH dump.c] Op private flags
16499              From: Simon Cozens <simon@netthink.co.uk>
16500              Date: Sun, 13 May 2001 20:20:36 +0100
16501              Message-ID: <20010513202036.A21896@netthink.co.uk>
16502      Branch: perl
16503            ! dump.c
16504 ____________________________________________________________________________
16505 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
16506         Log: Upgrade to Switch 2.03.
16507      Branch: perl
16508            ! lib/Switch.pm
16509 ____________________________________________________________________________
16510 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
16511         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
16512              to PERL_CONFIG_SH and use it consistently.
16513      Branch: maint-5.6/perl
16514           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
16515           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
16516           !> myconfig.SH writemain.SH
16517 ____________________________________________________________________________
16518 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
16519         Log: Metaconfig units changes for #10113.
16520      Branch: metaconfig
16521            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
16522 ____________________________________________________________________________
16523 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
16524         Log: The problem described in 20010514.031 still wasn't
16525              fully cured, there were remnants of $CONFIG when
16526              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
16527              to avoid future conflicts.
16528      Branch: perl
16529            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
16530            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
16531            ! myconfig.SH writemain.SH
16532 ____________________________________________________________________________
16533 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
16534         Log: Half of #10107 got lost.
16535      Branch: perl
16536            ! ext/B/B/Deparse.pm
16537 ____________________________________________________________________________
16538 [ 10111] By: nick                                  on 2001/05/15  08:39:14
16539         Log: Integrate mainline.
16540      Branch: perlio
16541           +> ext/POSIX/hints/uts.pl
16542            - Todo Todo-5.6 t/camel-III/vstring.t
16543           !> (integrate 48 files)
16544 ____________________________________________________________________________
16545 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
16546         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
16547              From: Robin Houston <robin@kitsite.com>
16548              Date: Mon, 14 May 2001 22:27:08 +0100
16549              Message-ID: <20010514222708.A22963@penderel>
16550      Branch: perl
16551            ! t/TestInit.pm
16552 ____________________________________________________________________________
16553 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
16554         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
16555              From: Robin Houston <robin@kitsite.com>
16556              Date: Mon, 14 May 2001 22:16:43 +0100
16557              Message-ID: <20010514221643.A22437@penderel>
16558      Branch: perl
16559            ! ext/B/B/Deparse.pm
16560 ____________________________________________________________________________
16561 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
16562         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
16563              From: Robin Houston <robin@kitsite.com>
16564              Date: Mon, 14 May 2001 22:03:44 +0100
16565              Message-ID: <20010514220344.A20643@penderel>
16566      Branch: perl
16567            ! ext/B/B/Deparse.pm
16568 ____________________________________________________________________________
16569 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
16570         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
16571              From: Robin Houston <robin@kitsite.com>
16572              Date: Mon, 14 May 2001 22:10:07 +0100
16573              Message-ID: <20010514221007.A21118@penderel>
16574      Branch: perl
16575            ! ext/B/B/Deparse.pm
16576 ____________________________________________________________________________
16577 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
16578         Log: Fix for 20010514.037; substr() didn't invalidate the locale
16579              collation magic.
16580      Branch: perl
16581            ! pp.c
16582 ____________________________________________________________________________
16583 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
16584         Log: Update Changes.
16585      Branch: perl
16586            ! Changes patchlevel.h
16587 ____________________________________________________________________________
16588 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
16589         Log: Retract #10094.
16590      Branch: perl
16591            ! lib/Pod/Text.pm
16592 ____________________________________________________________________________
16593 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
16594         Log: Integrate change #10100 from maintperl.
16595              
16596              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
16597              bug ID 20010514.027)
16598      Branch: perl
16599           !> mg.c pp_ctl.c
16600 ____________________________________________________________________________
16601 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
16602         Log: Document the deprecatedness of suidperl.
16603      Branch: perl
16604            ! INSTALL pod/perlfaq1.pod
16605 ____________________________________________________________________________
16606 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
16607         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
16608              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
16609              Date: Mon, 14 May 2001 09:38:59 -0400
16610              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
16611      Branch: perl
16612            ! lib/ExtUtils/MM_Unix.pm
16613 ____________________________________________________________________________
16614 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
16615         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
16616              bug ID 20010514.027)
16617              
16618              TODO: this needs a testsuite addition
16619      Branch: maint-5.6/perl
16620            ! mg.c pp_ctl.c
16621 ____________________________________________________________________________
16622 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
16623         Log: More DWIMminess for Class::Struct: calling the array or hash
16624              accessors only with one argument, an array or a hash reference,
16625              sets the underlying array or hash.  This mirrors nicely also
16626              the usage in the constructor.
16627              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
16628      Branch: perl
16629            ! lib/Class/Struct.pm t/lib/class-struct.t
16630 ____________________________________________________________________________
16631 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
16632         Log: Reference cmp'ing should go through the whole stringification
16633              process shebang, as pointed out by Sarathy in #10091.
16634      Branch: perl
16635            ! pp.c
16636 ____________________________________________________________________________
16637 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
16638         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
16639              From: Simon Cozens <simon@netthink.co.uk>
16640              Date: Sat, 12 May 2001 16:36:27 +0100
16641              Message-ID: <20010512163627.A5522@netthink.co.uk>
16642              
16643              with some additions salvaged from Todo and Todo-5.6 before
16644              retiring them.
16645      Branch: perl
16646            - Todo Todo-5.6
16647            ! MANIFEST pod/perltodo.pod
16648 ____________________________________________________________________________
16649 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
16650         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
16651              From: "Golubev I. N." <gin@mo.msk.ru>
16652              Date: Mon, 07 May 2001 14:33:34 (GMT)
16653              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
16654      Branch: perl
16655            ! perl.h
16656 ____________________________________________________________________________
16657 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
16658         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
16659              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
16660              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
16661              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
16662      Branch: perl
16663            ! lib/ExtUtils/MM_Unix.pm
16664 ____________________________________________________________________________
16665 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
16666         Log: (Retracted by #10104.)
16667              
16668              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
16669              From: barries <barries@slaysys.com>
16670              Date: Sat, 12 May 2001 01:28:10 -0400
16671              Message-ID: <20010512012810.B26358@jester.slaysys.com>
16672      Branch: perl
16673            ! lib/Pod/Text.pm
16674 ____________________________________________________________________________
16675 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
16676         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
16677              From: Mike Guy <mjtg@cam.ac.uk>
16678              Date: Sat, 12 May 2001 19:24:33 +0100
16679              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
16680      Branch: perl
16681            ! lib/AutoSplit.pm
16682 ____________________________________________________________________________
16683 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
16684         Log: Yet another HP-UX hints tweak from Merijn.
16685      Branch: perl
16686            ! hints/hpux.sh
16687 ____________________________________________________________________________
16688 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
16689         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
16690              isn't defined (changes#9366,9368,9370 from mainline without the
16691              pp_scmp() change)
16692      Branch: maint-5.6/perl
16693            ! pp.c pp.h pp_hot.c
16694 ____________________________________________________________________________
16695 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
16696         Log: The sorting seems to happen now automatically.
16697      Branch: perl
16698            ! t/lib/glob-basic.t
16699 ____________________________________________________________________________
16700 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
16701         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
16702              From: Benjamin Sugars <bsugars@canoe.ca>
16703              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
16704              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
16705      Branch: perl
16706            ! pod/perlfunc.pod
16707 ____________________________________________________________________________
16708 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
16709         Log: Subject: Re: undef(&foo) does not work for XS functions
16710              From: Doug MacEachern <dougm@covalent.net>
16711              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
16712              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
16713      Branch: perl
16714            ! op.c
16715 ____________________________________________________________________________
16716 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
16717         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
16718              From: Peter Prymmer <pvhp@forte.com>
16719              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
16720              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
16721      Branch: perl
16722            ! t/op/append.t
16723 ____________________________________________________________________________
16724 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
16725         Log: Update Changes.
16726      Branch: perl
16727            ! Changes patchlevel.h
16728 ____________________________________________________________________________
16729 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
16730         Log: Remove the 'asciir' re subpragma.  Should instead implement
16731              the 'physical vs logical' range scheme:
16732              
16733              \xAA-\xCC is a native physical range, you want that range of
16734              codepoints in your native encoding.  In EBCDIC the codepoints
16735              in the gaps (between i-j and r-s) should be included.
16736              
16737              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
16738              codepoints in Unicode.
16739              
16740              a-z is a logical range, you want that range of 'logical' codepoints
16741              in your native encoding.  In EBCDIC the codepoints in the gaps
16742              (between i-j and r-s) should not be included.
16743              
16744              Mixed cases (a-\xAA, etc) should either be errors, or maybe
16745              the 'logical' endpoints should be converted to native/Unicode
16746              codepoints, and the range handled as a physical range.
16747              
16748              'Logical endpoints' are to be recognized only in the A-Z, a-z,
16749              and 0-9 ranges.  Probably a warning should be given for mixed
16750              cases like A-z or a-9 (since such expressions are encoding
16751              dependent), with a recommendation to use physical ranges.
16752      Branch: perl
16753            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
16754            ! t/op/regexp.t
16755 ____________________________________________________________________________
16756 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
16757         Log: Make the test to cleanup the test directory tree
16758              both before and after the testing so that we always
16759              have a clean slate to work with.
16760      Branch: perl
16761            ! t/lib/filefind.t
16762 ____________________________________________________________________________
16763 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
16764         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
16765              From: Jon Eveland <jweveland@yahoo.com>
16766              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
16767              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
16768      Branch: perl
16769            ! pod/perlfunc.pod
16770 ____________________________________________________________________________
16771 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
16772         Log: Merge the camel-III/vstring.t with op/ver.t.
16773      Branch: perl
16774            - t/camel-III/vstring.t
16775            ! MANIFEST t/TEST t/harness t/op/ver.t
16776 ____________________________________________________________________________
16777 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
16778         Log: Add test.deparse make target.
16779      Branch: perl
16780            ! Makefile.SH
16781 ____________________________________________________________________________
16782 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
16783         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
16784              From: Robin Houston <robin@kitsite.com>
16785              Date: Fri, 11 May 2001 12:02:22 +0100
16786              Message-ID: <20010511120222.A11529@penderel>
16787      Branch: perl
16788            ! ext/B/B/Deparse.pm t/op/method.t
16789 ____________________________________________________________________________
16790 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
16791         Log: A nicely working combination for UTS from Hal Morris.
16792      Branch: perl
16793            + ext/POSIX/hints/uts.pl
16794            ! MANIFEST hints/uts.sh
16795 ____________________________________________________________________________
16796 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
16797         Log: i_ieeefp=undef for UTS.
16798      Branch: perl
16799            ! hints/uts.sh
16800 ____________________________________________________________________________
16801 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
16802         Log: Subject: RE: rand(0) is rand(1)
16803              From: Larry Shatzer <lshatzer@islanddata.com>
16804              Date: Thu, 10 May 2001 11:09:27 -0700
16805              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
16806      Branch: perl
16807            ! pod/perlfunc.pod
16808 ____________________________________________________________________________
16809 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
16810         Log: Subject: [patch] make op_{clear,null} public
16811              From: Doug MacEachern <dougm@covalent.net>
16812              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
16813              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
16814      Branch: perl
16815            ! embed.h embed.pl op.c proto.h
16816 ____________________________________________________________________________
16817 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
16818         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
16819              From: Robin Houston <robin@kitsite.com>
16820              Date: Thu, 10 May 2001 18:54:59 +0100
16821              Message-ID: <20010510185459.A5995@penderel>
16822      Branch: perl
16823            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
16824 ____________________________________________________________________________
16825 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
16826         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
16827              From: Robin Houston <robin@kitsite.com>
16828              Date: Thu, 10 May 2001 12:56:39 +0100
16829              Message-ID: <20010510125639.A2119@penderel>
16830      Branch: perl
16831            ! ext/B/B/Deparse.pm
16832 ____________________________________________________________________________
16833 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
16834         Log: Retract #10070, not ready yet.
16835      Branch: perl
16836            ! ext/B/B/Deparse.pm
16837 ____________________________________________________________________________
16838 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
16839         Log: The metaconfig unit change for #10071.
16840      Branch: metaconfig
16841            ! U/modified/mallocsrc.U
16842 ____________________________________________________________________________
16843 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
16844         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
16845      Branch: perl
16846            ! Configure
16847 ____________________________________________________________________________
16848 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
16849         Log: (Retracted by #10073)
16850              
16851              Subject: Re: [PATCH t/TEST] B::Deparse tester 
16852              From: Hugo <hv@crypt.compulink.co.uk>
16853              Date: Thu, 10 May 2001 05:48:09 +0100
16854              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
16855      Branch: perl
16856            ! ext/B/B/Deparse.pm
16857 ____________________________________________________________________________
16858 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
16859         Log: Add a for(func()) test.
16860      Branch: perl
16861            ! t/cmd/for.t
16862 ____________________________________________________________________________
16863 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
16864         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
16865              From: Robin Houston <robin@kitsite.com>
16866              Date: Thu, 10 May 2001 13:50:08 +0100
16867              Message-ID: <20010510135008.A2454@penderel>
16868      Branch: perl
16869            ! ext/B/B/Deparse.pm
16870 ____________________________________________________________________________
16871 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
16872         Log: A thinko in #10065.
16873      Branch: perl
16874            ! hv.c
16875 ____________________________________________________________________________
16876 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
16877         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
16878              From: Robin Houston <robin@kitsite.com>
16879              Date: Thu, 10 May 2001 02:10:34 +0100
16880              Message-ID: <20010510021034.A19421@penderel>
16881      Branch: perl
16882            ! ext/B/B.xs ext/B/B/Deparse.pm
16883 ____________________________________________________________________________
16884 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
16885         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
16886              From: Doug MacEachern <dougm@covalent.net>
16887              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
16888              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
16889      Branch: perl
16890            ! hv.c
16891 ____________________________________________________________________________
16892 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
16893         Log: One more workaround for the UTS compiler from Hal Morris.
16894      Branch: perl
16895            ! perl.h
16896 ____________________________________________________________________________
16897 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
16898         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
16899              From: Robin Houston <robin@kitsite.com>
16900              Date: Thu, 10 May 2001 01:02:08 +0100
16901              Message-ID: <20010510010208.A18200@penderel>
16902      Branch: perl
16903            ! ext/B/B/Debug.pm
16904 ____________________________________________________________________________
16905 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
16906         Log: Subject: [PATCH] Simplify deb_curcv() a bit
16907              From: Benjamin Sugars <bsugars@canoe.ca>
16908              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
16909              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
16910      Branch: perl
16911            ! run.c
16912 ____________________________________________________________________________
16913 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
16914         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
16915              From: Benjamin Sugars <bsugars@canoe.ca>
16916              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
16917              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
16918      Branch: perl
16919            ! t/lib/io_scalar.t
16920 ____________________________________________________________________________
16921 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
16922         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
16923              From: Peter Prymmer <pvhp@forte.com>
16924              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
16925              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
16926      Branch: perl
16927            ! t/lib/md5-file.t
16928 ____________________________________________________________________________
16929 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
16930         Log: Subject: [PATCH t/TEST] B::Deparse tester
16931              From: Robin Houston <robin@kitsite.com>
16932              Date: Wed, 9 May 2001 19:17:50 +0100
16933              Message-ID: <20010509191750.A16940@penderel>
16934      Branch: perl
16935            ! ext/B/O.pm t/TEST
16936 ____________________________________________________________________________
16937 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
16938         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
16939              From: Jeff Pinyan <jeffp@crusoe.net>
16940              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
16941              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
16942      Branch: perl
16943            ! lib/Pod/Html.pm
16944 ____________________________________________________________________________
16945 [ 10057] By: nick                                  on 2001/05/09  18:37:56
16946         Log: Integrate mainline.
16947      Branch: perlio
16948           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
16949           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
16950 ____________________________________________________________________________
16951 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
16952         Log: Update Changes.
16953      Branch: perl
16954            ! Changes patchlevel.h
16955 ____________________________________________________________________________
16956 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
16957         Log: Integrate perlio.
16958      Branch: perl
16959           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
16960 ____________________________________________________________________________
16961 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
16962         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
16963              From: Benjamin Sugars <bsugars@canoe.ca>
16964              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
16965              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
16966      Branch: perl
16967            ! perlio.c
16968 ____________________________________________________________________________
16969 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
16970         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
16971              From: Benjamin Sugars <bsugars@canoe.ca>
16972              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
16973              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
16974      Branch: perl
16975            ! ext/PerlIO/Scalar/Scalar.xs
16976 ____________________________________________________________________________
16977 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
16978         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
16979              From: Jeff Pinyan <jeffp@crusoe.net>
16980              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
16981              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
16982      Branch: perl
16983            ! lib/Pod/Html.pm
16984 ____________________________________________________________________________
16985 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
16986         Log: EPOC tweak from Olaf Flebbe.
16987      Branch: perl
16988            ! epoc/epocish.h
16989 ____________________________________________________________________________
16990 [ 10050] By: nick                                  on 2001/05/09  14:37:57
16991         Log: win32, regen_config_h
16992      Branch: perlio
16993            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16994 ____________________________________________________________________________
16995 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
16996         Log: Integrate perlio.
16997      Branch: perl
16998           !> pp_sys.c
16999 ____________________________________________________________________________
17000 [ 10048] By: nick                                  on 2001/05/09  11:59:50
17001         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
17002              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
17003      Branch: perlio
17004            ! pp_sys.c
17005 ____________________________________________________________________________
17006 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
17007         Log: Integrate perlio.
17008      Branch: perl
17009           !> run.c
17010 ____________________________________________________________________________
17011 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
17012         Log: Subject: Re: Less warnings during configure
17013              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17014              Date: Wed, 09 May 2001 13:12:49 +0200
17015              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
17016      Branch: perl
17017            ! hints/hpux.sh
17018 ____________________________________________________________________________
17019 [ 10045] By: nick                                  on 2001/05/09  09:56:59
17020         Log: MULTIPLICITY/DEBUGGING build fix.
17021      Branch: perlio
17022            ! run.c
17023 ____________________________________________________________________________
17024 [ 10044] By: nick                                  on 2001/05/09  09:46:37
17025         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
17026      Branch: perlio
17027           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
17028            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
17029           !> (integrate 65 files)
17030 ____________________________________________________________________________
17031 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
17032         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
17033              From: Robin Houston <robin@kitsite.com>
17034              Date: Tue, 8 May 2001 19:38:00 +0100
17035              Message-ID: <20010508193800.A4389@penderel>
17036              
17037              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
17038              From: Robin Houston <robin@kitsite.com>
17039              Date: Tue, 8 May 2001 20:03:57 +0100
17040              Message-ID: <20010508200357.A4614@penderel>
17041              
17042              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
17043              From: Robin Houston <robin@kitsite.com>
17044              Date: Wed, 9 May 2001 00:12:05 +0100
17045              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
17046      Branch: perl
17047            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
17048 ____________________________________________________________________________
17049 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
17050         Log: Retract #10031.
17051      Branch: perl
17052            ! pod/perlfunc.pod
17053 ____________________________________________________________________________
17054 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
17055         Log: The metaconfig unit changes for #10040.
17056      Branch: metaconfig/U/perl
17057            ! Checkcc.U d_dlsymun.U dlsrc.U
17058 ____________________________________________________________________________
17059 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
17060         Log: The Configure half of
17061              
17062              Subject: Less warnings during configure
17063              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17064              Date: Tue, 08 May 2001 08:44:02 +0200
17065              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
17066      Branch: perl
17067            ! Configure
17068 ____________________________________________________________________________
17069 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
17070         Log: Subject: Less warnings during configure
17071              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17072              Date: Tue, 08 May 2001 08:44:02 +0200
17073              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
17074      Branch: perl
17075            ! hints/hpux.sh
17076 ____________________________________________________________________________
17077 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
17078         Log: Don't forget to whine about \d__\d.
17079      Branch: perl
17080            ! t/pragma/warn/toke toke.c
17081 ____________________________________________________________________________
17082 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
17083         Log: Allow underscores also in the exponent part.
17084      Branch: perl
17085            ! t/pragma/warn/toke toke.c
17086 ____________________________________________________________________________
17087 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
17088         Log: CodeMagicCD doesn't look like an *I*DE.
17089      Branch: perl
17090            ! pod/perlfaq3.pod
17091 ____________________________________________________________________________
17092 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
17093         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
17094              to be consistently down).
17095      Branch: perl
17096            ! pod/perlfaq3.pod
17097 ____________________________________________________________________________
17098 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
17099         Log: Upgrade to Text::Balanced 1.84.
17100      Branch: perl
17101            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
17102 ____________________________________________________________________________
17103 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
17104         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
17105              From: Benjamin Sugars <bsugars@canoe.ca>
17106              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
17107              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
17108      Branch: perl
17109            ! run.c
17110 ____________________________________________________________________________
17111 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
17112         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
17113              From: Peter Prymmer <pvhp@forte.com>
17114              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
17115              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
17116      Branch: perl
17117            ! t/pod/plainer.t
17118 ____________________________________________________________________________
17119 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
17120         Log: (Retracted by #10042)
17121              
17122              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
17123              From: "Philip Newton" <pnewton@gmx.de>
17124              Date: Tue, 8 May 2001 09:18:10 +0200
17125              Message-ID: <3AF7B9D2.28861.603732@localhost>
17126      Branch: perl
17127            ! pod/perlfunc.pod
17128 ____________________________________________________________________________
17129 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
17130         Log: Subject: [PATCH B::Deparse] Document known bugs
17131              From: Robin Houston <robin@kitsite.com>
17132              Date: Tue, 8 May 2001 01:53:34 +0100
17133              Message-ID: <20010508015334.A32394@penderel>
17134      Branch: perl
17135            ! ext/B/B/Deparse.pm
17136 ____________________________________________________________________________
17137 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
17138         Log: Subject: Re: Perl book, magazine and website updates.
17139              From: "Philip Newton" <pnewton@gmx.de>
17140              Date: Mon, 7 May 2001 17:03:58 +0200
17141              Message-ID: <3AF6D57E.5387.1E29930@localhost>
17142      Branch: perl
17143            ! pod/perlfaq2.pod
17144 ____________________________________________________________________________
17145 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
17146         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
17147              From: Peter Prymmer <pvhp@forte.com>
17148              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
17149              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
17150      Branch: perl
17151            ! t/io/fflush.t
17152 ____________________________________________________________________________
17153 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
17154         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
17155              From: Robin Houston <robin@kitsite.com>
17156              Date: Tue, 8 May 2001 01:14:55 +0100
17157              Message-ID: <20010508011455.A32162@penderel>
17158      Branch: perl
17159            ! ext/B/B/Deparse.pm
17160 ____________________________________________________________________________
17161 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
17162         Log: Typo in #10025.
17163      Branch: perl
17164            ! hints/uts.sh
17165 ____________________________________________________________________________
17166 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
17167         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
17168      Branch: perl
17169            ! hints/uts.sh
17170 ____________________________________________________________________________
17171 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
17172         Log: Subject: Re: [ID 20010506.045] question about hash syntax
17173              From: Peter Scott <Peter@PSDT.com>
17174              Date: Sun, 06 May 2001 13:10:40 -0700
17175              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
17176      Branch: perl
17177            ! pod/perl56delta.pod
17178 ____________________________________________________________________________
17179 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
17180         Log: Configure should figure out the list of dynamic extensions
17181              just fine in UTS-- and in fact it does, as reported by Hal Morris.
17182      Branch: perl
17183            ! hints/uts.sh
17184 ____________________________________________________________________________
17185 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
17186         Log: Update Changes.
17187      Branch: perl
17188            ! Changes patchlevel.h
17189 ____________________________________________________________________________
17190 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
17191         Log: Subject: [PATCH regcomp.c] Insecure regexes
17192              From: Robin Houston <robin@kitsite.com>
17193              Date: Mon, 7 May 2001 21:56:12 +0100
17194              Message-ID: <20010507215612.A31114@penderel>
17195      Branch: perl
17196            ! regcomp.c
17197 ____________________________________________________________________________
17198 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
17199         Log: Drop the foobar.perl.com references for now until Simon
17200              gets them sorted out.
17201      Branch: perl
17202            ! pod/perlfaq2.pod
17203 ____________________________________________________________________________
17204 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
17205         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
17206              From: Prymmer/Kahn <pvhp@best.com>
17207              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
17208              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
17209      Branch: perl
17210            ! lib/Devel/SelfStubber.pm
17211 ____________________________________________________________________________
17212 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
17213         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
17214              From: Prymmer/Kahn <pvhp@best.com>
17215              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
17216              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
17217      Branch: perl
17218            ! win32/Makefile
17219 ____________________________________________________________________________
17220 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
17221         Log: s/WebTechnique's/WebTechniques/
17222      Branch: perl
17223            ! pod/perlfaq2.pod
17224 ____________________________________________________________________________
17225 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
17226         Log: Llama 3 updates from Randal.
17227      Branch: perl
17228            ! pod/perlfaq2.pod
17229 ____________________________________________________________________________
17230 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
17231         Log: Subject: [PATCH] Help -Dt show correct pad variables
17232              From: Benjamin Sugars <ben.sugars@home.com>
17233              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
17234              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
17235      Branch: perl
17236            ! embed.h embed.pl proto.h run.c
17237 ____________________________________________________________________________
17238 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
17239         Log: Subject: [PATCH] Document C<our $foo : shared>
17240              From: Benjamin Sugars <ben.sugars@home.com>
17241              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
17242              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
17243      Branch: perl
17244            ! pod/perlfunc.pod
17245 ____________________________________________________________________________
17246 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
17247         Log: Subject: [PATCH B::Deparse] undefined folded constants
17248              From: Robin Houston <robin@kitsite.com>
17249              Date: Sun, 6 May 2001 17:19:09 +0100
17250              Message-ID: <20010506171909.A7046@penderel>
17251      Branch: perl
17252            ! ext/B/B/Deparse.pm
17253 ____________________________________________________________________________
17254 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
17255         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
17256              From: Robin Houston <robin@kitsite.com>
17257              Message-ID: <20010506164654.A6848@penderel>
17258              Date: Sun, 6 May 2001 16:46:54 +0100
17259      Branch: perl
17260            ! ext/B/B/Deparse.pm
17261 ____________________________________________________________________________
17262 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
17263         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
17264              From: Robin Houston <robin@kitsite.com>
17265              Date: Sun, 6 May 2001 14:47:02 +0100
17266              Message-ID: <20010506144702.A6308@penderel>
17267      Branch: perl
17268            ! t/op/my_stash.t
17269 ____________________________________________________________________________
17270 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
17271         Log: Subject: Perl book, magazine and website updates.
17272              From: Simon Cozens <simon@netthink.co.uk>
17273              Date: Sun, 6 May 2001 16:55:36 +0100
17274              Message-ID: <20010506165536.A1795@netthink.co.uk>
17275      Branch: perl
17276            ! pod/perlbook.pod pod/perlfaq2.pod
17277 ____________________________________________________________________________
17278 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
17279         Log: Tweaks on the Tru64 prof options.
17280      Branch: perl
17281            ! pod/perlhack.pod
17282 ____________________________________________________________________________
17283 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
17284         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
17285              From: Robin Houston <robin@kitsite.com>
17286              Date: Sun, 6 May 2001 14:40:51 +0100
17287              Message-ID: <20010506144051.A6279@penderel>
17288      Branch: perl
17289            ! t/pod/testp2pt.pl
17290 ____________________________________________________________________________
17291 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
17292         Log: Subject: [PATCH B::Deparse] scoping
17293              From: Robin Houston <robin@kitsite.com>
17294              Date: Sun, 6 May 2001 14:36:56 +0100
17295              Message-ID: <20010506143656.A4006@penderel>
17296      Branch: perl
17297            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
17298 ____________________________________________________________________________
17299 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
17300         Log: Document the undefinedness of bitshifting out of range.
17301      Branch: perl
17302            ! pod/perlop.pod
17303 ____________________________________________________________________________
17304 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
17305         Log: Retract #10003 and update the IDE descriptions a bit.
17306      Branch: perl
17307            ! pod/perlfaq3.pod
17308 ____________________________________________________________________________
17309 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
17310         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
17311              From: Prymmer/Kahn <pvhp@best.com>
17312              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
17313              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
17314      Branch: perl
17315            ! win32/Makefile win32/buildext.pl win32/config.bc
17316            ! win32/config.gc win32/config.vc
17317 ____________________________________________________________________________
17318 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
17319         Log: (Retracted by #10005.)
17320      Branch: perl
17321            ! pod/perlfaq3.pod
17322 ____________________________________________________________________________
17323 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
17324         Log: It's "psed", not "sed".
17325      Branch: perl
17326            ! x2p/s2p.PL
17327 ____________________________________________________________________________
17328 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
17329         Log: Update Changes.
17330      Branch: perl
17331            ! Changes patchlevel.h
17332 ____________________________________________________________________________
17333 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
17334         Log: Subject: Re: bleadperl make install fails due to "psed"
17335              From: andreas.koenig@anima.de (Andreas J. Koenig)
17336              Date: 05 May 2001 18:23:28 +0200
17337              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
17338      Branch: perl
17339            ! x2p/Makefile.SH x2p/s2p.PL
17340 ____________________________________________________________________________
17341 [  9999] By: jhi                                   on 2001/05/05  18:28:09
17342         Log: AUTHORS updates.
17343      Branch: perl
17344            ! AUTHORS
17345 ____________________________________________________________________________
17346 [  9998] By: jhi                                   on 2001/05/05  18:16:00
17347         Log: Updates on the pods related to the modules included since 5.6.
17348              
17349              TODO: perltodo really could use major updating.
17350      Branch: perl
17351            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
17352            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
17353            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
17354            ! pod/perlsyn.pod pod/perltodo.pod
17355 ____________________________________________________________________________
17356 [  9997] By: jhi                                   on 2001/05/05  17:35:17
17357         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
17358              from Kurt Skauen.
17359      Branch: perl
17360            + hints/atheos.sh
17361            ! MANIFEST
17362 ____________________________________________________________________________
17363 [  9996] By: jhi                                   on 2001/05/05  17:25:00
17364         Log: Add preemptive #undefs for some of the shorter and more prone
17365              to collision regcomp.h #defines.  (Background: the MASK collided
17366              with a system header #define in Rhapsody.)
17367      Branch: perl
17368            ! regcomp.h
17369 ____________________________________________________________________________
17370 [  9995] By: jhi                                   on 2001/05/05  13:24:21
17371         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
17372              From: Nicholas Clark <nick@ccl4.org>
17373              Date: Sat, 5 May 2001 14:46:39 +0100
17374              Message-ID: <20010505144639.O53513@plum.flirble.org>
17375              
17376              Add a test for the constants (if any) being processed correctly.
17377      Branch: perl
17378            ! utils/h2xs.PL
17379 ____________________________________________________________________________
17380 [  9994] By: jhi                                   on 2001/05/05  02:11:03
17381         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
17382              From: Peter Prymmer <pvhp@forte.com>
17383              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
17384              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
17385      Branch: perl
17386            ! t/lib/b-stash.t
17387 ____________________________________________________________________________
17388 [  9993] By: jhi                                   on 2001/05/05  02:03:49
17389         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
17390              From: Peter Prymmer <pvhp@forte.com>
17391              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
17392              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
17393      Branch: perl
17394            ! perlio.c vms/vmsish.h
17395 ____________________________________________________________________________
17396 [  9992] By: jhi                                   on 2001/05/04  17:21:12
17397         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
17398              From: Robin Barker <rmb1@cise.npl.co.uk>
17399              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
17400              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
17401      Branch: perl
17402            + t/pod/plainer.t
17403            ! MANIFEST
17404 ____________________________________________________________________________
17405 [  9991] By: jhi                                   on 2001/05/04  16:47:45
17406         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
17407              From: Robin Barker <rmb1@cise.npl.co.uk>
17408              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
17409              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
17410      Branch: perl
17411            ! regcomp.c
17412 ____________________________________________________________________________
17413 [  9990] By: jhi                                   on 2001/05/04  14:37:20
17414         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
17415              From: Prymmer/Kahn <pvhp@best.com>
17416              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
17417              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
17418      Branch: perl
17419            ! t/lib/b-stash.t
17420 ____________________________________________________________________________
17421 [  9989] By: jhi                                   on 2001/05/04  14:03:58
17422         Log: Introduce perl572delta, update Todo, add the missing
17423              mention about signal safety since 5.7.1 (though this
17424              requires verification and more details.)
17425      Branch: perl
17426            + pod/perl572delta.pod
17427            ! MANIFEST Todo pod/perl571delta.pod
17428 ____________________________________________________________________________
17429 [  9988] By: jhi                                   on 2001/05/04  12:41:51
17430         Log: Subject: [PATCH perl@9944] long =item
17431              From: Robin Barker <rmb1@cise.npl.co.uk>
17432              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
17433              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
17434      Branch: perl
17435            ! ext/Time/HiRes/HiRes.pm
17436 ____________________________________________________________________________
17437 [  9987] By: jhi                                   on 2001/05/04  12:39:19
17438         Log: The #9901 had removed one line essential for EBCDIC.
17439      Branch: perl
17440            ! regcomp.c
17441 ____________________________________________________________________________
17442 [  9986] By: jhi                                   on 2001/05/04  12:30:23
17443         Log: Subject: cygwin/Makefile.SHs INSTALL patch
17444              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
17445              Date: Mon, 08 Jan 2001 04:59:21 +0200
17446              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
17447      Branch: perl
17448            ! cygwin/Makefile.SHs
17449 ____________________________________________________________________________
17450 [  9985] By: jhi                                   on 2001/05/04  03:51:39
17451         Log: Encode/IO doc tweaks.
17452      Branch: perl
17453            ! ext/Encode/Encode.pm
17454 ____________________________________________________________________________
17455 [  9984] By: jhi                                   on 2001/05/04  03:29:34
17456         Log: Remove GDBM_File from the dynamic extensions for UTS,
17457              GDBM is not a standard feature.
17458      Branch: perl
17459            ! hints/uts.sh
17460 ____________________________________________________________________________
17461 [  9983] By: jhi                                   on 2001/05/04  03:22:59
17462         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
17463      Branch: perl
17464            ! pod/perlretut.pod
17465 ____________________________________________________________________________
17466 [  9982] By: jhi                                   on 2001/05/03  23:21:03
17467         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
17468              From: Benjamin Sugars <bsugars@canoe.ca>
17469              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
17470              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
17471      Branch: perl
17472            ! dump.c
17473 ____________________________________________________________________________
17474 [  9981] By: jhi                                   on 2001/05/03  23:20:05
17475         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
17476              From: Benjamin Sugars <bsugars@canoe.ca>
17477              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
17478              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
17479      Branch: perl
17480            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
17481 ____________________________________________________________________________
17482 [  9980] By: jhi                                   on 2001/05/03  23:15:29
17483         Log: Integrate perlio.
17484      Branch: perl
17485           !> ext/Encode/Encode.pm
17486 ____________________________________________________________________________
17487 [  9979] By: jhi                                   on 2001/05/03  16:54:59
17488         Log: Install psed man page.
17489      Branch: perl
17490            ! installman
17491 ____________________________________________________________________________
17492 [  9978] By: jhi                                   on 2001/05/03  16:45:58
17493         Log: Remove unused files; noted by Sarathy.
17494      Branch: perl
17495            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
17496            ! MANIFEST
17497 ____________________________________________________________________________
17498 [  9977] By: jhi                                   on 2001/05/03  16:42:30
17499         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
17500              From: Andy Dougherty <doughera@lafayette.edu>
17501              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
17502              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
17503      Branch: perl
17504            ! INSTALL
17505 ____________________________________________________________________________
17506 [  9976] By: nick                                  on 2001/05/03  16:40:42
17507         Log: Allow $answer = encode($object,$text); like it says in docs.
17508      Branch: perlio
17509            ! ext/Encode/Encode.pm
17510 ____________________________________________________________________________
17511 [  9975] By: nick                                  on 2001/05/03  16:22:30
17512         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
17513              to be in scope (fair enough), and also a package variable (our) for eval to see it.
17514      Branch: perlio
17515            ! ext/Encode/Encode.pm
17516 ____________________________________________________________________________
17517 [  9974] By: nick                                  on 2001/05/03  15:48:17
17518         Log: Integrate mainline.
17519      Branch: perlio
17520           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
17521           +> t/lib/filter-simple.t t/lib/next.t
17522           !> (integrate 70 files)
17523 ____________________________________________________________________________
17524 [  9973] By: jhi                                   on 2001/05/03  13:09:09
17525         Log: Update Changes.
17526      Branch: perl
17527            ! Changes patchlevel.h
17528 ____________________________________________________________________________
17529 [  9972] By: jhi                                   on 2001/05/03  12:58:33
17530         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
17531              From: Prymmer/Kahn <pvhp@best.com>
17532              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
17533              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
17534      Branch: perl
17535            ! t/io/fflush.t
17536 ____________________________________________________________________________
17537 [  9971] By: jhi                                   on 2001/05/03  12:57:26
17538         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
17539              From: Prymmer/Kahn <pvhp@best.com>
17540              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
17541              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
17542      Branch: perl
17543            ! win32/FindExt.pm
17544 ____________________________________________________________________________
17545 [  9970] By: jhi                                   on 2001/05/03  02:42:46
17546         Log: Can't croak sans thread context, from Doug MacEachern.
17547      Branch: perl
17548            ! toke.c
17549 ____________________________________________________________________________
17550 [  9969] By: jhi                                   on 2001/05/03  01:23:48
17551         Log: Subject: Random input test and Perl
17552              From: Ilya Zakharevich <ilya@math.berkeley.edu>
17553              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
17554              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
17555      Branch: perl
17556            ! toke.c
17557 ____________________________________________________________________________
17558 [  9968] By: jhi                                   on 2001/05/02  22:17:21
17559         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
17560              From: Peter Prymmer <pvhp@forte.com>
17561              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
17562              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
17563      Branch: perl
17564            ! pod/perlfunc.pod pod/perlport.pod
17565 ____________________________________________________________________________
17566 [  9967] By: jhi                                   on 2001/05/02  20:12:45
17567         Log: Workaround for UTS compiler casting bug from Hal Morris.
17568      Branch: perl
17569            ! perl.h
17570 ____________________________________________________________________________
17571 [  9966] By: jhi                                   on 2001/05/02  18:31:37
17572         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
17573              From: Dan Sugalski <dan@sidhe.org>
17574              Date: Wed, 02 May 2001 15:23:22 -0400
17575              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
17576      Branch: perl
17577            ! perl.c vms/vms.c
17578 ____________________________________________________________________________
17579 [  9965] By: jhi                                   on 2001/05/02  18:21:29
17580         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
17581      Branch: perl
17582            ! pod/perlfunc.pod
17583 ____________________________________________________________________________
17584 [  9964] By: jhi                                   on 2001/05/02  18:15:01
17585         Log: Document large files in INSTALL, document also the %x
17586              limitation if not use64bitint, closes bug 20010326.007.
17587      Branch: perl
17588            ! INSTALL
17589 ____________________________________________________________________________
17590 [  9963] By: jhi                                   on 2001/05/02  17:24:47
17591         Log: perlmodlib tweaks; regen pods.
17592      Branch: perl
17593            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
17594            ! pod/perltoc.pod
17595 ____________________________________________________________________________
17596 [  9962] By: jhi                                   on 2001/05/02  17:14:00
17597         Log: Fix for a segfault, from Marc Lehmann.
17598      Branch: perl
17599            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
17600 ____________________________________________________________________________
17601 [  9961] By: jhi                                   on 2001/05/02  15:55:53
17602         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
17603              From: "Philip Newton" <pnewton@gmx.de>
17604              Date: Wed, 2 May 2001 18:39:03 +0200
17605              Message-ID: <3AF05447.15525.173B588@localhost>
17606      Branch: perl
17607            ! pod/perlop.pod
17608 ____________________________________________________________________________
17609 [  9960] By: jhi                                   on 2001/05/02  15:35:37
17610         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
17611              From: Dan Sugalski <dan@sidhe.org>
17612              Date: Wed, 02 May 2001 11:37:27 -0400
17613              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
17614      Branch: perl
17615            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
17616            ! thread.h vms/vms.c vms/vmsish.h
17617 ____________________________________________________________________________
17618 [  9959] By: jhi                                   on 2001/05/02  15:21:08
17619         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
17620              From: Benjamin Sugars <bsugars@canoe.ca>
17621              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
17622              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
17623      Branch: perl
17624            ! ext/PerlIO/Scalar/Scalar.xs
17625 ____________________________________________________________________________
17626 [  9958] By: jhi                                   on 2001/05/02  15:15:53
17627         Log: Bug in #9915, spotted by Mike Guy.
17628      Branch: perl
17629            ! installperl
17630 ____________________________________________________________________________
17631 [  9957] By: jhi                                   on 2001/05/02  13:26:01
17632         Log: Add a test for not griping about references as array
17633              indices if the reference has magic in it (overloaded
17634              methods).
17635      Branch: perl
17636            ! pod/perldiag.pod t/pragma/warn/pp_hot
17637 ____________________________________________________________________________
17638 [  9956] By: jhi                                   on 2001/05/02  13:07:01
17639         Log: Retracted a bit too much in #9952.
17640      Branch: perl
17641            ! t/pragma/sub_lval.t
17642 ____________________________________________________________________________
17643 [  9955] By: jhi                                   on 2001/05/02  13:05:38
17644         Log: Test for #9952.
17645      Branch: perl
17646            ! t/op/tie.t
17647 ____________________________________________________________________________
17648 [  9954] By: jhi                                   on 2001/05/02  11:48:18
17649         Log: Additional note on the encoding example: one cannot
17650              convert string constants in-place.
17651      Branch: perl
17652            ! ext/Encode/Encode.pm
17653 ____________________________________________________________________________
17654 [  9953] By: jhi                                   on 2001/05/02  11:43:51
17655         Log: Note that if you have recent enough Perl you already
17656              have Filter::Util::Call.
17657      Branch: perl
17658            ! lib/Filter/Simple.pm
17659 ____________________________________________________________________________
17660 [  9952] By: jhi                                   on 2001/05/02  11:31:53
17661         Log: Retract changes #8254 and #8255, causes coredump in
17662              'tie FH, "main"', reported by Abigail, culprit found by
17663              Benjamin Sugars.  Mirrors maintperl change #9950.
17664      Branch: perl
17665            ! op.c t/pragma/sub_lval.t
17666 ____________________________________________________________________________
17667 [  9951] By: jhi                                   on 2001/05/02  11:14:29
17668         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
17669      Branch: perl
17670            + t/lib/MyFilter.pm
17671 ____________________________________________________________________________
17672 [  9950] By: gsar                                  on 2001/05/02  03:17:11
17673         Log: revert integration of changes#8254,8255 in change#8620 (causes
17674              a coredump in C<tie FH, 'foo'>; the idea itself may need better
17675              rationalization)
17676      Branch: maint-5.6/perl
17677            ! op.c t/pragma/sub_lval.t
17678 ____________________________________________________________________________
17679 [  9949] By: gsar                                  on 2001/05/02  02:56:32
17680         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
17681              
17682              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
17683              
17684              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
17685      Branch: maint-5.6/perl
17686           !> hints/svr5.sh
17687 ____________________________________________________________________________
17688 [  9948] By: gsar                                  on 2001/05/02  02:49:15
17689         Log: pod/find.t breaks on VMS (from Craig Berry)
17690      Branch: maint-5.6/perl
17691            ! t/pod/find.t
17692 ____________________________________________________________________________
17693 [  9947] By: jhi                                   on 2001/05/02  02:43:09
17694         Log: Add an encoding conversion example.
17695      Branch: perl
17696            ! ext/Encode/Encode.pm
17697 ____________________________________________________________________________
17698 [  9946] By: jhi                                   on 2001/05/02  01:34:22
17699         Log: Another coat of paint but still nowhere finished.
17700              Need to decide on the semantics of strptime(): should
17701              strptime() be a function instead of a method?  To do
17702              the week/monthname-strptiming the i18n/l10n bullet needs
17703              to be bitten with gusto.
17704      Branch: perl
17705            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
17706 ____________________________________________________________________________
17707 [  9945] By: jhi                                   on 2001/05/01  23:40:52
17708         Log: Update Changes.
17709      Branch: perl
17710            ! Changes patchlevel.h
17711 ____________________________________________________________________________
17712 [  9944] By: jhi                                   on 2001/05/01  23:33:37
17713         Log: Add known-to-be-tested modules to the list-to-be-skipped.
17714      Branch: perl
17715            ! t/lib/1_compile.t
17716 ____________________________________________________________________________
17717 [  9943] By: jhi                                   on 2001/05/01  23:24:40
17718         Log: Subject: BorlandC++ fix
17719              From: "Vadim Konovalov" <watman@inbox.ru>
17720              Date: Mon, 30 Apr 2001 20:12:26 -0700
17721              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
17722      Branch: perl
17723            ! win32/makefile.mk
17724 ____________________________________________________________________________
17725 [  9942] By: jhi                                   on 2001/05/01  23:18:02
17726         Log: Update to Filter::Simple 0.60, create a test for it.
17727      Branch: perl
17728            + t/lib/filter-simple.t
17729            ! MANIFEST lib/Filter/Simple.pm
17730 ____________________________________________________________________________
17731 [  9941] By: jhi                                   on 2001/05/01  19:47:24
17732         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
17733              From: Hugo <hv@crypt.compulink.co.uk>
17734              Date: Tue, 01 May 2001 20:12:20 +0100
17735              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
17736      Branch: perl
17737            ! pp_hot.c t/op/re_tests
17738 ____________________________________________________________________________
17739 [  9940] By: jhi                                   on 2001/05/01  19:42:16
17740         Log: Integrate perlio.
17741      Branch: perl
17742           !> lib/base.pm t/lib/fields.t
17743 ____________________________________________________________________________
17744 [  9939] By: jhi                                   on 2001/05/01  19:39:51
17745         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
17746              From: Benjamin Sugars <bsugars@canoe.ca>
17747              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
17748              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
17749      Branch: perl
17750            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
17751 ____________________________________________________________________________
17752 [  9938] By: jhi                                   on 2001/05/01  19:34:09
17753         Log: Add NEXT, a pseudo-class for method redispatching.
17754              <Damian>NEXT.pm probably offers more bang-for-buck
17755              than anything else I've ever written.</Damian>
17756      Branch: perl
17757            + lib/NEXT.pm t/lib/next.t
17758            ! MANIFEST
17759 ____________________________________________________________________________
17760 [  9937] By: jhi                                   on 2001/05/01  19:21:41
17761         Log: Update to Switch 2.02.
17762      Branch: perl
17763            ! lib/Switch.pm t/lib/switch.t
17764 ____________________________________________________________________________
17765 [  9936] By: nick                                  on 2001/05/01  19:09:21
17766         Log: Fix for base.pm clobbering $VERSION
17767      Branch: perlio
17768            ! lib/base.pm
17769 ____________________________________________________________________________
17770 [  9935] By: nick                                  on 2001/05/01  18:54:38
17771         Log: Test for base.pm clobbering $VERSION.
17772      Branch: perlio
17773            ! t/lib/fields.t
17774 ____________________________________________________________________________
17775 [  9934] By: jhi                                   on 2001/05/01  18:39:10
17776         Log: Add information about Scalar::Util::blessed.
17777      Branch: perl
17778            ! pod/perlobj.pod
17779 ____________________________________________________________________________
17780 [  9933] By: jhi                                   on 2001/05/01  18:33:51
17781         Log: Subject: Extra UNIVERSAL documentation
17782              From: Mike Guy <mjtg@cam.ac.uk>
17783              Date: Tue, 01 May 2001 20:12:11 +0100
17784              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
17785      Branch: perl
17786            ! pod/perlobj.pod
17787 ____________________________________________________________________________
17788 [  9932] By: jhi                                   on 2001/05/01  18:26:54
17789         Log: Subject: Autoflush in tests as appropriate
17790              From: Mike Guy <mjtg@cam.ac.uk>
17791              Date: Tue, 01 May 2001 20:05:31 +0100
17792              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
17793      Branch: perl
17794            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
17795            ! t/op/taint.t
17796 ____________________________________________________________________________
17797 [  9931] By: jhi                                   on 2001/05/01  18:02:29
17798         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
17799              From: Benjamin Sugars <bsugars@canoe.ca>
17800              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
17801              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
17802      Branch: perl
17803            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
17804 ____________________________________________________________________________
17805 [  9930] By: jhi                                   on 2001/05/01  15:12:26
17806         Log: Subject: Re: Finally got a round tuit
17807              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17808              Date: Tue, 01 May 2001 14:14:10 +0200
17809              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
17810              
17811              The -DP part, slightly modified.
17812      Branch: perl
17813            ! perl.c
17814 ____________________________________________________________________________
17815 [  9929] By: jhi                                   on 2001/05/01  14:17:15
17816         Log: Subject: Re: Finally got a round tuit
17817              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17818              Date: Tue, 01 May 2001 16:34:06 +0200
17819              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
17820              
17821              cpp and optimization tweaks for HP-UX.
17822      Branch: perl
17823            ! hints/hpux.sh
17824 ____________________________________________________________________________
17825 [  9928] By: jhi                                   on 2001/05/01  13:24:20
17826         Log: Tune the scan_num() comments to reality.
17827      Branch: perl
17828            ! toke.c
17829 ____________________________________________________________________________
17830 [  9927] By: jhi                                   on 2001/05/01  13:14:01
17831         Log: Subject: [PATCH B::Deparse] optimised sort
17832              From: Robin Houston <robin@kitsite.com>
17833              Date: Tue, 1 May 2001 14:07:12 +0100
17834              Message-ID: <20010501140712.A4266@penderel>
17835      Branch: perl
17836            ! ext/B/B/Deparse.pm
17837 ____________________________________________________________________________
17838 [  9926] By: jhi                                   on 2001/05/01  13:10:53
17839         Log: Subject: [PATCH t/lib/b-deparse.t] 
17840              From: Robin Houston <robin@kitsite.com>
17841              Date: Tue, 1 May 2001 13:37:42 +0100
17842              Message-ID: <20010501133742.A4082@penderel>
17843      Branch: perl
17844            ! t/lib/b-deparse.t
17845 ____________________________________________________________________________
17846 [  9925] By: jhi                                   on 2001/05/01  13:10:13
17847         Log: Subject: [PATCH B::Deparse] for(;;), sort
17848              From: Robin Houston <robin@kitsite.com>
17849              Date: Tue, 1 May 2001 13:35:00 +0100
17850              Message-ID: <20010501133500.A4061@penderel>
17851      Branch: perl
17852            ! ext/B/B/Deparse.pm
17853 ____________________________________________________________________________
17854 [  9924] By: jhi                                   on 2001/05/01  13:09:22
17855         Log: Subject: [PATCH B::Deparse] do, warn, use
17856              From: Robin Houston <robin@kitsite.com>
17857              Date: Tue, 1 May 2001 13:31:03 +0100
17858              Message-ID: <20010501133103.A4041@penderel>
17859      Branch: perl
17860            ! ext/B/B/Deparse.pm
17861 ____________________________________________________________________________
17862 [  9923] By: jhi                                   on 2001/05/01  11:45:36
17863         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
17864              From: Benjamin Sugars <ben.sugars@home.com>
17865              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
17866              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
17867      Branch: perl
17868            + t/io/fflush.t
17869            ! MANIFEST
17870 ____________________________________________________________________________
17871 [  9922] By: jhi                                   on 2001/05/01  11:35:42
17872         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
17873              From: Peter Prymmer <pvhp@forte.com>
17874              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
17875              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
17876      Branch: perl
17877            ! t/lib/selfstubber.t
17878 ____________________________________________________________________________
17879 [  9921] By: jhi                                   on 2001/04/30  16:34:33
17880         Log: Subject: [PATCH B::Concise] suppress warning
17881              From: Robin Houston <robin@kitsite.com>
17882              Date: Mon, 30 Apr 2001 16:09:49 +0100
17883              Message-ID: <20010430160949.A25086@penderel>
17884      Branch: perl
17885            ! ext/B/B/Concise.pm
17886 ____________________________________________________________________________
17887 [  9920] By: jhi                                   on 2001/04/30  13:56:04
17888         Log: Strip the *markers* from #9919.
17889      Branch: perl
17890            ! pod/perlfaq.pod pod/perlfaq5.pod
17891 ____________________________________________________________________________
17892 [  9919] By: jhi                                   on 2001/04/30  13:54:04
17893         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
17894              From: Gwyn Judd <b.judd@xtra.co.nz>
17895              Date: Sun, 29 Apr 2001 01:47:49 +1200
17896              Message-ID: <20010429014749.A4418@thislove>
17897      Branch: perl
17898            ! pod/perlfaq.pod pod/perlfaq5.pod
17899 ____________________________________________________________________________
17900 [  9918] By: jhi                                   on 2001/04/30  13:13:54
17901         Log: More_tweakage.
17902      Branch: perl
17903            ! pod/perldata.pod pod/perldiag.pod
17904 ____________________________________________________________________________
17905 [  9917] By: jhi                                   on 2001/04/30  13:01:27
17906         Log: Update Changes.
17907      Branch: perl
17908            ! Changes patchlevel.h
17909 ____________________________________________________________________________
17910 [  9916] By: jhi                                   on 2001/04/30  12:57:03
17911         Log: T_w_e_a_k_a_g_e.
17912      Branch: perl
17913            ! pod/perldata.pod pod/perldiag.pod
17914 ____________________________________________________________________________
17915 [  9915] By: jhi                                   on 2001/04/30  12:39:29
17916         Log: Install s2p also as psed.
17917              
17918              TODO: psed documentation?
17919      Branch: perl
17920            ! installperl
17921 ____________________________________________________________________________
17922 [  9914] By: jhi                                   on 2001/04/30  12:29:21
17923         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
17924              From: Jens Hamisch <jens@Strawberry.COM>
17925              Date: Fri, 27 Apr 2001 17:00:36 +0200
17926              Message-ID: <20010427170036.K1372@Strawberry.COM>
17927              
17928              SOCKS5_VERSION_NAME is the right symbol to detect
17929              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
17930              function called socks5_init() is available, and even that is
17931              not universal, most SOCKS5 installations use SOCKSinit()).
17932      Branch: perl
17933            ! perlio.c
17934 ____________________________________________________________________________
17935 [  9913] By: jhi                                   on 2001/04/30  12:22:15
17936         Log: Allow a zero timeout on IO::Socket accept and connect--
17937              though one really shouldn't do that.  Based on
17938              
17939              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
17940              From: "John Holdsworth" <coldwave@bigfoot.com>
17941              Date: Sun, 4 Feb 2001 12:48:18 +0100
17942              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
17943      Branch: perl
17944            ! ext/IO/lib/IO/Socket.pm
17945 ____________________________________________________________________________
17946 [  9912] By: jhi                                   on 2001/04/30  11:27:27
17947         Log: Save the spot of regprev (see #9911) for binary compatibility;
17948              regen API.
17949      Branch: perl
17950            ! embedvar.h perlapi.h thrdvar.h
17951 ____________________________________________________________________________
17952 [  9911] By: jhi                                   on 2001/04/30  11:22:03
17953         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
17954              From: Hugo <hv@crypt.compulink.co.uk>
17955              Date: Sun, 29 Apr 2001 17:09:30 +0100
17956              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
17957      Branch: perl
17958            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
17959 ____________________________________________________________________________
17960 [  9910] By: jhi                                   on 2001/04/30  11:15:12
17961         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
17962              a dummy for PL_numeric_radix); no pressing reason to break
17963              binary compatibility; regen API.
17964      Branch: perl
17965            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
17966            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
17967 ____________________________________________________________________________
17968 [  9909] By: jhi                                   on 2001/04/30  10:56:08
17969         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
17970              From: Walt Mankowski <waltman@netaxs.com>
17971              Date: Sun, 29 Apr 2001 21:53:48 -0400
17972              Message-ID: <20010429215348.A3971@netaxs.com>
17973      Branch: perl
17974            ! pod/perlfunc.pod
17975 ____________________________________________________________________________
17976 [  9908] By: jhi                                   on 2001/04/30  10:49:40
17977         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
17978      Branch: perl
17979            ! t/lib/selfstubber.t
17980 ____________________________________________________________________________
17981 [  9907] By: nick                                  on 2001/04/30  09:26:50
17982         Log: Integrate mainline.
17983      Branch: perlio
17984           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
17985 ____________________________________________________________________________
17986 [  9906] By: jhi                                   on 2001/04/29  23:24:20
17987         Log: Abigail spotted a thinko in #9905.
17988      Branch: perl
17989            ! pod/perldiag.pod
17990 ____________________________________________________________________________
17991 [  9905] By: jhi                                   on 2001/04/29  15:55:39
17992         Log: Changed the underscore/undebar syntax in numeric constants;
17993              now any grouping will do, as long as the underscores are not
17994              consecutive (so "zero-grouping" is out), and they do not begin
17995              or end the integer or fractional parts.
17996      Branch: perl
17997            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
17998 ____________________________________________________________________________
17999 [  9904] By: nick                                  on 2001/04/29  15:43:22
18000         Log: Integrate mainline.
18001      Branch: perlio
18002           +> (branch 98 files)
18003            - lib/unicode/Block.pl
18004            - lib/unicode/In/AlphabeticPresentationForms.pl
18005            - lib/unicode/In/Arabic.pl
18006            - lib/unicode/In/ArabicPresentationForms-A.pl
18007            - lib/unicode/In/ArabicPresentationForms-B.pl
18008            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
18009            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
18010            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
18011            - lib/unicode/In/BopomofoExtended.pl
18012            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
18013            - lib/unicode/In/CJKCompatibility.pl
18014            - lib/unicode/In/CJKCompatibilityForms.pl
18015            - lib/unicode/In/CJKCompatibilityIdeographs.pl
18016            - lib/unicode/In/CJKRadicalsSupplement.pl
18017            - lib/unicode/In/CJKSymbolsandPunctuation.pl
18018            - lib/unicode/In/CJKUnifiedIdeographs.pl
18019            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
18020            - lib/unicode/In/Cherokee.pl
18021            - lib/unicode/In/CombiningDiacriticalMarks.pl
18022            - lib/unicode/In/CombiningHalfMarks.pl
18023            - lib/unicode/In/CombiningMarksforSymbols.pl
18024            - lib/unicode/In/ControlPictures.pl
18025            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
18026            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
18027            - lib/unicode/In/EnclosedAlphanumerics.pl
18028            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
18029            - lib/unicode/In/Ethiopic.pl
18030            - lib/unicode/In/GeneralPunctuation.pl
18031            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
18032            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
18033            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
18034            - lib/unicode/In/HalfwidthandFullwidthForms.pl
18035            - lib/unicode/In/HangulCompatibilityJamo.pl
18036            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
18037            - lib/unicode/In/Hebrew.pl
18038            - lib/unicode/In/HighPrivateUseSurrogates.pl
18039            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
18040            - lib/unicode/In/IPAExtensions.pl
18041            - lib/unicode/In/IdeographicDescriptionCharacters.pl
18042            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
18043            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
18044            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
18045            - lib/unicode/In/Latin-1Supplement.pl
18046            - lib/unicode/In/LatinExtended-A.pl
18047            - lib/unicode/In/LatinExtended-B.pl
18048            - lib/unicode/In/LatinExtendedAdditional.pl
18049            - lib/unicode/In/LetterlikeSymbols.pl
18050            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
18051            - lib/unicode/In/MathematicalOperators.pl
18052            - lib/unicode/In/MiscellaneousSymbols.pl
18053            - lib/unicode/In/MiscellaneousTechnical.pl
18054            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
18055            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
18056            - lib/unicode/In/OpticalCharacterRecognition.pl
18057            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
18058            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
18059            - lib/unicode/In/SmallFormVariants.pl
18060            - lib/unicode/In/SpacingModifierLetters.pl
18061            - lib/unicode/In/Specials.pl
18062            - lib/unicode/In/SuperscriptsandSubscripts.pl
18063            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
18064            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
18065            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
18066            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
18067            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
18068           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
18069           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
18070           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
18071           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
18072           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
18073           !> utf8.c win32/Makefile
18074 ____________________________________________________________________________
18075 [  9903] By: jhi                                   on 2001/04/29  14:30:53
18076         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
18077              From: Prymmer/Kahn <pvhp@best.com>
18078              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
18079              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
18080      Branch: perl
18081            ! win32/Makefile
18082 ____________________________________________________________________________
18083 [  9902] By: jhi                                   on 2001/04/29  02:52:44
18084         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
18085              From: "Abigail" <abigail@foad.org>
18086              Date: Sun, 29 Apr 2001 03:14:25 +0200
18087              Message-ID: <20010429011425.24503.qmail@foad.org>
18088      Branch: perl
18089            ! ext/IO/lib/IO/Seekable.pm
18090 ____________________________________________________________________________
18091 [  9901] By: jhi                                   on 2001/04/29  02:04:46
18092         Log: In character classes one couldn't have 0x80..0xff characters
18093              at the left hand side if there were 0x100.. characters in the
18094              character class.
18095      Branch: perl
18096            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
18097            ! t/op/pat.t utf8.c
18098 ____________________________________________________________________________
18099 [  9900] By: jhi                                   on 2001/04/28  22:55:04
18100         Log: Forgot the latest mktables.PL from #9899.
18101      Branch: perl
18102            ! lib/unicode/mktables.PL
18103 ____________________________________________________________________________
18104 [  9899] By: jhi                                   on 2001/04/28  22:53:28
18105         Log: Explain the \p{} and \P{} error message better and
18106              have prettier prettyprint in In.pl.
18107      Branch: perl
18108            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
18109            ! pod/perldiag.pod
18110 ____________________________________________________________________________
18111 [  9898] By: jhi                                   on 2001/04/28  21:03:34
18112         Log: Add one possible explanation for the "Invalid [] range" error.
18113      Branch: perl
18114            ! pod/perldiag.pod
18115 ____________________________________________________________________________
18116 [  9897] By: jhi                                   on 2001/04/28  17:18:26
18117         Log: Add a level of indirection to the implementation of \p{InFoo}
18118              so that we don't have to have long filenames.  (Nothing changes
18119              in the user interface.)   The indirection is defined in
18120              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
18121              Also rename some the character classes by removing '-' from
18122              the classnames, and finally renamed Block.pl as Blocks.pl.
18123      Branch: perl
18124            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
18125            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
18126            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
18127            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
18128            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
18129            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
18130            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
18131            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
18132            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
18133            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
18134            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
18135            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
18136            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
18137            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
18138            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
18139            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
18140            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
18141            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
18142            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
18143            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
18144            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
18145            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
18146            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
18147            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
18148            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
18149            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
18150            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
18151            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
18152            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
18153            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
18154            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
18155            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
18156            + lib/unicode/In/94.pl lib/unicode/In/95.pl
18157            - lib/unicode/Block.pl
18158            - lib/unicode/In/AlphabeticPresentationForms.pl
18159            - lib/unicode/In/Arabic.pl
18160            - lib/unicode/In/ArabicPresentationForms-A.pl
18161            - lib/unicode/In/ArabicPresentationForms-B.pl
18162            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
18163            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
18164            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
18165            - lib/unicode/In/BopomofoExtended.pl
18166            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
18167            - lib/unicode/In/CJKCompatibility.pl
18168            - lib/unicode/In/CJKCompatibilityForms.pl
18169            - lib/unicode/In/CJKCompatibilityIdeographs.pl
18170            - lib/unicode/In/CJKRadicalsSupplement.pl
18171            - lib/unicode/In/CJKSymbolsandPunctuation.pl
18172            - lib/unicode/In/CJKUnifiedIdeographs.pl
18173            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
18174            - lib/unicode/In/Cherokee.pl
18175            - lib/unicode/In/CombiningDiacriticalMarks.pl
18176            - lib/unicode/In/CombiningHalfMarks.pl
18177            - lib/unicode/In/CombiningMarksforSymbols.pl
18178            - lib/unicode/In/ControlPictures.pl
18179            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
18180            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
18181            - lib/unicode/In/EnclosedAlphanumerics.pl
18182            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
18183            - lib/unicode/In/Ethiopic.pl
18184            - lib/unicode/In/GeneralPunctuation.pl
18185            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
18186            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
18187            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
18188            - lib/unicode/In/HalfwidthandFullwidthForms.pl
18189            - lib/unicode/In/HangulCompatibilityJamo.pl
18190            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
18191            - lib/unicode/In/Hebrew.pl
18192            - lib/unicode/In/HighPrivateUseSurrogates.pl
18193            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
18194            - lib/unicode/In/IPAExtensions.pl
18195            - lib/unicode/In/IdeographicDescriptionCharacters.pl
18196            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
18197            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
18198            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
18199            - lib/unicode/In/Latin-1Supplement.pl
18200            - lib/unicode/In/LatinExtended-A.pl
18201            - lib/unicode/In/LatinExtended-B.pl
18202            - lib/unicode/In/LatinExtendedAdditional.pl
18203            - lib/unicode/In/LetterlikeSymbols.pl
18204            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
18205            - lib/unicode/In/MathematicalOperators.pl
18206            - lib/unicode/In/MiscellaneousSymbols.pl
18207            - lib/unicode/In/MiscellaneousTechnical.pl
18208            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
18209            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
18210            - lib/unicode/In/OpticalCharacterRecognition.pl
18211            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
18212            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
18213            - lib/unicode/In/SmallFormVariants.pl
18214            - lib/unicode/In/SpacingModifierLetters.pl
18215            - lib/unicode/In/Specials.pl
18216            - lib/unicode/In/SuperscriptsandSubscripts.pl
18217            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
18218            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
18219            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
18220            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
18221            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
18222            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
18223            ! pod/perlunicode.pod
18224 ____________________________________________________________________________
18225 [  9896] By: jhi                                   on 2001/04/28  14:33:17
18226         Log: Update the information on shared library path on HP-UX.
18227      Branch: perl
18228            ! INSTALL
18229 ____________________________________________________________________________
18230 [  9895] By: jhi                                   on 2001/04/28  14:32:30
18231         Log: Because #9894 seems to do the trick, this workaround can be removed.
18232      Branch: perl
18233            ! t/lib/selfstubber.t
18234 ____________________________________________________________________________
18235 [  9894] By: jhi                                   on 2001/04/28  14:26:13
18236         Log: For PerlIO flush the children's file handles (on fork/exec/system).
18237      Branch: perl
18238            ! perl.h
18239 ____________________________________________________________________________
18240 [  9893] By: jhi                                   on 2001/04/28  14:23:15
18241         Log: Test tweak for #9891.
18242      Branch: perl
18243            ! t/lib/b-deparse.t
18244 ____________________________________________________________________________
18245 [  9892] By: jhi                                   on 2001/04/28  14:10:13
18246         Log: New HP-UX hints from Merijn.
18247      Branch: perl
18248            ! hints/hpux.sh
18249 ____________________________________________________________________________
18250 [  9891] By: jhi                                   on 2001/04/28  14:07:27
18251         Log: Subject: [PATCH B::Deparse] non-block scopes
18252              From: Robin Houston <robin@kitsite.com>
18253              Date: Fri, 27 Apr 2001 19:15:14 +0100
18254              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
18255      Branch: perl
18256            ! ext/B/B/Deparse.pm
18257 ____________________________________________________________________________
18258 [  9890] By: nick                                  on 2001/04/27  19:41:25
18259         Log: Integrate mainline
18260      Branch: perlio
18261           +> t/lib/selfstubber.t
18262           !> (integrate 50 files)
18263 ____________________________________________________________________________
18264 [  9889] By: jhi                                   on 2001/04/27  18:23:46
18265         Log: Subject: Re: selfstubber test fail on bleadperl
18266              From: Mike Guy <mjtg@cam.ac.uk>
18267              Date: Fri, 27 Apr 2001 19:31:18 +0100
18268              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
18269      Branch: perl
18270            ! t/lib/selfstubber.t
18271 ____________________________________________________________________________
18272 [  9888] By: jhi                                   on 2001/04/27  16:20:54
18273         Log: Test tweak for #9886.
18274      Branch: perl
18275            ! t/lib/b-deparse.t
18276 ____________________________________________________________________________
18277 [  9887] By: jhi                                   on 2001/04/27  16:16:33
18278         Log: Buffering issue at least in Solaris (even with perlio).
18279      Branch: perl
18280            ! t/lib/selfstubber.t
18281 ____________________________________________________________________________
18282 [  9886] By: jhi                                   on 2001/04/27  14:59:23
18283         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
18284              From: Robin Houston <robin@kitsite.com>
18285              Date: Fri, 27 Apr 2001 16:53:20 +0100
18286              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
18287      Branch: perl
18288            ! ext/B/B/Deparse.pm
18289 ____________________________________________________________________________
18290 [  9885] By: jhi                                   on 2001/04/27  14:23:51
18291         Log: Update Changes.
18292      Branch: perl
18293            ! Changes patchlevel.h
18294 ____________________________________________________________________________
18295 [  9884] By: jhi                                   on 2001/04/27  14:14:12
18296         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
18297              From: "Philip Newton" <pnewton@gmx.de>
18298              Date: Fri, 27 Apr 2001 16:40:13 +0200
18299              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
18300      Branch: perl
18301            ! pod/perldata.pod
18302 ____________________________________________________________________________
18303 [  9883] By: jhi                                   on 2001/04/27  13:28:19
18304         Log: Add LOG_PERROR; prettify the "removed".
18305      Branch: perl
18306            ! ext/Sys/Syslog/Syslog.xs
18307 ____________________________________________________________________________
18308 [  9882] By: jhi                                   on 2001/04/27  13:13:18
18309         Log: h2xs tweaks: use NV instead of double, "quote" the removed
18310              prefixes for clarity (especially when nothing is removed),
18311              slight pod reformats.
18312      Branch: perl
18313            ! utils/h2xs.PL
18314 ____________________________________________________________________________
18315 [  9881] By: jhi                                   on 2001/04/27  12:58:48
18316         Log: Don't bother creating existing directories.
18317      Branch: perl
18318            ! utils/h2xs.PL
18319 ____________________________________________________________________________
18320 [  9880] By: jhi                                   on 2001/04/27  12:45:39
18321         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
18322              From: Mike Schilli <m@perlmeister.com>
18323              Date: Wed, 25 Apr 2001 01:29:21 -0700
18324              Message-id: <3AE68AE1.6A981723@perlmeister.com>
18325      Branch: perl
18326            ! utils/h2xs.PL
18327 ____________________________________________________________________________
18328 [  9879] By: jhi                                   on 2001/04/27  12:40:55
18329         Log: break is not yet Perl.  Added the template license also to README.
18330      Branch: perl
18331            ! utils/h2xs.PL
18332 ____________________________________________________________________________
18333 [  9878] By: jhi                                   on 2001/04/27  03:08:20
18334         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
18335              From: Tim Jenness <t.jenness@jach.hawaii.edu>
18336              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
18337              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
18338      Branch: perl
18339            ! t/lib/xs-typemap.t
18340 ____________________________________________________________________________
18341 [  9877] By: jhi                                   on 2001/04/26  23:54:40
18342         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
18343              From: "Abigail" <abigail@foad.org>
18344              Date: Fri, 27 Apr 2001 01:44:28 +0200
18345              Message-ID: <20010426234428.19786.qmail@foad.org>
18346      Branch: perl
18347            ! utils/h2xs.PL
18348 ____________________________________________________________________________
18349 [  9876] By: jhi                                   on 2001/04/26  23:52:06
18350         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
18351              From: Peter Prymmer <pvhp@forte.com>
18352              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
18353              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
18354      Branch: perl
18355            ! t/lib/selfstubber.t
18356 ____________________________________________________________________________
18357 [  9875] By: jhi                                   on 2001/04/26  23:48:10
18358         Log: Deparse nits.
18359      Branch: perl
18360            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
18361 ____________________________________________________________________________
18362 [  9874] By: jhi                                   on 2001/04/26  22:46:05
18363         Log: Document ANYOF_CLASS.
18364      Branch: perl
18365            ! regcomp.h
18366 ____________________________________________________________________________
18367 [  9873] By: jhi                                   on 2001/04/26  22:35:03
18368         Log: Subject: Re: [PATCH @9846] dumping ANYOF
18369              From: Hugo <hv@crypt.compulink.co.uk>
18370              Date: Thu, 26 Apr 2001 23:33:38 +0100
18371              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
18372      Branch: perl
18373            ! regcomp.c regcomp.h
18374 ____________________________________________________________________________
18375 [  9872] By: jhi                                   on 2001/04/26  22:34:31
18376         Log: Subject: [PATCH] more for Devel::SelfStubber
18377              From: Nicholas Clark <nick@ccl4.org>
18378              Date: Fri, 27 Apr 2001 00:13:52 +0100
18379              Message-ID: <20010427001351.K88186@plum.flirble.org>
18380      Branch: perl
18381            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
18382 ____________________________________________________________________________
18383 [  9871] By: jhi                                   on 2001/04/26  21:59:17
18384         Log: Subject: [PATCH B::Deparse] formats must be flush left
18385              From: Robin Houston <robin@kitsite.com>
18386              Date: Thu, 26 Apr 2001 23:54:29 +0100
18387              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
18388      Branch: perl
18389            ! ext/B/B/Deparse.pm
18390 ____________________________________________________________________________
18391 [  9870] By: jhi                                   on 2001/04/26  21:57:37
18392         Log: If some of the constants are prefixes of others,
18393              the prefixes may never get recognized.  (See 20010426.006.)
18394      Branch: perl
18395            ! utils/h2xs.PL
18396 ____________________________________________________________________________
18397 [  9869] By: jhi                                   on 2001/04/26  21:50:42
18398         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
18399              From: Chris Bongaarts <cab@tc.umn.edu>
18400              Date: Thu, 26 Apr 2001 17:10:31 -0500
18401              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
18402      Branch: perl
18403            ! ext/Sys/Syslog/Syslog.xs
18404 ____________________________________________________________________________
18405 [  9868] By: jhi                                   on 2001/04/26  21:35:12
18406         Log: Further cuts and more docs from Graham Barr.
18407      Branch: perl
18408            ! ext/List/Util/lib/List/Util.pm
18409            ! ext/List/Util/lib/Scalar/Util.pm
18410 ____________________________________________________________________________
18411 [  9867] By: jhi                                   on 2001/04/26  21:18:57
18412         Log: Subject: [PATCH 5.7.1] DB_File-1.77
18413              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
18414              Date: Thu, 26 Apr 2001 22:37:53 +0100
18415              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
18416      Branch: perl
18417            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18418            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
18419 ____________________________________________________________________________
18420 [  9866] By: jhi                                   on 2001/04/26  21:12:31
18421         Log: Subject: [PATCH B::Deparse] fix easy bugs
18422              From: Robin Houston <robin@kitsite.com>
18423              Date: Thu, 26 Apr 2001 23:03:33 +0100
18424              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
18425      Branch: perl
18426            ! ext/B/B/Deparse.pm
18427 ____________________________________________________________________________
18428 [  9865] By: jhi                                   on 2001/04/26  20:26:13
18429         Log: Update Changes.
18430      Branch: perl
18431            ! Changes patchlevel.h
18432 ____________________________________________________________________________
18433 [  9864] By: jhi                                   on 2001/04/26  19:27:48
18434         Log: Dethinko from Robin Houston.
18435      Branch: perl
18436            ! ext/B/B/Deparse.pm
18437 ____________________________________________________________________________
18438 [  9863] By: jhi                                   on 2001/04/26  19:10:35
18439         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
18440              From: Robin Houston <robin@kitsite.com>
18441              Date: Thu, 26 Apr 2001 21:08:32 +0100
18442              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
18443      Branch: perl
18444            ! ext/B/B/Deparse.pm
18445 ____________________________________________________________________________
18446 [  9862] By: jhi                                   on 2001/04/26  19:04:23
18447         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
18448              From: Robin Houston <robin@kitsite.com>
18449              Date: Thu, 26 Apr 2001 20:52:50 +0100
18450              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
18451      Branch: perl
18452            ! ext/B/B/Deparse.pm
18453 ____________________________________________________________________________
18454 [  9861] By: jhi                                   on 2001/04/26  18:56:14
18455         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
18456              From: Mike Guy <mjtg@cam.ac.uk>
18457              Date: Thu, 26 Apr 2001 14:22:40 +0100
18458              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
18459      Branch: perl
18460            ! pod/perlobj.pod
18461 ____________________________________________________________________________
18462 [  9860] By: jhi                                   on 2001/04/26  18:46:42
18463         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
18464              From: Robin Houston <robin@kitsite.com>
18465              Date: Thu, 26 Apr 2001 20:34:29 +0100
18466              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
18467              
18468              Hashes do not interpolate.
18469      Branch: perl
18470            ! ext/B/B/Deparse.pm
18471 ____________________________________________________________________________
18472 [  9859] By: jhi                                   on 2001/04/26  18:43:51
18473         Log: Subject: The Time::Piece conspiracy unmasked!!!
18474              From: Mike Guy <mjtg@cam.ac.uk>
18475              Date: Thu, 26 Apr 2001 19:02:50 +0100
18476              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
18477              
18478              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
18479              From: Mike Guy <mjtg@cam.ac.uk>
18480              Date: Thu, 26 Apr 2001 19:08:21 +0100
18481              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
18482              
18483              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
18484              From: Graham Barr <gbarr@pobox.com>
18485              Date: Thu, 26 Apr 2001 19:12:03 +0100
18486              Message-ID: <20010426191203.A70835@pobox.com>
18487              
18488              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
18489      Branch: perl
18490            ! ext/List/Util/lib/List/Util.pm
18491            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
18492 ____________________________________________________________________________
18493 [  9858] By: jhi                                   on 2001/04/26  18:17:42
18494         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
18495              From: Robin Houston <robin@kitsite.com>
18496              Date: Thu, 26 Apr 2001 16:09:35 +0100
18497              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
18498      Branch: perl
18499            ! t/comp/proto.t
18500 ____________________________________________________________________________
18501 [  9857] By: jhi                                   on 2001/04/26  18:04:59
18502         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
18503              From: barries <barries@slaysys.com>
18504              Date: Thu, 26 Apr 2001 12:01:10 -0400
18505              Message-ID: <20010426120110.E29698@jester.slaysys.com>
18506      Branch: perl
18507            ! pod/perldiag.pod
18508 ____________________________________________________________________________
18509 [  9856] By: jhi                                   on 2001/04/26  18:03:33
18510         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
18511              Date: Thu, 26 Apr 2001 17:13:41 +0100
18512              From: Robin Houston <robin@kitsite.com>
18513              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
18514              
18515              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
18516              From: Robin Houston <robin@kitsite.com>
18517              Date: Thu, 26 Apr 2001 18:44:29 +0100
18518              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
18519      Branch: perl
18520            ! ext/B/B/Deparse.pm
18521 ____________________________________________________________________________
18522 [  9855] By: jhi                                   on 2001/04/26  17:56:04
18523         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
18524              From: Robin Houston <robin@kitsite.com>
18525              Date: Thu, 26 Apr 2001 17:04:08 +0100
18526              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
18527      Branch: perl
18528            ! ext/B/B/Deparse.pm
18529 ____________________________________________________________________________
18530 [  9854] By: jhi                                   on 2001/04/26  17:47:26
18531         Log: Subject: Re: Short test case for undef %stash:: crash
18532              From: Benjamin Sugars <bsugars@canoe.ca> 
18533              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
18534              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
18535              Changed and moved the perldiag entry.
18536      Branch: perl
18537            ! gv.c pod/perldiag.pod
18538 ____________________________________________________________________________
18539 [  9853] By: jhi                                   on 2001/04/26  14:35:16
18540         Log: Beginnings of strptime().  Do not touch the wet paint.
18541      Branch: perl
18542            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
18543 ____________________________________________________________________________
18544 [  9852] By: jhi                                   on 2001/04/26  13:17:21
18545         Log: Retract #9851, core dumps from pod2man.
18546      Branch: perl
18547            ! regcomp.c
18548 ____________________________________________________________________________
18549 [  9851] By: jhi                                   on 2001/04/26  11:54:41
18550         Log: (Retracted by #9852.)
18551              
18552              Subject: [PATCH @9846] dumping ANYOF
18553              From: Hugo <hv@crypt.compulink.co.uk>
18554              Date: Thu, 26 Apr 2001 05:32:38 +0100
18555              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
18556      Branch: perl
18557            ! regcomp.c
18558 ____________________________________________________________________________
18559 [  9850] By: jhi                                   on 2001/04/26  02:34:44
18560         Log: If ccflags was empty the _previous_ $* containing all the
18561              environment variables and Configure variables was used,
18562              which lead, among other bad things, into $ccflags being your
18563              uname -a output, which lead into test compile with cc failing,
18564              which lead into gcc being selected, which didn't work that well
18565              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
18566              with large files, et cetera.
18567      Branch: perl
18568            ! hints/hpux.sh
18569 ____________________________________________________________________________
18570 [  9849] By: jhi                                   on 2001/04/26  01:44:57
18571         Log: Make selfstubber test more portable.
18572      Branch: perl
18573            ! t/lib/selfstubber.t
18574 ____________________________________________________________________________
18575 [  9848] By: jhi                                   on 2001/04/26  00:50:26
18576         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
18577              From: Benjamin Sugars <ben.sugars@home.com>
18578              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
18579              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
18580      Branch: perl
18581            ! ext/Cwd/Cwd.xs
18582 ____________________________________________________________________________
18583 [  9847] By: jhi                                   on 2001/04/26  00:46:58
18584         Log: Subject: [PATCH: perl@9841] VMS updates
18585              From: Peter Prymmer <pvhp@forte.com>
18586              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
18587              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
18588      Branch: perl
18589            ! README.vms configure.com vms/descrip_mms.template
18590            ! vms/ext/filespec.t
18591 ____________________________________________________________________________
18592 [  9846] By: jhi                                   on 2001/04/26  00:11:56
18593         Log: re 'debug' was broken by #9084.
18594      Branch: perl
18595            ! ext/re/re.xs
18596 ____________________________________________________________________________
18597 [  9845] By: jhi                                   on 2001/04/25  22:33:17
18598         Log: Subject: [PATCH] test for Devel::SelfStubber
18599              From: Nicholas Clark <nick@ccl4.org>
18600              Date: Thu, 26 Apr 2001 00:00:54 +0100
18601              Message-ID: <20010426000054.D89026@plum.flirble.org>
18602      Branch: perl
18603            + t/lib/selfstubber.t
18604            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
18605 ____________________________________________________________________________
18606 [  9844] By: jhi                                   on 2001/04/25  22:29:32
18607         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
18608              From: Paul Johnson <paul@pjcj.net>
18609              Date: Thu, 26 Apr 2001 00:46:08 +0200
18610              Message-ID: <20010426004608.H2338@pjcj.net>
18611      Branch: perl
18612            ! ext/B/B/Concise.pm
18613 ____________________________________________________________________________
18614 [  9843] By: jhi                                   on 2001/04/25  22:28:28
18615         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
18616              From: Peter Prymmer <pvhp@forte.com>
18617              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
18618              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
18619      Branch: perl
18620            ! ext/Cwd/Cwd.xs
18621 ____________________________________________________________________________
18622 [  9842] By: jhi                                   on 2001/04/25  20:58:12
18623         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
18624              From: John Peacock <jpeacock@rowman.com>
18625              Date: Wed, 25 Apr 2001 17:30:26 -0400
18626              Message-ID: <3AE741F2.B3217464@rowman.com>
18627      Branch: perl
18628            ! lib/Math/BigInt.pm t/lib/bigintpm.t
18629 ____________________________________________________________________________
18630 [  9841] By: jhi                                   on 2001/04/25  20:07:05
18631         Log: Update Changes.
18632      Branch: perl
18633            ! Changes patchlevel.h
18634 ____________________________________________________________________________
18635 [  9840] By: jhi                                   on 2001/04/25  19:56:51
18636         Log: Yet another HP-UX hints version from Merijn.
18637      Branch: perl
18638            ! hints/hpux.sh
18639 ____________________________________________________________________________
18640 [  9839] By: jhi                                   on 2001/04/25  19:53:04
18641         Log: abs_path() didn't terminate the filename correctly,
18642              in DIRNAMLENless systems like HP-UX this would fail.
18643      Branch: perl
18644            ! ext/Cwd/Cwd.xs
18645 ____________________________________________________________________________
18646 [  9838] By: jhi                                   on 2001/04/25  16:37:26
18647         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
18648              From: Mike Guy <mjtg@cam.ac.uk>
18649              Date: Wed, 25 Apr 2001 18:31:47 +0100
18650              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
18651      Branch: perl
18652            ! op.c
18653 ____________________________________________________________________________
18654 [  9837] By: jhi                                   on 2001/04/25  16:21:53
18655         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
18656              From: Jon Eveland <jweveland@yahoo.com>
18657              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
18658              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
18659      Branch: perl
18660            ! lib/perl5db.pl
18661 ____________________________________________________________________________
18662 [  9836] By: jhi                                   on 2001/04/25  14:17:50
18663         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
18664              From: "Philip Newton" <pnewton@gmx.de>
18665              Date: Wed, 25 Apr 2001 17:05:58 +0200
18666              Message-ID: <3AE703F6.3234.1833C45@localhost>
18667      Branch: perl
18668            ! Porting/patching.pod
18669 ____________________________________________________________________________
18670 [  9835] By: jhi                                   on 2001/04/25  13:58:07
18671         Log: It would seem that both ar and full_ar need to be overridden
18672              for HP-UX to avoid the GNU ar.
18673      Branch: perl
18674            ! hints/hpux.sh
18675 ____________________________________________________________________________
18676 [  9834] By: jhi                                   on 2001/04/25  13:50:40
18677         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
18678              From: "Philip Newton" <pnewton@gmx.de>
18679              Date: Wed, 25 Apr 2001 16:09:23 +0200
18680              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
18681              
18682              Detypo.
18683      Branch: perl
18684            ! t/op/misc.t
18685 ____________________________________________________________________________
18686 [  9833] By: jhi                                   on 2001/04/25  12:36:11
18687         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
18688      Branch: perl
18689            ! hints/hpux.sh
18690 ____________________________________________________________________________
18691 [  9832] By: jhi                                   on 2001/04/25  12:33:36
18692         Log: New version of HP-UX hints from Merijn.
18693      Branch: perl
18694            ! hints/hpux.sh
18695 ____________________________________________________________________________
18696 [  9831] By: jhi                                   on 2001/04/25  03:39:45
18697         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
18698      Branch: perl
18699            ! hints/hpux.sh
18700 ____________________________________________________________________________
18701 [  9830] By: jhi                                   on 2001/04/25  02:53:25
18702         Log: The tzname[] bit is not needed by util.c -- and causes
18703              heartburn in VMS (and it missing was probably the cause of
18704              the Mac OS X trouble).  Ouch.
18705      Branch: perl
18706            ! ext/POSIX/POSIX.xs util.c
18707 ____________________________________________________________________________
18708 [  9829] By: jhi                                   on 2001/04/25  00:10:06
18709         Log: Metaconfig unit change for #9828.
18710      Branch: metaconfig
18711            ! U/compline/ccflags.U
18712 ____________________________________________________________________________
18713 [  9828] By: jhi                                   on 2001/04/25  00:04:18
18714         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
18715              (which is actually the reason for the change, we need to pass
18716              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
18717              EP/IX, OS/2, and TitanOS, based on the hints files.
18718      Branch: perl
18719            ! Configure config_h.SH
18720 ____________________________________________________________________________
18721 [  9827] By: jhi                                   on 2001/04/24  23:49:20
18722         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
18723              the $cat must have an absolute path.
18724      Branch: perl
18725            ! makedepend.SH
18726 ____________________________________________________________________________
18727 [  9826] By: jhi                                   on 2001/04/24  23:40:53
18728         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
18729      Branch: perl
18730            ! README.amiga
18731 ____________________________________________________________________________
18732 [  9825] By: jhi                                   on 2001/04/24  23:35:35
18733         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
18734              From: "Philip Newton" <pnewton@gmx.de>
18735              Date: Tue, 24 Apr 2001 18:52:49 +0200
18736              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
18737      Branch: perl
18738            ! x2p/find2perl.PL
18739 ____________________________________________________________________________
18740 [  9824] By: jhi                                   on 2001/04/24  23:33:07
18741         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
18742              Some gcc specifics dropped out due to extensive rewriting;
18743              will be put back later as needed.
18744      Branch: perl
18745            ! hints/hpux.sh
18746 ____________________________________________________________________________
18747 [  9823] By: jhi                                   on 2001/04/24  23:27:57
18748         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
18749      Branch: perl
18750            ! ext/POSIX/POSIX.xs
18751 ____________________________________________________________________________
18752 [  9822] By: jhi                                   on 2001/04/24  23:25:21
18753         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
18754              From: Tim Jenness <t.jenness@jach.hawaii.edu>
18755              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
18756              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
18757      Branch: perl
18758            ! ext/XS/Typemap/Typemap.xs
18759 ____________________________________________________________________________
18760 [  9821] By: jhi                                   on 2001/04/24  23:24:10
18761         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
18762              From: "Abigail" <abigail@foad.org>
18763              Date: Tue, 24 Apr 2001 23:12:03 +0200
18764              Message-ID: <20010424211203.7901.qmail@foad.org>
18765      Branch: perl
18766            ! pod/perlport.pod
18767 ____________________________________________________________________________
18768 [  9820] By: jhi                                   on 2001/04/24  23:23:15
18769         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
18770              From: Matt Sergeant <matt@sergeant.org>
18771              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
18772              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
18773      Branch: perl
18774            ! pod/perlfaq4.pod
18775 ____________________________________________________________________________
18776 [  9819] By: nick                                  on 2001/04/24  18:49:43
18777         Log: Integrate mainline.
18778      Branch: perlio
18779           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
18780           !> (integrate 37 files)
18781 ____________________________________________________________________________
18782 [  9818] By: jhi                                   on 2001/04/24  14:35:23
18783         Log: Update Changes.
18784      Branch: perl
18785            ! Changes patchlevel.h
18786 ____________________________________________________________________________
18787 [  9817] By: jhi                                   on 2001/04/24  14:09:17
18788         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
18789              From: "Philip Newton" <pnewton@gmx.de>
18790              Date: Tue, 24 Apr 2001 12:58:12 +0200
18791              Message-ID: <3AE57864.8304.B77A0A@localhost> 
18792              
18793              plus add CPAN to the list of modules that have their own tests.
18794      Branch: perl
18795            ! t/lib/1_compile.t
18796 ____________________________________________________________________________
18797 [  9816] By: jhi                                   on 2001/04/24  14:07:03
18798         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
18799              From: Michael G Schwern <schwern@pobox.com>
18800              Date: Sat, 21 Apr 2001 22:35:00 +0100
18801              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
18802      Branch: perl
18803            ! t/lib/1_compile.t
18804 ____________________________________________________________________________
18805 [  9815] By: jhi                                   on 2001/04/24  13:54:32
18806         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
18807              From: Robin Houston <robin@kitsite.com>
18808              Date: Tue, 24 Apr 2001 15:51:18 +0100
18809              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
18810      Branch: perl
18811            ! ext/B/B/Deparse.pm
18812 ____________________________________________________________________________
18813 [  9814] By: jhi                                   on 2001/04/24  13:17:34
18814         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
18815              From: Bill Glicker <billg@burrelles.com>
18816              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
18817              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
18818      Branch: perl
18819            ! hints/svr5.sh
18820 ____________________________________________________________________________
18821 [  9813] By: jhi                                   on 2001/04/24  12:54:23
18822         Log: Prevent path disclosure (probing for existence of filenames)
18823              using suidperl; bug id 20010322.218.
18824      Branch: perl
18825            ! perl.c pod/perldiag.pod
18826 ____________________________________________________________________________
18827 [  9812] By: jhi                                   on 2001/04/24  12:08:36
18828         Log: Retract #9811.
18829      Branch: perl
18830            ! ext/POSIX/POSIX.xs
18831 ____________________________________________________________________________
18832 [  9811] By: jhi                                   on 2001/04/24  11:57:35
18833         Log: (Retracted by #9812.)
18834      Branch: perl
18835            ! ext/POSIX/POSIX.xs
18836 ____________________________________________________________________________
18837 [  9810] By: jhi                                   on 2001/04/24  03:32:35
18838         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
18839      Branch: perl
18840            ! util.c
18841 ____________________________________________________________________________
18842 [  9809] By: jhi                                   on 2001/04/24  03:16:13
18843         Log: The Math::BigFloat::import() was broken.
18844              (Fixes bug id 20010422.002.)
18845      Branch: perl
18846            ! lib/Math/BigFloat.pm
18847 ____________________________________________________________________________
18848 [  9808] By: jhi                                   on 2001/04/24  01:11:40
18849         Log: Additional dependencies; should help for parallel makes
18850              not to fail on missing lib/lib.pm or lib/re.pm.
18851      Branch: perl
18852            ! Makefile.SH
18853 ____________________________________________________________________________
18854 [  9807] By: jhi                                   on 2001/04/24  00:57:01
18855         Log: Update the test failure disclaimer.
18856      Branch: perl
18857            ! t/pragma/warn/pp_hot
18858 ____________________________________________________________________________
18859 [  9806] By: jhi                                   on 2001/04/24  00:54:04
18860         Log: Add make target "install-all" which is alias for "install"
18861              to cater for case-preserving filesystems like HFS+.
18862      Branch: perl
18863            ! INSTALL Makefile.SH
18864 ____________________________________________________________________________
18865 [  9805] By: jhi                                   on 2001/04/24  00:47:28
18866         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
18867              From: Peter Prymmer <pvhp@forte.com>
18868              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
18869              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
18870              
18871              (Ken William's message forwarded from macosx@perl.org)
18872      Branch: perl
18873            ! hints/darwin.sh
18874 ____________________________________________________________________________
18875 [  9804] By: jhi                                   on 2001/04/23  23:57:35
18876         Log: Cut-and-pasto.
18877      Branch: perl
18878            ! perlio.c
18879 ____________________________________________________________________________
18880 [  9803] By: jhi                                   on 2001/04/23  23:52:25
18881         Log: More PerlIO robustness.
18882      Branch: perl
18883            ! perlio.c
18884 ____________________________________________________________________________
18885 [  9802] By: jhi                                   on 2001/04/23  23:43:35
18886         Log: Make the "STD* opened only for ..." errors more consistent.
18887      Branch: perl
18888            ! doio.c
18889 ____________________________________________________________________________
18890 [  9801] By: jhi                                   on 2001/04/23  23:34:26
18891         Log: Test case for #9800.
18892      Branch: perl
18893            ! t/op/misc.t
18894 ____________________________________________________________________________
18895 [  9800] By: jhi                                   on 2001/04/23  23:14:43
18896         Log: Avoid coredump on 'close STDERR; die' by making
18897              the PerlIO calls more robust.  Also use SETERRNO()
18898              instead of errno = to be more VMS-ready.
18899      Branch: perl
18900            ! perlio.c
18901 ____________________________________________________________________________
18902 [  9799] By: jhi                                   on 2001/04/23  21:41:10
18903         Log: Subject: test for ID 20010423.002
18904              From: Robin Houston <robin@kitsite.com>
18905              Date: Mon, 23 Apr 2001 16:52:21 +0100
18906              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
18907      Branch: perl
18908            ! t/op/avhv.t
18909 ____________________________________________________________________________
18910 [  9798] By: jhi                                   on 2001/04/23  21:40:07
18911         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
18912              From: David Dyck <dcd@tc.fluke.com>
18913              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
18914              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
18915      Branch: perl
18916            ! installperl
18917 ____________________________________________________________________________
18918 [  9797] By: jhi                                   on 2001/04/23  21:37:56
18919         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
18920              From: Benjamin Sugars <bsugars@canoe.ca>
18921              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
18922              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
18923      Branch: perl
18924            ! ext/Cwd/Cwd.xs lib/Cwd.pm
18925 ____________________________________________________________________________
18926 [  9796] By: jhi                                   on 2001/04/23  21:29:24
18927         Log: Synchronize h2xs and pod2man some more on the documentation
18928              templates they propose.
18929      Branch: perl
18930            ! pod/pod2man.PL utils/h2xs.PL
18931 ____________________________________________________________________________
18932 [  9795] By: jhi                                   on 2001/04/23  17:30:40
18933         Log: Add one more naughty test for base64; make encoding logic cleaner.
18934      Branch: perl
18935            ! t/lib/mimeb64.t
18936 ____________________________________________________________________________
18937 [  9794] By: jhi                                   on 2001/04/23  13:51:32
18938         Log: Update Changes.
18939      Branch: perl
18940            ! Changes patchlevel.h
18941 ____________________________________________________________________________
18942 [  9793] By: jhi                                   on 2001/04/23  13:44:18
18943         Log: Duplicate lines.
18944      Branch: perl
18945            ! MANIFEST
18946 ____________________________________________________________________________
18947 [  9792] By: jhi                                   on 2001/04/23  13:39:13
18948         Log: Subject: Re: PATCH 5.7.1
18949              From: Mark-Jason Dominus <mjd@plover.com>
18950              Date: Mon, 23 Apr 2001 10:30:21 -0400
18951              Message-ID: <20010423143021.17335.qmail@plover.com>
18952      Branch: perl
18953            ! perl.h sv.c
18954 ____________________________________________________________________________
18955 [  9791] By: jhi                                   on 2001/04/23  13:32:40
18956         Log: Add the CPAN.pm 1.59_54 tests.
18957      Branch: perl
18958            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
18959            ! MANIFEST
18960 ____________________________________________________________________________
18961 [  9790] By: jhi                                   on 2001/04/23  13:21:55
18962         Log: Subject: Deparse nit
18963              From: Robin Houston <robin@kitsite.com>
18964              Date: Mon, 23 Apr 2001 12:38:20 +0100
18965              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
18966      Branch: perl
18967            ! ext/B/B/Deparse.pm
18968 ____________________________________________________________________________
18969 [  9789] By: jhi                                   on 2001/04/23  13:19:07
18970         Log: Subject: [PATCH] bug 20010423.002
18971              From: Robin Houston <robin@kitsite.com>
18972              Date: Mon, 23 Apr 2001 13:12:30 +0100
18973              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
18974      Branch: perl
18975            ! pp.c
18976 ____________________________________________________________________________
18977 [  9788] By: jhi                                   on 2001/04/23  13:02:49
18978         Log: Subject: PATCH [5.7.1] hv.c unused #define
18979              From: Mark-Jason Dominus <mjd@plover.com>
18980              Date: Sun, 22 Apr 2001 14:17:49 -0400
18981              Message-ID: <20010422181749.26976.qmail@plover.com>
18982      Branch: perl
18983            ! hv.c
18984 ____________________________________________________________________________
18985 [  9787] By: jhi                                   on 2001/04/23  13:02:02
18986         Log: Subject: PATCH 5.7.1
18987              From: Mark-Jason Dominus <mjd@plover.com>
18988              Date: Sun, 22 Apr 2001 15:12:57 -0400
18989              Message-ID: <20010422191258.6539.qmail@plover.com>
18990              
18991              plus Sarathy's STMT_START + STMT_END suggestion.
18992      Branch: perl
18993            ! perl.h
18994 ____________________________________________________________________________
18995 [  9786] By: jhi                                   on 2001/04/23  12:53:25
18996         Log: Fix for
18997              
18998              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
18999              From: dLux <dlux@spam.sch.bme.hu>
19000              Date: Mon, 23 Apr 2001 01:25:26 +0200
19001              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
19002              
19003              (SvGROW really does return a char *.)
19004      Branch: perl
19005            ! pod/perlapi.pod sv.h
19006 ____________________________________________________________________________
19007 [  9785] By: jhi                                   on 2001/04/23  04:34:04
19008         Log: Time::Piece work continues.  $t->day removed since
19009              I think it's too confusing.  Now has normal and
19010              abbreviated length weekday names and month names,
19011              the names change with _names(), not _list().
19012              Now has strftime() in Perl, _strftime() is
19013              the libc version (to which strftime() falls back
19014              if it doesn't know the format.  To do: the reverse
19015              of strftime, strptime(), and the localisation of both.
19016      Branch: perl
19017            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
19018            ! t/lib/time-piece.t
19019 ____________________________________________________________________________
19020 [  9784] By: jhi                                   on 2001/04/23  02:41:46
19021         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
19022              From: andreas.koenig@anima.de (Andreas J. Koenig)
19023              Date: 23 Apr 2001 05:20:55 +0200
19024              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
19025      Branch: perl
19026            ! t/pragma/overload.t
19027 ____________________________________________________________________________
19028 [  9783] By: jhi                                   on 2001/04/22  23:32:42
19029         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
19030              From: Robin Houston <robin@kitsite.com>
19031              Date: Mon, 23 Apr 2001 00:38:18 +0100
19032              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
19033      Branch: perl
19034            ! ext/B/B/Deparse.pm
19035 ____________________________________________________________________________
19036 [  9782] By: jhi                                   on 2001/04/22  20:55:43
19037         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
19038              From: Simon Cozens <simon@netthink.co.uk>
19039              Date: Sun, 22 Apr 2001 18:47:25 +0100
19040              Message-ID: <20010422184725.A14411@netthink.co.uk>
19041      Branch: perl
19042            ! sv.c t/pragma/overload.t
19043 ____________________________________________________________________________
19044 [  9781] By: jhi                                   on 2001/04/22  20:52:13
19045         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
19046              From: Robin Houston <robin@kitsite.com>
19047              Date: Sun, 22 Apr 2001 22:14:50 +0100
19048              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
19049      Branch: perl
19050            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
19051 ____________________________________________________________________________
19052 [  9780] By: nick                                  on 2001/04/22  20:40:31
19053         Log: Integrate mainline.
19054      Branch: perlio
19055           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
19056           +> t/lib/b-stash.t
19057           !> (integrate 38 files)
19058 ____________________________________________________________________________
19059 [  9779] By: jhi                                   on 2001/04/22  15:16:03
19060         Log: Subject: IO::Socket::INET patch
19061              From: andrew deryabin <djsf@technarchy.ru>
19062              Date: Sat, 21 Apr 2001 17:46:52 +0400
19063              Message-ID: <20010421174652.B1426@technarchy>
19064      Branch: perl
19065            ! ext/IO/lib/IO/Socket/INET.pm
19066 ____________________________________________________________________________
19067 [  9778] By: jhi                                   on 2001/04/22  15:14:33
19068         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
19069              From: Mark-Jason Dominus <mjd@plover.com>
19070              Date: Sat, 21 Apr 2001 21:27:49 -0400
19071              Message-ID: <20010422012749.27024.qmail@plover.com>
19072      Branch: perl
19073            ! regcomp.c
19074 ____________________________________________________________________________
19075 [  9777] By: jhi                                   on 2001/04/22  15:10:51
19076         Log: Subject: Re: Regex debugger patch 
19077              From: Mark-Jason Dominus <mjd@plover.com>
19078              Date: Sat, 21 Apr 2001 21:48:51 -0400
19079              Message-ID: <20010422014851.27165.qmail@plover.com>
19080      Branch: perl
19081            ! pod/perldebguts.pod
19082 ____________________________________________________________________________
19083 [  9776] By: jhi                                   on 2001/04/22  15:09:48
19084         Log: Subject: Re: Regex debugger patch
19085              From: Mark-Jason Dominus <mjd@plover.com>
19086              Date: Sat, 21 Apr 2001 14:24:39 -0400
19087              Message-ID: <20010421182439.16508.qmail@plover.com>
19088              
19089              Regex debugger backend.
19090      Branch: perl
19091            ! regcomp.c regexp.h
19092 ____________________________________________________________________________
19093 [  9775] By: jhi                                   on 2001/04/21  16:45:40
19094         Log: Subject: [PATCH] Typo in utf8.h
19095              From: Jesús Quiroga <jquiroga@pobox.com>
19096              Date: Sat, 21 Apr 2001 19:25:33 +0200
19097              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
19098      Branch: perl
19099            ! utf8.h
19100 ____________________________________________________________________________
19101 [  9774] By: jhi                                   on 2001/04/21  16:43:52
19102         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
19103              From: Joe Orton <jorton@redhat.com>
19104              Date: Tue, 17 Apr 2001 15:50:43 +0100
19105              Message-Id: <20010417155043.D19132@eu.c2.net>
19106      Branch: perl
19107            ! hints/svr5.sh
19108 ____________________________________________________________________________
19109 [  9773] By: jhi                                   on 2001/04/21  15:30:15
19110         Log: Subject: Patch utils/h2xs.PL
19111              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
19112              Date: Sat, 21 Apr 2001 10:32:16 -0500
19113              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
19114              
19115              Add MAILING list and LICENSE templates.
19116      Branch: perl
19117            ! utils/h2xs.PL
19118 ____________________________________________________________________________
19119 [  9772] By: jhi                                   on 2001/04/21  15:28:36
19120         Log: Subject: perlfaq2.patch for 5.7.1
19121              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
19122              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
19123              Date: Fri, 20 Apr 2001 16:42:19 -0500
19124              
19125              rm an extra tab, a blurb about the xx.cpan to clarify
19126              which countries actually have that and dejanews is history
19127              as well as most of that nonsensical entry.
19128      Branch: perl
19129            ! pod/perlfaq2.pod
19130 ____________________________________________________________________________
19131 [  9771] By: jhi                                   on 2001/04/21  15:27:17
19132         Log: Subject: perlfaq1.patch for 5.7.1
19133              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
19134              Date: Fri, 20 Apr 2001 16:57:36 -0500
19135              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
19136              
19137              Evil URLs must die. Especially when they are broken.
19138      Branch: perl
19139            ! pod/perlfaq1.pod
19140 ____________________________________________________________________________
19141 [  9770] By: jhi                                   on 2001/04/21  15:23:38
19142         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
19143              From: Michael G Schwern <schwern@pobox.com>
19144              Date: Sat, 21 Apr 2001 16:11:12 +0100
19145              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
19146      Branch: perl
19147            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
19148            + t/lib/b-stash.t
19149            ! MANIFEST ext/B/B.pm t/lib/b.t
19150 ____________________________________________________________________________
19151 [  9769] By: jhi                                   on 2001/04/21  15:03:32
19152         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
19153              From: Michael G Schwern <schwern@pobox.com>
19154              Date: Sat, 21 Apr 2001 09:48:00 +0100
19155              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
19156      Branch: perl
19157            ! utils/h2ph.PL
19158 ____________________________________________________________________________
19159 [  9768] By: jhi                                   on 2001/04/21  14:33:49
19160         Log: PerlIO and Encode doc cleanup and tweaks.
19161      Branch: perl
19162            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
19163            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
19164 ____________________________________________________________________________
19165 [  9767] By: jhi                                   on 2001/04/21  12:40:16
19166         Log: Integrate perlio.
19167      Branch: perl
19168           !> doio.c
19169 ____________________________________________________________________________
19170 [  9766] By: nick                                  on 2001/04/20  18:28:35
19171         Log: Avoid core dump on
19172              open(STDOUT,">",\$foo);
19173      Branch: perlio
19174            ! doio.c
19175 ____________________________________________________________________________
19176 [  9765] By: jhi                                   on 2001/04/20  13:23:43
19177         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
19178              From: Robin Houston <robin@kitsite.com>
19179              Date: Fri, 20 Apr 2001 14:29:22 +0100
19180              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
19181      Branch: perl
19182            ! ext/B/B.pm ext/B/B/Deparse.pm
19183 ____________________________________________________________________________
19184 [  9764] By: jhi                                   on 2001/04/20  13:19:33
19185         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
19186              From: Peter Prymmer <pvhp@forte.com>
19187              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
19188              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
19189      Branch: perl
19190            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
19191            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
19192            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
19193            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
19194 ____________________________________________________________________________
19195 [  9763] By: jhi                                   on 2001/04/20  12:36:39
19196         Log: Subject: Re: A new PerlIO coredump
19197              From: Nick Ing-Simmons <nik@tiuk.ti.com>
19198              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
19199              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
19200      Branch: perl
19201            ! doio.c
19202 ____________________________________________________________________________
19203 [  9762] By: jhi                                   on 2001/04/19  23:02:30
19204         Log: Update Changes.
19205      Branch: perl
19206            ! Changes patchlevel.h
19207 ____________________________________________________________________________
19208 [  9761] By: jhi                                   on 2001/04/19  22:59:19
19209         Log: More cleanup cleanup.
19210      Branch: perl
19211            ! Makefile.SH win32/Makefile win32/makefile.mk
19212 ____________________________________________________________________________
19213 [  9760] By: jhi                                   on 2001/04/19  22:50:31
19214         Log: lib/Time is non-empty, let's not rmdir it.
19215      Branch: perl
19216            ! Makefile.SH
19217 ____________________________________________________________________________
19218 [  9759] By: jhi                                   on 2001/04/19  22:36:51
19219         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
19220              From: Robin Houston <robin@kitsite.com>
19221              Date: Fri, 20 Apr 2001 00:18:53 +0100
19222              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
19223      Branch: perl
19224            ! ext/B/B/Deparse.pm
19225 ____________________________________________________________________________
19226 [  9758] By: jhi                                   on 2001/04/19  22:36:00
19227         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
19228              From: Peter Prymmer <pvhp@forte.com>
19229              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
19230              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
19231      Branch: perl
19232            ! ext/Cwd/Cwd.xs
19233 ____________________________________________________________________________
19234 [  9757] By: nick                                  on 2001/04/19  18:53:54
19235         Log: Blind (untested) integrate of mainline.
19236      Branch: perlio
19237           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
19238           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
19239           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
19240           !> (integrate 53 files)
19241 ____________________________________________________________________________
19242 [  9756] By: jhi                                   on 2001/04/19  16:59:23
19243         Log: Document and test Time::Piece.
19244      Branch: perl
19245            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
19246            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
19247 ____________________________________________________________________________
19248 [  9755] By: jhi                                   on 2001/04/19  12:13:29
19249         Log: A better fix for the \x{12345678} trouble from NI-S.
19250      Branch: perl
19251            ! utf8.c
19252 ____________________________________________________________________________
19253 [  9754] By: jhi                                   on 2001/04/19  11:56:07
19254         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
19255              From: Robin Houston <robin@kitsite.com>
19256              Date: Wed, 18 Apr 2001 17:58:33 +0100
19257              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
19258      Branch: perl
19259            ! ext/B/B/Deparse.pm op.c
19260 ____________________________________________________________________________
19261 [  9753] By: jhi                                   on 2001/04/19  04:21:52
19262         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
19263              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
19264              Date: Thu, 19 Apr 2001 01:11:41 -0400
19265              Message-ID: <20010419011141.A5798@cpan.org>
19266      Branch: perl
19267            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
19268 ____________________________________________________________________________
19269 [  9752] By: jhi                                   on 2001/04/19  02:41:10
19270         Log: The new time utils need to be thread-aware, too.
19271      Branch: perl
19272            ! util.c
19273 ____________________________________________________________________________
19274 [  9751] By: jhi                                   on 2001/04/19  02:26:47
19275         Log: Compilation nit noticed by AIX compiler.
19276      Branch: perl
19277            ! perlio.c
19278 ____________________________________________________________________________
19279 [  9750] By: jhi                                   on 2001/04/19  02:20:06
19280         Log: The new time utils need to be public.
19281      Branch: perl
19282            ! embed.pl
19283 ____________________________________________________________________________
19284 [  9749] By: jhi                                   on 2001/04/19  01:42:39
19285         Log: Regen toc.
19286      Branch: perl
19287            ! pod/perltoc.pod
19288 ____________________________________________________________________________
19289 [  9748] By: jhi                                   on 2001/04/19  01:41:10
19290         Log: Add Time::Piece, a slight rewrite of Time::Object,
19291              from Matt Sergeant.
19292      Branch: perl
19293            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
19294            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
19295            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
19296            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
19297            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
19298            ! win32/makefile.mk
19299 ____________________________________________________________________________
19300 [  9747] By: jhi                                   on 2001/04/19  00:55:35
19301         Log: The new metaconfig unit from strftime.
19302      Branch: metaconfig/U/perl
19303            + d_strftime.U
19304 ____________________________________________________________________________
19305 [  9746] By: jhi                                   on 2001/04/19  00:54:54
19306         Log: Move the strftime() wrapper from POSIX.xs to util.c
19307              as my_strftime(), requires HAS_STRFTIME.
19308      Branch: perl
19309            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19310            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
19311            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
19312            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19313            ! vos/config.ga.h win32/config.bc win32/config.gc
19314            ! win32/config.vc
19315 ____________________________________________________________________________
19316 [  9745] By: jhi                                   on 2001/04/18  23:11:03
19317         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
19318              in preparation of Time::Piece.
19319      Branch: perl
19320            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
19321 ____________________________________________________________________________
19322 [  9744] By: jhi                                   on 2001/04/18  22:33:12
19323         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
19324              From: Peter Prymmer <pvhp@forte.com>
19325              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
19326              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
19327      Branch: perl
19328            ! t/lib/exporter.t
19329 ____________________________________________________________________________
19330 [  9743] By: jhi                                   on 2001/04/18  22:32:23
19331         Log: Subject: Fwd: pod2html leaves cache files lying around?
19332              From: Rajesh Vaidheeswarran <rv@gnu.org>
19333              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
19334              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
19335      Branch: perl
19336            ! lib/Pod/Html.pm
19337 ____________________________________________________________________________
19338 [  9742] By: jhi                                   on 2001/04/18  20:31:49
19339         Log: Update Changes.
19340      Branch: perl
19341            ! Changes patchlevel.h
19342 ____________________________________________________________________________
19343 [  9741] By: jhi                                   on 2001/04/18  20:23:02
19344         Log: Declare hints only if needed.
19345      Branch: perl
19346            ! ext/B/B/Deparse.pm
19347 ____________________________________________________________________________
19348 [  9740] By: jhi                                   on 2001/04/18  19:06:05
19349         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
19350              bug noticed by Robin Houston; basically the code of detecting
19351              value wraparound was acting differently under different compilers
19352              and platforms.  The workaround is to remove the overflow check
19353              for now, a real fix would be to do the overflow (portably) right.
19354      Branch: perl
19355            ! t/op/pat.t utf8.c
19356 ____________________________________________________________________________
19357 [  9739] By: jhi                                   on 2001/04/18  19:01:23
19358         Log: Subject: [PATCH B::Deparse] some pragma support
19359              From: Robin Houston <robin@kitsite.com>
19360              Date: Wed, 18 Apr 2001 19:32:12 +0100
19361              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
19362      Branch: perl
19363            ! ext/B/B/Deparse.pm
19364 ____________________________________________________________________________
19365 [  9738] By: jhi                                   on 2001/04/18  15:16:37
19366         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
19367              From: Benjamin Sugars <bsugars@canoe.ca>
19368              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
19369              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
19370      Branch: perl
19371            ! t/op/glob.t
19372 ____________________________________________________________________________
19373 [  9737] By: jhi                                   on 2001/04/18  13:24:50
19374         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
19375              From: Tim Jenness <t.jenness@jach.hawaii.edu>
19376              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
19377              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
19378      Branch: perl
19379            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
19380            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
19381 ____________________________________________________________________________
19382 [  9736] By: jhi                                   on 2001/04/18  04:15:14
19383         Log: The #9735 also changes the subtest 12.
19384      Branch: perl
19385            ! t/lib/b.t
19386 ____________________________________________________________________________
19387 [  9735] By: jhi                                   on 2001/04/18  03:55:17
19388         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
19389              From: David Dyck <dcd@tc.fluke.com>
19390              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
19391              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
19392      Branch: perl
19393            ! ext/B/B/Deparse.pm
19394 ____________________________________________________________________________
19395 [  9734] By: jhi                                   on 2001/04/18  03:54:11
19396         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
19397              From: Gisle Aas <gisle@ActiveState.com>
19398              Date: 17 Apr 2001 19:06:45 -0700
19399              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
19400      Branch: perl
19401            ! pp_hot.c t/op/misc.t
19402 ____________________________________________________________________________
19403 [  9733] By: jhi                                   on 2001/04/17  22:25:22
19404         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
19405              From: "Abigail" <abigail@foad.org>
19406              Date: Wed, 18 Apr 2001 01:17:46 +0200
19407              Message-ID: <20010417231746.21657.qmail@foad.org>
19408      Branch: perl
19409            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
19410 ____________________________________________________________________________
19411 [  9732] By: jhi                                   on 2001/04/17  20:47:56
19412         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
19413              From: Robin Houston <robin@kitsite.com>
19414              Date: Tue, 17 Apr 2001 22:37:42 +0100
19415              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
19416      Branch: perl
19417            ! ext/B/B/Deparse.pm
19418 ____________________________________________________________________________
19419 [  9731] By: nick                                  on 2001/04/17  20:46:35
19420         Log: Re-sync for t/lib/b.t fix
19421      Branch: perlio
19422           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
19423 ____________________________________________________________________________
19424 [  9730] By: jhi                                   on 2001/04/17  20:45:29
19425         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
19426              From: Robin Houston <robin@kitsite.com>
19427              Date: Tue, 17 Apr 2001 22:29:36 +0100
19428              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
19429      Branch: perl
19430            ! ext/B/B.xs ext/B/B/Deparse.pm
19431 ____________________________________________________________________________
19432 [  9729] By: jhi                                   on 2001/04/17  20:43:11
19433         Log: Subject: Deparse - parenthesise args to undeclared subs
19434              From: Robin Houston <robin@kitsite.com>
19435              Date: Tue, 17 Apr 2001 21:31:05 +0100
19436              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
19437      Branch: perl
19438            ! ext/B/B/Deparse.pm
19439 ____________________________________________________________________________
19440 [  9728] By: jhi                                   on 2001/04/17  18:57:30
19441         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
19442              From: Benjamin Sugars <ben.sugars@home.com>
19443              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
19444              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
19445      Branch: perl
19446            ! t/lib/cwd.t
19447 ____________________________________________________________________________
19448 [  9727] By: jhi                                   on 2001/04/17  18:20:20
19449         Log: Subject: [PATCH B::Deparse] ambient pragmas
19450              From: Robin Houston <robin@kitsite.com>
19451              Date: Tue, 17 Apr 2001 20:01:59 +0100
19452              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
19453      Branch: perl
19454            ! ext/B/B/Deparse.pm t/lib/b.t
19455 ____________________________________________________________________________
19456 [  9726] By: nick                                  on 2001/04/17  16:33:51
19457         Log: Integrate mainline (t/lib/b.t fails test 2...)
19458      Branch: perlio
19459           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
19460           +> ext/List/Util/README ext/List/Util/Util.xs
19461           +> ext/List/Util/lib/List/Util.pm
19462           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
19463           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
19464           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
19465           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
19466           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
19467           !> (integrate 31 files)
19468 ____________________________________________________________________________
19469 [  9725] By: jhi                                   on 2001/04/17  12:14:24
19470         Log: Subject: multiple B::* changes
19471              From: Robin Houston <robin@kitsite.com>
19472              Date: Thu, 12 Apr 2001 20:12:27 +0100
19473              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
19474      Branch: perl
19475            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
19476 ____________________________________________________________________________
19477 [  9724] By: jhi                                   on 2001/04/17  11:59:05
19478         Log: Thread-awareness from Doug MacEachern.
19479      Branch: perl
19480            ! ext/List/Util/Util.xs
19481 ____________________________________________________________________________
19482 [  9723] By: jhi                                   on 2001/04/17  11:57:41
19483         Log: Make the test more portable.
19484      Branch: perl
19485            ! t/lib/cwd.t
19486 ____________________________________________________________________________
19487 [  9722] By: jhi                                   on 2001/04/17  11:53:50
19488         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
19489              From: Benjamin Sugars <ben.sugars@home.com>
19490              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
19491              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
19492      Branch: perl
19493            ! t/lib/cwd.t
19494 ____________________________________________________________________________
19495 [  9721] By: jhi                                   on 2001/04/17  11:52:17
19496         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
19497              From: Benjamin Sugars <bsugars@canoe.ca>
19498              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
19499              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
19500      Branch: perl
19501            ! op.c
19502 ____________________________________________________________________________
19503 [  9720] By: jhi                                   on 2001/04/17  11:35:42
19504         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
19505              From: Chris Nandor <pudge@pobox.com>
19506              Date: Tue, 17 Apr 2001 00:30:49 -0400
19507              Message-Id: <p05100207b701768712de@[10.0.1.177]>
19508      Branch: perl
19509            ! ext/File/Glob/bsd_glob.c gv.c
19510 ____________________________________________________________________________
19511 [  9719] By: jhi                                   on 2001/04/17  11:32:13
19512         Log: Subject: [PATCH] Tweten->West
19513              From: Casey West <casey@geeknest.com>
19514              Date: Mon, 16 Apr 2001 12:11:22 -0400
19515              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
19516      Branch: perl
19517            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
19518            ! pod/perltie.pod
19519 ____________________________________________________________________________
19520 [  9718] By: jhi                                   on 2001/04/16  03:22:52
19521         Log: Update Changes.
19522      Branch: perl
19523            ! Changes patchlevel.h
19524 ____________________________________________________________________________
19525 [  9717] By: jhi                                   on 2001/04/16  03:06:28
19526         Log: Regen toc.
19527      Branch: perl
19528            ! pod/perltoc.pod
19529 ____________________________________________________________________________
19530 [  9716] By: jhi                                   on 2001/04/16  02:58:42
19531         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
19532              From: Prymmer/Kahn <pvhp@best.com>
19533              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
19534              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
19535      Branch: perl
19536            ! utf8.c
19537 ____________________________________________________________________________
19538 [  9715] By: jhi                                   on 2001/04/15  23:40:35
19539         Log: Subject: Re: Net::Ping patch, adds stream protocol
19540              From: bronson@rinspin.com (Scott Bronson)
19541              Date: Tue, 10 Apr 2001 23:58:33 -0700
19542              Message-ID: <20010410235833.N29719@rinspin.com>
19543      Branch: perl
19544            ! lib/Net/Ping.pm
19545 ____________________________________________________________________________
19546 [  9714] By: jhi                                   on 2001/04/15  23:31:46
19547         Log: Printing out the ok messages helps successful testing.
19548      Branch: perl
19549            ! t/lib/time-hires.t
19550 ____________________________________________________________________________
19551 [  9713] By: jhi                                   on 2001/04/15  21:43:24
19552         Log: Update Douglas Wegscheid's email.
19553      Branch: perl
19554            ! AUTHORS
19555 ____________________________________________________________________________
19556 [  9712] By: jhi                                   on 2001/04/15  21:40:41
19557         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
19558              From: Michael G Schwern <schwern@pobox.com>
19559              Date: Sat, 14 Apr 2001 22:40:50 +0100
19560              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
19561      Branch: perl
19562            + t/lib/exporter.t
19563            ! MANIFEST lib/Exporter/Heavy.pm
19564 ____________________________________________________________________________
19565 [  9711] By: jhi                                   on 2001/04/15  21:39:21
19566         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
19567              From: Michael G Schwern <schwern@pobox.com>
19568              Date: Sat, 14 Apr 2001 22:13:59 +0100
19569              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
19570      Branch: perl
19571            ! t/op/loopctl.t
19572 ____________________________________________________________________________
19573 [  9710] By: jhi                                   on 2001/04/15  21:30:19
19574         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
19575              From: Michael G Schwern <schwern@pobox.com>
19576              Date: Sat, 14 Apr 2001 22:05:32 +0100
19577              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
19578      Branch: perl
19579            ! t/pragma/warnings.t
19580 ____________________________________________________________________________
19581 [  9709] By: jhi                                   on 2001/04/15  19:34:09
19582         Log: Integrate changes #9706,9707 from maintperl into mainline.
19583              
19584              change#7210 broke .packlist generation
19585              
19586              ExtUtils::Installed doesn't quote regex metacharacters in paths
19587              before using them in match; also make it work for dosish platforms
19588      Branch: perl
19589           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
19590 ____________________________________________________________________________
19591 [  9708] By: jhi                                   on 2001/04/15  19:31:01
19592         Log: Test also the scalar aspect of getitimer().
19593      Branch: perl
19594            ! t/lib/time-hires.t
19595 ____________________________________________________________________________
19596 [  9707] By: gsar                                  on 2001/04/15  17:24:20
19597         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
19598              before using them in match; also make it work for dosish platforms
19599      Branch: maint-5.6/perl
19600            ! lib/ExtUtils/Installed.pm
19601 ____________________________________________________________________________
19602 [  9706] By: gsar                                  on 2001/04/15  17:21:59
19603         Log: change#7210 broke .packlist generation (listed only filename
19604              rather than fully qualified path name)
19605      Branch: maint-5.6/perl
19606            ! lib/ExtUtils/Install.pm
19607 ____________________________________________________________________________
19608 [  9705] By: jhi                                   on 2001/04/15  12:36:33
19609         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
19610      Branch: perl
19611            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
19612            ! t/lib/time-hires.t
19613 ____________________________________________________________________________
19614 [  9704] By: jhi                                   on 2001/04/15  10:49:08
19615         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
19616              From: Prymmer/Kahn <pvhp@best.com>
19617              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
19618              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
19619      Branch: perl
19620            ! lib/utf8.pm pod/perlebcdic.pod
19621 ____________________________________________________________________________
19622 [  9703] By: jhi                                   on 2001/04/15  02:26:26
19623         Log: I keep forgetting to sort MANIFEST.
19624      Branch: perl
19625            ! MANIFEST
19626 ____________________________________________________________________________
19627 [  9702] By: jhi                                   on 2001/04/15  02:07:47
19628         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
19629              Now we have blessed, reftype, tainted, first, reduce, ...
19630      Branch: perl
19631            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
19632            + ext/List/Util/README ext/List/Util/Util.xs
19633            + ext/List/Util/lib/List/Util.pm
19634            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
19635            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
19636            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
19637            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
19638            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
19639            ! MANIFEST
19640 ____________________________________________________________________________
19641 [  9701] By: jhi                                   on 2001/04/14  15:05:25
19642         Log: Subject: RE: dprofpp.pl updates 
19643              From: Carl Eklof <CEklof@endeca.com>
19644              Date: Thu, 12 Apr 2001 18:45:46 -0400
19645              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
19646      Branch: perl
19647            ! utils/dprofpp.PL
19648 ____________________________________________________________________________
19649 [  9700] By: jhi                                   on 2001/04/14  14:44:55
19650         Log: Do not just blindly add CR.
19651      Branch: perl
19652            ! Porting/makerel
19653 ____________________________________________________________________________
19654 [  9699] By: jhi                                   on 2001/04/13  13:17:01
19655         Log: Update Changes.
19656      Branch: perl
19657            ! Changes patchlevel.h
19658 ____________________________________________________________________________
19659 [  9698] By: jhi                                   on 2001/04/13  12:44:48
19660         Log: Integrate perlio.
19661      Branch: perl
19662           !> ext/PerlIO/Scalar/Scalar.xs
19663 ____________________________________________________________________________
19664 [  9697] By: jhi                                   on 2001/04/13  12:29:15
19665         Log: Add more debug output to the test.
19666      Branch: perl
19667            ! t/lib/cwd.t
19668 ____________________________________________________________________________
19669 [  9696] By: nick                                  on 2001/04/13  10:14:29
19670         Log: Fix core dump on binmode($fh,'Scalar')
19671      Branch: perlio
19672            ! ext/PerlIO/Scalar/Scalar.xs
19673 ____________________________________________________________________________
19674 [  9695] By: nick                                  on 2001/04/13  09:05:42
19675         Log: Integrate mainline
19676      Branch: perlio
19677           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
19678           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
19679           +> t/lib/time-hires.t
19680           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
19681           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
19682           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
19683           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
19684           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
19685           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
19686           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
19687 ____________________________________________________________________________
19688 [  9694] By: jhi                                   on 2001/04/12  22:23:35
19689         Log: Integrate change #9693 from maintperl into mainline.
19690              
19691              $VERSION and Version() on the same line provokes a warning from
19692              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
19693      Branch: perl
19694           !> lib/Devel/SelfStubber.pm
19695 ____________________________________________________________________________
19696 [  9693] By: gsar                                  on 2001/04/12  21:55:56
19697         Log: $VERSION and Version() on the same line provokes a warning from
19698              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
19699      Branch: maint-5.6/perl
19700            ! lib/Devel/SelfStubber.pm
19701 ____________________________________________________________________________
19702 [  9692] By: jhi                                   on 2001/04/12  13:54:00
19703         Log: This is at least 5.005.
19704      Branch: perl
19705            ! ext/Time/HiRes/HiRes.xs
19706 ____________________________________________________________________________
19707 [  9691] By: jhi                                   on 2001/04/12  13:37:20
19708         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
19709      Branch: perl
19710            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
19711            ! win32/Makefile win32/makefile.mk
19712 ____________________________________________________________________________
19713 [  9690] By: jhi                                   on 2001/04/12  01:34:46
19714         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
19715      Branch: perl
19716            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
19717            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
19718            + t/lib/time-hires.t
19719            ! MANIFEST
19720 ____________________________________________________________________________
19721 [  9689] By: jhi                                   on 2001/04/12  00:28:39
19722         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
19723              From: Gisle Aas <gisle@ActiveState.com>
19724              Date: 11 Apr 2001 16:36:11 -0700
19725              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
19726      Branch: perl
19727            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
19728 ____________________________________________________________________________
19729 [  9688] By: jhi                                   on 2001/04/12  00:27:39
19730         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
19731              From: Gisle Aas <gisle@ActiveState.com>
19732              Date: 11 Apr 2001 11:13:24 -0700
19733              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
19734      Branch: perl
19735            ! ext/MIME/Base64/Base64.xs
19736 ____________________________________________________________________________
19737 [  9687] By: jhi                                   on 2001/04/11  19:51:47
19738         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
19739      Branch: perl
19740            ! Todo-5.6
19741 ____________________________________________________________________________
19742 [  9686] By: jhi                                   on 2001/04/11  16:54:25
19743         Log: Subject: [PATCH opcode.pl] Documentation of table format
19744              From: Simon Cozens <simon@netthink.co.uk>
19745              Date: Wed, 11 Apr 2001 12:59:31 +0100
19746              Message-ID: <20010411125931.A25681@netthink.co.uk>
19747      Branch: perl
19748            ! opcode.pl
19749 ____________________________________________________________________________
19750 [  9685] By: jhi                                   on 2001/04/11  16:53:15
19751         Log: Subject: [PATCH] prototype("CORE::recv")
19752              From: Simon Cozens <simon@netthink.co.uk>
19753              Date: Wed, 11 Apr 2001 13:24:35 +0100
19754              Message-ID: <20010411132435.A26169@netthink.co.uk>
19755      Branch: perl
19756            ! pp.c t/comp/proto.t
19757 ____________________________________________________________________________
19758 [  9684] By: jhi                                   on 2001/04/11  16:47:13
19759         Log: FAQ (and AUTHORS) update from Dan Carson: the information
19760              was several years obsolete, Term::Readkey has been updated
19761              to have the functionality.
19762      Branch: perl
19763            ! AUTHORS pod/perlfaq5.pod
19764 ____________________________________________________________________________
19765 [  9683] By: jhi                                   on 2001/04/11  12:15:46
19766         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
19767              From: Calle Dybedahl <calle@lysator.liu.se>
19768              Date: 10 Apr 2001 16:44:16 +0200
19769              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
19770      Branch: perl
19771            ! ext/MIME/Base64/Base64.xs
19772 ____________________________________________________________________________
19773 [  9682] By: jhi                                   on 2001/04/11  12:12:26
19774         Log: A more minimal fix for 20010410.006 from Hugo.
19775      Branch: perl
19776            ! regexec.c
19777 ____________________________________________________________________________
19778 [  9681] By: jhi                                   on 2001/04/11  11:34:23
19779         Log: Integrate changes #9678,9679 from maintline into mainperl.
19780              
19781              addendum to change#9676
19782              
19783              up $File::Glob::VERSION; add a note pointing out the version of
19784              the OpenBSD glob bsd_glob.c resembles
19785      Branch: perl
19786           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
19787           !> ext/File/Glob/bsd_glob.h
19788 ____________________________________________________________________________
19789 [  9680] By: jhi                                   on 2001/04/11  11:30:38
19790         Log: Bad test numbering in integrate in #9677.
19791              Fixes ID 20010411.001.
19792      Branch: perl
19793            ! t/op/pat.t
19794 ____________________________________________________________________________
19795 [  9679] By: gsar                                  on 2001/04/11  03:38:40
19796         Log: up $File::Glob::VERSION; add a note pointing out the version of
19797              the OpenBSD glob bsd_glob.c resembles
19798      Branch: maint-5.6/perl
19799            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
19800            ! ext/File/Glob/bsd_glob.h
19801 ____________________________________________________________________________
19802 [  9678] By: gsar                                  on 2001/04/11  03:09:48
19803         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
19804              revision 1.8.10.1 found here:
19805              
19806              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
19807      Branch: maint-5.6/perl
19808            ! ext/File/Glob/bsd_glob.c
19809 ____________________________________________________________________________
19810 [  9677] By: jhi                                   on 2001/04/11  02:54:39
19811         Log: Integrate changes #9675,9676 from maintperl into mainline.
19812              
19813              fix for bug 20010410.006, undo change#7115
19814              
19815              port the OpenBSD glob() security patch
19816      Branch: perl
19817           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
19818           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
19819           !> t/op/pat.t
19820 ____________________________________________________________________________
19821 [  9676] By: gsar                                  on 2001/04/11  02:19:02
19822         Log: port the glob() security patch found at:
19823              
19824              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
19825              
19826              CERT advisory for the issue is here:
19827              
19828              http://www.cert.org/advisories/CA-2001-07.html
19829              
19830              Note that the security scare is only relevant for those who are
19831              foolish enough to build suidperl (which is now officially discouraged)
19832      Branch: maint-5.6/perl
19833            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
19834            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
19835 ____________________________________________________________________________
19836 [  9675] By: gsar                                  on 2001/04/10  23:52:11
19837         Log: fix for bug 20010410.006
19838              
19839              undo change#7115 (came into maint-5.6 as change#8156)
19840              
19841              add tests to keep it from coming back
19842      Branch: maint-5.6/perl
19843            ! regexec.c t/op/pat.t
19844 ____________________________________________________________________________
19845 [  9674] By: nick                                  on 2001/04/10  20:39:31
19846         Log: Integrate mainline
19847      Branch: perlio
19848           +> Porting/testall.atom
19849           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
19850           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
19851           !> t/lib/lc-uk.t t/pod/find.t
19852 ____________________________________________________________________________
19853 [  9673] By: nick                                  on 2001/04/10  18:46:14
19854         Log: Integrate against change 9670 aka perl-5.7.1
19855      Branch: perlio
19856           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
19857           !> (integrate 53 files)
19858 ____________________________________________________________________________
19859 [  9672] By: jhi                                   on 2001/04/10  13:45:01
19860         Log: Add a script for doing cumulative profile of the test suite.
19861              (Requires ATOM, that is, Tru64.)
19862      Branch: perl
19863            + Porting/testall.atom
19864            ! MANIFEST
19865 ____________________________________________________________________________
19866 [  9671] By: jhi                                   on 2001/04/10  12:38:53
19867         Log: Missing std block.
19868      Branch: perl
19869            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
19870            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
19871            ! t/pod/find.t
19872 ____________________________________________________________________________
19873 [  9670] By: jhi                                   on 2001/04/10  01:25:58
19874         Log: This is 5.7.1.
19875      Branch: perl
19876            ! patchlevel.h
19877 ____________________________________________________________________________
19878 [  9669] By: jhi                                   on 2001/04/10  01:09:14
19879         Log: Update Changes.
19880      Branch: perl
19881            ! Changes patchlevel.h
19882 ____________________________________________________________________________
19883 [  9668] By: jhi                                   on 2001/04/10  01:00:38
19884         Log: Regen toc.
19885      Branch: perl
19886            ! pod/perltoc.pod
19887 ____________________________________________________________________________
19888 [  9667] By: jhi                                   on 2001/04/10  00:52:16
19889         Log: Update perlhist.
19890      Branch: perl
19891            ! pod/perlhist.pod
19892 ____________________________________________________________________________
19893 [  9666] By: jhi                                   on 2001/04/09  23:38:59
19894         Log: Slight wording tweaks from Damian to #9658.
19895      Branch: perl
19896            ! pod/perlobj.pod
19897 ____________________________________________________________________________
19898 [  9665] By: jhi                                   on 2001/04/09  19:56:06
19899         Log: Subject: [PATCH perlutil.pod] Nit
19900              From: Simon Cozens <simon@netthink.co.uk>
19901              Date: Mon, 9 Apr 2001 20:29:44 +0100
19902              Message-ID: <20010409202944.A14796@the.earth.li>
19903      Branch: perl
19904            ! pod/perlutil.pod
19905 ____________________________________________________________________________
19906 [  9664] By: jhi                                   on 2001/04/09  19:54:42
19907         Log: Subject: Re: perl571delta.pod@9631
19908              From: Mike Guy <mjtg@cam.ac.uk>
19909              Date: Mon, 09 Apr 2001 18:09:14 +0100
19910              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
19911      Branch: perl
19912            ! pod/perl571delta.pod
19913 ____________________________________________________________________________
19914 [  9663] By: jhi                                   on 2001/04/09  13:43:35
19915         Log: Update Changes.
19916      Branch: perl
19917            ! Changes patchlevel.h
19918 ____________________________________________________________________________
19919 [  9662] By: jhi                                   on 2001/04/09  13:24:46
19920         Log: tweak tweak.
19921      Branch: perl
19922            ! AUTHORS pod/perl571delta.pod
19923 ____________________________________________________________________________
19924 [  9661] By: jhi                                   on 2001/04/09  13:15:13
19925         Log: Thinko in manual patch applying.
19926      Branch: perl
19927            ! sv.c
19928 ____________________________________________________________________________
19929 [  9660] By: jhi                                   on 2001/04/09  13:07:53
19930         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
19931              From: Robin Barker <rmb1@cise.npl.co.uk> 
19932              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
19933              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
19934              
19935              (This corrects the case where the "isn't numeric" string contains \0s
19936              and is longer than the temporary buffer, and contains \0 at the point
19937              the string would be truncated by "...".) 
19938      Branch: perl
19939            ! sv.c
19940 ____________________________________________________________________________
19941 [  9659] By: jhi                                   on 2001/04/09  12:57:41
19942         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
19943      Branch: perl
19944            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
19945            ! t/lib/cgi-function.t t/lib/cgi-html.t
19946 ____________________________________________________________________________
19947 [  9658] By: jhi                                   on 2001/04/09  12:48:47
19948         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
19949              From: Ilmari Karonen <iltzu@sci.fi>
19950              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
19951              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
19952              
19953              Rearrange and rewrite the Method Invocation section
19954              to explain the concepts in nicer order.
19955      Branch: perl
19956            ! pod/perlobj.pod
19957 ____________________________________________________________________________
19958 [  9657] By: jhi                                   on 2001/04/09  12:35:58
19959         Log: Upgrade to podlators 1.09, from Russ Allbery.
19960      Branch: perl
19961            ! lib/Pod/Man.pm lib/Pod/Text.pm
19962 ____________________________________________________________________________
19963 [  9656] By: jhi                                   on 2001/04/09  12:31:53
19964         Log: perl571delta.
19965      Branch: perl
19966            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
19967 ____________________________________________________________________________
19968 [  9655] By: jhi                                   on 2001/04/09  12:20:09
19969         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
19970              From: Prymmer/Kahn <pvhp@best.com>
19971              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
19972              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
19973      Branch: perl
19974            ! lib/utf8.pm pod/perlunicode.pod
19975 ____________________________________________________________________________
19976 [  9654] By: gsar                                  on 2001/04/09  03:38:33
19977         Log: here lies 5.6.1
19978      Branch: maint-5.6/perl
19979            ! Changes
19980 ____________________________________________________________________________
19981 [  9653] By: jhi                                   on 2001/04/09  03:25:24
19982         Log: Update perlhist.
19983      Branch: perl
19984            ! pod/perlhist.pod
19985 ____________________________________________________________________________
19986 [  9652] By: jhi                                   on 2001/04/09  03:18:49
19987         Log: perl571delta tweaking continues.
19988      Branch: perl
19989            ! pod/perl571delta.pod
19990 ____________________________________________________________________________
19991 [  9651] By: gsar                                  on 2001/04/09  03:11:19
19992         Log: update Changes, patchlevel.h &c.
19993      Branch: maint-5.6/perl
19994            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
19995            ! pod/perltoc.pod
19996 ____________________________________________________________________________
19997 [  9650] By: jhi                                   on 2001/04/09  02:40:24
19998         Log: Integrate the perlfork half of #9513 from maintperl into mainline
19999              (the perlunicode half is obsolete)
20000      Branch: perl
20001            ! pod/perlfork.pod
20002 ____________________________________________________________________________
20003 [  9649] By: gsar                                  on 2001/04/09  02:35:43
20004         Log: tweak perldelta as suggested by Jarkko
20005      Branch: maint-5.6/perl
20006            ! pod/perldelta.pod
20007 ____________________________________________________________________________
20008 [  9648] By: jhi                                   on 2001/04/09  02:13:04
20009         Log: Integrate change #9646 from maintperl into mainline.
20010              
20011              add note about ithreads and Thread.pm
20012      Branch: perl
20013           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
20014 ____________________________________________________________________________
20015 [  9647] By: jhi                                   on 2001/04/09  02:10:18
20016         Log: Bad assumption that shortsize == 2.
20017      Branch: perl
20018            ! t/lib/xs-typemap.t
20019 ____________________________________________________________________________
20020 [  9646] By: gsar                                  on 2001/04/09  00:48:04
20021         Log: add note about ithreads and Thread.pm (too many people are
20022              confused by the fact that Thread.pm is built and installed
20023              under non-5005threads but doesn't work)
20024      Branch: maint-5.6/perl
20025            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
20026 ____________________________________________________________________________
20027 [  9645] By: gsar                                  on 2001/04/09  00:19:03
20028         Log: update perldelta.pod for changes in 5.6.1
20029      Branch: maint-5.6/perl
20030            ! Changes pod/perldelta.pod
20031 ____________________________________________________________________________
20032 [  9644] By: jhi                                   on 2001/04/08  20:37:00
20033         Log: Integrate change #9639 from maintperl into mainline:
20034              on windows, many of the README.* pods were being copied to
20035              the wrong location
20036      Branch: perl
20037           !> win32/Makefile win32/makefile.mk
20038 ____________________________________________________________________________
20039 [  9643] By: jhi                                   on 2001/04/08  20:07:11
20040         Log: Integrate change #9624 from maintperl into mainline:
20041              the pod tests were not okay.  (t/pod/find.t changes ignored)
20042      Branch: perl
20043           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
20044           !> t/pod/include.t t/pod/included.t t/pod/lref.t
20045           !> t/pod/multiline_items.t t/pod/nested_items.t
20046           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
20047           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
20048 ____________________________________________________________________________
20049 [  9642] By: jhi                                   on 2001/04/08  19:57:17
20050         Log: Integrate change #9638 from maintperl into mainline:
20051              update to latest JPL from the anoncvs repository
20052      Branch: perl
20053           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
20054           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
20055           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
20056 ____________________________________________________________________________
20057 [  9641] By: jhi                                   on 2001/04/08  19:53:30
20058         Log: perl571delta updates.
20059      Branch: perl
20060            ! lib/Filter/Simple.pm pod/perl571delta.pod
20061 ____________________________________________________________________________
20062 [  9640] By: gsar                                  on 2001/04/08  19:20:46
20063         Log: integrate change#9634 from mainline
20064              
20065              Fix the perlmodlib generation (didn't understand separate .pod
20066              files; didn't understand -- as the name-thing separator).
20067              Update the CPAN mirrors list.
20068      Branch: maint-5.6/perl
20069            ! pod/perlmodlib.pod
20070           !> pod/perlmodlib.PL
20071 ____________________________________________________________________________
20072 [  9639] By: gsar                                  on 2001/04/08  18:57:31
20073         Log: on windows, many of the README.* pods were being copied to the wrong
20074              location
20075      Branch: maint-5.6/perl
20076            ! win32/Makefile win32/makefile.mk
20077 ____________________________________________________________________________
20078 [  9638] By: gsar                                  on 2001/04/08  18:38:25
20079         Log: update to latest JPL from the anoncvs repository
20080      Branch: maint-5.6/perl
20081            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
20082            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
20083            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
20084 ____________________________________________________________________________
20085 [  9637] By: jhi                                   on 2001/04/08  17:53:53
20086         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
20087      Branch: perl
20088            ! pod/perl571delta.pod
20089 ____________________________________________________________________________
20090 [  9636] By: jhi                                   on 2001/04/08  17:18:32
20091         Log: Regen toc.
20092      Branch: perl
20093            ! pod/perltoc.pod
20094 ____________________________________________________________________________
20095 [  9635] By: jhi                                   on 2001/04/08  17:16:33
20096         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
20097              From: "Craig A. Berry" <craigberry@mac.com>
20098              Date: Sun, 08 Apr 2001 12:30:16 -0500
20099              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
20100      Branch: perl
20101            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
20102 ____________________________________________________________________________
20103 [  9634] By: jhi                                   on 2001/04/08  17:09:19
20104         Log: Fix the perlmodlib generation (didn't understand separate .pod
20105              files; didn't understand -- as the name-thing separator).
20106              
20107              Update the CPAN mirrors list.
20108      Branch: perl
20109            ! pod/perlmodlib.PL pod/perlmodlib.pod
20110 ____________________________________________________________________________
20111 [  9633] By: jhi                                   on 2001/04/08  16:49:17
20112         Log: Sort MANIFEST.
20113      Branch: perl
20114            ! MANIFEST
20115 ____________________________________________________________________________
20116 [  9632] By: gsar                                  on 2001/04/08  16:36:06
20117         Log: add $Tie::RefHash::VERSION
20118      Branch: maint-5.6/perl
20119            ! lib/Tie/RefHash.pm
20120 ____________________________________________________________________________
20121 [  9631] By: jhi                                   on 2001/04/08  16:10:15
20122         Log: perl571delta updates based on p5p feedback; still needs
20123              lots of examples.
20124      Branch: perl
20125            ! pod/perl571delta.pod
20126 ____________________________________________________________________________
20127 [  9630] By: jhi                                   on 2001/04/08  15:59:13
20128         Log: Update the list of supported platforms to talk about 5.7.1
20129              (and 5.6.1)
20130      Branch: perl
20131            ! pod/perlport.pod
20132 ____________________________________________________________________________
20133 [  9629] By: jhi                                   on 2001/04/08  15:55:41
20134         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
20135              from maintperl into mainline: perlport updates.
20136      Branch: perl
20137            ! pod/perlport.pod
20138 ____________________________________________________________________________
20139 [  9628] By: jhi                                   on 2001/04/08  15:53:17
20140         Log: perlsolaris.pod copied to wrong directory.
20141      Branch: perl
20142            ! win32/makefile.mk
20143 ____________________________________________________________________________
20144 [  9627] By: jhi                                   on 2001/04/08  14:48:18
20145         Log: Subject: Typos in perl571delta.pod
20146              From: "Stephen P. Potter" <spp@spotter.yi.org>
20147              Date: Sat, 07 Apr 2001 20:37:05 -0400
20148              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
20149      Branch: perl
20150            ! pod/perl571delta.pod
20151 ____________________________________________________________________________
20152 [  9626] By: jhi                                   on 2001/04/08  14:39:04
20153         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
20154      Branch: perl
20155            ! gv.c
20156 ____________________________________________________________________________
20157 [  9625] By: nick                                  on 2001/04/08  10:14:23
20158         Log: Integrate mainline
20159      Branch: perlio
20160           +> pod/perl570delta.pod pod/perl571delta.pod
20161           !> (integrate 27 files)
20162 ____________________________________________________________________________
20163 [  9624] By: gsar                                  on 2001/04/08  06:08:17
20164         Log: test in t/pod/* were busted
20165              
20166              these tests are still not enabled in t/{harness,TEST}
20167      Branch: maint-5.6/perl
20168            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
20169            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
20170            ! t/pod/multiline_items.t t/pod/nested_items.t
20171            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
20172            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
20173 ____________________________________________________________________________
20174 [  9623] By: gsar                                  on 2001/04/08  03:37:01
20175         Log: integrate change#9470 from mainline
20176              
20177              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
20178      Branch: maint-5.6/perl
20179           !> ext/Socket/Socket.xs
20180 ____________________________________________________________________________
20181 [  9622] By: jhi                                   on 2001/04/07  22:40:47
20182         Log: Update Changes.
20183      Branch: perl
20184            ! Changes patchlevel.h
20185 ____________________________________________________________________________
20186 [  9621] By: jhi                                   on 2001/04/07  22:34:16
20187         Log: Update AUTHORS.
20188      Branch: perl
20189            ! AUTHORS
20190 ____________________________________________________________________________
20191 [  9620] By: jhi                                   on 2001/04/07  22:12:47
20192         Log: Forgot to bump the number of tests in #9164.
20193      Branch: perl
20194            ! t/op/array.t
20195 ____________________________________________________________________________
20196 [  9619] By: jhi                                   on 2001/04/07  22:09:50
20197         Log: Bump patchlevel to 5.7.1.
20198      Branch: perl
20199            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20200            ! config_h.SH patchlevel.h
20201 ____________________________________________________________________________
20202 [  9618] By: jhi                                   on 2001/04/07  22:02:41
20203         Log: Populate perl571delta.
20204      Branch: perl
20205            ! pod/perl571delta.pod
20206 ____________________________________________________________________________
20207 [  9617] By: jhi                                   on 2001/04/07  22:01:23
20208         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
20209              to forget it later; do not change patchlevel.h yet or regenerate
20210              Configure yet.
20211      Branch: perl
20212            ! epoc/config.sh win32/Makefile win32/config_H.bc
20213            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
20214 ____________________________________________________________________________
20215 [  9616] By: jhi                                   on 2001/04/07  17:46:33
20216         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
20217      Branch: perl
20218            ! pod/perl571delta.pod
20219 ____________________________________________________________________________
20220 [  9615] By: jhi                                   on 2001/04/07  17:33:21
20221         Log: Change the toc configuration.
20222      Branch: perl
20223            ! pod/buildtoc.PL pod/perl.pod
20224 ____________________________________________________________________________
20225 [  9614] By: jhi                                   on 2001/04/07  17:29:47
20226         Log: Subject: PATCH: $[
20227              From: Robin Houston <robin@kitsite.com>
20228              Date: Fri, 6 Apr 2001 18:10:14 +0100
20229              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
20230      Branch: perl
20231            ! op.c t/op/array.t
20232 ____________________________________________________________________________
20233 [  9613] By: jhi                                   on 2001/04/07  17:28:26
20234         Log: Subject: [PATCH perl@9424] isn't numeric warning
20235              From: Robin Barker <rmb1@cise.npl.co.uk>
20236              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
20237              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
20238      Branch: perl
20239            ! sv.c t/pragma/warn/sv
20240 ____________________________________________________________________________
20241 [  9612] By: jhi                                   on 2001/04/07  17:26:45
20242         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
20243              From: Mike Guy <mjtg@cam.ac.uk>
20244              Date: Fri, 06 Apr 2001 12:47:06 +0100
20245              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
20246      Branch: perl
20247            ! dump.c t/lib/peek.t
20248 ____________________________________________________________________________
20249 [  9611] By: jhi                                   on 2001/04/07  17:21:35
20250         Log: Create perl571delta and seed it off with the perldelta changes
20251              since 5.7.0; remove those changes from perldelta and rename it
20252              as perl570delta; recreate perldelta but leave it almost empty.
20253      Branch: perl
20254            + pod/perl570delta.pod pod/perl571delta.pod
20255            ! MANIFEST pod/perldelta.pod
20256 ____________________________________________________________________________
20257 [  9610] By: jhi                                   on 2001/04/07  16:56:32
20258         Log: Denit.
20259      Branch: perl
20260            ! pod/perldelta.pod
20261 ____________________________________________________________________________
20262 [  9609] By: jhi                                   on 2001/04/07  16:38:32
20263         Log: Retract #9523: needs more thought.
20264      Branch: perl
20265            ! Makefile.SH
20266 ____________________________________________________________________________
20267 [  9608] By: jhi                                   on 2001/04/07  14:59:20
20268         Log: atmark() code cleanaup.
20269      Branch: perl
20270            ! ext/IO/IO.xs
20271 ____________________________________________________________________________
20272 [  9607] By: jhi                                   on 2001/04/07  14:48:14
20273         Log: Integrate change #9605 from maintperl into mainline.
20274              
20275              can't optimize away scope entry if tr/// is present
20276      Branch: perl
20277           !> op.c t/op/tr.t
20278 ____________________________________________________________________________
20279 [  9606] By: jhi                                   on 2001/04/07  14:43:59
20280         Log: Integrate perlio.
20281      Branch: perl
20282           +> win32/FindExt.pm
20283           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
20284           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
20285 ____________________________________________________________________________
20286 [  9605] By: gsar                                  on 2001/04/07  11:52:40
20287         Log: can't optimize away scope entry if tr/// is present
20288      Branch: maint-5.6/perl
20289            ! op.c t/op/tr.t
20290 ____________________________________________________________________________
20291 [  9604] By: nick                                  on 2001/04/07  11:39:45
20292         Log: Split out extension finding code from buildext.pl into FindExt.pm
20293              Use it to get Config.pm's idea of available extensions in line
20294              with what is built.
20295      Branch: perlio
20296            + win32/FindExt.pm
20297            ! MANIFEST win32/buildext.pl win32/config_sh.PL
20298            ! win32/makefile.mk
20299 ____________________________________________________________________________
20300 [  9603] By: nick                                  on 2001/04/07  09:11:38
20301         Log: Cleanup correction for failed :Via() layer, also set an error code.
20302      Branch: perlio
20303            ! ext/PerlIO/Via/Via.xs
20304 ____________________________________________________________________________
20305 [  9602] By: nick                                  on 2001/04/07  08:38:04
20306         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
20307              style. So don't use binmode() on the handles so that Win32 etc. see
20308              same sequence and produce same digests.
20309      Branch: perlio
20310            ! t/lib/md5-file.t
20311 ____________________________________________________________________________
20312 [  9601] By: nick                                  on 2001/04/07  08:36:26
20313         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
20314              Else it complains and so crlf layer (say) does not get pushed.
20315      Branch: perlio
20316            ! perlio.c
20317 ____________________________________________________________________________
20318 [  9600] By: jhi                                   on 2001/04/06  23:00:09
20319         Log: Integrate change #9599 from perlio into mainline.
20320      Branch: perl
20321           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
20322           !> win32/config_H.vc
20323 ____________________________________________________________________________
20324 [  9599] By: nick                                  on 2001/04/06  21:42:43
20325         Log: Quote $VERSION in Encode.pm.
20326              regen_config_h as requested.
20327      Branch: perlio
20328            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
20329            ! win32/config_H.vc
20330 ____________________________________________________________________________
20331 [  9598] By: nick                                  on 2001/04/06  20:34:59
20332         Log: Integrate mainline
20333      Branch: perlio
20334           +> README.macos
20335           !> (integrate 39 files)
20336 ____________________________________________________________________________
20337 [  9597] By: gsar                                  on 2001/04/06  18:06:35
20338         Log: integrate change#9464 from mainline (addendum to change#8313)
20339              
20340              Subject: [PATCH @9452] Better peep()ing for foreach() loops
20341      Branch: maint-5.6/perl
20342           !> op.c
20343 ____________________________________________________________________________
20344 [  9596] By: jhi                                   on 2001/04/06  17:26:03
20345         Log: The d_casti32=undef is good for you even when not use64bitall.
20346      Branch: perl
20347            ! hints/hpux.sh
20348 ____________________________________________________________________________
20349 [  9595] By: gsar                                  on 2001/04/06  14:57:17
20350         Log: add a low-impact fix to accomodate darwin-ism
20351      Branch: maint-5.6/perl
20352            ! ext/Errno/Errno_pm.PL
20353 ____________________________________________________________________________
20354 [  9594] By: jhi                                   on 2001/04/06  14:55:14
20355         Log: Integrate changes #9528,9593 from mainline into maintperl;
20356              tweaking the editor/IDE/shell list.
20357      Branch: maint-5.6/perl
20358           !> pod/perlfaq3.pod
20359 ____________________________________________________________________________
20360 [  9593] By: jhi                                   on 2001/04/06  14:51:39
20361         Log: Make the editor/IDE/shell list a little bit airier.
20362      Branch: perl
20363            ! pod/perlfaq3.pod
20364 ____________________________________________________________________________
20365 [  9592] By: gsar                                  on 2001/04/06  14:45:18
20366         Log: integrate change#9477 from mainline (base.pm doc tweak)
20367              
20368              missing doc entry for fmod()
20369      Branch: maint-5.6/perl
20370            ! lib/Math/BigFloat.pm
20371           !> lib/base.pm
20372 ____________________________________________________________________________
20373 [  9591] By: jhi                                   on 2001/04/06  13:55:48
20374         Log: Regen toc.
20375      Branch: perl
20376            ! pod/perltoc.pod
20377 ____________________________________________________________________________
20378 [  9590] By: jhi                                   on 2001/04/06  13:54:52
20379         Log: Math::BigFloat patches from John Peacock.  The equivalent
20380              of #9586 from maintperl but reworked by John to work with
20381              the bleadperl.
20382      Branch: perl
20383            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
20384 ____________________________________________________________________________
20385 [  9589] By: jhi                                   on 2001/04/06  13:42:23
20386         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
20387      Branch: perl
20388            ! ext/Digest/MD5/Makefile.PL
20389 ____________________________________________________________________________
20390 [  9588] By: jhi                                   on 2001/04/06  13:31:45
20391         Log: Integrate changes #9584,9587 from maintperl into mainline.
20392              
20393              keep eval"" CVs alive until the end of the statement in which
20394              they're called
20395              
20396              add README.macos (from Chris Nandor)
20397              
20398              tyop in change#9555
20399      Branch: perl
20400           +> README.macos
20401           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
20402           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
20403           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
20404           !> win32/makefile.mk
20405 ____________________________________________________________________________
20406 [  9587] By: gsar                                  on 2001/04/06  07:31:30
20407         Log: add README.macos (from Chris Nandor)
20408              
20409              tyop in change#9555
20410      Branch: maint-5.6/perl
20411            + README.macos
20412            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
20413            ! win32/Makefile win32/makefile.mk
20414 ____________________________________________________________________________
20415 [  9586] By: gsar                                  on 2001/04/06  07:08:54
20416         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
20417      Branch: maint-5.6/perl
20418            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
20419 ____________________________________________________________________________
20420 [  9585] By: gsar                                  on 2001/04/06  06:58:44
20421         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
20422              from mainline
20423              
20424              Subject: [PATCH] Base64 update to perlfaq9.pod
20425              
20426              Subject: [PATCH AUTHORS] Housekeeping
20427              
20428              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
20429              Mac OS X (Darwin) has extra pwent fields.
20430              
20431              Subject: [PATCH B::*] print control-character vars readably
20432              Needs EBCDICification.
20433              
20434              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
20435              
20436              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
20437              
20438              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
20439              
20440              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
20441              
20442              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
20443              
20444              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
20445              
20446              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
20447              
20448              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
20449              
20450              FreeBSD hints tweak from Anton Berezin.
20451              
20452              Subject: [PATCH foolperl & bleadperl] README.vms update
20453              
20454              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
20455      Branch: maint-5.6/perl
20456           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
20457           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
20458           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
20459 ____________________________________________________________________________
20460 [  9584] By: gsar                                  on 2001/04/06  04:09:00
20461         Log: keep eval"" CVs alive until the end of the statement in which
20462              they're called; this avoids a coredump ensuing from search for
20463              lexicals in code such as:
20464              
20465              sub bug {
20466              my $s = @_;
20467              eval q[sub { eval 'sub { &$s }' }];
20468              }
20469              bug("x")->()->();
20470              
20471              this code still doesn't work as intended (as it has remained
20472              since time immemorial), but it doesn't provoke a coredump anymore
20473      Branch: maint-5.6/perl
20474            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
20475            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
20476 ____________________________________________________________________________
20477 [  9583] By: jhi                                   on 2001/04/05  23:52:51
20478         Log: Update Changes.
20479      Branch: perl
20480            ! Changes patchlevel.h
20481 ____________________________________________________________________________
20482 [  9582] By: jhi                                   on 2001/04/05  23:11:23
20483         Log: Slight doc tweak.
20484      Branch: perl
20485            ! pod/perlunicode.pod
20486 ____________________________________________________________________________
20487 [  9581] By: jhi                                   on 2001/04/05  23:04:11
20488         Log: Integrate perlio.
20489      Branch: perl
20490           !> pod/perlunicode.pod
20491 ____________________________________________________________________________
20492 [  9580] By: jhi                                   on 2001/04/05  23:03:29
20493         Log: Test for #9579.
20494      Branch: perl
20495            ! t/op/do.t
20496 ____________________________________________________________________________
20497 [  9579] By: jhi                                   on 2001/04/05  22:54:17
20498         Log: Subject: [PATCH] Propagate calling context for do '...'
20499              From: Gisle Aas <gisle@ActiveState.com>
20500              Date: 04 Apr 2001 20:17:29 -0700
20501              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
20502      Branch: perl
20503            ! pod/perlfunc.pod pp_ctl.c
20504 ____________________________________________________________________________
20505 [  9578] By: jhi                                   on 2001/04/05  22:52:51
20506         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
20507              From: Peter Prymmer <pvhp@forte.com>
20508              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
20509              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
20510      Branch: perl
20511            ! README.vms
20512 ____________________________________________________________________________
20513 [  9577] By: jhi                                   on 2001/04/05  22:48:22
20514         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
20515              From: "Craig A. Berry" <craigberry@mac.com>
20516              Date: Thu, 5 Apr 2001 13:43:28 -0500
20517              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
20518      Branch: perl
20519            ! README.vms
20520 ____________________________________________________________________________
20521 [  9576] By: jhi                                   on 2001/04/05  22:31:38
20522         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
20523              From: Michael G Schwern <schwern@pobox.com>
20524              Date: Thu, 5 Apr 2001 21:53:21 +0100
20525              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
20526      Branch: perl
20527            ! lib/base.pm t/lib/fields.t
20528 ____________________________________________________________________________
20529 [  9575] By: jhi                                   on 2001/04/05  22:26:10
20530         Log: FreeBSD hints tweak from Anton Berezin.
20531      Branch: perl
20532            ! hints/freebsd.sh
20533 ____________________________________________________________________________
20534 [  9574] By: jhi                                   on 2001/04/05  22:24:03
20535         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
20536              From: David Dyck <dcd@tc.fluke.com>
20537              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
20538              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
20539      Branch: perl
20540            ! t/op/oct.t
20541 ____________________________________________________________________________
20542 [  9573] By: jhi                                   on 2001/04/05  22:23:06
20543         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
20544              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
20545              From: David Dyck <dcd@tc.fluke.com>
20546              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
20547      Branch: perl
20548            ! pp.c
20549 ____________________________________________________________________________
20550 [  9572] By: jhi                                   on 2001/04/05  22:14:47
20551         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
20552              From: Robin Houston <robin@kitsite.com>
20553              Date: Thu, 5 Apr 2001 20:56:48 +0100
20554              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
20555      Branch: perl
20556            ! ext/B/B/Deparse.pm
20557 ____________________________________________________________________________
20558 [  9571] By: jhi                                   on 2001/04/05  22:12:53
20559         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
20560              From: Robin Houston <robin@kitsite.com>
20561              Date: Thu, 5 Apr 2001 19:55:51 +0100
20562              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
20563      Branch: perl
20564            ! ext/B/B/Deparse.pm
20565 ____________________________________________________________________________
20566 [  9570] By: jhi                                   on 2001/04/05  22:11:06
20567         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
20568              From: Robin Houston <robin@kitsite.com>
20569              Date: Thu, 5 Apr 2001 20:16:29 +0100
20570              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
20571      Branch: perl
20572            ! ext/B/B/Deparse.pm
20573 ____________________________________________________________________________
20574 [  9569] By: nick                                  on 2001/04/05  21:32:26
20575         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
20576      Branch: perlio
20577            ! pod/perlunicode.pod
20578 ____________________________________________________________________________
20579 [  9568] By: nick                                  on 2001/04/05  19:38:09
20580         Log: Integrate mainline
20581      Branch: perlio
20582           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
20583           !> (integrate 35 files)
20584 ____________________________________________________________________________
20585 [  9567] By: jhi                                   on 2001/04/05  18:31:45
20586         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
20587              From: Robin Houston <robin@kitsite.com>
20588              Date: Thu, 5 Apr 2001 18:03:23 +0100
20589              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
20590      Branch: perl
20591            ! ext/B/B/Deparse.pm
20592 ____________________________________________________________________________
20593 [  9566] By: jhi                                   on 2001/04/05  18:29:35
20594         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
20595              From: Robin Houston <robin@kitsite.com>
20596              Date: Thu, 5 Apr 2001 16:45:18 +0100
20597              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
20598      Branch: perl
20599            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
20600 ____________________________________________________________________________
20601 [  9565] By: jhi                                   on 2001/04/05  18:24:23
20602         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
20603              From: Robin Houston <robin@kitsite.com>
20604              Date: Thu, 5 Apr 2001 14:50:09 +0100
20605              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
20606      Branch: perl
20607            ! ext/B/B/Deparse.pm
20608 ____________________________________________________________________________
20609 [  9564] By: jhi                                   on 2001/04/05  18:23:03
20610         Log: Subject: [PATCH B::*] print control-character vars readably
20611              From: Robin Houston <robin@kitsite.com>
20612              Date: Thu, 5 Apr 2001 14:27:38 +0100
20613              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
20614              
20615              Needs EBCDICification.
20616      Branch: perl
20617            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
20618            ! ext/B/B/Terse.pm
20619 ____________________________________________________________________________
20620 [  9563] By: jhi                                   on 2001/04/05  18:20:32
20621         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
20622              Date: Thu, 5 Apr 2001 13:21:42 -0400
20623              From: Paul Schinder <schinder@pobox.com>
20624              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
20625              
20626              Mac OS X (Darwin) has extra pwent fields.
20627      Branch: perl
20628            ! t/op/pwent.t
20629 ____________________________________________________________________________
20630 [  9562] By: jhi                                   on 2001/04/05  17:57:51
20631         Log: Regen toc.
20632      Branch: perl
20633            ! pod/perltoc.pod
20634 ____________________________________________________________________________
20635 [  9561] By: jhi                                   on 2001/04/05  17:47:33
20636         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
20637      Branch: metaconfig
20638            ! U/Glossary.patch
20639      Branch: metaconfig/U/perl
20640            + d_u32align.U
20641            ! d_cmsghdr_s.U d_msghdr_s.U
20642 ____________________________________________________________________________
20643 [  9560] By: jhi                                   on 2001/04/05  17:47:01
20644         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
20645              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
20646              Introduce probes for struct msghdr, struct cmsghdr,
20647              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
20648              ualarm, usleep, for possible later extension work.
20649      Branch: perl
20650            + t/lib/md5-align.t
20651            ! Configure MANIFEST Porting/Glossary Porting/config.sh
20652            ! Porting/config_H config_h.SH configure.com epoc/config.sh
20653            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
20654            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20655            ! vos/config.ga.h win32/config.bc win32/config.gc
20656            ! win32/config.vc
20657 ____________________________________________________________________________
20658 [  9559] By: jhi                                   on 2001/04/05  13:03:04
20659         Log: Be traditional in your cpp (for the Errno extension).
20660      Branch: perl
20661            ! hints/darwin.sh
20662 ____________________________________________________________________________
20663 [  9558] By: jhi                                   on 2001/04/05  13:00:05
20664         Log: Add $Config{cppflags} to the gcc incantation.
20665      Branch: perl
20666            ! ext/Errno/Errno_pm.PL
20667 ____________________________________________________________________________
20668 [  9557] By: jhi                                   on 2001/04/05  04:22:39
20669         Log: Introduce Sean Burke's Class::ISA 0.32.
20670      Branch: perl
20671            + lib/Class/ISA.pm t/lib/class-isa.t
20672            ! MANIFEST
20673 ____________________________________________________________________________
20674 [  9556] By: jhi                                   on 2001/04/05  04:09:50
20675         Log: Subject: [PATCH AUTHORS] Housekeeping
20676              From: Paul Johnson <paul@pjcj.net> 
20677              Date: Wed, 4 Apr 2001 22:45:47 +0200
20678              Message-ID: <20010404224547.D9548@pjcj.net>
20679      Branch: perl
20680            ! AUTHORS
20681 ____________________________________________________________________________
20682 [  9555] By: jhi                                   on 2001/04/05  04:06:33
20683         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
20684              From: Gisle Aas <gisle@ActiveState.com>
20685              Date: 04 Apr 2001 14:23:04 -0700
20686              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
20687      Branch: perl
20688            ! pod/perlfaq9.pod
20689 ____________________________________________________________________________
20690 [  9554] By: jhi                                   on 2001/04/05  04:05:49
20691         Log: Downgrade also the "Wide character" diagnostic.
20692      Branch: perl
20693            ! pod/perldiag.pod
20694 ____________________________________________________________________________
20695 [  9553] By: jhi                                   on 2001/04/05  04:00:33
20696         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
20697              maintperl into mainline.
20698              
20699              "double" should be "NV"; standard typemap is missing entry
20700              for NV
20701              
20702              s/djSP/dSP/
20703              
20704              Downgrade "Wide character in print" to a warning.
20705              
20706              B::Deparse fix for ${^FOO} and documentation for PVX() method
20707              (from Robin Houston)
20708              
20709              tr/// doesn't null-terminate the result in some situations
20710              (from Gisle Aas)
20711      Branch: perl
20712           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
20713           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
20714           !> t/io/utf8.t t/op/tr.t
20715 ____________________________________________________________________________
20716 [  9552] By: jhi                                   on 2001/04/05  03:52:50
20717         Log: Retract changes #9542 and #9538 (from maintperl, integrated
20718              at #9540), shouldn't be needed because of the perlio changes.
20719      Branch: perl
20720            ! util.c
20721 ____________________________________________________________________________
20722 [  9551] By: gsar                                  on 2001/04/05  00:18:34
20723         Log: tr/// doesn't null-terminate the result in some situations
20724              (from Gisle Aas)
20725      Branch: maint-5.6/perl
20726            ! doop.c t/op/tr.t
20727 ____________________________________________________________________________
20728 [  9550] By: gsar                                  on 2001/04/04  20:04:17
20729         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
20730              (from Robin Houston)
20731      Branch: maint-5.6/perl
20732            ! ext/B/B.pm ext/B/B/Deparse.pm
20733 ____________________________________________________________________________
20734 [  9549] By: nick                                  on 2001/04/04  18:56:15
20735         Log: Downgrade "Wide character in print" to a warning.
20736      Branch: perlio
20737            ! doio.c t/io/utf8.t
20738 ____________________________________________________________________________
20739 [  9548] By: gsar                                  on 2001/04/04  18:51:49
20740         Log: integrate changes#9460,9462,9482,9521,9522
20741              
20742              Subject: PATCH: B::Debug should show LOOP-specific fields
20743              
20744              Subject: B::Deparse precedence bug. (Patch included.)
20745              
20746              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
20747              
20748              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
20749              
20750              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
20751      Branch: maint-5.6/perl
20752           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
20753           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
20754 ____________________________________________________________________________
20755 [  9547] By: gsar                                  on 2001/04/04  18:49:16
20756         Log: s/djSP/dSP/
20757      Branch: maint-5.6/perl
20758            ! ext/Thread/Thread.xs
20759 ____________________________________________________________________________
20760 [  9546] By: nick                                  on 2001/04/04  18:44:00
20761         Log: Integrate mainline.
20762      Branch: perlio
20763           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
20764           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
20765 ____________________________________________________________________________
20766 [  9545] By: gsar                                  on 2001/04/04  18:38:52
20767         Log: integrate change#8837 from mainline
20768              
20769              Subject: [patch] -Wall cleanup round 2
20770      Branch: maint-5.6/perl
20771           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
20772           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
20773           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
20774           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
20775           !> ext/SDBM_File/SDBM_File.xs
20776 ____________________________________________________________________________
20777 [  9544] By: gsar                                  on 2001/04/04  17:49:57
20778         Log: "double" should be "NV"; standard typemap is missing entry
20779              for NV
20780      Branch: maint-5.6/perl
20781            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
20782 ____________________________________________________________________________
20783 [  9543] By: jhi                                   on 2001/04/04  14:13:18
20784         Log: Thou shalt not (just) match for English error messages.
20785      Branch: perl
20786            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
20787            ! os2/OS2/Process/Process.pm
20788 ____________________________________________________________________________
20789 [  9542] By: jhi                                   on 2001/04/04  13:20:39
20790         Log: Make the stdio tricks of fflush_all() to exist only if
20791              stdio is being used.
20792      Branch: perl
20793            ! util.c
20794 ____________________________________________________________________________
20795 [  9541] By: jhi                                   on 2001/04/04  04:20:24
20796         Log: Subject: Re: [PATCH] Lighten up glob
20797              From: Benjamin Sugars <bsugars@canoe.ca>
20798              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
20799              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
20800      Branch: perl
20801            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
20802            ! util.c
20803 ____________________________________________________________________________
20804 [  9540] By: jhi                                   on 2001/04/04  04:03:57
20805         Log: Integrate changes #9538,9539 from maintperl into mainline.
20806              
20807              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
20808              for use with _fwalk() (fix for change#7705)
20809              
20810              another tweak needed for SunOS 4.1.x build (from Mike Guy)
20811              (cp -f is not portable)
20812      Branch: perl
20813           !> Makefile.SH util.c
20814 ____________________________________________________________________________
20815 [  9539] By: gsar                                  on 2001/04/04  03:01:14
20816         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
20817      Branch: maint-5.6/perl
20818            ! Makefile.SH
20819 ____________________________________________________________________________
20820 [  9538] By: gsar                                  on 2001/04/04  01:00:38
20821         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
20822              for use with _fwalk() (fix for change#7705)
20823      Branch: maint-5.6/perl
20824            ! util.c
20825 ____________________________________________________________________________
20826 [  9537] By: nick                                  on 2001/04/03  19:24:55
20827         Log: Integrate mainline
20828      Branch: perlio
20829           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
20830           +> lib/unicode/PropList.html
20831            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
20832           !> (integrate 69 files)
20833 ____________________________________________________________________________
20834 [  9536] By: jhi                                   on 2001/04/03  18:02:31
20835         Log: Integrate change #9533 from maintperl into mainline.
20836              
20837              better fix for change#9517 to accomodate UNC paths like
20838              \\server\share\foo, and paths with trailing backslash
20839              like c:\this\
20840      Branch: perl
20841           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
20842 ____________________________________________________________________________
20843 [  9535] By: jhi                                   on 2001/04/03  17:58:07
20844         Log: Change the push/unshift warning to be of class syntax, not misc.
20845      Branch: perl
20846            ! op.c pod/perldiag.pod t/pragma/warn/op
20847 ____________________________________________________________________________
20848 [  9534] By: jhi                                   on 2001/04/03  15:03:46
20849         Log: Change the push/unshift warning (#9532) to talk about "no values"
20850              instead of "no arguments".
20851      Branch: perl
20852            ! op.c pod/perldiag.pod t/pragma/warn/op
20853 ____________________________________________________________________________
20854 [  9533] By: gsar                                  on 2001/04/03  14:30:07
20855         Log: better fix for change#9517 to accomodate UNC paths like
20856              \\server\share\foo, and paths with trailing backslash
20857              like c:\this\
20858      Branch: maint-5.6/perl
20859            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
20860 ____________________________________________________________________________
20861 [  9532] By: jhi                                   on 2001/04/03  13:11:46
20862         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
20863              From: Robin Houston <robin@kitsite.com>
20864              Date: Mon, 2 Apr 2001 15:03:29 +0100
20865              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
20866      Branch: perl
20867            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
20868 ____________________________________________________________________________
20869 [  9531] By: jhi                                   on 2001/04/03  13:06:34
20870         Log: Integrate change #9530 from maintperl into mainline.
20871              
20872              accomodate VMS "mailbox overflow" quirk in testsuite (from
20873              Craig Berry)
20874      Branch: perl
20875           !> t/lib/socket.t
20876 ____________________________________________________________________________
20877 [  9530] By: gsar                                  on 2001/04/03  04:56:41
20878         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
20879              Craig Berry)
20880      Branch: maint-5.6/perl
20881            ! t/lib/socket.t
20882 ____________________________________________________________________________
20883 [  9529] By: jhi                                   on 2001/04/03  02:34:34
20884         Log: Update Changes.
20885      Branch: perl
20886            ! Changes patchlevel.h
20887 ____________________________________________________________________________
20888 [  9528] By: jhi                                   on 2001/04/03  01:27:57
20889         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
20890              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
20891              To: perl5-porters@perl.org
20892              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
20893      Branch: perl
20894            ! pod/perlfaq3.pod
20895 ____________________________________________________________________________
20896 [  9527] By: jhi                                   on 2001/04/03  01:22:09
20897         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
20898              From: Peter Prymmer <pvhp@forte.com>
20899              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
20900              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
20901      Branch: perl
20902            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
20903 ____________________________________________________________________________
20904 [  9526] By: jhi                                   on 2001/04/03  01:18:25
20905         Log: The metaconfig unit changes for #9525.
20906      Branch: metaconfig
20907            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
20908      Branch: metaconfig/U/perl
20909            ! use64bits.U
20910 ____________________________________________________________________________
20911 [  9525] By: jhi                                   on 2001/04/03  01:17:30
20912         Log: Configure sanity checks:
20913              * if use64bitall is attempted but pointers are only 32-bit,
20914              'downgrade' to use64bitint
20915              * if use64bitint is attempted but there's no quad type,
20916              forget about use64bitint (well, the default for it is 'n',
20917              the user can still override this)
20918              * if pointers are 64 bits, do not try to use Perl's malloc
20919      Branch: perl
20920            ! Configure
20921 ____________________________________________________________________________
20922 [  9524] By: gsar                                  on 2001/04/03  01:09:12
20923         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
20924      Branch: maint-5.6/perl
20925            ! pp_sys.c
20926 ____________________________________________________________________________
20927 [  9523] By: jhi                                   on 2001/04/03  00:02:31
20928         Log: (Retracted by #9609)
20929              
20930              Make it harder for parallel makes to enter 'test' before
20931              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
20932              should be unhappy enough, but sometimes parallel makes seem
20933              to sneak past both in Tru64 and AIX.)
20934      Branch: perl
20935            ! Makefile.SH
20936 ____________________________________________________________________________
20937 [  9522] By: jhi                                   on 2001/04/02  22:35:31
20938         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
20939              Date: Mon, 2 Apr 2001 22:54:10 +0100
20940              From: Robin Houston <robin@kitsite.com>
20941              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
20942      Branch: perl
20943            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
20944 ____________________________________________________________________________
20945 [  9521] By: jhi                                   on 2001/04/02  22:32:23
20946         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
20947              From: Robin Houston <robin@kitsite.com>
20948              Date: Mon, 2 Apr 2001 20:24:03 +0100
20949              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
20950      Branch: perl
20951            ! ext/B/B/Concise.pm
20952 ____________________________________________________________________________
20953 [  9520] By: jhi                                   on 2001/04/02  22:30:43
20954         Log: Subject: [PATCH] REALLY pedantic hv.h nit
20955              From: Simon Cozens <simon@netthink.co.uk>
20956              Date: Mon, 2 Apr 2001 15:43:06 +0100
20957              Message-ID: <20010402154306.A21711@netthink.co.uk>
20958      Branch: perl
20959            ! hv.h
20960 ____________________________________________________________________________
20961 [  9519] By: jhi                                   on 2001/04/02  22:28:04
20962         Log: Based on
20963              
20964              Subject: [foolperl] EPOC fix
20965              From: Olaf Flebbe <O.Flebbe@science-computing.de>
20966              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
20967              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
20968      Branch: perl
20969            ! pp_sys.c
20970 ____________________________________________________________________________
20971 [  9518] By: jhi                                   on 2001/04/02  22:22:34
20972         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
20973              
20974              README.win32 tweaks; add a note about alternative location for
20975              getting a gcc-2.95.2 that will build perl properly on windows
20976              
20977              add some notes about gutsy threading matters
20978              
20979              many of the utilities interpolate literal paths within doublequotes
20980              (fails on dosish platforms where path contains backslashes)
20981      Branch: perl
20982           !> README.win32 pod/perlguts.pod utils/perldoc.PL
20983           !> x2p/find2perl.PL x2p/s2p.PL
20984 ____________________________________________________________________________
20985 [  9517] By: gsar                                  on 2001/04/02  19:52:21
20986         Log: many of the utilities interpolate literal paths within doublequotes
20987              (fails on dosish platforms where path contains backslashes)
20988      Branch: maint-5.6/perl
20989            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
20990 ____________________________________________________________________________
20991 [  9516] By: gsar                                  on 2001/04/02  05:49:37
20992         Log: a foolish release
20993      Branch: maint-5.6/perl
20994            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
20995            ! pod/perltoc.pod
20996 ____________________________________________________________________________
20997 [  9515] By: gsar                                  on 2001/04/02  05:04:29
20998         Log: add missing changelog summaries
20999      Branch: maint-5.6/perl
21000            ! Changes
21001 ____________________________________________________________________________
21002 [  9514] By: gsar                                  on 2001/04/02  04:07:13
21003         Log: add some notes about gutsy threading matters
21004      Branch: maint-5.6/perl
21005            ! pod/perlguts.pod
21006 ____________________________________________________________________________
21007 [  9513] By: gsar                                  on 2001/04/02  03:25:21
21008         Log: add more prominent caveat notices about experimental features
21009      Branch: maint-5.6/perl
21010            ! pod/perlfork.pod pod/perlunicode.pod
21011 ____________________________________________________________________________
21012 [  9512] By: gsar                                  on 2001/04/02  02:54:33
21013         Log: integrate changes#9479,9509 from mainline
21014              
21015              [PATCH] File::Glob stuff for Mac OS
21016              
21017              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
21018      Branch: maint-5.6/perl
21019           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
21020           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
21021           !> t/lib/glob-taint.t
21022 ____________________________________________________________________________
21023 [  9511] By: gsar                                  on 2001/04/02  02:38:24
21024         Log: README.win32 tweaks; add a note about alternative location for
21025              getting a gcc-2.95.2 that will build perl properly on windows
21026      Branch: maint-5.6/perl
21027            ! README.win32
21028 ____________________________________________________________________________
21029 [  9510] By: jhi                                   on 2001/04/01  20:45:10
21030         Log: An ambiguosity warning.
21031      Branch: perl
21032            ! t/lib/trig.t
21033 ____________________________________________________________________________
21034 [  9509] By: jhi                                   on 2001/04/01  19:53:47
21035         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
21036              From: Jonathan Stowe <gellyfish@gellyfish.com>
21037              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
21038              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
21039      Branch: perl
21040            ! ext/File/Glob/bsd_glob.c
21041 ____________________________________________________________________________
21042 [  9508] By: jhi                                   on 2001/04/01  19:35:03
21043         Log: Update Changes.
21044      Branch: perl
21045            ! Changes patchlevel.h
21046 ____________________________________________________________________________
21047 [  9507] By: jhi                                   on 2001/04/01  19:24:01
21048         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
21049              from mainline to maintperl: pod tweaks.
21050      Branch: maint-5.6/perl
21051           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
21052           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
21053           !> pod/perlvar.pod
21054 ____________________________________________________________________________
21055 [  9506] By: jhi                                   on 2001/04/01  19:11:53
21056         Log: Commit Sarathy to April release of 5.6.1 :-)
21057      Branch: perl
21058            ! pod/perlfaq1.pod
21059 ____________________________________________________________________________
21060 [  9505] By: jhi                                   on 2001/04/01  19:03:15
21061         Log: Subject: PATCH 5.6.0 (perldebug.pod)
21062              From: Mark-Jason Dominus <mjd@plover.com>
21063              Date: Sun, 01 Apr 2001 14:25:11 -0400
21064              Message-ID: <20010401182511.9247.qmail@plover.com>
21065      Branch: perl
21066            ! pod/perldebug.pod
21067 ____________________________________________________________________________
21068 [  9504] By: jhi                                   on 2001/04/01  18:43:09
21069         Log: Add great_circle_direction().
21070      Branch: perl
21071            ! lib/Math/Trig.pm t/lib/trig.t
21072 ____________________________________________________________________________
21073 [  9503] By: jhi                                   on 2001/04/01  17:29:12
21074         Log: Unicode ReadMe update for Unicode 3.1.
21075      Branch: perl
21076            ! lib/unicode/ReadMe.txt
21077 ____________________________________________________________________________
21078 [  9502] By: jhi                                   on 2001/04/01  17:18:40
21079         Log: Integrate change #9501 from maintperl into mainline.
21080              
21081              fix the perlembed notes on multiple interpreters
21082              
21083              fix ExtUtils::Embed to work passably on Windows
21084      Branch: perl
21085           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
21086 ____________________________________________________________________________
21087 [  9501] By: gsar                                  on 2001/04/01  07:21:57
21088         Log: fix the perlembed notes on multiple interpreters
21089              
21090              fix ExtUtils::Embed to work passably on Windows
21091      Branch: maint-5.6/perl
21092            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
21093 ____________________________________________________________________________
21094 [  9500] By: jhi                                   on 2001/04/01  05:58:23
21095         Log: Test for #9499.
21096      Branch: perl
21097            ! t/op/tr.t
21098 ____________________________________________________________________________
21099 [  9499] By: jhi                                   on 2001/04/01  05:55:46
21100         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
21101      Branch: perl
21102            ! embed.h embed.pl op.c proto.h
21103 ____________________________________________________________________________
21104 [  9498] By: jhi                                   on 2001/04/01  05:44:34
21105         Log: Protect the workaround hunk more.
21106      Branch: perl
21107            ! toke.c
21108 ____________________________________________________________________________
21109 [  9497] By: jhi                                   on 2001/04/01  00:24:25
21110         Log: Integrate changes #9493,9494,9495,9496 from maintperl
21111              into mainline.
21112              
21113              fix a broken workaround for Borland compiler in change#4739
21114              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
21115              
21116              nits spotted by Borland compiler
21117              
21118              avoid redefinition warnings under Borland 5.02
21119              
21120              various nits identified by the Borland 5.5 compiler; remove suppression
21121              of a few warnings
21122      Branch: perl
21123           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
21124           !> win32/win32.h
21125 ____________________________________________________________________________
21126 [  9496] By: gsar                                  on 2001/03/31  23:22:28
21127         Log: various nits identified by the Borland 5.5 compiler; remove suppression
21128              of a few warnings
21129      Branch: maint-5.6/perl
21130            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
21131 ____________________________________________________________________________
21132 [  9495] By: gsar                                  on 2001/03/31  21:03:08
21133         Log: avoid redefinition warnings under Borland 5.02
21134      Branch: maint-5.6/perl
21135            ! win32/makefile.mk
21136 ____________________________________________________________________________
21137 [  9494] By: gsar                                  on 2001/03/31  20:18:59
21138         Log: nits spotted by Borland compiler
21139      Branch: maint-5.6/perl
21140            ! utf8.h win32/win32.h
21141 ____________________________________________________________________________
21142 [  9493] By: gsar                                  on 2001/03/31  20:18:05
21143         Log: fix a broken workaround for Borland compiler in change#4739
21144              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
21145      Branch: maint-5.6/perl
21146            ! toke.c
21147 ____________________________________________________________________________
21148 [  9492] By: jhi                                   on 2001/03/31  18:36:24
21149         Log: Integrate change #9491 from maintperl into mainline.
21150              
21151              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
21152              directory is relative (need to fetch the full path name *before*
21153              the chdir!)
21154      Branch: perl
21155           !> lib/Cwd.pm
21156 ____________________________________________________________________________
21157 [  9491] By: gsar                                  on 2001/03/31  17:01:56
21158         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
21159              directory is relative (need to fetch the full path name *before*
21160              the chdir!)
21161              
21162              this is a followup patch for change#6749
21163      Branch: maint-5.6/perl
21164            ! lib/Cwd.pm
21165 ____________________________________________________________________________
21166 [  9490] By: jhi                                   on 2001/03/31  15:50:18
21167         Log: Subject: Re: [PATCH] av.h cosmetics
21168              From: Simon Cozens <simon@netthink.co.uk>
21169              Date: Sat, 31 Mar 2001 13:09:59 +0100
21170              Message-ID: <20010331130959.A22000@netthink.co.uk>
21171              
21172              Document AvALLOC.
21173      Branch: perl
21174            ! pod/perlguts.pod
21175 ____________________________________________________________________________
21176 [  9489] By: jhi                                   on 2001/03/31  15:48:44
21177         Log: Subject: [PATCH] Re: Math::Big* v1.21
21178              From: Tels <perl_dummy@bloodgate.com>
21179              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
21180              Message-Id: <200103311125.GAA377738@www08.hway.net>
21181      Branch: perl
21182            ! pod/perlop.pod
21183 ____________________________________________________________________________
21184 [  9488] By: jhi                                   on 2001/03/31  03:39:51
21185         Log: Debug output tweak.
21186      Branch: perl
21187            ! t/lib/cwd.t
21188 ____________________________________________________________________________
21189 [  9487] By: jhi                                   on 2001/03/31  03:33:02
21190         Log: OverVMSification.
21191      Branch: perl
21192            ! t/lib/cwd.t
21193 ____________________________________________________________________________
21194 [  9486] By: jhi                                   on 2001/03/31  03:01:40
21195         Log: Missed MANIFESTations in #9483.
21196      Branch: perl
21197            ! MANIFEST
21198 ____________________________________________________________________________
21199 [  9485] By: jhi                                   on 2001/03/31  02:58:17
21200         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
21201              From: Peter Prymmer <pvhp@forte.com>
21202              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
21203              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
21204      Branch: perl
21205            ! regexec.c t/lib/cwd.t
21206 ____________________________________________________________________________
21207 [  9484] By: jhi                                   on 2001/03/31  01:04:41
21208         Log: Obsolete file (see #3938)
21209      Branch: perl
21210            - lib/unicode/README.Ethiopic
21211            ! MANIFEST
21212 ____________________________________________________________________________
21213 [  9483] By: jhi                                   on 2001/03/31  00:52:42
21214         Log: Update to Unicode 3.1.
21215              (Rename Names.txt to NamesList.txt.)
21216      Branch: perl
21217            + lib/unicode/NamesList.txt lib/unicode/PropList.html
21218            - lib/unicode/Names.txt
21219            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
21220            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
21221            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
21222            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
21223            ! lib/unicode/UCD.html lib/unicode/Unicode.html
21224            ! lib/unicode/rename lib/unicode/version
21225 ____________________________________________________________________________
21226 [  9482] By: jhi                                   on 2001/03/30  23:33:44
21227         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
21228              From: Robin Houston <robin@kitsite.com>
21229              Date: Fri, 30 Mar 2001 20:07:22 +0100
21230              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
21231      Branch: perl
21232            ! ext/B/B/Deparse.pm
21233 ____________________________________________________________________________
21234 [  9481] By: jhi                                   on 2001/03/30  23:20:25
21235         Log: Subject: Re: [PATCH] CwdXS, Take 2
21236              From: Benjamin Sugars <bsugars@canoe.ca>
21237              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
21238              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
21239      Branch: perl
21240            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
21241            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
21242 ____________________________________________________________________________
21243 [  9480] By: jhi                                   on 2001/03/30  22:52:38
21244         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
21245              From: David Dyck <dcd@tc.fluke.com>
21246              Date: Fri, 30 Mar 2001 14:44:13 -0800
21247              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
21248              
21249              The t/rantests flags file creation was accidentally
21250              removed by #9217.
21251      Branch: perl
21252            ! Makefile.SH
21253 ____________________________________________________________________________
21254 [  9479] By: jhi                                   on 2001/03/30  22:45:45
21255         Log: Subject: [PATCH] File::Glob stuff for Mac OS
21256              From: Chris Nandor <pudge@pobox.com>
21257              Date: Fri, 30 Mar 2001 16:51:00 -0500
21258              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
21259      Branch: perl
21260            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
21261            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
21262            ! t/lib/glob-taint.t
21263 ____________________________________________________________________________
21264 [  9478] By: jhi                                   on 2001/03/30  22:43:12
21265         Log: Subject: fix for win32/buildext.pl
21266              From: "Vadim Konovalov" <watman@inbox.ru>
21267              Date: Sat, 31 Mar 2001 00:50:36 +0400
21268              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
21269      Branch: perl
21270            ! win32/buildext.pl
21271 ____________________________________________________________________________
21272 [  9477] By: jhi                                   on 2001/03/30  22:41:16
21273         Log: Subject: small base.pm doc patch
21274              From: Leon Brocard <acme@astray.com>
21275              Date: Fri, 30 Mar 2001 21:49:57 +0100
21276              Message-ID: <20010330214957.B8733@ns0.astray.com>
21277      Branch: perl
21278            ! lib/base.pm
21279 ____________________________________________________________________________
21280 [  9476] By: jhi                                   on 2001/03/30  18:16:57
21281         Log: Subject: [PATCH] av.h cosmetics
21282              From: Simon Cozens <simon@netthink.co.uk>
21283              Date: Fri, 30 Mar 2001 18:12:28 +0100
21284              Message-ID: <20010330181228.A9319@netthink.co.uk>
21285      Branch: perl
21286            ! av.h
21287 ____________________________________________________________________________
21288 [  9475] By: jhi                                   on 2001/03/30  18:15:50
21289         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
21290              From: "Philip Newton" <pnewton@gmx.de>
21291              Date: Fri, 30 Mar 2001 19:06:57 +0200
21292              Message-ID: <3AC4D951.14815.1AC7068@localhost>
21293      Branch: perl
21294            ! pod/perlhack.pod
21295 ____________________________________________________________________________
21296 [  9474] By: jhi                                   on 2001/03/30  18:14:02
21297         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
21298              From: Benjamin Sugars <bsugars@canoe.ca>
21299              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
21300              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
21301      Branch: perl
21302            ! t/lib/glob-basic.t
21303 ____________________________________________________________________________
21304 [  9473] By: jhi                                   on 2001/03/30  16:09:24
21305         Log: Update Changes.
21306      Branch: perl
21307            ! Changes patchlevel.h
21308 ____________________________________________________________________________
21309 [  9472] By: jhi                                   on 2001/03/30  15:16:08
21310         Log: Integrate perlio.
21311      Branch: perl
21312           !> t/lib/cwd.t t/lib/glob-basic.t
21313 ____________________________________________________________________________
21314 [  9471] By: nick                                  on 2001/03/30  14:47:10
21315         Log: Should be (^O eq 'MSWin32') not 'Win32'
21316              Fail #12 seems real - chdir is in wrong dir.
21317      Branch: perlio
21318            ! t/lib/cwd.t
21319 ____________________________________________________________________________
21320 [  9470] By: jhi                                   on 2001/03/30  14:41:11
21321         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
21322              From: Radu Greab <radu@netsoft.ro>
21323              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
21324              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
21325              
21326              Replace #9352.
21327      Branch: perl
21328            ! ext/Socket/Socket.xs pp_sys.c
21329 ____________________________________________________________________________
21330 [  9469] By: jhi                                   on 2001/03/30  14:37:51
21331         Log: Subject: PATCH pod/perldiag.pod
21332              From: Robin Houston <robin@kitsite.com>
21333              Date: Fri, 30 Mar 2001 14:10:36 +0100
21334              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
21335      Branch: perl
21336            ! pod/perldiag.pod t/lib/glob-basic.t
21337 ____________________________________________________________________________
21338 [  9468] By: jhi                                   on 2001/03/30  14:36:36
21339         Log: Subject: Better diagnostic in io/fs.t
21340              From: andreas.koenig@anima.de (Andreas J. Koenig)
21341              Date: 30 Mar 2001 10:11:43 +0200
21342              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
21343      Branch: perl
21344            ! t/io/fs.t
21345 ____________________________________________________________________________
21346 [  9467] By: nick                                  on 2001/03/30  14:25:43
21347         Log: Skip order test of glob if case-ignoring system cannot 
21348              create a.test and A.test
21349      Branch: perlio
21350            ! t/lib/glob-basic.t
21351 ____________________________________________________________________________
21352 [  9466] By: nick                                  on 2001/03/30  13:03:12
21353         Log: Integrate mainline.
21354      Branch: perlio
21355            - ext/re/hints/aix.pl
21356           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
21357           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
21358           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
21359           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
21360 ____________________________________________________________________________
21361 [  9465] By: jhi                                   on 2001/03/30  03:53:37
21362         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
21363              the tests sometimes hang, sometimes not.)
21364      Branch: perl
21365            ! t/lib/io_multihomed.t t/lib/io_sock.t
21366 ____________________________________________________________________________
21367 [  9464] By: jhi                                   on 2001/03/30  02:56:04
21368         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
21369              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
21370              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
21371              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
21372      Branch: perl
21373            ! op.c
21374 ____________________________________________________________________________
21375 [  9463] By: jhi                                   on 2001/03/30  02:34:48
21376         Log: Test for #9462.
21377      Branch: perl
21378            ! t/lib/b.t
21379 ____________________________________________________________________________
21380 [  9462] By: jhi                                   on 2001/03/30  02:29:37
21381         Log: Subject: B::Deparse precedence bug. (Patch included.)
21382              From: Jeremy Madea <jmadea@inktomi.com>
21383              Date: Thu, 29 Mar 2001 12:05:02 -0800
21384              Message-ID: <20010329120502.A24881@dr.inktomi.com>
21385      Branch: perl
21386            ! ext/B/B/Deparse.pm
21387 ____________________________________________________________________________
21388 [  9461] By: jhi                                   on 2001/03/30  02:18:41
21389         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
21390              From: Peter Prymmer <pvhp@forte.com>
21391              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
21392              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
21393      Branch: perl
21394            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
21395            ! t/lib/md5-file.t
21396 ____________________________________________________________________________
21397 [  9460] By: jhi                                   on 2001/03/30  02:17:07
21398         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
21399              From: Robin Houston <robin@kitsite.com>
21400              Date: Thu, 29 Mar 2001 20:47:56 +0100
21401              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
21402      Branch: perl
21403            ! ext/B/B/Debug.pm
21404 ____________________________________________________________________________
21405 [  9459] By: jhi                                   on 2001/03/30  02:16:05
21406         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
21407              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
21408              Date: Wed, 28 Mar 2001 18:02:20 -0600
21409              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
21410      Branch: perl
21411            ! lib/ExtUtils/MM_VMS.pm
21412 ____________________________________________________________________________
21413 [  9458] By: jhi                                   on 2001/03/30  02:07:58
21414         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
21415              From: "Joshua E. Rodd" <jrodd@pbs.org>
21416              Date: Wed, 28 Mar 2001 17:29:12 -0500
21417              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
21418      Branch: perl
21419            ! pod/perlop.pod
21420 ____________________________________________________________________________
21421 [  9457] By: jhi                                   on 2001/03/30  02:04:33
21422         Log: Subject: ext/re/aix.pl can go
21423              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21424              Date: Thu, 29 Mar 2001 12:03:28 +0200
21425              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
21426      Branch: perl
21427            - ext/re/hints/aix.pl
21428            ! MANIFEST
21429 ____________________________________________________________________________
21430 [  9456] By: jhi                                   on 2001/03/30  02:03:32
21431         Log: Integrate perlio.
21432      Branch: perl
21433           !> ext/Encode/Encode.xs installperl
21434 ____________________________________________________________________________
21435 [  9455] By: nick                                  on 2001/03/29  21:11:46
21436         Log: DLL name has changed so installperl needs to know
21437              (Why isn't it working it out or passed it?)
21438      Branch: perlio
21439            ! installperl
21440 ____________________________________________________________________________
21441 [  9454] By: nick                                  on 2001/03/29  20:56:12
21442         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
21443              and we don't get undef warnings.
21444      Branch: perlio
21445            ! ext/Encode/Encode.xs
21446 ____________________________________________________________________________
21447 [  9453] By: nick                                  on 2001/03/29  17:58:48
21448         Log: Integrate mainline
21449      Branch: perlio
21450           !> Changes patchlevel.h
21451 ____________________________________________________________________________
21452 [  9452] By: jhi                                   on 2001/03/29  16:44:55
21453         Log: Update Changes.
21454      Branch: perl
21455            ! Changes patchlevel.h
21456 ____________________________________________________________________________
21457 [  9451] By: nick                                  on 2001/03/29  16:31:38
21458         Log: Integrate mainline
21459      Branch: perlio
21460           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
21461           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
21462           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
21463           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
21464           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
21465 ____________________________________________________________________________
21466 [  9450] By: jhi                                   on 2001/03/29  16:29:17
21467         Log: Integrate perlio.
21468      Branch: perl
21469           !> win32/buildext.pl
21470 ____________________________________________________________________________
21471 [  9449] By: jhi                                   on 2001/03/29  15:50:01
21472         Log: Update Changes.
21473      Branch: perl
21474            ! Changes patchlevel.h
21475 ____________________________________________________________________________
21476 [  9448] By: nick                                  on 2001/03/29  15:47:15
21477         Log: Make sure buildext.pl finds Errno.pm
21478      Branch: perlio
21479            ! win32/buildext.pl
21480 ____________________________________________________________________________
21481 [  9447] By: jhi                                   on 2001/03/29  15:39:34
21482         Log: Integrate perlio.
21483      Branch: perl
21484           !> win32/makefile.mk
21485 ____________________________________________________________________________
21486 [  9446] By: nick                                  on 2001/03/29  15:30:03
21487         Log: Integrate win32/makefile.mk with mainline.
21488      Branch: perlio
21489           !> win32/makefile.mk
21490 ____________________________________________________________________________
21491 [  9445] By: nick                                  on 2001/03/29  15:27:32
21492         Log: Fix breakage ... 
21493      Branch: perlio
21494            ! win32/makefile.mk
21495 ____________________________________________________________________________
21496 [  9444] By: jhi                                   on 2001/03/29  15:03:08
21497         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
21498              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
21499              Date: Thu, 29 Mar 2001 10:32:59 +0400
21500              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
21501      Branch: perl
21502            ! win32/makefile.mk
21503 ____________________________________________________________________________
21504 [  9443] By: jhi                                   on 2001/03/29  15:02:12
21505         Log: Integrate perlio.
21506      Branch: perl
21507           +> win32/buildext.pl
21508           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
21509           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
21510 ____________________________________________________________________________
21511 [  9442] By: nick                                  on 2001/03/29  14:59:11
21512         Log: Work in progress - determine win32 extensions to build via script.
21513      Branch: perlio
21514            + win32/buildext.pl
21515            ! MANIFEST win32/makefile.mk
21516 ____________________________________________________________________________
21517 [  9441] By: jhi                                   on 2001/03/29  14:51:47
21518         Log: Reintroduce the use of external pwd.
21519      Branch: perl
21520            ! t/lib/cwd.t
21521 ____________________________________________________________________________
21522 [  9440] By: jhi                                   on 2001/03/29  14:42:58
21523         Log: use warnings instead of -w.
21524      Branch: perl
21525            ! utils/h2xs.PL
21526 ____________________________________________________________________________
21527 [  9439] By: jhi                                   on 2001/03/29  14:41:52
21528         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
21529              From: Jonathan Stowe <gellyfish@gellyfish.com>
21530              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
21531              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
21532      Branch: perl
21533            ! utils/h2xs.PL
21534 ____________________________________________________________________________
21535 [  9438] By: jhi                                   on 2001/03/29  14:39:38
21536         Log: Subject: [PATCH perl@9424] minor pod nits
21537              From: Robin Barker <rmb1@cise.npl.co.uk>
21538              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
21539              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
21540      Branch: perl
21541            ! pod/perlhack.pod pod/perliol.pod
21542 ____________________________________________________________________________
21543 [  9437] By: jhi                                   on 2001/03/29  14:29:16
21544         Log: Subject: [PATCH perl@9424] typemap cast warning
21545              From: Robin Barker <rmb1@cise.npl.co.uk>
21546              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
21547              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
21548      Branch: perl
21549            ! lib/ExtUtils/typemap
21550 ____________________________________________________________________________
21551 [  9436] By: jhi                                   on 2001/03/29  14:26:03
21552         Log: Subject: [PATCH perl@9424] printf warning
21553              From: Robin Barker <rmb1@cise.npl.co.uk>
21554              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
21555              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
21556      Branch: perl
21557            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
21558            ! ext/Storable/Storable.xs toke.c
21559 ____________________________________________________________________________
21560 [  9435] By: nick                                  on 2001/03/29  14:23:31
21561         Log: Win32 has name conflict with ERROR
21562      Branch: perlio
21563            ! ext/PerlIO/Via/Via.xs
21564 ____________________________________________________________________________
21565 [  9434] By: jhi                                   on 2001/03/29  14:17:48
21566         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
21567              From: Peter Prymmer <pvhp@forte.com>
21568              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
21569              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
21570      Branch: perl
21571            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
21572 ____________________________________________________________________________
21573 [  9433] By: jhi                                   on 2001/03/29  13:52:44
21574         Log: test-prep target was missing.
21575      Branch: perl
21576            ! Makefile.SH
21577 ____________________________________________________________________________
21578 [  9432] By: nick                                  on 2001/03/29  12:40:03
21579         Log: Make as-shipped compiler default to MSVC6 
21580      Branch: perlio
21581            ! win32/makefile.mk
21582 ____________________________________________________________________________
21583 [  9431] By: nick                                  on 2001/03/29  12:12:16
21584         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
21585              akin to PerlIO::Scalar.
21586      Branch: perlio
21587            ! perlio.c perlio.h
21588 ____________________________________________________________________________
21589 [  9430] By: nick                                  on 2001/03/29  10:56:35
21590         Log: Integrate mainline.
21591      Branch: perlio
21592           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
21593           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
21594           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
21595           !> win32/makefile.mk win32/win32sck.c
21596 ____________________________________________________________________________
21597 [  9429] By: nick                                  on 2001/03/29  09:03:43
21598         Log: Noticed that two tests were skipped as perlio:: package
21599              isn't there any more. Changed the skip condition.
21600              Avoid core-dump if sv_utf8_upgrade() called on something
21601              that does not become SvPOK after SvPV() (e.g. a ref).
21602      Branch: perlio
21603            ! sv.c t/io/utf8.t t/lib/io_scalar.t
21604 ____________________________________________________________________________
21605 [  9428] By: jhi                                   on 2001/03/29  01:31:47
21606         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
21607              From: Benjamin Sugars <bsugars@canoe.ca> 
21608              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
21609              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
21610      Branch: perl
21611            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
21612            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
21613            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
21614 ____________________________________________________________________________
21615 [  9427] By: jhi                                   on 2001/03/29  00:49:30
21616         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
21617              From: "Vadim Konovalov" <watman@inbox.ru>
21618              Date: Thu, 29 Mar 2001 01:50:12 +0400
21619              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
21620      Branch: perl
21621            ! win32/makefile.mk win32/win32sck.c
21622 ____________________________________________________________________________
21623 [  9426] By: gsar                                  on 2001/03/29  00:28:04
21624         Log: dmake can only handle == and != in comparisons; support building
21625              with Borland's VCL libraries (from Vadim Konovalov)
21626      Branch: maint-5.6/perl
21627            ! win32/makefile.mk
21628 ____________________________________________________________________________
21629 [  9425] By: nick                                  on 2001/03/28  19:29:56
21630         Log: Integrate (@snapshot)
21631      Branch: perlio
21632           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
21633 ____________________________________________________________________________
21634 [  9424] By: jhi                                   on 2001/03/28  19:03:16
21635         Log: Update Changes.
21636      Branch: perl
21637            ! Changes patchlevel.h
21638 ____________________________________________________________________________
21639 [  9423] By: jhi                                   on 2001/03/28  18:52:09
21640         Log: Rmdir lib/XS on cleanup.
21641      Branch: perl
21642            ! Makefile.SH
21643 ____________________________________________________________________________
21644 [  9422] By: jhi                                   on 2001/03/28  18:49:34
21645         Log: Integrate perlio.
21646      Branch: perl
21647           !> t/op/utf8decode.t
21648 ____________________________________________________________________________
21649 [  9421] By: nick                                  on 2001/03/28  18:46:44
21650         Log: Loose duplicate chunk.
21651      Branch: perlio
21652            ! t/op/utf8decode.t
21653 ____________________________________________________________________________
21654 [  9420] By: nick                                  on 2001/03/28  18:44:11
21655         Log: Integrate mainline.
21656      Branch: perlio
21657           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
21658           !> vms/vmsish.h
21659 ____________________________________________________________________________
21660 [  9419] By: jhi                                   on 2001/03/28  18:42:05
21661         Log: Can't trust external pwds
21662              (either shell builtins or external programs)
21663      Branch: perl
21664            ! t/lib/cwd.t
21665 ____________________________________________________________________________
21666 [  9418] By: jhi                                   on 2001/03/28  18:34:05
21667         Log: Integrate perlio.
21668      Branch: perl
21669            - lib/perlio.pm
21670           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
21671           !> t/op/utf8decode.t
21672 ____________________________________________________________________________
21673 [  9417] By: nick                                  on 2001/03/28  18:24:02
21674         Log: PerlIO.pm / perlio.pm conflict.
21675              Update some pods.
21676              Make t/op/utf8decode.t a text file.
21677      Branch: perlio
21678            - lib/perlio.pm
21679            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
21680            ! t/op/utf8decode.t
21681 ____________________________________________________________________________
21682 [  9416] By: jhi                                   on 2001/03/28  18:06:07
21683         Log: Integrate change #9409 from mainline to maintperl.
21684              
21685              Yet another tweak on AIX dynaloading.
21686      Branch: maint-5.6/perl
21687           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
21688 ____________________________________________________________________________
21689 [  9415] By: gsar                                  on 2001/03/28  17:13:01
21690         Log: integrate changes#9377,9385,9401 from mainline
21691              
21692              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
21693              
21694              If directory entries compare equal case-insensitively,
21695              retry case-sensitively.
21696              
21697              Subject: [PATCH] B::Terse and warnings
21698      Branch: maint-5.6/perl
21699           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
21700           !> t/pragma/warn/perl
21701 ____________________________________________________________________________
21702 [  9414] By: jhi                                   on 2001/03/28  17:11:12
21703         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
21704              From: "Craig A. Berry" <craigberry@mac.com>
21705              Date: Wed, 28 Mar 2001 10:55:20 -0600
21706              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
21707      Branch: perl
21708            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
21709 ____________________________________________________________________________
21710 [  9413] By: jhi                                   on 2001/03/28  17:03:12
21711         Log: Dup hunk.
21712      Branch: perl
21713            ! t/op/utf8decode.t
21714 ____________________________________________________________________________
21715 [  9412] By: jhi                                   on 2001/03/28  17:02:36
21716         Log: Forced integrate from perlio.
21717      Branch: perl
21718           !> t/op/utf8decode.t
21719 ____________________________________________________________________________
21720 [  9411] By: nick                                  on 2001/03/28  16:50:03
21721         Log: Integrate mainline.
21722      Branch: perlio
21723           +> t/lib/cwd.t
21724           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
21725           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
21726           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
21727           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
21728           !> t/pragma/warn/perl
21729 ____________________________________________________________________________
21730 [  9410] By: jhi                                   on 2001/03/28  16:44:23
21731         Log: Subject: Re: [PATCH] 9403 cannot be tested
21732              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21733              Date: Wed, 28 Mar 2001 18:33:56 +0200
21734              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
21735      Branch: perl
21736            ! makedef.pl
21737 ____________________________________________________________________________
21738 [  9409] By: jhi                                   on 2001/03/28  16:12:45
21739         Log: Yet another tweak on AIX dynaloading.
21740      Branch: perl
21741            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
21742 ____________________________________________________________________________
21743 [  9408] By: jhi                                   on 2001/03/28  15:52:55
21744         Log: Subject: [PATCH] 9403 cannot be tested
21745              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
21746              Date: Wed, 28 Mar 2001 17:23:00 +0200
21747              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
21748              
21749              A missing symbol.
21750      Branch: perl
21751            ! makedef.pl
21752 ____________________________________________________________________________
21753 [  9407] By: jhi                                   on 2001/03/28  15:47:43
21754         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
21755      Branch: perl
21756            ! t/op/utf8decode.t
21757           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
21758           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
21759 ____________________________________________________________________________
21760 [  9406] By: jhi                                   on 2001/03/28  15:37:08
21761         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
21762              From: Benjamin Sugars <bsugars@canoe.ca> 
21763              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
21764              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
21765      Branch: perl
21766            + t/lib/cwd.t
21767            ! MANIFEST
21768 ____________________________________________________________________________
21769 [  9405] By: jhi                                   on 2001/03/28  15:13:18
21770         Log: pp_ne() needs a CORRECT boolean.
21771      Branch: perl
21772            ! pp.c
21773 ____________________________________________________________________________
21774 [  9404] By: jhi                                   on 2001/03/28  15:09:23
21775         Log: pp_ne() needs a boolean, not an integer.
21776      Branch: perl
21777            ! pp.c
21778 ____________________________________________________________________________
21779 [  9403] By: jhi                                   on 2001/03/28  14:47:43
21780         Log: (Retracted by #9404.)
21781      Branch: perl
21782            ! pp.c
21783 ____________________________________________________________________________
21784 [  9402] By: jhi                                   on 2001/03/28  14:43:59
21785         Log: Subject: Re: [PATCH] Typemap testing
21786              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
21787              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
21788              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
21789      Branch: perl
21790            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
21791            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
21792 ____________________________________________________________________________
21793 [  9401] By: jhi                                   on 2001/03/28  14:42:14
21794         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
21795              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
21796              Date: Sun, 25 Mar 2001 21:59:15 +0100
21797              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
21798              
21799              A variable will be checked for the "use once" warnings if:
21800              
21801              1. It is in the scope of a use warnings 'once'
21802              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
21803              
21804              Otherwise it won't be checked at all.
21805              
21806              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
21807              
21808              The enclosed patch partially fixes this issue. What I didn't
21809              get to work was the case where the "used once" warning is enabled
21810              in any file other than the main file.
21811      Branch: perl
21812            ! gv.c t/pragma/warn/perl
21813 ____________________________________________________________________________
21814 [  9400] By: nick                                  on 2001/03/28  14:38:24
21815         Log: More EBCDIC tweaks:
21816              - one more swash issue &~(0xA0-1) did not do the right thing,
21817              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
21818              - add "use re 'asciirange'" to make [!-~] etc. work
21819              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
21820              - Choose a key for t/op/each.t test which gets encoded.
21821              - Skip utf8decode if this is UTF-EBCDIC.
21822      Branch: perlio
21823            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
21824            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
21825 ____________________________________________________________________________
21826 [  9399] By: jhi                                   on 2001/03/28  14:21:00
21827         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
21828              Andreas Schwab.
21829      Branch: perl
21830            ! pp.c
21831 ____________________________________________________________________________
21832 [  9398] By: jhi                                   on 2001/03/28  00:55:56
21833         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
21834              From: David Dyck <dcd@tc.fluke.com>
21835              Date: Tue, 27 Mar 2001 15:16:24 -0800
21836              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
21837      Branch: perl
21838            ! ext/IO/lib/IO/Socket.pm
21839 ____________________________________________________________________________
21840 [  9397] By: jhi                                   on 2001/03/27  21:52:49
21841         Log: Integrate perlio.
21842      Branch: perl
21843           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
21844           +> ext/PerlIO/Via/Via.xs
21845           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
21846 ____________________________________________________________________________
21847 [  9396] By: nick                                  on 2001/03/27  21:45:13
21848         Log: Integrate mainline.
21849      Branch: perlio
21850           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
21851           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
21852 ____________________________________________________________________________
21853 [  9395] By: nick                                  on 2001/03/27  21:18:58
21854         Log: Outline docs for PerlIO and PerlIO::Scalar
21855      Branch: perlio
21856            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
21857 ____________________________________________________________________________
21858 [  9394] By: nick                                  on 2001/03/27  20:50:13
21859         Log: PerlIO::Via layer (alpha-ish).
21860      Branch: perlio
21861            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
21862            + ext/PerlIO/Via/Via.xs
21863            ! MANIFEST
21864 ____________________________________________________________________________
21865 [  9393] By: jhi                                   on 2001/03/27  20:49:55
21866         Log: Retract #9329 now that 9390 should take care of the matter.
21867      Branch: perl
21868            ! utils/h2xs.PL
21869 ____________________________________________________________________________
21870 [  9390] By: jhi                                   on 2001/03/27  20:47:50
21871         Log: Subject: Autoloading Errno.pm when %! is encountered
21872              From: Robin Houston <robin@kitsite.com>
21873              Date: Tue, 27 Mar 2001 20:57:11 +0100
21874              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
21875      Branch: perl
21876            ! embed.h embed.pl gv.c proto.h t/op/magic.t
21877 ____________________________________________________________________________
21878 [  9389] By: jhi                                   on 2001/03/27  20:24:31
21879         Log: Integrate perlio.
21880      Branch: perl
21881           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
21882           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
21883           !> utf8.c
21884 ____________________________________________________________________________
21885 [  9388] By: jhi                                   on 2001/03/27  20:21:38
21886         Log: Better have a three-element array if one is going to assign
21887              to the third element of that array. (from Tim Jenness)
21888      Branch: perl
21889            ! ext/XS/Typemap/Typemap.xs
21890 ____________________________________________________________________________
21891 [  9387] By: nick                                  on 2001/03/27  20:15:43
21892         Log: Integrate mainline.
21893      Branch: perlio
21894           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
21895           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
21896           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
21897           +> t/lib/xs-typemap.t
21898           !> (integrate 34 files)
21899 ____________________________________________________________________________
21900 [  9386] By: jhi                                   on 2001/03/27  20:04:18
21901         Log: Subject: Re: perl@9359 breaks HTML::Parser
21902              From: Gisle Aas <gisle@ActiveState.com>
21903              Date: 27 Mar 2001 11:30:24 -0800
21904              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
21905              
21906              Clarify the UTF-8 issues of the API docs.
21907              (Slightly reworded and expanded.)
21908      Branch: perl
21909            ! pod/perlapi.pod sv.c sv.h
21910 ____________________________________________________________________________
21911 [  9385] By: jhi                                   on 2001/03/27  19:44:25
21912         Log: If directory entries compare equal case-insensitively,
21913              retry case-sensitively.
21914      Branch: perl
21915            ! ext/File/Glob/bsd_glob.c
21916 ____________________________________________________________________________
21917 [  9384] By: nick                                  on 2001/03/27  19:38:50
21918         Log: Various EBCDIC fixes:
21919              - major revelation that swash code is encoding aware,
21920              (or thought it was) - now it is ;-)
21921              - With that out of the way fix a slab of tr/// cases.
21922              - Fix Encode 'Unicode' to be true Unicode so tests pass.
21923              - As anticipated Base64.xs needed tweaks.
21924              - Until tr/// works right avoid old_encode64 in MIME tests.
21925      Branch: perlio
21926            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
21927            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
21928 ____________________________________________________________________________
21929 [  9383] By: jhi                                   on 2001/03/27  18:34:41
21930         Log: Add the std test suite BEGIN block.
21931      Branch: perl
21932            ! t/lib/xs-typemap.t
21933 ____________________________________________________________________________
21934 [  9382] By: jhi                                   on 2001/03/27  15:16:07
21935         Log: Add debugging output to the test.
21936      Branch: perl
21937            ! t/lib/glob-basic.t
21938 ____________________________________________________________________________
21939 [  9381] By: jhi                                   on 2001/03/27  15:08:10
21940         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
21941      Branch: perl
21942            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
21943            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
21944            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
21945            + t/lib/xs-typemap.t
21946            ! MANIFEST
21947 ____________________________________________________________________________
21948 [  9380] By: jhi                                   on 2001/03/27  14:48:34
21949         Log: Subject: [PATCH] Typemap testing
21950              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
21951              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
21952              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
21953              
21954              (The first part of the patch.)
21955      Branch: perl
21956            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
21957 ____________________________________________________________________________
21958 [  9379] By: jhi                                   on 2001/03/27  14:44:56
21959         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
21960              From: Benjamin Sugars <bsugars@canoe.ca> 
21961              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
21962              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
21963      Branch: perl
21964            ! t/lib/glob-basic.t
21965 ____________________________________________________________________________
21966 [  9378] By: jhi                                   on 2001/03/27  14:42:30
21967         Log: Subject: [PATCH] perlvar nit
21968              From: Simon Cozens <simon@netthink.co.uk>
21969              Date: Tue, 27 Mar 2001 01:12:01 +0100
21970              Message-ID: <20010327011201.A19179@netthink.co.uk>
21971      Branch: perl
21972            ! pod/perlvar.pod
21973 ____________________________________________________________________________
21974 [  9377] By: jhi                                   on 2001/03/27  14:36:26
21975         Log: Subject: [PATCH] B::Terse and warnings
21976              From: Benjamin Sugars <ben.sugars@home.com>
21977              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
21978              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
21979      Branch: perl
21980            ! ext/B/B.pm ext/B/B/Terse.pm
21981 ____________________________________________________________________________
21982 [  9376] By: jhi                                   on 2001/03/27  14:31:31
21983         Log: Document sockatmark() some.
21984      Branch: perl
21985            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
21986            ! pod/perltoc.pod
21987 ____________________________________________________________________________
21988 [  9375] By: jhi                                   on 2001/03/27  14:00:24
21989         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
21990              noted by Gisle and fixed by NI-S.
21991      Branch: perl
21992            ! sv.c
21993 ____________________________________________________________________________
21994 [  9374] By: jhi                                   on 2001/03/27  05:50:01
21995         Log: Regen toc.
21996      Branch: perl
21997            ! pod/perltoc.pod
21998 ____________________________________________________________________________
21999 [  9373] By: jhi                                   on 2001/03/27  05:43:51
22000         Log: Pixie documenting.
22001      Branch: perl
22002            ! Makefile.SH pod/perlhack.pod
22003 ____________________________________________________________________________
22004 [  9372] By: jhi                                   on 2001/03/27  05:29:34
22005         Log: Metaconfig unit changes for #9371.
22006      Branch: metaconfig
22007            ! U/modified/myhostname.U
22008      Branch: metaconfig/U/perl
22009            + d_sockatmark.U
22010            ! gccvers.U
22011 ____________________________________________________________________________
22012 [  9371] By: jhi                                   on 2001/03/27  05:29:07
22013         Log: Add sockatmark() probing.
22014      Branch: perl
22015            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22016            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
22017            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22018            ! vos/config.ga.h win32/config.bc win32/config.gc
22019            ! win32/config.vc
22020 ____________________________________________________________________________
22021 [  9370] By: jhi                                   on 2001/03/26  22:01:18
22022         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
22023              Really need to benchmark this.
22024      Branch: perl
22025            ! pp.c
22026 ____________________________________________________________________________
22027 [  9369] By: nick                                  on 2001/03/26  21:59:30
22028         Log: Integrate mainline.
22029      Branch: perlio
22030            ! ext/MIME/Base64/QuotedPrint.pm
22031           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
22032           !> patchlevel.h pod/perlhack.pod pp_sys.c
22033 ____________________________________________________________________________
22034 [  9368] By: jhi                                   on 2001/03/26  21:47:03
22035         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
22036              
22037              TODO1: perlbench.
22038              TODO2: le, lt, ge, gt?  Yech.
22039      Branch: perl
22040            ! pp.c
22041 ____________________________________________________________________________
22042 [  9367] By: jhi                                   on 2001/03/26  21:34:57
22043         Log: Too much cut-and-paste in #9363.
22044      Branch: perl
22045            ! pp_sys.c
22046 ____________________________________________________________________________
22047 [  9366] By: jhi                                   on 2001/03/26  21:20:53
22048         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
22049              From: Andreas Schwab <schwab@suse.de>
22050              Date: 26 Mar 2001 17:29:04 +0200
22051              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
22052              
22053              (The patch for 5.6.0 or so, this is a guess for bleadperl)
22054      Branch: perl
22055            ! pp_hot.c
22056 ____________________________________________________________________________
22057 [  9365] By: jhi                                   on 2001/03/26  21:07:54
22058         Log: Integrate perlio.
22059      Branch: perl
22060           !> perlio.c
22061 ____________________________________________________________________________
22062 [  9364] By: nick                                  on 2001/03/26  20:30:48
22063         Log: REFCNT botch in layer name cache hash.
22064      Branch: perlio
22065            ! perlio.c
22066 ____________________________________________________________________________
22067 [  9363] By: jhi                                   on 2001/03/26  18:44:32
22068         Log: Subject: [PATCH] socket() leaks file descriptors
22069              From: Benjamin Sugars <bsugars@canoe.ca>
22070              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
22071              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
22072              
22073              Also sockpair() fixed similarly.
22074      Branch: perl
22075            ! pp_sys.c
22076 ____________________________________________________________________________
22077 [  9362] By: jhi                                   on 2001/03/26  18:37:52
22078         Log: Integrate perlio.
22079      Branch: perl
22080           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
22081 ____________________________________________________________________________
22082 [  9361] By: nick                                  on 2001/03/26  17:32:06
22083         Log: Implement flush of linebuffered streams on read of a tty.
22084      Branch: perlio
22085            ! perlio.c perliol.h
22086 ____________________________________________________________________________
22087 [  9360] By: nick                                  on 2001/03/26  17:12:32
22088         Log: Memory tweaks and notes for OEMVS.
22089      Branch: perlio
22090            ! README.os390 miniperlmain.c t/op/pat.t
22091 ____________________________________________________________________________
22092 [  9359] By: jhi                                   on 2001/03/26  02:12:54
22093         Log: Update Changes.
22094      Branch: perl
22095            ! Changes patchlevel.h
22096 ____________________________________________________________________________
22097 [  9358] By: jhi                                   on 2001/03/26  02:05:32
22098         Log: Document the most common pixie options.
22099      Branch: perl
22100            ! pod/perlhack.pod
22101 ____________________________________________________________________________
22102 [  9357] By: jhi                                   on 2001/03/26  01:25:28
22103         Log: For perl.pixie check *before* compiling that optimize is -g,
22104              as for perl.third.
22105      Branch: perl
22106            ! Makefile.SH
22107 ____________________________________________________________________________
22108 [  9356] By: jhi                                   on 2001/03/26  01:13:41
22109         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
22110      Branch: perl
22111            ! Makefile.SH
22112 ____________________________________________________________________________
22113 [  9355] By: jhi                                   on 2001/03/26  01:11:19
22114         Log: Remove t/perl.third.
22115      Branch: perl
22116            ! Makefile.SH
22117 ____________________________________________________________________________
22118 [  9354] By: jhi                                   on 2001/03/26  00:23:38
22119         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
22120              IO::Sockatmark().
22121      Branch: perl
22122            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
22123 ____________________________________________________________________________
22124 [  9353] By: jhi                                   on 2001/03/25  22:25:04
22125         Log: Integrate perlio.
22126      Branch: perl
22127           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
22128           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
22129           !> pp_hot.c win32/makefile.mk
22130 ____________________________________________________________________________
22131 [  9352] By: jhi                                   on 2001/03/25  22:21:41
22132         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
22133              From: Radu Greab <radu@netsoft.ro>
22134              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
22135              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
22136      Branch: perl
22137            ! pp_sys.c
22138 ____________________________________________________________________________
22139 [  9351] By: nick                                  on 2001/03/25  22:15:02
22140         Log: Fix readline in list mode to tell rest of world that it has
22141              things on the stack. Otherwise if perl code gets invoked
22142              underneath it it scribbles over results-so-far.
22143              (Why TIEHANDLE has not tripped on this is a mystery.)
22144      Branch: perlio
22145            ! pp_hot.c
22146 ____________________________________________________________________________
22147 [  9350] By: nick                                  on 2001/03/25  22:10:13
22148         Log: win32/makefile.mk typos
22149      Branch: perlio
22150            ! win32/makefile.mk
22151 ____________________________________________________________________________
22152 [  9349] By: nick                                  on 2001/03/25  21:31:14
22153         Log: Integrate now-non-binary file.
22154      Branch: perlio
22155           !> t/lib/mimeqp.t
22156 ____________________________________________________________________________
22157 [  9348] By: nick                                  on 2001/03/25  21:27:24
22158         Log: Make it text
22159      Branch: perlio
22160            ! t/lib/mimeqp.t
22161 ____________________________________________________________________________
22162 [  9347] By: nick                                  on 2001/03/25  21:25:37
22163         Log: Integrate mainline.
22164      Branch: perlio
22165           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
22166           !> lib/Term/ReadLine.pm t/lib/md5-file.t
22167 ____________________________________________________________________________
22168 [  9346] By: nick                                  on 2001/03/25  20:58:15
22169         Log: Add destruct time hook to PerlIO (for work-in-process implementing
22170              layers in perl code. In such cases layers need to be popped before
22171              we loose the ability to run perl code.)
22172              Also back-out "PerlIO::object" hook - it isn't going to work like that...
22173      Branch: perlio
22174            ! perl.c perlio.c perlio.h perliol.h
22175 ____________________________________________________________________________
22176 [  9345] By: nick                                  on 2001/03/25  20:49:11
22177         Log: Avoid at leasy one of undefined warnings in Encode.
22178      Branch: perlio
22179            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
22180 ____________________________________________________________________________
22181 [  9344] By: jhi                                   on 2001/03/25  20:37:43
22182         Log: A workaround for using Term::ReadLine in emacs minibuffer
22183              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
22184              additional tweaks from Ilya Zakharevich.
22185      Branch: perl
22186            ! lib/Term/ReadLine.pm
22187 ____________________________________________________________________________
22188 [  9343] By: nick                                  on 2001/03/25  20:21:14
22189         Log: Missing return value.
22190      Branch: perlio
22191            ! ext/PerlIO/Scalar/Scalar.xs
22192 ____________________________________________________________________________
22193 [  9342] By: jhi                                   on 2001/03/25  16:21:00
22194         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
22195              to equal the CPAN versions since no code changes have been made.
22196      Branch: perl
22197            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
22198            ! t/lib/md5-file.t
22199 ____________________________________________________________________________
22200 [  9341] By: jhi                                   on 2001/03/25  16:01:48
22201         Log: Escape 8-bit characters.
22202      Branch: perl
22203            ! t/lib/mimeqp.t
22204 ____________________________________________________________________________
22205 [  9340] By: gsar                                  on 2001/03/25  15:50:53
22206         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
22207              chars)
22208      Branch: perl
22209            + t/lib/mimeqp.t
22210 ____________________________________________________________________________
22211 [  9339] By: gsar                                  on 2001/03/25  15:48:50
22212         Log: delete mimeqp.t for later with text mode set
22213      Branch: perl
22214            - t/lib/mimeqp.t
22215 ____________________________________________________________________________
22216 [  9338] By: nick                                  on 2001/03/25  09:01:57
22217         Log: Integrate mainline.
22218      Branch: perlio
22219           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
22220           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
22221           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
22222           +> t/lib/mimeb64u.t t/lib/mimeqp.t
22223           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
22224           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
22225           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
22226 ____________________________________________________________________________
22227 [  9337] By: jhi                                   on 2001/03/25  04:23:24
22228         Log: Add MIME::Base64 here and there.  Again, a lot of
22229              optimism is in the air.
22230      Branch: perl
22231            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
22232            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
22233 ____________________________________________________________________________
22234 [  9336] By: jhi                                   on 2001/03/25  04:12:43
22235         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
22236              this by ear as I do not do Win32 programming.)
22237      Branch: perl
22238            ! win32/Makefile win32/makefile.mk
22239 ____________________________________________________________________________
22240 [  9335] By: jhi                                   on 2001/03/25  04:03:50
22241         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
22242      Branch: perl
22243            ! t/lib/md5-file.t
22244 ____________________________________________________________________________
22245 [  9334] By: jhi                                   on 2001/03/25  03:58:53
22246         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
22247      Branch: perl
22248            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
22249            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
22250            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
22251            + t/lib/mimeb64u.t t/lib/mimeqp.t
22252            ! MANIFEST
22253 ____________________________________________________________________________
22254 [  9333] By: jhi                                   on 2001/03/24  20:14:37
22255         Log: Integrate perlio.
22256      Branch: perl
22257           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
22258 ____________________________________________________________________________
22259 [  9332] By: nick                                  on 2001/03/24  19:40:34
22260         Log: Fix un-init variable leading to spurious "Out of Memory!"
22261      Branch: perlio
22262            ! doio.c
22263 ____________________________________________________________________________
22264 [  9331] By: nick                                  on 2001/03/24  19:09:59
22265         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
22266              and update layers internals doc.
22267      Branch: perlio
22268            ! pod/perlfunc.pod pod/perliol.pod
22269 ____________________________________________________________________________
22270 [  9330] By: jhi                                   on 2001/03/24  18:42:11
22271         Log: The length might be uninitialized garbage if the *svp is the undef.
22272      Branch: perl
22273            ! doio.c
22274 ____________________________________________________________________________
22275 [  9329] By: jhi                                   on 2001/03/24  18:26:57
22276         Log: (Retracted by #9393)
22277
22278              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
22279              From: Simon Cozens <simon@netthink.co.uk>
22280              Date: Sat, 24 Mar 2001 17:13:17 +0000
22281              Message-ID: <20010324171317.A13406@netthink.co.uk>
22282      Branch: perl
22283            ! utils/h2xs.PL
22284 ____________________________________________________________________________
22285 [  9328] By: nick                                  on 2001/03/24  17:22:02
22286         Log: Integrate mainline.
22287      Branch: perlio
22288           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
22289           !> lib/unicode/version
22290 ____________________________________________________________________________
22291 [  9327] By: nick                                  on 2001/03/24  17:16:02
22292         Log: Integrate mainline.
22293      Branch: perlio
22294           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
22295           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
22296           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
22297           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
22298           +> t/lib/md5-file.t
22299           !> MANIFEST Makefile.SH configure.com djgpp/config.over
22300           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
22301           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
22302           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
22303           !> win32/makefile.mk
22304 ____________________________________________________________________________
22305 [  9326] By: jhi                                   on 2001/03/24  17:00:42
22306         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
22307      Branch: perl
22308            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
22309            ! lib/unicode/version
22310 ____________________________________________________________________________
22311 [  9325] By: jhi                                   on 2001/03/24  16:22:33
22312         Log: Subject: Re: B::Deparse bug (5.6.0)
22313              From: Robin Houston <robin@kitsite.com>
22314              Date: Sat, 24 Mar 2001 14:33:09 +0000
22315              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
22316      Branch: perl
22317            ! op.c pp.c t/lib/b.t t/op/repeat.t
22318 ____________________________________________________________________________
22319 [  9324] By: jhi                                   on 2001/03/24  16:21:56
22320         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
22321              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
22322              these additions may be too optimistic.
22323      Branch: perl
22324            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
22325            ! hints/uwin.sh hints/vmesa.sh
22326 ____________________________________________________________________________
22327 [  9323] By: jhi                                   on 2001/03/24  16:06:01
22328         Log: Integrate perlio.
22329      Branch: perl
22330           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
22331           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
22332            ! Makefile.SH
22333           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
22334           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
22335           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
22336           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
22337           !> win32/makefile.mk win32/perlhost.h win32/win32.c
22338           !> win32/win32iop.h
22339 ____________________________________________________________________________
22340 [  9322] By: nick                                  on 2001/03/24  14:39:12
22341         Log: Routine Win32 regen_config_h - no real changes.
22342      Branch: perlio
22343            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22344 ____________________________________________________________________________
22345 [  9321] By: nick                                  on 2001/03/24  14:31:49
22346         Log: PerlIO fixups for Win32:
22347              - provide win33_popenlist() - non-functional as yet.
22348              - avoid need for aTHX in PerlIO_debug calls - even if not 
22349              enabled args are still evaluated so Win32 has trouble during fork().
22350              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
22351              - Fixup makedef.pl for latest set of symbols.
22352      Branch: perlio
22353            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
22354            ! win32/perlhost.h win32/win32.c win32/win32iop.h
22355 ____________________________________________________________________________
22356 [  9320] By: nick                                  on 2001/03/24  14:26:58
22357         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
22358              was gibberish - broke it on WIn32 at least.
22359      Branch: perlio
22360            ! ext/POSIX/POSIX.xs
22361 ____________________________________________________________________________
22362 [  9319] By: nick                                  on 2001/03/24  11:29:41
22363         Log: Generated files.
22364      Branch: perlio
22365            ! embed.h global.sym objXSUB.h perlapi.c proto.h
22366 ____________________________________________________________________________
22367 [  9318] By: nick                                  on 2001/03/24  10:29:37
22368         Log: Implement:
22369              1.  open($fh,"+<",undef);  # add test to t/io/open.t
22370              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
22371      Branch: perlio
22372            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
22373            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
22374            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
22375            ! t/io/open.t t/io/utf8.t
22376 ____________________________________________________________________________
22377 [  9317] By: jhi                                   on 2001/03/23  23:41:25
22378         Log: AIX does seems to have optimization problems with its C compilers.
22379      Branch: perl
22380            ! hints/aix.sh
22381 ____________________________________________________________________________
22382 [  9316] By: jhi                                   on 2001/03/23  23:40:46
22383         Log: Integrate perlio.
22384      Branch: perl
22385           +> lib/PerlIO.pm
22386           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
22387           !> perliol.h
22388 ____________________________________________________________________________
22389 [  9315] By: jhi                                   on 2001/03/23  22:16:30
22390         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
22391      Branch: perl
22392            ! t/lib/md5-file.t
22393 ____________________________________________________________________________
22394 [  9314] By: nick                                  on 2001/03/23  20:49:02
22395         Log: Perlio internals re-organized.
22396              - open process creates AV of layer/arg pairs
22397              (appends layers from open() or open.pm to default list).
22398              - push arg is now an SV.
22399              - layer ->Open get passed the AV
22400              - open is no longer mandatory method.
22401              - topmost layer that has ->Open method does the open
22402              - any layers above are pushed once that returns.
22403              - vtable re-ordered so dummy layers need only provide push/pop methods.
22404      Branch: perlio
22405            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
22406 ____________________________________________________________________________
22407 [  9313] By: nick                                  on 2001/03/23  16:27:41
22408         Log: Check in a stable (working) version before next round of tweaks.
22409              Changes include:
22410              - Move default layers code out of doio.c and into perlio.c
22411              - Single routine for parsing layer specification strings.
22412              - Skeleton support for demand loading of layers
22413              - Core-dump avoidance if PERLIO environment specifies loadable layer
22414              (does not _work_ as need IO to load and need load to do IO ...)
22415      Branch: perlio
22416            + lib/PerlIO.pm
22417            ! MANIFEST doio.c perlio.c
22418 ____________________________________________________________________________
22419 [  9312] By: gsar                                  on 2001/03/23  16:25:25
22420         Log: add execute bit to files with shebang lines in the repository;
22421              avoid clobbering execute bit in Porting/makerel 
22422      Branch: maint-5.6/perl
22423            ! (edit 144 files)
22424 ____________________________________________________________________________
22425 [  9311] By: jhi                                   on 2001/03/23  14:25:35
22426         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
22427      Branch: perl
22428            ! MANIFEST
22429 ____________________________________________________________________________
22430 [  9310] By: jhi                                   on 2001/03/23  13:45:04
22431         Log: Subject: [PATCH] Net::Ping
22432              From: Colin McMillen <mcmi0037@tc.umn.edu>
22433              Date: Thu, 22 Mar 2001 19:30:31 -0600
22434              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
22435      Branch: perl
22436            ! lib/Net/Ping.pm
22437 ____________________________________________________________________________
22438 [  9309] By: jhi                                   on 2001/03/23  13:39:13
22439         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
22440      Branch: perl
22441            ! t/lib/md5-aaa.t t/lib/md5-file.t
22442 ____________________________________________________________________________
22443 [  9308] By: jhi                                   on 2001/03/23  13:20:34
22444         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
22445              - bump the version to 2.14
22446              - drop the base64 tests since they require MIME::Base64
22447              - drop the rfc1321.txt
22448              - drop the hints/dec_osf.pl since it's only needed for
22449              pre-5.005_03 Perls
22450              Todo:
22451              - the U32 alignment testing is now removed; it needs to
22452              be reintroduced as as a Config variable (meaning also
22453              as a Configure test)
22454              - get the new EBCDIC md5sum for MD5.pm
22455              - test in Win32 to see how badly I botched the makefiles
22456      Branch: perl
22457            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
22458            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
22459            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
22460            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
22461            + t/lib/md5-file.t
22462            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
22463            ! win32/Makefile win32/makefile.mk
22464 ____________________________________________________________________________
22465 [  9307] By: jhi                                   on 2001/03/23  12:56:14
22466         Log: Integrate change #9306 from maintperl into mainline,
22467              AIX dynaloader for AIXes without <load.h>.
22468      Branch: perl
22469           !> ext/DynaLoader/hints/aix.pl
22470 ____________________________________________________________________________
22471 [  9306] By: jhi                                   on 2001/03/23  12:51:36
22472         Log: There are AIXes without /usr/include/load.h,
22473              patch from H.Merijn Brand.
22474      Branch: maint-5.6/perl
22475            ! ext/DynaLoader/hints/aix.pl
22476 ____________________________________________________________________________
22477 [  9305] By: nick                                  on 2001/03/23  11:00:42
22478         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
22479      Branch: perlio
22480            ! ext/Encode/Encode.xs perlio.c perlio.h
22481 ____________________________________________________________________________
22482 [  9304] By: nick                                  on 2001/03/23  10:20:46
22483         Log: Render -Duseperlio functional again.
22484              - this is "quick fix" which calls PerlIO_apply_layers after opening,
22485              which is what old scheme did. New scheme needs to change that
22486              to make open(...,\$scalar) etc. work but this will do for now.
22487      Branch: perlio
22488            ! perlio.c
22489 ____________________________________________________________________________
22490 [  9303] By: nick                                  on 2001/03/23  09:53:20
22491         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
22492              -Uuseperlio now works again.
22493              -Duseperlio is still poorly. Don't merge yet...
22494      Branch: perlio
22495            ! doio.c perlio.h
22496 ____________________________________________________________________________
22497 [  9302] By: nick                                  on 2001/03/22  22:26:51
22498         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
22499              type code.
22500              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
22501              is its main caller. In particular now has access to "extra" args, and
22502              can tell when an open handle is "reopened" (or duped?).
22503              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
22504              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
22505              PerlIO_open() et. al. (i.e. other way round).
22506              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
22507              with args close to PerlIO_openn().
22508      Branch: perlio
22509            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
22510 ____________________________________________________________________________
22511 [  9301] By: jhi                                   on 2001/03/22  20:58:04
22512         Log: Integrate perlio.
22513      Branch: perl
22514           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
22515           !> t/io/open.t util.c
22516 ____________________________________________________________________________
22517 [  9300] By: nick                                  on 2001/03/22  17:36:32
22518         Log: Don't include $@ in not ok message.
22519      Branch: perlio
22520            ! t/io/open.t
22521 ____________________________________________________________________________
22522 [  9299] By: gsar                                  on 2001/03/22  16:53:45
22523         Log: back out changes#7532,7521 for now (appears to have problems
22524              on IRIX)
22525      Branch: maint-5.6/perl
22526            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
22527            ! ext/POSIX/typemap pod/perlvar.pod
22528 ____________________________________________________________________________
22529 [  9298] By: nick                                  on 2001/03/22  14:35:46
22530         Log: Give a meaning to '&' in n-arg open case:
22531              open($fh,"<&",$scalar);
22532              $scalar can be:
22533              - an integer which does "fdopen"
22534              open($fh,"<&",2); # like open($fh,"<&2")
22535              - something that will yield a file handle via sv_2io()
22536              useful for dup'ing anonymous handles.
22537              e.g.:
22538              open(my $fh,"<&",\*STDIN);
22539              open(my $dup,"<&",$fh);
22540      Branch: perlio
22541            ! doio.c t/io/open.t
22542 ____________________________________________________________________________
22543 [  9297] By: nick                                  on 2001/03/22  13:34:35
22544         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
22545      Branch: perlio
22546            ! util.c
22547 ____________________________________________________________________________
22548 [  9296] By: nick                                  on 2001/03/22  12:51:20
22549         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
22550      Branch: perlio
22551            ! perl.c
22552 ____________________________________________________________________________
22553 [  9295] By: nick                                  on 2001/03/22  11:59:44
22554         Log: If stdin, stdout or stderr get opened in unexpected read/write state
22555              then warn at time of open not at time of use.
22556      Branch: perlio
22557            ! doio.c pp_hot.c pp_sys.c
22558 ____________________________________________________________________________
22559 [  9294] By: nick                                  on 2001/03/22  10:54:35
22560         Log: Die on n-arg open(...,"",xxx,yyy,...)
22561              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
22562              - die on read/write cases so we can decide what it means later.
22563      Branch: perlio
22564            ! doio.c embed.pl iperlsys.h util.c
22565 ____________________________________________________________________________
22566 [  9293] By: nick                                  on 2001/03/22  09:02:45
22567         Log: perlio tweaks (reported by Nick Clark)
22568              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
22569              error check in Pendinf_read().
22570      Branch: perlio
22571            ! perlio.c
22572 ____________________________________________________________________________
22573 [  9292] By: gsar                                  on 2001/03/22  07:12:00
22574         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
22575              fixes)
22576      Branch: maint-5.6/perl
22577           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
22578 ____________________________________________________________________________
22579 [  9291] By: jhi                                   on 2001/03/22  06:06:44
22580         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
22581      Branch: perl
22582            ! t/op/re_tests
22583 ____________________________________________________________________________
22584 [  9290] By: jhi                                   on 2001/03/22  05:57:01
22585         Log: Move MacOS Classic higher in the list of supported platforms.
22586      Branch: maint-5.6/perl
22587            ! pod/perlport.pod
22588 ____________________________________________________________________________
22589 [  9289] By: gsar                                  on 2001/03/22  05:35:04
22590         Log: revert part of change#6438 for compatibility (av_reify()
22591              appears to be needed to implement av_splice()ish things
22592              in XS)
22593      Branch: maint-5.6/perl
22594            ! embed.pl global.sym objXSUB.h perlapi.c
22595 ____________________________________________________________________________
22596 [  9288] By: gsar                                  on 2001/03/22  03:09:19
22597         Log: update copyright year
22598      Branch: maint-5.6/perl
22599            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
22600            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
22601            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
22602            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
22603            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
22604            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
22605            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
22606            ! x2p/walk.c
22607 ____________________________________________________________________________
22608 [  9287] By: jhi                                   on 2001/03/21  20:30:54
22609         Log: Integrate perlio.
22610      Branch: perl
22611           !> ext/Data/Dumper/Dumper.xs
22612 ____________________________________________________________________________
22613 [  9286] By: gsar                                  on 2001/03/21  19:49:54
22614         Log: makefile.mk tweak
22615      Branch: maint-5.6/perl
22616            ! win32/Makefile win32/makefile.mk
22617 ____________________________________________________________________________
22618 [  9285] By: nick                                  on 2001/03/21  19:07:13
22619         Log: Multiplicity fix for Dumper.
22620      Branch: perlio
22621            ! ext/Data/Dumper/Dumper.xs
22622 ____________________________________________________________________________
22623 [  9284] By: nick                                  on 2001/03/21  19:01:07
22624         Log: Integrate mainline - (does not build xTHX issue in Dumper).
22625      Branch: perlio
22626           !> (integrate 27 files)
22627 ____________________________________________________________________________
22628 [  9283] By: jhi                                   on 2001/03/21  17:17:35
22629         Log: Integrate change #9282 from mainline into maintperl,
22630              4-arg UTF-8 substr().
22631      Branch: maint-5.6/perl
22632           !> pp.c
22633 ____________________________________________________________________________
22634 [  9282] By: jhi                                   on 2001/03/21  17:15:43
22635         Log: The #9270 would have leaked a scalar if pp_substr()
22636              returned early.
22637      Branch: perl
22638            ! pp.c
22639 ____________________________________________________________________________
22640 [  9281] By: gsar                                  on 2001/03/21  17:03:14
22641         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
22642      Branch: maint-5.6/perl
22643            ! win32/makefile.mk
22644 ____________________________________________________________________________
22645 [  9280] By: gsar                                  on 2001/03/21  17:01:20
22646         Log: some tweaks to change#9278 (fork() emulation should be enabled
22647              by setting BUILD_FLAVOR instead of changing the defaults)
22648      Branch: maint-5.6/perl
22649            ! win32/makefile.mk
22650 ____________________________________________________________________________
22651 [  9279] By: gsar                                  on 2001/03/21  16:47:19
22652         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
22653      Branch: maint-5.6/perl
22654            ! ext/File/Glob/Glob.pm
22655           !> lib/Cwd.pm
22656 ____________________________________________________________________________
22657 [  9278] By: jhi                                   on 2001/03/21  14:35:10
22658         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
22659              From: "Vadim Konovalov" <watman@inbox.ru>
22660              Date: Wed, 21 Mar 2001 01:53:51 +0300
22661              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
22662      Branch: maint-5.6/perl
22663            ! win32/makefile.mk win32/win32sck.c
22664 ____________________________________________________________________________
22665 [  9277] By: jhi                                   on 2001/03/21  13:58:28
22666         Log: Integrate change #9270 from mainline to maintperl:
22667              continued 4-arg UTF-8 substr() fixing.
22668      Branch: maint-5.6/perl
22669           !> pp.c t/op/substr.t
22670 ____________________________________________________________________________
22671 [  9276] By: jhi                                   on 2001/03/21  13:33:00
22672         Log: More pixie cleaning.
22673      Branch: perl
22674            ! Makefile.SH
22675 ____________________________________________________________________________
22676 [  9275] By: jhi                                   on 2001/03/21  03:54:17
22677         Log: Update Changes.
22678      Branch: perl
22679            ! Changes patchlevel.h
22680 ____________________________________________________________________________
22681 [  9274] By: jhi                                   on 2001/03/21  03:48:24
22682         Log: First stab at making Data::Dumper to grok Unicode.
22683              
22684              TODO: tests, EBCDICify.
22685      Branch: perl
22686            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
22687 ____________________________________________________________________________
22688 [  9273] By: jhi                                   on 2001/03/21  02:23:00
22689         Log: Fix for
22690              
22691              Subject: Memory leak in unquoted print   
22692              From: Benjamin Sugars <bsugars@canoe.ca> 
22693              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
22694              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
22695      Branch: perl
22696            ! perlio.c
22697 ____________________________________________________________________________
22698 [  9272] By: jhi                                   on 2001/03/21  01:33:17
22699         Log: Subject: Re: [PATCH] POSIX::getcwd()
22700              From: Benjamin Sugars <bsugars@canoe.ca> 
22701              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
22702              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
22703      Branch: perl
22704            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
22705 ____________________________________________________________________________
22706 [  9271] By: jhi                                   on 2001/03/21  01:22:52
22707         Log: Subject: [PATCH] Cwd.pm docs
22708              From: Benjamin Sugars <bsugars@canoe.ca>
22709              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
22710              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
22711      Branch: perl
22712            ! lib/Cwd.pm
22713 ____________________________________________________________________________
22714 [  9270] By: jhi                                   on 2001/03/21  01:16:29
22715         Log: Continue 4-arg substr() UTF-8 fixage.
22716      Branch: perl
22717            ! pp.c t/op/substr.t
22718 ____________________________________________________________________________
22719 [  9269] By: jhi                                   on 2001/03/21  00:46:14
22720         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
22721              
22722              revert the leak fix in change#9142 (problem needs a more experimental
22723              fix unsuitable for 5.6.1)
22724              
22725              do alphabetical sorting by default (for csh compatibility)
22726              
22727              cut-n-paste goof in change#9264
22728              
22729              VMS piping fixes (from Charles Lane)
22730      Branch: perl
22731           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
22732           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
22733           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
22734 ____________________________________________________________________________
22735 [  9268] By: jhi                                   on 2001/03/21  00:37:04
22736         Log: Integrate perlio.
22737      Branch: perl
22738           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
22739           !> utf8.c utf8.h utfebcdic.h
22740 ____________________________________________________________________________
22741 [  9267] By: nick                                  on 2001/03/20  20:04:39
22742         Log: More EBCDIC stuff:
22743              - Loose the extra level of function on ASCII.
22744              - spotted a chr(0) issue in sv.c
22745              - re-work of UTF-X tr/// ranges to work in Unicode
22746              space. Still issues with the "0xff is illegal UTF-8" hack.
22747              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
22748              (why do it once when you can do it all over the place :-(
22749              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
22750              need utf8.pm for swashes.
22751              - Simplified and commented scan_const() in toke.c
22752              Still something wrong regexp and tr (swashes?).
22753      Branch: perlio
22754            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
22755            ! utf8.c utf8.h utfebcdic.h
22756 ____________________________________________________________________________
22757 [  9266] By: gsar                                  on 2001/03/20  19:16:43
22758         Log: VMS piping fixes (from Charles Lane)
22759      Branch: maint-5.6/perl
22760            ! vms/vms.c vms/vmspipe.com
22761 ____________________________________________________________________________
22762 [  9265] By: gsar                                  on 2001/03/20  17:53:52
22763         Log: cut-n-paste goof in change#9264
22764      Branch: maint-5.6/perl
22765            ! ext/File/Glob/Glob.xs
22766 ____________________________________________________________________________
22767 [  9264] By: gsar                                  on 2001/03/20  17:43:47
22768         Log: do alphabetical sorting by default (for csh compatibility);
22769              bsd_glob() does ASCII sort by default as usual, unless
22770              GLOB_ALPHASORT was specified
22771      Branch: maint-5.6/perl
22772            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
22773            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
22774            ! ext/File/Glob/bsd_glob.h
22775 ____________________________________________________________________________
22776 [  9263] By: gsar                                  on 2001/03/20  16:40:08
22777         Log: integrate change#9255 from mainline (unicode fix)
22778              
22779              substr($bytestr, i, n, $charstr)
22780      Branch: maint-5.6/perl
22781           !> Todo-5.6 pp.c t/op/substr.t
22782 ____________________________________________________________________________
22783 [  9262] By: gsar                                  on 2001/03/20  15:57:41
22784         Log: revert the leak fix in change#9142 (problem needs a more experimental
22785              fix unsuitable for 5.6.1)
22786      Branch: maint-5.6/perl
22787            ! scope.c
22788 ____________________________________________________________________________
22789 [  9261] By: jhi                                   on 2001/03/20  14:26:25
22790         Log: Integrate changes #9259,9260 from maintperl into mainline.
22791              
22792              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
22793              
22794              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
22795      Branch: perl
22796           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
22797 ____________________________________________________________________________
22798 [  9260] By: jhi                                   on 2001/03/20  14:05:46
22799         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
22800              From: Robin Barker <rmb1@cise.npl.co.uk>
22801              Date: Tue, 20 Mar 2001 10:12:04 GMT
22802              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
22803      Branch: maint-5.6/perl
22804            ! run.c
22805 ____________________________________________________________________________
22806 [  9259] By: jhi                                   on 2001/03/20  14:04:39
22807         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
22808              From: Chris Nandor <pudge@pobox.com>
22809              Date: Tue, 20 Mar 2001 00:40:56 -0500
22810              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
22811      Branch: maint-5.6/perl
22812            ! ext/POSIX/POSIX.xs lib/File/Path.pm
22813 ____________________________________________________________________________
22814 [  9258] By: jhi                                   on 2001/03/20  05:09:34
22815         Log: Update Changes.
22816      Branch: perl
22817            ! Changes patchlevel.h
22818 ____________________________________________________________________________
22819 [  9257] By: jhi                                   on 2001/03/20  05:04:25
22820         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
22821      Branch: perl
22822            ! t/op/tr.t
22823 ____________________________________________________________________________
22824 [  9256] By: jhi                                   on 2001/03/20  04:43:12
22825         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
22826              From: Peter Prymmer <pvhp@forte.com>
22827              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
22828              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
22829      Branch: maint-5.6/perl
22830            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
22831 ____________________________________________________________________________
22832 [  9255] By: jhi                                   on 2001/03/19  23:17:17
22833         Log: substr($bytestr, i, n, $charstr)
22834
22835              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
22836      Branch: perl
22837            ! Todo-5.6 pp.c t/op/substr.t
22838 ____________________________________________________________________________
22839 [  9254] By: jhi                                   on 2001/03/19  22:25:09
22840         Log: Rearrange the make test target prerequisites so that
22841              in a parallel make 'all' is finished before 'test'.
22842      Branch: perl
22843            ! Makefile.SH
22844 ____________________________________________________________________________
22845 [  9253] By: jhi                                   on 2001/03/19  21:48:07
22846         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
22847              From: Robin Houston <robin@kitsite.com>
22848              Date: Mon, 19 Mar 2001 15:48:41 +0000
22849              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
22850      Branch: perl
22851            ! pp_ctl.c
22852 ____________________________________________________________________________
22853 [  9252] By: jhi                                   on 2001/03/19  21:42:27
22854         Log: Integrate perlio.
22855      Branch: perl
22856           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
22857           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
22858           !> utfebcdic.h vms/perly_c.vms
22859 ____________________________________________________________________________
22860 [  9251] By: jhi                                   on 2001/03/19  21:31:28
22861         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
22862              
22863              Dynaloading in 64-bit AIX with vac.
22864      Branch: perl
22865           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
22866           !> hints/aix.sh
22867 ____________________________________________________________________________
22868 [  9250] By: jhi                                   on 2001/03/19  21:18:00
22869         Log: A more robust solution for the 64bitall AIX dynaloading
22870              problem, from Jens-Uwe Mager.
22871      Branch: maint-5.6/perl
22872            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
22873 ____________________________________________________________________________
22874 [  9249] By: nick                                  on 2001/03/19  20:59:37
22875         Log: Integrate mainline.
22876      Branch: perlio
22877           !> (integrate 42 files)
22878 ____________________________________________________________________________
22879 [  9248] By: nick                                  on 2001/03/19  20:22:07
22880         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
22881              (Building on OS390 uses native YACC and YYDEBUG has other
22882              side effects.)
22883      Branch: perlio
22884            ! perly.c perly.y vms/perly_c.vms
22885 ____________________________________________________________________________
22886 [  9247] By: jhi                                   on 2001/03/19  19:59:53
22887         Log: 64-bit AIX dynaloading problem (see #9244) idea
22888              from Jens-Uwe Mager.
22889      Branch: maint-5.6/perl
22890            ! ext/DynaLoader/dl_aix.xs
22891 ____________________________________________________________________________
22892 [  9246] By: nick                                  on 2001/03/19  19:27:57
22893         Log: More EBCDIC fixes.
22894      Branch: perlio
22895            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
22896            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
22897 ____________________________________________________________________________
22898 [  9245] By: jhi                                   on 2001/03/19  19:05:19
22899         Log: Integrate change #9243 from mainline into maintperl.
22900              
22901              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
22902      Branch: maint-5.6/perl
22903           !> README.vmesa
22904 ____________________________________________________________________________
22905 [  9244] By: jhi                                   on 2001/03/19  19:03:15
22906         Log: Get 64bitall AIX building, but still does not test okay:
22907              dynaloading anything fails, for example for op/defins:
22908              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
22909              (update: fixed by #9247,9250)
22910      Branch: maint-5.6/perl
22911            ! hints/aix.sh
22912 ____________________________________________________________________________
22913 [  9243] By: jhi                                   on 2001/03/19  19:00:16
22914         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
22915              From: Robin Barker <rmb1@cise.npl.co.uk>
22916              Date: Mon, 19 Mar 2001 18:01:57 GMT
22917              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
22918      Branch: perl
22919            ! README.vmesa
22920 ____________________________________________________________________________
22921 [  9242] By: jhi                                   on 2001/03/19  18:58:43
22922         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
22923              
22924              TODO: tests.
22925      Branch: perl
22926            ! doop.c op.c
22927 ____________________________________________________________________________
22928 [  9241] By: gsar                                  on 2001/03/19  17:34:46
22929         Log: VMSify tests (from Charles Lane)
22930      Branch: maint-5.6/perl
22931            ! t/lib/filehand.t t/lib/texttabs.t
22932 ____________________________________________________________________________
22933 [  9240] By: jhi                                   on 2001/03/19  14:24:26
22934         Log: Integrate change #9233 from maintperl into mainline.
22935              
22936              some refcounts were incorrect in perl_clone()
22937      Branch: perl
22938           !> sv.c
22939 ____________________________________________________________________________
22940 [  9239] By: gsar                                  on 2001/03/19  09:23:17
22941         Log: this is 5.6.1-trial3
22942      Branch: maint-5.6/perl
22943            ! Changes
22944 ____________________________________________________________________________
22945 [  9238] By: gsar                                  on 2001/03/19  08:47:04
22946         Log: some new symbols are only available under ithreads
22947      Branch: maint-5.6/perl
22948            ! makedef.pl
22949 ____________________________________________________________________________
22950 [  9237] By: gsar                                  on 2001/03/19  08:42:28
22951         Log: update patchlevel.h, Changes, &c.
22952      Branch: maint-5.6/perl
22953            ! Changes patchlevel.h pod/perlhist.pod
22954           !> AUTHORS
22955 ____________________________________________________________________________
22956 [  9236] By: gsar                                  on 2001/03/19  08:17:49
22957         Log: integrate changes#8068,8717 from mainline
22958              
22959              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
22960              
22961              [PATCH CPAN 1.59_51] warning message (not!)
22962      Branch: maint-5.6/perl
22963           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
22964           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
22965           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
22966           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
22967           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
22968 ____________________________________________________________________________
22969 [  9235] By: gsar                                  on 2001/03/19  08:07:09
22970         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
22971              
22972              [PATCH] Add missing CV flags to dump.c
22973              
22974              Re: [patch] Re: PL_ptr_table
22975              
22976              Fixup non-ithread build after 8713
22977              
22978              Generated files form 8713 etc.
22979              
22980              Correct the correction :-(
22981              
22982              Documenting coderef @INC (Re: CPAN "make this script work" feature)
22983              
22984              Subject: Re: sync sync sync: have I missed any patches?
22985              Replace djSP with dSP.
22986      Branch: maint-5.6/perl
22987           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
22988           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
22989           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
22990           !> sv.c sv.h win32/perlhost.h
22991 ____________________________________________________________________________
22992 [  9234] By: gsar                                  on 2001/03/19  07:22:05
22993         Log: revert the change#9090 integrate for now (change looks somewhat
22994              incomplete in that [ha]v_exists() need something similar; lacks
22995              tests; &c.)
22996      Branch: maint-5.6/perl
22997            ! hv.c
22998 ____________________________________________________________________________
22999 [  9233] By: gsar                                  on 2001/03/19  07:10:01
23000         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
23001              destruction when there are unreferenced scalars (SvREFCNT==0)
23002      Branch: maint-5.6/perl
23003            ! sv.c
23004 ____________________________________________________________________________
23005 [  9232] By: jhi                                   on 2001/03/19  05:11:02
23006         Log: Regen api and toc.
23007      Branch: maint-5.6/perl
23008            ! pod/perlapi.pod pod/perltoc.pod
23009 ____________________________________________________________________________
23010 [  9231] By: jhi                                   on 2001/03/19  04:06:03
23011         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
23012              add a lost line in pp.c:pp_chop(), update to new op/chop.
23013              
23014              Clarify the description differentiating for and while; inspired by
23015              
23016              Subject: [ID 20010306.004] || != named unary operator
23017              
23018              The $Is_MacOS needs to be declared.
23019      Branch: maint-5.6/perl
23020            ! pp.c t/op/chop.t
23021           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
23022 ____________________________________________________________________________
23023 [  9230] By: jhi                                   on 2001/03/19  03:48:16
23024         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
23025              9079,9083,9089,9090,9091 from mainline to maintperl.
23026              
23027              Quieten some noise in Win32 builds
23028              
23029              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
23030              
23031              The perlretut was still talking about the old \p and \P
23032              definitions.
23033              
23034              More tweakage on the Unicode character class descriptions.
23035              
23036              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
23037              
23038              Subject: 'no *POSIX' Patch speeding up make on BS2000 
23039              
23040              Subject: [PATCH] perldata.pod here-doc docs
23041              
23042              Add /sbin and /usr/sbin to the list of directories scanned
23043              for setuid programs.  Takes care of bug id 20010309.003.
23044              
23045              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
23046              
23047              In op/stat #35 better to scan all the potential directories
23048              for setuids, not just the first one.
23049      Branch: maint-5.6/perl
23050            ! Makefile.SH
23051           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
23052           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
23053           !> t/op/stat.t toke.c win32/win32.h
23054 ____________________________________________________________________________
23055 [  9229] By: jhi                                   on 2001/03/19  02:31:50
23056         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
23057              From: Chris Nandor <pudge@pobox.com>
23058              Date: Sat, 10 Mar 2001 14:22:19 -0500
23059              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
23060      Branch: maint-5.6/perl
23061            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
23062            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
23063            ! t/lib/b.t t/lib/errno.t
23064 ____________________________________________________________________________
23065 [  9228] By: jhi                                   on 2001/03/19  02:29:59
23066         Log: Integrate changes #9113,9122 from mainline into maintperl.
23067              
23068              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?)
23069      Branch: maint-5.6/perl
23070           !> Configure README.os390 hints/os390.sh
23071 ____________________________________________________________________________
23072 [  9227] By: jhi                                   on 2001/03/19  02:22:35
23073         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
23074              into maintperl.
23075              
23076              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
23077              
23078              Forgot to check-in the larger part of #9120, duh.
23079              
23080              Subject: Another patch for integer.pm POD 
23081              
23082              h2ph strictness and cleanliness from Kurt Starsinic.
23083              
23084              Borland filename case problem.
23085              
23086              h2ph strictness and cleanliness from Kurt Starsinic.
23087              
23088              Subject: [PATCH] the uncontroversial doc patches
23089      Branch: maint-5.6/perl
23090           +> win32/sncfnmcs.pl
23091           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
23092           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
23093           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
23094           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
23095           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
23096           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
23097           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
23098 ____________________________________________________________________________
23099 [  9226] By: jhi                                   on 2001/03/19  02:10:21
23100         Log: Integrate changes #9207,9214 from mainline into maintperl.
23101              
23102              podchecker relaxations: =over has an *optional* number after it,
23103              and whitespace in L<> is okay.
23104      Branch: maint-5.6/perl
23105           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
23106           !> t/pod/poderrs.xr
23107 ____________________________________________________________________________
23108 [  9225] By: jhi                                   on 2001/03/19  02:07:38
23109         Log: Integrate change #9219 from maintperl into mainline.
23110              
23111              remove duplicated tests
23112      Branch: perl
23113           !> t/op/re_tests
23114 ____________________________________________________________________________
23115 [  9224] By: jhi                                   on 2001/03/19  02:06:11
23116         Log: Integrate change #9223 from mainline to maintperl.
23117              
23118              Document -Dmksymlinks.
23119      Branch: maint-5.6/perl
23120           !> INSTALL
23121 ____________________________________________________________________________
23122 [  9223] By: jhi                                   on 2001/03/19  02:01:25
23123         Log: Document -Dmksymlinks.
23124      Branch: perl
23125            ! INSTALL
23126 ____________________________________________________________________________
23127 [  9222] By: jhi                                   on 2001/03/19  01:15:35
23128         Log: The -Dmksymlinks wasn't working for maintperl.
23129      Branch: maint-5.6/perl
23130            ! Configure
23131 ____________________________________________________________________________
23132 [  9221] By: jhi                                   on 2001/03/19  00:49:43
23133         Log: Cleanup pixie residue.
23134      Branch: perl
23135            ! Makefile.SH
23136 ____________________________________________________________________________
23137 [  9220] By: jhi                                   on 2001/03/19  00:44:47
23138         Log: Document the use of pixie/prof; create make targets for it.
23139              
23140              TODO: make t/TEST pixie-aware.
23141      Branch: perl
23142            ! Makefile.SH pod/perlhack.pod
23143 ____________________________________________________________________________
23144 [  9219] By: gsar                                  on 2001/03/19  00:16:55
23145         Log: remove duplicated tests
23146      Branch: maint-5.6/perl
23147            ! t/op/re_tests
23148 ____________________________________________________________________________
23149 [  9218] By: jhi                                   on 2001/03/18  23:59:31
23150         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
23151      Branch: perl
23152            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
23153 ____________________________________________________________________________
23154 [  9217] By: jhi                                   on 2001/03/18  23:25:20
23155         Log: Rewrite the tests section of Makefile to be less redundant
23156              and to allow for more flexible test targets, many recursive
23157              make calls introduced.
23158      Branch: perl
23159            ! Makefile.SH
23160 ____________________________________________________________________________
23161 [  9216] By: jhi                                   on 2001/03/18  22:30:04
23162         Log: Document the use of Third Degree (sparsely).
23163      Branch: perl
23164            ! pod/perlhack.pod t/TEST
23165 ____________________________________________________________________________
23166 [  9215] By: jhi                                   on 2001/03/18  22:10:30
23167         Log: Make targets for testing with Third Degree.
23168      Branch: perl
23169            ! Makefile.SH
23170 ____________________________________________________________________________
23171 [  9214] By: jhi                                   on 2001/03/18  21:08:53
23172         Log: The podchecker relaxations need to mirrored also at the tests.
23173      Branch: perl
23174            ! t/pod/poderrs.xr
23175 ____________________________________________________________________________
23176 [  9213] By: jhi                                   on 2001/03/18  20:56:21
23177         Log: Update Changes.
23178      Branch: perl
23179            ! Changes patchlevel.h
23180 ____________________________________________________________________________
23181 [  9212] By: jhi                                   on 2001/03/18  20:36:59
23182         Log: Looking for config.sh in parent directories isn't
23183              very useful for the toplevel Makefile.
23184      Branch: perl
23185            ! Makefile.SH
23186 ____________________________________________________________________________
23187 [  9211] By: jhi                                   on 2001/03/18  20:33:37
23188         Log: On "make clean" take care of Third Degree droppings.
23189      Branch: perl
23190            ! Makefile.SH
23191 ____________________________________________________________________________
23192 [  9210] By: jhi                                   on 2001/03/18  20:21:34
23193         Log: Add a hook for running the tests under the Third Degree
23194              debugging tool (set $ENV{PERL_3LOG} to non-zero)
23195              
23196              TODO: Document the use of Third Degree.
23197      Branch: perl
23198            ! t/TEST
23199 ____________________________________________________________________________
23200 [  9209] By: jhi                                   on 2001/03/18  20:19:07
23201         Log: Regen toc and api pods.
23202      Branch: perl
23203            ! pod/perlapi.pod pod/perltoc.pod
23204 ____________________________________________________________________________
23205 [  9208] By: jhi                                   on 2001/03/18  20:12:12
23206         Log: Integrate changes #8128,9132 from mainline into maintperl,
23207              Tie::SubstrHash fixes.
23208      Branch: maint-5.6/perl
23209           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
23210 ____________________________________________________________________________
23211 [  9207] By: jhi                                   on 2001/03/18  20:07:43
23212         Log: podchecker relaxations from Michael Stevens.
23213      Branch: perl
23214            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
23215 ____________________________________________________________________________
23216 [  9206] By: jhi                                   on 2001/03/18  20:04:24
23217         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
23218      Branch: perl
23219            ! lib/Locale/Constants.pm lib/Locale/Country.pm
23220            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
23221            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
23222 ____________________________________________________________________________
23223 [  9205] By: jhi                                   on 2001/03/18  19:54:45
23224         Log: Integrate changes #9161,9162 from maintperl to mainline.
23225              
23226              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
23227              results
23228      Branch: perl
23229           !> t/op/magic.t
23230 ____________________________________________________________________________
23231 [  9204] By: jhi                                   on 2001/03/18  19:37:46
23232         Log: Make perl.third checks more understandable to the builder.
23233      Branch: perl
23234            ! Makefile.SH
23235 ____________________________________________________________________________
23236 [  9203] By: jhi                                   on 2001/03/18  19:20:54
23237         Log: Re-integrate #9138 from maintperl to mainline,
23238              the squelching of the unneeded "Scalars leaked" messages.
23239      Branch: perl
23240           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
23241           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
23242           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
23243 ____________________________________________________________________________
23244 [  9202] By: jhi                                   on 2001/03/18  18:48:36
23245         Log: More robust and more paranoid perl.third target.
23246      Branch: perl
23247            ! Makefile.SH
23248 ____________________________________________________________________________
23249 [  9201] By: jhi                                   on 2001/03/18  18:39:21
23250         Log: Integrate change #9197 from maintperl to mainline.
23251              
23252              more thorough cleaning of arenas.
23253      Branch: perl
23254           !> embed.pl perl.c proto.h sv.c t/op/sort.t
23255 ____________________________________________________________________________
23256 [  9200] By: jhi                                   on 2001/03/18  18:25:17
23257         Log: Integrate perlio.
23258      Branch: perl
23259           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
23260           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
23261           !> t/lib/encode.t toke.c universal.c utf8.c
23262 ____________________________________________________________________________
23263 [  9199] By: nick                                  on 2001/03/18  15:23:51
23264         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
23265              is the sense of the test being done. Avoid some magical 127 and 128 values
23266              by using macros.
23267      Branch: perlio
23268            ! doop.c pp_ctl.c sv.c toke.c
23269 ____________________________________________________________________________
23270 [  9198] By: nick                                  on 2001/03/18  14:18:12
23271         Log: UTF-X encoding invariance for Encode:
23272              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
23273              - move the XS code for those to universal.c (so in miniperl)
23274              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
23275              - change ext/Encode/compile to use above.
23276              - Fix t/lib/encode.t for above
23277              - Teach t/lib/b.t to expect -uutf8
23278              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
23279              utf8.pm is needed.
23280      Branch: perlio
23281            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
23282            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
23283 ____________________________________________________________________________
23284 [  9197] By: gsar                                  on 2001/03/18  12:15:57
23285         Log: more thorough cleaning of arenas--keep going until no more
23286              SvREFCNT_dec()s occur (this fixes the problem that causes the
23287              pesky "Scalars leaked" warnings)
23288      Branch: maint-5.6/perl
23289            ! embed.pl perl.c proto.h sv.c t/op/sort.t
23290 ____________________________________________________________________________
23291 [  9196] By: nick                                  on 2001/03/18  10:57:29
23292         Log: Fix pragma/utf8.t # 15
23293              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
23294              are SvUTF8 as well.
23295      Branch: perlio
23296            ! toke.c
23297 ____________________________________________________________________________
23298 [  9195] By: nick                                  on 2001/03/18  09:27:06
23299         Log: Integrate mainline
23300      Branch: perlio
23301           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
23302           !> t/op/pat.t
23303 ____________________________________________________________________________
23304 [  9194] By: jhi                                   on 2001/03/18  05:29:59
23305         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
23306              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
23307      Branch: perl
23308            ! op.c op.h t/op/misc.t t/op/pat.t
23309 ____________________________________________________________________________
23310 [  9193] By: jhi                                   on 2001/03/18  05:15:06
23311         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
23312      Branch: perl
23313            ! mg.c t/op/pat.t
23314 ____________________________________________________________________________
23315 [  9192] By: jhi                                   on 2001/03/18  04:22:43
23316         Log: tr/// UTF-8 patches from Inaba Hiroto.
23317      Branch: perl
23318            ! doop.c op.c
23319 ____________________________________________________________________________
23320 [  9191] By: jhi                                   on 2001/03/18  04:21:17
23321         Log: Integrate perlio.
23322      Branch: perl
23323           !> utf8.c utfebcdic.h
23324 ____________________________________________________________________________
23325 [  9190] By: nick                                  on 2001/03/17  20:32:01
23326         Log: Correct #if EBCDIC side typos.
23327              Builds and passes many tests on OS390.
23328      Branch: perlio
23329            ! utf8.c utfebcdic.h
23330 ____________________________________________________________________________
23331 [  9189] By: jhi                                   on 2001/03/17  18:55:49
23332         Log: Add prerequisites for the perl.third target.
23333      Branch: perl
23334            ! Makefile.SH
23335 ____________________________________________________________________________
23336 [  9188] By: jhi                                   on 2001/03/17  18:46:00
23337         Log: Integrate perlio.
23338      Branch: perl
23339           +> utfebcdic.h
23340           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
23341 ____________________________________________________________________________
23342 [  9187] By: jhi                                   on 2001/03/17  18:38:47
23343         Log: Add a make rule for perl.third (the Third Degree memory debugging
23344              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
23345      Branch: perl
23346            ! Makefile.SH
23347 ____________________________________________________________________________
23348 [  9186] By: nick                                  on 2001/03/17  18:34:48
23349         Log: MANIFEST addition :-(
23350      Branch: perlio
23351            ! MANIFEST
23352 ____________________________________________________________________________
23353 [  9185] By: nick                                  on 2001/03/17  18:29:50
23354         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
23355              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
23356              a superset of ASCII are invariant under the encoding. This is EBCDIC
23357              friendly as an encoded string can be looked at as being EBCDIC by lexer
23358              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
23359              ASCII on ASCII machines.
23360              
23361              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
23362              seperate.
23363              - Add some more macros to comprehend different shift amounts and
23364              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
23365              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
23366              and conditionaly #include it.
23367              
23368              EBCDIC build as yet untested.  ASCII still fails the one test.
23369      Branch: perlio
23370            + utfebcdic.h
23371            ! utf8.c utf8.h
23372 ____________________________________________________________________________
23373 [  9184] By: nick                                  on 2001/03/17  17:44:16
23374         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
23375      Branch: perlio
23376            ! doop.c perl.h pp.c utf8.h
23377 ____________________________________________________________________________
23378 [  9183] By: jhi                                   on 2001/03/17  15:55:42
23379         Log: Integrate perlio.
23380      Branch: perl
23381            ! MANIFEST
23382           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
23383 ____________________________________________________________________________
23384 [  9182] By: nick                                  on 2001/03/17  09:16:06
23385         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
23386      Branch: perlio
23387            ! t/op/pat.t
23388 ____________________________________________________________________________
23389 [  9181] By: nick                                  on 2001/03/17  09:15:11
23390         Log: Integrate mainline.
23391      Branch: perlio
23392           +> lib/Locale/Constants.pm lib/Locale/Country.pm
23393           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
23394           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
23395           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
23396           !> (integrate 83 files)
23397 ____________________________________________________________________________
23398 [  9180] By: nick                                  on 2001/03/16  17:23:21
23399         Log: EBCDIC Fixes.
23400      Branch: perlio
23401            ! perl.h sv.c toke.c utf8.c utf8.h
23402 ____________________________________________________________________________
23403 [  9179] By: jhi                                   on 2001/03/16  14:10:12
23404         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
23405              a change needed to work around an AIX compiler bug.
23406      Branch: perl
23407            ! ext/Storable/Storable.xs
23408 ____________________________________________________________________________
23409 [  9178] By: jhi                                   on 2001/03/16  03:19:59
23410         Log: With Damian's approval synchronize damian's modules'
23411              licensing with Perl's standard module licensing.
23412      Branch: perl
23413            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
23414 ____________________________________________________________________________
23415 [  9177] By: jhi                                   on 2001/03/16  03:15:34
23416         Log: Make the Filter::Util:Call files have their own copies
23417              of the Perl standard module licensing, from Paul Marquess.
23418      Branch: perl
23419            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
23420 ____________________________________________________________________________
23421 [  9176] By: jhi                                   on 2001/03/16  02:56:04
23422         Log: Subject: [PATCH] more pod patches
23423              From: Michael Stevens <michael@etla.org>
23424              Date: Thu, 15 Mar 2001 21:25:18 +0000
23425              Message-ID: <20010315212518.A18870@firedrake.org>
23426      Branch: perl
23427            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
23428            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
23429            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
23430            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
23431            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
23432            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
23433            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
23434            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
23435            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
23436            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
23437            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
23438            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
23439            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
23440            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
23441            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
23442            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
23443            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
23444            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
23445            ! lib/Locale/Country.pm lib/Locale/Language.pm
23446            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
23447            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
23448            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
23449            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
23450            ! os2/OS2/Process/Process.pm
23451 ____________________________________________________________________________
23452 [  9175] By: jhi                                   on 2001/03/16  02:53:32
23453         Log: Subject: [PATCH] the uncontroversial doc patches
23454              From: Michael Stevens <michael@etla.org>
23455              Date: Thu, 15 Mar 2001 20:01:12 +0000
23456              Message-ID: <20010315200112.A7636@firedrake.org>
23457      Branch: perl
23458            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
23459            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
23460            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
23461            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
23462            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
23463 ____________________________________________________________________________
23464 [  9174] By: jhi                                   on 2001/03/16  02:50:49
23465         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
23466              From: Paul Lindner <lindner@inuus.com>
23467              Date: Fri, 16 Mar 2001 11:28:03 -0800
23468              Message-ID: <20010316112803.A7577@inuus.com>
23469      Branch: perl
23470            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
23471 ____________________________________________________________________________
23472 [  9173] By: nick                                  on 2001/03/15  20:21:03
23473         Log: 1st day's EBCDIC fixes:
23474              - toke.c's parsing of strings needed attention
23475              needed to conditionally e2a if string was already UTF-8
23476              - e2a/a2e tables where wrong way round.
23477              - new macros in utf8.h
23478      Branch: perlio
23479            ! perl.h toke.c utf8.h
23480 ____________________________________________________________________________
23481 [  9172] By: jhi                                   on 2001/03/15  15:17:17
23482         Log: Update Changes.
23483      Branch: perl
23484            ! Changes patchlevel.h
23485 ____________________________________________________________________________
23486 [  9171] By: jhi                                   on 2001/03/15  15:09:32
23487         Log: Subject: Re: Another Borland C++ problem.
23488              From: "Vadim Konovalov" <watman@inbox.ru>
23489              Date: Sat, 10 Mar 2001 19:26:07 +0300
23490              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
23491              
23492              Borland filename case problem.
23493      Branch: perl
23494            + win32/sncfnmcs.pl
23495            ! MANIFEST README.win32
23496 ____________________________________________________________________________
23497 [  9170] By: jhi                                   on 2001/03/15  14:54:23
23498         Log: Add Locale::Codes 1.06, from Neil Bowers.
23499      Branch: perl
23500            + lib/Locale/Constants.pm lib/Locale/Country.pm
23501            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
23502            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
23503            + t/lib/lc-language.t t/lib/lc-uk.t
23504            ! MANIFEST
23505 ____________________________________________________________________________
23506 [  9169] By: jhi                                   on 2001/03/15  14:19:01
23507         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
23508      Branch: perl
23509            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
23510            ! ext/Storable/Storable.xs
23511 ____________________________________________________________________________
23512 [  9168] By: jhi                                   on 2001/03/15  14:13:22
23513         Log: Integrate changes #9120,9167 from mainline to maintperl.
23514              
23515              Subject: [PATCH 5.6.1] OS/2 docs
23516              
23517              Subject: [PATCH 5.6.1] perldoc
23518      Branch: maint-5.6/perl
23519           !> os2/Changes utils/perldoc.PL
23520 ____________________________________________________________________________
23521 [  9167] By: jhi                                   on 2001/03/15  14:07:42
23522         Log: Subject: [PATCH 5.6.1] perldoc
23523              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23524              Date: Wed, 14 Mar 2001 23:46:52 -0500
23525              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
23526      Branch: perl
23527            ! utils/perldoc.PL
23528 ____________________________________________________________________________
23529 [  9166] By: jhi                                   on 2001/03/15  13:53:15
23530         Log: sigaction test condition tweakage.
23531      Branch: perl
23532            ! t/lib/sigaction.t
23533 ____________________________________________________________________________
23534 [  9165] By: alanbur                               on 2001/03/15  03:49:17
23535         Log: Resynchronised with parent
23536      Branch: maint-5.6/pureperl
23537           +> os2/os2add.sym t/op/anonsub.t
23538           !> (integrate 72 files)
23539 ____________________________________________________________________________
23540 [  9164] By: jhi                                   on 2001/03/15  01:05:01
23541         Log: Avoid stomping off the beginning of an array in tr///.
23542      Branch: perl
23543            ! op.c
23544 ____________________________________________________________________________
23545 [  9163] By: jhi                                   on 2001/03/15  00:58:57
23546         Log: h2ph strictness and cleanliness from Kurt Starsinic.
23547      Branch: perl
23548            ! utils/h2ph.PL
23549 ____________________________________________________________________________
23550 [  9162] By: gsar                                  on 2001/03/15  00:56:53
23551         Log: avoid warnings
23552      Branch: maint-5.6/perl
23553            ! t/op/magic.t
23554 ____________________________________________________________________________
23555 [  9161] By: gsar                                  on 2001/03/15  00:52:09
23556         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
23557              results
23558      Branch: maint-5.6/perl
23559            ! t/op/magic.t
23560 ____________________________________________________________________________
23561 [  9160] By: jhi                                   on 2001/03/14  22:02:10
23562         Log: Do not use the Perl malloc in IRIX, suggested by
23563              Helmus Jarausch.
23564      Branch: perl
23565            ! hints/irix_6.sh
23566 ____________________________________________________________________________
23567 [  9159] By: nick                                  on 2001/03/14  21:45:59
23568         Log: Integrate mainline
23569      Branch: perlio
23570           +> t/op/loopctl.t
23571           !> (integrate 41 files)
23572 ____________________________________________________________________________
23573 [  9158] By: jhi                                   on 2001/03/14  21:10:09
23574         Log: The Day of the Retractions continues: the #9138
23575              (integrated in #9144) doesn't work well in mainline.
23576      Branch: perl
23577            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
23578            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
23579            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
23580 ____________________________________________________________________________
23581 [  9157] By: jhi                                   on 2001/03/14  20:58:12
23582         Log: The #9145 CANNOT be enabled: the clear_pmop code still
23583              dumps core all over in Tru64.
23584      Branch: perl
23585            ! op.c op.h t/op/pat.t
23586 ____________________________________________________________________________
23587 [  9156] By: jhi                                   on 2001/03/14  20:48:06
23588         Log: Integrate change #9154 from maintperl to mainline.
23589              
23590              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
23591              (caused Storable 1.0.10 to break on windows)
23592      Branch: perl
23593           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
23594           !> perlapi.c proto.h
23595 ____________________________________________________________________________
23596 [  9155] By: jhi                                   on 2001/03/14  20:23:53
23597         Log: Retract #9136: breaks threading (and binary compatibility).
23598      Branch: perl
23599            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
23600 ____________________________________________________________________________
23601 [  9154] By: gsar                                  on 2001/03/14  17:48:18
23602         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
23603              (caused Storable 1.0.10 to break on windows)
23604      Branch: maint-5.6/perl
23605            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
23606            ! perlapi.c proto.h
23607 ____________________________________________________________________________
23608 [  9153] By: jhi                                   on 2001/03/14  13:35:21
23609         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
23610      Branch: perl
23611            ! t/lib/sigaction.t
23612 ____________________________________________________________________________
23613 [  9152] By: gsar                                  on 2001/03/14  07:29:40
23614         Log: back out changes#9012,9010,9009 and parts of change#9016
23615              (causes ABRs under purify, and some prerequisites don't
23616              seem to be there in 5.6.x)
23617      Branch: maint-5.6/perl
23618            ! doop.c op.c t/op/tr.t toke.c
23619 ____________________________________________________________________________
23620 [  9151] By: gsar                                  on 2001/03/14  07:01:29
23621         Log: reenable change#9145 (the test was busted due to a missing
23622              C<print "ok 27\n">)
23623      Branch: perl
23624            ! op.c op.h t/op/pat.t
23625 ____________________________________________________________________________
23626 [  9150] By: jhi                                   on 2001/03/14  06:38:36
23627         Log: Retract #9145.
23628      Branch: perl
23629            ! op.c op.h t/op/pat.t
23630 ____________________________________________________________________________
23631 [  9149] By: jhi                                   on 2001/03/14  06:14:56
23632         Log: Retract #9143.
23633      Branch: perl
23634            ! op.c
23635 ____________________________________________________________________________
23636 [  9148] By: gsar                                  on 2001/03/14  06:13:02
23637         Log: Uninitialized Memory Read in regexec.c
23638      Branch: perl
23639            ! regexec.c
23640 ____________________________________________________________________________
23641 [  9147] By: jhi                                   on 2001/03/14  04:59:54
23642         Log: Subject: PATCH: make goto work in nested eval ""
23643              From: Robin Houston <robin@kitsite.com>
23644              Date: Wed, 14 Mar 2001 04:16:10 +0000
23645              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
23646      Branch: perl
23647            ! pp_ctl.c t/op/goto.t
23648 ____________________________________________________________________________
23649 [  9146] By: jhi                                   on 2001/03/14  04:42:54
23650         Log: Preserve the #ifdef PERL_CORE in perly.h.
23651      Branch: perl
23652            ! perly.fixer
23653 ____________________________________________________________________________
23654 [  9145] By: jhi                                   on 2001/03/14  03:57:41
23655         Log: (Retracted by #9150.)
23656      Branch: perl
23657            ! op.c op.h t/op/pat.t
23658 ____________________________________________________________________________
23659 [  9144] By: jhi                                   on 2001/03/14  03:50:38
23660         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
23661              
23662              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
23663              
23664              remove squelch controls for "Scalars leaked" messages in most places
23665              (these are now cured)
23666              
23667              fix another memory leak reported by purify (tie callbacks that
23668              croak can leak when wiping out magic)
23669      Branch: perl
23670           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
23671           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
23672           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
23673           !> t/pragma/warnings.t
23674 ____________________________________________________________________________
23675 [  9143] By: jhi                                   on 2001/03/14  03:37:53
23676         Log: (Retracted by #9149.)
23677      Branch: perl
23678            ! op.c
23679 ____________________________________________________________________________
23680 [  9142] By: gsar                                  on 2001/03/14  03:20:48
23681         Log: fix another memory leak reported by purify (tie callbacks that
23682              croak can leak when wiping out magic)
23683      Branch: maint-5.6/perl
23684            ! scope.c
23685 ____________________________________________________________________________
23686 [  9141] By: jhi                                   on 2001/03/14  02:55:00
23687         Log: Subject: PATCH for [ID 20010305.003]
23688              From: Robin Houston <robin@kitsite.com>
23689              Date: Wed, 14 Mar 2001 02:45:51 +0000
23690              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
23691      Branch: perl
23692            ! pp_ctl.c t/op/eval.t
23693 ____________________________________________________________________________
23694 [  9140] By: jhi                                   on 2001/03/14  02:41:54
23695         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
23696              Date: Wed, 14 Mar 2001 01:52:51 +0000
23697              From: Robin Houston <robin@kitsite.com>
23698              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
23699              
23700              Fix for 2000313.004.
23701      Branch: perl
23702            ! pp_ctl.c t/op/goto.t
23703 ____________________________________________________________________________
23704 [  9139] By: jhi                                   on 2001/03/14  02:40:50
23705         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
23706              From: Robin Houston <robin@kitsite.com>
23707              Date: Wed, 14 Mar 2001 00:43:45 +0000
23708              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
23709      Branch: perl
23710            + t/op/loopctl.t
23711            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
23712            ! vms/perly_c.vms
23713 ____________________________________________________________________________
23714 [  9138] By: gsar                                  on 2001/03/14  01:18:00
23715         Log: remove squelch controls for "Scalars leaked" messages in most places
23716              (these are now cured)
23717      Branch: maint-5.6/perl
23718            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
23719            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
23720            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
23721 ____________________________________________________________________________
23722 [  9137] By: gsar                                  on 2001/03/14  00:57:04
23723         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
23724      Branch: maint-5.6/perl
23725            ! regcomp.c
23726 ____________________________________________________________________________
23727 [  9136] By: jhi                                   on 2001/03/13  23:12:24
23728         Log: (Retracted by #9155)
23729              
23730              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
23731              From: Jens-Uwe Mager <jum@helios.de>
23732              Date: Wed, 21 Feb 2001 21:32:04 +0100
23733              Message-ID: <20010221213203.A18340@ans.helios.de>
23734      Branch: perl
23735            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
23736 ____________________________________________________________________________
23737 [  9135] By: jhi                                   on 2001/03/13  22:50:05
23738         Log: Integrate perlio.
23739      Branch: perl
23740           !> pp.c
23741 ____________________________________________________________________________
23742 [  9134] By: jhi                                   on 2001/03/13  22:49:05
23743         Log: Integrate change #9131 from maintperl into mainline.
23744              
23745              make the error text look more consistent in hints/hpux.sh
23746      Branch: perl
23747           !> hints/hpux.sh
23748 ____________________________________________________________________________
23749 [  9133] By: gsar                                  on 2001/03/13  22:46:20
23750         Log: integrate change#9067 from mainline
23751              
23752              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
23753      Branch: maint-5.6/perl
23754           !> lib/ExtUtils/MM_Unix.pm
23755 ____________________________________________________________________________
23756 [  9132] By: jhi                                   on 2001/03/13  22:41:21
23757         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
23758              From: "John P. Linderman" <jpl@research.att.com>
23759              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
23760              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
23761              
23762              A more correct prime finder.
23763      Branch: perl
23764            ! lib/Tie/SubstrHash.pm
23765 ____________________________________________________________________________
23766 [  9131] By: gsar                                  on 2001/03/13  22:30:42
23767         Log: make the error text look more consistent in hints/hpux.sh
23768      Branch: maint-5.6/perl
23769            ! hints/hpux.sh
23770 ____________________________________________________________________________
23771 [  9130] By: jhi                                   on 2001/03/13  22:23:44
23772         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
23773              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23774              Date: Tue, 13 Mar 2001 18:41:26 +0100
23775              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
23776              
23777              If the test is run non-interactively the default handler
23778              is different.
23779      Branch: perl
23780            ! t/lib/sigaction.t
23781 ____________________________________________________________________________
23782 [  9129] By: jhi                                   on 2001/03/13  22:20:21
23783         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
23784              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23785              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
23786              Date:     Tue, 13 Mar 2001 16:44:32 EST
23787      Branch: perl
23788            ! t/lib/1_compile.t
23789 ____________________________________________________________________________
23790 [  9128] By: jhi                                   on 2001/03/13  22:18:34
23791         Log: Subject: Another patch for integer.pm POD 
23792              From: "John L. Allen" <allen@grumman.com>
23793              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
23794              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
23795      Branch: perl
23796            ! lib/integer.pm
23797 ____________________________________________________________________________
23798 [  9127] By: nick                                  on 2001/03/13  21:26:30
23799         Log: Integrate mainline.
23800      Branch: perlio
23801           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
23802           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
23803           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
23804           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
23805           !> Changes Configure MANIFEST README.os2 README.os390
23806           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
23807           !> os2/Changes patchlevel.h win32/perlhost.h
23808 ____________________________________________________________________________
23809 [  9126] By: nick                                  on 2001/03/13  20:39:51
23810         Log: #ifdef'ed out code to make packed side of pack/unpack
23811              octets. (i.e. pack('U') => encode_utf8).
23812      Branch: perlio
23813            ! pp.c
23814 ____________________________________________________________________________
23815 [  9125] By: jhi                                   on 2001/03/13  15:07:16
23816         Log: Update Changes.
23817      Branch: perl
23818            ! Changes patchlevel.h
23819 ____________________________________________________________________________
23820 [  9124] By: jhi                                   on 2001/03/13  14:22:45
23821         Log: Workaround for the buggy ("internal compiler error")
23822              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
23823              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
23824              of Andreas König.
23825      Branch: perl
23826            ! ext/re/Makefile.PL hints/aix.sh
23827 ____________________________________________________________________________
23828 [  9123] By: jhi                                   on 2001/03/13  03:24:34
23829         Log: Typo in #9114.
23830      Branch: metaconfig
23831            ! U/modified/myhostname.U
23832 ____________________________________________________________________________
23833 [  9122] By: jhi                                   on 2001/03/13  03:24:06
23834         Log: Typo in #9113.
23835      Branch: perl
23836            ! Configure
23837 ____________________________________________________________________________
23838 [  9121] By: jhi                                   on 2001/03/13  01:53:05
23839         Log: Forgot to check-in the larger part of #9120, duh.
23840      Branch: perl
23841            ! README.os2
23842 ____________________________________________________________________________
23843 [  9120] By: jhi                                   on 2001/03/13  01:51:31
23844         Log: Subject: [PATCH 5.6.1] OS/2 docs
23845              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23846              Date: Mon, 12 Mar 2001 03:27:32 -0500
23847              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
23848      Branch: perl
23849            ! os2/Changes
23850 ____________________________________________________________________________
23851 [  9119] By: jhi                                   on 2001/03/13  01:49:41
23852         Log: Integrate change #9116 from maintperl into mainline.
23853              
23854              Win32::GetCwd() returns C: instead of C:\ in the root directory
23855              under ithreads
23856      Branch: perl
23857           !> win32/perlhost.h
23858 ____________________________________________________________________________
23859 [  9118] By: jhi                                   on 2001/03/13  01:13:39
23860         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
23861      Branch: perl
23862            + lib/Switch.pm t/lib/switch.t
23863            ! MANIFEST
23864 ____________________________________________________________________________
23865 [  9117] By: jhi                                   on 2001/03/13  01:03:17
23866         Log: Add Text::Balanced 1.83.
23867      Branch: perl
23868            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
23869            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
23870            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
23871            + t/lib/tb-xvari.t
23872            ! MANIFEST
23873 ____________________________________________________________________________
23874 [  9116] By: gsar                                  on 2001/03/13  00:55:53
23875         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
23876              under ithreads
23877      Branch: maint-5.6/perl
23878            ! win32/perlhost.h
23879 ____________________________________________________________________________
23880 [  9115] By: jhi                                   on 2001/03/13  00:54:09
23881         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
23882              From: "John L. Allen" <allen@grumman.com>
23883              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
23884              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
23885              
23886              use integer document clarification.
23887      Branch: perl
23888            ! lib/integer.pm
23889 ____________________________________________________________________________
23890 [  9114] By: jhi                                   on 2001/03/13  00:38:54
23891         Log: Metaconfig unit change for #9113.
23892      Branch: metaconfig
23893            ! U/modified/myhostname.U
23894 ____________________________________________________________________________
23895 [  9113] By: jhi                                   on 2001/03/13  00:38:35
23896         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?)
23897              From: Peter Prymmer <pvhp@forte.com>
23898              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
23899              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
23900      Branch: perl
23901            ! Configure README.os390 hints/os390.sh
23902 ____________________________________________________________________________
23903 [  9112] By: jhi                                   on 2001/03/13  00:29:00
23904         Log: Integrate perlio.
23905      Branch: perl
23906           !> sv.c utf8.h
23907 ____________________________________________________________________________
23908 [  9111] By: nick                                  on 2001/03/12  21:16:33
23909         Log: Integrate mainline.
23910      Branch: perlio
23911           +> t/op/anonsub.t
23912           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
23913           !> proto.h sv.c
23914 ____________________________________________________________________________
23915 [  9110] By: nick                                  on 2001/03/12  21:00:13
23916         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
23917      Branch: perlio
23918            ! sv.c utf8.h
23919 ____________________________________________________________________________
23920 [  9109] By: jhi                                   on 2001/03/12  16:04:47
23921         Log: Integrate change #9108 from maintperl to mainline.
23922              
23923              fix memory leak in C<sub X { sub {} }> arising from a refcount
23924              loop between the outer sub and the inner prototype anonsub
23925              
23926              this also enables closures returned by subroutines that
23927              subsequently get redefined to work without generating coredumps :)
23928              
23929              completely removed the free_closures() hack--it shouldn't be
23930              needed anymore
23931      Branch: perl
23932           +> t/op/anonsub.t
23933           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
23934           !> proto.h sv.c
23935 ____________________________________________________________________________
23936 [  9108] By: gsar                                  on 2001/03/12  10:21:31
23937         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
23938              loop between the outer sub and the inner prototype anonsub
23939              
23940              this also enables closures returned by subroutines that
23941              subsequently get redefined to work without generating coredumps :)
23942              
23943              completely removed the free_closures() hack--it shouldn't be
23944              needed anymore
23945      Branch: maint-5.6/perl
23946            + t/op/anonsub.t
23947            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
23948            ! proto.h sv.c
23949 ____________________________________________________________________________
23950 [  9107] By: jhi                                   on 2001/03/12  05:15:31
23951         Log: Integrate perlio.
23952      Branch: perl
23953           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
23954 ____________________________________________________________________________
23955 [  9106] By: nick                                  on 2001/03/11  20:10:12
23956         Log: regcomp.c is working in native space, not Unicode space (if different)
23957              as it is doing compare against 'W' in \W etc.
23958      Branch: perlio
23959            ! regcomp.c
23960 ____________________________________________________________________________
23961 [  9105] By: nick                                  on 2001/03/11  19:39:34
23962         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
23963              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
23964      Branch: perlio
23965            ! regcomp.c toke.c utf8.c
23966 ____________________________________________________________________________
23967 [  9104] By: nick                                  on 2001/03/11  18:15:44
23968         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
23969      Branch: perlio
23970            ! sv.c
23971 ____________________________________________________________________________
23972 [  9103] By: nick                                  on 2001/03/11  18:03:28
23973         Log: Integrate mainline (for regexp stuff).
23974      Branch: perlio
23975           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
23976           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
23977           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
23978           !> t/lib/errno.t t/op/pat.t
23979 ____________________________________________________________________________
23980 [  9102] By: nick                                  on 2001/03/11  17:44:20
23981         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
23982              - exclude layer syms in makedef.pl for sfio
23983              - also inhibit Encode from trying to build ":encode()" layer.
23984      Branch: perlio
23985            ! ext/Encode/Encode.xs makedef.pl
23986 ____________________________________________________________________________
23987 [  9101] By: jhi                                   on 2001/03/10  22:38:13
23988         Log: The $Is_MacOS needs to be declared.
23989      Branch: perl
23990            ! lib/ExtUtils/Manifest.pm
23991 ____________________________________________________________________________
23992 [  9100] By: jhi                                   on 2001/03/10  22:14:29
23993         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
23994              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
23995              pollute the symbolspace if using sfio.
23996      Branch: perl
23997            ! ext/Encode/Encode.xs
23998 ____________________________________________________________________________
23999 [  9099] By: jhi                                   on 2001/03/10  21:58:48
24000         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
24001              Date: Sat, 10 Mar 2001 14:23:55 -0500
24002              From: Chris Nandor <pudge@pobox.com>
24003              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
24004      Branch: perl
24005            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
24006            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
24007            ! t/lib/errno.t
24008 ____________________________________________________________________________
24009 [  9098] By: jhi                                   on 2001/03/10  21:38:30
24010         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
24011      Branch: perl
24012            ! regcomp.c regexec.c t/op/pat.t
24013 ____________________________________________________________________________
24014 [  9097] By: jhi                                   on 2001/03/10  14:38:07
24015         Log: Integrate perlio.
24016      Branch: perl
24017           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
24018           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
24019           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
24020 ____________________________________________________________________________
24021 [  9096] By: nick                                  on 2001/03/10  11:55:43
24022         Log: EBCDIC sanity - phase I
24023              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
24024              - use utf8n_xxxx (c.f. pvn) for forms which take length.
24025              - back out vN.N and $^V exceptions to e2a/a2e
24026              - make "locale" isxxx macros be uvchr (may be redundant?)
24027              
24028              Not clear yet that toUPPER_uni et. al. return being handled correctly.
24029              The tr// and rexexp stuff still needs an audit, assumption is they are working
24030              in Unicode space.
24031              
24032              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
24033      Branch: perlio
24034            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
24035            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
24036            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
24037 ____________________________________________________________________________
24038 [  9095] By: jhi                                   on 2001/03/09  22:10:01
24039         Log: Integrate perlio.
24040      Branch: perl
24041           !> dump.c
24042 ____________________________________________________________________________
24043 [  9094] By: nick                                  on 2001/03/09  17:36:38
24044         Log: Builds an passes all tests after integrate and this tweak.
24045      Branch: perlio
24046            ! dump.c
24047 ____________________________________________________________________________
24048 [  9093] By: nick                                  on 2001/03/09  17:16:03
24049         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
24050      Branch: perlio
24051           +> lib/unicode/Scripts.txt t/lib/sigaction.t
24052           !> (integrate 79 files)
24053 ____________________________________________________________________________
24054 [  9092] By: jhi                                   on 2001/03/09  15:28:26
24055         Log: Update Changes.
24056      Branch: perl
24057            ! Changes patchlevel.h
24058 ____________________________________________________________________________
24059 [  9091] By: jhi                                   on 2001/03/09  15:25:05
24060         Log: In op/stat #35 better to scan all the potential directories
24061              for setuids, not just the first one.
24062      Branch: perl
24063            ! t/op/stat.t
24064 ____________________________________________________________________________
24065 [  9090] By: jhi                                   on 2001/03/09  15:01:27
24066         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
24067              From: rspier@pobox.com (Robert Spier)
24068              Date: Fri, 9 Mar 2001 03:30:20 -0500
24069              Message-ID: <15016.38044.381174.160189@rls.cx>
24070              
24071              EXISTS() returning undef mistakenly triggered a FETCH().
24072      Branch: perl
24073            ! hv.c
24074 ____________________________________________________________________________
24075 [  9089] By: jhi                                   on 2001/03/09  14:59:02
24076         Log: Add /sbin and /usr/sbin to the list of directories scanned
24077              for setuid programs.  Takes care of bug id 20010309.003.
24078      Branch: perl
24079            ! t/op/stat.t
24080 ____________________________________________________________________________
24081 [  9088] By: jhi                                   on 2001/03/09  14:48:32
24082         Log: Regen perlapi, perltoc.
24083      Branch: perl
24084            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
24085 ____________________________________________________________________________
24086 [  9087] By: jhi                                   on 2001/03/09  14:38:56
24087         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
24088              From: David Mitchell <davem@fdgroup.co.uk>
24089              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
24090              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
24091      Branch: perl
24092            ! dump.c perl.c perl.h pod/perlrun.pod
24093 ____________________________________________________________________________
24094 [  9086] By: jhi                                   on 2001/03/09  01:47:16
24095         Log: A modified version of
24096              
24097              Subject: [ID 20010307.005] POSIX::sigaction has various problems
24098              From: anders@broadcom.com
24099              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
24100              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
24101              
24102              Currently the sigaction.t test #6 fails (and is fudged to look
24103              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
24104              This may well be a genuine bug in Linux sigaction() (since at
24105              least Tru64, Solaris, and HP-UX disagree with Linux).
24106              Anyone with POSIX / SUSv2 tome handy?  The problem is that
24107              the flags of the oldaction don't match with the flags in
24108              the previously installed disposition.
24109      Branch: perl
24110            + t/lib/sigaction.t
24111            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
24112 ____________________________________________________________________________
24113 [  9085] By: jhi                                   on 2001/03/09  01:30:13
24114         Log: Subject: Re: mission impossible for the day
24115              From: Alex Gough <alex@rcon.org>
24116              Date: Thu, 08 Mar 2001 17:18:19 +0000
24117              Message-ID: <3AA7BEDB.8070409@rcon.org>
24118              
24119              If references (are overloaded) and can be directly stringified,
24120              show that instead of "stringified".
24121              
24122              (The problem, infinite mutual recursion caused by overloaded bool
24123              in Switch.pm, tracked by David Mitchell)
24124      Branch: perl
24125            ! lib/Carp/Heavy.pm
24126 ____________________________________________________________________________
24127 [  9084] By: jhi                                   on 2001/03/09  01:20:39
24128         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
24129              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
24130              From: David Mitchell <davem@fdgroup.co.uk>
24131              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
24132      Branch: perl
24133            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
24134            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
24135 ____________________________________________________________________________
24136 [  9083] By: jhi                                   on 2001/03/09  01:16:51
24137         Log: Subject: [PATCH] perldata.pod here-doc docs
24138              From: Jeff Pinyan <jeffp@crusoe.net>
24139              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
24140              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
24141      Branch: perl
24142            ! pod/perldata.pod
24143 ____________________________________________________________________________
24144 [  9082] By: jhi                                   on 2001/03/09  01:01:27
24145         Log: Subject: Re: Unicode/EBCDIC
24146              From: Peter Prymmer <pvhp@forte.com>
24147              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
24148              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
24149      Branch: perl
24150            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
24151 ____________________________________________________________________________
24152 [  9081] By: jhi                                   on 2001/03/08  13:41:30
24153         Log: Subject: Ooops, wrong 'no *POSIX' Patch
24154              From: Dorner Thomas <Thomas.Dorner@start.de>
24155              Date: Thu, 8 Mar 2001 08:43:28 +0100
24156              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
24157      Branch: perl
24158            ! hints/posix-bc.sh
24159 ____________________________________________________________________________
24160 [  9080] By: jhi                                   on 2001/03/08  13:11:42
24161         Log: It's Scripts.txt, not Script.txt.
24162      Branch: perl
24163            ! MANIFEST
24164 ____________________________________________________________________________
24165 [  9079] By: jhi                                   on 2001/03/08  12:59:05
24166         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
24167              From: Dorner Thomas <Thomas.Dorner@start.de>
24168              Date: Wed, 7 Mar 2001 14:13:31 +0100
24169              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
24170      Branch: perl
24171            ! makedepend.SH
24172 ____________________________________________________________________________
24173 [  9078] By: jhi                                   on 2001/03/08  12:57:43
24174         Log: Retract #9069, wrong patch.
24175      Branch: perl
24176            ! Makefile.SH
24177 ____________________________________________________________________________
24178 [  9077] By: jhi                                   on 2001/03/08  01:06:13
24179         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
24180      Branch: perl
24181            + lib/unicode/Scripts.txt
24182            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
24183            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
24184            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
24185            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
24186            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
24187            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
24188            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
24189            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
24190            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
24191            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
24192            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
24193            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
24194            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
24195            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
24196            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
24197            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
24198            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
24199            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
24200            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
24201            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
24202            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
24203            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
24204            ! lib/unicode/version
24205 ____________________________________________________________________________
24206 [  9076] By: jhi                                   on 2001/03/07  22:59:39
24207         Log: Integrate change #7784 from mainline into maintperl.
24208              
24209              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
24210      Branch: maint-5.6/perl
24211           !> pp_ctl.c t/op/pat.t
24212 ____________________________________________________________________________
24213 [  9075] By: jhi                                   on 2001/03/07  22:05:11
24214         Log: More UTF-8 test tweaks.
24215      Branch: perl
24216            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
24217 ____________________________________________________________________________
24218 [  9074] By: nick                                  on 2001/03/07  21:39:29
24219         Log: Integrate mainline.
24220      Branch: perlio
24221           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
24222           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
24223           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
24224           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
24225           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
24226 ____________________________________________________________________________
24227 [  9073] By: jhi                                   on 2001/03/07  16:37:09
24228         Log: Update Changes.
24229      Branch: perl
24230            ! Changes patchlevel.h
24231 ____________________________________________________________________________
24232 [  9072] By: jhi                                   on 2001/03/07  16:32:30
24233         Log: Subject: [ID 20010306.004] || != named unary operator
24234              From: abela@geneanet.org
24235              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
24236              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
24237      Branch: perl
24238            ! pod/perlop.pod
24239 ____________________________________________________________________________
24240 [  9071] By: jhi                                   on 2001/03/07  15:14:11
24241         Log: Subject: downgrading to bytes for common functions
24242              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
24243              Date: Wed, 7 Mar 2001 02:36:55 -0500
24244              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
24245      Branch: perl
24246            ! pp_sys.c
24247 ____________________________________________________________________________
24248 [  9070] By: jhi                                   on 2001/03/07  15:04:58
24249         Log: Clarify the description differentiating for and while; inspired by
24250              
24251              Subject: [ID 20010306.002] for/while difference in for definition
24252              From: abela@geneanet.org
24253              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
24254              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
24255      Branch: perl
24256            ! pod/perlsyn.pod
24257 ____________________________________________________________________________
24258 [  9069] By: jhi                                   on 2001/03/07  14:55:30
24259         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
24260              From: Dorner Thomas <Thomas.Dorner@start.de>
24261              Date: Wed, 7 Mar 2001 14:13:31 +0100
24262              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
24263      Branch: perl
24264            ! Makefile.SH
24265 ____________________________________________________________________________
24266 [  9068] By: jhi                                   on 2001/03/07  14:51:17
24267         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
24268              From: Radu Greab <radu@netsoft.ro>
24269              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
24270              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
24271      Branch: perl
24272            ! pp.c t/op/chop.t
24273 ____________________________________________________________________________
24274 [  9067] By: jhi                                   on 2001/03/07  14:48:57
24275         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
24276              From: Simon Cozens <simon@netthink.co.uk>
24277              Date: Wed, 7 Mar 2001 13:59:28 +0000
24278              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
24279              
24280              In order to allow MakeMaker to build correct Makefiles,
24281              you need to change the order of the arguments in MM_Unix.pm
24282              as well. (Unless you have C89_CCMODE set, but we're trying
24283              to be POSIXly correct)
24284              
24285              Thanks to Merijn Broeren for tracking this down.
24286      Branch: perl
24287            ! lib/ExtUtils/MM_Unix.pm
24288 ____________________________________________________________________________
24289 [  9066] By: jhi                                   on 2001/03/07  14:30:02
24290         Log: Floating point too messy.
24291      Branch: perl
24292            ! t/camel-III/vstring.t
24293 ____________________________________________________________________________
24294 [  9065] By: jhi                                   on 2001/03/07  14:17:44
24295         Log: Integrate change #9064 from maintperl into mainline.
24296              
24297              fix memory leak in pack("Bb",...)
24298      Branch: perl
24299           !> perl.c
24300 ____________________________________________________________________________
24301 [  9064] By: gsar                                  on 2001/03/07  06:29:24
24302         Log: fix memory leak in pack("Bb",...)
24303      Branch: maint-5.6/perl
24304            ! perl.c
24305 ____________________________________________________________________________
24306 [  9063] By: jhi                                   on 2001/03/07  00:55:04
24307         Log: Major utf8 test reorganisation and rewrite.
24308              Hopefully no tests were lost in the shuffle.
24309              (The beginning of pragma/utf8 was lost intentionally,
24310              the tests were rather bogus and incomplete.)
24311      Branch: perl
24312            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
24313            ! t/pragma/utf8.t
24314 ____________________________________________________________________________
24315 [  9062] By: jhi                                   on 2001/03/07  00:41:16
24316         Log: More tweakage on the Unicode character class descriptions.
24317      Branch: perl
24318            ! lib/unicode/mktables.PL pod/perlretut.pod
24319 ____________________________________________________________________________
24320 [  9061] By: jhi                                   on 2001/03/06  23:12:38
24321         Log: The perlretut was still talking about the old \p and \P
24322              definitions.
24323      Branch: perl
24324            ! pod/perlretut.pod
24325 ____________________________________________________________________________
24326 [  9060] By: nick                                  on 2001/03/06  20:52:37
24327         Log: Integrate mainline (make test works again now).
24328      Branch: perlio
24329           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
24330 ____________________________________________________________________________
24331 [  9059] By: jhi                                   on 2001/03/06  15:36:14
24332         Log: 0.999... does equal 1.0, doesn't it?
24333      Branch: perl
24334            ! t/camel-III/vstring.t
24335 ____________________________________________________________________________
24336 [  9058] By: jhi                                   on 2001/03/06  15:34:00
24337         Log: Make /x{abcd}/ to work without use utf8.
24338      Branch: perl
24339            ! regcomp.c
24340 ____________________________________________________________________________
24341 [  9057] By: jhi                                   on 2001/03/06  03:02:36
24342         Log: Easier to outcomment all the three reset() tests for now.
24343      Branch: perl
24344            ! t/op/pat.t
24345 ____________________________________________________________________________
24346 [  9056] By: jhi                                   on 2001/03/06  02:30:02
24347         Log: Comment out the deadly reset; until the 20010301.005
24348              is finally fixed.
24349      Branch: perl
24350            ! t/op/pat.t
24351 ____________________________________________________________________________
24352 [  9055] By: jhi                                   on 2001/03/06  02:21:26
24353         Log: Integrate the change #9054 from mainline:
24354              retract the PMOP cleanup patch pending further investigation.
24355      Branch: maint-5.6/perl
24356           !> op.c op.h
24357 ____________________________________________________________________________
24358 [  9054] By: jhi                                   on 2001/03/06  02:19:57
24359         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
24360              with oddly familiar stack traces.
24361      Branch: perl
24362            ! op.c op.h
24363 ____________________________________________________________________________
24364 [  9053] By: jhi                                   on 2001/03/05  23:20:28
24365         Log: Integrate perlio.
24366      Branch: perl
24367           +> ext/Encode/Encode/koi8-r.ucm
24368           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
24369           !> makedef.pl
24370 ____________________________________________________________________________
24371 [  9052] By: nick                                  on 2001/03/05  23:08:17
24372         Log: skipping USE_PERLIO symbols correction.
24373      Branch: perlio
24374            ! makedef.pl
24375 ____________________________________________________________________________
24376 [  9051] By: nick                                  on 2001/03/05  22:35:07
24377         Log: More Encode alias tidying.
24378      Branch: perlio
24379            + ext/Encode/Encode/koi8-r.ucm
24380            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
24381 ____________________________________________________________________________
24382 [  9050] By: jhi                                   on 2001/03/05  21:44:29
24383         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
24384              Sarathy's fix for ID 20010301.005.
24385      Branch: maint-5.6/perl
24386           !> op.c op.h
24387 ____________________________________________________________________________
24388 [  9049] By: nick                                  on 2001/03/05  19:54:04
24389         Log: Integrate Jarkko's Encode.pm tweak.
24390      Branch: perlio
24391           !> ext/Encode/Encode.pm
24392 ____________________________________________________________________________
24393 [  9048] By: nick                                  on 2001/03/05  19:47:57
24394         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
24395      Branch: perlio
24396           +> os2/os2add.sym
24397           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
24398           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
24399           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
24400           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
24401           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
24402 ____________________________________________________________________________
24403 [  9047] By: jhi                                   on 2001/03/05  19:25:26
24404         Log: Regen perlapi.
24405      Branch: perl
24406            ! pod/perlapi.pod
24407 ____________________________________________________________________________
24408 [  9046] By: jhi                                   on 2001/03/05  19:12:14
24409         Log: Integrate perlio.
24410      Branch: perl
24411           +> t/camel-III/vstring.t
24412           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
24413 ____________________________________________________________________________
24414 [  9045] By: jhi                                   on 2001/03/05  19:10:36
24415         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
24416      Branch: perl
24417            ! ext/Encode/Encode.pm
24418 ____________________________________________________________________________
24419 [  9044] By: jhi                                   on 2001/03/05  18:49:12
24420         Log: Forgot the other half of the PMOP patch (#9033).
24421      Branch: perl
24422            ! op.h
24423 ____________________________________________________________________________
24424 [  9043] By: nick                                  on 2001/03/05  18:14:47
24425         Log: Update MANIFEST for new test.
24426      Branch: perlio
24427            ! MANIFEST
24428 ____________________________________________________________________________
24429 [  9042] By: nick                                  on 2001/03/05  18:12:41
24430         Log: Some tests for Camel 3rd edition features.
24431              Make gethostbyaddr() test in above work.
24432      Branch: perlio
24433            + t/camel-III/vstring.t
24434            ! pp.h pp_sys.c t/TEST t/harness
24435 ____________________________________________________________________________
24436 [  9041] By: jhi                                   on 2001/03/05  17:41:48
24437         Log: Add more ISO 8859 encoding aliases.
24438      Branch: perl
24439            ! ext/Encode/Encode.pm
24440 ____________________________________________________________________________
24441 [  9040] By: jhi                                   on 2001/03/05  17:30:43
24442         Log: Integrate perlio.
24443      Branch: perl
24444           !> MANIFEST sv.c
24445 ____________________________________________________________________________
24446 [  9039] By: nick                                  on 2001/03/05  17:11:36
24447         Log: Missed added file.
24448      Branch: perlio
24449            ! MANIFEST
24450 ____________________________________________________________________________
24451 [  9038] By: jhi                                   on 2001/03/05  15:58:01
24452         Log: Add tr tests for EBCDIC, from Karsten Sperling.
24453      Branch: perl
24454            ! t/op/tr.t
24455 ____________________________________________________________________________
24456 [  9037] By: nick                                  on 2001/03/05  15:56:35
24457         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
24458              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
24459              
24460              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
24461              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
24462              - uses SvPV() rather than sv_2pv() in case it isn't a string.
24463      Branch: perlio
24464            ! sv.c
24465 ____________________________________________________________________________
24466 [  9036] By: jhi                                   on 2001/03/05  15:49:15
24467         Log: Add matching tests currently failing in EBCDIC,
24468              suggested by Karsten Sperling.
24469      Branch: perl
24470            ! t/op/pat.t
24471 ____________________________________________________________________________
24472 [  9035] By: jhi                                   on 2001/03/05  15:36:55
24473         Log: The #9034 needs a MANIFESTation.
24474      Branch: perl
24475            ! MANIFEST
24476 ____________________________________________________________________________
24477 [  9034] By: jhi                                   on 2001/03/05  15:35:14
24478         Log: Integrate perlio.
24479      Branch: perl
24480           +> ext/Encode/Encode/Tcl.pm
24481           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
24482           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
24483           !> ext/Encode/Encode/iso8859-1.ucm
24484           !> ext/Encode/Encode/iso8859-10.ucm
24485           !> ext/Encode/Encode/iso8859-13.ucm
24486           !> ext/Encode/Encode/iso8859-14.ucm
24487           !> ext/Encode/Encode/iso8859-15.ucm
24488           !> ext/Encode/Encode/iso8859-16.ucm
24489           !> ext/Encode/Encode/iso8859-2.ucm
24490           !> ext/Encode/Encode/iso8859-3.ucm
24491           !> ext/Encode/Encode/iso8859-4.ucm
24492           !> ext/Encode/Encode/iso8859-5.ucm
24493           !> ext/Encode/Encode/iso8859-6.ucm
24494           !> ext/Encode/Encode/iso8859-7.ucm
24495           !> ext/Encode/Encode/iso8859-8.ucm
24496           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
24497           !> t/lib/encode.t
24498 ____________________________________________________________________________
24499 [  9033] By: jhi                                   on 2001/03/05  15:33:18
24500         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
24501              From: Gurusamy Sarathy <gsar@ActiveState.com>
24502              Date: Sun, 04 Mar 2001 22:33:15 -0800
24503              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
24504              
24505              PMOPs need to remember their own stash so that they can
24506              gracefully remove themselves from their linked list.
24507      Branch: perl
24508            ! op.c
24509 ____________________________________________________________________________
24510 [  9032] By: nick                                  on 2001/03/05  14:51:50
24511         Log: Encode implementation "completion"
24512              Implement and document define_encoding()
24513              Implement and document encoding aliases including define_alias()
24514              Make Encode::XS use define_encoding() rather than back-door.
24515              Move run-time *.enc to separate Encode::Tcl module.
24516              Make 'compile' honour <codeset_name>
24517              Change canonical names of to iso-8859-* and US-ascii.
24518      Branch: perlio
24519            + ext/Encode/Encode/Tcl.pm
24520            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
24521            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
24522            ! ext/Encode/Encode/iso8859-1.ucm
24523            ! ext/Encode/Encode/iso8859-10.ucm
24524            ! ext/Encode/Encode/iso8859-13.ucm
24525            ! ext/Encode/Encode/iso8859-14.ucm
24526            ! ext/Encode/Encode/iso8859-15.ucm
24527            ! ext/Encode/Encode/iso8859-16.ucm
24528            ! ext/Encode/Encode/iso8859-2.ucm
24529            ! ext/Encode/Encode/iso8859-3.ucm
24530            ! ext/Encode/Encode/iso8859-4.ucm
24531            ! ext/Encode/Encode/iso8859-5.ucm
24532            ! ext/Encode/Encode/iso8859-6.ucm
24533            ! ext/Encode/Encode/iso8859-7.ucm
24534            ! ext/Encode/Encode/iso8859-8.ucm
24535            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
24536            ! t/lib/encode.t
24537 ____________________________________________________________________________
24538 [  9031] By: jhi                                   on 2001/03/05  13:51:17
24539         Log: Integrate change #9030 from maintperl into mainline.
24540              
24541              Subject: [PATCH 5.6.1] OS/2 cleanup
24542      Branch: perl
24543           +> os2/os2add.sym
24544           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
24545           !> makedef.pl os2/Changes os2/Makefile.SHs
24546           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
24547           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
24548           !> os2/os2.sym os2/os2ish.h
24549 ____________________________________________________________________________
24550 [  9030] By: jhi                                   on 2001/03/05  13:46:49
24551         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
24552              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24553              Date: Mon, 5 Mar 2001 02:29:44 -0500
24554              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
24555      Branch: maint-5.6/perl
24556            + os2/os2add.sym
24557            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
24558            ! makedef.pl os2/Changes os2/Makefile.SHs
24559            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
24560            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
24561            ! os2/os2.sym os2/os2ish.h
24562 ____________________________________________________________________________
24563 [  9029] By: jhi                                   on 2001/03/05  13:40:35
24564         Log: Integrate change #9028 from maintperl into mainline.
24565              
24566              various nits in MM_Unix.pm found by disabling SelfLoader
24567      Branch: perl
24568           !> lib/ExtUtils/MM_Unix.pm
24569 ____________________________________________________________________________
24570 [  9028] By: gsar                                  on 2001/03/05  09:58:38
24571         Log: various nits in MM_Unix.pm found by disabling SelfLoader
24572      Branch: maint-5.6/perl
24573            ! lib/ExtUtils/MM_Unix.pm
24574 ____________________________________________________________________________
24575 [  9027] By: nick                                  on 2001/03/05  08:35:22
24576         Log: Integrate mainline
24577      Branch: perlio
24578           !> (integrate 28 files)
24579 ____________________________________________________________________________
24580 [  9026] By: jhi                                   on 2001/03/05  02:14:59
24581         Log: Integrate change #9025 from mainline to maintperl,
24582              retract \N{U+HHHH}.
24583      Branch: maint-5.6/perl
24584           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
24585           !> t/lib/charnames.t toke.c
24586 ____________________________________________________________________________
24587 [  9025] By: jhi                                   on 2001/03/05  02:13:09
24588         Log: Retracting \N{U+HHHH}.
24589      Branch: perl
24590            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
24591            ! t/lib/charnames.t toke.c
24592 ____________________________________________________________________________
24593 [  9024] By: jhi                                   on 2001/03/04  20:51:07
24594         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
24595              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
24596              Date: Fri, 02 Mar 2001 18:25:26 +0100
24597              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
24598              
24599              Casting problem.
24600      Branch: perl
24601            ! ext/Storable/Storable.xs
24602 ____________________________________________________________________________
24603 [  9023] By: jhi                                   on 2001/03/04  19:46:45
24604         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
24605              From: nick@talking.bollo.cx
24606              Date: Sat, 03 Mar 2001 21:41:33 +0000
24607              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
24608              
24609              Revert the workaround.
24610      Branch: perl
24611            ! perlio.c
24612 ____________________________________________________________________________
24613 [  9022] By: jhi                                   on 2001/03/04  19:36:28
24614         Log: Update Changes.
24615      Branch: perl
24616            ! Changes patchlevel.h
24617 ____________________________________________________________________________
24618 [  9021] By: jhi                                   on 2001/03/04  18:41:00
24619         Log: makedef.pl updates suggested by Chris Nandor; double-checking
24620              the changes in AIX, OS/2 Win32 would be nice.
24621      Branch: perl
24622            ! makedef.pl
24623 ____________________________________________________________________________
24624 [  9020] By: jhi                                   on 2001/03/04  18:23:58
24625         Log: Integrate change #9012 from maintperl into mainline,
24626              quench a compiler warning.
24627      Branch: perl
24628           !> toke.c
24629 ____________________________________________________________________________
24630 [  9019] By: jhi                                   on 2001/03/04  18:18:43
24631         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
24632              
24633              \N{U+HHHH} fix.
24634              
24635              pattern in G_ARRAY context
24636      Branch: maint-5.6/perl
24637           !> pp_hot.c t/op/pat.t toke.c
24638 ____________________________________________________________________________
24639 [  9018] By: jhi                                   on 2001/03/04  18:07:48
24640         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
24641              From: Jeff Pinyan <jeffp@crusoe.net>
24642              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
24643              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
24644      Branch: perl
24645            ! pp_hot.c t/op/pat.t
24646 ____________________________________________________________________________
24647 [  9017] By: jhi                                   on 2001/03/04  18:06:21
24648         Log: I thought I tested the #9014.
24649      Branch: perl
24650            ! toke.c
24651 ____________________________________________________________________________
24652 [  9016] By: jhi                                   on 2001/03/04  17:41:22
24653         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
24654              
24655              Tweak the get*ent() OS/2 prototypes.
24656              
24657              Add the \N{U+HHHH} syntax.
24658              
24659              More tr/// UTF-8 fixes from Inaba Hiroto.
24660      Branch: maint-5.6/perl
24661           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
24662           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
24663 ____________________________________________________________________________
24664 [  9015] By: jhi                                   on 2001/03/04  17:36:04
24665         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
24666      Branch: perl
24667            ! doop.c t/op/tr.t
24668 ____________________________________________________________________________
24669 [  9014] By: jhi                                   on 2001/03/04  17:24:49
24670         Log: Add the \N{U+HHHH} syntax.
24671      Branch: perl
24672            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
24673            ! t/lib/charnames.t toke.c
24674 ____________________________________________________________________________
24675 [  9013] By: jhi                                   on 2001/03/04  17:20:45
24676         Log: Tweak the get*ent() OS/2 prototypes.
24677      Branch: perl
24678            ! os2/os2.c
24679 ____________________________________________________________________________
24680 [  9012] By: gsar                                  on 2001/03/04  06:26:14
24681         Log: avoid warning (nit in change#9009)
24682      Branch: maint-5.6/perl
24683            ! toke.c
24684 ____________________________________________________________________________
24685 [  9011] By: gsar                                  on 2001/03/04  06:15:24
24686         Log: lib/charnames.t fails in 5.6.x because of older Unicode
24687              data
24688              
24689              TODO: need to revisit this after updating lib/unicode/...
24690      Branch: maint-5.6/perl
24691            ! t/lib/charnames.t
24692 ____________________________________________________________________________
24693 [  9010] By: gsar                                  on 2001/03/04  06:08:36
24694         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
24695      Branch: maint-5.6/perl
24696            ! toke.c
24697 ____________________________________________________________________________
24698 [  9009] By: jhi                                   on 2001/03/03  19:27:20
24699         Log: Integrate change #9008 from mainline to maintperl,
24700              UTF-8 tr/// fixes from Inaba Hiroto.
24701      Branch: maint-5.6/perl
24702           !> doop.c op.c t/op/tr.t toke.c
24703 ____________________________________________________________________________
24704 [  9008] By: jhi                                   on 2001/03/03  19:19:42
24705         Log: UTF8 tr/// fixes from Inaba Hiroto.
24706      Branch: perl
24707            ! doop.c op.c t/op/tr.t toke.c
24708 ____________________________________________________________________________
24709 [  9007] By: jhi                                   on 2001/03/03  19:00:30
24710         Log: Integrate change #9006 from maintperl to mainline,
24711              more robust quest for the infinite.
24712      Branch: perl
24713           !> lib/Math/Complex.pm
24714 ____________________________________________________________________________
24715 [  9006] By: jhi                                   on 2001/03/03  18:58:06
24716         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
24717              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24718              Date: Sat, 3 Mar 2001 12:51:50 -0500
24719              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
24720              
24721              Be more robust in our quest for the infinite.
24722      Branch: maint-5.6/perl
24723            ! lib/Math/Complex.pm
24724 ____________________________________________________________________________
24725 [  9005] By: jhi                                   on 2001/03/03  17:55:50
24726         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
24727      Branch: maint-5.6/perl
24728            ! doio.c
24729 ____________________________________________________________________________
24730 [  9004] By: jhi                                   on 2001/03/03  17:40:14
24731         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
24732              so that picky compilers like IRIX won't get huffy about
24733              "statements without effect" (like 1;).
24734      Branch: perl
24735            ! toke.c
24736 ____________________________________________________________________________
24737 [  9003] By: jhi                                   on 2001/03/03  17:15:52
24738         Log: Integrate change #9002 from mainline to maintperl.
24739              
24740              Subject: [perl-5.6.x, perl-current] accept for EPOC
24741      Branch: maint-5.6/perl
24742           !> pp_sys.c
24743 ____________________________________________________________________________
24744 [  9002] By: jhi                                   on 2001/03/03  17:14:30
24745         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
24746              From: Olaf Flebbe <O.Flebbe@science-computing.de>
24747              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
24748              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
24749      Branch: perl
24750            ! pp_sys.c
24751 ____________________________________________________________________________
24752 [  9001] By: jhi                                   on 2001/03/03  17:13:13
24753         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
24754              From: "Craig A. Berry" <craigberry@mac.com>
24755              Date: Fri, 02 Mar 2001 17:44:40 -0600
24756              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
24757      Branch: perl
24758            ! t/pod/find.t
24759 ____________________________________________________________________________
24760 [  9000] By: jhi                                   on 2001/03/03  17:11:55
24761         Log: Integrate changes #8997,8999 from maintperl.
24762              
24763              Subject: [PATCH 5.6.1] compiling on OS/2
24764              (Better error message from hints/os2.sh)
24765              
24766              Subject: [PATCH 5.6.1] syslog.t
24767      Branch: perl
24768           !> hints/os2.sh t/lib/syslog.t
24769 ____________________________________________________________________________
24770 [  8999] By: jhi                                   on 2001/03/03  17:09:28
24771         Log: Subject: [PATCH 5.6.1] syslog.t
24772              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24773              Date: Sat, 3 Mar 2001 02:11:17 -0500
24774              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
24775      Branch: maint-5.6/perl
24776            ! t/lib/syslog.t
24777 ____________________________________________________________________________
24778 [  8998] By: jhi                                   on 2001/03/03  17:07:50
24779         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
24780              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24781              Date: Sat, 3 Mar 2001 01:53:52 -0500
24782              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
24783      Branch: maint-5.6/perl
24784            ! opcode.pl os2/os2.c
24785 ____________________________________________________________________________
24786 [  8997] By: jhi                                   on 2001/03/03  17:03:30
24787         Log: Subject: [PATCH 5.6.1] compiling on OS/2
24788              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24789              Date: Sat, 3 Mar 2001 01:59:59 -0500
24790              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
24791      Branch: maint-5.6/perl
24792            ! hints/os2.sh
24793 ____________________________________________________________________________
24794 [  8996] By: jhi                                   on 2001/03/03  00:55:58
24795         Log: Regen files for mainline.
24796      Branch: perl
24797            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24798            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
24799 ____________________________________________________________________________
24800 [  8995] By: jhi                                   on 2001/03/03  00:35:22
24801         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
24802              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
24803              to maintperl.
24804              
24805              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
24806              
24807              Add Configure option -Dmksymlinks which will create a symlink
24808              forest if the current/build differs from the source directory.
24809              (8218,8220,8221,8317,8318,8971)
24810              
24811              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
24812              (Document APPLLIB_EXP in INSTALL.)
24813              
24814              If running byacc write-enable also perly.h.
24815              
24816              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
24817              
24818              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
24819              
24820              Sanity check for conflicting thread flavours.
24821              
24822              Fix the sys/fcntl.h problem reported by Peter Prymmer.
24823              
24824              Add few CPUs/architectures to the Cppsym scan,
24825              add -perlio to archname if so selected (modified 8890)
24826              
24827              Be more helpful for devel builders, suggested by John L. Allen.
24828              (admittedly pointless change for maintperl, but the usedevel
24829              code is there already)
24830      Branch: maint-5.6/perl
24831           !> Configure INSTALL Makefile.SH Porting/Glossary
24832           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
24833           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
24834           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
24835           !> win32/config.bc win32/config.gc win32/config.vc
24836 ____________________________________________________________________________
24837 [  8994] By: jhi                                   on 2001/03/02  23:31:41
24838         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
24839      Branch: metaconfig/U/perl
24840            ! gccvers.U
24841 ____________________________________________________________________________
24842 [  8993] By: jhi                                   on 2001/03/02  23:22:12
24843         Log: Regenerate various files for maint.
24844      Branch: maint-5.6/perl
24845            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
24846            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
24847 ____________________________________________________________________________
24848 [  8992] By: alanbur                               on 2001/03/02  22:48:34
24849         Log: Resync wuth parent
24850      Branch: maint-5.6/pureperl
24851           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
24852           !> (integrate 60 files)
24853 ____________________________________________________________________________
24854 [  8991] By: jhi                                   on 2001/03/02  21:00:08
24855         Log: Retract the #8742 part of #8986, backward compat.
24856      Branch: maint-5.6/perl
24857            ! embed.pl
24858 ____________________________________________________________________________
24859 [  8990] By: jhi                                   on 2001/03/02  20:40:07
24860         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
24861      Branch: maint-5.6/perl
24862            ! hv.c
24863 ____________________________________________________________________________
24864 [  8989] By: jhi                                   on 2001/03/02  19:59:56
24865         Log: Update Changes.
24866      Branch: perl
24867            ! Changes patchlevel.h
24868 ____________________________________________________________________________
24869 [  8988] By: jhi                                   on 2001/03/02  19:57:08
24870         Log: Integrate perlio.
24871      Branch: perl
24872           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
24873           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
24874           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
24875           !> ext/Encode/Encode/iso8859-10.ucm
24876           !> ext/Encode/Encode/iso8859-13.ucm
24877           !> ext/Encode/Encode/iso8859-14.ucm
24878           !> ext/Encode/Encode/iso8859-15.ucm
24879           !> ext/Encode/Encode/iso8859-16.ucm
24880           !> ext/Encode/Encode/iso8859-2.ucm
24881           !> ext/Encode/Encode/iso8859-3.ucm
24882           !> ext/Encode/Encode/iso8859-4.ucm
24883           !> ext/Encode/Encode/iso8859-5.ucm
24884           !> ext/Encode/Encode/iso8859-6.ucm
24885           !> ext/Encode/Encode/iso8859-7.ucm
24886           !> ext/Encode/Encode/iso8859-8.ucm
24887           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
24888           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
24889 ____________________________________________________________________________
24890 [  8987] By: jhi                                   on 2001/03/02  19:43:40
24891         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
24892              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
24893              8950,8952,8955 from mainline to maintperl.
24894              
24895              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
24896              
24897              Put to rest the 20010205.001, the email address checking (not) regex.
24898              
24899              fork() not everywhere, cleanup temp files.
24900              
24901              The #8843 wasn't quite right: %Config needs to imported.
24902              
24903              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
24904              (#8849: the glob-basic hunk needed massaging as it depended
24905              on Schwern's large-scale (unintegrated) patches)
24906              
24907              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
24908              
24909              Upgrade to CGI.pm 2.752, from Lincoln Stein.
24910              (Note: there were some conflicts due to EBCDIC and EPOC
24911              patches, in general I preferred the repository code.)
24912              (When 2.753 comes out, we need to synchronize.)
24913              
24914              Subject: [PATCH] fix for charnames above FFFF
24915              
24916              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
24917              
24918              If no sfio, no -lsfio.
24919              
24920              Run run/*.t also in minitest.
24921              
24922              Subject:  [PATCH perl 5.7.0] malloc message address offset
24923              
24924              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
24925              
24926              Subject: fix for parameter -Dm (for perl@8867)
24927              
24928              Subject: [PATCH: perl@8892] was Re: hashing order difference?
24929              (make the test more portable)
24930              
24931              Subject: Re: [PATCH] fix for charnames above FFFF
24932              
24933              Subject: Re: I'm losing the war...
24934              (hv_store() not working correctly in ENV_IS_CASELESS case.)
24935              
24936              Subject: Modified README.bs2000 
24937              
24938              Subject: [PATCH: perl@8935] -Dt padsv($var)
24939              
24940              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
24941              
24942              Subject: PATCH: extra tests to check on negative float to unsigned cast
24943              
24944              Subject: [PATCH] XPUSH[insp] was Re: progress
24945              
24946              Subject: Re: Compile with perlcc..
24947      Branch: maint-5.6/perl
24948           !> (integrate 36 files)
24949 ____________________________________________________________________________
24950 [  8986] By: jhi                                   on 2001/03/02  18:51:25
24951         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
24952              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
24953              to maintperl.
24954              
24955              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
24956              
24957              Subject: [DOC PATCH] overload.pm nits
24958              
24959              Add header for LIB$ prototypes (C. Berry)
24960              
24961              Convert fwrite()s to sockets to write()s, since some socket stacks
24962              don't take kindly to stdio.
24963              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
24964              (for often optional LNMs)
24965              Correct a few typos
24966              (C. Bailey)
24967              
24968              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
24969              
24970              De-cut-and-pasto.
24971              
24972              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
24973              
24974              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
24975              
24976              Upgrade to CPAN 1.59_54, from Andreas König.
24977              
24978              Bogus shebang.
24979              
24980              Subject: [PATCH] Document makepatch in Porting/patching
24981              
24982              UTF-8 documentation.
24983              
24984              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
24985              
24986              Sort the MANIFEST.
24987              
24988              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
24989              
24990              Subject: [PATCH @8807] toke.c cleanup: scan_str()
24991              
24992              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
24993              
24994              Add run/*.t to testables.
24995              
24996              TODO: integrate #8784.
24997      Branch: maint-5.6/perl
24998           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
24999           !> (integrate 28 files)
25000 ____________________________________________________________________________
25001 [  8985] By: nick                                  on 2001/03/02  18:15:45
25002         Log: Integrate mainline
25003      Branch: perlio
25004           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
25005           !> vms/vms.c
25006 ____________________________________________________________________________
25007 [  8984] By: jhi                                   on 2001/03/02  16:00:17
25008         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
25009              
25010              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
25011              5.004_05, and mention the suidperl August 2000 security problem.
25012              (#8978,#8981)
25013              
25014              Subject: [ID 20010301.004] Technically speaking in perldata
25015              
25016              Subject: [PATCH] File::Copy for bleadperl, maintperl
25017              
25018              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
25019              
25020              (The #8982, fix for 20010221.005 and 20010221.008,
25021              would be nice too but it didn't integrate cleanly.)
25022      Branch: maint-5.6/perl
25023           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
25024 ____________________________________________________________________________
25025 [  8983] By: jhi                                   on 2001/03/02  15:51:16
25026         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
25027              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25028              Date:     Thu, 1 Mar 2001 15:54:09 EST
25029              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
25030      Branch: perl
25031            ! vms/vms.c
25032 ____________________________________________________________________________
25033 [  8982] By: jhi                                   on 2001/03/02  15:43:31
25034         Log: Subject: Re: sync sync sync: have I missed any patches?
25035              From: Radu Greab <radu@netsoft.ro> 
25036              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
25037              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
25038              
25039              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
25040              was checking argv[0] regardless of whether a different pathname
25041              will actually be executed."  Test case not supplied because 
25042              drafting that, ironically enough, revealed another bug
25043              (or a feature).
25044      Branch: perl
25045            ! doio.c
25046 ____________________________________________________________________________
25047 [  8981] By: jhi                                   on 2001/03/02  15:28:03
25048         Log: Misdate in #8978.
25049      Branch: perl
25050            ! pod/perlfaq1.pod
25051 ____________________________________________________________________________
25052 [  8980] By: jhi                                   on 2001/03/02  15:24:20
25053         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
25054              From: Chris Nandor <pudge@pobox.com>
25055              Date: Wed, 28 Feb 2001 22:10:15 -0500
25056              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
25057      Branch: perl
25058            ! lib/File/Copy.pm
25059 ____________________________________________________________________________
25060 [  8979] By: jhi                                   on 2001/03/02  15:17:16
25061         Log: Subject: [ID 20010301.004] Technically speaking in perldata
25062              From: abela@geneanet.org
25063              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
25064              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
25065      Branch: perl
25066            ! pod/perldata.pod
25067 ____________________________________________________________________________
25068 [  8978] By: jhi                                   on 2001/03/02  15:15:27
25069         Log: Subject: [ID 20010301.003] ref to 5.004
25070              From: abela@geneanet.org
25071              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
25072              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
25073              
25074              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
25075              and mention the suidperl August 2000 security problem.
25076      Branch: perl
25077            ! pod/perlfaq1.pod
25078 ____________________________________________________________________________
25079 [  8977] By: alanbur                               on 2001/03/02  14:17:45
25080         Log: Resynchronised with parent
25081      Branch: maint-5.6/pureperl
25082           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
25083           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
25084           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
25085           !> vms/descrip_mms.template win32/win32.c win32/win32.h
25086           !> win32/win32iop.h
25087 ____________________________________________________________________________
25088 [  8976] By: nick                                  on 2001/03/01  23:25:30
25089         Log: Integrate mainline.
25090      Branch: perlio
25091            - t/op/qu.t
25092           !> (integrate 55 files)
25093 ____________________________________________________________________________
25094 [  8975] By: jhi                                   on 2001/03/01  16:51:34
25095         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
25096      Branch: perl
25097           !> toke.c
25098 ____________________________________________________________________________
25099 [  8974] By: gsar                                  on 2001/03/01  16:28:21
25100         Log: fix for bugid 20010226.008
25101              
25102              the problem was that some of the pointers (PL_last_lop and
25103              PL_last_uni specifically) into the lex buffers weren't correctly
25104              being invalidated when the buffer changed; this would leave the
25105              pointers pointing at an arbitrary location in the buffer if
25106              the buffer didn't need to be reallocated, or point into freed
25107              memory if the buffer had to be realloced
25108              
25109              TODO item for bugdb maintainers: check other seemingly random
25110              parser-related bugs--they might be cured by this
25111      Branch: maint-5.6/perl
25112            ! toke.c
25113 ____________________________________________________________________________
25114 [  8973] By: jhi                                   on 2001/03/01  02:23:25
25115         Log: Retract #8970 because of a completely mysterious core dump:
25116              adding the tests 241..244 causes op/pat dump core at test #25.
25117              The test needs a lot of whittling down before the bug can be solved.
25118      Branch: perl
25119            ! t/op/pat.t
25120 ____________________________________________________________________________
25121 [  8972] By: jhi                                   on 2001/03/01  01:58:38
25122         Log: Regen perlapi.
25123      Branch: perl
25124            ! pod/perlapi.pod
25125 ____________________________________________________________________________
25126 [  8971] By: jhi                                   on 2001/03/01  01:34:09
25127         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))
25128              From: Nicholas Clark <nick@ccl4.org>
25129              Date: Wed, 28 Feb 2001 23:28:49 +0000
25130              Message-ID: <20010228232849.A55187@plum.flirble.org>
25131              
25132              Allow a completely write protected source code tree
25133              when using the Configure -Dmksymlinks.
25134      Branch: perl
25135            ! embed.pl warnings.pl
25136 ____________________________________________________________________________
25137 [  8970] By: jhi                                   on 2001/03/01  01:32:04
25138         Log: Add back the EBCDIC character range tests (for matching).
25139      Branch: perl
25140            ! t/op/pat.t
25141 ____________________________________________________________________________
25142 [  8969] By: nick                                  on 2001/02/28  18:18:01
25143         Log: Add charname comments to .ucm files writen by 'compile',
25144              also order charmaps in those files by source encoding.
25145              regenerate distrubuted .ucm files
25146      Branch: perlio
25147            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
25148            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
25149            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
25150            ! ext/Encode/Encode/iso8859-10.ucm
25151            ! ext/Encode/Encode/iso8859-13.ucm
25152            ! ext/Encode/Encode/iso8859-14.ucm
25153            ! ext/Encode/Encode/iso8859-15.ucm
25154            ! ext/Encode/Encode/iso8859-16.ucm
25155            ! ext/Encode/Encode/iso8859-2.ucm
25156            ! ext/Encode/Encode/iso8859-3.ucm
25157            ! ext/Encode/Encode/iso8859-4.ucm
25158            ! ext/Encode/Encode/iso8859-5.ucm
25159            ! ext/Encode/Encode/iso8859-6.ucm
25160            ! ext/Encode/Encode/iso8859-7.ucm
25161            ! ext/Encode/Encode/iso8859-8.ucm
25162            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
25163            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
25164 ____________________________________________________________________________
25165 [  8968] By: jhi                                   on 2001/02/28  16:26:37
25166         Log: Expand usemorebits early if d_casti32 needs to be undefined.
25167      Branch: perl
25168            ! hints/hpux.sh hints/irix_6.sh
25169 ____________________________________________________________________________
25170 [  8967] By: jhi                                   on 2001/02/28  16:22:26
25171         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
25172              retract toke.c/qu parts of #8583, retract #8485, retract
25173              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
25174              op/length.t, and MANIFEST, and delete t/op/qu.t.
25175      Branch: perl
25176            - t/op/qu.t
25177            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
25178            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
25179            ! t/op/length.t toke.c
25180 ____________________________________________________________________________
25181 [  8966] By: jhi                                   on 2001/02/28  15:00:27
25182         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
25183              by not changing from pre-Unicode days into being Unicode-aware.
25184              Sniff.
25185      Branch: perl
25186            ! pp.c t/op/pack.t t/op/qu.t
25187 ____________________________________________________________________________
25188 [  8965] By: jhi                                   on 2001/02/28  14:37:55
25189         Log: Subject: Re: Errors in core PODs
25190              From: Michael Stevens <michael@etla.org> 
25191              Date: Fri, 23 Feb 2001 15:47:56 +0000
25192              Message-ID: <20010223154756.A7723@firedrake.org> 
25193      Branch: perl
25194            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
25195            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
25196            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
25197            ! x2p/a2p.pod
25198 ____________________________________________________________________________
25199 [  8964] By: jhi                                   on 2001/02/28  14:35:35
25200         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
25201              (The #8961 was too bold.)
25202      Branch: perl
25203            ! hints/hpux.sh hints/irix_6.sh
25204 ____________________________________________________________________________
25205 [  8963] By: jhi                                   on 2001/02/28  14:33:39
25206         Log: Subject: Re: sync sync sync: have I missed any patches?
25207              From: Tim Jenness <t.jenness@jach.hawaii.edu>
25208              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
25209              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
25210              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
25211              
25212              Replace djSP with dSP.
25213      Branch: perl
25214            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
25215            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
25216            ! win32/perlhost.h
25217 ____________________________________________________________________________
25218 [  8962] By: jhi                                   on 2001/02/27  23:21:14
25219         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
25220      Branch: perl
25221            ! lib/Filter/Simple.pm
25222 ____________________________________________________________________________
25223 [  8961] By: jhi                                   on 2001/02/27  22:55:26
25224         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
25225              and this would be it.
25226      Branch: perl
25227            ! hints/hpux.sh hints/irix_6.sh
25228 ____________________________________________________________________________
25229 [  8960] By: jhi                                   on 2001/02/27  22:51:33
25230         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
25231              From: "Craig A. Berry" <craigberry@mac.com>
25232              Date: Tue, 27 Feb 2001 16:11:44 -0600
25233              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
25234      Branch: maint-5.6/perl
25235            ! configure.com vms/descrip_mms.template
25236 ____________________________________________________________________________
25237 [  8959] By: jhi                                   on 2001/02/27  22:47:23
25238         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
25239              From: "Craig A. Berry" <craigberry@mac.com>
25240              Date: Tue, 27 Feb 2001 16:11:44 -0600
25241              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
25242      Branch: perl
25243            ! configure.com vms/descrip_mms.template
25244 ____________________________________________________________________________
25245 [  8958] By: jhi                                   on 2001/02/27  15:16:42
25246         Log: Update Changes.
25247      Branch: perl
25248            ! Changes patchlevel.h
25249 ____________________________________________________________________________
25250 [  8957] By: jhi                                   on 2001/02/27  06:15:07
25251         Log: Subject: [5.6.x] EPOC additions
25252              From: Olaf Flebbe <O.Flebbe@science-computing.de>
25253              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
25254              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
25255      Branch: maint-5.6/perl
25256            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
25257 ____________________________________________________________________________
25258 [  8956] By: jhi                                   on 2001/02/27  06:12:11
25259         Log: Subject: [perl-current] EPOC 
25260              From: Olaf Flebbe <O.Flebbe@science-computing.de>
25261              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
25262              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
25263      Branch: perl
25264            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
25265            ! epoc/epocish.c epoc/epocish.h pp_sys.c
25266 ____________________________________________________________________________
25267 [  8955] By: jhi                                   on 2001/02/27  05:59:50
25268         Log: Subject: Re: Compile with perlcc..
25269              From: Edward Peschko <edwardp@excitehome.net>
25270              Date: Mon, 26 Feb 2001 18:51:58 -0800
25271              Message-ID: <20010226185158.A9871@excitehome.net>
25272              
25273              plus add a simple usage message if no arguments given.
25274      Branch: perl
25275            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
25276            ! utils/Makefile utils/perlcc.PL win32/pod.mak
25277 ____________________________________________________________________________
25278 [  8954] By: nick                                  on 2001/02/26  21:02:59
25279         Log: Integrate mainline
25280      Branch: perlio
25281           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
25282           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
25283           !> t/op/sprintf.t
25284 ____________________________________________________________________________
25285 [  8953] By: jhi                                   on 2001/02/26  14:43:54
25286         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
25287              From: Nicholas Clark <nick@ccl4.org>
25288              Date: Mon, 26 Feb 2001 00:42:07 +0000
25289              Message-ID: <20010226004207.F23333@plum.flirble.org>
25290      Branch: perl
25291            ! pp_ctl.c
25292 ____________________________________________________________________________
25293 [  8952] By: jhi                                   on 2001/02/26  14:42:13
25294         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
25295              From: Simon Cozens <simon@netthink.co.uk>
25296              Date: Mon, 26 Feb 2001 12:23:48 +0000
25297              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
25298      Branch: perl
25299            ! pod/perlguts.pod
25300 ____________________________________________________________________________
25301 [  8951] By: jhi                                   on 2001/02/26  14:39:15
25302         Log: Subject: [PATCH] perlio - unknown layer
25303              From: Nicholas Clark <nick@ccl4.org>
25304              Date: Mon, 26 Feb 2001 00:27:19 +0000
25305              Message-ID: <20010226002719.E23333@plum.flirble.org>
25306      Branch: perl
25307            ! perlio.c
25308 ____________________________________________________________________________
25309 [  8950] By: jhi                                   on 2001/02/26  14:38:04
25310         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
25311              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
25312              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
25313              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
25314      Branch: perl
25315            ! t/op/bop.t
25316 ____________________________________________________________________________
25317 [  8949] By: jhi                                   on 2001/02/26  14:37:07
25318         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
25319              From: Peter Prymmer <pvhp@forte.com>
25320              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
25321              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
25322      Branch: perl
25323            ! lib/Test.pm
25324 ____________________________________________________________________________
25325 [  8948] By: jhi                                   on 2001/02/26  14:35:53
25326         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
25327              From: Radu Greab <radu@netsoft.ro>
25328              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
25329              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
25330      Branch: perl
25331            ! pod/perlop.pod
25332 ____________________________________________________________________________
25333 [  8947] By: jhi                                   on 2001/02/26  14:34:46
25334         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
25335              From: David Mitchell <davem@fdgroup.co.uk>
25336              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
25337              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
25338      Branch: perl
25339            ! run.c
25340 ____________________________________________________________________________
25341 [  8946] By: jhi                                   on 2001/02/26  14:32:37
25342         Log: Subject: Modified README.bs2000 
25343              From: Dorner Thomas <Thomas.Dorner@start.de>
25344              Date: Mon, 26 Feb 2001 09:22:17 +0100
25345              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
25346      Branch: perl
25347            ! README.bs2000
25348 ____________________________________________________________________________
25349 [  8945] By: jhi                                   on 2001/02/26  14:19:53
25350         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
25351              to maintperl, listing the known failures on the tests 129 and 130.
25352      Branch: maint-5.6/perl
25353           !> t/op/sprintf.t
25354 ____________________________________________________________________________
25355 [  8944] By: jhi                                   on 2001/02/26  14:14:15
25356         Log: Add more known sprintf failures.
25357      Branch: perl
25358            ! t/op/sprintf.t
25359 ____________________________________________________________________________
25360 [  8943] By: jhi                                   on 2001/02/26  13:56:22
25361         Log: perlglob.exe needs to be found in Win32, patch from
25362              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
25363              which needs external glob at mini-perl time."
25364      Branch: perl
25365            ! ext/Encode/compile
25366 ____________________________________________________________________________
25367 [  8942] By: jhi                                   on 2001/02/26  13:52:19
25368         Log: A missing dTHX from Vadim Konovalov.
25369      Branch: perl
25370            ! perlio.c
25371 ____________________________________________________________________________
25372 [  8941] By: jhi                                   on 2001/02/26  13:37:05
25373         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
25374      Branch: perl
25375            ! op.c
25376 ____________________________________________________________________________
25377 [  8940] By: jhi                                   on 2001/02/26  13:35:40
25378         Log: Integrate perlio.
25379      Branch: perl
25380           !> ext/Encode/Encode.pm
25381 ____________________________________________________________________________
25382 [  8939] By: nick                                  on 2001/02/25  23:47:09
25383         Log: Integrate mainline.
25384      Branch: perlio
25385           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
25386           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
25387 ____________________________________________________________________________
25388 [  8938] By: nick                                  on 2001/02/25  19:36:28
25389         Log: Encode implementations docs.
25390      Branch: perlio
25391            ! ext/Encode/Encode.pm
25392 ____________________________________________________________________________
25393 [  8937] By: jhi                                   on 2001/02/25  19:26:16
25394         Log: Script wasn't aligned with reality.
25395      Branch: perl
25396            ! t/pod/find.t
25397 ____________________________________________________________________________
25398 [  8936] By: jhi                                   on 2001/02/25  18:54:55
25399         Log: Update Changes.
25400      Branch: perl
25401            ! Changes patchlevel.h
25402 ____________________________________________________________________________
25403 [  8935] By: jhi                                   on 2001/02/25  18:46:36
25404         Log: Retract #8929,8930,8932,8933 for now.
25405      Branch: perl
25406            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
25407 ____________________________________________________________________________
25408 [  8934] By: jhi                                   on 2001/02/25  17:34:35
25409         Log: Integrate perlio.
25410      Branch: perl
25411           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
25412           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
25413           !> t/lib/encode.t
25414 ____________________________________________________________________________
25415 [  8933] By: jhi                                   on 2001/02/25  17:33:12
25416         Log: (Retracted by #8395.)
25417              
25418              Slight tweaks in scan_const(), not fixes yet, it seems like
25419              lots of work remains to be done...
25420      Branch: perl
25421            ! toke.c
25422 ____________________________________________________________________________
25423 [  8932] By: jhi                                   on 2001/02/25  17:27:11
25424         Log: (Retracted by #8395.)
25425              
25426              Missing from #8930.
25427      Branch: perl
25428            ! perl.h
25429 ____________________________________________________________________________
25430 [  8931] By: jhi                                   on 2001/02/25  17:26:19
25431         Log: A comment tweak.
25432      Branch: perl
25433            ! utf8.c
25434 ____________________________________________________________________________
25435 [  8930] By: jhi                                   on 2001/02/25  17:25:47
25436         Log: (Retracted by #8395.)
25437              
25438              Attempt to fix the EBCDIC character range problwm with //.
25439      Branch: perl
25440            ! regcomp.c
25441 ____________________________________________________________________________
25442 [  8929] By: jhi                                   on 2001/02/25  17:23:45
25443         Log: (Retracted by #8395.)
25444              
25445              Expand the EBCDIC character range tests, and add few nasty
25446              tr tests from Karsten Sperling.
25447      Branch: perl
25448            ! t/op/pat.t t/op/tr.t
25449 ____________________________________________________________________________
25450 [  8928] By: jhi                                   on 2001/02/25  17:18:49
25451         Log: Missing check-in.
25452      Branch: perl
25453            ! lib/Pod/Find.pm
25454 ____________________________________________________________________________
25455 [  8927] By: nick                                  on 2001/02/25  11:30:22
25456         Log: Change method names in Encode implementation classes to something
25457              less confusing (preparing to "go public").
25458      Branch: perlio
25459            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
25460 ____________________________________________________________________________
25461 [  8926] By: nick                                  on 2001/02/25  10:53:24
25462         Log: GCC __atribute__ / printf fix
25463      Branch: perlio
25464            ! perl.h
25465 ____________________________________________________________________________
25466 [  8925] By: nick                                  on 2001/02/25  10:52:25
25467         Log: Checked in the wrong one ...
25468      Branch: perlio
25469            ! ext/Encode/Encode.pm
25470 ____________________________________________________________________________
25471 [  8924] By: nick                                  on 2001/02/24  18:46:51
25472         Log: Integrate mainline - to see what Jarkko has in ...
25473      Branch: perlio
25474           +> t/pod/testpods/lib/Pod/Stuff.pm
25475           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
25476 ____________________________________________________________________________
25477 [  8923] By: nick                                  on 2001/02/24  17:05:23
25478         Log: Encode API documentation nd tidy up.
25479              Minor additions to test.
25480              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
25481              Adds STRLEN to standard typemap.
25482      Branch: perlio
25483            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
25484            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
25485 ____________________________________________________________________________
25486 [  8922] By: jhi                                   on 2001/02/24  16:38:12
25487         Log: Add a test for the "character range should match in EBCDIC
25488              if specified using explicit numerics" bug found by Karsten
25489              Sperling.
25490      Branch: perl
25491            ! t/op/pat.t
25492 ____________________________________________________________________________
25493 [  8921] By: jhi                                   on 2001/02/24  16:30:16
25494         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
25495              From: schwern@pobox.com
25496              Date: Fri, 23 Feb 2001 03:21:37 -0500
25497              Message-ID: <20010223032137.A26022@magnonel.guild.net>
25498              
25499              plus Charles Lane's fixes, plus tweaks.
25500      Branch: perl
25501            + t/pod/testpods/lib/Pod/Stuff.pm
25502            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
25503 ____________________________________________________________________________
25504 [  8920] By: nick                                  on 2001/02/24  10:30:11
25505         Log: Integrate mainline
25506      Branch: perlio
25507           !> (integrate 33 files)
25508 ____________________________________________________________________________
25509 [  8919] By: jhi                                   on 2001/02/24  00:23:35
25510         Log: Subject: Re: I'm losing the war...
25511              From: "Vadim Konovalov" <watman@inbox.ru>
25512              Date: Sat, 24 Feb 2001 00:10:14 +0300
25513              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
25514              
25515              hv_store() not working correctly in ENV_IS_CASELESS case.
25516      Branch: perl
25517            ! hv.c
25518 ____________________________________________________________________________
25519 [  8918] By: jhi                                   on 2001/02/24  00:20:09
25520         Log: Subject: Re: [PATCH] fix for charnames above FFFF
25521              From: andreas.koenig@anima.de (Andreas J. Koenig)
25522              Date: 23 Feb 2001 02:39:03 +0100
25523              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
25524              
25525              A further efficiency tweak.
25526      Branch: perl
25527            ! lib/charnames.pm
25528 ____________________________________________________________________________
25529 [  8917] By: jhi                                   on 2001/02/23  20:27:51
25530         Log: Integrate change #8916 from mainline,
25531              do away with USE_WIN32_RTL_ENV.
25532      Branch: maint-5.6/perl
25533           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
25534 ____________________________________________________________________________
25535 [  8916] By: jhi                                   on 2001/02/23  20:02:25
25536         Log: Abolish USE_WIN32_RTL_ENV.
25537      Branch: perl
25538            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
25539 ____________________________________________________________________________
25540 [  8915] By: jhi                                   on 2001/02/23  19:36:00
25541         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
25542              later protected by some #define.
25543      Branch: perl
25544            ! gv.c
25545 ____________________________________________________________________________
25546 [  8914] By: jhi                                   on 2001/02/23  19:31:38
25547         Log: Retract #8902 for now, requested by Charles Lane, the correct
25548              fix will be something else.
25549      Branch: perl
25550            ! op.c
25551 ____________________________________________________________________________
25552 [  8913] By: jhi                                   on 2001/02/23  19:11:36
25553         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
25554              From: Peter Prymmer <pvhp@forte.com>
25555              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
25556              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
25557      Branch: perl
25558            ! t/op/lex_assign.t
25559 ____________________________________________________________________________
25560 [  8912] By: jhi                                   on 2001/02/23  18:38:20
25561         Log: Subject: [patch] perlio + useithreads
25562              From: Doug MacEachern <dougm@covalent.net>
25563              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
25564              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
25565              
25566              Gets things running but not complete.
25567      Branch: perl
25568            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
25569 ____________________________________________________________________________
25570 [  8911] By: jhi                                   on 2001/02/23  04:20:02
25571         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
25572              
25573              Duplicated environment freeing, File::Temp 0.12,
25574              op/append portability (EBCDIC) tweak.
25575      Branch: maint-5.6/perl
25576           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
25577           !> t/op/append.t
25578 ____________________________________________________________________________
25579 [  8910] By: jhi                                   on 2001/02/23  02:07:33
25580         Log: Integrate change #8909 from mainline, a better Borland
25581              putenv() workaround.
25582      Branch: maint-5.6/perl
25583           !> perl.c
25584 ____________________________________________________________________________
25585 [  8909] By: jhi                                   on 2001/02/23  02:05:46
25586         Log: A better workaround for Borland putenv() brokenness from Sarathy.
25587      Branch: perl
25588            ! perl.c
25589 ____________________________________________________________________________
25590 [  8908] By: jhi                                   on 2001/02/23  02:04:14
25591         Log: Subject: fix for parameter -Dm (for perl@8867)
25592              From: "Vadim Konovalov" <watman@inbox.ru>
25593              Date: Thu, 22 Feb 2001 17:30:12 +0300
25594              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
25595      Branch: perl
25596            ! perl.h
25597 ____________________________________________________________________________
25598 [  8907] By: jhi                                   on 2001/02/23  01:58:20
25599         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
25600              From: Peter Prymmer <pvhp@forte.com>
25601              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
25602              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
25603      Branch: perl
25604            ! t/op/append.t
25605 ____________________________________________________________________________
25606 [  8906] By: jhi                                   on 2001/02/23  01:48:34
25607         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
25608      Branch: perl
25609            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
25610 ____________________________________________________________________________
25611 [  8905] By: jhi                                   on 2001/02/23  01:43:30
25612         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
25613              From: Peter Prymmer <pvhp@forte.com>
25614              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
25615              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
25616      Branch: perl
25617            ! t/lib/st-06compat.t
25618 ____________________________________________________________________________
25619 [  8904] By: jhi                                   on 2001/02/23  01:42:39
25620         Log: Metaconfig unit change for #8903.
25621      Branch: metaconfig/U/perl
25622            ! Devel.U
25623 ____________________________________________________________________________
25624 [  8903] By: jhi                                   on 2001/02/23  01:42:12
25625         Log: Be more helpful for devel builders, suggested by John L. Allen.
25626      Branch: perl
25627            ! Configure
25628 ____________________________________________________________________________
25629 [  8902] By: jhi                                   on 2001/02/23  01:37:41
25630         Log: (Retracted by #8914)
25631              (Wrongly, reinstated by #8941)             
25632
25633              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
25634              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25635              Date:     Thu, 22 Feb 2001 09:43:57 EST
25636              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
25637      Branch: perl
25638            ! op.c
25639 ____________________________________________________________________________
25640 [  8901] By: jhi                                   on 2001/02/23  01:20:32
25641         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
25642              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25643              Date:     Thu, 22 Feb 2001 08:01:35 EST
25644              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
25645      Branch: perl
25646            ! malloc.c
25647 ____________________________________________________________________________
25648 [  8900] By: jhi                                   on 2001/02/23  01:18:02
25649         Log: Integrate changes #8898,8899 from mainline, environ handling.
25650      Branch: maint-5.6/perl
25651           !> perl.c
25652 ____________________________________________________________________________
25653 [  8899] By: jhi                                   on 2001/02/23  01:16:25
25654         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
25655              putenv() is not to be relied on, they are either broken or leaky
25656              or both.)
25657      Branch: perl
25658            ! perl.c
25659 ____________________________________________________________________________
25660 [  8898] By: jhi                                   on 2001/02/22  23:36:59
25661         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
25662              and safesysfree() must be used.
25663      Branch: perl
25664            ! perl.c
25665 ____________________________________________________________________________
25666 [  8897] By: jhi                                   on 2001/02/22  23:25:45
25667         Log: With environ one must use safesysmalloc()/safesysfree().
25668      Branch: perl
25669            ! perl.c
25670 ____________________________________________________________________________
25671 [  8896] By: jhi                                   on 2001/02/22  22:13:18
25672         Log: If we have a duplicated environment free it
25673              if PERL_DESTRUCT_LEVEL.
25674      Branch: perl
25675            ! perl.c
25676 ____________________________________________________________________________
25677 [  8895] By: alanbur                               on 2001/02/22  19:31:57
25678         Log: Synchronised with parent
25679      Branch: maint-5.6/pureperl
25680           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
25681 ____________________________________________________________________________
25682 [  8894] By: gsar                                  on 2001/02/22  19:06:18
25683         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
25684              
25685              fix memory leak in method call optimization (change#3768);
25686              made C<eval "$x->foo()"> leak
25687              
25688              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
25689      Branch: maint-5.6/perl
25690           !> op.c
25691 ____________________________________________________________________________
25692 [  8893] By: jhi                                   on 2001/02/22  18:35:27
25693         Log: (Retracted by #8915.)
25694              
25695              Third Degree finding:
25696              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
25697      Branch: perl
25698            ! gv.c
25699 ____________________________________________________________________________
25700 [  8892] By: jhi                                   on 2001/02/22  14:28:32
25701         Log: Update Changes.
25702      Branch: perl
25703            ! Changes patchlevel.h
25704 ____________________________________________________________________________
25705 [  8891] By: jhi                                   on 2001/02/22  13:22:45
25706         Log: Metaconfig unit changes for #8890.
25707      Branch: metaconfig
25708            ! U/modified/Cppsym.U U/threads/archname.U
25709 ____________________________________________________________________________
25710 [  8890] By: jhi                                   on 2001/02/22  13:22:12
25711         Log: Add -stdio to the archname if no perlio selected,
25712              no -perlio added since that is now the default.
25713              
25714              Add few CPUs/architectures to the Cppsym scan.
25715      Branch: perl
25716            ! Configure config_h.SH
25717 ____________________________________________________________________________
25718 [  8889] By: jhi                                   on 2001/02/22  13:05:59
25719         Log: Metaconfig unit change for #8888.
25720      Branch: metaconfig/U/perl
25721            ! useperlio.U
25722 ____________________________________________________________________________
25723 [  8888] By: jhi                                   on 2001/02/22  13:05:28
25724         Log: *drum roll*  Make perlio the default.
25725      Branch: perl
25726            ! Configure config_h.SH
25727 ____________________________________________________________________________
25728 [  8887] By: jhi                                   on 2001/02/22  12:50:52
25729         Log: Integrate change #8665 from maintperl to mainline,
25730              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
25731      Branch: perl
25732           !> ext/POSIX/POSIX.xs
25733 ____________________________________________________________________________
25734 [  8886] By: jhi                                   on 2001/02/22  12:49:24
25735         Log: Integrate changes #8883,8884 from mainline to maintperl.
25736              
25737              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
25738              Subject: Re: File::Temp::_gettemp warning
25739      Branch: maint-5.6/perl
25740           !> embed.h embed.pl lib/File/Temp.pm
25741 ____________________________________________________________________________
25742 [  8885] By: jhi                                   on 2001/02/22  12:43:59
25743         Log: Based on
25744              
25745              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
25746              From: schwab@suse.de
25747              Date: Thu, 22 Feb 2001 13:08:09 +0100
25748              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
25749              
25750              but the fix done slightly differently because the other
25751              half was already done in #8664.
25752      Branch: maint-5.6/perl
25753            ! ext/POSIX/POSIX.xs
25754 ____________________________________________________________________________
25755 [  8884] By: jhi                                   on 2001/02/22  12:37:15
25756         Log: Subject: Re: File::Temp::_gettemp warning
25757              From: Tim Jenness <t.jenness@jach.hawaii.edu>
25758              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
25759              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
25760              
25761              This patch to File::Temp does two things:
25762              
25763              1. Fixes the problem with CGI::Carp when determining
25764              the Fcntl constants
25765              
25766              2. Removes most of the carps and consolidates them so that all the
25767              reasons are included in a single die that is caught by the test. This
25768              means that the correct skipping behaviour is displayed by the test.
25769      Branch: perl
25770            ! lib/File/Temp.pm
25771 ____________________________________________________________________________
25772 [  8883] By: jhi                                   on 2001/02/22  12:29:19
25773         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
25774              From: Peter Prymmer <pvhp@forte.com>
25775              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
25776              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
25777      Branch: perl
25778            ! embed.h embed.pl
25779 ____________________________________________________________________________
25780 [  8882] By: jhi                                   on 2001/02/21  19:41:33
25781         Log: Integrate change #8881 from mainlin to maintperl.
25782              
25783              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
25784      Branch: maint-5.6/perl
25785           !> op.c
25786 ____________________________________________________________________________
25787 [  8881] By: jhi                                   on 2001/02/21  19:38:57
25788         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
25789              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25790              Date:     Wed, 21 Feb 2001 13:08:03 EST
25791              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
25792      Branch: perl
25793            ! op.c
25794 ____________________________________________________________________________
25795 [  8880] By: jhi                                   on 2001/02/21  19:34:34
25796         Log: Retract #8875, cannot let go of the old semantics of unpack U
25797              without rethinking utf8decode.t.
25798      Branch: perl
25799            ! pp.c t/op/pack.t
25800 ____________________________________________________________________________
25801 [  8879] By: jhi                                   on 2001/02/21  19:08:02
25802         Log: Run run/*.t also in minitest.
25803      Branch: perl
25804            ! Makefile.SH
25805 ____________________________________________________________________________
25806 [  8878] By: nick                                  on 2001/02/21  18:55:37
25807         Log: Integrate mainline
25808      Branch: perlio
25809           !> (integrate 76 files)
25810 ____________________________________________________________________________
25811 [  8877] By: jhi                                   on 2001/02/21  15:09:33
25812         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
25813      Branch: metaconfig
25814            ! U/compline/nblock_io.U
25815      Branch: perl
25816            ! Configure config_h.SH
25817 ____________________________________________________________________________
25818 [  8876] By: jhi                                   on 2001/02/21  14:54:45
25819         Log: If no sfio, no -lsfio.
25820      Branch: metaconfig/U/perl
25821            ! d_sfio.U
25822      Branch: perl
25823            ! Configure config_h.SH
25824 ____________________________________________________________________________
25825 [  8875] By: jhi                                   on 2001/02/21  14:54:00
25826         Log: Make unpack C and unpack C truly equivalent.
25827      Branch: perl
25828            ! pp.c t/op/pack.t
25829 ____________________________________________________________________________
25830 [  8874] By: jhi                                   on 2001/02/21  14:26:02
25831         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
25832              From: Peter Prymmer <pvhp@forte.com>
25833              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
25834              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
25835      Branch: perl
25836            ! pod/perlport.pod
25837 ____________________________________________________________________________
25838 [  8873] By: jhi                                   on 2001/02/21  14:24:31
25839         Log: Subject: [PATCH] fix for charnames above FFFF
25840              From: andreas.koenig@anima.de (Andreas J. Koenig)
25841              Date: 21 Feb 2001 07:05:45 +0100
25842              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
25843      Branch: perl
25844            ! lib/charnames.pm t/lib/charnames.t
25845 ____________________________________________________________________________
25846 [  8872] By: jhi                                   on 2001/02/21  14:15:25
25847         Log: Integrate change #8868 from pureperl to mainline.
25848              
25849              Fixed reference count loop caused by sv_magic.
25850      Branch: perl
25851           !> sv.c
25852 ____________________________________________________________________________
25853 [  8871] By: jhi                                   on 2001/02/21  14:07:29
25854         Log: Integrate change #8868 from pureperl to maintperl.
25855              
25856              Fixed reference count loop caused by sv_magic.
25857      Branch: maint-5.6/perl
25858           !> sv.c
25859 ____________________________________________________________________________
25860 [  8870] By: jhi                                   on 2001/02/21  14:04:41
25861         Log: Put back the #8840, it was innocent.
25862      Branch: perl
25863            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
25864            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
25865 ____________________________________________________________________________
25866 [  8869] By: jhi                                   on 2001/02/21  14:00:03
25867         Log: unpack("C", ...) was left slightly unfinished by #8865.
25868      Branch: perl
25869            ! pp.c t/op/pack.t
25870 ____________________________________________________________________________
25871 [  8868] By: alanbur                               on 2001/02/21  01:33:45
25872         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
25873              from gv_fetchpv to create single-character magic variables (e.g. $!),
25874              and it is passed a sv and the gv that contains the sv as the mg_obj
25875              value.  When sv_magic stores the mg_obj pointer it increments the gv
25876              refcount, thus causing a sv-gv pair that can't be freed.  There is
25877              already a check for sv == obj which is used to prevent such reference
25878              loops.  This change extends the check to cover the case described above.
25879      Branch: maint-5.6/pureperl
25880            ! sv.c
25881 ____________________________________________________________________________
25882 [  8867] By: jhi                                   on 2001/02/21  00:52:39
25883         Log: Update Changes.
25884      Branch: perl
25885            ! Changes patchlevel.h
25886 ____________________________________________________________________________
25887 [  8866] By: jhi                                   on 2001/02/21  00:34:20
25888         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
25889              (Note: there were some conflicts due to EBCDIC and EPOC
25890              patches, in general I preferred the repository code.)
25891              (When 2.753 comes out, we need to synchronize.)
25892      Branch: perl
25893            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
25894            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
25895            ! t/lib/cgi-html.t
25896 ____________________________________________________________________________
25897 [  8865] By: jhi                                   on 2001/02/21  00:24:22
25898         Log: Make pack("C", 0x100) to create Unicode, unless under the
25899              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
25900              will understand Unicode, unless you under know what.
25901      Branch: perl
25902            ! pp.c t/op/pack.t t/op/qu.t
25903 ____________________________________________________________________________
25904 [  8864] By: alanbur                               on 2001/02/20  22:35:34
25905         Log: Resynchronised with parent
25906      Branch: maint-5.6/pureperl
25907           !> README.win32 ext/GDBM_File/GDBM_File.pm
25908           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
25909           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
25910           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
25911           !> t/lib/sdbm.t util.c
25912 ____________________________________________________________________________
25913 [  8863] By: jhi                                   on 2001/02/20  20:55:11
25914         Log: Integrate change #8860,8861 from mainline into maintperl.
25915              
25916              "pseudo-literal j"
25917              
25918              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
25919      Branch: maint-5.6/perl
25920           !> lib/Test.pm pod/perlop.pod
25921 ____________________________________________________________________________
25922 [  8862] By: jhi                                   on 2001/02/20  20:30:07
25923         Log: Don't do casting between pointers pointing to differently sized
25924              integers.
25925      Branch: perl
25926            ! hv.c sv.c
25927 ____________________________________________________________________________
25928 [  8861] By: jhi                                   on 2001/02/20  19:53:44
25929         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
25930              From: Peter Prymmer <pvhp@forte.com>
25931              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
25932              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
25933      Branch: perl
25934            ! lib/Test.pm
25935 ____________________________________________________________________________
25936 [  8860] By: jhi                                   on 2001/02/20  19:48:02
25937         Log: "pseudo-literal j", a documentation glitch reported to Debian.
25938              The text recovered from Perl 5.005_03, and pseudo-literal replaced
25939              by "backtick string".
25940      Branch: perl
25941            ! pod/perlop.pod
25942 ____________________________________________________________________________
25943 [  8859] By: jhi                                   on 2001/02/20  19:15:46
25944         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
25945              from Chris Nandor.
25946      Branch: perl
25947            ! makedef.pl
25948 ____________________________________________________________________________
25949 [  8858] By: jhi                                   on 2001/02/20  17:36:53
25950         Log: Integrate pureperl changes #8844,8845,8850 to mainline
25951              (via maintperl #8855).
25952              
25953              Fixed %^H scoping bug
25954              
25955              Removed GV <-> CV refcount loop
25956              
25957              Removed %ENV refcount loop
25958      Branch: perl
25959           !> gv.c op.c perl.c pp.c scope.c
25960 ____________________________________________________________________________
25961 [  8857] By: jhi                                   on 2001/02/20  17:34:32
25962         Log: Integrate changes #8853,8854 from maintperl to mainline.
25963              
25964              EBDIC fixes, README.win32 Borland update.
25965      Branch: perl
25966           !> README.win32 handy.h util.c
25967 ____________________________________________________________________________
25968 [  8856] By: jhi                                   on 2001/02/20  17:33:16
25969         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
25970      Branch: maint-5.6/perl
25971           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
25972           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
25973           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
25974 ____________________________________________________________________________
25975 [  8855] By: jhi                                   on 2001/02/20  17:32:13
25976         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
25977              
25978              Fixed %^H scoping bug
25979              
25980              Removed GV <-> CV refcount loop
25981              
25982              Removed %ENV refcount loop
25983      Branch: maint-5.6/perl
25984           !> gv.c op.c perl.c pp.c scope.c
25985 ____________________________________________________________________________
25986 [  8854] By: jhi                                   on 2001/02/20  17:25:06
25987         Log: Subject: Addition to readme.win32 for Borland C++ compilers
25988              Date: Tue, 20 Feb 2001 02:15:25 +0300
25989              From: "Vadim Konovalov" <watman@inbox.ru>
25990              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
25991              
25992              Document Borland compiler misbehaviour.
25993      Branch: maint-5.6/perl
25994            ! README.win32
25995 ____________________________________________________________________________
25996 [  8853] By: jhi                                   on 2001/02/20  17:22:25
25997         Log: The assimilation of ebcdic.c didn't quite work at the first try,
25998              patches from Thomas Dorner.
25999      Branch: maint-5.6/perl
26000            ! handy.h util.c
26001 ____________________________________________________________________________
26002 [  8852] By: jhi                                   on 2001/02/20  17:20:15
26003         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
26004              From: Chris Nandor <pudge@pobox.com>
26005              Date: Tue, 20 Feb 2001 08:32:45 -0500
26006              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
26007      Branch: maint-5.6/perl
26008            ! makedef.pl mg.c
26009 ____________________________________________________________________________
26010 [  8851] By: jhi                                   on 2001/02/20  17:15:52
26011         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
26012      Branch: perl
26013            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
26014            ! t/lib/filter-util.t
26015 ____________________________________________________________________________
26016 [  8850] By: alanbur                               on 2001/02/20  17:12:40
26017         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
26018              and the magic pointer points back to the GV that contains the
26019              %ENV hash.  This creates a refcount loop that prevents members
26020              of %ENV from being freed correctly.  This change removes the
26021              refcount loop - the magic pointer was never used anyway, the
26022              only use of the magic was to check the type ('E') so that the
26023              appropriate environment manipulation code is called when %ENV
26024              is modified.
26025      Branch: maint-5.6/pureperl
26026            ! perl.c
26027 ____________________________________________________________________________
26028 [  8849] By: jhi                                   on 2001/02/20  17:12:20
26029         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
26030              From: "Craig A. Berry" <craigberry@mac.com>
26031              Date: Mon, 19 Feb 2001 23:36:12 -0600
26032              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
26033              
26034              Case-forgiving systems match TestInit.pm with TES*.
26035      Branch: perl
26036            ! t/lib/glob-basic.t
26037 ____________________________________________________________________________
26038 [  8848] By: jhi                                   on 2001/02/20  17:10:02
26039         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
26040      Branch: perl
26041            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
26042            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
26043            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
26044 ____________________________________________________________________________
26045 [  8847] By: jhi                                   on 2001/02/20  15:34:41
26046         Log: The #8843 wasn't quite right: %Config needs to imported.
26047      Branch: perl
26048            ! t/run/runenv.t
26049 ____________________________________________________________________________
26050 [  8846] By: jhi                                   on 2001/02/20  15:31:50
26051         Log: Retract the #8838 and #8840 for now because of
26052              the DB_File tie problem.
26053      Branch: perl
26054            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
26055            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
26056            ! proto.h sv.c
26057 ____________________________________________________________________________
26058 [  8845] By: alanbur                               on 2001/02/20  14:25:41
26059         Log: Removed GV <-> CV refcount loop
26060              CvGV(mycv) points to the parent GV of the CV, and was previously
26061              refcounted.  The pointer remains, but the refcounting has been removed
26062              as it causes a refcount loop between the CV and GV that means the CV
26063              can't ever be deleted.
26064      Branch: maint-5.6/pureperl
26065            ! gv.c op.c pp.c
26066 ____________________________________________________________________________
26067 [  8844] By: alanbur                               on 2001/02/20  14:23:13
26068         Log: Fixed %^H scoping bug
26069      Branch: maint-5.6/pureperl
26070            ! scope.c
26071 ____________________________________________________________________________
26072 [  8843] By: jhi                                   on 2001/02/19  13:38:08
26073         Log: fork() not everywhere, cleanup temp files.
26074      Branch: perl
26075            ! t/run/runenv.t
26076 ____________________________________________________________________________
26077 [  8842] By: alanbur                               on 2001/02/19  12:42:07
26078         Log: Resynchronised with parent
26079      Branch: maint-5.6/pureperl
26080           !> pod/perlfaq4.pod sv.c utf8.c
26081 ____________________________________________________________________________
26082 [  8841] By: jhi                                   on 2001/02/19  03:35:51
26083         Log: Update Changes.
26084      Branch: perl
26085            ! Changes patchlevel.h
26086 ____________________________________________________________________________
26087 [  8840] By: jhi                                   on 2001/02/19  00:23:41
26088         Log: Subject: [patch] add sv_setref_uv
26089              From: Doug MacEachern <dougm@covalent.net>
26090              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
26091              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
26092      Branch: perl
26093            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
26094            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
26095 ____________________________________________________________________________
26096 [  8839] By: jhi                                   on 2001/02/19  00:01:38
26097         Log: Put to rest the 20010205.001, the email address checking (not) regex.
26098      Branch: perl
26099            ! pod/perlfaq9.pod
26100 ____________________________________________________________________________
26101 [  8838] By: jhi                                   on 2001/02/18  22:17:54
26102         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
26103              From: Doug MacEachern <dougm@covalent.net>
26104              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
26105              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
26106      Branch: perl
26107            ! lib/ExtUtils/xsubpp
26108 ____________________________________________________________________________
26109 [  8837] By: jhi                                   on 2001/02/18  22:16:50
26110         Log: Subject: [patch] -Wall cleanup round 2
26111              From: Doug MacEachern <dougm@covalent.net>
26112              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
26113              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
26114      Branch: perl
26115            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
26116            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
26117            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
26118            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
26119            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
26120            ! ext/SDBM_File/SDBM_File.xs
26121 ____________________________________________________________________________
26122 [  8836] By: jhi                                   on 2001/02/18  22:11:20
26123         Log: Misapplied regex optimizations when \C is present.
26124              Fixes 20001230.002.
26125              
26126              What still remains broken is that the submatches that
26127              have \C in them get their UTF8 flag on because their
26128              parent SV has it on.  This will result in malformed
26129              UTF8 if a \C happened to match a non-ASCII byte.
26130      Branch: perl
26131            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
26132            ! t/pragma/utf8.t
26133 ____________________________________________________________________________
26134 [  8835] By: jhi                                   on 2001/02/18  20:12:02
26135         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
26136              
26137              The hash key got wrongly UTF8fied.
26138      Branch: perl
26139            ! pod/perlapi.pod toke.c utf8.c
26140 ____________________________________________________________________________
26141 [  8834] By: jhi                                   on 2001/02/18  19:44:25
26142         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
26143              don't warn on magical or overloaded things.
26144      Branch: perl
26145            ! pp_hot.c
26146 ____________________________________________________________________________
26147 [  8833] By: nick                                  on 2001/02/18  19:31:22
26148         Log: Integrate mainline
26149      Branch: perlio
26150           +> t/TestInit.pm t/run/runenv.t
26151            - t/UTEST
26152           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
26153           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
26154           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
26155           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
26156           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
26157           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
26158           !> utf8.c
26159 ____________________________________________________________________________
26160 [  8832] By: jhi                                   on 2001/02/18  19:21:18
26161         Log: Integrate perlio.
26162      Branch: perl
26163           !> perlio.c pod/perldiag.pod
26164 ____________________________________________________________________________
26165 [  8831] By: jhi                                   on 2001/02/18  19:14:20
26166         Log: Integrate change #8827 from mainline.
26167              
26168              UTF8 tweaks.
26169      Branch: maint-5.6/perl
26170           !> sv.c utf8.c
26171 ____________________________________________________________________________
26172 [  8830] By: nick                                  on 2001/02/18  19:10:34
26173         Log: Apply the spirit of patch from Nick Clark:
26174              Subject: [PATCH] Re: extensions that provide layers
26175              From: Nicholas Clark <nick@ccl4.org>
26176              Date: Mon, 12 Feb 2001 16:43:51 +0000
26177              Message-Id: <20010212164350.Q3652@plum.flirble.org>
26178      Branch: perlio
26179            ! perlio.c pod/perldiag.pod
26180 ____________________________________________________________________________
26181 [  8829] By: jhi                                   on 2001/02/18  19:03:25
26182         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
26183              From: schwern@pobox.com 
26184              Date: Sun, 18 Feb 2001 13:44:35 -0500
26185              Message-ID: <20010218134435.A17544@magnonel.guild.net>
26186              
26187              Applied, but as t/TestInit.pm.
26188      Branch: perl
26189            + t/TestInit.pm
26190            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
26191            ! t/op/subst_wamp.t
26192 ____________________________________________________________________________
26193 [  8828] By: jhi                                   on 2001/02/18  18:43:52
26194         Log: Integrate perlio.
26195      Branch: perl
26196           !> perlio.c
26197 ____________________________________________________________________________
26198 [  8827] By: jhi                                   on 2001/02/18  18:41:33
26199         Log: UTF-8 tweaks.
26200      Branch: perl
26201            ! sv.c utf8.c
26202 ____________________________________________________________________________
26203 [  8826] By: nick                                  on 2001/02/18  17:40:59
26204         Log: Fix [ID 20010217.002]
26205              open FOO, "<:raw:perlio", ...
26206              :raw now inserts default base layer below itself.
26207              Also
26208              open FOO, "<:unix", ...
26209              works as well - but leaves buffer layer on stack under the unix layer.
26210      Branch: perlio
26211            ! perlio.c
26212 ____________________________________________________________________________
26213 [  8825] By: jhi                                   on 2001/02/18  17:15:39
26214         Log: Integrate perlio.
26215      Branch: perl
26216           !> perlio.c perliol.h
26217 ____________________________________________________________________________
26218 [  8824] By: jhi                                   on 2001/02/18  17:10:53
26219         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
26220              From: schwern@pobox.com
26221              Date: Sun, 18 Feb 2001 01:48:50 -0500
26222              Message-ID: <20010218014850.C19957@magnonel.guild.net>
26223      Branch: perl
26224            ! lib/Test/Harness.pm t/TEST t/op/chop.t
26225 ____________________________________________________________________________
26226 [  8823] By: jhi                                   on 2001/02/18  17:01:06
26227         Log: Add run/*.t to testables.
26228      Branch: perl
26229            ! t/TEST
26230 ____________________________________________________________________________
26231 [  8822] By: jhi                                   on 2001/02/18  16:58:58
26232         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
26233              From: schwern@pobox.com
26234              Date: Sun, 18 Feb 2001 01:11:35 -0500
26235              Message-ID: <20010218011135.A19957@magnonel.guild.net>
26236              
26237              Revive mjd's and Simon's PERL5OPT fix.
26238      Branch: perl
26239            + t/run/runenv.t
26240            ! MANIFEST perl.c
26241 ____________________________________________________________________________
26242 [  8821] By: jhi                                   on 2001/02/18  16:53:46
26243         Log: Subject: Re: Why t/TEST and not Test::Harness?
26244              From: schwern@pobox.com
26245              Date: Sat, 17 Feb 2001 22:44:44 -0500
26246              Message-ID: <20010217224444.A6679@magnonel.guild.net>
26247              
26248              Replace UTEST with TEST -utf8.
26249      Branch: perl
26250            - t/UTEST
26251            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
26252            ! t/lib/glob-basic.t
26253 ____________________________________________________________________________
26254 [  8820] By: nick                                  on 2001/02/18  13:06:16
26255         Log: Clean up a few core dumps when layers are used in unexpected ways.
26256              (Still not "right"...)
26257      Branch: perlio
26258            ! perlio.c perliol.h
26259 ____________________________________________________________________________
26260 [  8819] By: jhi                                   on 2001/02/18  02:25:55
26261         Log: Integrate change #8818 from maintperl, a FAQ nit.
26262      Branch: perl
26263           !> pod/perlfaq4.pod
26264 ____________________________________________________________________________
26265 [  8818] By: jhi                                   on 2001/02/18  02:24:50
26266         Log: FAQ nit from Chris Fedde.
26267      Branch: maint-5.6/perl
26268            ! pod/perlfaq4.pod
26269 ____________________________________________________________________________
26270 [  8817] By: nick                                  on 2001/02/17  18:20:14
26271         Log: Integrate mainline
26272      Branch: perlio
26273           +> lib/unicode/UCD.html lib/unicode/Unicode.html
26274           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
26275           +> pod/perlclib.pod
26276            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
26277            - lib/unicode/Unicode.301
26278           !> (integrate 324 files)
26279 ____________________________________________________________________________
26280 [  8816] By: jhi                                   on 2001/02/17  16:56:58
26281         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
26282      Branch: perl
26283            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
26284            ! ext/Storable/Storable.xs t/lib/st-06compat.t
26285            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
26286 ____________________________________________________________________________
26287 [  8815] By: jhi                                   on 2001/02/17  16:40:07
26288         Log: Subject: [patch] -Wall
26289              From: Doug MacEachern <dougm@covalent.net>
26290              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
26291              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
26292      Branch: perl
26293            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
26294            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
26295 ____________________________________________________________________________
26296 [  8814] By: jhi                                   on 2001/02/16  19:27:18
26297         Log: Document qu better.
26298      Branch: perl
26299            ! pod/perlop.pod
26300 ____________________________________________________________________________
26301 [  8813] By: jhi                                   on 2001/02/15  13:54:37
26302         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
26303              From: Hugo <hv@crypt.compulink.co.uk>
26304              Date: Thu, 15 Feb 2001 13:39:49 +0000
26305              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
26306      Branch: perl
26307            ! toke.c
26308 ____________________________________________________________________________
26309 [  8812] By: alanbur                               on 2001/02/15  13:52:16
26310         Log: Resynchronised with parent
26311      Branch: maint-5.6/pureperl
26312            - ebcdic.c
26313           !> (integrate 36 files)
26314 ____________________________________________________________________________
26315 [  8811] By: jhi                                   on 2001/02/15  13:51:16
26316         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
26317              
26318              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
26319              From: Jan Dubois <JanD@ActiveState.com>
26320              Date: Wed, 31 Jan 2001 21:17:03 -0800
26321              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
26322              
26323              tweak change#8659 to keep it simple
26324              
26325              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
26326              From: Russ Allbery <rra@stanford.edu>
26327              Date: 14 Feb 2001 10:15:41 -0800
26328              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
26329              
26330              (8809 empty)
26331
26332              Upgrade to podlators 1.08, from Russ Allbery.
26333      Branch: perl
26334           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
26335           !> utils/perldoc.PL
26336 ____________________________________________________________________________
26337 [  8810] By: jhi                                   on 2001/02/15  13:35:08
26338         Log: Upgrade to podlators 1.08, from Russ Allbery.
26339      Branch: maint-5.6/perl
26340            ! lib/Pod/Man.pm lib/Pod/Text.pm
26341 ____________________________________________________________________________
26342 [  8809] By: jhi                                   on 2001/02/15  13:26:38
26343         Log: (accidentally empty check-in)
26344      Branch: maint-5.6/perl
26345            ! lib/Test/Harness.pm
26346 ____________________________________________________________________________
26347 [  8808] By: jhi                                   on 2001/02/15  13:23:47
26348         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
26349              From: Russ Allbery <rra@stanford.edu>
26350              Date: 14 Feb 2001 10:15:41 -0800
26351              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
26352              
26353              perldoc was hardcoding $Config{installscript}, which breaks
26354              when install* isn't where Perl ends up (such as with AFS).
26355              
26356              Use $Config{scriptdir} instead.
26357      Branch: maint-5.6/perl
26358            ! utils/perldoc.PL
26359 ____________________________________________________________________________
26360 [  8807] By: jhi                                   on 2001/02/14  14:37:27
26361         Log: Update Changes.
26362      Branch: perl
26363            ! Changes patchlevel.h
26364 ____________________________________________________________________________
26365 [  8806] By: jhi                                   on 2001/02/14  14:25:31
26366         Log: Integrate changes #8803,8804,8805 from mainline.
26367              
26368              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
26369              
26370              Don't skip too much of the locale error message if no environ array,
26371              from Chris Nandor.
26372              
26373              More MacOS Classic fixes from Chris Nandor.
26374      Branch: maint-5.6/perl
26375           !> doop.c lib/Cwd.pm perl.c perl.h util.c
26376 ____________________________________________________________________________
26377 [  8805] By: jhi                                   on 2001/02/14  03:29:01
26378         Log: More MacOS Classic fixes from Chris Nandor.
26379      Branch: perl
26380            ! doop.c lib/Cwd.pm
26381 ____________________________________________________________________________
26382 [  8804] By: jhi                                   on 2001/02/14  03:18:35
26383         Log: Don't skip too much of the locale error message if no environ array,
26384              from Chris Nandor.
26385      Branch: perl
26386            ! util.c
26387 ____________________________________________________________________________
26388 [  8803] By: jhi                                   on 2001/02/14  03:14:14
26389         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
26390      Branch: perl
26391            ! perl.c perl.h
26392 ____________________________________________________________________________
26393 [  8802] By: jhi                                   on 2001/02/13  18:31:33
26394         Log: AUTHORS update.
26395      Branch: perl
26396            ! AUTHORS
26397 ____________________________________________________________________________
26398 [  8801] By: jhi                                   on 2001/02/13  17:55:19
26399         Log: Integrate change #8792 from mainline.
26400              
26401              Subject: buncha MacPerl patches for bleadperl
26402              From: Chris Nandor <pudge@pobox.com>
26403              Date: Tue, 13 Feb 2001 00:02:43 -0500
26404              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
26405      Branch: maint-5.6/perl
26406           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
26407           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
26408           !> t/lib/basename.t toke.c util.h
26409 ____________________________________________________________________________
26410 [  8800] By: jhi                                   on 2001/02/13  17:46:43
26411         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
26412              to be forced to Off_t.
26413              
26414              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
26415              From: nick@ccl4.org
26416              Date: Thu, 1 Feb 2001 12:01:04 +0000
26417              Message-Id: <20010201120103.E11401@plum.flirble.org>
26418      Branch: maint-5.6/perl
26419            ! iperlsys.h perlio.c
26420 ____________________________________________________________________________
26421 [  8799] By: jhi                                   on 2001/02/13  16:52:51
26422         Log: Duplex duplex hunk hunk.
26423      Branch: maint-5.6/perl
26424            ! Makefile.SH
26425 ____________________________________________________________________________
26426 [  8797] By: jhi                                   on 2001/02/13  14:52:04
26427         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
26428              From: "Craig A. Berry" <craigberry@mac.com>
26429              Date: Mon, 12 Feb 2001 11:05:25 -0600
26430              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
26431      Branch: perl
26432            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
26433 ____________________________________________________________________________
26434 [  8796] By: jhi                                   on 2001/02/13  14:36:47
26435         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
26436              From: simon.cozens@pembroke.oxford.ac.uk 
26437              Date: Sat, 10 Feb 2001 17:57:02 +0000
26438              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
26439              
26440              Now it does include.
26441      Branch: perl
26442            ! pod/perldiag.pod
26443 ____________________________________________________________________________
26444 [  8795] By: jhi                                   on 2001/02/13  14:30:11
26445         Log: Sort the MANIFEST.
26446      Branch: perl
26447            ! MANIFEST
26448 ____________________________________________________________________________
26449 [  8794] By: jhi                                   on 2001/02/13  14:26:51
26450         Log: Integrate change #8793 from mainline, FAQ updates.
26451      Branch: maint-5.6/perl
26452           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
26453 ____________________________________________________________________________
26454 [  8793] By: jhi                                   on 2001/02/13  14:25:13
26455         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
26456      Branch: perl
26457            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
26458 ____________________________________________________________________________
26459 [  8792] By: jhi                                   on 2001/02/13  14:22:50
26460         Log: Subject: buncha MacPerl patches for bleadperl
26461              From: Chris Nandor <pudge@pobox.com>
26462              Date: Tue, 13 Feb 2001 00:02:43 -0500
26463              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
26464      Branch: perl
26465            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
26466            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
26467            ! t/lib/basename.t toke.c util.h
26468 ____________________________________________________________________________
26469 [  8791] By: jhi                                   on 2001/02/13  14:10:39
26470         Log: Integrate change #8790 from mainline.
26471              
26472              environ array wrongly assumed in Perl_init_i18nl10n(),
26473      Branch: maint-5.6/perl
26474           !> util.c
26475 ____________________________________________________________________________
26476 [  8790] By: jhi                                   on 2001/02/13  14:06:15
26477         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
26478              noticed by Chris Nandor in MacOS Classic.
26479      Branch: perl
26480            ! util.c
26481 ____________________________________________________________________________
26482 [  8789] By: jhi                                   on 2001/02/13  13:58:07
26483         Log: Integrate changes #8373,8487,8544,8783 from mainline.
26484              
26485              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
26486              hints files, the dynaloading, assimilate ebcdic into util.c.
26487      Branch: maint-5.6/perl
26488            - ebcdic.c
26489            ! MANIFEST hints/posix-bc.sh
26490           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
26491           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
26492           !> perlapi.c proto.h util.c
26493 ____________________________________________________________________________
26494 [  8788] By: alanbur                               on 2001/02/13  10:33:13
26495         Log: Integrated changes from maint-5.6
26496      Branch: maint-5.6/pureperl
26497           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
26498           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
26499           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26500           !> vos/config.ga.h vos/configure_perl.cm
26501 ____________________________________________________________________________
26502 [  8787] By: jhi                                   on 2001/02/13  05:56:36
26503         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
26504      Branch: perl
26505           !> Makefile.SH
26506 ____________________________________________________________________________
26507 [  8786] By: jhi                                   on 2001/02/13  05:54:34
26508         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
26509              From: Dorner Thomas <Thomas.Dorner@start.de>
26510              Date: Mon, 12 Feb 2001 15:06:26 +0100
26511              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
26512      Branch: maint-5.6/perl
26513            ! Makefile.SH
26514 ____________________________________________________________________________
26515 [  8785] By: jhi                                   on 2001/02/13  05:29:04
26516         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
26517      Branch: perl
26518           !> hints/openbsd.sh
26519 ____________________________________________________________________________
26520 [  8784] By: jhi                                   on 2001/02/13  02:25:24
26521         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
26522              From: Peter Prymmer <pvhp@forte.com>
26523              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
26524              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
26525      Branch: perl
26526            ! pod/perlclib.pod
26527 ____________________________________________________________________________
26528 [  8783] By: jhi                                   on 2001/02/13  02:22:36
26529         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
26530      Branch: perl
26531            - ebcdic.c
26532            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
26533            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
26534            ! util.c
26535 ____________________________________________________________________________
26536 [  8782] By: jhi                                   on 2001/02/13  02:00:07
26537         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
26538      Branch: maint-5.6/perl
26539            ! pod/perlport.pod
26540 ____________________________________________________________________________
26541 [  8781] By: jhi                                   on 2001/02/13  01:58:44
26542         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
26543      Branch: maint-5.6/perl
26544            ! hints/openbsd.sh
26545 ____________________________________________________________________________
26546 [  8780] By: jhi                                   on 2001/02/13  01:57:33
26547         Log: Synchronize the regexp tests between maintperl and mainline.
26548      Branch: maint-5.6/perl
26549           !> t/op/re_tests
26550 ____________________________________________________________________________
26551 [  8779] By: jhi                                   on 2001/02/13  01:49:35
26552         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
26553              From: Hugo <hv@crypt.compulink.co.uk>
26554              Date: Tue, 13 Feb 2001 00:11:11 +0000
26555              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
26556      Branch: perl
26557            ! regcomp.c t/op/re_tests
26558 ____________________________________________________________________________
26559 [  8778] By: jhi                                   on 2001/02/13  00:23:10
26560         Log: Comments do not nest.
26561      Branch: perl
26562            ! perl.h
26563 ____________________________________________________________________________
26564 [  8777] By: jhi                                   on 2001/02/13  00:17:54
26565         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
26566              From: Hugo <hv@crypt.compulink.co.uk>
26567              Date: Tue, 13 Feb 2001 00:11:11 +0000
26568              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
26569      Branch: maint-5.6/perl
26570            ! regcomp.c t/op/re_tests
26571 ____________________________________________________________________________
26572 [  8776] By: jhi                                   on 2001/02/12  23:25:52
26573         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
26574      Branch: maint-5.6/perl
26575            ! pod/perlport.pod
26576 ____________________________________________________________________________
26577 [  8775] By: jhi                                   on 2001/02/12  23:04:28
26578         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
26579      Branch: maint-5.6/perl
26580            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
26581            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
26582            ! vos/configure_perl.cm
26583 ____________________________________________________________________________
26584 [  8774] By: jhi                                   on 2001/02/12  22:59:11
26585         Log: Subject: Re: [patch] context for 'U' magic functions
26586              From: Doug MacEachern <dougm@covalent.net>
26587              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
26588              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
26589              
26590              plus the suggestion by Nick Ing-Simmons to name the macro
26591              as PERL_MG_UFUNC to avoid namespace pollution, plus add
26592              the advice by Doug for XS writers to perl.h
26593      Branch: perl
26594            ! mg.c perl.h
26595 ____________________________________________________________________________
26596 [  8773] By: jhi                                   on 2001/02/11  20:14:12
26597         Log: Update Changes.
26598      Branch: perl
26599            ! Changes patchlevel.h
26600 ____________________________________________________________________________
26601 [  8772] By: jhi                                   on 2001/02/11  18:47:52
26602         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
26603              From: Simon Cozens <simon@cozens.net>
26604              Date: Wed, 31 Jan 2001 16:31:43 +0000
26605              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
26606      Branch: perl
26607            + pod/perlclib.pod
26608            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
26609            ! pod/perltoc.pod
26610 ____________________________________________________________________________
26611 [  8771] By: jhi                                   on 2001/02/11  18:36:48
26612         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
26613              
26614              Blocks-4d3.beta.txt
26615              CaseFolding-3d4.beta.txt
26616              CompositionExclusions-3d6.beta.txt
26617              EastAsianWidth-4d4.beta.txt
26618              LineBreak-6d3.beta.txt
26619              NamesList-3.1.0d1.beta.txt
26620              PropList-3.1.0d4.beta.txt
26621              SpecialCasing-4d1.beta.txt
26622              UnicodeData-3.1.0d6.beta.txt
26623      Branch: perl
26624            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
26625           +> lib/unicode/UCD.html lib/unicode/Unicode.html
26626            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
26627            - lib/unicode/Unicode.301
26628            ! (edit 257 files)
26629 ____________________________________________________________________________
26630 [  8770] By: jhi                                   on 2001/02/11  17:26:22
26631         Log: UTF-8 documentation.
26632      Branch: perl
26633            ! utf8.h
26634 ____________________________________________________________________________
26635 [  8769] By: jhi                                   on 2001/02/11  17:12:49
26636         Log: Retract #8762.
26637      Branch: perl
26638            ! regexec.c
26639 ____________________________________________________________________________
26640 [  8768] By: jhi                                   on 2001/02/11  16:54:45
26641         Log: Subject: [PATCH] Test::Harness
26642              From: andreas.koenig@anima.de (Andreas J. Koenig)
26643              Date: 11 Feb 2001 14:37:00 +0100
26644              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
26645      Branch: perl
26646            ! lib/Test/Harness.pm
26647 ____________________________________________________________________________
26648 [  8767] By: jhi                                   on 2001/02/11  16:53:52
26649         Log: Subject: [PATCH] Document makepatch in Porting/patching
26650              From: andreas.koenig@anima.de (Andreas J. Koenig)
26651              Date: 11 Feb 2001 16:46:28 +0100
26652              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
26653      Branch: perl
26654            ! Porting/patching.pod
26655 ____________________________________________________________________________
26656 [  8766] By: jhi                                   on 2001/02/11  06:30:23
26657         Log: Subject: Re: [patch] GvSHARED
26658              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
26659              From: Doug MacEachern <dougm@covalent.net>
26660              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
26661              
26662              Subject: Re: [patch] GvSHARED
26663              From: Doug MacEachern <dougm@covalent.net>
26664              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
26665              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
26666              
26667              Subject: [patch] attributes.pm support for `shared'
26668              From: Doug MacEachern <dougm@covalent.net>
26669              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
26670              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
26671              
26672              our() attributes were ignored, our :shared pieces missing,
26673              allow attributes.pm to turn on shared.
26674      Branch: perl
26675            ! op.c t/op/attrs.t toke.c xsutils.c
26676 ____________________________________________________________________________
26677 [  8765] By: alanbur                               on 2001/02/10  23:11:19
26678         Log: Resync with parent (hopefully sucessfully this time)
26679      Branch: maint-5.6/pureperl
26680           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
26681           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
26682           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
26683           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
26684           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
26685           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
26686           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
26687 ____________________________________________________________________________
26688 [  8764] By: jhi                                   on 2001/02/10  22:54:38
26689         Log: Make TEST and UTEST more verbose in case something goes
26690              wrong in running/compiling a script, suggested by Doug
26691              MacEachern.
26692      Branch: perl
26693            ! t/TEST t/UTEST
26694 ____________________________________________________________________________
26695 [  8763] By: jhi                                   on 2001/02/10  22:11:34
26696         Log: Bogus shebang.
26697      Branch: perl
26698            ! t/lib/texttabs.t
26699 ____________________________________________________________________________
26700 [  8762] By: jhi                                   on 2001/02/10  21:56:02
26701         Log: (Retracted by #8769)
26702      Branch: perl
26703            ! regexec.c
26704 ____________________________________________________________________________
26705 [  8761] By: jhi                                   on 2001/02/10  21:26:15
26706         Log: Subject: Re: [patch] GvSHARED 
26707              From: Doug MacEachern <dougm@covalent.net>
26708              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
26709              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
26710              
26711              our @EXPORT : shared = (...);
26712      Branch: perl
26713            ! toke.c
26714 ____________________________________________________________________________
26715 [  8760] By: jhi                                   on 2001/02/10  21:25:07
26716         Log: Subject: [patch] GvSHARED
26717              From: Doug MacEachern <dougm@covalent.net>
26718              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
26719              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
26720      Branch: perl
26721            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
26722 ____________________________________________________________________________
26723 [  8759] By: alanbur                               on 2001/02/10  21:24:27
26724         Log: Backed out mismerge.
26725      Branch: maint-5.6/pureperl
26726            ! MANIFEST README.hpux README.vmesa gv.c installhtml
26727            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
26728            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
26729            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
26730            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
26731            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
26732            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
26733 ____________________________________________________________________________
26734 [  8758] By: jhi                                   on 2001/02/10  18:01:17
26735         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
26736              
26737              Fixed UMRs and leak in Perl_pmtrans()
26738              
26739              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
26740              associated UTFied tr/// code.  Also fixed scoping leak of
26741              PL_reg_start_tmp.
26742              
26743              newATTRSUB leaks when an attempt to redefine the active sort sub is
26744              made.
26745      Branch: maint-5.6/perl
26746           !> op.c regcomp.c
26747 ____________________________________________________________________________
26748 [  8757] By: alanbur                               on 2001/02/10  17:56:46
26749         Log: Resynchronised with parent
26750      Branch: maint-5.6/pureperl
26751           +> README.bs2000
26752            - README.posix-bc
26753            ! gv.c perl.c sv.c
26754           !> MANIFEST README.hpux README.vmesa installhtml
26755           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
26756           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
26757           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
26758           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
26759           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
26760           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
26761 ____________________________________________________________________________
26762 [  8756] By: alanbur                               on 2001/02/10  17:51:15
26763         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
26764              made.
26765      Branch: maint-5.6/pureperl
26766            ! op.c
26767 ____________________________________________________________________________
26768 [  8755] By: jhi                                   on 2001/02/09  22:41:35
26769         Log: Upgrade to CPAN 1.59_54, from Andreas König.
26770      Branch: perl
26771            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
26772 ____________________________________________________________________________
26773 [  8754] By: jhi                                   on 2001/02/09  22:29:20
26774         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
26775              
26776              Didn't upgrade the fill.t since it has a dependency to File::Slurp
26777              purely for debugging purposes, the actual test hasn't changed.
26778      Branch: perl
26779            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
26780            ! t/lib/textwrap.t
26781 ____________________________________________________________________________
26782 [  8753] By: jhi                                   on 2001/02/09  20:17:50
26783         Log: Integrate change #8682 from maintperl.
26784              
26785              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
26786              to work correctly.
26787      Branch: perl
26788           !> hints/irix_6.sh
26789 ____________________________________________________________________________
26790 [  8752] By: jhi                                   on 2001/02/09  20:00:46
26791         Log: Update Changes.
26792      Branch: perl
26793            ! Changes patchlevel.h
26794 ____________________________________________________________________________
26795 [  8751] By: nick                                  on 2001/02/09  19:48:37
26796         Log: Integrate mainline
26797      Branch: perlio
26798           +> README.bs2000 t/lib/cgi-esc.t
26799            - README.posix-bc
26800           !> (integrate 53 files)
26801 ____________________________________________________________________________
26802 [  8750] By: nick                                  on 2001/02/09  19:25:16
26803         Log: Subject: RE: Biannual Competition to Improve Hashing Function
26804              From: Fisher Mark <fisherm@tce.com>
26805              Date: Thu, 8 Feb 2001 10:44:00 -0500
26806              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
26807              Date: Thu, 8 Feb 2001 15:02:47 -0500
26808              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
26809      Branch: perl
26810            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
26811 ____________________________________________________________________________
26812 [  8749] By: jhi                                   on 2001/02/09  19:02:35
26813         Log: Forgotten fragment.
26814      Branch: perl
26815            ! pod/perlapi.pod
26816 ____________________________________________________________________________
26817 [  8748] By: jhi                                   on 2001/02/09  18:31:34
26818         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
26819              plus manual tweakage.
26820              
26821              Sync the perlfaq2 between mainline and maintperl.
26822      Branch: maint-5.6/perl
26823            ! pod/perlfaq2.pod
26824      Branch: perl
26825           !> pod/perlfaq2.pod
26826 ____________________________________________________________________________
26827 [  8747] By: jhi                                   on 2001/02/09  18:12:04
26828         Log: Subject: versiononly and installperl
26829              From: abigail@foad.org
26830              Date: Wed, 7 Feb 2001 22:43:12 +0100
26831              Message-ID: <20010207214312.7045.qmail@foad.org>    
26832              
26833              Add +v flag to force a normal install of the perl binary
26834              and the utilities.
26835              
26836              Subject: [PATCH] installperl
26837              From: Nicholas Clark <nick@ccl4.org>
26838              Date: Fri, 9 Feb 2001 16:28:57 +0000
26839              Message-ID: <20010209162857.B10931@plum.flirble.org>
26840              
26841              Add -A flag which also hardlinks the binary with
26842              the full architecture name.
26843      Branch: perl
26844            ! installperl
26845 ____________________________________________________________________________
26846 [  8746] By: jhi                                   on 2001/02/09  18:03:43
26847         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
26848              
26849              Subject: perlfaq2, re: perlmongers
26850              
26851              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
26852              
26853              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
26854              
26855              Subject: [ID 20010205.001] typo in perlfaq9
26856              
26857              Subject: [ID 20010208.002] unordered explanation in perlcall
26858      Branch: maint-5.6/perl
26859           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
26860           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
26861           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
26862 ____________________________________________________________________________
26863 [  8745] By: jhi                                   on 2001/02/09  17:59:09
26864         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
26865              From: abela@geneanet.org
26866              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
26867              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
26868      Branch: perl
26869            ! pod/perlcall.pod
26870 ____________________________________________________________________________
26871 [  8744] By: jhi                                   on 2001/02/09  17:48:16
26872         Log: Subject: [ID 20010205.001] typo in perlfaq9
26873              From: eserte@vran.herceg.de
26874              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
26875              Message-Id: <200102042244.XAA21926@vran.herceg.de>
26876      Branch: perl
26877            ! pod/perlfaq9.pod
26878 ____________________________________________________________________________
26879 [  8743] By: jhi                                   on 2001/02/09  17:25:12
26880         Log: Integrate change #8695 from maintperl.
26881              
26882              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
26883      Branch: perl
26884           !> thread.h
26885 ____________________________________________________________________________
26886 [  8742] By: jhi                                   on 2001/02/09  17:21:22
26887         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
26888              From: Andy Dougherty <doughera@lafayette.edu>
26889              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
26890              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
26891      Branch: perl
26892            ! embed.pl
26893 ____________________________________________________________________________
26894 [  8741] By: jhi                                   on 2001/02/09  17:05:19
26895         Log: Integrate changes #8738,8739,8740 from maintperl.
26896              
26897              Html files will be installed in a more logical and easier to
26898              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
26899              
26900              Html files will be generated with a header to make them look
26901              a little less bare.
26902              
26903              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
26904      Branch: perl
26905           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
26906 ____________________________________________________________________________
26907 [  8740] By: jhi                                   on 2001/02/09  17:03:46
26908         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
26909              From: "Brendan O'Dea" <bod@compusol.com.au>
26910              Date: Sun, 4 Feb 2001 11:17:56 +1100
26911              Message-ID: <20010204111756.A16301@compusol.com.au>
26912      Branch: maint-5.6/perl
26913            ! pod/perlfaq3.pod
26914 ____________________________________________________________________________
26915 [  8739] By: jhi                                   on 2001/02/09  17:01:59
26916         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
26917              From: "Indy Singh" <indy@nusphere.com>
26918              Date: Fri, 2 Feb 2001 15:09:59 -0500
26919              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
26920              
26921              Html files will be generated with a header to make them look
26922              a little less bare.
26923      Branch: maint-5.6/perl
26924            ! installhtml
26925 ____________________________________________________________________________
26926 [  8738] By: jhi                                   on 2001/02/09  16:58:48
26927         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
26928              From: "Indy Singh" <indy@nusphere.com>
26929              Date: Fri, 2 Feb 2001 15:08:23 -0500
26930              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
26931              
26932              Html files will be installed in a more logical and easier to
26933              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
26934      Branch: maint-5.6/perl
26935            ! win32/Makefile win32/makefile.mk
26936 ____________________________________________________________________________
26937 [  8737] By: jhi                                   on 2001/02/09  16:46:54
26938         Log: Integrate changes #8687,8736 from maintperl.
26939              
26940              HP-UX thread patches from Merijn H. Brand.
26941              
26942              Latin nit from Philip Newton.
26943      Branch: perl
26944           !> README.hpux hints/hpux.sh
26945 ____________________________________________________________________________
26946 [  8736] By: jhi                                   on 2001/02/09  16:42:31
26947         Log: Latin nit from Philip Newton.
26948      Branch: maint-5.6/perl
26949            ! README.hpux
26950 ____________________________________________________________________________
26951 [  8735] By: jhi                                   on 2001/02/09  16:24:03
26952         Log: Integrate changes #8704,8710 from pureperl.
26953              
26954              Fixed UMRs and leak in Perl_pmtrans()
26955              
26956              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
26957              associated UTFied tr/// code.  Also fixed scoping leak of
26958              PL_reg_start_tmp.
26959      Branch: perl
26960           !> op.c regcomp.c
26961 ____________________________________________________________________________
26962 [  8734] By: jhi                                   on 2001/02/09  15:40:21
26963         Log: Integrate change #8733 from maintperl.
26964              
26965              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
26966      Branch: perl
26967           !> pod/perlre.pod
26968 ____________________________________________________________________________
26969 [  8733] By: jhi                                   on 2001/02/09  15:35:47
26970         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
26971              From: Prymmer/Kahn <pvhp@best.com>
26972              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
26973              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
26974      Branch: maint-5.6/perl
26975            ! pod/perlre.pod
26976 ____________________________________________________________________________
26977 [  8732] By: jhi                                   on 2001/02/09  15:26:17
26978         Log: Rename README.posix-bc to README.bs2000 (to avoid the
26979              confusion of a "perlposix-bc.pod"), add a few missing
26980              arch pods, regen toc.
26981      Branch: maint-5.6/perl
26982           +> README.bs2000
26983            - README.posix-bc
26984            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
26985            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
26986 ____________________________________________________________________________
26987 [  8731] By: jhi                                   on 2001/02/09  15:23:39
26988         Log: De-cut-and-pasto.
26989      Branch: perl
26990            ! pod/perl.pod
26991 ____________________________________________________________________________
26992 [  8730] By: jhi                                   on 2001/02/09  15:11:13
26993         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
26994              when people think that perlposix-bc.pod tells anything about
26995              Perl and POSIX.  Regen toc.
26996      Branch: perl
26997           +> README.bs2000
26998            - README.posix-bc
26999            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
27000            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
27001 ____________________________________________________________________________
27002 [  8729] By: jhi                                   on 2001/02/09  14:52:28
27003         Log: The README.vmesa part of #8712 from maintperl.
27004      Branch: perl
27005            ! README.vmesa
27006 ____________________________________________________________________________
27007 [  8728] By: jhi                                   on 2001/02/09  14:46:06
27008         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
27009              From: Peter Prymmer <pvhp@forte.com>
27010              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
27011              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
27012      Branch: maint-5.6/perl
27013            ! README.vmesa win32/Makefile win32/makefile.mk
27014 ____________________________________________________________________________
27015 [  8727] By: jhi                                   on 2001/02/09  14:33:25
27016         Log: Integrate change #8712 from mainline.
27017              
27018              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
27019      Branch: maint-5.6/perl
27020           !> lib/Pod/Find.pm
27021 ____________________________________________________________________________
27022 [  8726] By: jhi                                   on 2001/02/09  14:30:28
27023         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
27024              From: Peter Prymmer <pvhp@forte.com>
27025              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
27026              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
27027      Branch: perl
27028            + t/lib/cgi-esc.t
27029            ! MANIFEST lib/CGI/Util.pm
27030 ____________________________________________________________________________
27031 [  8725] By: jhi                                   on 2001/02/09  04:56:47
27032         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
27033      Branch: maint-5.6/perl
27034            ! pod/perlport.pod
27035 ____________________________________________________________________________
27036 [  8724] By: jhi                                   on 2001/02/09  04:40:59
27037         Log: Integrate changes 7819,7820 from vmsperl into mainline.
27038              
27039              Add header for LIB$ prototypes (C. Berry)
27040              
27041              Convert fwrite()s to sockets to write()s, since some socket stacks
27042              don't take kindly to stdio.
27043              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
27044              (for often optional LNMs)
27045              Correct a few typos
27046              (C. Bailey)
27047      Branch: perl
27048           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
27049 ____________________________________________________________________________
27050 [  8723] By: jhi                                   on 2001/02/09  03:29:29
27051         Log: Integrate change #8722 from mainline.
27052              
27053              The Im() function wasn't returning zero for non-Math::Complex
27054              arguments.  The bug reported by John Gamble.
27055      Branch: maint-5.6/perl
27056           !> lib/Math/Complex.pm
27057 ____________________________________________________________________________
27058 [  8722] By: jhi                                   on 2001/02/09  03:28:33
27059         Log: The Im() function wasn't returning zero for non-Math::Complex
27060              arguments.  The bug reported by John Gamble.
27061      Branch: perl
27062            ! lib/Math/Complex.pm
27063 ____________________________________________________________________________
27064 [  8721] By: nick                                  on 2001/02/08  22:11:35
27065         Log: Correct the correction :-(
27066      Branch: perl
27067            ! perl.c
27068 ____________________________________________________________________________
27069 [  8720] By: bailey                                on 2001/02/08  20:59:22
27070         Log: Convert frwite()s to sockets to write()s, since some socket stacks
27071              don't take kindly to stdio.
27072              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
27073              (for often optional LNMs)
27074              Correct a few typos
27075              (C. Bailey)
27076      Branch: vmsperl
27077            ! vms/vms.c vms/vmsish.h
27078 ____________________________________________________________________________
27079 [  8719] By: bailey                                on 2001/02/08  20:51:02
27080         Log: Add header for LIB$ prototypes (C. Berry)
27081      Branch: vmsperl
27082            ! ext/Devel/DProf/DProf.xs
27083 ____________________________________________________________________________
27084 [  8718] By: bailey                                on 2001/02/08  20:49:00
27085         Log: SYN SYN
27086      Branch: vmsperl
27087           +> pod/perliol.pod t/lib/sample-tests/bailout
27088           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
27089           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
27090           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
27091           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
27092           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
27093           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
27094            - lib/unicode/Is/DCinital.pl
27095           !> (integrate 101 files)
27096 ____________________________________________________________________________
27097 [  8717] By: nick                                  on 2001/02/08  19:38:48
27098         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
27099              From: Robin Barker <rmb1@cise.npl.co.uk>
27100              Date: Thu, 8 Feb 2001 14:38:07 GMT
27101              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
27102      Branch: perl
27103            ! lib/CPAN.pm
27104 ____________________________________________________________________________
27105 [  8716] By: nick                                  on 2001/02/08  19:29:07
27106         Log: Generated files form 8713 etc.
27107      Branch: perl
27108            ! embed.h global.sym objXSUB.h perlapi.c proto.h
27109 ____________________________________________________________________________
27110 [  8715] By: nick                                  on 2001/02/08  19:26:08
27111         Log: Fixup non-ithread build after 8713
27112      Branch: perl
27113            ! perl.c
27114 ____________________________________________________________________________
27115 [  8714] By: nick                                  on 2001/02/08  19:17:45
27116         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
27117              From: nick@ccl4.org
27118              Date: Wed, 7 Feb 2001 00:27:47 +0000
27119              Message-Id: <20010207002747.B63724@plum.flirble.org>
27120      Branch: perl
27121            ! sv.c toke.c
27122 ____________________________________________________________________________
27123 [  8713] By: nick                                  on 2001/02/08  19:15:58
27124         Log: Subject: Re: [patch] Re: PL_ptr_table
27125              From: Doug Maceachern <dougm@covalent.net>
27126              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
27127              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
27128      Branch: perl
27129            ! embed.pl perl.c sv.c sv.h
27130 ____________________________________________________________________________
27131 [  8712] By: nick                                  on 2001/02/08  19:12:47
27132         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
27133              From: Peter Prymmer <pvhp@forte.com>
27134              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
27135              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
27136      Branch: perl
27137            ! lib/Pod/Find.pm
27138 ____________________________________________________________________________
27139 [  8711] By: nick                                  on 2001/02/07  21:06:11
27140         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
27141              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
27142              From: Alan Burlison <Alan.Burlison@uk.sun.com>
27143              Date: Tue, 06 Feb 2001 23:37:01 +0000
27144              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
27145      Branch: perl
27146            ! regcomp.c
27147 ____________________________________________________________________________
27148 [  8710] By: alanbur                               on 2001/02/07  00:22:04
27149         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
27150              associated UTFied tr/// code.  Also fixed scoping leak of
27151              PL_reg_start_tmp.
27152      Branch: maint-5.6/pureperl
27153            ! op.c regcomp.c
27154 ____________________________________________________________________________
27155 [  8709] By: nick                                  on 2001/02/06  21:16:49
27156         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
27157              From: Michael G Schwern <schwern@pobox.com>
27158              Date: Sun, 4 Feb 2001 19:47:14 -0500
27159              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
27160      Branch: perl
27161            ! pod/perlapi.pod pod/perlmodlib.PL
27162 ____________________________________________________________________________
27163 [  8708] By: nick                                  on 2001/02/06  20:41:20
27164         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
27165              From: Michael G Schwern <schwern@pobox.com>
27166              Date: Sun, 4 Feb 2001 21:17:49 -0500
27167              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
27168      Branch: perl
27169            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
27170            ! pod/perltootc.pod
27171 ____________________________________________________________________________
27172 [  8707] By: nick                                  on 2001/02/06  20:29:11
27173         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
27174              From: Michael G Schwern <schwern@pobox.com>
27175              Date: Tue, 6 Feb 2001 05:54:30 -0500
27176              Message-Id: <20010206055430.A951@blackrider.aocn.com>
27177      Branch: perl
27178            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
27179 ____________________________________________________________________________
27180 [  8706] By: nick                                  on 2001/02/06  20:21:40
27181         Log: Subject: RE: some win32 fixes
27182              Date: Tue, 6 Feb 2001 09:23:20 +0300
27183              From: Vadim Konovalov <vkonovalov@lucent.com>
27184              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
27185      Branch: perl
27186            ! toke.c win32/Makefile win32/config.bc win32/config.gc
27187            ! win32/config.vc win32/config_H.bc win32/makefile.mk
27188 ____________________________________________________________________________
27189 [  8705] By: alanbur                               on 2001/02/06  15:00:03
27190         Log: Synchronised with parent
27191      Branch: maint-5.6/pureperl
27192            ! regexec.c
27193           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
27194           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
27195 ____________________________________________________________________________
27196 [  8704] By: alanbur                               on 2001/02/06  14:55:24
27197         Log: Fixed UMRs and leak in Perl_pmtrans()
27198      Branch: maint-5.6/pureperl
27199            ! op.c
27200 ____________________________________________________________________________
27201 [  8703] By: gsar                                  on 2001/02/06  02:29:37
27202         Log: $(MAKE) distclean doesn't clean up properly on windows
27203      Branch: maint-5.6/perl
27204            ! win32/Makefile win32/makefile.mk
27205 ____________________________________________________________________________
27206 [  8702] By: gsar                                  on 2001/02/06  01:00:46
27207         Log: tweak change#8659 to keep it simple
27208      Branch: maint-5.6/perl
27209            ! utils/perldoc.PL
27210 ____________________________________________________________________________
27211 [  8701] By: gsar                                  on 2001/02/05  22:45:41
27212         Log: change#8693 was missing testsuite changes
27213      Branch: maint-5.6/perl
27214           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
27215 ____________________________________________________________________________
27216 [  8700] By: nick                                  on 2001/02/05  20:32:52
27217         Log: Integrate mainline
27218      Branch: perlio
27219           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
27220           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
27221           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
27222           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
27223           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
27224           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
27225           +> t/lib/test-harness.t
27226           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
27227           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
27228           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
27229           !> pod/perlutil.pod t/TEST utils/h2xs.PL
27230 ____________________________________________________________________________
27231 [  8699] By: nick                                  on 2001/02/05  19:41:07
27232         Log: Subject: perlfaq2, re: perlmongers
27233              From: David H. Adler <dha@panix.com>
27234              Date: Sun, 4 Feb 2001 23:48:23 -0500
27235              Message-Id: <20010204234823.A13429@panix.com>
27236      Branch: perl
27237            ! pod/perlfaq2.pod
27238 ____________________________________________________________________________
27239 [  8698] By: nick                                  on 2001/02/05  19:39:31
27240         Log: Missed file f#rom the testharness mess.
27241      Branch: perl
27242            + t/lib/test-harness.t
27243 ____________________________________________________________________________
27244 [  8697] By: nick                                  on 2001/02/05  19:37:21
27245         Log: Subject: [DOC PATCH] overload.pm nits
27246              From: John Tobey <jtobey@john-edwin-tobey.org>
27247              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
27248              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
27249      Branch: perl
27250            ! lib/overload.pm
27251 ____________________________________________________________________________
27252 [  8696] By: alanbur                               on 2001/02/05  11:56:00
27253         Log: Sync with parent
27254      Branch: maint-5.6/pureperl
27255           !> thread.h
27256 ____________________________________________________________________________
27257 [  8695] By: gsar                                  on 2001/02/05  03:27:34
27258         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
27259      Branch: maint-5.6/perl
27260            ! thread.h
27261 ____________________________________________________________________________
27262 [  8694] By: alanbur                               on 2001/02/05  00:07:47
27263         Log: Initial branch creation from //depot/maint-5.6/perl
27264      Branch: maint-5.6/pureperl
27265           +> (branch 1719 files)
27266 ____________________________________________________________________________
27267 [  8693] By: gsar                                  on 2001/02/04  22:38:49
27268         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
27269              changes)
27270      Branch: maint-5.6/perl
27271           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
27272           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
27273           !> ext/DB_File/version.c
27274 ____________________________________________________________________________
27275 [  8692] By: nick                                  on 2001/02/04  18:15:57
27276         Log: The missed t/TEST part of the grand testharness upgrade.
27277      Branch: perl
27278            ! t/TEST
27279 ____________________________________________________________________________
27280 [  8691] By: nick                                  on 2001/02/04  18:05:17
27281         Log: New improved test harness
27282              Subject: Re: [PATCH Test::Harness] Third time's a charm?
27283              From: Michael G Schwern <schwern@pobox.com>
27284              Date: Sun, 4 Feb 2001 08:01:20 -0500
27285              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
27286      Branch: perl
27287            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
27288            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
27289            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
27290            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
27291            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
27292            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
27293            ! MANIFEST lib/Test/Harness.pm
27294 ____________________________________________________________________________
27295 [  8690] By: nick                                  on 2001/02/04  17:57:51
27296         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
27297              From: Jonathan Stowe <gellyfish@gellyfish.com>
27298              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
27299              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
27300      Branch: perl
27301            ! utils/h2xs.PL
27302 ____________________________________________________________________________
27303 [  8689] By: nick                                  on 2001/02/04  17:55:24
27304         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
27305              From: Michael G Schwern <schwern@pobox.com>
27306              Date: Sat, 3 Feb 2001 22:46:38 -0500
27307              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
27308      Branch: perl
27309            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
27310            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
27311 ____________________________________________________________________________
27312 [  8688] By: nick                                  on 2001/02/04  17:43:55
27313         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
27314              length byfailing to spot lack of closing )
27315              From: nick@talking.bollo.cx
27316              Date: Sat, 03 Feb 2001 23:53:16 +0000
27317              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
27318      Branch: perl
27319            ! perlio.c pod/perldiag.pod
27320 ____________________________________________________________________________
27321 [  8687] By: jhi                                   on 2001/02/03  17:11:42
27322         Log: HP-UX thread patches from Merijn H. Brand.
27323      Branch: maint-5.6/perl
27324            ! README.hpux hints/hpux.sh
27325 ____________________________________________________________________________
27326 [  8686] By: jhi                                   on 2001/02/03  16:40:12
27327         Log: Metaconfig changes for #8685.
27328      Branch: metaconfig
27329            ! U/installdirs/instubperl.U
27330      Branch: metaconfig/U/perl
27331            ! Devel.U versiononly.U
27332 ____________________________________________________________________________
27333 [  8685] By: jhi                                   on 2001/02/03  16:39:49
27334         Log: For -Dusedevel builds turn off installusrbinperl and turn on
27335              versiononly, a combined idea of Richard Soderberg and Merijn
27336              H. Brand.  You can still override both of these from the command
27337              line if you need to, -Dinstallusrbinperl and -Uversiononly.
27338      Branch: perl
27339            ! Configure
27340 ____________________________________________________________________________
27341 [  8684] By: jhi                                   on 2001/02/03  16:16:34
27342         Log: Metaconfig unit fix for #8683.
27343      Branch: metaconfig
27344            ! U/compline/nblock_io.U
27345 ____________________________________________________________________________
27346 [  8683] By: jhi                                   on 2001/02/03  16:16:12
27347         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
27348              reported by Peter Prymmer for 5.6-TRIAL1.
27349      Branch: perl
27350            ! Configure
27351 ____________________________________________________________________________
27352 [  8682] By: jhi                                   on 2001/02/03  05:52:11
27353         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
27354              to work correctly.
27355      Branch: maint-5.6/perl
27356            ! hints/irix_6.sh
27357 ____________________________________________________________________________
27358 [  8681] By: jhi                                   on 2001/02/03  05:47:33
27359         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
27360      Branch: maint-5.6/perl
27361            ! pod/perlport.pod
27362 ____________________________________________________________________________
27363 [  8680] By: jhi                                   on 2001/02/02  21:39:49
27364         Log: perlport update from Peter Prymmer.
27365      Branch: maint-5.6/perl
27366            ! pod/perlport.pod
27367 ____________________________________________________________________________
27368 [  8679] By: nick                                  on 2001/02/02  20:50:48
27369         Log: Integrate mainline
27370      Branch: perlio
27371           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
27372           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
27373           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
27374 ____________________________________________________________________________
27375 [  8678] By: gsar                                  on 2001/02/02  16:02:12
27376         Log: note about bincompat, slightly modified (from Lupe Christoph)
27377      Branch: maint-5.6/perl
27378            ! README.solaris
27379 ____________________________________________________________________________
27380 [  8677] By: jhi                                   on 2001/02/02  15:46:20
27381         Log: Supported platforms updates.
27382      Branch: maint-5.6/perl
27383            ! pod/perlport.pod
27384 ____________________________________________________________________________
27385 [  8676] By: jhi                                   on 2001/02/02  03:41:26
27386         Log: A couple more perlfaq2 tweaks.
27387      Branch: maint-5.6/perl
27388            ! pod/perlfaq2.pod
27389 ____________________________________________________________________________
27390 [  8675] By: jhi                                   on 2001/02/02  03:17:44
27391         Log: Misedit in #8661.
27392      Branch: maint-5.6/perl
27393            ! Configure
27394 ____________________________________________________________________________
27395 [  8674] By: jhi                                   on 2001/02/02  03:14:38
27396         Log: Damien again.
27397      Branch: maint-5.6/perl
27398            ! pod/perlfaq2.pod
27399 ____________________________________________________________________________
27400 [  8673] By: jhi                                   on 2001/02/02  03:12:40
27401         Log: perlfaq update from Elaine Ashton.
27402      Branch: maint-5.6/perl
27403            ! pod/perlfaq2.pod
27404 ____________________________________________________________________________
27405 [  8672] By: jhi                                   on 2001/02/02  03:07:08
27406         Log: UTF-8 s/// patch from Inaba Hiroto.
27407      Branch: maint-5.6/perl
27408            ! pp_ctl.c pp_hot.c
27409 ____________________________________________________________________________
27410 [  8671] By: jhi                                   on 2001/02/01  22:34:31
27411         Log: Update Changes.
27412      Branch: perl
27413            ! Changes patchlevel.h
27414 ____________________________________________________________________________
27415 [  8670] By: jhi                                   on 2001/02/01  22:15:29
27416         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
27417              from maintperl.
27418              
27419              Upgrade to Getopt::Long 2.25, from Johan Vromans.
27420              
27421              more files need to be writable in the source distribution
27422              
27423              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
27424              
27425              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
27426              
27427              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
27428              
27429              Allow the float to be fuzzier.
27430              
27431              need to use INT2PTR instead of a straight cast or ia64 fails
27432              
27433              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
27434              
27435              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
27436      Branch: perl
27437           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
27438           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
27439           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
27440 ____________________________________________________________________________
27441 [  8669] By: jhi                                   on 2001/02/01  21:57:02
27442         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
27443              From: Robin Barker <rmb1@cise.npl.co.uk>
27444              Date: Thu, 1 Feb 2001 16:59:05 GMT
27445              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
27446      Branch: maint-5.6/perl
27447            ! pod/perlmodlib.PL
27448 ____________________________________________________________________________
27449 [  8668] By: nick                                  on 2001/02/01  19:41:40
27450         Log: Integrate mainline
27451      Branch: perlio
27452           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
27453           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
27454           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
27455 ____________________________________________________________________________
27456 [  8667] By: gsar                                  on 2001/02/01  16:59:11
27457         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
27458      Branch: maint-5.6/perl
27459            ! embed.pl embedvar.h
27460 ____________________________________________________________________________
27461 [  8666] By: gsar                                  on 2001/02/01  16:34:51
27462         Log: add missing entries to win32/config.?c
27463      Branch: maint-5.6/perl
27464            ! win32/config.bc win32/config.gc win32/config.vc
27465            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27466 ____________________________________________________________________________
27467 [  8665] By: jhi                                   on 2001/02/01  14:58:51
27468         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
27469              From: "Stephen P. Potter" <spp@spotter.yi.org>
27470              Date: Thu, 01 Feb 2001 10:45:46 -0500
27471              Message-Id: <200102011545.KAA31479@spotter.yi.org>
27472      Branch: maint-5.6/perl
27473            ! pod/perlfunc.pod
27474 ____________________________________________________________________________
27475 [  8664] By: gsar                                  on 2001/02/01  14:52:37
27476         Log: need to use INT2PTR instead of a straight cast or ia64 fails
27477              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
27478      Branch: maint-5.6/perl
27479            ! ext/POSIX/POSIX.xs
27480 ____________________________________________________________________________
27481 [  8663] By: jhi                                   on 2001/02/01  14:09:13
27482         Log: Allow the float to be fuzzier.
27483      Branch: maint-5.6/perl
27484            ! t/lib/peek.t
27485 ____________________________________________________________________________
27486 [  8662] By: jhi                                   on 2001/02/01  13:59:00
27487         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
27488              From: Robin Barker <rmb1@cise.npl.co.uk>
27489              Date: Thu, 1 Feb 2001 13:05:39 GMT
27490              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
27491      Branch: maint-5.6/perl
27492            ! pod/perlmodlib.pod
27493 ____________________________________________________________________________
27494 [  8661] By: jhi                                   on 2001/02/01  13:57:38
27495         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
27496              Date: Thu, 01 Feb 2001 14:15:41 +0100
27497              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27498              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
27499              
27500              Have the $ccflags in the gcc version test (strange, this change
27501              is claimed to be have been integrated already)
27502      Branch: maint-5.6/perl
27503            ! Configure
27504 ____________________________________________________________________________
27505 [  8660] By: jhi                                   on 2001/02/01  13:44:10
27506         Log: Integrate changes #7950,7964,7962 from mainline.
27507              
27508              Find the stdchar signedness using cpp, should fix some of
27509              the Solaris compiler warnings reported by Alan Burlison.
27510      Branch: maint-5.6/perl
27511           !> Configure config_h.SH
27512 ____________________________________________________________________________
27513 [  8659] By: jhi                                   on 2001/02/01  05:35:32
27514         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
27515              From: Jan Dubois <JanD@ActiveState.com>
27516              Date: Wed, 31 Jan 2001 21:17:03 -0800
27517              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
27518      Branch: maint-5.6/perl
27519            ! utils/perldoc.PL
27520 ____________________________________________________________________________
27521 [  8658] By: jhi                                   on 2001/02/01  04:33:17
27522         Log: Integrate the README.os390 and README.posix-bc parts of mainline
27523              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
27524              installperl parts were taken care of by #8657.)
27525      Branch: maint-5.6/perl
27526           !> README.os390 README.posix-bc
27527 ____________________________________________________________________________
27528 [  8657] By: jhi                                   on 2001/02/01  04:29:21
27529         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
27530              From: Peter Prymmer <pvhp@forte.com>
27531              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
27532              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
27533      Branch: maint-5.6/perl
27534            + ext/DynaLoader/dl_dllload.xs
27535            ! MANIFEST Makefile.SH hints/os390.sh installperl
27536 ____________________________________________________________________________
27537 [  8656] By: jhi                                   on 2001/02/01  04:25:45
27538         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
27539              From: Peter Prymmer <pvhp@forte.com>
27540              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
27541              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
27542      Branch: maint-5.6/perl
27543            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
27544 ____________________________________________________________________________
27545 [  8655] By: jhi                                   on 2001/02/01  04:14:47
27546         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
27547              From: troc@netrus.net
27548              Date: Wed, 31 Jan 2001 22:31:26 -0500
27549              Message-Id: <200102010331.WAA117.85@rocco.homenet>
27550      Branch: maint-5.6/perl
27551            ! os2/os2.c
27552 ____________________________________________________________________________
27553 [  8654] By: jhi                                   on 2001/02/01  04:12:52
27554         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
27555              as reported by Alan Burlison.
27556      Branch: maint-5.6/perl
27557            ! pp.h
27558 ____________________________________________________________________________
27559 [  8653] By: jhi                                   on 2001/02/01  04:05:12
27560         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
27561              From: dsugalski@northernlight.com
27562              Date: Wed, 31 Jan 2001 18:54:11 -0500
27563              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
27564      Branch: maint-5.6/perl
27565            ! configure.com
27566 ____________________________________________________________________________
27567 [  8652] By: jhi                                   on 2001/02/01  04:03:11
27568         Log: Misplaced #endif.
27569              
27570              Subject: [perl-5-6-1-trial2] patches for EPOC
27571              From: Olaf Flebbe <O.Flebbe@science-computing.de>
27572              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
27573              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
27574      Branch: maint-5.6/perl
27575            ! epoc/epocish.c
27576 ____________________________________________________________________________
27577 [  8651] By: jhi                                   on 2001/02/01  04:00:25
27578         Log: Integrate changes #8647,8648,8650 from mainline.
27579              
27580              Macrofy a magic UTF-8 test.
27581              
27582              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
27583              
27584              Watch out for cross compiling for EPOC (usually done on linux).
27585      Branch: maint-5.6/perl
27586           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
27587 ____________________________________________________________________________
27588 [  8650] By: jhi                                   on 2001/02/01  03:56:20
27589         Log: Watch out for cross compiling for EPOC (usually done on linux)
27590              
27591              Subject: [perl-5-6-1-trial2] patches for EPOC
27592              From: Olaf Flebbe <O.Flebbe@science-computing.de>
27593              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
27594              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
27595      Branch: perl
27596            ! ext/Errno/Errno_pm.PL
27597 ____________________________________________________________________________
27598 [  8649] By: gsar                                  on 2001/02/01  00:46:00
27599         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
27600      Branch: maint-5.6/perl
27601            ! sv.c
27602 ____________________________________________________________________________
27603 [  8648] By: jhi                                   on 2001/01/31  23:35:36
27604         Log: All the uses of PL_numeric_radix must be protected by
27605              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
27606              
27607              Subject: [perl-5-6-1-trial2] patches for EPOC
27608              From: Olaf Flebbe <O.Flebbe@science-computing.de>
27609              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
27610              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
27611      Branch: perl
27612            ! sv.c
27613 ____________________________________________________________________________
27614 [  8647] By: jhi                                   on 2001/01/31  22:56:16
27615         Log: Macrofy a magic UTF-8 test.
27616      Branch: perl
27617            ! utf8.c utf8.h
27618 ____________________________________________________________________________
27619 [  8646] By: gsar                                  on 2001/01/31  15:55:12
27620         Log: update Changes
27621      Branch: maint-5.6/perl
27622            ! Changes
27623 ____________________________________________________________________________
27624 [  8645] By: gsar                                  on 2001/01/31  15:10:14
27625         Log: Configure tweak suggested by Peter Prymmer
27626      Branch: maint-5.6/perl
27627            ! Configure
27628 ____________________________________________________________________________
27629 [  8644] By: gsar                                  on 2001/01/31  15:06:32
27630         Log: more files need to be writable in the source distribution
27631      Branch: maint-5.6/perl
27632            ! Porting/makerel
27633 ____________________________________________________________________________
27634 [  8643] By: jhi                                   on 2001/01/31  14:59:46
27635         Log: Integrate changes #8258,8278,8279 from mainline.
27636              
27637              Make the large file tests more robust/talkative.
27638      Branch: maint-5.6/perl
27639           !> t/lib/syslfs.t t/op/lfs.t
27640 ____________________________________________________________________________
27641 [  8642] By: gsar                                  on 2001/01/31  14:53:48
27642         Log: integrate changes#8311,8334 from mainline
27643              
27644              Add a new MakeMaker variable PM_FILTER that defines a Unix
27645              filter to be run on each .pm during the pm_to_blib() phase,
27646              a fixed version of
27647              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
27648              
27649              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
27650              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
27651              accurate reading of the "atime".  
27652      Branch: maint-5.6/perl
27653           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
27654           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
27655           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
27656 ____________________________________________________________________________
27657 [  8641] By: jhi                                   on 2001/01/31  14:46:37
27658         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
27659      Branch: maint-5.6/perl
27660            ! lib/Getopt/Long.pm
27661 ____________________________________________________________________________
27662 [  8640] By: gsar                                  on 2001/01/31  14:40:24
27663         Log: make regen_all
27664      Branch: maint-5.6/perl
27665            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
27666 ____________________________________________________________________________
27667 [  8639] By: gsar                                  on 2001/01/31  14:37:25
27668         Log: refresh windows config files
27669      Branch: maint-5.6/perl
27670            ! win32/Makefile win32/config_H.bc win32/config_H.gc
27671            ! win32/config_H.vc win32/makefile.mk
27672 ____________________________________________________________________________
27673 [  8638] By: gsar                                  on 2001/01/31  14:28:10
27674         Log: makefile tweaks for windows: introduce a bulk-switch to enable
27675              same options as ActivePerl; sync changes with makefile.mk
27676      Branch: maint-5.6/perl
27677            ! win32/Makefile win32/makefile.mk
27678 ____________________________________________________________________________
27679 [  8637] By: jhi                                   on 2001/01/31  04:41:30
27680         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
27681              From: Nicholas Clark <nick@ccl4.org>
27682              Date: Tue, 30 Jan 2001 19:51:05 +0000
27683              Message-ID: <20010130195105.R76607@plum.flirble.org> 
27684              
27685              op/inc cure.
27686      Branch: perl
27687            ! pp.c pp.h pp_hot.c t/op/arith.t
27688 ____________________________________________________________________________
27689 [  8636] By: jhi                                   on 2001/01/31  02:38:32
27690         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
27691              no perlio],8257,8380,8479,8515 from mainline.
27692              
27693              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
27694              
27695              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
27696              Subject: [PATCH perl@8133] fix-up for VMS extensions
27697              
27698              In VMS embedded perls couldn't access the statically built Socket.
27699              
27700              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
27701              
27702              Further VMS piping fixes from Charles Lane.
27703              
27704              Subject:  [PATCH] make t/op/misc.t work on VMS
27705              
27706              Add tracing for debugging extensions builds in VMS.
27707              
27708              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
27709      Branch: maint-5.6/perl
27710           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
27711           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
27712           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
27713 ____________________________________________________________________________
27714 [  8635] By: jhi                                   on 2001/01/31  01:46:41
27715         Log: Integrate change #7732 from mainline.
27716              
27717              Sparc 64-bit pack() fix from Jens Hamisch.
27718      Branch: maint-5.6/perl
27719           !> pp.c
27720 ____________________________________________________________________________
27721 [  8634] By: jhi                                   on 2001/01/31  01:41:16
27722         Log: One spot missing from #8626.
27723      Branch: maint-5.6/perl
27724            ! sv.c
27725 ____________________________________________________________________________
27726 [  8633] By: jhi                                   on 2001/01/31  00:49:17
27727         Log: Integrate change #7495 from mainline.
27728              
27729              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
27730      Branch: maint-5.6/perl
27731           !> MANIFEST ext/re/Makefile.PL
27732 ____________________________________________________________________________
27733 [  8632] By: jhi                                   on 2001/01/30  23:38:49
27734         Log: Integrate change #8396 from mainline.
27735              
27736              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
27737              better multicast support (resend)
27738      Branch: maint-5.6/perl
27739           !> ext/Socket/Socket.pm
27740 ____________________________________________________________________________
27741 [  8631] By: jhi                                   on 2001/01/30  23:28:03
27742         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
27743              
27744              More AIX lore. (7514, ext/re/hints/aix.pl)
27745              
27746              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
27747              
27748              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)
27749              
27750              Subject: [ID 20001214.002] Net::Ping patch
27751              
27752              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
27753              
27754              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
27755              
27756              Add ReuseAddr as a (preferred) alias for Reuse as we now
27757              also have ReusePort.
27758              
27759              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
27760      Branch: maint-5.6/perl
27761           +> ext/re/hints/aix.pl
27762           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
27763           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
27764 ____________________________________________________________________________
27765 [  8630] By: jhi                                   on 2001/01/30  23:03:59
27766         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
27767              
27768              read() documentation tweak for 20001121.004.
27769              
27770              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
27771      Branch: maint-5.6/perl
27772           !> pod/perlfunc.pod pod/perlre.pod
27773 ____________________________________________________________________________
27774 [  8629] By: jhi                                   on 2001/01/30  22:41:57
27775         Log: Integrate change #8098 from mainline.
27776              
27777              fastgetcwd is defined using a glob alias on a $^O dependent basis
27778              and there was no default assignment or perl subroutine.
27779      Branch: maint-5.6/perl
27780           !> lib/Cwd.pm
27781 ____________________________________________________________________________
27782 [  8628] By: jhi                                   on 2001/01/30  21:58:52
27783         Log: Integrate change #7866 from mainline.
27784              
27785              File::Temp 0.11.
27786      Branch: maint-5.6/perl
27787           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
27788 ____________________________________________________________________________
27789 [  8627] By: jhi                                   on 2001/01/30  21:39:44
27790         Log: Integrate changes #8075,8086,8228 from mainline.  
27791              
27792              Darwin is not Windows. (8075,8086)
27793              
27794              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
27795      Branch: maint-5.6/perl
27796           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
27797           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
27798           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
27799           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
27800 ____________________________________________________________________________
27801 [  8626] By: jhi                                   on 2001/01/30  21:22:11
27802         Log: Integrate with tweakery the change #8625 from mainline,
27803              the multibyte decimal separator fix ("fa_IR locale failure").
27804      Branch: maint-5.6/perl
27805            ! embedvar.h perlapi.h
27806           !> intrpvar.h perl.c perl.h sv.c util.c
27807 ____________________________________________________________________________
27808 [  8625] By: jhi                                   on 2001/01/30  20:26:33
27809         Log: Fix for the fa_IR locale failure.  The reason for the failure
27810              was that Perl was assuming the decimal separator aka the radix
27811              separator is one character.  The Farsi-Iranian locale crushed
27812              that bad assumption since there the separator is 'Momayyez',
27813              glyphwise looking somewhat like a slash, and in Unicode UTF-8
27814              encoded in two bytes, 0xd9 0xab.
27815      Branch: perl
27816            ! intrpvar.h perl.c perl.h sv.c util.c
27817 ____________________________________________________________________________
27818 [  8624] By: gsar                                  on 2001/01/30  20:17:03
27819         Log: regen_headers
27820      Branch: maint-5.6/perl
27821            ! Makefile.SH pod/perlintern.pod
27822 ____________________________________________________________________________
27823 [  8623] By: gsar                                  on 2001/01/30  19:42:34
27824         Log: backout change#7431 and its dependents (causes spurious rebuilds
27825              of autogenerated files)
27826              
27827              fix benign b.t failure
27828      Branch: maint-5.6/perl
27829            ! Makefile.SH t/lib/b.t
27830 ____________________________________________________________________________
27831 [  8622] By: jhi                                   on 2001/01/30  19:41:41
27832         Log: Microperl sync.
27833      Branch: perl
27834            ! mg.c perl.h
27835 ____________________________________________________________________________
27836 [  8621] By: gsar                                  on 2001/01/30  19:24:47
27837         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
27838              from mainline
27839              
27840              Subject: podlators 1.06 released
27841              
27842              Subject: [PATCH @8436] Eliminate op_children
27843              
27844              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
27845              
27846              (Replaced by #8448)  More op_children traces (cleanup of #8442).
27847              
27848              Subject: [PATCH #3 @8436] Re: Eliminate op_children
27849              Replace #8444 and #8445.
27850              
27851              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
27852              at the setting of the ofs_sv in new_struct_thread() as the
27853              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
27854              uninitialized fields are, uh, initialized with),
27855              SvREFCNT_inc()ing that invited a core dump.
27856              
27857              podlators 1.07, from Russ Allbery.
27858              
27859              Subject: [PATCH] regcomp.c old feature removal
27860              From: mjd@plover.com
27861              Date: 16 Jan 2001 14:43:18 -0000 
27862              Message-ID: <20010116144318.7140.qmail@plover.com> 
27863      Branch: maint-5.6/perl
27864           +> lib/Pod/Text/Overstrike.pm
27865           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
27866           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
27867           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
27868           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
27869           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
27870           !> util.c
27871 ____________________________________________________________________________
27872 [  8620] By: gsar                                  on 2001/01/30  18:48:32
27873         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
27874              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
27875              now fails one test)
27876              
27877              Subject: [PATCH] lvalue AUTOLOAD. No, really.
27878              
27879              Subject: [PATCH] Interesting syntax idea
27880              Make opens + bareword assigns do typeglob assigns.
27881              
27882              Tests for #8254.
27883              
27884              Subject: [PATCH @8269] Continue blocks and B::Deparse
27885              Make the peephole optimizer to bypass more null ops and
27886              and rewrite the deparse handling of continue blocks.
27887              
27888              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
27889              Doc tweak on #8313.
27890              
27891              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
27892              
27893              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
27894              
27895              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
27896              
27897              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
27898              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
27899              according to the platform.
27900              
27901              Subject: [PATCH @8404] Consolidated lvalue sub changes
27902              
27903              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
27904              
27905              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
27906              
27907              Subject: B::Concise -- an improved replacement for B::Terse 
27908              
27909              The B::Terse drop-in replacement wasn't quite drop-in.
27910              
27911              The LVRET macro needed an aTHX.
27912              
27913              Use the /^Perl_/-less form of is_lvalue_sub().
27914              
27915              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
27916      Branch: maint-5.6/perl
27917           +> ext/B/B/Concise.pm
27918           !> (integrate 27 files)
27919 ____________________________________________________________________________
27920 [  8619] By: nick                                  on 2001/01/30  18:40:28
27921         Log: Integrate mainline
27922      Branch: perlio
27923           !> (integrate 40 files)
27924 ____________________________________________________________________________
27925 [  8618] By: jhi                                   on 2001/01/30  18:37:18
27926         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
27927              Date: Mon, 29 Jan 2001 22:51:29 -0600
27928              From: "Craig A. Berry" <craigberry@mac.com>
27929              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
27930      Branch: perl
27931            ! vms/test.com
27932 ____________________________________________________________________________
27933 [  8617] By: jhi                                   on 2001/01/30  18:34:53
27934         Log: Subject: [PATCH] Add missing CV flags to dump.c
27935              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27936              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
27937              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
27938      Branch: perl
27939            ! dump.c
27940 ____________________________________________________________________________
27941 [  8616] By: jhi                                   on 2001/01/30  18:20:58
27942         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
27943              part isn't applicable to maintperl.
27944              
27945              UTF-8 nit from Inaba Hiroto.
27946      Branch: maint-5.6/perl
27947           !> pod/perlapi.pod utf8.c
27948 ____________________________________________________________________________
27949 [  8615] By: jhi                                   on 2001/01/30  18:18:51
27950         Log: UTF-8 nit from Inaba Hiroto.
27951      Branch: perl
27952            ! pod/perlapi.pod t/op/each.t utf8.c
27953 ____________________________________________________________________________
27954 [  8614] By: jhi                                   on 2001/01/30  18:13:38
27955         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
27956              
27957              perl's internal variables are not for public consumption,
27958              move their docs from perlapi.pod to perlintern.pod
27959              
27960              support for -Dusethreads build under HP-UX 10.20 and DCE threads
27961              library (11.0 and later have pthreads but 10.x don't)
27962              
27963              avoid uninitialized value warnings
27964              
27965              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
27966              gets weird results)
27967              
27968              perldoc nit on windows
27969              
27970              make it possible to run the tests outside the source tree
27971              (there's still a dependency on ../lib being the library
27972              location)
27973      Branch: perl
27974           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
27975           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
27976           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
27977           !> win32/bin/search.pl win32/vdir.h
27978 ____________________________________________________________________________
27979 [  8613] By: gsar                                  on 2001/01/30  16:39:59
27980         Log: make it possible to run the tests outside the source tree
27981              (there's still a dependency on ../lib being the library
27982              location)
27983      Branch: maint-5.6/perl
27984            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
27985 ____________________________________________________________________________
27986 [  8612] By: gsar                                  on 2001/01/30  16:31:12
27987         Log: perldoc nit on windows
27988      Branch: maint-5.6/perl
27989            ! utils/perldoc.PL
27990 ____________________________________________________________________________
27991 [  8611] By: gsar                                  on 2001/01/30  16:22:54
27992         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
27993              gets weird results)
27994      Branch: maint-5.6/perl
27995            ! win32/vdir.h
27996 ____________________________________________________________________________
27997 [  8610] By: gsar                                  on 2001/01/30  16:12:45
27998         Log: avoid uninitialized value warnings
27999      Branch: maint-5.6/perl
28000            ! win32/bin/search.pl
28001 ____________________________________________________________________________
28002 [  8609] By: gsar                                  on 2001/01/30  16:08:01
28003         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
28004              library (11.0 and later have pthreads but 10.x don't)
28005      Branch: maint-5.6/perl
28006            ! hints/hpux.sh thread.h
28007 ____________________________________________________________________________
28008 [  8608] By: gsar                                  on 2001/01/30  15:48:55
28009         Log: perl's internal variables are not for public consumption,
28010              move their docs from perlapi.pod to perlintern.pod
28011      Branch: maint-5.6/perl
28012            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
28013            ! thrdvar.h
28014 ____________________________________________________________________________
28015 [  8607] By: gsar                                  on 2001/01/30  15:44:27
28016         Log: mistakenly branched perl56delta.pod, revert
28017      Branch: maint-5.6/perl
28018            - pod/perl56delta.pod
28019           !> pod/perldelta.pod
28020 ____________________________________________________________________________
28021 [  8606] By: gsar                                  on 2001/01/30  14:20:24
28022         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
28023              dTHR which has been a noop for a while now, except for the
28024              compatibility definition in thread.h)
28025      Branch: maint-5.6/perl
28026           !> (integrate 45 files)
28027 ____________________________________________________________________________
28028 [  8605] By: jhi                                   on 2001/01/30  05:43:58
28029         Log: Mark the UTF-8 APIs as experimental.
28030      Branch: maint-5.6/perl
28031            ! embed.pl pod/perlapi.pod
28032 ____________________________________________________________________________
28033 [  8604] By: jhi                                   on 2001/01/30  05:38:40
28034         Log: Nits from earlier integrates.
28035      Branch: maint-5.6/perl
28036            ! lib/Carp/Heavy.pm
28037           !> sv.c
28038 ____________________________________________________________________________
28039 [  8603] By: jhi                                   on 2001/01/30  05:27:26
28040         Log: Regenerate Porting files.
28041      Branch: maint-5.6/perl
28042            ! Porting/Glossary Porting/config.sh Porting/config_H
28043 ____________________________________________________________________________
28044 [  8602] By: jhi                                   on 2001/01/30  05:14:59
28045         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
28046              8310,8339,8447,8492,8493,8505,8525: documentation changes.
28047              
28048              Subject: Re: perlfaq style changes
28049              
28050              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
28051              
28052              Subject: [PATCH] docs on NaN
28053              
28054              Subject: [patch] perlfaq7
28055              
28056              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
28057              
28058              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
28059              
28060              Subject: [PATCH] open() example in perlfunc.pod
28061              
28062              Podify README.mpeix (a new version from the web)
28063              
28064              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
28065              
28066              Subject: [PATCH] format and rewording in perlfaq.pod
28067              
28068              Subject: [PATCH] API Variable documentation   
28069              
28070              Memory management calls documentation.
28071              
28072              Subject: [PATCH: perl@8482] README.vms URL updates
28073              
28074              Subject: Minor typos in perlfaq2.pod
28075              
28076              Subject: [PATCH] pod/perlvar.pod
28077      Branch: maint-5.6/perl
28078           +> pod/perl56delta.pod
28079            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
28080           !> README.amiga README.epoc README.mpeix README.vms
28081           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
28082           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
28083           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
28084           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
28085           !> pod/perlvar.pod thrdvar.h
28086 ____________________________________________________________________________
28087 [  8601] By: jhi                                   on 2001/01/30  04:38:35
28088         Log: Integrate changes #8036,8096,8253 from mainline:
28089              hints changes.
28090              
28091              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
28092              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
28093              
28094              Output the (apparent) version of gcc in Tru64.
28095      Branch: maint-5.6/perl
28096           +> ext/POSIX/hints/svr4.pl
28097           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
28098           !> hints/svr4.sh t/lib/bigfltpm.t
28099 ____________________________________________________________________________
28100 [  8600] By: jhi                                   on 2001/01/30  04:04:01
28101         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
28102              locale fixes.
28103              
28104              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
28105              
28106              Debian allows /usr/bin/locale to exist without any locales. (7868)
28107              
28108              Allow the locale test needing POSIX and the taint test
28109              needing IPC::SysV to run under 'minitest' (basically,
28110              bail out if loading the extension fails). (8384)
28111              
28112              Cleanup the locale.t output  (8480)
28113      Branch: maint-5.6/perl
28114           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
28115           !> t/pragma/locale.t
28116 ____________________________________________________________________________
28117 [  8599] By: jhi                                   on 2001/01/30  03:51:04
28118         Log: Missing generated files from #8598.
28119      Branch: maint-5.6/perl
28120            ! embed.h global.sym objXSUB.h perlapi.c proto.h
28121 ____________________________________________________________________________
28122 [  8598] By: jhi                                   on 2001/01/30  03:41:54
28123         Log: Integrate change #8555 from mainline, manually integrate parts
28124              of changes 8452 and 8583.
28125              
28126              Subject: [PATCH] utf8.c documentation (8452)
28127              
28128              No point in checking the length if the pointer is bogus. (8555)
28129              
28130              Introduce bytes_from_utf8() and implement sv_eq() using it,
28131              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
28132              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
28133              was malformed. (8583)
28134      Branch: maint-5.6/perl
28135            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
28136           !> pod/perlapi.pod sv.c utf8.c
28137 ____________________________________________________________________________
28138 [  8597] By: gsar                                  on 2001/01/30  02:37:26
28139         Log: get PERL_OBJECT build going again on windows
28140      Branch: maint-5.6/perl
28141            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
28142            ! pod/perlapi.pod proto.h sv.c
28143 ____________________________________________________________________________
28144 [  8596] By: jhi                                   on 2001/01/30  02:16:17
28145         Log: Signedness nit.
28146      Branch: perl
28147            ! sv.c
28148 ____________________________________________________________________________
28149 [  8595] By: jhi                                   on 2001/01/30  02:11:07
28150         Log: EBCDIC patch for Storable, from Peter Prymmer.
28151      Branch: perl
28152            ! t/lib/st-06compat.t
28153 ____________________________________________________________________________
28154 [  8594] By: jhi                                   on 2001/01/30  01:04:48
28155         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
28156              From: Peter Prymmer <pvhp@forte.com>
28157              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
28158              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
28159      Branch: perl
28160            ! t/lib/b.t
28161 ____________________________________________________________________________
28162 [  8593] By: jhi                                   on 2001/01/30  00:56:47
28163         Log: Subject: [PATCH: perl@8585] pod problems in io
28164              From: Peter Prymmer <pvhp@forte.com>
28165              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
28166              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
28167      Branch: perl
28168            ! pod/perlapio.pod pod/perliol.pod
28169 ____________________________________________________________________________
28170 [  8592] By: jhi                                   on 2001/01/30  00:48:20
28171         Log: Integrate perlio.
28172      Branch: perl
28173           !> pod/perlapio.pod pod/perliol.pod
28174 ____________________________________________________________________________
28175 [  8591] By: nick                                  on 2001/01/29  22:02:28
28176         Log: GNU 'merge' Simon's copy of perliol.pod with version
28177              patched by Craig's patch.
28178      Branch: perlio
28179            ! pod/perliol.pod
28180 ____________________________________________________________________________
28181 [  8590] By: nick                                  on 2001/01/29  21:55:10
28182         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
28183      Branch: perlio
28184            ! pod/perlapio.pod pod/perliol.pod
28185 ____________________________________________________________________________
28186 [  8589] By: jhi                                   on 2001/01/29  15:35:33
28187         Log: Integrate change #8586 from maint-5.6/perl.
28188              
28189              make the BOM detection code not call tell() until it has to
28190              (meant to fix esoteric compatibility issues where PL_rsfp
28191              is overridden)
28192      Branch: perl
28193           !> toke.c
28194 ____________________________________________________________________________
28195 [  8588] By: jhi                                   on 2001/01/29  15:29:11
28196         Log: Subject: MAking Solaris malloc() the default
28197              From: Lupe Christoph <lupe@lupe-christoph.de>
28198              Date: Mon, 29 Jan 2001 12:59:36 +0100
28199              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
28200              
28201              The README.solaris part slightly tweaked.
28202      Branch: perl
28203            ! README.solaris hints/solaris_2.sh
28204 ____________________________________________________________________________
28205 [  8587] By: jhi                                   on 2001/01/29  15:17:34
28206         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
28207              From: root@ak-75.mind.de
28208              Date: Sun, 28 Jan 2001 20:32:29 +0100
28209              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
28210      Branch: perl
28211            ! pod/perlre.pod
28212 ____________________________________________________________________________
28213 [  8586] By: gsar                                  on 2001/01/29  13:43:44
28214         Log: make the BOM detection code not call tell() until it has to
28215              (meant to fix esoteric compatibility issues where PL_rsfp
28216              is overridden)
28217      Branch: maint-5.6/perl
28218            ! toke.c
28219 ____________________________________________________________________________
28220 [  8585] By: jhi                                   on 2001/01/28  20:05:45
28221         Log: Update Changes.
28222      Branch: perl
28223            ! Changes patchlevel.h
28224 ____________________________________________________________________________
28225 [  8584] By: jhi                                   on 2001/01/28  19:30:02
28226         Log: Integrate perlio.
28227      Branch: perl
28228           +> pod/perliol.pod
28229           !> MANIFEST pod/perlapio.pod
28230 ____________________________________________________________________________
28231 [  8583] By: jhi                                   on 2001/01/28  19:28:40
28232         Log: Patch from Inaba Hiroto:
28233              - canonical UTF-8 hash keys: if a key string for a hash is
28234              UTF8-on, try downgrade the string and use it if
28235              unicode::distinct is not in effect.
28236              For the task, I added a function bytes_from_utf8() to utf8.c.
28237              It might resemble utf8_to_bytes() but it is not convenient
28238              to the task.
28239              Made a test for it and added to t/op/each.t
28240              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
28241              the mortal copy of the argument SV.
28242              And changed t/io/utf8.t test 18 which expects print() to
28243              upgrade its argument.
28244              - re-implement sv_eq with bytes_from_utf8()
28245              - some bug fixes
28246              - tr/// does not handle UTF8 range (\x{}-\x{})
28247              - \ before raw UTF8 character produced
28248              "Malformed UTF-8 character" warning.
28249              - "\x{100}\N{CENT SIGN}" is Malformed.
28250              Added tests for these 3.
28251              - and one silly bug (by me) with qu operator.
28252      Branch: perl
28253            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
28254            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
28255            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
28256 ____________________________________________________________________________
28257 [  8582] By: nick                                  on 2001/01/28  19:25:04
28258         Log: Add pod/perliol.pod to MANIFEST :-(
28259      Branch: perlio
28260            ! MANIFEST
28261 ____________________________________________________________________________
28262 [  8581] By: nick                                  on 2001/01/28  19:22:40
28263         Log: PerlIO documentation. Proofing and sub-editing requested.
28264      Branch: perlio
28265            + pod/perliol.pod
28266            ! pod/perlapio.pod
28267 ____________________________________________________________________________
28268 [  8580] By: jhi                                   on 2001/01/28  05:16:25
28269         Log: Revert the change to sv_2pv() done by #8054: Someone who
28270              did SvNV_set() on a scalar that also happened to be POK,
28271              followed by sv_2pv() won't get the right coercion anymore.
28272              [Sarathy]
28273      Branch: maint-5.6/perl
28274            ! sv.c
28275 ____________________________________________________________________________
28276 [  8579] By: jhi                                   on 2001/01/28  05:15:04
28277         Log: Remove the #8084 effect: do not allow -Q to be interpreted
28278              as -&Q(), this is too much wiggle room.
28279      Branch: maint-5.6/perl
28280            ! toke.c
28281 ____________________________________________________________________________
28282 [  8578] By: jhi                                   on 2001/01/28  05:12:45
28283         Log: Needed bits of #8439 (should have been in #8576),
28284              mainly for lval substr().
28285      Branch: maint-5.6/perl
28286            ! mg.c pp.c pp_hot.c
28287 ____________________________________________________________________________
28288 [  8577] By: jhi                                   on 2001/01/28  05:02:46
28289         Log: A missing check-in.
28290      Branch: maint-5.6/perl
28291            ! utf8.c
28292 ____________________________________________________________________________
28293 [  8576] By: jhi                                   on 2001/01/28  04:26:18
28294         Log: Integrate changes #8425,8436,8439,8517 from mainline.
28295              The 8439 was not truly integrated because it had too many
28296              dependencies on the development branch and because it introduced
28297              concepts too bold for a maintenance branch (such as the qu operator).
28298              
28299              Subject: [PATCH perl@8342] -Wformat
28300              
28301              Tighten some of the UTF-8 tests a bit.
28302              
28303              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
28304              - The substr lval was still not okay.
28305              - Now pp_stringify and sv_setsv copies source's UTF8 flag
28306              even if IN_BYTE.  pp_stringify is called from fold_constants
28307              at optimization phase and "\x{100}" was made SvUTF8_off under
28308              use bytes (the bytes pragma is for "byte semantics" and not
28309              for "do not produce UTF8 data")
28310      Branch: maint-5.6/perl
28311            ! t/lib/charnames.t t/op/substr.t toke.c
28312           !> sv.c t/pragma/utf8.t
28313 ____________________________________________________________________________
28314 [  8575] By: jhi                                   on 2001/01/28  04:01:51
28315         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
28316              
28317              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
28318              
28319              Subject: [ID 20001230.003] UTF-8 tr still hurts
28320              
28321              Test cases for #8385 (from Simon's "torture.pl")
28322              
28323              Start fixing UTF-8 lval substr() (8405)
28324      Branch: maint-5.6/perl
28325           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
28326           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
28327 ____________________________________________________________________________
28328 [  8574] By: jhi                                   on 2001/01/28  03:09:06
28329         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
28330              from mainline.
28331              
28332              UTF-8 cleanup.
28333              
28334              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
28335              
28336              "\x{FF}\xFF" was broken.
28337              
28338              Tests for #8329 and #8330.
28339              
28340              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
28341              
28342              IRIX compiler noticed that the bof initialization might be
28343              bypassed by control flow.
28344              
28345              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
28346      Branch: maint-5.6/perl
28347           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
28348           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
28349 ____________________________________________________________________________
28350 [  8573] By: jhi                                   on 2001/01/28  02:06:12
28351         Log: Retract #8552.
28352      Branch: perl
28353            ! lib/Text/Wrap.pm t/lib/textwrap.t
28354 ____________________________________________________________________________
28355 [  8572] By: jhi                                   on 2001/01/28  02:04:49
28356         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
28357              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
28358              not really integrated but instead salvaged by hand
28359              (they had too many dependencies on the development release
28360              to be cleanly integratable).
28361              
28362              Subject: more UTF8 test suites and an UTF8 patch
28363              
28364              Tweak for MULTIPLICITY/USE_PERLIO
28365              
28366              Signedness nit.
28367              
28368              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
28369              
28370              Use the UTF8_XXX macros in is_utf8_char().
28371              
28372              Rewrite pp_concat() in terms of sv_catsv().  The . operator
28373              should now be UTF-8-proof.
28374              
28375              Subject: [PATCH perl@8269] scanning two hex-constants
28376              fails on EBCDIC environment (script length.t)
28377              
28378              Add some Unicode chop() tests.
28379      Branch: maint-5.6/perl
28380            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
28381           !> sv.c t/op/chop.t utf8.h
28382 ____________________________________________________________________________
28383 [  8571] By: jhi                                   on 2001/01/28  00:35:59
28384         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
28385              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
28386              
28387              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
28388              
28389              The maxiters upper limit sanity check (guarding against
28390              non-progress) assumed bytes instead of characters in s///
28391              and split().
28392              
28393              Signedness nit.
28394              
28395              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
28396              join() should now be UTF-8-proof.
28397              
28398              More split // UTF-8 tests. (8250)
28399      Branch: maint-5.6/perl
28400           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
28401           !> util.c
28402 ____________________________________________________________________________
28403 [  8570] By: jhi                                   on 2001/01/27  22:15:46
28404         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
28405              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
28406              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
28407              8084,8204,8244,8333 from mainline.
28408              
28409              For -Q where Q might be a one-letter sub name one does no more
28410              get a warning about an unknown filetest (7941,7943,7944,8084).
28411              
28412              Subject: Re: [ID 20001130.011] expression parsing bug ?
28413              
28414              Make uv_to_utf8() to zero-terminate its output buffer.
28415              
28416              Split off t/op/length.t (7995)
28417              
28418              Split off t/op/utf8decode.t (7996)
28419              
28420              Remove an unnecessary 'use utf8' from the utf8.t (7998)
28421              
28422              Split off t/op/concat.t (8004)
28423              
28424              Split off t/op/ver.t (8005)
28425              
28426              Document utf8_length(), utf8_distance(), and utf8_hop().
28427              
28428              Document utf8_to_uv() better.
28429              
28430              Introduce macros for UTF8 decoding (8028,8033).
28431              
28432              Add test for reverse() (8030,8031).
28433              
28434              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
28435              
28436              Do not return the Unicode replacement character    on UTF-8
28437              decoding failure.
28438              
28439              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
28440              not this_utf8 i.e. the output string has one, but don't mess
28441              with source assumption. (8052,8053)
28442              
28443              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
28444              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
28445              was not expecting to be called with something that was already
28446              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
28447              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
28448              (8054)
28449              
28450              Recode the naughty binary bytes in utf8decode.t using the \xHH.
28451              
28452              Make some panic messages a bit more logical.
28453      Branch: maint-5.6/perl
28454           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
28455           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
28456           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
28457           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
28458           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
28459           !> utf8.c utf8.h
28460 ____________________________________________________________________________
28461 [  8569] By: jhi                                   on 2001/01/27  19:16:43
28462         Log: Integrate changes #7750 from perlio and #8566 from mainline.
28463      Branch: maint-5.6/perl
28464           !> regexec.c sv.c
28465 ____________________________________________________________________________
28466 [  8568] By: jhi                                   on 2001/01/27  18:06:51
28467         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
28468              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
28469              7935[-perlio.c],7936,7959,7965 from mainline.
28470              
28471              Change the "big byte" error message to "Wide character".
28472              (7355, the croak-if-wide-chars-in-print part ignored)
28473              
28474              Use UINT64_C().
28475              
28476              Introduce Perl_utf8_length().
28477              
28478              diff -se shows these as different (7753, forgotten check-ins)
28479              
28480              Subject: [PATCH] doop.c - UTF8 tr///
28481              
28482              If we use (aTHX_ ...) then put Perl_ on the front.
28483              
28484              Make utf8_length() and utf8_distance() to be less forgiving
28485              about bad UTF-8.
28486              
28487              Test line numbers are different with utf8.
28488              
28489              No need to scan till infinity, 13 is enough. (7872,7911)
28490              
28491              Subject: [PATCH] Tokeniser debugging
28492              
28493              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
28494              
28495              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
28496              
28497              Be more careful in Perl_sv_utf8_downgrade().
28498              
28499              Use DO_UTF8().
28500              
28501              Raw zero bytes in text files confuse at least GNU patch 2.1.
28502      Branch: maint-5.6/perl
28503           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
28504           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
28505           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
28506           !> t/pragma/utf8.t toke.c utf8.c utf8.h
28507 ____________________________________________________________________________
28508 [  8567] By: nick                                  on 2001/01/27  11:10:38
28509         Log: Integrate mainline
28510      Branch: perlio
28511           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
28512           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
28513           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
28514           !> toke.c
28515 ____________________________________________________________________________
28516 [  8566] By: jhi                                   on 2001/01/27  06:22:48
28517         Log: More documentation for the regexp context stack.
28518      Branch: perl
28519            ! regexec.c
28520 ____________________________________________________________________________
28521 [  8565] By: jhi                                   on 2001/01/27  05:21:57
28522         Log: Update Changes.
28523      Branch: perl
28524            ! Changes patchlevel.h
28525 ____________________________________________________________________________
28526 [  8564] By: jhi                                   on 2001/01/27  04:44:04
28527         Log: Threadedness patch for #8562 from Doug MacEachern.
28528      Branch: perl
28529            ! toke.c
28530 ____________________________________________________________________________
28531 [  8563] By: jhi                                   on 2001/01/27  04:26:24
28532         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
28533              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
28534              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
28535              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
28536      Branch: perl
28537            ! op.c
28538 ____________________________________________________________________________
28539 [  8562] By: jhi                                   on 2001/01/27  04:20:30
28540         Log: Subject: Re: Announce : Tokener reporting patch
28541              From: Simon Cozens <simon@cozens.net>
28542              Date: Mon, 22 Jan 2001 02:17:22 +0000
28543              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
28544      Branch: perl
28545            ! embed.h embed.pl proto.h toke.c
28546 ____________________________________________________________________________
28547 [  8561] By: jhi                                   on 2001/01/27  04:17:24
28548         Log: Forgot from #8545.  Oops.
28549      Branch: perl
28550            ! pp.c t/pragma/overload.t
28551 ____________________________________________________________________________
28552 [  8560] By: jhi                                   on 2001/01/27  03:01:47
28553         Log: A better module compilation test, use MANIFEST as suggested
28554              by Spider.
28555      Branch: perl
28556            ! t/lib/1_compile.t
28557 ____________________________________________________________________________
28558 [  8559] By: jhi                                   on 2001/01/27  02:50:48
28559         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
28560              From: Peter Prymmer <pvhp@forte.com>
28561              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
28562              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
28563      Branch: perl
28564            ! t/lib/b.t
28565 ____________________________________________________________________________
28566 [  8558] By: jhi                                   on 2001/01/27  02:27:05
28567         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
28568              From: Peter Prymmer <pvhp@forte.com>
28569              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
28570              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
28571      Branch: perl
28572            ! t/pragma/sub_lval.t
28573 ____________________________________________________________________________
28574 [  8557] By: jhi                                   on 2001/01/27  02:26:03
28575         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
28576              From: Peter Prymmer <pvhp@forte.com>
28577              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
28578              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
28579      Branch: perl
28580            ! t/lib/st-06compat.t
28581 ____________________________________________________________________________
28582 [  8556] By: jhi                                   on 2001/01/27  02:24:33
28583         Log: Subject: [PATCH: perl@8531] minor update to README.os390
28584              From: Peter Prymmer <pvhp@forte.com>
28585              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
28586              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
28587      Branch: perl
28588            ! README.os390
28589 ____________________________________________________________________________
28590 [  8555] By: jhi                                   on 2001/01/27  00:35:47
28591         Log: No point in checking the length before we know whether the pointer
28592              is bogus or not, fixes Abigail's odbm failures in Linux.
28593      Branch: perl
28594            ! sv.c
28595 ____________________________________________________________________________
28596 [  8554] By: nick                                  on 2001/01/26  19:01:31
28597         Log: Integrate mainline
28598      Branch: perlio
28599           !> lib/Text/Wrap.pm t/lib/textwrap.t
28600 ____________________________________________________________________________
28601 [  8553] By: jhi                                   on 2001/01/26  15:19:39
28602         Log: Integrate change #7792 from perlio (multiplicity fix),
28603              fix the AV leak in regex DEBUGGING (tiny part of the
28604              polymorphic regexp patch #8143).
28605      Branch: maint-5.6/perl
28606            ! regcomp.c
28607           !> scope.h
28608 ____________________________________________________________________________
28609 [  8552] By: jhi                                   on 2001/01/26  15:03:23
28610         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
28611              From: Michael G Schwern <schwern@pobox.com>
28612              Date: Fri, 26 Jan 2001 09:28:31 -0500
28613              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
28614      Branch: perl
28615            ! lib/Text/Wrap.pm t/lib/textwrap.t
28616 ____________________________________________________________________________
28617 [  8551] By: jhi                                   on 2001/01/26  02:33:19
28618         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
28619              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
28620              
28621              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
28622              
28623              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
28624              
28625              Message nit.
28626              
28627              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
28628              
28629              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
28630              
28631              (the cleanup of unused submatches in regtry() and regcppop())
28632              
28633              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
28634              stored and restored, and thusly was trounced by the utf8 swash
28635              routines.
28636              
28637              use utf8 not required to use \x{}.
28638              
28639              Removed two more tests that make no sense in UTF-8 since the test
28640              data is not in UTF-8.
28641              
28642              Get the three different space character classes right under utf8.
28643              
28644              Implement ANYOFUTF8 regprop() dumping.
28645              
28646              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
28647              
28648              Document the regex context pushing/popping a bit better.
28649      Branch: maint-5.6/perl
28650           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
28651           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
28652           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
28653           !> t/op/regmesg.t utf8.c
28654 ____________________________________________________________________________
28655 [  8550] By: nick                                  on 2001/01/25  19:42:30
28656         Log: Integrate mainline
28657      Branch: perlio
28658           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
28659           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
28660           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
28661           !> t/lib/bigint.t t/lib/bigintpm.t
28662 ____________________________________________________________________________
28663 [  8549] By: jhi                                   on 2001/01/25  15:22:28
28664         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
28665      Branch: maint-5.6/perl
28666            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
28667 ____________________________________________________________________________
28668 [  8548] By: jhi                                   on 2001/01/25  15:02:55
28669         Log: Integrate changes #7997,8063,8492,8547 from mainline.
28670              
28671              Subject: Re: STRLEN - what?
28672              
28673              Subject: [PATCH] perlguts.pod
28674              
28675              Memory management calls documentation.
28676              
28677              Layout using tabulator is not a good idea in a pod.
28678      Branch: maint-5.6/perl
28679           !> pod/perlguts.pod
28680 ____________________________________________________________________________
28681 [  8547] By: jhi                                   on 2001/01/25  14:49:05
28682         Log: Layout using tabulator is not a good idea in a pod.
28683      Branch: perl
28684            ! pod/perlguts.pod
28685 ____________________________________________________________________________
28686 [  8546] By: jhi                                   on 2001/01/25  14:31:12
28687         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
28688              from mainline.
28689              
28690              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
28691              
28692              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
28693              
28694              More Win32 editor/IDE/shell hints.
28695              
28696              More Win32 Perling.
28697              
28698              Yet another editor edit.
28699              
28700              Edit edit edit.
28701              
28702              IDE/editor section tweaking.
28703              
28704              Few more IDE/editor nits from p5p.
28705      Branch: maint-5.6/perl
28706           !> pod/perlfaq3.pod
28707 ____________________________________________________________________________
28708 [  8545] By: jhi                                   on 2001/01/25  04:16:32
28709         Log: Subject: [PATCH 5.7.0] overload int()
28710              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28711              Date: Wed, 24 Jan 2001 19:06:57 -0500
28712              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
28713      Branch: perl
28714            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
28715            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
28716            ! t/lib/bigintpm.t
28717 ____________________________________________________________________________
28718 [  8544] By: jhi                                   on 2001/01/25  04:15:11
28719         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
28720              From: Peter Prymmer <pvhp@forte.com>
28721              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
28722              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
28723      Branch: perl
28724            ! Makefile.SH README.os390 hints/os390.sh installperl
28725 ____________________________________________________________________________
28726 [  8543] By: jhi                                   on 2001/01/25  03:52:08
28727         Log: Integrate change #8462,8469 from mainline.
28728              
28729              In VMS Perl subversion (perl -V) is undef.
28730      Branch: maint-5.6/perl
28731           !> configure.com
28732 ____________________________________________________________________________
28733 [  8542] By: jhi                                   on 2001/01/25  03:44:55
28734         Log: Integrate changes #7835,7850,8315,8316 from mainline.
28735              
28736              Solaris hints.
28737      Branch: maint-5.6/perl
28738           !> hints/solaris_2.sh
28739 ____________________________________________________________________________
28740 [  8541] By: jhi                                   on 2001/01/25  03:39:28
28741         Log: Integrate #8336 from mainline.
28742      Branch: maint-5.6/perl
28743           !> hv.c
28744 ____________________________________________________________________________
28745 [  8540] By: jhi                                   on 2001/01/25  03:23:50
28746         Log: Retract #8539.
28747      Branch: maint-5.6/perl
28748            ! pod/perlfaq3.pod
28749 ____________________________________________________________________________
28750 [  8539] By: jhi                                   on 2001/01/25  03:21:55
28751         Log: (Retracted by #5940.)
28752      Branch: maint-5.6/perl
28753            ! pod/perlfaq3.pod
28754 ____________________________________________________________________________
28755 [  8538] By: jhi                                   on 2001/01/25  03:14:07
28756         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
28757              From: Peter Prymmer <pvhp@forte.com>
28758              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
28759              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
28760              
28761              The VMS bits.
28762      Branch: maint-5.6/perl
28763            ! configure.com vms/descrip_mms.template
28764 ____________________________________________________________________________
28765 [  8537] By: jhi                                   on 2001/01/25  03:06:09
28766         Log: Integrate #7710,7824,7973 from mainline.
28767      Branch: maint-5.6/perl
28768           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
28769           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
28770           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
28771           !> vos/config.ga.def vos/config.ga.h win32/config.bc
28772           !> win32/config.gc win32/config.vc
28773 ____________________________________________________________________________
28774 [  8536] By: jhi                                   on 2001/01/24  13:50:20
28775         Log: Revert the edits made by me so far to the 5.6 branch since
28776              the TRIAL1 since I did edits when I should have been using
28777              integrates.  Bad programmer.   (Will integrate them properly later.)
28778              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
28779              The #8353 will not be reapplied at least for now since
28780              the UTF-8 hash keys need more thinking.
28781              (The patches #8347, #8354, #8454, #8473 were okay since they
28782              were original edits made specifically for the 5.6.1-TRIAL1.)
28783      Branch: maint-5.6/perl
28784            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28785            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
28786            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
28787            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
28788            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
28789            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
28790            ! win32/config.bc win32/config.gc win32/config.vc
28791 ____________________________________________________________________________
28792 [  8535] By: bailey                                on 2001/01/24  06:37:02
28793         Log: SYN SYN
28794      Branch: vmsperl
28795           +> (branch 26 files)
28796           !> (integrate 130 files)
28797 ____________________________________________________________________________
28798 [  8534] By: nick                                  on 2001/01/23  19:30:57
28799         Log: Integrate mainline.
28800      Branch: perlio
28801           !> Changes Configure Porting/Glossary Porting/config.sh
28802           !> Porting/config_H embed.h embed.pl ext/Encode/compile
28803           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
28804           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
28805           !> pod/perlvar.pod proto.h t/lib/1_compile.t
28806 ____________________________________________________________________________
28807 [  8533] By: jhi                                   on 2001/01/23  16:15:46
28808         Log: Forgotten from #8501.
28809      Branch: perl
28810            ! Porting/Glossary Porting/config.sh Porting/config_H
28811 ____________________________________________________________________________
28812 [  8532] By: jhi                                   on 2001/01/23  16:13:27
28813         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
28814              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
28815              Date: Mon, 22 Jan 2001 17:51:58 +0100
28816              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
28817      Branch: perl
28818            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
28819 ____________________________________________________________________________
28820 [  8531] By: jhi                                   on 2001/01/23  15:46:01
28821         Log: Update Changes.
28822      Branch: perl
28823            ! Changes patchlevel.h
28824 ____________________________________________________________________________
28825 [  8530] By: jhi                                   on 2001/01/23  15:38:39
28826         Log: De-cut-and-pasto.
28827      Branch: perl
28828            ! t/lib/1_compile.t
28829 ____________________________________________________________________________
28830 [  8529] By: jhi                                   on 2001/01/23  15:11:04
28831         Log: Document the mkdir trailing slashes case.
28832      Branch: perl
28833            ! pod/perlfunc.pod
28834 ____________________________________________________________________________
28835 [  8528] By: jhi                                   on 2001/01/23  15:08:28
28836         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
28837              get installed:
28838              
28839              Subject: lib/lib.pm
28840              From: <abigail@foad.org>
28841              Date: Mon, 28 Aug 2000 20:35:08 -0400
28842              Message-ID: <20000829003508.21281.qmail@foad.org>
28843      Branch: perl
28844            ! installperl
28845 ____________________________________________________________________________
28846 [  8527] By: jhi                                   on 2001/01/23  14:44:04
28847         Log: Metaconfig unit change for #8526.
28848      Branch: metaconfig
28849            ! U/threads/archname.U
28850 ____________________________________________________________________________
28851 [  8526] By: jhi                                   on 2001/01/23  14:43:19
28852         Log: Attach -perlio to the archname if so selected.
28853      Branch: perl
28854            ! Configure
28855 ____________________________________________________________________________
28856 [  8525] By: jhi                                   on 2001/01/23  14:24:01
28857         Log: Subject: [PATCH] pod/perlvar.pod
28858              From: abigail@foad.org
28859              Date: Tue, 23 Jan 2001 01:41:10 +0100
28860              Message-ID: <20010123004110.22259.qmail@foad.org>
28861      Branch: perl
28862            ! pod/perlvar.pod
28863 ____________________________________________________________________________
28864 [  8524] By: jhi                                   on 2001/01/23  14:22:32
28865         Log: A bug introduced in #8217 (the undefined variable in the
28866              lib/safe1_t #3) fixed, by Charles Lane:
28867              
28868              The earlier patch made it so that stuff running in Safe
28869              compartments could do a "caller" and see "main".  That
28870              little change in name is done right before the code in
28871              the compartment is run, and apparantly the parser
28872              was picking up the stash name before it got changed.
28873              
28874              (why it was threaded vs. unthreaded Perl that was sensitive to this
28875              I still don't know...and it probably doesn't matter).
28876              
28877              I tryed removing the stash name-change and saw that threaded Perl
28878              did indeed pass the lib/safe1.t tests.
28879              
28880              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
28881              do the name change (and to connect _ in the compartment to the global
28882              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
28883              to call _safe_pkg_prep when creating a new compartment.
28884              
28885              Passes all tests with threaded perl on linux; passes all tests
28886              with unthreaded perl on VMS.
28887              
28888              At some point I'll probably want to revisit Safe and Opcode to
28889              provide more sensible handling of global variables...and to get
28890              formats working in Safe compartments, which they don't do currently.
28891      Branch: perl
28892            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
28893 ____________________________________________________________________________
28894 [  8523] By: jhi                                   on 2001/01/23  14:11:58
28895         Log: Also the lib/Thread.pm itself needs to be ignored if
28896              the Thread extension hasn't been built.
28897      Branch: perl
28898            ! t/lib/1_compile.t
28899 ____________________________________________________________________________
28900 [  8522] By: jhi                                   on 2001/01/23  13:51:28
28901         Log: print() instead of warn() so that stderr doesn't get
28902              unncessarily polluted.
28903      Branch: perl
28904            ! ext/Encode/compile
28905 ____________________________________________________________________________
28906 [  8521] By: jhi                                   on 2001/01/23  13:49:48
28907         Log: Integrate perlio.
28908      Branch: perl
28909           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
28910           !> ext/Encode/encode.h
28911 ____________________________________________________________________________
28912 [  8520] By: nick                                  on 2001/01/22  21:44:00
28913         Log: More messing with Encode:
28914              Extra fields in header to allow multiple names and to record
28915              other things "compile" knows.
28916              Re-organise compile to factor out common output routines.
28917      Branch: perlio
28918            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
28919 ____________________________________________________________________________
28920 [  8519] By: nick                                  on 2001/01/22  20:33:50
28921         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
28922      Branch: perlio
28923            ! ext/Encode/Makefile.PL ext/Encode/compile
28924 ____________________________________________________________________________
28925 [  8518] By: nick                                  on 2001/01/22  20:28:13
28926         Log: Integrate mainline
28927      Branch: perlio
28928           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
28929           !> vos/config.alpha.def vos/config.alpha.h
28930 ____________________________________________________________________________
28931 [  8517] By: jhi                                   on 2001/01/22  15:37:17
28932         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
28933              by Inaba Hiroto.
28934      Branch: perl
28935            ! sv.c
28936 ____________________________________________________________________________
28937 [  8516] By: jhi                                   on 2001/01/22  14:55:15
28938         Log: More SIG_SIZE fixes.
28939      Branch: perl
28940            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
28941 ____________________________________________________________________________
28942 [  8515] By: jhi                                   on 2001/01/22  14:50:27
28943         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
28944              From: "Craig A. Berry" <craigberry@mac.com>
28945              Date: Mon, 22 Jan 2001 00:42:24 -0600
28946              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
28947      Branch: perl
28948            ! configure.com
28949 ____________________________________________________________________________
28950 [  8514] By: jhi                                   on 2001/01/22  14:31:17
28951         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
28952              From: "Craig A. Berry" <craigberry@mac.com>
28953              Date: Sun, 21 Jan 2001 23:03:25 -0600
28954              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
28955      Branch: perl
28956            ! configure.com
28957 ____________________________________________________________________________
28958 [  8513] By: jhi                                   on 2001/01/22  14:14:00
28959         Log: Add the .ucm encoding tables to the MANIFEST.
28960      Branch: perl
28961            ! MANIFEST
28962 ____________________________________________________________________________
28963 [  8512] By: jhi                                   on 2001/01/22  13:43:33
28964         Log: Integrate perlio.
28965      Branch: perl
28966           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
28967           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
28968           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
28969           +> ext/Encode/Encode/iso8859-10.ucm
28970           +> ext/Encode/Encode/iso8859-13.ucm
28971           +> ext/Encode/Encode/iso8859-14.ucm
28972           +> ext/Encode/Encode/iso8859-15.ucm
28973           +> ext/Encode/Encode/iso8859-16.ucm
28974           +> ext/Encode/Encode/iso8859-2.ucm
28975           +> ext/Encode/Encode/iso8859-3.ucm
28976           +> ext/Encode/Encode/iso8859-4.ucm
28977           +> ext/Encode/Encode/iso8859-5.ucm
28978           +> ext/Encode/Encode/iso8859-6.ucm
28979           +> ext/Encode/Encode/iso8859-7.ucm
28980           +> ext/Encode/Encode/iso8859-8.ucm
28981           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
28982           +> ext/Encode/Encode/symbol.ucm
28983           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
28984           !> perliol.h
28985 ____________________________________________________________________________
28986 [  8511] By: nick                                  on 2001/01/21  23:44:47
28987         Log: Make "real" layers of ":utf8" and ":raw".
28988              So now PERLIO=utf8 perl ...
28989              does what Andreas wanted.
28990              Fix arg passing in open.pm (still have a Carp issue).
28991      Branch: perlio
28992            ! lib/open.pm perlio.c perliol.h
28993 ____________________________________________________________________________
28994 [  8510] By: jhi                                   on 2001/01/21  22:56:53
28995         Log: Document the regex context pushing/popping a bit better.
28996      Branch: perl
28997            ! regexec.c
28998 ____________________________________________________________________________
28999 [  8509] By: jhi                                   on 2001/01/21  22:55:44
29000         Log: Tweak the mkdir trailing slash code some more.
29001              
29002              TO DO: the same handling should probably be done for
29003              all the other filesystem functions that can have directories
29004              as their arguments.
29005      Branch: perl
29006            ! pp_sys.c
29007 ____________________________________________________________________________
29008 [  8508] By: nick                                  on 2001/01/21  21:37:43
29009         Log: Switch "compiled in" encodings to .ucm format.
29010              (Leave others as .enc till we can run-time load .ucm,
29011              or find some other way to load them.)
29012      Branch: perlio
29013            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
29014            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
29015            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
29016            + ext/Encode/Encode/iso8859-10.ucm
29017            + ext/Encode/Encode/iso8859-13.ucm
29018            + ext/Encode/Encode/iso8859-14.ucm
29019            + ext/Encode/Encode/iso8859-15.ucm
29020            + ext/Encode/Encode/iso8859-16.ucm
29021            + ext/Encode/Encode/iso8859-2.ucm
29022            + ext/Encode/Encode/iso8859-3.ucm
29023            + ext/Encode/Encode/iso8859-4.ucm
29024            + ext/Encode/Encode/iso8859-5.ucm
29025            + ext/Encode/Encode/iso8859-6.ucm
29026            + ext/Encode/Encode/iso8859-7.ucm
29027            + ext/Encode/Encode/iso8859-8.ucm
29028            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
29029            + ext/Encode/Encode/symbol.ucm
29030            ! ext/Encode/Makefile.PL ext/Encode/compile
29031 ____________________________________________________________________________
29032 [  8507] By: nick                                  on 2001/01/21  21:02:03
29033         Log: Integrate (partial) mainline.
29034      Branch: perlio
29035           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
29036           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
29037           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
29038 ____________________________________________________________________________
29039 [  8506] By: jhi                                   on 2001/01/21  20:09:30
29040         Log: Update Changes.
29041      Branch: perl
29042            ! Changes patchlevel.h
29043 ____________________________________________________________________________
29044 [  8505] By: jhi                                   on 2001/01/21  19:39:59
29045         Log: Subject: Minor typos in perlfaq2.pod
29046              From: "Stephen P. Potter" <spp@spotter.yi.org>
29047              Message-Id: <200101192101.QAA11911@spotter.yi.org>
29048              Date: Fri, 19 Jan 2001 16:01:13 -0500
29049              
29050              with a nit from Philip Netwon.
29051      Branch: perl
29052            ! pod/perlfaq2.pod
29053 ____________________________________________________________________________
29054 [  8504] By: jhi                                   on 2001/01/21  19:33:05
29055         Log: Metaconfig change for #8503.
29056      Branch: metaconfig
29057            ! U/threads/usethreads.U
29058 ____________________________________________________________________________
29059 [  8503] By: jhi                                   on 2001/01/21  19:32:21
29060         Log: Sanity check for conflicting thread flavours.
29061      Branch: perl
29062            ! Configure config_h.SH
29063 ____________________________________________________________________________
29064 [  8502] By: jhi                                   on 2001/01/21  19:23:00
29065         Log: Metaconfig change for #8501.
29066      Branch: metaconfig
29067            ! U/modified/sig_name.U
29068 ____________________________________________________________________________
29069 [  8501] By: jhi                                   on 2001/01/21  19:22:26
29070         Log: The SIG_SIZE is the number of the elements *excluding*
29071              the terminating NULL.
29072      Branch: perl
29073            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
29074            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
29075            ! win32/config_H.vc
29076 ____________________________________________________________________________
29077 [  8500] By: jhi                                   on 2001/01/21  18:31:31
29078         Log: Integrate perlio.
29079      Branch: perl
29080           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
29081           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
29082           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
29083           !> pp_sys.c proto.h sv.c
29084 ____________________________________________________________________________
29085 [  8499] By: jhi                                   on 2001/01/21  17:43:57
29086         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
29087              From: Hugo <hv@crypt.compulink.co.uk>
29088              Date: Sun, 21 Jan 2001 13:34:05 +0000
29089              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
29090              
29091              In sprintf UTF8ize only if necessary.
29092      Branch: perl
29093            ! sv.c
29094 ____________________________________________________________________________
29095 [  8498] By: nick                                  on 2001/01/21  16:25:32
29096         Log: Encode cleanup.
29097              Add command line control over "compile" so that Makefile.PL
29098              needs can be combined with other uses.
29099              Use command line options in Makefile.PL.
29100              Fix multi-byte parsing in .ucm files.
29101      Branch: perlio
29102            ! ext/Encode/Makefile.PL ext/Encode/compile
29103 ____________________________________________________________________________
29104 [  8497] By: nick                                  on 2001/01/21  12:56:27
29105         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
29106      Branch: perlio
29107            ! ext/Encode/Encode.xs
29108 ____________________________________________________________________________
29109 [  8496] By: nick                                  on 2001/01/21  12:18:45
29110         Log: Fixup after integrate:
29111              missed the .sym files that are changed by regen_headers
29112              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
29113      Branch: perlio
29114            ! global.sym pp.sym sv.c
29115 ____________________________________________________________________________
29116 [  8495] By: nick                                  on 2001/01/21  11:51:07
29117         Log: Integrate mainline.
29118      Branch: perlio
29119           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
29120           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
29121           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
29122           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
29123           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
29124           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
29125           !> win32/Makefile win32/makefile.mk
29126 ____________________________________________________________________________
29127 [  8494] By: jhi                                   on 2001/01/20  23:12:11
29128         Log: Forgot the expect_number() prototype.
29129      Branch: perl
29130            ! embed.h embed.pl proto.h
29131 ____________________________________________________________________________
29132 [  8493] By: jhi                                   on 2001/01/20  22:56:39
29133         Log: Subject: [PATCH: perl@8482] README.vms URL updates
29134              From: Peter Prymmer <pvhp@forte.com>
29135              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
29136              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
29137              
29138              Plus Craig A. Berry's suggestion to use compaq.com instead
29139              of digital.com.
29140      Branch: perl
29141            ! README.vms
29142 ____________________________________________________________________________
29143 [  8492] By: jhi                                   on 2001/01/20  22:50:05
29144         Log: Memory management calls documentation.
29145      Branch: perl
29146            ! pod/perlguts.pod
29147 ____________________________________________________________________________
29148 [  8491] By: jhi                                   on 2001/01/20  22:38:33
29149         Log: Signedness nit plus few memcpy/Copy nits.
29150      Branch: perl
29151            ! sv.c
29152 ____________________________________________________________________________
29153 [  8490] By: jhi                                   on 2001/01/20  22:25:53
29154         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
29155              From: Peter Prymmer <pvhp@forte.com>
29156              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
29157              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
29158      Branch: perl
29159            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
29160 ____________________________________________________________________________
29161 [  8489] By: jhi                                   on 2001/01/20  22:24:41
29162         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
29163              From: Peter Prymmer <pvhp@forte.com>
29164              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
29165              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
29166      Branch: perl
29167            ! win32/Makefile win32/makefile.mk
29168 ____________________________________________________________________________
29169 [  8488] By: jhi                                   on 2001/01/20  22:22:27
29170         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
29171              From: Peter Prymmer <pvhp@forte.com>
29172              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
29173              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
29174      Branch: perl
29175            ! Makefile.SH
29176 ____________________________________________________________________________
29177 [  8487] By: jhi                                   on 2001/01/20  22:21:18
29178         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
29179              From: Peter Prymmer <pvhp@forte.com>
29180              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
29181              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
29182      Branch: perl
29183            + ext/DynaLoader/dl_dllload.xs
29184            ! MANIFEST Makefile.SH hints/os390.sh
29185 ____________________________________________________________________________
29186 [  8486] By: jhi                                   on 2001/01/20  22:17:53
29187         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
29188              From: Peter Prymmer <pvhp@forte.com>
29189              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
29190              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
29191      Branch: perl
29192            ! README.os390 README.posix-bc
29193 ____________________________________________________________________________
29194 [  8485] By: jhi                                   on 2001/01/20  20:15:30
29195         Log: Document and test the new qu operator.
29196      Branch: perl
29197            + t/op/qu.t
29198            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
29199            ! pod/perlretut.pod pod/perlunicode.pod
29200 ____________________________________________________________________________
29201 [  8484] By: nick                                  on 2001/01/20  19:42:30
29202         Log: Infrastructure to allow:
29203              open($fh,"|-",@array);
29204              to be implemented
29205              i.e. mark pp_open as needing a stack mark, and make pp_open
29206              process its args in that style (and pass them _all_ to tied handles OPEN).
29207              Invent do_openn() which takes SV ** at allow it to see multiple args.
29208              Note this does not _do_ anything yet.
29209      Branch: perlio
29210            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
29211            ! perlapi.c pp_proto.h pp_sys.c proto.h
29212 ____________________________________________________________________________
29213 [  8483] By: nick                                  on 2001/01/20  17:23:14
29214         Log: Integrate mainline.
29215      Branch: perlio
29216           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
29217           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
29218 ____________________________________________________________________________
29219 [  8482] By: jhi                                   on 2001/01/19  15:37:49
29220         Log: Update Changes.
29221      Branch: perl
29222            ! Changes patchlevel.h
29223 ____________________________________________________________________________
29224 [  8481] By: jhi                                   on 2001/01/19  14:41:24
29225         Log: Subject: Re: new feature: s?printf parameter reordering 
29226              From: Hugo <hv@crypt.compulink.co.uk>
29227              Date: Thu, 11 Jan 2001 17:09:03 +0000
29228              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
29229              
29230              - support reordering for all parameters: %, *v, *, .*
29231              - lay down that the reordering specification must immediately
29232              follow that parameter: %3$, *v3$, *3$, .*3$
29233              - fix vectorisation of a zero-length string
29234              - factor out the code choosing the argument to format
29235              
29236              Possibly unwanted side-effects:
29237              - the special format specifiers ' +-0' must now precede any
29238              vectorisation specifier. Tests in op/sprintf and op/ver
29239              have been changed to reflect this.
29240              - sprintf.t test #214 changed its expectations because in many
29241              cases, the next parameter has already been consumed when an
29242              invalid type letter is detected.
29243              
29244              Probably wanted side-effects:
29245              - attempts to format a non-existent parameter will warn as if C<undef>
29246              - attempt to write to non-existent parameter with '%n' will complain
29247              of "attempt to modify read-only value" instead of being silent
29248      Branch: perl
29249            ! sv.c t/op/sprintf.t t/op/ver.t
29250 ____________________________________________________________________________
29251 [  8480] By: jhi                                   on 2001/01/19  14:08:37
29252         Log: Subject: PATCH pragma/locale.t
29253              From: andreas.koenig@anima.de (Andreas J. Koenig)
29254              Date: 18 Jan 2001 09:45:37 +0100
29255              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
29256      Branch: perl
29257            ! t/pragma/locale.t
29258 ____________________________________________________________________________
29259 [  8479] By: jhi                                   on 2001/01/19  13:19:58
29260         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
29261      Branch: perl
29262            ! configure.com
29263 ____________________________________________________________________________
29264 [  8478] By: jhi                                   on 2001/01/19  02:12:35
29265         Log: Automate 1_compile.t.
29266      Branch: perl
29267            ! t/lib/1_compile.t
29268 ____________________________________________________________________________
29269 [  8477] By: jhi                                   on 2001/01/19  01:49:56
29270         Log: Integrate perlio.
29271      Branch: perl
29272           !> sv.c win32/config.bc win32/config.gc win32/config.vc
29273           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
29274 ____________________________________________________________________________
29275 [  8476] By: nick                                  on 2001/01/18  21:51:52
29276         Log: Integrate mainline
29277      Branch: perlio
29278           +> t/lib/1_compile.t t/lib/compmod.pl
29279           !> MANIFEST configure.com lib/unicode/distinct.pm
29280 ____________________________________________________________________________
29281 [  8475] By: nick                                  on 2001/01/18  21:48:02
29282         Log: Win32 "safe signals" co-existance fix.
29283              Fix SIG_SIZE value.
29284              Clear PL_sig_pending when cloning (fork).
29285      Branch: perlio
29286            ! sv.c win32/config.bc win32/config.gc win32/config.vc
29287            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29288 ____________________________________________________________________________
29289 [  8474] By: jhi                                   on 2001/01/18  14:40:57
29290         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
29291      Branch: perl
29292            ! t/lib/1_compile.t
29293 ____________________________________________________________________________
29294 [  8473] By: gsar                                  on 2001/01/18  11:42:31
29295         Log: unsubmitted trial1 change
29296      Branch: maint-5.6/perl
29297            ! Changes
29298 ____________________________________________________________________________
29299 [  8472] By: jhi                                   on 2001/01/18  04:30:24
29300         Log: The first bug found by 1_compile.t.
29301      Branch: perl
29302            ! lib/unicode/distinct.pm
29303 ____________________________________________________________________________
29304 [  8471] By: jhi                                   on 2001/01/18  04:29:42
29305         Log: Add Schwern's 1_compile test.  The compile_module script renamed
29306              to be a bit shorter for the 8.3 people.
29307      Branch: perl
29308            + t/lib/1_compile.t t/lib/compmod.pl
29309            ! MANIFEST
29310 ____________________________________________________________________________
29311 [  8470] By: jhi                                   on 2001/01/18  04:16:00
29312         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)
29313              From: Peter Prymmer <pvhp@forte.com>
29314              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
29315              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
29316              Replace #8463.
29317      Branch: maint-5.6/perl
29318            ! configure.com
29319 ____________________________________________________________________________
29320 [  8469] By: jhi                                   on 2001/01/18  04:13:02
29321         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)
29322              From: Peter Prymmer <pvhp@forte.com>
29323              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
29324              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
29325              Replace #8462.
29326      Branch: perl
29327            ! configure.com
29328 ____________________________________________________________________________
29329 [  8468] By: jhi                                   on 2001/01/18  03:42:08
29330         Log: Integrate perlio.
29331      Branch: perl
29332           !> gv.c mg.c perlio.c util.c
29333 ____________________________________________________________________________
29334 [  8467] By: nick                                  on 2001/01/17  22:41:10
29335         Log: "Safe" signals - trial implementation.
29336              gv.c tweaked to zero PL_sig_pend array
29337              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
29338              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
29339              Odd thing is that it "works" with PERLIO=stdio as well (linux).
29340      Branch: perlio
29341            ! gv.c mg.c perlio.c util.c
29342 ____________________________________________________________________________
29343 [  8466] By: nick                                  on 2001/01/17  20:40:20
29344         Log: Integrate mainline.
29345      Branch: perlio
29346           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
29347           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
29348           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
29349           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29350           !> vos/config.ga.h win32/config.bc win32/config.gc
29351           !> win32/config.vc
29352 ____________________________________________________________________________
29353 [  8465] By: jhi                                   on 2001/01/17  18:37:13
29354         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
29355              From: Nicholas Clark <nick@ccl4.org>
29356              Date: Wed, 17 Jan 2001 17:31:33 +0000
29357              Message-ID: <20010117173133.I2633@plum.flirble.org>
29358      Branch: perl
29359            ! t/op/int.t
29360 ____________________________________________________________________________
29361 [  8464] By: jhi                                   on 2001/01/17  14:43:17
29362         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
29363              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
29364              Date: Wed, 17 Jan 2001 15:16:43 +0100
29365              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
29366              
29367              pp_int() was dropping an NV to the floor,
29368              int(279964589018079/59) either returned not an integer
29369              4745162525730.15, or one got "Attempt to free unreferenced scalar."
29370      Branch: perl
29371            ! pp.c
29372 ____________________________________________________________________________
29373 [  8463] By: jhi                                   on 2001/01/17  06:12:42
29374         Log: (Replaced by #8470)
29375              
29376              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)
29377              From: "Craig A. Berry" <craigberry@mac.com>
29378              Date: Tue, 16 Jan 2001 23:38:46 -0600
29379              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
29380      Branch: maint-5.6/perl
29381            ! configure.com
29382 ____________________________________________________________________________
29383 [  8462] By: jhi                                   on 2001/01/17  06:11:31
29384         Log: (Replaced by #8469)
29385              
29386              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)
29387              From: "Craig A. Berry" <craigberry@mac.com>
29388              Date: Tue, 16 Jan 2001 23:38:46 -0600
29389              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
29390      Branch: perl
29391            ! configure.com
29392 ____________________________________________________________________________
29393 [  8461] By: jhi                                   on 2001/01/17  05:56:12
29394         Log: Allow for one trailing slash in the directory of mkdir().
29395      Branch: perl
29396            ! pp_sys.c
29397 ____________________________________________________________________________
29398 [  8460] By: jhi                                   on 2001/01/17  03:26:01
29399         Log: Metaconfig unit changes for #8459.
29400      Branch: metaconfig
29401            ! U/modified/Loc.U U/modified/sig_name.U
29402 ____________________________________________________________________________
29403 [  8459] By: jhi                                   on 2001/01/17  03:24:48
29404         Log: Define SIG_SIZE, the number of elements in the sig_name and
29405              sig_num arrays, including the final NULL entry.
29406      Branch: perl
29407            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29408            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
29409            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
29410            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
29411            ! win32/config.bc win32/config.gc win32/config.vc
29412 ____________________________________________________________________________
29413 [  8458] By: jhi                                   on 2001/01/17  01:41:33
29414         Log: Integrate perlio.
29415      Branch: perl
29416           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
29417           !> perlapi.h proto.h sv.c
29418 ____________________________________________________________________________
29419 [  8457] By: nick                                  on 2001/01/16  22:07:26
29420         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
29421              Provides all the "cost" but no benefit yet - it is to allow cost
29422              to be measured, and implementation experiments (just in mg.c?).
29423      Branch: perlio
29424            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
29425            ! perlapi.h proto.h sv.c
29426 ____________________________________________________________________________
29427 [  8456] By: nick                                  on 2001/01/16  21:07:07
29428         Log: Integrate mainline.
29429      Branch: perlio
29430           !> (integrate 51 files)
29431 ____________________________________________________________________________
29432 [  8455] By: jhi                                   on 2001/01/16  18:13:43
29433         Log: Subject: [PATCH] regcomp.c old feature removal
29434              From: mjd@plover.com
29435              Date: 16 Jan 2001 14:43:18 -0000 
29436              Message-ID: <20010116144318.7140.qmail@plover.com> 
29437      Branch: perl
29438            ! regcomp.c
29439 ____________________________________________________________________________
29440 [  8454] By: jhi                                   on 2001/01/16  16:12:39
29441         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
29442              From: "Indy Singh" <indy@nusphere.com>
29443              Date: Wed, 10 Jan 2001 20:17:49 -0500
29444              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
29445      Branch: maint-5.6/perl
29446            ! win32/Makefile
29447 ____________________________________________________________________________
29448 [  8453] By: jhi                                   on 2001/01/16  16:09:33
29449         Log: Update Changes.
29450      Branch: perl
29451            ! Changes patchlevel.h
29452 ____________________________________________________________________________
29453 [  8452] By: jhi                                   on 2001/01/16  15:42:04
29454         Log: Subject: Re: API Cleanup
29455              To: perl5-porters@perl.org
29456              Date: Tue, 16 Jan 2001 13:42:30 +0000
29457              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
29458              
29459              Subject: [PATCH] utf8.c documentation
29460              From: Simon Cozens <simon@cozens.net>
29461              Date: Tue, 16 Jan 2001 13:52:48 +0000
29462              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
29463              
29464              Subject: Re: API Cleanup
29465              From: Simon Cozens <simon@cozens.net>
29466              Date: Tue, 16 Jan 2001 14:58:55 +0000
29467              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
29468              
29469              UTF-8 doc patches.
29470      Branch: perl
29471            ! embed.pl pod/perlapi.pod utf8.c
29472 ____________________________________________________________________________
29473 [  8451] By: jhi                                   on 2001/01/16  14:41:39
29474         Log: podlators 1.07, from Russ Allbery.
29475      Branch: perl
29476            ! lib/Pod/Man.pm
29477 ____________________________________________________________________________
29478 [  8450] By: jhi                                   on 2001/01/16  14:24:19
29479         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
29480              From: "Indy Singh" <indy@nusphere.com>
29481              Date: Mon, 15 Jan 2001 20:59:40 -0500
29482              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
29483      Branch: perl
29484            ! win32/Makefile
29485 ____________________________________________________________________________
29486 [  8449] By: jhi                                   on 2001/01/16  03:42:55
29487         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
29488              at the setting of the ofs_sv in new_struct_thread() as the
29489              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
29490              that invited a core dump.
29491      Branch: perl
29492            ! util.c
29493 ____________________________________________________________________________
29494 [  8448] By: jhi                                   on 2001/01/16  01:49:07
29495         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
29496              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29497              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
29498              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
29499              
29500              Replace #8444 and #8445.
29501      Branch: perl
29502            ! ext/B/B.xs ext/B/B/Debug.pm
29503 ____________________________________________________________________________
29504 [  8447] By: jhi                                   on 2001/01/15  21:05:35
29505         Log: Subject: [PATCH] API Variable documentation   
29506              From: Simon Cozens <simon@cozens.net>
29507              Date: Mon, 15 Jan 2001 19:35:54 +0000
29508              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
29509      Branch: perl
29510            ! pod/perlapi.pod thrdvar.h
29511 ____________________________________________________________________________
29512 [  8446] By: jhi                                   on 2001/01/15  20:49:20
29513         Log: Signedness nit.
29514      Branch: perl
29515            ! pp_ctl.c
29516 ____________________________________________________________________________
29517 [  8445] By: jhi                                   on 2001/01/15  20:28:48
29518         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
29519      Branch: perl
29520            ! ext/B/B/Debug.pm
29521 ____________________________________________________________________________
29522 [  8444] By: jhi                                   on 2001/01/15  13:09:10
29523         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
29524      Branch: perl
29525            ! ext/B/B.xs
29526 ____________________________________________________________________________
29527 [  8443] By: jhi                                   on 2001/01/15  13:06:26
29528         Log: Missing from #8439.
29529      Branch: perl
29530            ! keywords.h mg.c
29531 ____________________________________________________________________________
29532 [  8442] By: jhi                                   on 2001/01/15  13:02:38
29533         Log: Subject: [PATCH @8436] Eliminate op_children
29534              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29535              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
29536              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
29537              
29538              Subject: [PATCH @8436] Re: Eliminate op_children
29539              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29540              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
29541              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
29542      Branch: perl
29543            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
29544            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
29545            ! op.c op.h
29546 ____________________________________________________________________________
29547 [  8441] By: jhi                                   on 2001/01/15  12:57:08
29548         Log: Use the /^Perl_/-less form of is_lvalue_sub().
29549      Branch: perl
29550            ! pp.h
29551 ____________________________________________________________________________
29552 [  8440] By: jhi                                   on 2001/01/15  05:13:09
29553         Log: Revert #8437 and #8438, the Linux large files story is more complex.
29554      Branch: metaconfig/U/perl
29555            ! d_fpos64_t.U d_off64_t.U
29556      Branch: perl
29557            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29558            ! config_h.SH configure.com epoc/config.sh perl.h
29559            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
29560            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
29561            ! win32/config.bc win32/config.gc win32/config.vc
29562 ____________________________________________________________________________
29563 [  8439] By: jhi                                   on 2001/01/15  05:02:24
29564         Log: More UTF-8 patches from Inaba Hiroto.
29565              - The substr lval was still not okay.
29566              - Now pp_stringify and sv_setsv copies source's UTF8 flag
29567              even if IN_BYTE.  pp_stringify is called from fold_constants
29568              at optimization phase and "\x{100}" was made SvUTF8_off under
29569              use bytes (the bytes pragma is for "byte semantics" and not
29570              for "do not produce UTF8 data")
29571              - New `qu' operator to generate UTF8 string explicitly.
29572              Though I agree with the policy "0x00-0xff always produce bytes",
29573              sometimes want to such a string to be coded in UTF8.
29574              I can use pack"U0a*" but it requires more typing and has
29575              runtime overhead.
29576              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
29577              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
29578              string is not UTF8_on and has char 0x80-0xff.
29579              
29580              TODO: document and test qu.
29581      Branch: perl
29582            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
29583            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
29584            ! toke.c
29585 ____________________________________________________________________________
29586 [  8438] By: jhi                                   on 2001/01/14  05:10:23
29587         Log: Metaconfig unit changes for #8437.
29588      Branch: metaconfig/U/perl
29589            ! d_fpos64_t.U d_off64_t.U
29590 ____________________________________________________________________________
29591 [  8437] By: jhi                                   on 2001/01/14  04:55:34
29592         Log: Add <features.h> probing, seems to be needed for (some?)
29593              Linux largefileness.
29594      Branch: perl
29595            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29596            ! config_h.SH configure.com epoc/config.sh perl.h
29597            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
29598            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
29599            ! win32/config.bc win32/config.gc win32/config.vc
29600 ____________________________________________________________________________
29601 [  8436] By: jhi                                   on 2001/01/13  17:47:21
29602         Log: Tighten some of the tests a bit.
29603      Branch: perl
29604            ! t/pragma/utf8.t
29605 ____________________________________________________________________________
29606 [  8435] By: jhi                                   on 2001/01/13  17:31:54
29607         Log: Integrate perlio.
29608      Branch: perl
29609           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
29610           !> win32/config_H.gc win32/config_H.vc
29611 ____________________________________________________________________________
29612 [  8434] By: nick                                  on 2001/01/13  11:36:53
29613         Log: Run dmake regen_config_h for Win32
29614      Branch: perlio
29615            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29616 ____________________________________________________________________________
29617 [  8433] By: nick                                  on 2001/01/13  11:31:55
29618         Log: VMS friendly patch to Encode compile process
29619      Branch: perlio
29620            ! ext/Encode/Makefile.PL ext/Encode/compile
29621 ____________________________________________________________________________
29622 [  8432] By: nick                                  on 2001/01/13  11:06:44
29623         Log: Integrate mainline
29624      Branch: perlio
29625           +> ext/B/B/Concise.pm
29626           !> (integrate 52 files)
29627 ____________________________________________________________________________
29628 [  8431] By: jhi                                   on 2001/01/13  05:55:55
29629         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
29630              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29631              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
29632              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
29633      Branch: perl
29634            ! ext/B/B/Concise.pm
29635 ____________________________________________________________________________
29636 [  8430] By: jhi                                   on 2001/01/13  04:24:18
29637         Log: The LVRET macro needed an aTHX.
29638      Branch: perl
29639            ! pp.h
29640 ____________________________________________________________________________
29641 [  8429] By: jhi                                   on 2001/01/13  02:12:42
29642         Log: Update Changes.
29643      Branch: perl
29644            ! Changes patchlevel.h
29645 ____________________________________________________________________________
29646 [  8428] By: jhi                                   on 2001/01/13  02:08:50
29647         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
29648              From: Peter Prymmer <pvhp@forte.com>
29649              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
29650              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
29651              
29652              Add a BEGIN guard for sloppy floating point division.
29653      Branch: perl
29654            ! lib/Math/BigInt.pm lib/bigint.pl
29655 ____________________________________________________________________________
29656 [  8427] By: jhi                                   on 2001/01/13  01:47:16
29657         Log: The B::Terse drop-in replacement wasn't quite drop-in.
29658      Branch: perl
29659            ! ext/B/B/Terse.pm
29660 ____________________________________________________________________________
29661 [  8426] By: jhi                                   on 2001/01/12  21:20:43
29662         Log: Use UVXf.
29663      Branch: perl
29664            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29665            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
29666            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
29667            ! vos/config.ga.def vos/config.ga.h win32/config.bc
29668            ! win32/config.gc win32/config.vc
29669 ____________________________________________________________________________
29670 [  8425] By: jhi                                   on 2001/01/12  20:20:14
29671         Log: Subject: [PATCH perl@8342] -Wformat
29672              From: Robin Barker <rmb1@cise.npl.co.uk>
29673              Date: Fri, 12 Jan 2001 20:03:14 GMT
29674              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
29675      Branch: perl
29676            ! ext/Encode/Encode.xs mg.c sv.c toke.c
29677 ____________________________________________________________________________
29678 [  8424] By: jhi                                   on 2001/01/12  20:01:48
29679         Log: Subject: B::Concise -- an improved replacement for B::Terse 
29680              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29681              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
29682              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
29683      Branch: perl
29684            + ext/B/B/Concise.pm
29685            ! MANIFEST ext/B/B/Terse.pm
29686 ____________________________________________________________________________
29687 [  8423] By: jhi                                   on 2001/01/12  19:24:02
29688         Log: The new metaconfig unit from the #8421.
29689      Branch: metaconfig/U/perl
29690            + d_sigprocmask.U
29691 ____________________________________________________________________________
29692 [  8422] By: jhi                                   on 2001/01/12  19:23:43
29693         Log: Forgot the microperl config from the #8421.
29694      Branch: perl
29695            ! uconfig.h uconfig.sh
29696 ____________________________________________________________________________
29697 [  8421] By: jhi                                   on 2001/01/12  19:05:27
29698         Log: Add sigprocmask() probe, regen Configure, regen toc.
29699      Branch: perl
29700            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29701            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
29702            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29703            ! vos/config.ga.h win32/config.bc win32/config.gc
29704            ! win32/config.vc
29705 ____________________________________________________________________________
29706 [  8420] By: jhi                                   on 2001/01/12  18:34:31
29707         Log: Add sockatmark() to the todo list.
29708      Branch: perl
29709            ! Todo-5.6
29710 ____________________________________________________________________________
29711 [  8419] By: jhi                                   on 2001/01/12  18:09:46
29712         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
29713      Branch: perl
29714            ! op.c
29715 ____________________________________________________________________________
29716 [  8418] By: jhi                                   on 2001/01/12  18:05:30
29717         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
29718              From: Radu Greab <radu@netsoft.ro>
29719              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
29720              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
29721      Branch: perl
29722            ! op.c t/pragma/sub_lval.t
29723 ____________________________________________________________________________
29724 [  8417] By: jhi                                   on 2001/01/12  16:09:09
29725         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
29726              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
29727              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
29728              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
29729      Branch: perl
29730            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
29731            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
29732            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
29733            ! t/pragma/sub_lval.t toke.c
29734 ____________________________________________________________________________
29735 [  8416] By: jhi                                   on 2001/01/12  15:42:06
29736         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
29737              From: "Richard Soderberg" <rs@crystalflame.net>
29738              Date: Fri, 12 Jan 2001 04:49:35 -0800
29739              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
29740              
29741              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
29742              according to the platform.
29743      Branch: perl
29744            ! op.c
29745 ____________________________________________________________________________
29746 [  8415] By: jhi                                   on 2001/01/12  15:33:41
29747         Log: One more UTF-8 fix from Inaba Hiroto.
29748      Branch: perl
29749            ! pp.c regexec.c t/pragma/utf8.t
29750 ____________________________________________________________________________
29751 [  8414] By: jhi                                   on 2001/01/12  15:30:18
29752         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
29753      Branch: perl
29754            ! regexec.c
29755 ____________________________________________________________________________
29756 [  8413] By: jhi                                   on 2001/01/12  15:22:10
29757         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
29758              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
29759              Date: Thu, 11 Jan 2001 12:53:36 +0100
29760              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
29761      Branch: perl
29762            ! toke.c
29763 ____________________________________________________________________________
29764 [  8412] By: jhi                                   on 2001/01/12  15:20:25
29765         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
29766              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
29767              Date: Fri, 12 Jan 2001 14:37:55 +0100
29768              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
29769      Branch: perl
29770            ! hints/posix-bc.sh
29771 ____________________________________________________________________________
29772 [  8411] By: jhi                                   on 2001/01/12  15:14:14
29773         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
29774              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
29775              Date: Fri, 12 Jan 2001 10:42:21 +0100
29776              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
29777      Branch: perl
29778            ! t/op/regmesg.t
29779 ____________________________________________________________________________
29780 [  8410] By: jhi                                   on 2001/01/12  05:48:55
29781         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
29782              From: Nicholas Clark <nick@ccl4.org> 
29783              Date: Sun, 7 Jan 2001 19:47:14 +0000
29784              Message-ID: <20010107194714.B1048@plum.flirble.org>
29785      Branch: perl
29786            ! t/op/numconvert.t
29787 ____________________________________________________________________________
29788 [  8409] By: jhi                                   on 2001/01/12  05:41:28
29789         Log: Integrate perlio.
29790      Branch: perl
29791           !> mg.c scope.h
29792 ____________________________________________________________________________
29793 [  8408] By: nick                                  on 2001/01/11  22:43:28
29794         Log: Remove variables that were used in experiments.
29795      Branch: perlio
29796            ! mg.c
29797 ____________________________________________________________________________
29798 [  8407] By: nick                                  on 2001/01/11  20:57:44
29799         Log: Catch die in %SIG handler and unblock the signal before re-dying.
29800              This make Linux work _without_ sigsetjmp().
29801              Turn off sigsetjmp() to see what else it does.
29802              May need Configure probe for sigprocmask() if anything has sigaction()
29803              but not sigprocmask().
29804      Branch: perlio
29805            ! mg.c scope.h
29806 ____________________________________________________________________________
29807 [  8406] By: nick                                  on 2001/01/11  19:32:07
29808         Log: Integrate mainline
29809      Branch: perlio
29810           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
29811           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
29812           !> t/op/substr.t
29813 ____________________________________________________________________________
29814 [  8405] By: jhi                                   on 2001/01/11  17:11:01
29815         Log: Fix UTF-8 lval substr().
29816      Branch: perl
29817            ! mg.c t/op/substr.t
29818 ____________________________________________________________________________
29819 [  8404] By: jhi                                   on 2001/01/11  05:13:58
29820         Log: Update Changes.
29821      Branch: perl
29822            ! Changes patchlevel.h
29823 ____________________________________________________________________________
29824 [  8403] By: jhi                                   on 2001/01/11  04:38:24
29825         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
29826              From: Hugo <hv@crypt.compulink.co.uk>
29827              Date: Mon, 30 Oct 2000 01:33:26 +0000
29828              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
29829      Branch: perl
29830            ! regexec.c t/op/re_tests
29831 ____________________________________________________________________________
29832 [  8402] By: jhi                                   on 2001/01/11  04:26:12
29833         Log: Integrate perlio.
29834      Branch: perl
29835           !> scope.h util.c
29836 ____________________________________________________________________________
29837 [  8401] By: nick                                  on 2001/01/10  22:52:55
29838         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
29839              (So Alan and Ilya can try setting via hints.)
29840              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
29841              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
29842              doing the save everywhere seems to restart read() correctly, but just
29843              doing it once "round" the handler does not.
29844      Branch: perlio
29845            ! scope.h
29846 ____________________________________________________________________________
29847 [  8400] By: jhi                                   on 2001/01/10  21:57:54
29848         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
29849              of IRIX, HP-UX is unaffected.
29850      Branch: perl
29851            ! perl.h
29852 ____________________________________________________________________________
29853 [  8399] By: nick                                  on 2001/01/10  21:29:19
29854         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
29855      Branch: perlio
29856            ! util.c
29857 ____________________________________________________________________________
29858 [  8398] By: jhi                                   on 2001/01/10  20:55:31
29859         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
29860              also have ReusePort.
29861      Branch: perl
29862            ! ext/IO/lib/IO/Socket/INET.pm
29863 ____________________________________________________________________________
29864 [  8397] By: jhi                                   on 2001/01/10  20:50:57
29865         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
29866              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
29867              Date: Wed, 10 Jan 2001 01:38:13 -0800
29868              Message-ID: <20010110013813.B41744@yahoo-inc.com>
29869      Branch: perl
29870            ! ext/IO/lib/IO/Socket/INET.pm
29871 ____________________________________________________________________________
29872 [  8396] By: jhi                                   on 2001/01/10  20:49:30
29873         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
29874              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
29875              Date: Wed, 10 Jan 2001 01:37:32 -0800
29876              Message-ID: <20010110013732.A41744@yahoo-inc.com>
29877      Branch: perl
29878            ! ext/Socket/Socket.pm
29879 ____________________________________________________________________________
29880 [  8395] By: jhi                                   on 2001/01/10  20:41:37
29881         Log: Test for bug id 20010105.016 (fixed by #8378).
29882      Branch: perl
29883            ! t/op/split.t
29884 ____________________________________________________________________________
29885 [  8394] By: jhi                                   on 2001/01/10  20:26:32
29886         Log: Integrate perlio.
29887      Branch: perl
29888            ! util.c
29889 ____________________________________________________________________________
29890 [  8393] By: nick                                  on 2001/01/10  19:34:30
29891         Log: Back out Simon's pid hackery for now.
29892      Branch: perlio
29893            ! util.c
29894 ____________________________________________________________________________
29895 [  8392] By: nick                                  on 2001/01/10  19:23:13
29896         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
29897      Branch: perlio
29898           !> (integrate 29 files)
29899 ____________________________________________________________________________
29900 [  8391] By: jhi                                   on 2001/01/10  18:43:15
29901         Log: Subject: [PATCH] Fix my_pclose segfault
29902              From: Simon Cozens <simon@cozens.net>
29903              Date: Wed, 10 Jan 2001 18:39:35 +0000
29904              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
29905      Branch: perl
29906            ! util.c
29907 ____________________________________________________________________________
29908 [  8390] By: jhi                                   on 2001/01/10  18:42:08
29909         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
29910              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29911              Date:     Wed, 10 Jan 2001 13:23:02 EST
29912              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
29913      Branch: perl
29914            ! ext/Opcode/Opcode.xs
29915 ____________________________________________________________________________
29916 [  8389] By: jhi                                   on 2001/01/10  15:16:07
29917         Log: Turn off the integer preservation for now.
29918      Branch: perl
29919            ! perl.h
29920 ____________________________________________________________________________
29921 [  8388] By: jhi                                   on 2001/01/10  15:01:25
29922         Log: Few more IDE/editor nits from p5p.
29923      Branch: perl
29924            ! pod/perlfaq3.pod
29925 ____________________________________________________________________________
29926 [  8387] By: jhi                                   on 2001/01/10  06:53:16
29927         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
29928              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
29929              Date: Tue, 9 Jan 2001 23:16:02 +0000
29930              Message-ID: <20010109231602.A81101@plum.flirble.org>
29931      Branch: perl
29932            ! sv.c
29933 ____________________________________________________________________________
29934 [  8386] By: jhi                                   on 2001/01/10  03:17:54
29935         Log: Test cases for #8385 (from Simon's "torture.pl")
29936      Branch: perl
29937            ! t/op/tr.t
29938 ____________________________________________________________________________
29939 [  8385] By: jhi                                   on 2001/01/10  03:17:11
29940         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
29941              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
29942              Date: Wed, 10 Jan 2001 11:39:39 +0900
29943              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
29944              
29945              Some more UTF-8 tr cases fixed.
29946      Branch: perl
29947            ! doop.c
29948 ____________________________________________________________________________
29949 [  8384] By: jhi                                   on 2001/01/09  22:45:40
29950         Log: Allow the locale test needing POSIX and the taint test
29951              needing IPC::SysV to run under 'minitest' (basically,
29952              bail out if loading the extension fails)
29953      Branch: perl
29954            ! t/op/misc.t t/op/taint.t
29955 ____________________________________________________________________________
29956 [  8383] By: jhi                                   on 2001/01/09  21:36:04
29957         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
29958              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29959              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
29960              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
29961      Branch: perl
29962            ! t/io/openpid.t
29963 ____________________________________________________________________________
29964 [  8382] By: jhi                                   on 2001/01/09  21:06:08
29965         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
29966              Should finish up the bug id 20001205.022.
29967      Branch: perl
29968            ! pp.c pp_hot.c scope.c
29969 ____________________________________________________________________________
29970 [  8381] By: jhi                                   on 2001/01/09  18:27:43
29971         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
29972              From: Andy Dougherty <doughera@lafayette.edu>
29973              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
29974              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
29975              
29976              More robust yacc/bison error detection.
29977      Branch: perl
29978            ! t/comp/proto.t
29979 ____________________________________________________________________________
29980 [  8380] By: jhi                                   on 2001/01/09  15:21:38
29981         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
29982              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29983              Date:     Tue, 9 Jan 2001 07:53:55 EST
29984              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
29985      Branch: perl
29986            ! t/op/misc.t vms/test.com
29987 ____________________________________________________________________________
29988 [  8379] By: jhi                                   on 2001/01/09  15:20:38
29989         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
29990              From: jhi@cc.hut.fi
29991              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
29992              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
29993              
29994              The #8378 fixed this.
29995      Branch: perl
29996            ! t/op/tr.t
29997 ____________________________________________________________________________
29998 [  8378] By: jhi                                   on 2001/01/09  15:05:32
29999         Log: Subject: One more patch for UTF8 
30000              From: Inaba Hiroto <inaba@st.rim.or.jp>
30001              Date: Tue, 09 Jan 2001 01:04:32 +0900
30002              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
30003              
30004              UTF-8 fixes for 'x' and tr///.
30005      Branch: perl
30006            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
30007            ! regcomp.c regexec.c toke.c utf8.c
30008 ____________________________________________________________________________
30009 [  8377] By: jhi                                   on 2001/01/09  14:32:17
30010         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
30011      Branch: perl
30012            ! t/op/length.t
30013 ____________________________________________________________________________
30014 [  8376] By: jhi                                   on 2001/01/09  04:32:32
30015         Log: integrate changes #7775, #8316, #8316 from mainline
30016      Branch: maint-5.6/perl
30017            ! hints/solaris_2.sh
30018 ____________________________________________________________________________
30019 [  8375] By: jhi                                   on 2001/01/09  04:26:43
30020         Log: Update Changes.
30021      Branch: perl
30022            ! Changes patchlevel.h
30023 ____________________________________________________________________________
30024 [  8374] By: jhi                                   on 2001/01/09  04:14:32
30025         Log: IDE/editor section tweaking.
30026      Branch: perl
30027            ! pod/perlfaq3.pod
30028 ____________________________________________________________________________
30029 [  8373] By: jhi                                   on 2001/01/09  02:38:26
30030         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
30031              From: Peter Prymmer <pvhp@forte.com>
30032              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
30033              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
30034              
30035              In preparation os OS/390 dynamic loading.
30036      Branch: perl
30037            ! README.os390 hints/os390.sh
30038 ____________________________________________________________________________
30039 [  8372] By: jhi                                   on 2001/01/09  00:24:30
30040         Log: Integrate with perlio.
30041      Branch: perl
30042           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
30043 ____________________________________________________________________________
30044 [  8371] By: nick                                  on 2001/01/08  23:54:33
30045         Log: Fix "scalars leaked" bugs caused by overload magic
30046              (Highlighted by Ilya's DESTROY optimization.)
30047      Branch: perlio
30048            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
30049 ____________________________________________________________________________
30050 [  8370] By: nick                                  on 2001/01/08  20:19:41
30051         Log: Integrate mainline
30052      Branch: perlio
30053           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
30054           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
30055           !> t/op/64bitint.t
30056 ____________________________________________________________________________
30057 [  8369] By: jhi                                   on 2001/01/08  17:30:52
30058         Log: save_delete() Safefree() doesn't (anymore?) work with shared
30059              strings, one test failure in op/misc and almost all of lib/b.
30060              (Outcomments #8369.)
30061      Branch: perl
30062            ! scope.c
30063 ____________________________________________________________________________
30064 [  8368] By: jhi                                   on 2001/01/08  14:47:10
30065         Log: (Outcommented by #8369.)
30066              
30067              Subject: Re: Perl BugID 20001205.022 ---- save_delete
30068              From: Simon Cozens <simon@cozens.net>
30069              Date: Sat, 6 Jan 2001 11:48:40 +0000
30070              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
30071              
30072              The save_delete() does need the Safefree.
30073      Branch: perl
30074            ! scope.c
30075 ____________________________________________________________________________
30076 [  8367] By: bailey                                on 2001/01/08  08:53:52
30077         Log: Once again syncing after too long an absence
30078      Branch: vmsperl
30079           +> (branch 55 files)
30080            - MAINTAIN fix_pl vos/config.def vos/config.h
30081            - vos/config_h.SH_orig
30082           !> (integrate 498 files)
30083 ____________________________________________________________________________
30084 [  8366] By: jhi                                   on 2001/01/08  02:42:59
30085         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
30086              From: nick@ccl4.org
30087              Date: Sun, 7 Jan 2001 21:07:18 +0000
30088              Message-Id: <20010107210717.D1048@plum.flirble.org>
30089      Branch: perl
30090            ! sv.c t/op/64bitint.t
30091 ____________________________________________________________________________
30092 [  8365] By: jhi                                   on 2001/01/08  02:35:16
30093         Log: Subject: [PATCH] environ nit
30094              From: Simon Cozens <simon@cozens.net>
30095              Date: Sun, 7 Jan 2001 17:57:07 +0000
30096              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
30097              
30098              Use environ only if we have it.
30099      Branch: perl
30100            ! mg.c
30101 ____________________________________________________________________________
30102 [  8364] By: jhi                                   on 2001/01/08  02:24:51
30103         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
30104      Branch: perl
30105            ! ext/GDBM_File/GDBM_File.xs
30106 ____________________________________________________________________________
30107 [  8363] By: jhi                                   on 2001/01/08  02:19:24
30108         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
30109              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
30110              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
30111              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
30112      Branch: perl
30113            ! dump.c op.c
30114 ____________________________________________________________________________
30115 [  8362] By: jhi                                   on 2001/01/08  02:17:43
30116         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
30117              From: Doug MacEachern <dougm@covalent.net>
30118              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
30119              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
30120              
30121              Allow AUTOLOAD to be an xsub and allow such xsubs
30122              to avoid use of $AUTOLOAD.
30123      Branch: perl
30124            ! gv.c
30125 ____________________________________________________________________________
30126 [  8361] By: jhi                                   on 2001/01/08  02:16:07
30127         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
30128              From: Radu Greab <radu@netsoft.ro>
30129              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
30130              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
30131              
30132              No need for the potentially unportable $SIG{CHLD}.
30133      Branch: perl
30134            ! t/io/pipe.t
30135 ____________________________________________________________________________
30136 [  8360] By: jhi                                   on 2001/01/08  01:58:23
30137         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
30138      Branch: perl
30139            ! lib/Getopt/Long.pm
30140 ____________________________________________________________________________
30141 [  8359] By: jhi                                   on 2001/01/08  01:55:44
30142         Log: Integrate perlio.
30143      Branch: perl
30144           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
30145           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
30146           !> utf8.c win32/Makefile
30147 ____________________________________________________________________________
30148 [  8358] By: jhi                                   on 2001/01/07  21:16:50
30149         Log: Update the EPOC cross SDK URL.
30150      Branch: perl
30151            ! README.epoc
30152 ____________________________________________________________________________
30153 [  8357] By: jhi                                   on 2001/01/07  21:16:09
30154         Log: Update the EPOC cross SDK URL.
30155      Branch: maint-5.6/perl
30156            ! README.epoc
30157 ____________________________________________________________________________
30158 [  8356] By: nick                                  on 2001/01/06  21:47:52
30159         Log: FILE * in XS code for PerlIO world:
30160              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
30161              - Add FILE * T_STDIO typemap.
30162              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
30163      Branch: perlio
30164            ! lib/ExtUtils/typemap perlio.c perlio.h
30165 ____________________________________________________________________________
30166 [  8355] By: jhi                                   on 2001/01/06  20:27:15
30167         Log: integrate change #8336 from mainline
30168              
30169              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
30170      Branch: maint-5.6/perl
30171            ! hv.c
30172 ____________________________________________________________________________
30173 [  8354] By: jhi                                   on 2001/01/06  20:24:29
30174         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
30175              From: Robin Barker <rmb1@cise.npl.co.uk>
30176              Date: Fri, 22 Dec 2000 12:17:38 GMT
30177              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
30178              
30179              The patch reformats some long =item lines so they give
30180              correct output via pod2man | nroff -man
30181              
30182              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
30183              From: Robin Barker <rmb1@cise.npl.co.uk>
30184              Date: Tue, 2 Jan 2001 15:35:03 GMT
30185              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
30186              
30187              Here is a _further_ patch which corrects a few more errors:
30188              * an empty C<=item> in CPAN.pm
30189              * patching the wrong file (pod/perlamiga.pod not README.amiga)
30190              * leaving empty C<=item>s which formatted incorrectly
30191              * over long C<=item>s revealed by latest patch to Pod::Man
30192      Branch: maint-5.6/perl
30193            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
30194            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
30195            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
30196            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
30197            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
30198            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
30199 ____________________________________________________________________________
30200 [  8353] By: jhi                                   on 2001/01/06  20:21:10
30201         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
30202              
30203              UTF-8 hash keys.
30204      Branch: maint-5.6/perl
30205            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
30206 ____________________________________________________________________________
30207 [  8352] By: jhi                                   on 2001/01/06  20:18:44
30208         Log: Forgotten from #8438.
30209      Branch: maint-5.6/perl
30210            ! epoc/epocish.h
30211 ____________________________________________________________________________
30212 [  8351] By: jhi                                   on 2001/01/06  20:18:12
30213         Log: Forgotten from #8347.
30214      Branch: maint-5.6/perl
30215            ! config_h.SH
30216 ____________________________________________________________________________
30217 [  8350] By: jhi                                   on 2001/01/06  20:00:19
30218         Log: Thinko in #8347.
30219      Branch: maint-5.6/perl
30220            ! regcomp.c
30221 ____________________________________________________________________________
30222 [  8349] By: jhi                                   on 2001/01/06  18:05:30
30223         Log: Copy the FAQ3 IDE section from the development branch,
30224              changes originally by Peter Prymmer.
30225      Branch: maint-5.6/perl
30226            ! pod/perlfaq3.pod
30227 ____________________________________________________________________________
30228 [  8348] By: jhi                                   on 2001/01/06  18:03:02
30229         Log: EPOC updates for TRIAL1.
30230              
30231              Subject: [5.6.1 trial1] EPOC update
30232              From: Olaf Flebbe <O.Flebbe@science-computing.de>
30233              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
30234              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
30235              
30236              Subject: epoc patch2 for perl-5.6.1-trial1
30237              From: Olaf Flebbe <O.Flebbe@science-computing.de>
30238              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
30239              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
30240      Branch: maint-5.6/perl
30241            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
30242            ! epoc/epocish.c
30243 ____________________________________________________________________________
30244 [  8347] By: jhi                                   on 2001/01/06  17:29:10
30245         Log: integrate changes #7710,7824,7973 from mainline,
30246              plus VMS nits from Peter Prymmer and Dan Sugalski.
30247              
30248              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
30249              library (getprotobyname and getprotobynumber are outversioned by
30250              the same calls in libc, at least for xlc version 3.
30251              
30252              Add HAS_SBRK_PROTO.
30253              
30254              Fixes for signedness warnings noticed by VMSperlers.
30255      Branch: maint-5.6/perl
30256            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30257            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
30258            ! sv.c vms/descrip_mms.template vos/config.alpha.def
30259            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
30260            ! win32/config.bc win32/config.gc win32/config.vc
30261 ____________________________________________________________________________
30262 [  8346] By: nick                                  on 2001/01/06  14:36:01
30263         Log: Fixup accumulated integrate muddles (perlio == devperl again)
30264      Branch: perlio
30265            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
30266 ____________________________________________________________________________
30267 [  8345] By: nick                                  on 2001/01/06  14:24:58
30268         Log: Integrate mainline
30269      Branch: perlio
30270           !> (integrate 55 files)
30271 ____________________________________________________________________________
30272 [  8344] By: jhi                                   on 2001/01/06  02:24:02
30273         Log: Subject: [patch] PerlIO_cleanup() prototype
30274              From: Doug MacEachern <dougm@covalent.net>
30275              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
30276              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
30277      Branch: perl
30278            ! perlio.h
30279 ____________________________________________________________________________
30280 [  8343] By: jhi                                   on 2001/01/06  01:04:09
30281         Log: IRIX compiler noticed that the bof initialization might be
30282              bypassed by control flow.
30283      Branch: perl
30284            ! toke.c
30285 ____________________________________________________________________________
30286 [  8342] By: jhi                                   on 2001/01/06  00:10:48
30287         Log: Update Changes.
30288      Branch: perl
30289            ! Changes patchlevel.h
30290 ____________________________________________________________________________
30291 [  8341] By: jhi                                   on 2001/01/05  23:52:33
30292         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
30293      Branch: perl
30294            ! toke.c
30295 ____________________________________________________________________________
30296 [  8340] By: jhi                                   on 2001/01/05  22:44:08
30297         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
30298              From: Radu Greab <radu@netsoft.ro>
30299              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
30300              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
30301      Branch: perl
30302            ! t/io/pipe.t util.c
30303 ____________________________________________________________________________
30304 [  8339] By: jhi                                   on 2001/01/05  22:35:17
30305         Log: Subject: [PATCH] format and rewording in perlfaq.pod
30306              From: Robin Barker <rmb1@cise.npl.co.uk>
30307              Date: Fri, 5 Jan 2001 18:51:20 GMT
30308              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
30309      Branch: perl
30310            ! pod/perlfaq.pod
30311 ____________________________________________________________________________
30312 [  8338] By: jhi                                   on 2001/01/05  22:31:17
30313         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
30314              From: Peter Prymmer <pvhp@forte.com>
30315              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
30316              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
30317      Branch: perl
30318            ! utils/perlbug.PL
30319 ____________________________________________________________________________
30320 [  8337] By: jhi                                   on 2001/01/05  18:15:11
30321         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
30322              From: Robin Barker <rmb1@cise.npl.co.uk>
30323              Date: Tue, 2 Jan 2001 15:24:07 GMT
30324              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
30325              
30326              If you call configure as C<./Configure> or C<sh ./Configure>,
30327              $src is set to the absolute path name, not '.'.
30328              
30329              This, in turn, means -Dmksymlink tries to do its stuff because
30330              it does not think it is in the src directory.
30331              
30332              (plus a metaconfig nitfix)
30333      Branch: metaconfig
30334            ! U/compline/ccflags.U U/modified/src.U
30335      Branch: perl
30336            ! Configure config_h.SH
30337 ____________________________________________________________________________
30338 [  8336] By: jhi                                   on 2001/01/05  17:48:32
30339         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
30340              From: Alan Burlison <Alan.Burlison@uk.sun.com>
30341              Message-ID: <3A5606C4.473D2226@uk.sun.com>
30342              Date: Fri, 05 Jan 2001 17:39:16 +0000
30343      Branch: perl
30344            ! hv.c
30345 ____________________________________________________________________________
30346 [  8335] By: jhi                                   on 2001/01/05  16:05:44
30347         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
30348      Branch: perl
30349            ! lib/Getopt/Long.pm
30350 ____________________________________________________________________________
30351 [  8334] By: jhi                                   on 2001/01/05  16:00:51
30352         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
30353              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
30354              Date: Fri, 05 Jan 2001 13:46:51 +0100
30355              Message-ID: <13693.978698811@nice.ram.loc>
30356              
30357              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
30358              accurate reading of the "atime".  
30359      Branch: perl
30360            ! t/io/fs.t
30361 ____________________________________________________________________________
30362 [  8333] By: jhi                                   on 2001/01/05  15:57:37
30363         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
30364              From: Simon Cozens <simon@cozens.net>
30365              Date: Fri, 8 Dec 2000 13:33:31 +0000
30366              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
30367              
30368              A lost patch fragment.
30369      Branch: perl
30370            ! doop.c
30371 ____________________________________________________________________________
30372 [  8332] By: jhi                                   on 2001/01/05  15:40:42
30373         Log: Do away with strncpy() and a fixed length buffer.
30374      Branch: perl
30375            ! utf8.c
30376 ____________________________________________________________________________
30377 [  8331] By: jhi                                   on 2001/01/05  15:03:07
30378         Log: Tests for #8329 and #8330.
30379      Branch: perl
30380            ! t/op/bop.t
30381 ____________________________________________________________________________
30382 [  8330] By: jhi                                   on 2001/01/05  15:02:38
30383         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
30384              raw 8-bit form to the UTF-8 string.
30385      Branch: perl
30386            ! toke.c
30387 ____________________________________________________________________________
30388 [  8329] By: jhi                                   on 2001/01/05  14:55:13
30389         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
30390              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
30391              Date: Fri, 5 Jan 2001 12:28:52 +0100
30392              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
30393              
30394              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
30395              no effect.  (changed the strncpy() to Copy())
30396      Branch: perl
30397            ! toke.c
30398 ____________________________________________________________________________
30399 [  8328] By: jhi                                   on 2001/01/05  06:44:27
30400         Log: UTF-8 cleanup.
30401      Branch: perl
30402            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
30403            ! regexec.c sv.c toke.c
30404 ____________________________________________________________________________
30405 [  8327] By: jhi                                   on 2001/01/05  01:11:29
30406         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')
30407              From: Radu Greab <radu@netsoft.ro>
30408              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
30409              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
30410              
30411              Cleans up Harness to not use FileHandle, which uses IO.
30412      Branch: perl
30413            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
30414 ____________________________________________________________________________
30415 [  8326] By: jhi                                   on 2001/01/05  00:56:37
30416         Log: Update Changes.
30417      Branch: perl
30418            ! Changes patchlevel.h
30419 ____________________________________________________________________________
30420 [  8325] By: jhi                                   on 2001/01/05  00:53:18
30421         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
30422              From: Peter Prymmer <pvhp@forte.com>
30423              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
30424              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
30425              
30426              plus a couple more tailing whitespace removals.
30427      Branch: perl
30428            ! win32/Makefile
30429 ____________________________________________________________________________
30430 [  8324] By: jhi                                   on 2001/01/05  00:47:39
30431         Log: Add some Unicode chop() tests.
30432      Branch: perl
30433            ! t/op/chop.t
30434 ____________________________________________________________________________
30435 [  8323] By: jhi                                   on 2001/01/05  00:47:23
30436         Log: Unify UTF-8 malformedness handling.
30437      Branch: perl
30438            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
30439 ____________________________________________________________________________
30440 [  8322] By: jhi                                   on 2001/01/04  22:21:54
30441         Log: The new $issymlink was unknown to Mksymlinks.
30442      Branch: metaconfig/U/perl
30443            ! Mksymlinks.U issymlink.U
30444      Branch: perl
30445            ! Configure config_h.SH
30446 ____________________________________________________________________________
30447 [  8321] By: jhi                                   on 2001/01/04  21:51:05
30448         Log: The test didn't work under the core test framework.
30449      Branch: perl
30450            ! t/lib/st-lock.t
30451 ____________________________________________________________________________
30452 [  8320] By: jhi                                   on 2001/01/04  21:14:22
30453         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
30454      Branch: perl
30455            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
30456 ____________________________________________________________________________
30457 [  8319] By: jhi                                   on 2001/01/04  20:46:17
30458         Log: Typo in #8312 when manually appying a problematic patch fragment.
30459      Branch: perl
30460            ! ext/Storable/Storable.xs
30461 ____________________________________________________________________________
30462 [  8318] By: jhi                                   on 2001/01/04  20:43:01
30463         Log: The $sh_c didn't fly.
30464      Branch: metaconfig
30465            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
30466            ! U/modified/Loc.U U/modified/myhostname.U
30467            ! U/modified/spitshell.U
30468      Branch: metaconfig/U/perl
30469            ! issymlink.U
30470      Branch: perl
30471            ! Configure config_h.SH
30472 ____________________________________________________________________________
30473 [  8317] By: jhi                                   on 2001/01/04  19:58:01
30474         Log: AIX builtin test -h is broken, changes based on
30475              
30476              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
30477              Date: Tue, 02 Jan 2001 11:24:39 +0100
30478              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30479              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
30480      Branch: metaconfig
30481            + U/modified/spitshell.U
30482            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
30483            ! U/modified/Loc.U U/modified/myhostname.U
30484      Branch: metaconfig/U/perl
30485            ! Mksymlinks.U issymlink.U
30486      Branch: perl
30487            ! Configure
30488 ____________________________________________________________________________
30489 [  8316] By: jhi                                   on 2001/01/04  19:02:22
30490         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
30491              From: Andy Dougherty <doughera@lafayette.edu>
30492              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
30493              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
30494              
30495              Beware of GNU ld.
30496      Branch: perl
30497            ! hints/solaris_2.sh
30498 ____________________________________________________________________________
30499 [  8315] By: jhi                                   on 2001/01/04  18:56:48
30500         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
30501              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
30502              Date: Wed, 3 Jan 2001 07:58:51 +0100
30503              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
30504      Branch: perl
30505            ! hints/solaris_2.sh
30506 ____________________________________________________________________________
30507 [  8314] By: jhi                                   on 2001/01/04  18:54:07
30508         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
30509              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
30510              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
30511              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
30512              
30513              Doc tweak on #8313.
30514      Branch: perl
30515            ! ext/B/B/Deparse.pm
30516 ____________________________________________________________________________
30517 [  8313] By: jhi                                   on 2001/01/04  18:52:27
30518         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
30519              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
30520              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
30521              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
30522              
30523              Make the peephole optimizer to bypass more null ops and
30524              and rewrite the deparse handling of continue blocks.
30525      Branch: perl
30526            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
30527 ____________________________________________________________________________
30528 [  8312] By: jhi                                   on 2001/01/04  18:47:39
30529         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
30530      Branch: perl
30531            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
30532            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
30533            ! t/lib/st-lock.t
30534 ____________________________________________________________________________
30535 [  8311] By: jhi                                   on 2001/01/04  18:36:08
30536         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
30537              filter to be run on each .pm during the pm_to_blib() phase,
30538              a fixed version of
30539              
30540              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
30541              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
30542              Date: Wed, 03 Jan 2001 22:01:30 +0100
30543              Message-ID: <5296.978555690@nice.ram.loc>
30544      Branch: perl
30545            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
30546            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
30547            ! lib/ExtUtils/MakeMaker.pm
30548 ____________________________________________________________________________
30549 [  8310] By: jhi                                   on 2001/01/04  18:32:54
30550         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
30551              From: Robin Barker <rmb1@cise.npl.co.uk>
30552              Date: Tue, 2 Jan 2001 15:35:03 GMT
30553              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
30554      Branch: perl
30555            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
30556            ! pod/perlrequick.pod
30557 ____________________________________________________________________________
30558 [  8309] By: jhi                                   on 2001/01/04  18:29:07
30559         Log: Subject: Re: [patch] static-ize XS()
30560              From: Doug MacEachern <dougm@covalent.net>
30561              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
30562              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
30563              
30564              Provide prototypes for the XS functions.
30565      Branch: perl
30566            ! lib/ExtUtils/xsubpp
30567 ____________________________________________________________________________
30568 [  8308] By: jhi                                   on 2001/01/04  18:27:44
30569         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
30570              From: Doug MacEachern <dougm@covalent.net>
30571              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
30572              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
30573      Branch: perl
30574            ! lib/ExtUtils/typemap
30575 ____________________________________________________________________________
30576 [  8307] By: jhi                                   on 2001/01/04  18:25:25
30577         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
30578              From: Doug MacEachern <dougm@covalent.net>
30579              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
30580              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
30581              
30582              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
30583      Branch: perl
30584            ! lib/ExtUtils/MM_Unix.pm
30585 ____________________________________________________________________________
30586 [  8306] By: jhi                                   on 2001/01/04  18:23:00
30587         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
30588              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
30589              Date: Thu, 4 Jan 2001 12:47:10 +0100 
30590              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
30591              
30592              The toke.c part only, patching embed.h and proto.h is futile.
30593      Branch: perl
30594            ! toke.c
30595 ____________________________________________________________________________
30596 [  8305] By: jhi                                   on 2001/01/04  18:05:51
30597         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
30598              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
30599              Date: Thu, 4 Jan 2001 17:50:12 +0100 
30600              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
30601      Branch: perl
30602            ! toke.c
30603 ____________________________________________________________________________
30604 [  8304] By: jhi                                   on 2001/01/04  18:03:26
30605         Log: Subject: [PATCH perl@8269]
30606              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
30607              Date: Thu, 4 Jan 2001 12:53:39 +0100 
30608              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
30609              
30610              If running byacc write-enable also perly.h.
30611      Branch: perl
30612            ! Makefile.SH
30613 ____________________________________________________________________________
30614 [  8303] By: jhi                                   on 2001/01/04  15:40:49
30615         Log: Rewrite pp_concat() in terms of sv_catsv().
30616      Branch: perl
30617            ! pp_hot.c
30618 ____________________________________________________________________________
30619 [  8302] By: nick                                  on 2001/01/03  22:43:22
30620         Log: Integrate mainline.
30621      Branch: perlio
30622           !> ext/Encode/Encode.xs sv.c utf8.c
30623 ____________________________________________________________________________
30624 [  8301] By: jhi                                   on 2001/01/02  23:40:26
30625         Log: Variable naming tweak.
30626      Branch: perl
30627            ! sv.c
30628 ____________________________________________________________________________
30629 [  8300] By: jhi                                   on 2001/01/02  23:40:02
30630         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
30631              in is_utf8_string().
30632      Branch: perl
30633            ! utf8.c
30634 ____________________________________________________________________________
30635 [  8299] By: jhi                                   on 2001/01/02  22:14:40
30636         Log: Integrate perlio.
30637      Branch: perl
30638           !> pp.c pp_hot.c win32/Makefile
30639 ____________________________________________________________________________
30640 [  8298] By: nick                                  on 2001/01/02  22:03:06
30641         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
30642      Branch: perlio
30643            ! pp.c pp_hot.c
30644 ____________________________________________________________________________
30645 [  8297] By: jhi                                   on 2001/01/02  04:26:28
30646         Log: Signedness nit.
30647      Branch: perl
30648            ! ext/Encode/Encode.xs
30649 ____________________________________________________________________________
30650 [  8296] By: nick                                  on 2001/01/01  23:49:36
30651         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
30652      Branch: perlio
30653            ! win32/Makefile
30654 ____________________________________________________________________________
30655 [  8295] By: jhi                                   on 2001/01/01  23:05:48
30656         Log: Integrate perlio.
30657      Branch: perl
30658           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
30659           !> t/lib/encode.t
30660 ____________________________________________________________________________
30661 [  8294] By: nick                                  on 2001/01/01  22:48:34
30662         Log: Integrate mainline
30663      Branch: perlio
30664            ! pp_hot.c t/lib/encode.t
30665           !> (integrate 65 files)
30666 ____________________________________________________________________________
30667 [  8293] By: nick                                  on 2001/01/01  21:58:50
30668         Log: More rigor in UTF-8-ness of Encode's toUnicode
30669              XS export some of the utf8 internal functions.
30670              Test some of the functions.
30671              Fix pp_concat() bug shown by said tests.
30672      Branch: perlio
30673            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
30674            ! t/lib/encode.t
30675 ____________________________________________________________________________
30676 [  8292] By: jhi                                   on 2001/01/01  18:11:44
30677         Log: Integrate perlio.
30678      Branch: perl
30679           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
30680           !> ext/Encode/encengine.c ext/Encode/encode.h
30681 ____________________________________________________________________________
30682 [  8291] By: jhi                                   on 2001/01/01  18:10:58
30683         Log: Podify README.mpeix (a new version from the web),
30684              add a dummy NAME to Carp::Heavy, regen toc.
30685      Branch: perl
30686            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
30687            ! pod/perltoc.pod
30688 ____________________________________________________________________________
30689 [  8290] By: nick                                  on 2001/01/01  17:43:47
30690         Log: Loose the "Loading..." warning.
30691              Another bug in fallback support
30692      Branch: perlio
30693            ! ext/Encode/Encode.pm ext/Encode/encengine.c
30694 ____________________________________________________________________________
30695 [  8289] By: jhi                                   on 2001/01/01  00:01:57
30696         Log: Bump up Larry's copyright.
30697      Branch: perl
30698            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
30699            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
30700            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
30701            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
30702            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
30703            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
30704            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
30705            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
30706 ____________________________________________________________________________
30707 [  8288] By: nick                                  on 2000/12/31  21:27:53
30708         Log: Fix .ucm reading - forgot a chr()
30709              Start of .ucm write (for .enc to .ucm)
30710      Branch: perlio
30711            ! ext/Encode/compile
30712 ____________________________________________________________________________
30713 [  8287] By: jhi                                   on 2000/12/31  18:15:56
30714         Log: Comment away a diagnostic message as noted by Craig A. Berry
30715              (the unexpected message was confusing testing)
30716      Branch: perl
30717            ! ext/Encode/Encode.pm
30718 ____________________________________________________________________________
30719 [  8286] By: jhi                                   on 2000/12/31  18:14:51
30720         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
30721              Date: Sun, 31 Dec 2000 11:17:37 -0600
30722              From: "Craig A. Berry" <craigberry@mac.com>
30723              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
30724      Branch: perl
30725            ! ext/Encode/Makefile.PL
30726 ____________________________________________________________________________
30727 [  8285] By: nick                                  on 2000/12/31  18:11:54
30728         Log: Start of support of ICU-style .ucm files:
30729              - teach compile how to read a .ucm file
30730              - first guess at how to represent fallbacks in "tries".
30731              - use fallbacks if check == 0
30732              - new return code to indicate we used one.
30733      Branch: perlio
30734            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
30735            ! ext/Encode/encengine.c ext/Encode/encode.h
30736 ____________________________________________________________________________
30737 [  8284] By: jhi                                   on 2000/12/31  18:04:41
30738         Log: Pacify picky VMS compiler.
30739              
30740              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
30741              From: "Craig A. Berry" <craig.berry@psinetcs.com>
30742              Date: Sat, 30 Dec 2000 18:10:02 -0600
30743              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
30744      Branch: perl
30745            ! sv.c
30746 ____________________________________________________________________________
30747 [  8283] By: jhi                                   on 2000/12/31  16:11:47
30748         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
30749      Branch: perl
30750            ! t/lib/glob-basic.t
30751 ____________________________________________________________________________
30752 [  8282] By: jhi                                   on 2000/12/31  15:26:11
30753         Log: Integrate perlio.
30754      Branch: perl
30755           !> makedef.pl opcode.pl os2/os2.c perlio.c
30756 ____________________________________________________________________________
30757 [  8281] By: nick                                  on 2000/12/31  10:06:15
30758         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
30759              is available to be exported
30760      Branch: perlio
30761            ! makedef.pl perlio.c
30762 ____________________________________________________________________________
30763 [  8280] By: nick                                  on 2000/12/31  09:41:26
30764         Log: Ilya's OS2 patch (testing for damage on Win32)
30765      Branch: perlio
30766            ! makedef.pl opcode.pl os2/os2.c
30767 ____________________________________________________________________________
30768 [  8279] By: jhi                                   on 2000/12/30  21:52:07
30769         Log: Test nits.
30770      Branch: perl
30771            ! t/lib/syslfs.t t/op/lfs.t
30772 ____________________________________________________________________________
30773 [  8278] By: jhi                                   on 2000/12/30  21:47:49
30774         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
30775              From: andreas.koenig@anima.de (Andreas J. Koenig)
30776              Date: 30 Dec 2000 22:35:37 +0100
30777              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
30778              
30779              The 32-bit wraparound test wasn't quite right.
30780      Branch: perl
30781            ! t/lib/syslfs.t t/op/lfs.t
30782 ____________________________________________________________________________
30783 [  8277] By: jhi                                   on 2000/12/30  21:33:44
30784         Log: Subject: [PATCH] open() example in perlfunc.pod 
30785              From: Karsten Sperling <s_sperli@ira.uka.de>
30786              Date: Sat, 30 Dec 2000 22:27:09 +0100
30787              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
30788      Branch: perl
30789            ! pod/perlfunc.pod
30790 ____________________________________________________________________________
30791 [  8276] By: jhi                                   on 2000/12/30  20:32:40
30792         Log: Not quite that many tests yet.
30793      Branch: perl
30794            ! t/op/pat.t
30795 ____________________________________________________________________________
30796 [  8275] By: jhi                                   on 2000/12/30  20:26:58
30797         Log: Integrate perlio.
30798      Branch: perl
30799           !> toke.c
30800 ____________________________________________________________________________
30801 [  8274] By: jhi                                   on 2000/12/30  20:24:56
30802         Log: Signedness nit.
30803      Branch: perl
30804            ! utf8.c
30805 ____________________________________________________________________________
30806 [  8273] By: jhi                                   on 2000/12/30  20:15:46
30807         Log: Add a test case for 20000731.001 which was fixed by the #8267.
30808      Branch: perl
30809            ! t/op/pat.t
30810 ____________________________________________________________________________
30811 [  8272] By: nick                                  on 2000/12/30  19:47:51
30812         Log: Tweak for MULTIPLICITY/USE_PERLIO
30813      Branch: perlio
30814            ! toke.c
30815 ____________________________________________________________________________
30816 [  8271] By: nick                                  on 2000/12/30  19:46:45
30817         Log: Integrate mainline
30818      Branch: perlio
30819           +> lib/unicode/distinct.pm
30820           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
30821           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
30822           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
30823 ____________________________________________________________________________
30824 [  8270] By: jhi                                   on 2000/12/30  19:39:50
30825         Log: Subject: RE: perl@8269
30826              From: "Richard Soderberg" <rs@crystalflame.net>
30827              Date: Sat, 30 Dec 2000 11:36:27 -0800
30828              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
30829              
30830              A missing aTHX_.
30831      Branch: perl
30832            ! toke.c
30833 ____________________________________________________________________________
30834 [  8269] By: jhi                                   on 2000/12/30  18:55:48
30835         Log: Update Changes.
30836      Branch: perl
30837            ! Changes patchlevel.h
30838 ____________________________________________________________________________
30839 [  8268] By: jhi                                   on 2000/12/30  17:18:40
30840         Log: Add a test for Unicode split //.  The #8267 was the cure.
30841      Branch: perl
30842            ! t/op/split.t
30843 ____________________________________________________________________________
30844 [  8267] By: jhi                                   on 2000/12/30  17:14:19
30845         Log: Subject: more UTF8 test suites and an UTF8 patch
30846              From: Inaba Hiroto <inaba@st.rim.or.jp>
30847              Date: Sat, 30 Dec 2000 14:27:10 +0900
30848              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
30849              
30850              Just the patch part for now, and the pragma renamed
30851              as unicode::distinct.
30852      Branch: perl
30853            + lib/unicode/distinct.pm
30854            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
30855            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
30856            ! regcomp.h regexec.c sv.c toke.c utf8.c
30857 ____________________________________________________________________________
30858 [  8266] By: nick                                  on 2000/12/30  16:40:49
30859         Log: Integrate mainline
30860      Branch: perlio
30861           +> lib/Pod/Text/Overstrike.pm
30862           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
30863           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
30864           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
30865           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
30866           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
30867 ____________________________________________________________________________
30868 [  8265] By: jhi                                   on 2000/12/30  07:28:55
30869         Log: The sv_catsv() fix, take two.
30870      Branch: perl
30871            ! sv.c t/op/join.t
30872 ____________________________________________________________________________
30873 [  8264] By: jhi                                   on 2000/12/30  06:19:18
30874         Log: Undo all the join-related changes since #8248: relevant
30875              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
30876              The new sv_catsv() doesn't fly so it must go back to
30877              the drawing board.
30878      Branch: perl
30879            ! sv.c t/op/join.t t/pragma/utf8.t
30880 ____________________________________________________________________________
30881 [  8263] By: jhi                                   on 2000/12/30  01:08:32
30882         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
30883      Branch: perl
30884            ! sv.c
30885 ____________________________________________________________________________
30886 [  8262] By: jhi                                   on 2000/12/30  00:45:14
30887         Log: Retract #8261.
30888      Branch: perl
30889            ! hv.c util.c
30890 ____________________________________________________________________________
30891 [  8261] By: jhi                                   on 2000/12/30  00:38:32
30892         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
30893      Branch: perl
30894            ! hv.c util.c
30895 ____________________________________________________________________________
30896 [  8260] By: jhi                                   on 2000/12/29  22:51:33
30897         Log: (Retracted by #8264)  More fixing for #8251.
30898      Branch: perl
30899            ! sv.c
30900 ____________________________________________________________________________
30901 [  8259] By: jhi                                   on 2000/12/29  18:27:30
30902         Log: Subject: podlators 1.06 released
30903              From: Russ Allbery <rra@stanford.edu>
30904              Date: 25 Dec 2000 05:09:30 -0800
30905              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
30906      Branch: perl
30907            + lib/Pod/Text/Overstrike.pm
30908            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
30909            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
30910 ____________________________________________________________________________
30911 [  8258] By: jhi                                   on 2000/12/29  18:20:45
30912         Log: Make the large file tests more robust/talkative as suggested by
30913              
30914              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
30915              From: andreas.koenig@anima.de (Andreas J. Koenig)
30916              Date: 29 Dec 2000 14:23:01 +0100
30917              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
30918      Branch: perl
30919            ! t/lib/syslfs.t t/op/lfs.t
30920 ____________________________________________________________________________
30921 [  8257] By: jhi                                   on 2000/12/29  17:48:04
30922         Log: Further VMS piping fixes from Charles Lane:
30923              
30924              In summary, error messages produced when a subprocess terminated
30925              abnormally were being sent not just to the parent process, but to
30926              grandparents, because of default values for error output that were
30927              not completely overridden when the subprocess was started.
30928              
30929              This patch fixes this behavior by defining user-mode (i.e., temporary
30930              for the duration of the program) logical names for SYS$OUTPUT and
30931              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
30932              changes to make it so that the user-mode logicals are the ones that
30933              control where Perl's error messages go if it terminates abnormally.
30934              
30935              I also added some gratuitous fixes to the indentation of braces in
30936              the piping code.  It just looked ugly, before.
30937      Branch: perl
30938            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
30939 ____________________________________________________________________________
30940 [  8256] By: jhi                                   on 2000/12/29  17:45:12
30941         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
30942              From: "Casey R. Tweten" <crt@kiski.net>
30943              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
30944              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
30945              
30946              Tests for for #8240.
30947      Branch: perl
30948            ! t/pragma/constant.t
30949 ____________________________________________________________________________
30950 [  8255] By: jhi                                   on 2000/12/29  17:43:07
30951         Log: Subject: Re: [PATCH] Interesting syntax idea
30952              From: Simon Cozens <simon@cozens.net>
30953              Date: Fri, 29 Dec 2000 14:34:04 +0000
30954              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
30955              
30956              Tests for #8254.
30957      Branch: perl
30958            ! t/pragma/sub_lval.t
30959 ____________________________________________________________________________
30960 [  8254] By: jhi                                   on 2000/12/29  17:42:11
30961         Log: Subject: [PATCH] Interesting syntax idea
30962              From: Simon Cozens <simon@cozens.net>
30963              Date: Wed, 27 Dec 2000 05:08:57 +0000
30964              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
30965              
30966              Make opens + bareword assigns do typeglob assigns.
30967      Branch: perl
30968            ! op.c
30969 ____________________________________________________________________________
30970 [  8253] By: jhi                                   on 2000/12/29  17:36:45
30971         Log: Output the (apparent) version of gcc, as suggested by
30972              
30973              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
30974              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
30975              Date: 26 Dec 2000 04:29:17 -0500
30976              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
30977              
30978              (The patch as such didn't any more apply as the misparsing had
30979              already been addressed in #6474.)  Also change the wording about
30980              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
30981      Branch: perl
30982            ! hints/dec_osf.sh
30983 ____________________________________________________________________________
30984 [  8252] By: nick                                  on 2000/12/29  12:14:31
30985         Log: Integrate mainline
30986      Branch: perlio
30987           !> (integrate 27 files)
30988 ____________________________________________________________________________
30989 [  8251] By: jhi                                   on 2000/12/29  08:45:46
30990         Log: (Retracted by #8264)
30991              
30992              (Fixed by #8260.)
30993              
30994              sv_catsv() needs one more byte space than seems reasonable.
30995              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
30996              Curiouser and curiouser.
30997      Branch: perl
30998            ! sv.c
30999 ____________________________________________________________________________
31000 [  8250] By: jhi                                   on 2000/12/29  07:57:52
31001         Log: More split // UTF-8 tests.
31002      Branch: perl
31003            ! t/pragma/utf8.t
31004 ____________________________________________________________________________
31005 [  8249] By: jhi                                   on 2000/12/29  07:54:51
31006         Log: (Retracted by #8264)  More join() testing which was good because
31007              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
31008      Branch: perl
31009            ! pp.c t/op/join.t utf8.c utf8.h
31010 ____________________________________________________________________________
31011 [  8248] By: jhi                                   on 2000/12/29  07:08:32
31012         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
31013              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
31014              that the only cases to care about are byte+byte and byte+character.
31015              
31016              TODO: See how well pp_concat() could be implemented in terms
31017              of sv_catsv().
31018      Branch: perl
31019            ! doop.c sv.c t/op/join.t utf8.h
31020 ____________________________________________________________________________
31021 [  8247] By: jhi                                   on 2000/12/29  06:35:23
31022         Log: Signedness nit.
31023      Branch: perl
31024            ! pp_hot.c
31025 ____________________________________________________________________________
31026 [  8246] By: jhi                                   on 2000/12/29  01:23:31
31027         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
31028              From: Lupe Christoph <lupe@lupe-christoph.de>
31029              Date: Thu, 28 Dec 2000 23:00:00 +0100
31030              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
31031              
31032              Suggest rsync --delete --dry-run.
31033      Branch: perl
31034            ! pod/perlhack.pod
31035 ____________________________________________________________________________
31036 [  8245] By: jhi                                   on 2000/12/28  23:57:05
31037         Log: The maxiters upper limit sanity check (guarding against
31038              non-progress) assumed bytes instead of characters in s///
31039              and split().
31040      Branch: perl
31041            ! pp.c pp_hot.c
31042 ____________________________________________________________________________
31043 [  8244] By: jhi                                   on 2000/12/28  23:34:08
31044         Log: Make some panic messages a bit more logical.
31045      Branch: perl
31046            ! doop.c pod/perldiag.pod pp.c pp_hot.c
31047 ____________________________________________________________________________
31048 [  8243] By: jhi                                   on 2000/12/28  22:59:16
31049         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
31050              From: Simon Cozens <simon@cozens.net>
31051              Date: Wed, 27 Dec 2000 02:30:03 +0000
31052              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
31053      Branch: perl
31054            ! pp.c t/pragma/sub_lval.t
31055 ____________________________________________________________________________
31056 [  8242] By: jhi                                   on 2000/12/28  22:56:53
31057         Log: Subject: [PATCH blead] Fix B::Terse indentation
31058              From: Daniel Chetlin <daniel@chetlin.com>
31059              Date: Wed, 27 Dec 2000 06:43:30 -0800
31060              Message-ID: <20001227064329.B9573@darkstar>
31061      Branch: perl
31062            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
31063 ____________________________________________________________________________
31064 [  8241] By: jhi                                   on 2000/12/28  22:48:59
31065         Log: The latter patch from the
31066              
31067              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
31068              From: Peter Prymmer <pvhp@forte.com> 
31069              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
31070              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
31071              
31072              (the former patch from the above should have been
31073              taken care of by Nick I-S)
31074      Branch: perl
31075            ! win32/Makefile
31076 ____________________________________________________________________________
31077 [  8240] By: jhi                                   on 2000/12/28  22:45:22
31078         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
31079              From: "Casey R. Tweten" <crt@kiski.net>
31080              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
31081              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
31082      Branch: perl
31083            ! lib/constant.pm
31084 ____________________________________________________________________________
31085 [  8239] By: jhi                                   on 2000/12/28  22:37:45
31086         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
31087              From: Simon Cozens <simon@cozens.net>
31088              Date: Wed, 27 Dec 2000 14:12:44 +0000
31089              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
31090      Branch: perl
31091            ! t/op/method.t t/op/sort.t toke.c
31092 ____________________________________________________________________________
31093 [  8238] By: jhi                                   on 2000/12/28  22:30:32
31094         Log: Subject: [PATCH perl@8229] Call.pm
31095              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
31096              Date: Mon, 25 Dec 2000 10:47:15 -0000
31097              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
31098      Branch: perl
31099            ! ext/Filter/Util/Call/Call.pm
31100 ____________________________________________________________________________
31101 [  8237] By: jhi                                   on 2000/12/28  22:19:21
31102         Log: Subject: [PATCH blead] Fix problem with `&' prototype
31103              From: Daniel Chetlin <daniel@chetlin.com>
31104              Date: Wed, 27 Dec 2000 15:55:32 -0800
31105              Message-ID: <20001227155532.D9573@darkstar>
31106      Branch: perl
31107            ! op.c t/comp/proto.t
31108 ____________________________________________________________________________
31109 [  8236] By: jhi                                   on 2000/12/28  22:09:25
31110         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
31111              From: Daniel Chetlin <daniel@chetlin.com>
31112              Date: Sun, 24 Dec 2000 04:09:49 -0800
31113              Message-ID: <20001224040949.B3090@darkstar>
31114      Branch: perl
31115            ! gv.c mg.c t/op/attrs.t
31116 ____________________________________________________________________________
31117 [  8235] By: jhi                                   on 2000/12/28  22:07:11
31118         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
31119              From: Jan Dubois <jand@ActiveState.com>
31120              Date: Tue, 26 Dec 2000 20:57:31 -0800
31121              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
31122      Branch: perl
31123            ! win32/win32.c
31124 ____________________________________________________________________________
31125 [  8234] By: jhi                                   on 2000/12/28  21:52:42
31126         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
31127              From: Simon Cozens <simon@cozens.net>
31128              Date: Thu, 28 Dec 2000 20:33:13 +0000
31129              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
31130      Branch: perl
31131            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
31132 ____________________________________________________________________________
31133 [  8233] By: jhi                                   on 2000/12/28  19:40:49
31134         Log: Integrate perlio.
31135      Branch: perl
31136           !> ext/Encode/Makefile.PL ext/Encode/compile
31137 ____________________________________________________________________________
31138 [  8232] By: nick                                  on 2000/12/23  16:06:00
31139         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
31140              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
31141      Branch: perlio
31142            ! ext/Encode/Makefile.PL
31143 ____________________________________________________________________________
31144 [  8231] By: nick                                  on 2000/12/23  14:30:34
31145         Log: "Compiled" encode build cleanup
31146              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
31147              - .c files do not export sub-tables
31148      Branch: perlio
31149            ! ext/Encode/Makefile.PL ext/Encode/compile
31150 ____________________________________________________________________________
31151 [  8230] By: nick                                  on 2000/12/23  12:50:37
31152         Log: Integrate mainline
31153      Branch: perlio
31154           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
31155           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
31156           !> pod/perl5004delta.pod pod/perl5005delta.pod
31157           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
31158           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
31159           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
31160           !> pod/perlsub.pod
31161 ____________________________________________________________________________
31162 [  8229] By: jhi                                   on 2000/12/22  15:32:12
31163         Log: Integrate perlio.
31164      Branch: perl
31165           +> win32/distclean.bat
31166           !> MANIFEST t/io/utf8.t
31167 ____________________________________________________________________________
31168 [  8228] By: jhi                                   on 2000/12/22  15:29:40
31169         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
31170              From: Robin Barker <rmb1@cise.npl.co.uk>
31171              Date: Fri, 22 Dec 2000 12:17:38 GMT
31172              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
31173      Branch: perl
31174            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
31175            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
31176            ! pod/perl5004delta.pod pod/perl5005delta.pod
31177            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
31178            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
31179            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
31180            ! pod/perlsub.pod
31181 ____________________________________________________________________________
31182 [  8227] By: jhi                                   on 2000/12/22  15:24:28
31183         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
31184              From: "John L. Allen" <allen@grumman.com>
31185              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
31186              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
31187              
31188              Document APPLLIB_EXP.
31189      Branch: perl
31190            ! INSTALL
31191 ____________________________________________________________________________
31192 [  8226] By: nick                                  on 2000/12/21  22:11:50
31193         Log: Handy script for when one forgets to "dmake clean" 
31194      Branch: perlio
31195            + win32/distclean.bat
31196            ! MANIFEST
31197 ____________________________________________________________________________
31198 [  8225] By: nick                                  on 2000/12/21  21:54:04
31199         Log: CRLF platform issue with io/utf8 fix.
31200      Branch: perlio
31201            ! t/io/utf8.t
31202 ____________________________________________________________________________
31203 [  8224] By: nick                                  on 2000/12/21  21:02:20
31204         Log: Integrate mainline
31205      Branch: perlio
31206           !> Changes Configure Makefile.SH Porting/Glossary
31207           !> Porting/config.sh Porting/config_H configure.com
31208           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
31209           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
31210           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
31211           !> win32/config.bc win32/config.gc win32/config.vc
31212 ____________________________________________________________________________
31213 [  8223] By: jhi                                   on 2000/12/21  17:09:16
31214         Log: Update Changes.
31215      Branch: perl
31216            ! Changes patchlevel.h
31217 ____________________________________________________________________________
31218 [  8222] By: jhi                                   on 2000/12/21  16:24:01
31219         Log: Metaconfig unit changes for #8221.
31220      Branch: metaconfig/U/perl
31221           +> issymlink.U
31222            - testsyml.U
31223            ! Mksymlinks.U
31224 ____________________________________________________________________________
31225 [  8221] By: jhi                                   on 2000/12/21  16:23:48
31226         Log: Rename testsyml to issymlink.
31227      Branch: perl
31228            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31229            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
31230            ! win32/config.vc
31231 ____________________________________________________________________________
31232 [  8220] By: jhi                                   on 2000/12/21  15:47:26
31233         Log: Robustness support for #8218 (symlink forest) since the GNU
31234              tools seem to be overly picky about symlinkage depths.
31235      Branch: perl
31236            ! Makefile.SH t/io/fs.t
31237 ____________________________________________________________________________
31238 [  8219] By: jhi                                   on 2000/12/21  15:38:27
31239         Log: Metaconfig changes for #8218.
31240      Branch: metaconfig
31241            ! U/modified/Oldconfig.U
31242      Branch: metaconfig/U/perl
31243            + Mksymlinks.U
31244            ! testsyml.U
31245 ____________________________________________________________________________
31246 [  8218] By: jhi                                   on 2000/12/21  15:37:57
31247         Log: Add Configure option -Dmksymlinks which will create a symlink
31248              forest if the current/build differs from the source directory.
31249              TODO: mkdir -p is not portable.
31250      Branch: perl
31251            ! Configure
31252 ____________________________________________________________________________
31253 [  8217] By: jhi                                   on 2000/12/21  14:39:12
31254         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
31255              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
31256              Date: Thu, 21 Dec 2000 09:38:18 GMT
31257              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
31258              
31259              The ofs became an SV.
31260      Branch: perl
31261            ! ext/Thread/Thread.xs
31262 ____________________________________________________________________________
31263 [  8216] By: jhi                                   on 2000/12/21  05:40:21
31264         Log: The polymorphism seems to have fixed 20000517.001.
31265      Branch: perl
31266            ! t/pragma/utf8.t
31267 ____________________________________________________________________________
31268 [  8215] By: jhi                                   on 2000/12/21  04:44:52
31269         Log: read() documentation tweak for 20001121.004.
31270      Branch: perl
31271            ! pod/perlfunc.pod
31272 ____________________________________________________________________________
31273 [  8214] By: jhi                                   on 2000/12/21  03:54:11
31274         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
31275      Branch: perl
31276            ! pp_sys.c t/op/misc.t
31277 ____________________________________________________________________________
31278 [  8213] By: jhi                                   on 2000/12/21  00:28:10
31279         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
31280              From: Peter Prymmer <pvhp@forte.com>
31281              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
31282              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
31283      Branch: perl
31284            ! configure.com
31285 ____________________________________________________________________________
31286 [  8212] By: jhi                                   on 2000/12/21  00:26:21
31287         Log: Edit edit edit.
31288      Branch: perl
31289            ! pod/perlfaq3.pod
31290 ____________________________________________________________________________
31291 [  8211] By: jhi                                   on 2000/12/20  18:52:46
31292         Log: Update Changes.
31293      Branch: perl
31294            ! Changes patchlevel.h
31295 ____________________________________________________________________________
31296 [  8210] By: jhi                                   on 2000/12/20  18:34:47
31297         Log: Yet another editor edit.
31298      Branch: perl
31299            ! pod/perlfaq3.pod
31300 ____________________________________________________________________________
31301 [  8209] By: jhi                                   on 2000/12/20  15:33:28
31302         Log: More Win32 Perling.
31303      Branch: perl
31304            ! pod/perlfaq3.pod
31305 ____________________________________________________________________________
31306 [  8208] By: jhi                                   on 2000/12/20  15:07:46
31307         Log: More Win32 editor/IDE/shell hints.
31308      Branch: perl
31309            ! pod/perlfaq3.pod
31310 ____________________________________________________________________________
31311 [  8207] By: jhi                                   on 2000/12/20  03:54:08
31312         Log: Subject: [PATCH] obscure timing knowledge
31313              From: Nicholas Clark <nick@ccl4.org>
31314              Date: Tue, 19 Dec 2000 19:22:31 +0000
31315              Message-ID: <20001219192231.F2827@plum.flirble.org>
31316      Branch: perl
31317            ! sv.c
31318 ____________________________________________________________________________
31319 [  8206] By: jhi                                   on 2000/12/20  03:45:57
31320         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
31321              From: Spider Boardman <spider@leggy.zk3.dec.com>
31322              Date: Tue, 19 Dec 2000 21:30:16 -0500
31323              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
31324      Branch: perl
31325            ! sv.c
31326 ____________________________________________________________________________
31327 [  8205] By: jhi                                   on 2000/12/19  23:02:01
31328         Log: Update Changes.
31329      Branch: perl
31330            ! Changes patchlevel.h
31331 ____________________________________________________________________________
31332 [  8204] By: jhi                                   on 2000/12/19  22:58:18
31333         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
31334              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
31335              on editors and diffing/patching.
31336      Branch: perl
31337            ! t/op/utf8decode.t
31338 ____________________________________________________________________________
31339 [  8203] By: nick                                  on 2000/12/19  21:36:16
31340         Log: Integrate mainline (forgot my own change...)
31341      Branch: perlio
31342           !> ext/Encode/compile
31343 ____________________________________________________________________________
31344 [  8202] By: nick                                  on 2000/12/19  21:34:42
31345         Log: Integrate mainline.
31346      Branch: perlio
31347           !> (integrate 61 files)
31348 ____________________________________________________________________________
31349 [  8201] By: nick                                  on 2000/12/19  21:34:06
31350         Log: Avoid looking for File::Glob when we don't need it.
31351      Branch: perl
31352            ! ext/Encode/compile
31353 ____________________________________________________________________________
31354 [  8200] By: jhi                                   on 2000/12/19  18:35:49
31355         Log: Update Changes.
31356      Branch: perl
31357            ! Changes patchlevel.h
31358 ____________________________________________________________________________
31359 [  8199] By: jhi                                   on 2000/12/19  18:35:07
31360         Log: Microperl tweaks.
31361      Branch: perl
31362            ! sv.c uconfig.h uconfig.sh
31363 ____________________________________________________________________________
31364 [  8198] By: jhi                                   on 2000/12/19  18:29:59
31365         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
31366      Branch: perl
31367            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31368            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
31369 ____________________________________________________________________________
31370 [  8197] By: jhi                                   on 2000/12/19  17:55:29
31371         Log: In VMS embedded perls couldn't access the statically built Socket,
31372              from Charles Lane.
31373      Branch: perl
31374            ! configure.com
31375 ____________________________________________________________________________
31376 [  8196] By: jhi                                   on 2000/12/19  17:49:50
31377         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
31378              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
31379              Date: Sun, 17 Dec 2000 19:11:44 -0000
31380              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
31381      Branch: perl
31382            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
31383            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
31384 ____________________________________________________________________________
31385 [  8195] By: jhi                                   on 2000/12/19  17:47:53
31386         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
31387              From: Jonathan Stowe <gellyfish@gellyfish.com>
31388              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
31389              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
31390      Branch: perl
31391            ! utils/h2xs.PL
31392 ____________________________________________________________________________
31393 [  8194] By: jhi                                   on 2000/12/19  17:46:28
31394         Log: Subject: Re: useless use of void context work-around
31395              From: andreas.koenig@anima.de (Andreas J. Koenig)
31396              Date: 16 Dec 2000 15:13:36 +0100
31397              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
31398              
31399              Document (comment) the q(di ds ig) trick in the code.
31400      Branch: perl
31401            ! op.c
31402 ____________________________________________________________________________
31403 [  8193] By: jhi                                   on 2000/12/19  17:10:57
31404         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
31405              From: "Mark J. Reed" <mreed@strange.turner.com>
31406              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
31407              Message-Id: <200012160222.VAA13986@strange.turner.com>
31408      Branch: perl
31409            ! ext/Sys/Syslog/Syslog.pm
31410 ____________________________________________________________________________
31411 [  8192] By: jhi                                   on 2000/12/19  17:07:45
31412         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
31413              From: Nicholas Clark <nick@ccl4.org>
31414              Date: Sat, 16 Dec 2000 19:03:13 +0000
31415              Message-ID: <20001216190313.D68304@plum.flirble.org>
31416      Branch: perl
31417            ! t/op/64bitint.t
31418 ____________________________________________________________________________
31419 [  8191] By: jhi                                   on 2000/12/19  17:06:13
31420         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
31421              From: Dominic Dunlop <domo@computer.org>
31422              Date: Mon, 18 Dec 2000 12:00:15 +0100
31423              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
31424              
31425              This patchlet is needed in order that perl can be statically linked.  
31426      Branch: perl
31427            ! regexec.c
31428 ____________________________________________________________________________
31429 [  8190] By: jhi                                   on 2000/12/19  17:03:08
31430         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
31431              From: "Craig A. Berry" <craig.berry@psinetcs.com>
31432              Date: Sun, 17 Dec 2000 00:18:35 -0600
31433              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
31434      Branch: perl
31435            ! perlio.h vms/gen_shrfls.pl
31436 ____________________________________________________________________________
31437 [  8189] By: jhi                                   on 2000/12/19  16:20:28
31438         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
31439              From: Prymmer/Kahn <pvhp@best.com>
31440              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
31441              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
31442              
31443              A better version of #8188.
31444      Branch: perl
31445            ! pod/perlfaq3.pod
31446 ____________________________________________________________________________
31447 [  8188] By: jhi                                   on 2000/12/19  15:57:06
31448         Log: (Replaced by #8189)
31449              
31450              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
31451              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
31452              From: Prymmer/Kahn <pvhp@best.com>
31453              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
31454              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
31455              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
31456              Date: Mon, 18 Dec 2000 11:10:45 -0500
31457              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
31458      Branch: perl
31459            ! pod/perlfaq3.pod
31460 ____________________________________________________________________________
31461 [  8187] By: jhi                                   on 2000/12/19  15:54:19
31462         Log: Email address fix for Anton Berezin.
31463      Branch: perl
31464            ! AUTHORS
31465 ____________________________________________________________________________
31466 [  8186] By: jhi                                   on 2000/12/19  15:38:54
31467         Log: Subject: [PATCH perl@8102] cygwin port
31468              From: "Eric Fifer" <efifer@dircon.co.uk> 
31469              Date: Thu, 14 Dec 2000 13:41:29 -0000
31470              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
31471              
31472              When compiling modules the data item that is being imported
31473              from libperl.dll needs to be tagged as imported/shared data:
31474              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
31475      Branch: perl
31476            ! perliol.h
31477 ____________________________________________________________________________
31478 [  8185] By: jhi                                   on 2000/12/19  14:53:24
31479         Log: Regen uconfig.h and uconfig.sh.
31480      Branch: perl
31481            ! uconfig.h uconfig.sh
31482 ____________________________________________________________________________
31483 [  8184] By: jhi                                   on 2000/12/18  20:43:49
31484         Log: Comments work so much better when they are closed.
31485      Branch: perl
31486            ! regcomp.c
31487 ____________________________________________________________________________
31488 [  8183] By: jhi                                   on 2000/12/18  18:04:02
31489         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
31490              Fixes the bug 20001218.016.
31491      Branch: perl
31492            ! regcomp.c
31493 ____________________________________________________________________________
31494 [  8182] By: gsar                                  on 2000/12/18  09:53:47
31495         Log: delete spurious files
31496      Branch: maint-5.6/perl
31497            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
31498            - vos/config.h vos/config_h.SH_orig
31499 ____________________________________________________________________________
31500 [  8181] By: gsar                                  on 2000/12/18  09:46:08
31501         Log: regen perltoc
31502      Branch: maint-5.6/perl
31503            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
31504 ____________________________________________________________________________
31505 [  8180] By: gsar                                  on 2000/12/18  09:20:27
31506         Log: integrate changes#7924..7926,7946,7952 from mainline
31507      Branch: maint-5.6/perl
31508           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
31509           !> lib/File/stat.pm t/lib/class-struct.t
31510 ____________________________________________________________________________
31511 [  8179] By: gsar                                  on 2000/12/18  08:55:54
31512         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
31513              7918,7919,7988,8907 from mainline (various)
31514      Branch: maint-5.6/perl
31515           +> t/lib/class-struct.t
31516           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
31517           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
31518           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
31519 ____________________________________________________________________________
31520 [  8178] By: gsar                                  on 2000/12/18  08:16:30
31521         Log: avoid redefinition warnings on windows due to sys/socket.h getting
31522              #included before win32.h
31523      Branch: maint-5.6/perl
31524            ! win32/include/sys/socket.h
31525 ____________________________________________________________________________
31526 [  8177] By: gsar                                  on 2000/12/18  05:24:04
31527         Log: make regen_headers; fix POSIX.xs problems; remove outdated
31528              code from sys/socket.h that makes build fail now
31529      Branch: maint-5.6/perl
31530            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
31531            ! pod/perlapi.pod
31532           !> win32/include/sys/socket.h
31533 ____________________________________________________________________________
31534 [  8176] By: gsar                                  on 2000/12/18  05:20:17
31535         Log: update Changes
31536      Branch: maint-5.6/perl
31537            ! Changes patchlevel.h
31538 ____________________________________________________________________________
31539 [  8175] By: gsar                                  on 2000/12/18  04:57:48
31540         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
31541              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
31542              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
31543              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
31544              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
31545              7823,7825,7838
31546      Branch: maint-5.6/perl
31547           +> lib/File/Spec/Epoc.pm
31548           !> (integrate 88 files)
31549 ____________________________________________________________________________
31550 [  8174] By: gsar                                  on 2000/12/18  03:53:09
31551         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
31552              7625..7629,7631..7634,7637,7639,7642 from mainline
31553      Branch: maint-5.6/perl
31554           +> README.solaris
31555           !> (integrate 26 files)
31556 ____________________________________________________________________________
31557 [  8173] By: gsar                                  on 2000/12/18  03:37:02
31558         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
31559              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
31560              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
31561              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
31562      Branch: maint-5.6/perl
31563           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
31564            - MAINTAIN
31565           !> (integrate 111 files)
31566 ____________________________________________________________________________
31567 [  8172] By: jhi                                   on 2000/12/18  02:49:27
31568         Log: Regen pods.
31569      Branch: perl
31570            ! pod/perlmodlib.pod pod/perltoc.pod
31571 ____________________________________________________________________________
31572 [  8171] By: gsar                                  on 2000/12/18  02:49:24
31573         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
31574              7465..7471 from mainline
31575              
31576              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
31577              in platforms that strictly require all the symbols being present
31578              at link time.
31579              
31580              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
31581              
31582              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
31583              
31584              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
31585              
31586              Subject: [PATCH] todo
31587              
31588              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
31589              
31590              Use $sort, $uniq (and $tr) consistently as wondered
31591              by Nicholas Clark.
31592              
31593              Too enthusiastic editing in #7460.
31594              
31595              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
31596              
31597              Upgrade to CPAN 1.58_55.
31598              Subject: CPAN.pm status
31599              
31600              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
31601              
31602              Make target reordering to avoid pointless re-makes.
31603              Subject: Re: Total re-make of 'make okfile' after 7451 ?
31604              
31605              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
31606              
31607              Subject: DOC PATCH 5.6.0
31608              
31609              Add the repository doc by Malcolm, Sarathy, and by Simon,
31610              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
31611      Branch: maint-5.6/perl
31612           +> Porting/repository.pod
31613           !> Configure MANIFEST Makefile.SH README.dos README.os2
31614           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
31615           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
31616           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
31617 ____________________________________________________________________________
31618 [  8169] By: gsar                                  on 2000/12/18  02:33:34
31619         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
31620              7435..7441,7445 from mainline
31621              
31622              Make the UTF-8 decoding stricter and more verbose when
31623              malformation happens.  This involved adding an argument
31624              to utf8_to_uv_chk(), which involved changing its prototype,
31625              and prefer STRLEN over I32 for the UTF-8 length, which as
31626              a domino effect necessitated changing the prototypes of
31627              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
31628              The stricter UTF-8 decoding checking uses Markus Kuhn's
31629              UTF-8 Decode Stress Tester from
31630              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
31631              
31632              Run vms/vms_yfix.pl, should have done that after changing
31633              perly.c in #7382.
31634              
31635              Subject: [PATCH 5.7.0] static linking with uninstalled perl
31636              
31637              (Replaced by #7440.)
31638              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
31639              
31640              Fix the bug ID 20001024.005, the bug introduced by #7416.
31641              
31642              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
31643              
31644              Fix the bug reported in
31645              From: andreas.koenig@anima.de (Andreas J. Koenig)
31646              Also make is_utf8_char() stricter.
31647              
31648              Missed the header file changes from #7425.
31649              
31650              Check if stdio supports tweaking lval and cnt simultaneously.
31651              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
31652              
31653              Stratus VOS updates from Paul Green.
31654              
31655              Podify README.epoc and README.vos.
31656              
31657              Add targets to Makefile.SH, most importantly
31658              'regen_all' which also remembers to update vms/perly*.
31659              
31660              Subject: Minor update to find2perl, for portability
31661              
31662              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
31663              
31664              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
31665              
31666              Rename UTF8LEN() to be UNISKIP(), too confusing to have
31667              UTF8LEN() and UTF8SKIP(). 
31668              
31669              Allow poking holes at the UTF-8 decoding strictness.
31670              
31671              Continue the internal UTF-8 API tweaking.
31672              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
31673              used much more than the simpler API, now called utf8_to_uv_simple().
31674              Still not quite happy with API, too much partial duplication
31675              of functionality.
31676              
31677              A new version of making the syslog test more robust.
31678              (Replaces #7421.)
31679              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
31680              
31681              buildtoc target tweaks.
31682              
31683              Integrate with vmsperl #7430 by Charles Bailey:
31684              
31685              Cleanup from prior patch (Charles Lane?):
31686              - improve handling of MFDs in Basename and Path
31687              - default to no xsubpp line # munging when building debug images
31688      Branch: maint-5.6/perl
31689           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31690           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
31691           !> (integrate 67 files)
31692 ____________________________________________________________________________
31693 [  8168] By: gsar                                  on 2000/12/18  02:05:49
31694         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
31695              
31696              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
31697              From: Martin Husemann <martin@duskware.de>
31698              
31699              Subject: [PATCH 5.7.0] restore match data on backtracing
31700              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31701      Branch: maint-5.6/perl
31702           !> regcomp.c regexec.c t/op/re_tests
31703 ____________________________________________________________________________
31704 [  8167] By: gsar                                  on 2000/12/18  01:55:22
31705         Log: integrate changes#7858,7986 from mainline
31706              
31707              C<foreach my $x ...> in pseudo-fork()ed process may diddle
31708              parent's memory; fix it by keeping track of the actual pad
31709              offset rather than a raw pointer (this change is probably also
31710              relevant to non-ithreads case to avoid fallout from reallocs of
31711              the pad array, but is currently only enabled for the ithreads
31712              case in the interests of minimal disruption to existing "well
31713              tested" code)
31714              
31715              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
31716              due to the notorious GetFileType() bug in Windows 9x, which fstat()
31717              tickles)
31718      Branch: maint-5.6/perl
31719           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
31720           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
31721           !> win32/win32.c win32/win32.h win32/win32sck.c
31722 ____________________________________________________________________________
31723 [  8166] By: gsar                                  on 2000/12/18  01:52:59
31724         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
31725              from mainline (xsubpp and ExtUtils::LibList fixups, various
31726              other small items)
31727      Branch: maint-5.6/perl
31728           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
31729           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
31730           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
31731           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
31732           !> win32/bin/search.pl
31733 ____________________________________________________________________________
31734 [  8165] By: gsar                                  on 2000/12/18  01:28:45
31735         Log: integrate changes#7533,7563,7611,7623 from mainline (various
31736              malloc.c embellishments)
31737      Branch: maint-5.6/perl
31738           !> malloc.c pod/perldiag.pod
31739 ____________________________________________________________________________
31740 [  8164] By: gsar                                  on 2000/12/18  01:23:33
31741         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
31742              fixups)
31743      Branch: maint-5.6/perl
31744           !> utils/h2xs.PL
31745 ____________________________________________________________________________
31746 [  8163] By: gsar                                  on 2000/12/18  01:17:50
31747         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
31748              fixups)
31749      Branch: maint-5.6/perl
31750           !> Makefile.SH utils/perlbug.PL
31751 ____________________________________________________________________________
31752 [  8162] By: gsar                                  on 2000/12/18  00:25:43
31753         Log: always export Perl_deb() (it is required by re.xs whether
31754              Perl is built with or without -DDEBUGGING)
31755      Branch: maint-5.6/perl
31756            ! makedef.pl
31757 ____________________________________________________________________________
31758 [  8161] By: gsar                                  on 2000/12/18  00:23:38
31759         Log: integrate change#7414 from mainline
31760              
31761              Undo the basename() part of #7412 since the lib/basename
31762              tests would need upgrading too.
31763              
31764              squelch two tests in tr.t that rely on tr/// paranoia change
31765              that's not in 5.6.x
31766      Branch: maint-5.6/perl
31767            ! t/op/tr.t
31768           !> lib/File/Basename.pm
31769 ____________________________________________________________________________
31770 [  8160] By: gsar                                  on 2000/12/18  00:05:30
31771         Log: missing change in previous integrate
31772      Branch: maint-5.6/perl
31773           !> README.aix
31774 ____________________________________________________________________________
31775 [  8159] By: gsar                                  on 2000/12/18  00:03:38
31776         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
31777              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
31778              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
31779              7410..7413 from mainline
31780      Branch: maint-5.6/perl
31781           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
31782           +> t/lib/tie-splice.t
31783            - lib/unicode/Is/DCinital.pl
31784           !> (integrate 112 files)
31785 ____________________________________________________________________________
31786 [  8158] By: jhi                                   on 2000/12/17  23:04:24
31787         Log: Subject: [PATCHES] RE: perl@8150 
31788              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
31789              Date: Sun, 17 Dec 2000 21:46:39 +0100
31790              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
31791              
31792              Neither cygwin has a getpwuid() one can trust on.
31793      Branch: perl
31794            ! t/lib/glob-basic.t
31795 ____________________________________________________________________________
31796 [  8157] By: jhi                                   on 2000/12/17  23:01:54
31797         Log: More MAN.PODS => {} fixes.
31798      Branch: perl
31799            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
31800            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
31801            ! os2/OS2/REXX/Makefile.PL
31802 ____________________________________________________________________________
31803 [  8156] By: gsar                                  on 2000/12/17  22:49:13
31804         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
31805              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
31806              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
31807              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
31808              7201,7204 from mainline
31809      Branch: maint-5.6/perl
31810           !> (integrate 121 files)
31811 ____________________________________________________________________________
31812 [  8155] By: jhi                                   on 2000/12/17  22:30:58
31813         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
31814              From: "Craig A. Berry" <craigberry@mac.com>
31815              Date: Sun, 17 Dec 2000 13:09:28 -0600
31816              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
31817              
31818              MAN.PODS => ' ' is naughty.
31819      Branch: perl
31820            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
31821 ____________________________________________________________________________
31822 [  8154] By: nick                                  on 2000/12/17  22:07:13
31823         Log: MULTIPLICITY nit.
31824      Branch: perl
31825            ! mg.c
31826 ____________________________________________________________________________
31827 [  8153] By: gsar                                  on 2000/12/17  21:23:05
31828         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
31829              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
31830              from mainline
31831              
31832              Document the SvIOK_.*UV().
31833              
31834              Update Unicode todo list.
31835              
31836              Guard against bad string->int conversion for quads.
31837              
31838              Subject: small apidoc fix
31839              
31840              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
31841              
31842              Subject: [PATCH] Tied filehandle documentation
31843              
31844              Subject: [PATCH] Modernize Opcode.pm documentation
31845              
31846              Make Data::Dumper (non-XS) to work with changed semantics of ref().
31847              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
31848              [applied even though said semantics didn't change in 5.6.x]
31849              
31850              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
31851              
31852              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
31853              
31854              Fix the URL, but the server is still missing in action.
31855              Subject: [ID 20000905.002] perlfaq1.pod URL error
31856              
31857              Subject: [ID 20000903.001] \w in utf8-strings
31858              
31859              Fix the ccversion detection for 5.1 and beyond.
31860              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
31861              
31862              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
31863              
31864              Subject: [ID 20000904.008] Tiny fix for perldiag
31865              
31866              Subject: Re: [ID 20000906.004] segfault with bad perl statement
31867              
31868              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
31869              
31870              Subject: [ID 20000908.002] perlipc documentation bug.
31871              
31872              Subject: [PATCH lib/Benchmark.pm]
31873              
31874              Re-allow vec() for characters > 255.
31875              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
31876              
31877              Do away with memory models cruft.  Sorry, PDP users.
31878              
31879              Continue #7041.
31880              
31881              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
31882              
31883              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
31884              
31885              Upgrade to CPAN 1.57_65, from Andreas König.
31886              
31887              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
31888              by Russ Allbery.
31889              
31890              Silence t/pod/*.t about alternate quote-mappings now implemented
31891              by Pod::Text, from Brad Appleton.
31892              
31893              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
31894              Subject: borland C++ win32.c tweak
31895              
31896              C<@a = @b = split(...)> optimization coredumps under ithreads
31897              (missed a spot when fixing up op_pmreplroot hack for ithreads)
31898              
31899              Document the SvUTF8*().
31900              
31901              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
31902              
31903              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
31904              
31905              Do in VMS as the #7054 does.
31906              
31907              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
31908              
31909              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
31910              
31911              Subject: [patch: perl@7045] vms updates
31912              
31913              Test for the #7049.
31914              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
31915              
31916              Break up the myconfig lines a bit.
31917              Subject: perlbug/perl -V output format
31918              
31919              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
31920              
31921              The #7054 truncated Configure badly.
31922              
31923              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
31924              initialization in all the threads on Windows
31925              
31926              Allow for whitespace between "#" and "line" in cpp output.
31927              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
31928              
31929              Remove vestiges of tr//CU.
31930              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
31931              
31932              The return value of setlocale must be copied away.
31933              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
31934              
31935              Allow chop() and chomp() to be overridden.
31936              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
31937              
31938              Hints optimization.
31939              Subject: Minor nit
31940              
31941              Subject: [PATCH] de-wall t/README
31942              
31943              Subject: Re: Two advertising clauses need to be removed
31944      Branch: maint-5.6/perl
31945           !> (integrate 75 files)
31946 ____________________________________________________________________________
31947 [  8152] By: gsar                                  on 2000/12/17  20:30:11
31948         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
31949              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
31950              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
31951              
31952              Don't attach -ld to the archname if pointless.
31953              
31954              Document UNTIE in a very minimalistic way.
31955              
31956              POSIX doesn't report long double values under -Duselongdouble
31957              when the long doubles are "real" (bigger than doubles).
31958              
31959              More author updates.
31960              
31961              Try to deduce NV_MAX.  Really should be Configure fodder.
31962              
31963              :: not allowed in pathnames, change to .
31964              Subject: [PATCH perl@6938] cygwin port
31965              
31966              Forget about NV_MAX (#6951).  Various floating point tweaks,
31967              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
31968              
31969              Move the Solaris 7 scan to use64bitall, make the
31970              failure to find 64-bot sparc libc to mention the
31971              possibility of being in an intel, from Lupe and Alan.
31972              
31973              Regen perltoc.
31974              
31975              AUTHORS tweaks, from Peter Prymmer.
31976              
31977              More address tweaking.
31978              
31979              Small tweaks all over.
31980              
31981              File::Temp patches from Andreas König,
31982              
31983              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
31984              
31985              Subject: CPAN.pm beta 1.57_57 for the core
31986              
31987              Part of the solution.
31988              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
31989              
31990              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
31991              
31992              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
31993              
31994              Add the overload warnings to perldiag.
31995              
31996              Drop unused argument.
31997              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
31998              
31999              Subject: Nit in Configure (bleadperl@6961)
32000              
32001              Update to PodParser 1.18, from Brad Appleton.
32002              
32003              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
32004              
32005              Subject: [PATCH: 6948] add SCNfldbl to configure.com
32006              
32007              Document UNTIE. Also tweak implementation to suppress the 'inner references'
32008              warning when UNTIE exists and instead pass the cound of extra references to
32009              the UNTIE method.
32010              
32011              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
32012              so that case-ignoring systems like DCL can tell them from
32013              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
32014              
32015              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
32016              
32017              Feature ordering tweak.
32018              
32019              Regen perltoc.
32020              
32021              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
32022              
32023              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
32024              
32025              Subject: http:// in L<>
32026              
32027              Detypo.
32028              
32029              change#6791 accidentally clobbered change#6710, put it back
32030              
32031              Only the first line, thank you very much.
32032              
32033              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
32034              plus rework the http: spots as suggested by Tom Christiansen,
32035              plus regen perltoc.
32036              
32037              Undo part of change 6489 which looks like a bulk edit which
32038              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
32039              The supressing of main:: on return from select() is undesirable.
32040              
32041              Apparently avoiding the swapping is too costly.
32042              
32043              Various Configure nits by Philip Newton,
32044              plus the ebcdic one by me.
32045              
32046              Make certain cc is set before trying to run it.
32047              
32048              If overloaded %{} etc. return the object do not loop.
32049              Thus  sub deref { $_[0] } functions if object is wanted type.
32050              
32051              Update perlhist.
32052              
32053              More %{} and other deref special casing - do not pass to 'nomethod'.
32054      Branch: maint-5.6/perl
32055           !> (integrate 59 files)
32056 ____________________________________________________________________________
32057 [  8151] By: gsar                                  on 2000/12/17  19:14:38
32058         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
32059              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
32060              
32061              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
32062              
32063              Make the epsilon to be relative, not absolute.
32064              
32065              Put back the flags dump as reasoned in
32066              Subject: Re: [PATCH] Glob dumping
32067              
32068              Introduce ccname to keep track of what compiler kind of we have.
32069              
32070              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
32071              
32072              Put back the slice accidentally removed by #6907.
32073              
32074              Reset archname and archname64 always, forcing them be
32075              recomputed at each Configure run, make Configure and
32076              the hints files agree on the naming of largefiles variables.
32077              
32078              Don't say "Perl 5.0 source kit".
32079              
32080              Subject: [PATCH] fix misc cast warnings
32081              
32082              Subject: typos in pods
32083              
32084              NVs not necessarily doubles, as pointed out by Yitzchak.
32085              
32086              Subject: [PATCH 6889] add a few ldbl formats to configure.com
32087              
32088              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
32089              
32090              Better options for rsync.
32091              
32092              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
32093              
32094              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
32095              
32096              Subject: [PATCH] Re: UNTIE method 
32097              
32098              A better fix for the Socket building problem from Craig Berry.
32099              
32100              Retract the dummy test, skip the security tests (instead of failing),
32101              explain what the warnings mean.
32102              
32103              Heap decorruption.
32104              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
32105              
32106              Update to Unicode 3.0.1.
32107              
32108              Missed one Unicode file.
32109              
32110              Subject: Re: typos in pods
32111              
32112              The #6929 was too skimpy.
32113              
32114              sscanf() may be the only way to read long doubles from strings.
32115              
32116              Reveal Borland's isnan.
32117              Subject: build with BC++ tweak
32118              
32119              Issue useful diagnostic on unknown pod commands.
32120              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
32121              
32122              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
32123              
32124              Clarify the third case of ftmp-security warnings.
32125              
32126              Make -Dusemorebits find long doubles in Solaris.
32127              
32128              Wrap the test in eval.
32129      Branch: maint-5.6/perl
32130           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
32131           +> lib/unicode/PropList.txt lib/unicode/README.perl
32132           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
32133           +> lib/unicode/Unicode.301 vms/vmspipe.com
32134            - lib/unicode/Props.txt lib/unicode/UCD300.html
32135            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
32136           !> (integrate 305 files)
32137 ____________________________________________________________________________
32138 [  8150] By: jhi                                   on 2000/12/17  18:47:57
32139         Log: Uncheckedin generated files.
32140      Branch: perl
32141            ! global.sym perlapi.c pod/perlapi.pod
32142 ____________________________________________________________________________
32143 [  8149] By: jhi                                   on 2000/12/17  18:41:22
32144         Log: Update Changes.
32145      Branch: perl
32146            ! Changes patchlevel.h
32147 ____________________________________________________________________________
32148 [  8148] By: jhi                                   on 2000/12/17  18:39:16
32149         Log: Subject: [PATCH] Fcntl constants speedup
32150              From: Nicholas Clark <nick@ccl4.org>
32151              Date: Sun, 17 Dec 2000 16:29:24 +0000
32152              Message-ID: <20001217162924.E97668@plum.flirble.org>
32153              
32154              Use IVs for the Fcntl constants instead of NVs.
32155      Branch: perl
32156            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
32157 ____________________________________________________________________________
32158 [  8147] By: jhi                                   on 2000/12/17  18:33:41
32159         Log: Add test for #8145 (binmode() warning), add warning for
32160              ioctl() and sockpair(), document them. (fileno() cannot
32161              be tripwired with the same kind of warning because
32162              'defined fileno($foo)' seems to be an idiom.)
32163      Branch: perl
32164            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
32165 ____________________________________________________________________________
32166 [  8146] By: gsar                                  on 2000/12/17  18:09:08
32167         Log: update Changes
32168      Branch: maint-5.6/perl
32169            ! Changes
32170 ____________________________________________________________________________
32171 [  8145] By: jhi                                   on 2000/12/17  17:39:35
32172         Log: Subject: [PATCH] Re: The long awaited feature ...
32173              From: Simon Cozens <simon@cozens.net>
32174              Date: Sun, 17 Dec 2000 12:31:56 +0000
32175              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
32176              
32177              Add a warning to binmode() about using bad filehandles
32178              (can happen e.g. if someone forgets the filehandle argument)
32179      Branch: perl
32180            ! pp_sys.c
32181 ____________________________________________________________________________
32182 [  8144] By: jhi                                   on 2000/12/17  17:33:48
32183         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
32184              From: Jonathan Stowe <gellyfish@gellyfish.com>
32185              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
32186              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
32187      Branch: perl
32188            ! lib/Net/Ping.pm
32189 ____________________________________________________________________________
32190 [  8143] By: jhi                                   on 2000/12/17  05:31:37
32191         Log: Polymorphic regexps.
32192              
32193              Fixes at least the bugs 20001028.003 (both of them...) and
32194              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
32195              also to be fixed by now, probably already before this patch.
32196      Branch: perl
32197            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
32198            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
32199            ! t/op/utf8decode.t t/pragma/utf8.t
32200 ____________________________________________________________________________
32201 [  8142] By: jhi                                   on 2000/12/16  17:16:05
32202         Log: Subject: [patch perl@8102] dos/djgpp update
32203              From: Laszlo Molnar <ml1050@freemail.hu>
32204              Date: Sat, 16 Dec 2000 01:40:52 +0100
32205              Message-ID: <20001216014052.A335@freemail.hu>
32206      Branch: perl
32207            ! djgpp/config.over t/base/commonsense.t
32208 ____________________________________________________________________________
32209 [  8141] By: jhi                                   on 2000/12/16  17:09:27
32210         Log: Few uncheckedin files.
32211      Branch: perl
32212            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
32213 ____________________________________________________________________________
32214 [  8140] By: nick                                  on 2000/12/15  22:14:31
32215         Log: Integrate mainline
32216      Branch: perlio
32217           !> (integrate 53 files)
32218 ____________________________________________________________________________
32219 [  8139] By: jhi                                   on 2000/12/15  19:49:49
32220         Log: One more IVUV tweak from Nicholas Clark.
32221      Branch: perl
32222            ! sv.c
32223 ____________________________________________________________________________
32224 [  8138] By: jhi                                   on 2000/12/15  19:17:06
32225         Log: Return of the IVUV-preservation, now seems to be happy even
32226              in Digital UNIX (the broken strtoul brokenness detection
32227              seems to have been the fly in the ointment).
32228      Branch: perl
32229            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32230            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
32231            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
32232            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
32233            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32234            ! vos/config.ga.h win32/config.bc win32/config.gc
32235            ! win32/config.vc
32236 ____________________________________________________________________________
32237 [  8137] By: jhi                                   on 2000/12/15  18:12:14
32238         Log: Metaconfig unit change for #8136.
32239      Branch: metaconfig
32240            ! U/modified/d_strtoul.U
32241      Branch: metaconfig/U/perl
32242            ! d_strtoull.U d_strtouq.U
32243 ____________________________________________________________________________
32244 [  8136] By: jhi                                   on 2000/12/15  18:11:35
32245         Log: I don't think it's sensible or portable to test the strtou*
32246              on /^-/ strings.
32247      Branch: perl
32248            ! Configure
32249 ____________________________________________________________________________
32250 [  8135] By: jhi                                   on 2000/12/15  17:18:49
32251         Log: Metaconfig unit change for #8134.
32252      Branch: metaconfig
32253            ! U/modified/d_strtoul.U
32254 ____________________________________________________________________________
32255 [  8134] By: jhi                                   on 2000/12/15  17:14:13
32256         Log: If longsize is 8 we don't need a LL suffix for integer constants.
32257      Branch: perl
32258            ! Configure config_h.SH
32259 ____________________________________________________________________________
32260 [  8133] By: jhi                                   on 2000/12/15  16:00:23
32261         Log: Update Changes.
32262      Branch: perl
32263            ! Changes patchlevel.h
32264 ____________________________________________________________________________
32265 [  8132] By: jhi                                   on 2000/12/15  15:44:16
32266         Log: Some compilers get huffy if you do not cast a const pointer
32267              to a non-const when assigning.
32268      Branch: perl
32269            ! gv.c
32270 ____________________________________________________________________________
32271 [  8131] By: jhi                                   on 2000/12/15  15:38:30
32272         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
32273              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32274              Date: Fri, 15 Dec 2000 05:26:57 -0500
32275              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
32276      Branch: perl
32277            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
32278            ! t/pragma/overload.t
32279 ____________________________________________________________________________
32280 [  8130] By: jhi                                   on 2000/12/15  15:36:08
32281         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
32282              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32283              Date: Thu, 14 Dec 2000 22:02:43 -0500
32284              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
32285      Branch: perl
32286            ! gv.c perl.h
32287 ____________________________________________________________________________
32288 [  8129] By: jhi                                   on 2000/12/15  15:34:16
32289         Log: Subject: PATCH: h2xs nit
32290              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32291              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
32292              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
32293              
32294              Add a template README.
32295      Branch: perl
32296            ! utils/h2xs.PL
32297 ____________________________________________________________________________
32298 [  8128] By: jhi                                   on 2000/12/15  15:32:22
32299         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
32300      Branch: perl
32301            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
32302 ____________________________________________________________________________
32303 [  8127] By: jhi                                   on 2000/12/15  15:19:34
32304         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
32305              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32306              Date:     Thu, 14 Dec 2000 20:04:42 EST
32307              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
32308      Branch: perl
32309            ! ext/Opcode/Opcode.xs
32310 ____________________________________________________________________________
32311 [  8126] By: jhi                                   on 2000/12/15  15:17:49
32312         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
32313              From: Peter Prymmer <pvhp@forte.com>
32314              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
32315              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
32316      Branch: perl
32317            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
32318            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
32319            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
32320 ____________________________________________________________________________
32321 [  8125] By: jhi                                   on 2000/12/15  15:11:05
32322         Log: This seems to be a stage sane and stable enough to checkin.
32323              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
32324      Branch: perl
32325            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
32326            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
32327            ! t/op/cmp.t t/op/numconvert.t
32328 ____________________________________________________________________________
32329 [  8124] By: jhi                                   on 2000/12/15  04:20:26
32330         Log: Something is really wonky.
32331      Branch: perl
32332            ! sv.c
32333 ____________________________________________________________________________
32334 [  8123] By: jhi                                   on 2000/12/15  04:00:50
32335         Log: Fixes for the IV UV patches to compile in Digital UNIX.
32336      Branch: perl
32337            ! sv.c
32338 ____________________________________________________________________________
32339 [  8122] By: jhi                                   on 2000/12/15  02:53:40
32340         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
32341              From: "Craig A. Berry" <craigberry@mac.com>
32342              Date: Thu, 14 Dec 2000 19:10:49 -0600
32343              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
32344      Branch: perl
32345            ! vms/vms.c
32346 ____________________________________________________________________________
32347 [  8121] By: jhi                                   on 2000/12/15  02:50:00
32348         Log: Metaconfig changes for #8120.
32349      Branch: metaconfig
32350            + U/modified/d_strtoul.U
32351      Branch: metaconfig/U/perl
32352            ! d_strtoull.U d_strtouq.U
32353 ____________________________________________________________________________
32354 [  8120] By: jhi                                   on 2000/12/15  02:49:42
32355         Log: From: Nicholas Clark <nick@ccl4.org> 
32356              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
32357              Date: Thu, 14 Dec 2000 18:38:57 +0000
32358              Message-ID: <20001214183857.B97909@plum.flirble.org>
32359      Branch: perl
32360            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32361            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
32362            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
32363            ! vos/config.ga.def vos/config.ga.h win32/config.bc
32364            ! win32/config.gc win32/config.vc
32365 ____________________________________________________________________________
32366 [  8119] By: jhi                                   on 2000/12/14  23:40:58
32367         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
32368              From: Nicholas Clark <nick@ccl4.org>
32369              Date: Wed, 13 Dec 2000 20:08:50 +0000
32370              Message-ID: <20001213200849.B71166@plum.flirble.org>
32371      Branch: perl
32372            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
32373            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
32374 ____________________________________________________________________________
32375 [  8118] By: jhi                                   on 2000/12/14  22:46:26
32376         Log: Integrate perlio.
32377      Branch: perl
32378           !> MANIFEST ext/Encode/compile makedef.pl
32379 ____________________________________________________________________________
32380 [  8117] By: nick                                  on 2000/12/14  22:38:53
32381         Log: Win32 tweaks to get Encode to build
32382              - temp hack to makedef.pl till PerlIO is properly "exported".
32383              - MSVC dislikes  
32384              static encpage_t foo[];
32385              so make 'em extern for now.
32386      Branch: perlio
32387            ! ext/Encode/compile makedef.pl
32388 ____________________________________________________________________________
32389 [  8116] By: nick                                  on 2000/12/14  22:00:53
32390         Log: Document the new files
32391      Branch: perlio
32392            ! MANIFEST
32393 ____________________________________________________________________________
32394 [  8115] By: jhi                                   on 2000/12/14  21:58:01
32395         Log: MANIFEST new files of #8114.
32396      Branch: perl
32397            ! MANIFEST
32398 ____________________________________________________________________________
32399 [  8114] By: jhi                                   on 2000/12/14  21:50:49
32400         Log: Integrate perlio.
32401      Branch: perl
32402           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
32403           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
32404           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
32405           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
32406           !> ext/Encode/Makefile.PL
32407 ____________________________________________________________________________
32408 [  8113] By: jhi                                   on 2000/12/14  21:48:49
32409         Log: The documentation part of the
32410              
32411              Subject: [ID 20001214.002] Net::Ping patch
32412              From: Jonathan Stowe <gellyfish@gellyfish.com>
32413              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
32414              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
32415              since the #7529 had already addressed the same problem.
32416      Branch: perl
32417            ! lib/Net/Ping.pm
32418 ____________________________________________________________________________
32419 [  8112] By: jhi                                   on 2000/12/14  21:42:57
32420         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
32421              From: Dominic Dunlop <domo@computer.org>
32422              Date: Tue, 12 Dec 2000 10:47:10 +0100
32423              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
32424              
32425              Document how elusive subroutines can be.
32426      Branch: perl
32427            ! pod/perlfunc.pod
32428 ____________________________________________________________________________
32429 [  8111] By: jhi                                   on 2000/12/14  21:38:05
32430         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
32431              From: Dominic Dunlop <domo@computer.org>
32432              Date: Thu, 14 Dec 2000 10:13:51 +0100
32433              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
32434      Branch: perl
32435            ! ext/POSIX/POSIX.pod
32436 ____________________________________________________________________________
32437 [  8110] By: jhi                                   on 2000/12/14  21:36:32
32438         Log: Subject: [patch] perlfaq7
32439              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
32440              Date: Thu, 14 Dec 2000 15:31:07 +0100
32441              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
32442      Branch: perl
32443            ! pod/perlfaq7.pod
32444 ____________________________________________________________________________
32445 [  8109] By: jhi                                   on 2000/12/14  21:29:20
32446         Log: Subject: [8104] Encode
32447              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32448              Date: Thu, 14 Dec 2000 14:49:34 +0100
32449              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
32450              
32451              Type casting for nervous compilers.
32452      Branch: perl
32453            ! ext/Encode/Encode.xs
32454 ____________________________________________________________________________
32455 [  8108] By: jhi                                   on 2000/12/14  21:26:17
32456         Log: Subject: [8104] DB_File
32457              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32458              Date: Thu, 14 Dec 2000 14:49:35 +0100
32459              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
32460              
32461              Type definition incorrect for DB 2.7.7.  Not known when it
32462              changed, so only changed it for a known revision.
32463      Branch: perl
32464            ! ext/DB_File/DB_File.xs
32465 ____________________________________________________________________________
32466 [  8107] By: jhi                                   on 2000/12/14  21:23:41
32467         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
32468              From: Peter Prymmer <pvhp@forte.com>
32469              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
32470              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
32471              
32472              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
32473      Branch: perl
32474            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
32475            ! ext/Encode/Encode/posix-bc.enc
32476 ____________________________________________________________________________
32477 [  8106] By: nick                                  on 2000/12/14  20:36:13
32478         Log: "Cold" build correction to Encode's Makefile.PL
32479      Branch: perlio
32480            ! ext/Encode/Makefile.PL
32481 ____________________________________________________________________________
32482 [  8105] By: nick                                  on 2000/12/14  20:09:37
32483         Log: "Compiled" encodings.
32484              Correct replacement character in EBCDIC .enc files
32485              Add 0x7F to ASCII repertoire.
32486      Branch: perlio
32487            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
32488            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
32489            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
32490            ! ext/Encode/Makefile.PL ext/Encode/compile
32491            ! ext/Encode/encengine.c ext/Encode/encode.h
32492 ____________________________________________________________________________
32493 [  8104] By: nick                                  on 2000/12/14  00:38:20
32494         Log: Integrate mainline
32495      Branch: perlio
32496           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
32497           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
32498           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
32499           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
32500           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
32501           !> t/lib/db-hash.t t/lib/db-recno.t
32502 ____________________________________________________________________________
32503 [  8103] By: nick                                  on 2000/12/13  23:16:13
32504         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
32505              so far and so it does not get lost.
32506      Branch: perlio
32507            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
32508 ____________________________________________________________________________
32509 [  8102] By: jhi                                   on 2000/12/13  17:14:22
32510         Log: Update Changes.
32511      Branch: perl
32512            ! Changes patchlevel.h
32513 ____________________________________________________________________________
32514 [  8101] By: jhi                                   on 2000/12/13  16:53:41
32515         Log: Move the proto of start_glob() to a better place; regen api files.
32516      Branch: perl
32517            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
32518 ____________________________________________________________________________
32519 [  8100] By: jhi                                   on 2000/12/13  16:47:11
32520         Log: Metaconfig change for #8099.
32521      Branch: metaconfig
32522            ! U/modified/Head.U
32523 ____________________________________________________________________________
32524 [  8099] By: jhi                                   on 2000/12/13  16:46:48
32525         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
32526              From: Andy Dougherty <doughera@lafayette.edu>
32527              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
32528              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
32529      Branch: perl
32530            ! Configure
32531 ____________________________________________________________________________
32532 [  8098] By: jhi                                   on 2000/12/13  16:39:02
32533         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
32534              From: rspier@pobox.com (Robert Spier)
32535              Date: Tue, 12 Dec 2000 21:12:39 -0500
32536              Message-ID: <14902.56087.678086.725773@rls.cx>
32537              
32538              fastgetcwd is defined using a glob alias on a $^O dependent basis -
32539              and there was no default assignment or perl subroutine.
32540      Branch: perl
32541            ! lib/Cwd.pm
32542 ____________________________________________________________________________
32543 [  8097] By: jhi                                   on 2000/12/13  16:16:01
32544         Log: Subject: [PATCH] move startglob out of pp_hot.c
32545              From: Nicholas Clark <nick@ccl4.org>
32546              Date: Mon, 11 Dec 2000 23:16:39 +0000
32547              Message-ID: <20001211231638.A55550@plum.flirble.org>
32548      Branch: perl
32549            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
32550 ____________________________________________________________________________
32551 [  8096] By: jhi                                   on 2000/12/13  15:26:23
32552         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
32553              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
32554              Date: Wed, 13 Dec 2000 14:01:37 +0100
32555              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
32556              
32557              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
32558              in turn requires libpthread in libswanted.
32559      Branch: perl
32560            ! hints/hpux.sh
32561 ____________________________________________________________________________
32562 [  8095] By: jhi                                   on 2000/12/12  19:51:05
32563         Log: The integration wars continue.
32564      Branch: perl
32565           !> sv.c
32566 ____________________________________________________________________________
32567 [  8094] By: jhi                                   on 2000/12/12  19:48:26
32568         Log: Subject: [PATCH perl@8070] DB_File-1.74  
32569              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
32570              Date: Mon, 11 Dec 2000 23:07:17 -0000
32571              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
32572      Branch: perl
32573            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
32574            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
32575            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
32576            ! t/lib/db-recno.t
32577 ____________________________________________________________________________
32578 [  8093] By: nick                                  on 2000/12/12  19:42:13
32579         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
32580      Branch: perlio
32581            ! sv.c
32582           !> lib/File/DosGlob.pm
32583 ____________________________________________________________________________
32584 [  8092] By: jhi                                   on 2000/12/12  19:28:11
32585         Log: Integrate perlio.
32586      Branch: perl
32587           !> sv.c
32588 ____________________________________________________________________________
32589 [  8091] By: nick                                  on 2000/12/12  18:49:45
32590         Log: Fix for Tk, and upgrading shared SVs.
32591      Branch: perlio
32592            ! sv.c
32593 ____________________________________________________________________________
32594 [  8090] By: jhi                                   on 2000/12/12  16:48:59
32595         Log: Subject: [PATCH] Re: Breadperl & Tk
32596              From: Nick Ing-Simmons <nik@tiuk.ti.com>
32597              Date: Tue, 12 Dec 2000 14:48:27 GMT
32598              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
32599      Branch: perl
32600            ! sv.c
32601 ____________________________________________________________________________
32602 [  8089] By: jhi                                   on 2000/12/12  03:37:19
32603         Log: Subject: DosGlob.pm diff for bash style brace expansion.
32604              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
32605              Date: Fri, 8 Dec 2000 10:45:30 -0600
32606              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
32607      Branch: perl
32608            ! lib/File/DosGlob.pm
32609 ____________________________________________________________________________
32610 [  8088] By: nick                                  on 2000/12/11  23:59:59
32611         Log: Integrate mainline
32612      Branch: perlio
32613           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
32614           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
32615           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
32616           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
32617           !> t/op/local.t t/pragma/warn/toke toke.c
32618 ____________________________________________________________________________
32619 [  8087] By: jhi                                   on 2000/12/11  23:20:23
32620         Log: Integrate perlio.
32621      Branch: perl
32622           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
32623 ____________________________________________________________________________
32624 [  8086] By: jhi                                   on 2000/12/11  22:50:59
32625         Log: Tune further the OS detection of CGI.
32626      Branch: perl
32627            ! lib/CGI.pm
32628 ____________________________________________________________________________
32629 [  8085] By: nick                                  on 2000/12/11  22:50:46
32630         Log: Finish 1st pass of "encoding" layer e.g. :
32631              open($fh,"<encoding(iso8859-7)",$greek) || die;
32632      Branch: perlio
32633            ! ext/Encode/Encode.xs perlio.c perliol.h
32634 ____________________________________________________________________________
32635 [  8084] By: jhi                                   on 2000/12/11  22:32:06
32636         Log: Revert the -f ambiguousity patch, seems to cause
32637              too much hassle (the interpret -Q as a function
32638              where Q is not a known filetest part is left in).
32639      Branch: perl
32640            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
32641            ! toke.c
32642 ____________________________________________________________________________
32643 [  8083] By: jhi                                   on 2000/12/11  22:27:23
32644         Log: (accidentally empty check-in)
32645      Branch: perl
32646            ! lib/File/DosGlob.pm
32647 ____________________________________________________________________________
32648 [  8082] By: nick                                  on 2000/12/11  19:09:51
32649         Log: Restore mmap function (broken by tweaks to shared buffer
32650              layer for encode(xxxx)).
32651      Branch: perlio
32652            ! perlio.c
32653 ____________________________________________________________________________
32654 [  8081] By: jhi                                   on 2000/12/11  18:29:13
32655         Log: Subject: Re: The long awaited feature ...
32656              From: Simon Cozens <simon@cozens.net>
32657              Date: Mon, 11 Dec 2000 15:54:24 +0000
32658              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
32659              
32660              More io/utf8 tests.
32661      Branch: perl
32662            ! t/io/utf8.t
32663 ____________________________________________________________________________
32664 [  8080] By: jhi                                   on 2000/12/11  18:19:36
32665         Log: Subject: PATCH MakeMaker manpage clarification
32666              From: andreas.koenig@anima.de (Andreas J. Koenig)
32667              Date: 10 Dec 2000 20:46:13 +0100
32668              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
32669      Branch: perl
32670            ! lib/ExtUtils/MakeMaker.pm
32671 ____________________________________________________________________________
32672 [  8079] By: jhi                                   on 2000/12/11  15:35:07
32673         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
32674              From: Simon Cozens <simon@cozens.net>
32675              Date: Sun, 10 Dec 2000 19:06:19 +0000
32676              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
32677      Branch: perl
32678            ! ext/B/B/Deparse.pm t/lib/b.t
32679 ____________________________________________________________________________
32680 [  8078] By: jhi                                   on 2000/12/11  15:09:11
32681         Log: Subject: [PATCH] docs on NaN
32682              From: Nicholas Clark <nick@ccl4.org>
32683              Date: Mon, 11 Dec 2000 01:48:38 +0000
32684              Message-ID: <20001211014838.B99205@plum.flirble.org>
32685      Branch: perl
32686            ! pod/perlop.pod
32687 ____________________________________________________________________________
32688 [  8077] By: jhi                                   on 2000/12/11  15:02:21
32689         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
32690              From: Simon Cozens <simon@cozens.net>
32691              Date: Mon, 11 Dec 2000 01:21:45 +0000
32692              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
32693      Branch: perl
32694            ! pp.c pp_hot.c scope.c t/op/local.t
32695 ____________________________________________________________________________
32696 [  8076] By: nick                                  on 2000/12/10  20:43:32
32697         Log: Not merge worthy...
32698              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
32699              syntax is modelled on attributes.
32700              Untested fix for io/utf8 on Win32 etc.
32701              Very clumsy start to the encode layer.
32702      Branch: perlio
32703            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
32704 ____________________________________________________________________________
32705 [  8075] By: jhi                                   on 2000/12/10  18:39:33
32706         Log: Darwin is not Windows.
32707      Branch: perl
32708            ! lib/CGI.pm
32709 ____________________________________________________________________________
32710 [  8074] By: jhi                                   on 2000/12/10  18:31:27
32711         Log: Subject: Ambiguous -%c() resolved as a file test
32712              From: "Paul Marquess" <Paul.Marquess@openwave.com>
32713              Date: Sun, 10 Dec 2000 15:35:07 -0000
32714              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
32715      Branch: perl
32716            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
32717 ____________________________________________________________________________
32718 [  8073] By: jhi                                   on 2000/12/10  18:16:29
32719         Log: Subject: PATCH installperl misinformed 
32720              From: andreas.koenig@anima.de (Andreas J. Koenig)
32721              Date: 10 Dec 2000 13:01:32 +0100 
32722              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
32723      Branch: perl
32724            ! installperl
32725 ____________________________________________________________________________
32726 [  8072] By: jhi                                   on 2000/12/10  18:07:55
32727         Log: The walkoptree confusion rages; walkoptree() seems to be coming
32728              from B.xs, while walkoptree_slow() comes from B.pm.
32729      Branch: perl
32730            ! ext/B/B.pm
32731 ____________________________________________________________________________
32732 [  8071] By: nick                                  on 2000/12/10  11:45:47
32733         Log: Integrate mainline
32734      Branch: perlio
32735           +> t/base/commonsense.t
32736           !> (integrate 37 files)
32737 ____________________________________________________________________________
32738 [  8070] By: jhi                                   on 2000/12/10  04:46:21
32739         Log: Update Changes.
32740      Branch: perl
32741            ! Changes patchlevel.h
32742 ____________________________________________________________________________
32743 [  8069] By: jhi                                   on 2000/12/10  04:39:19
32744         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
32745              From: andreas.koenig@anima.de (Andreas J. Koenig)
32746              Date: 09 Dec 2000 17:14:25 +0100
32747              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
32748      Branch: perl
32749            + t/base/commonsense.t
32750            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
32751 ____________________________________________________________________________
32752 [  8068] By: jhi                                   on 2000/12/10  04:17:36
32753         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
32754              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
32755              Date: Sat, 9 Dec 2000 16:47:22 -0000
32756              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
32757      Branch: perl
32758            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
32759            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
32760            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
32761            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
32762            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
32763            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
32764            ! t/lib/sdbm.t
32765 ____________________________________________________________________________
32766 [  8067] By: jhi                                   on 2000/12/10  03:52:02
32767         Log: Test case for #8066.
32768      Branch: perl
32769            ! t/op/misc.t
32770 ____________________________________________________________________________
32771 [  8066] By: jhi                                   on 2000/12/10  03:50:30
32772         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
32773              From: Simon Cozens <simon@cozens.net>
32774              Date: Sun, 10 Dec 2000 00:55:37 +0000
32775              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
32776      Branch: perl
32777            ! pp_sys.c
32778 ____________________________________________________________________________
32779 [  8065] By: jhi                                   on 2000/12/10  03:44:52
32780         Log: Test case for #8064.
32781      Branch: perl
32782            ! t/comp/proto.t
32783 ____________________________________________________________________________
32784 [  8064] By: jhi                                   on 2000/12/10  03:42:32
32785         Log: Subject: Re: prototype of substr
32786              From: Simon Cozens <simon@cozens.net>
32787              Date: Sun, 10 Dec 2000 00:13:33 +0000
32788              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
32789              
32790              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
32791      Branch: perl
32792            ! pp.c
32793 ____________________________________________________________________________
32794 [  8063] By: jhi                                   on 2000/12/10  03:39:42
32795         Log: Subject: [PATCH] perlguts.pod
32796              From: Simon Cozens <simon@cozens.net>
32797              Date: Sun, 10 Dec 2000 00:06:47 +0000
32798              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
32799              
32800              Documentation of the different types of ops,
32801              plus the functions in dump.c
32802      Branch: perl
32803            ! pod/perlguts.pod
32804 ____________________________________________________________________________
32805 [  8062] By: jhi                                   on 2000/12/10  03:30:04
32806         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
32807              From: Nicholas Clark <nick@talking.bollo.cx>
32808              Date: Sat, 09 Dec 2000 18:57:25 +0000
32809              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
32810              
32811              Be more robust in weird hostname setups.
32812      Branch: perl
32813            ! t/lib/net-hostent.t
32814 ____________________________________________________________________________
32815 [  8061] By: jhi                                   on 2000/12/10  03:28:21
32816         Log: Pacify fussy compiler. 
32817      Branch: perl
32818            ! pp_sys.c
32819 ____________________________________________________________________________
32820 [  8060] By: jhi                                   on 2000/12/10  02:52:46
32821         Log: Integrate perlio.
32822      Branch: perl
32823           !> pp_sys.c t/io/utf8.t
32824 ____________________________________________________________________________
32825 [  8059] By: nick                                  on 2000/12/09  23:40:14
32826         Log: read/sysread/recv should now be utf8 aware.
32827              Basic test for utf8 read.
32828      Branch: perlio
32829            ! pp_sys.c t/io/utf8.t
32830 ____________________________________________________________________________
32831 [  8058] By: jhi                                   on 2000/12/09  21:56:02
32832         Log: Integrate perlio.
32833      Branch: perl
32834           +> t/io/utf8.t
32835           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
32836 ____________________________________________________________________________
32837 [  8057] By: jhi                                   on 2000/12/09  21:53:35
32838         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
32839              From: Inaba Hiroto <inaba@st.rim.or.jp>
32840              Date: Sun, 10 Dec 2000 05:53:21 +0900
32841              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
32842              
32843              Tests for #8056.
32844      Branch: perl
32845            ! t/op/each.t
32846 ____________________________________________________________________________
32847 [  8056] By: jhi                                   on 2000/12/09  21:51:16
32848         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
32849              From: Inaba Hiroto <inaba@st.rim.or.jp>
32850              Date: Sat, 09 Dec 2000 18:02:00 +0900
32851              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
32852              
32853              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
32854      Branch: perl
32855            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
32856 ____________________________________________________________________________
32857 [  8055] By: nick                                  on 2000/12/09  20:11:48
32858         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
32859              than raw PerlIO_write() - does not seem to break any tests.
32860      Branch: perlio
32861            ! pp_sys.c
32862 ____________________________________________________________________________
32863 [  8054] By: nick                                  on 2000/12/09  19:47:30
32864         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
32865              (sysread, recv and write i.e. formats still to do...)
32866              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
32867              open($fh,">:utf8","name")
32868              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
32869              so no extra overhead is involved.
32870              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
32871              to a non-utf8 stream.
32872              Add initial io/utf8.t
32873              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
32874              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
32875              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
32876      Branch: perlio
32877            + t/io/utf8.t
32878            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
32879 ____________________________________________________________________________
32880 [  8053] By: nick                                  on 2000/12/09  19:26:37
32881         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
32882              was only testing this_utf8.
32883      Branch: perlio
32884            ! toke.c
32885 ____________________________________________________________________________
32886 [  8052] By: nick                                  on 2000/12/09  19:09:41
32887         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
32888              i.e. the output string has one, but don't mess with source assumption.
32889      Branch: perlio
32890            ! toke.c
32891 ____________________________________________________________________________
32892 [  8051] By: jhi                                   on 2000/12/09  16:55:17
32893         Log: Integrate perlio.
32894      Branch: perl
32895           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
32896           !> sv.c thrdvar.h util.c
32897 ____________________________________________________________________________
32898 [  8050] By: jhi                                   on 2000/12/09  16:48:07
32899         Log: Nits noticed by Peter Prymmer.
32900      Branch: perl
32901            ! lib/ExtUtils/MM_VMS.pm
32902 ____________________________________________________________________________
32903 [  8049] By: nick                                  on 2000/12/09  13:49:40
32904         Log: UTF8 output prework.
32905              - Store $\ and $, as SVs so they can have SvUTF8 flag
32906              - use do_print() rather than raw PerlIO_write() to print them.
32907      Branch: perlio
32908            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
32909            ! thrdvar.h util.c
32910 ____________________________________________________________________________
32911 [  8048] By: nick                                  on 2000/12/09  12:30:43
32912         Log: Integrate mainline.
32913      Branch: perlio
32914           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
32915           +> t/op/reverse.t
32916           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
32917           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
32918           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
32919           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
32920           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
32921           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
32922 ____________________________________________________________________________
32923 [  8047] By: jhi                                   on 2000/12/09  00:23:27
32924         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
32925              From: Michael G Schwern <schwern@pobox.com>
32926              Date: Fri, 8 Dec 2000 14:43:04 -0600
32927      Branch: perl
32928            ! lib/ExtUtils/MM_VMS.pm
32929 ____________________________________________________________________________
32930 [  8046] By: jhi                                   on 2000/12/08  23:10:27
32931         Log: A missed check-in.
32932      Branch: perl
32933            ! lib/ExtUtils/Manifest.pm
32934 ____________________________________________________________________________
32935 [  8045] By: jhi                                   on 2000/12/08  21:57:12
32936         Log: (null check-in)
32937      Branch: perl
32938            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
32939 ____________________________________________________________________________
32940 [  8044] By: jhi                                   on 2000/12/08  21:11:06
32941         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
32942              at the final draft stage.
32943      Branch: perl
32944            + ext/Encode/Encode/iso8859-16.enc
32945            ! MANIFEST
32946 ____________________________________________________________________________
32947 [  8043] By: jhi                                   on 2000/12/08  16:39:04
32948         Log: Update Changes.
32949      Branch: perl
32950            ! Changes patchlevel.h
32951 ____________________________________________________________________________
32952 [  8042] By: jhi                                   on 2000/12/08  16:33:39
32953         Log: Do not return the Unicode replacement character if UTF-8
32954              decoding goes awry, it should be up to the caller to decide.
32955      Branch: perl
32956            ! pod/perlapi.pod utf8.c
32957 ____________________________________________________________________________
32958 [  8041] By: jhi                                   on 2000/12/08  16:22:28
32959         Log: metaconfig maintenance.
32960      Branch: metaconfig
32961            ! U/modified/stdchar.U
32962      Branch: metaconfig/U/perl
32963            + testsyml.U
32964 ____________________________________________________________________________
32965 [  8040] By: jhi                                   on 2000/12/08  16:03:08
32966         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
32967              From: sthoenna@efn.org
32968              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
32969              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
32970      Branch: perl
32971            ! Changes lib/ExtUtils/MM_OS2.pm
32972 ____________________________________________________________________________
32973 [  8039] By: jhi                                   on 2000/12/08  15:57:11
32974         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
32975              From: Simon Cozens <simon@cozens.net>
32976              Date: Fri, 8 Dec 2000 13:33:31 +0000
32977              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
32978              
32979              (The pp_hot part needed a rewrite.)
32980      Branch: perl
32981            ! doop.c pp_hot.c utf8.c
32982 ____________________________________________________________________________
32983 [  8038] By: jhi                                   on 2000/12/08  15:25:08
32984         Log: Subject: djSP
32985              From: Michael Stevens <michael@etla.org>
32986              Date: Wed, 6 Dec 2000 23:24:01 +0000
32987              Message-ID: <20001206232400.A21381@firedrake.org>
32988              
32989              Plus a note from Nick Ing-Simmons.
32990      Branch: perl
32991            ! pp.h
32992 ____________________________________________________________________________
32993 [  8037] By: jhi                                   on 2000/12/08  15:18:35
32994         Log: Filetype is text.
32995      Branch: perl
32996            ! t/op/utf8decode.t
32997 ____________________________________________________________________________
32998 [  8036] By: jhi                                   on 2000/12/08  03:31:27
32999         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
33000              From: Andy Dougherty <doughera@lafayette.edu>
33001              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
33002              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
33003              
33004              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
33005              From: Andy Dougherty <doughera@lafayette.edu>
33006              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
33007              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
33008      Branch: perl
33009            + ext/POSIX/hints/svr4.pl
33010            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
33011 ____________________________________________________________________________
33012 [  8035] By: jhi                                   on 2000/12/08  03:26:01
33013         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
33014              From: Andy Dougherty <doughera@lafayette.edu>
33015              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
33016              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
33017      Branch: perl
33018            ! t/README t/base/term.t
33019 ____________________________________________________________________________
33020 [  8034] By: jhi                                   on 2000/12/08  03:21:59
33021         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
33022              From: mjd@plover.com  
33023              Date: 7 Dec 2000 21:04:20 -0000
33024              Message-ID: <20001207210420.22282.qmail@plover.com>
33025              
33026              Plus -z doc.
33027      Branch: perl
33028            ! pod/perlfunc.pod
33029 ____________________________________________________________________________
33030 [  8033] By: jhi                                   on 2000/12/08  03:19:03
33031         Log: Use the UTF8 macros a bit.  They can't be used with abandon
33032              everywhere because we do generate illegal UTF-8 in some situations.
33033              This is of course naughty.
33034      Branch: perl
33035            ! pod/perlapi.pod utf8.c utf8.h
33036 ____________________________________________________________________________
33037 [  8032] By: jhi                                   on 2000/12/08  03:00:09
33038         Log: Out of sync?
33039      Branch: perl
33040            ! t/pragma/warn/utf8
33041 ____________________________________________________________________________
33042 [  8031] By: jhi                                   on 2000/12/08  02:22:39
33043         Log: Cnt spl.
33044      Branch: perl
33045            ! MANIFEST
33046 ____________________________________________________________________________
33047 [  8030] By: jhi                                   on 2000/12/08  01:23:54
33048         Log: Add test for reverse().
33049      Branch: perl
33050            + t/op/reverse.t
33051            ! MANIFEST
33052 ____________________________________________________________________________
33053 [  8029] By: jhi                                   on 2000/12/08  01:21:47
33054         Log: Integrate perlio.
33055      Branch: perl
33056           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
33057           !> perlio.c perlio.h perlsdio.h warnings.pl
33058 ____________________________________________________________________________
33059 [  8028] By: jhi                                   on 2000/12/08  01:19:08
33060         Log: Introduce macros for UTF8 decoding.
33061      Branch: perl
33062            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
33063 ____________________________________________________________________________
33064 [  8027] By: nick                                  on 2000/12/07  22:18:19
33065         Log: Integrate mainline
33066      Branch: perlio
33067           !> embed.pl pod/perlapi.pod utf8.c
33068 ____________________________________________________________________________
33069 [  8026] By: nick                                  on 2000/12/07  21:45:08
33070         Log: Various oddities p4 diff -se showed up
33071              Remove 'our' from warnings.pl
33072      Branch: perlio
33073            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
33074 ____________________________________________________________________________
33075 [  8025] By: nick                                  on 2000/12/07  21:43:32
33076         Log: Change PerlIO_(get|set)pos to take SV *
33077              Should fix, OS/2, VMS, (sfio??)
33078      Branch: perlio
33079            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
33080 ____________________________________________________________________________
33081 [  8024] By: jhi                                   on 2000/12/07  19:05:32
33082         Log: Document utf8_to_uv() better.
33083      Branch: perl
33084            ! pod/perlapi.pod utf8.c
33085 ____________________________________________________________________________
33086 [  8023] By: jhi                                   on 2000/12/07  18:23:47
33087         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
33088      Branch: perl
33089            ! embed.pl pod/perlapi.pod utf8.c
33090 ____________________________________________________________________________
33091 [  8022] By: jhi                                   on 2000/12/07  04:13:51
33092         Log: Integrate perlio.
33093      Branch: perl
33094           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
33095           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
33096           !> win32/makefile.mk
33097 ____________________________________________________________________________
33098 [  8021] By: nick                                  on 2000/12/07  00:28:14
33099         Log: Various attempts at MSVC debug - not sure what has
33100              changed but works now. 
33101              Seems atexit() _may_ work for DLLs built with MSVC so don't
33102              call cleanup that way.
33103      Branch: perlio
33104            ! perlio.c win32/makefile.mk
33105 ____________________________________________________________________________
33106 [  8020] By: nick                                  on 2000/12/06  19:57:20
33107         Log: Integrate mainline
33108      Branch: perlio
33109           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
33110           !> (integrate 75 files)
33111 ____________________________________________________________________________
33112 [  8019] By: nick                                  on 2000/12/06  19:28:21
33113         Log: Add useperlio to config.vc
33114              Turn off binmode in config_H.PL
33115              Regen all the config_H.xx
33116              Attempt to get debugging build with MSVC.
33117      Branch: perlio
33118            ! win32/config.vc win32/config_H.bc win32/config_H.gc
33119            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
33120 ____________________________________________________________________________
33121 [  8018] By: nick                                  on 2000/12/06  19:21:57
33122         Log: Test various dup/external program options on all platforms.
33123      Branch: perlio
33124            ! t/io/dup.t
33125 ____________________________________________________________________________
33126 [  8017] By: nick                                  on 2000/12/06  19:20:47
33127         Log: Fix harness to be less picky
33128      Branch: perlio
33129            ! lib/Test/Harness.pm
33130 ____________________________________________________________________________
33131 [  8016] By: jhi                                   on 2000/12/06  16:45:12
33132         Log: Update Changes.
33133      Branch: perl
33134            ! Changes patchlevel.h
33135 ____________________________________________________________________________
33136 [  8015] By: jhi                                   on 2000/12/06  16:41:03
33137         Log: Test \x{...} with ord().
33138      Branch: perl
33139            ! t/op/ord.t
33140 ____________________________________________________________________________
33141 [  8014] By: jhi                                   on 2000/12/06  16:20:33
33142         Log: Test tweak because of #8013.
33143      Branch: perl
33144            ! t/lib/b.t
33145 ____________________________________________________________________________
33146 [  8013] By: jhi                                   on 2000/12/06  16:09:09
33147         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
33148              From: Michael G Schwern <schwern@pobox.com>
33149              Date: Tue, 5 Dec 2000 21:23:28 -0500
33150              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
33151              
33152              Carp::Heavy parts not very applicable because of recent changes.
33153      Branch: perl
33154            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
33155            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
33156            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
33157            ! lib/Exporter.pm lib/Exporter/Heavy.pm
33158            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
33159            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
33160            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
33161            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
33162            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
33163            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
33164            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
33165            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
33166            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
33167            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
33168            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
33169            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
33170            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
33171            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
33172            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
33173            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
33174            ! warnings.pl
33175 ____________________________________________________________________________
33176 [  8012] By: jhi                                   on 2000/12/06  15:22:38
33177         Log: Subject: [PATCH] Re: New harness is failing things
33178              From: Nick Ing-Simmons <nik@tiuk.ti.com>
33179              Date: Wed, 6 Dec 2000 13:00:30 GMT
33180              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
33181      Branch: perl
33182            ! lib/Test/Harness.pm
33183 ____________________________________________________________________________
33184 [  8011] By: jhi                                   on 2000/12/06  15:12:08
33185         Log: Subject: installhtml changes
33186              From: Michael Stevens <michael@etla.org>
33187              Date: Wed, 6 Dec 2000 13:15:53 +0000
33188              Message-ID: <20001206131553.A27317@firedrake.org>
33189      Branch: perl
33190            ! installhtml
33191 ____________________________________________________________________________
33192 [  8010] By: jhi                                   on 2000/12/06  15:06:05
33193         Log: Subject: the dTHR hits
33194              From: Michael Stevens <michael@etla.org>
33195              Date: Wed, 6 Dec 2000 12:06:03 +0000
33196              Message-ID: <20001206120603.A24581@firedrake.org>
33197              
33198              More, errrm, less dTHRs.
33199      Branch: perl
33200            ! bytecode.pl ext/B/B/C.pm
33201 ____________________________________________________________________________
33202 [  8009] By: jhi                                   on 2000/12/06  15:04:25
33203         Log: Subject: MakeMaker mailing list gone?
33204              From: Michael G Schwern <schwern@pobox.com>
33205              Date: Tue, 5 Dec 2000 19:29:59 -0500
33206              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
33207              
33208              The MakeMaker mailing list is dead, perlbug is the right
33209              address to report bugs.
33210      Branch: perl
33211            ! lib/ExtUtils/MakeMaker.pm
33212 ____________________________________________________________________________
33213 [  8008] By: jhi                                   on 2000/12/06  15:00:32
33214         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
33215              From: Michael G Schwern <schwern@pobox.com>
33216              Date: Tue, 5 Dec 2000 19:21:21 -0500
33217              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
33218              
33219              Add a default MANIFEST skip that ignores things like
33220              version control files, editor temporary files, and the Makefile.
33221      Branch: perl
33222            + lib/ExtUtils/MANIFEST.SKIP
33223            ! MANIFEST lib/ExtUtils/Manifest.pm
33224 ____________________________________________________________________________
33225 [  8007] By: jhi                                   on 2000/12/06  14:57:20
33226         Log: In Amiga more manual hackery of the scripts seems to be needed,
33227              from Jan-Erik Karlsson.  Why Configure does not get this right
33228              is unknown, may be shell-induced.
33229      Branch: perl
33230            ! README.amiga
33231 ____________________________________________________________________________
33232 [  8006] By: jhi                                   on 2000/12/05  23:53:12
33233         Log: Add TOPm1s to peek at the second topmost stack item.
33234      Branch: perl
33235            ! pp.h
33236 ____________________________________________________________________________
33237 [  8005] By: jhi                                   on 2000/12/05  23:13:55
33238         Log: Avaunt, you foul UTF-8 tests.
33239      Branch: perl
33240            ! t/op/ver.t t/pragma/utf8.t
33241 ____________________________________________________________________________
33242 [  8004] By: jhi                                   on 2000/12/05  23:09:54
33243         Log: Continue utf8 dispersal. 
33244      Branch: perl
33245            + t/op/concat.t
33246            ! MANIFEST t/pragma/utf8.t
33247 ____________________________________________________________________________
33248 [  8003] By: nick                                  on 2000/12/05  23:02:39
33249         Log: Integrate mainline.
33250      Branch: perlio
33251           +> t/op/length.t t/op/utf8decode.t
33252           !> (integrate 69 files)
33253 ____________________________________________________________________________
33254 [  8002] By: jhi                                   on 2000/12/05  22:59:28
33255         Log: Integrate perlio.
33256      Branch: perl
33257           !> iperlsys.h perl.c perlio.c win32/perllib.c
33258 ____________________________________________________________________________
33259 [  8001] By: nick                                  on 2000/12/05  22:07:52
33260         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
33261              - calloc/free suffer from damage on TerminateThread()
33262              - use PerlMemShared (as originally planned) now fixed
33263              - avoid doing anything important on DLL "detach".
33264      Branch: perlio
33265            ! perl.c perlio.c win32/perllib.c
33266 ____________________________________________________________________________
33267 [  8000] By: nick                                  on 2000/12/05  21:05:09
33268         Log: Fix gross PerlMemShared issue.
33269      Branch: perlio
33270            ! iperlsys.h
33271 ____________________________________________________________________________
33272 [  7999] By: jhi                                   on 2000/12/05  20:46:58
33273         Log: Test for Unicode (UTF-8) hash keys.
33274      Branch: perl
33275            ! t/op/each.t
33276 ____________________________________________________________________________
33277 [  7998] By: jhi                                   on 2000/12/05  20:30:35
33278         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
33279              is now always UTF-8), empty line cosmetics.
33280      Branch: perl
33281            ! t/pragma/utf8.t
33282 ____________________________________________________________________________
33283 [  7997] By: jhi                                   on 2000/12/05  20:15:40
33284         Log: Subject: Re: STRLEN - what?
33285              From: Andy Dougherty <doughera@lafayette.edu>
33286              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
33287              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
33288              
33289              Explain STRLEN.
33290      Branch: perl
33291            ! pod/perlguts.pod
33292 ____________________________________________________________________________
33293 [  7996] By: jhi                                   on 2000/12/05  20:13:34
33294         Log: Split off the UTF-8 decoder tests, make them to check also
33295              the error message.
33296      Branch: perl
33297            + t/op/utf8decode.t
33298            ! MANIFEST t/pragma/utf8.t utf8.c
33299 ____________________________________________________________________________
33300 [  7995] By: jhi                                   on 2000/12/05  16:39:47
33301         Log: Start migrating bits of pragma/utf8 to elsewhere
33302              (since the long term plan is to obsolete 'use utf8').
33303      Branch: perl
33304            + t/op/length.t
33305            ! MANIFEST t/pragma/utf8.t
33306 ____________________________________________________________________________
33307 [  7994] By: jhi                                   on 2000/12/05  16:30:21
33308         Log: Fix a manual edit typo from #7993, fix the message formatting
33309              for Unicode, add few our declarations.
33310      Branch: perl
33311            ! lib/Carp/Heavy.pm
33312 ____________________________________________________________________________
33313 [  7993] By: jhi                                   on 2000/12/05  16:09:15
33314         Log: Subject: Need help with warnings :-(
33315              From: "Ben Tilly" <ben_tilly@hotmail.com>
33316              Date: Tue, 05 Dec 2000 01:35:54 -0500
33317              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
33318              
33319              Subject: UPDATE: Carp/Heavy now passes all tests
33320              From: "Ben Tilly" <ben_tilly@hotmail.com>
33321              Date: Tue, 05 Dec 2000 07:59:41 -0500
33322              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
33323              
33324              The Brave New Carp.
33325      Branch: perl
33326            ! lib/Carp.pm lib/Carp/Heavy.pm
33327 ____________________________________________________________________________
33328 [  7992] By: jhi                                   on 2000/12/05  15:55:08
33329         Log: Subject: [PATCH perl@7979] cygwin port
33330              From: "Eric Fifer" <efifer@dircon.co.uk>
33331              Date: Tue, 5 Dec 2000 14:04:09 -0000
33332              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
33333      Branch: perl
33334            ! t/lib/net-hostent.t
33335 ____________________________________________________________________________
33336 [  7991] By: jhi                                   on 2000/12/05  15:52:34
33337         Log: Subject: Re: [PATCH] The largest hoax of all times?
33338              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33339              Date: Tue, 5 Dec 2000 00:40:25 -0500
33340              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
33341              
33342              Subject: Re: [PATCH] The largest hoax of all times?
33343              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33344              Date: Mon, 4 Dec 2000 23:55:53 -0500
33345              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
33346              
33347              Subject: Re: [PATCH] The largest hoax of all times?
33348              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33349              Date: Tue, 5 Dec 2000 01:28:45 -0500
33350              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
33351              
33352              Fix the unpredictable order of DESTROYs.
33353      Branch: perl
33354            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
33355            ! sv.c sv.h t/op/ref.t
33356 ____________________________________________________________________________
33357 [  7990] By: jhi                                   on 2000/12/05  14:38:53
33358         Log: Subject: [PATCH] shrink pp_hot fractionally
33359              From: Nicholas Clark <nick@ccl4.org>
33360              Date: Tue, 5 Dec 2000 12:44:31 +0000
33361              Message-ID: <20001205124431.E74518@plum.flirble.org>
33362              
33363              Use report_evil_fh().
33364      Branch: perl
33365            ! opcode.pl opnames.h pp_hot.c util.c
33366 ____________________________________________________________________________
33367 [  7989] By: jhi                                   on 2000/12/05  14:21:27
33368         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
33369              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33370              Date: Mon, 04 Dec 2000 22:21:59 -0800
33371              Message-ID: <HmIL6gzkgepS092yn@efn.org>
33372              
33373              Harness shouldn't ignore responses like "ok 3\r\r\n".
33374      Branch: perl
33375            ! lib/Test/Harness.pm
33376 ____________________________________________________________________________
33377 [  7988] By: jhi                                   on 2000/12/05  13:51:28
33378         Log: Integrate the "skip" messages to explain().
33379      Branch: perl
33380            ! t/lib/syslfs.t t/op/lfs.t
33381 ____________________________________________________________________________
33382 [  7987] By: jhi                                   on 2000/12/05  12:34:54
33383         Log: The one that got away in #7984.
33384              
33385              Subject: Re: dTHR - what and why?
33386              From: Michael Stevens <michael@etla.org> 
33387              Date: Tue, 5 Dec 2000 11:15:52 +0000
33388              Message-ID: <20001205111552.A4647@firedrake.org>
33389      Branch: perl
33390            ! sv.h
33391 ____________________________________________________________________________
33392 [  7986] By: gsar                                  on 2000/12/05  09:14:44
33393         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
33394              due to the notorious GetFileType() bug in Windows 9x, which fstat()
33395              tickles)
33396      Branch: perl
33397            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
33398 ____________________________________________________________________________
33399 [  7985] By: jhi                                   on 2000/12/05  05:49:03
33400         Log: Integrate perlio.
33401      Branch: perl
33402           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
33403           !> win32/perlhost.h win32/perllib.c
33404 ____________________________________________________________________________
33405 [  7984] By: jhi                                   on 2000/12/05  05:48:16
33406         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
33407      Branch: perl
33408            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
33409            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
33410            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
33411            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
33412            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
33413            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
33414            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
33415            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
33416            ! win32/win32.c
33417 ____________________________________________________________________________
33418 [  7983] By: nick                                  on 2000/12/04  23:27:43
33419         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
33420      Branch: perlio
33421            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
33422            ! win32/perlhost.h win32/perllib.c
33423 ____________________________________________________________________________
33424 [  7982] By: jhi                                   on 2000/12/04  19:44:09
33425         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
33426              uncovered by #7980.
33427      Branch: perl
33428            ! op.c
33429 ____________________________________________________________________________
33430 [  7981] By: jhi                                   on 2000/12/04  19:42:07
33431         Log: Subject: [PATCH] Trivial dump.c feature
33432              From: Simon Cozens <simon@cozens.net>
33433              Date: Mon, 4 Dec 2000 18:08:38 +0000
33434              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
33435              
33436              Show whether a constant is UTF-8.
33437      Branch: perl
33438            ! dump.c
33439 ____________________________________________________________________________
33440 [  7980] By: jhi                                   on 2000/12/04  19:36:51
33441         Log: UTF-8 hash keys, patch from Inaba Hiroto.
33442      Branch: perl
33443            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
33444 ____________________________________________________________________________
33445 [  7979] By: jhi                                   on 2000/12/04  17:36:28
33446         Log: Update Changes.
33447      Branch: perl
33448            ! Changes patchlevel.h
33449 ____________________________________________________________________________
33450 [  7978] By: jhi                                   on 2000/12/04  16:42:17
33451         Log: Retract #7977, still too volatile (the euphemism of the day
33452              for unfinished and buggy :-)
33453      Branch: perl
33454            ! doop.c hv.c pp.c sv.h
33455 ____________________________________________________________________________
33456 [  7977] By: jhi                                   on 2000/12/04  16:25:15
33457         Log: (Retracted by #7978, too shaky yet.)
33458              
33459              Subject: Re: utf8 in hash keys, implementor missing
33460              From: Simon Cozens <simon@cozens.net>
33461              Date: Sat, 2 Dec 2000 19:49:35 +0000
33462              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
33463              
33464              The first step at UTF-8 hash keys.
33465      Branch: perl
33466            ! doop.c hv.c pp.c sv.h
33467 ____________________________________________________________________________
33468 [  7976] By: jhi                                   on 2000/12/04  16:13:53
33469         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
33470              From: sthoenna@efn.org
33471              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
33472              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
33473      Branch: perl
33474            ! os2/os2.c perlio.c
33475 ____________________________________________________________________________
33476 [  7975] By: jhi                                   on 2000/12/04  16:05:25
33477         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
33478              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33479              Date: Thu, 30 Nov 2000 20:50:37 -0800
33480              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
33481      Branch: perl
33482            ! os2/os2.c
33483 ____________________________________________________________________________
33484 [  7974] By: jhi                                   on 2000/12/04  16:03:57
33485         Log: Subject: [PATCH] ++ 20% faster
33486              From: Nicholas Clark <nick@ccl4.org>
33487              Date: Mon, 4 Dec 2000 12:17:27 +0000
33488              Message-ID: <20001204121726.B52976@plum.flirble.org>
33489              
33490              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
33491      Branch: perl
33492            ! sv.c
33493 ____________________________________________________________________________
33494 [  7973] By: jhi                                   on 2000/12/04  16:00:48
33495         Log: 
33496              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
33497              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33498              Date: Mon, 04 Dec 2000 12:30:45 +0100
33499              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
33500              
33501              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
33502              library (getprotobyname and getprotobynumber are outversioned by
33503              the same calls in libc, at least for xlc version 3.
33504      Branch: perl
33505            ! hints/aix.sh
33506 ____________________________________________________________________________
33507 [  7972] By: jhi                                   on 2000/12/04  02:58:31
33508         Log: Integrate perlio.
33509      Branch: perl
33510           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
33511           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
33512           !> win32/win32.h win32/win32iop.h win32/win32thread.h
33513 ____________________________________________________________________________
33514 [  7971] By: nick                                  on 2000/12/04  00:24:33
33515         Log: Quieten some noise in Win32 builds:
33516              - win32.h is included after <sys/socket.h>, so need to 
33517              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
33518              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
33519      Branch: perlio
33520            ! doio.c perl.h toke.c win32/win32.h
33521 ____________________________________________________________________________
33522 [  7970] By: nick                                  on 2000/12/03  22:57:46
33523         Log: PERL_IMPLICIT_SYS compiles but does not work.
33524      Branch: perlio
33525            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
33526            ! win32/perlhost.h win32/perllib.c win32/win32.h
33527            ! win32/win32iop.h win32/win32thread.h
33528 ____________________________________________________________________________
33529 [  7969] By: jhi                                   on 2000/12/03  22:12:58
33530         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
33531              used to swash_init(), makes regprop() dumps more informative
33532              (+utf8::IsAlpha, -utf8::IsDigit, for example).
33533      Branch: perl
33534            ! regcomp.c regexec.c
33535 ____________________________________________________________________________
33536 [  7968] By: jhi                                   on 2000/12/03  21:39:56
33537         Log: Implement ANYOFUTF8 regprop() dumping.
33538      Branch: perl
33539            ! regcomp.c
33540 ____________________________________________________________________________
33541 [  7967] By: jhi                                   on 2000/12/03  20:57:19
33542         Log: Make uv_to_utf8() to zero-terminate its output buffer,
33543              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
33544      Branch: perl
33545            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
33546 ____________________________________________________________________________
33547 [  7966] By: nick                                  on 2000/12/03  18:41:21
33548         Log: Integrate mainline (STDCHAR)
33549      Branch: perlio
33550           !> Configure t/pragma/utf8.t
33551 ____________________________________________________________________________
33552 [  7965] By: jhi                                   on 2000/12/03  17:58:20
33553         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
33554      Branch: perl
33555            ! t/pragma/utf8.t
33556 ____________________________________________________________________________
33557 [  7964] By: jhi                                   on 2000/12/03  17:35:56
33558         Log: Integrate perlio.
33559      Branch: perl
33560           !> iperlsys.h perlio.c
33561 ____________________________________________________________________________
33562 [  7963] By: jhi                                   on 2000/12/03  17:33:55
33563         Log: Metaconfig unit change for #7962.
33564      Branch: metaconfig
33565            ! U/modified/stdchar.U
33566 ____________________________________________________________________________
33567 [  7962] By: jhi                                   on 2000/12/03  17:33:27
33568         Log: Untangle the <stdio.h> #include nest for the stdchar test,
33569              from Andy Dougherty.
33570      Branch: perl
33571            ! Configure
33572 ____________________________________________________________________________
33573 [  7961] By: nick                                  on 2000/12/03  16:53:00
33574         Log: Make iperlsys.h vector stdio not PerlIO.
33575      Branch: perlio
33576            ! iperlsys.h perlio.c
33577 ____________________________________________________________________________
33578 [  7960] By: nick                                  on 2000/12/03  14:43:01
33579         Log: Integrate mainline
33580      Branch: perlio
33581           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
33582           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
33583 ____________________________________________________________________________
33584 [  7959] By: jhi                                   on 2000/12/03  08:16:36
33585         Log: Use DO_UTF8().
33586      Branch: perl
33587            ! op.c
33588 ____________________________________________________________________________
33589 [  7958] By: jhi                                   on 2000/12/02  18:33:05
33590         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
33591              From: Mike Guy <mjtg@cam.ac.uk>         
33592              Date: Sat, 02 Dec 2000 17:27:13 +0000
33593              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
33594              
33595              An extraneous argument.
33596      Branch: perl
33597            ! toke.c
33598 ____________________________________________________________________________
33599 [  7957] By: jhi                                   on 2000/12/02  18:22:32
33600         Log: A missing hunk.
33601      Branch: perl
33602            ! t/lib/net-hostent.t
33603 ____________________________________________________________________________
33604 [  7956] By: jhi                                   on 2000/12/02  18:06:20
33605         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
33606              From: Nicholas Clark <nick@ccl4.org>
33607              Date: Sat, 2 Dec 2000 14:28:27 +0000
33608              Message-ID: <20001202142827.A12308@plum.flirble.org>
33609              
33610              Test robustness.
33611      Branch: perl
33612            ! t/lib/net-hostent.t
33613 ____________________________________________________________________________
33614 [  7955] By: jhi                                   on 2000/12/02  17:58:06
33615         Log: Metaconfig unit change for #7954.
33616      Branch: metaconfig
33617            ! U/modified/stdchar.U
33618 ____________________________________________________________________________
33619 [  7954] By: jhi                                   on 2000/12/02  17:54:32
33620         Log: An inconvenient hang would happen if the stdio _ptr wasn't
33621              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
33622              would be grepping stdin for all eternity for the _ptr.)
33623      Branch: perl
33624            ! Configure
33625 ____________________________________________________________________________
33626 [  7953] By: jhi                                   on 2000/12/02  00:07:15
33627         Log: Update Changes.
33628      Branch: perl
33629            ! Changes patchlevel.h
33630 ____________________________________________________________________________
33631 [  7952] By: jhi                                   on 2000/12/01  23:54:47
33632         Log: Subject: Re: long shell lines
33633              From: Andy Dougherty <doughera@lafayette.edu>
33634              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
33635              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
33636              
33637              Split overly long shell command lines.
33638      Branch: perl
33639            ! lib/ExtUtils/MM_Unix.pm
33640 ____________________________________________________________________________
33641 [  7951] By: jhi                                   on 2000/12/01  23:48:02
33642         Log: The metaconfig unit change for #7950.
33643      Branch: metaconfig
33644            + U/modified/stdchar.U
33645 ____________________________________________________________________________
33646 [  7950] By: jhi                                   on 2000/12/01  23:47:39
33647         Log: Try to find stdchar also from <stdio_impl.h>.
33648      Branch: perl
33649            ! Configure config_h.SH
33650 ____________________________________________________________________________
33651 [  7949] By: jhi                                   on 2000/12/01  23:46:45
33652         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
33653              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
33654              Date: Fri, 1 Dec 2000 16:26:08 -0500
33655              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
33656              
33657              Reword the diagnostic message.
33658      Branch: perl
33659            ! pod/perldiag.pod
33660 ____________________________________________________________________________
33661 [  7948] By: nick                                  on 2000/12/01  22:49:43
33662         Log: Integrate mainline (for s/y/m as sub names stuff).
33663      Branch: perlio
33664           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
33665           !> t/pragma/warn/toke toke.c
33666 ____________________________________________________________________________
33667 [  7947] By: jhi                                   on 2000/12/01  20:55:41
33668         Log: Integrate perlio.
33669      Branch: perl
33670           !> perlio.c perliol.h t/io/pipe.t
33671 ____________________________________________________________________________
33672 [  7946] By: jhi                                   on 2000/12/01  20:36:51
33673         Log: Upgrade to CPAN 1.59_51, from Andreas König.
33674      Branch: perl
33675            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
33676 ____________________________________________________________________________
33677 [  7945] By: nick                                  on 2000/12/01  20:31:32
33678         Log: Integrate mainline
33679      Branch: perlio
33680           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
33681           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
33682           +> t/lib/net-hostent.t
33683           !> (integrate 35 files)
33684 ____________________________________________________________________________
33685 [  7944] By: jhi                                   on 2000/12/01  20:23:29
33686         Log: Some help for 20001130.011.  Now one gets warnings like
33687              "Ambiguous -f() resolved as a file test ..."
33688      Branch: perl
33689            ! pod/perldiag.pod t/pragma/warn/toke toke.c
33690 ____________________________________________________________________________
33691 [  7943] By: jhi                                   on 2000/12/01  19:44:44
33692         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
33693              that also breaks using them as methods. 
33694      Branch: perl
33695            ! pod/perldiag.pod t/op/misc.t toke.c
33696 ____________________________________________________________________________
33697 [  7942] By: nick                                  on 2000/12/01  17:56:46
33698         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
33699              Make 'unix' pass most tests
33700              - do unread by temporary push of layer ("pending") holding unread chars
33701              - fast_gets is now based on per-handle flag
33702              - relax one of io/pipe.t tests to allow print to fail and close to
33703              succeed so that it passes on unbuffered "unix" layer.
33704              Remaining fail is sporadic and a genuine race condition between
33705              parent/child in fork test.
33706      Branch: perlio
33707            ! perlio.c perliol.h t/io/pipe.t
33708 ____________________________________________________________________________
33709 [  7941] By: jhi                                   on 2000/12/01  15:28:58
33710         Log: (Retracted by #7943.)
33711              
33712              Reserve the short named string operator names.
33713      Branch: perl
33714            ! pod/perldiag.pod t/op/misc.t toke.c
33715 ____________________________________________________________________________
33716 [  7940] By: jhi                                   on 2000/12/01  06:45:53
33717         Log: Get the three different space character classes right under utf8.
33718      Branch: perl
33719            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
33720            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
33721            ! regexec.c t/op/pat.t utf8.c
33722 ____________________________________________________________________________
33723 [  7939] By: jhi                                   on 2000/12/01  03:26:26
33724         Log: Two more tests that make no sense in UTF-8 since the test
33725              data is not in UTF-8.
33726      Branch: perl
33727            ! t/op/regexp.t
33728 ____________________________________________________________________________
33729 [  7938] By: jhi                                   on 2000/12/01  03:20:39
33730         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
33731              should it be required inside regexen?
33732      Branch: perl
33733            ! regcomp.c t/op/regmesg.t
33734 ____________________________________________________________________________
33735 [  7937] By: jhi                                   on 2000/12/01  02:58:53
33736         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
33737              stored and restored, and thusly was trounced by the utf8 swash
33738              routines.
33739      Branch: perl
33740            ! regcomp.c
33741 ____________________________________________________________________________
33742 [  7936] By: jhi                                   on 2000/11/30  20:41:39
33743         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
33744              Why the different platforms behave so differently (core dump vs
33745              no core dump) on this bug is a but of a mystery, but if I had to
33746              guess I would mumble something like 'alignment'.
33747      Branch: perl
33748            ! sv.c
33749 ____________________________________________________________________________
33750 [  7935] By: jhi                                   on 2000/11/30  16:17:02
33751         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
33752              From: Robin Barker <rmb1@cise.npl.co.uk>
33753              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
33754              Date: Thu, 30 Nov 2000 14:27:12 GMT
33755      Branch: perl
33756            ! perlio.c toke.c
33757 ____________________________________________________________________________
33758 [  7934] By: jhi                                   on 2000/11/30  16:04:49
33759         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
33760      Branch: perl
33761            ! t/lib/net-hostent.t
33762 ____________________________________________________________________________
33763 [  7933] By: jhi                                   on 2000/11/30  06:07:26
33764         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
33765              From: Peter Prymmer <pvhp@forte.com>
33766              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
33767              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
33768              
33769              In VMS the localhost may be LOCALHOST.
33770      Branch: perl
33771            ! t/lib/net-hostent.t
33772 ____________________________________________________________________________
33773 [  7932] By: jhi                                   on 2000/11/30  01:11:11
33774         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
33775              From: Peter Prymmer <pvhp@forte.com>
33776              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
33777              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
33778              
33779              plus regen perlapi.pod.
33780      Branch: perl
33781            ! pod/perlapi.pod utf8.c
33782 ____________________________________________________________________________
33783 [  7931] By: jhi                                   on 2000/11/30  01:06:19
33784         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
33785              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33786              Date:     Wed, 29 Nov 2000 17:15:11 EST
33787              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
33788      Branch: perl
33789            ! t/lib/filter-util.pl t/lib/filter-util.t
33790 ____________________________________________________________________________
33791 [  7930] By: jhi                                   on 2000/11/29  18:51:55
33792         Log: Update Changes.
33793      Branch: perl
33794            ! Changes patchlevel.h
33795 ____________________________________________________________________________
33796 [  7929] By: jhi                                   on 2000/11/29  18:50:55
33797         Log: Update the va_copy() metaconfig unit.
33798      Branch: metaconfig/U/perl
33799            ! need_va_copy.U
33800 ____________________________________________________________________________
33801 [  7928] By: jhi                                   on 2000/11/29  17:50:43
33802         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
33803              From: Dominic Dunlop <domo@computer.org>
33804              Date: Tue, 28 Nov 2000 16:41:57 +0100
33805              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
33806              
33807              Patch to catch a core dump in the Configure va_copy test.
33808      Branch: perl
33809            ! Configure config_h.SH
33810 ____________________________________________________________________________
33811 [  7927] By: jhi                                   on 2000/11/29  17:31:59
33812         Log: Retract #7921, the patch shouldn't be needed.
33813      Branch: perl
33814            ! sv.c
33815 ____________________________________________________________________________
33816 [  7926] By: jhi                                   on 2000/11/29  17:01:41
33817         Log: Make the Class::Struct import() wiser.
33818      Branch: perl
33819            ! lib/Class/Struct.pm t/lib/class-struct.t
33820 ____________________________________________________________________________
33821 [  7925] By: jhi                                   on 2000/11/29  16:36:33
33822         Log: All the core library users of Class::Struct seem to be
33823              using "use Class::Struct 'struct';" instead of the bare
33824              "use Class::Struct;", which isn't documented in Class::Struct.
33825              This can't be right.
33826      Branch: perl
33827            ! lib/File/stat.pm
33828 ____________________________________________________________________________
33829 [  7924] By: jhi                                   on 2000/11/29  16:32:15
33830         Log: A test works better if it has the right 1..$n output.
33831      Branch: perl
33832            ! t/lib/class-struct.t
33833 ____________________________________________________________________________
33834 [  7923] By: jhi                                   on 2000/11/29  16:29:11
33835         Log: Forgot to MANIFEST the new Net::hostent test.
33836      Branch: perl
33837            ! MANIFEST
33838 ____________________________________________________________________________
33839 [  7922] By: jhi                                   on 2000/11/29  16:27:49
33840         Log: Integrate perlio.
33841      Branch: perl
33842           !> iperlsys.h perlio.c
33843 ____________________________________________________________________________
33844 [  7921] By: jhi                                   on 2000/11/29  16:27:10
33845         Log: (Retracted by #7927.)
33846              
33847              Subject: [PATCH] Is infinity a number?
33848              From: Simon Cozens <simon@cozens.net>
33849              Date: Wed, 29 Nov 2000 14:48:20 +0000
33850              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
33851      Branch: perl
33852            ! sv.c
33853 ____________________________________________________________________________
33854 [  7920] By: jhi                                   on 2000/11/29  16:23:02
33855         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
33856              From: rspier@pobox.com (Robert Spier)
33857              Date: Wed, 29 Nov 2000 02:17:49 -0500
33858              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
33859              
33860              Add a test for Net::hostent.
33861      Branch: perl
33862            + t/lib/net-hostent.t
33863 ____________________________________________________________________________
33864 [  7919] By: jhi                                   on 2000/11/29  16:21:31
33865         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
33866              add a test for Class::Struct.
33867      Branch: perl
33868            + t/lib/class-struct.t
33869            ! MANIFEST lib/Class/Struct.pm
33870 ____________________________________________________________________________
33871 [  7918] By: jhi                                   on 2000/11/29  15:48:40
33872         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
33873              From: rspier@pobox.com (Robert Spier)
33874              Date: Wed, 29 Nov 2000 02:25:39 -0500
33875              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
33876              
33877              More checking in case someone has broken their services or
33878              protocol databases.
33879      Branch: perl
33880            ! ext/Sys/Syslog/Syslog.pm
33881 ____________________________________________________________________________
33882 [  7917] By: jhi                                   on 2000/11/29  15:46:25
33883         Log: Subject: [PATCH] $^O  win32 -> MSWin32
33884              From: rspier@pobox.com (Robert Spier)
33885              Date: Wed, 29 Nov 2000 02:17:38 -0500
33886              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
33887              
33888              plus similar nits for vms, err, VMS, and UNICOS.
33889      Branch: perl
33890            ! t/lib/syslfs.t t/op/lfs.t
33891 ____________________________________________________________________________
33892 [  7916] By: jhi                                   on 2000/11/29  15:42:51
33893         Log: Subject: [PATCH] Tokeniser debugging
33894              From: Simon Cozens <simon@cozens.net>
33895              Date: Wed, 29 Nov 2000 14:15:45 +0000
33896              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
33897      Branch: perl
33898            ! perl.c perl.h pod/perlrun.pod toke.c
33899 ____________________________________________________________________________
33900 [  7915] By: jhi                                   on 2000/11/29  15:41:36
33901         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
33902              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33903              Date: Wed, 29 Nov 2000 02:13:14 -0500
33904              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
33905              
33906              OUT keyword nits.
33907              
33908              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
33909              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33910              Date: Wed, 29 Nov 2000 03:09:04 -0500
33911              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
33912              
33913              OUT and IN_OUT documentation.
33914      Branch: perl
33915            ! lib/ExtUtils/xsubpp pod/perlxs.pod
33916 ____________________________________________________________________________
33917 [  7914] By: jhi                                   on 2000/11/29  03:35:01
33918         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
33919              From: John Tobey <jtobey@john-edwin-tobey.org>
33920              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
33921              Message-Id: <m140e1N-000FOoC@feynman.localnet>
33922              
33923              plus a performance speedup noticed by Sarathy.
33924      Branch: perl
33925            ! op.c
33926 ____________________________________________________________________________
33927 [  7913] By: jhi                                   on 2000/11/29  03:16:59
33928         Log: Use "1 while unlink" so that VMS gets clean, too.
33929      Branch: perl
33930            ! t/lib/filter-util.t
33931 ____________________________________________________________________________
33932 [  7912] By: jhi                                   on 2000/11/29  03:09:08
33933         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
33934              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33935              Date: Tue, 28 Nov 2000 03:27:09 -0500
33936              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
33937      Branch: perl
33938            ! lib/ExtUtils/xsubpp
33939 ____________________________________________________________________________
33940 [  7911] By: jhi                                   on 2000/11/29  03:06:30
33941         Log: This should have been part of #7872: no need to scan UTF-8
33942              until eternity.
33943      Branch: perl
33944            ! utf8.c
33945 ____________________________________________________________________________
33946 [  7910] By: jhi                                   on 2000/11/29  02:50:04
33947         Log: One more perltie.pod nit from Casey R. Tweten.
33948      Branch: perl
33949            ! pod/perltie.pod
33950 ____________________________________________________________________________
33951 [  7909] By: jhi                                   on 2000/11/29  02:44:23
33952         Log: Document the known sprintf test failures, exact standard
33953              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
33954      Branch: perl
33955            ! pod/perldelta.pod t/op/sprintf.t
33956 ____________________________________________________________________________
33957 [  7908] By: jhi                                   on 2000/11/29  02:36:23
33958         Log: Add the Encoding table format documentation.
33959      Branch: perl
33960            + ext/Encode/Encode/EncodeFormat.pod
33961            ! MANIFEST
33962 ____________________________________________________________________________
33963 [  7907] By: jhi                                   on 2000/11/29  02:07:24
33964         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
33965              From: "Casey R. Tweten" <crt@kiski.net>
33966              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
33967              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
33968              
33969              Subject: Re: [PATCH] Updating perltie.pod for arrays
33970              From: "Casey R. Tweten" <crt@kiski.net>
33971              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
33972              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
33973      Branch: perl
33974            ! pod/perltie.pod
33975 ____________________________________________________________________________
33976 [  7906] By: nick                                  on 2000/11/28  22:40:59
33977         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
33978      Branch: perlio
33979            ! iperlsys.h perlio.c
33980 ____________________________________________________________________________
33981 [  7905] By: nick                                  on 2000/11/28  22:04:34
33982         Log: Integrate mainline
33983      Branch: perlio
33984           !> (integrate 39 files)
33985 ____________________________________________________________________________
33986 [  7904] By: jhi                                   on 2000/11/28  16:44:43
33987         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
33988              From: Nicholas Clark <nick@babyhippo.co.uk>
33989              Date: Tue, 28 Nov 2000 11:16:57 +0000
33990              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
33991      Branch: perl
33992            ! pod/perlipc.pod
33993 ____________________________________________________________________________
33994 [  7903] By: jhi                                   on 2000/11/28  16:40:31
33995         Log: Subject: [PATCH] Updating perltie.pod for arrays
33996              From: "Casey R. Tweten" <crt@kiski.net>
33997              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
33998              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
33999      Branch: perl
34000            ! pod/perltie.pod
34001 ____________________________________________________________________________
34002 [  7902] By: jhi                                   on 2000/11/28  16:39:37
34003         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
34004              From: Robin Barker <rmb1@cise.npl.co.uk>
34005              Date: Mon, 27 Nov 2000 17:56:44 GMT
34006              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
34007      Branch: perl
34008            ! pod/perlfunc.pod t/op/split.t
34009 ____________________________________________________________________________
34010 [  7901] By: jhi                                   on 2000/11/28  16:28:04
34011         Log: setmode() is a DOSish-only thing.
34012      Branch: perl
34013            ! perlio.c
34014 ____________________________________________________________________________
34015 [  7900] By: jhi                                   on 2000/11/28  16:21:46
34016         Log: Subject: [PATCH] perlcc.PL cleanups
34017              From: Simon Cozens <simon@cozens.net>
34018              Date: Tue, 28 Nov 2000 12:44:35 +0000
34019              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
34020      Branch: perl
34021            ! utils/perlcc.PL
34022 ____________________________________________________________________________
34023 [  7899] By: gsar                                  on 2000/11/28  06:32:55
34024         Log: reintegrate files missed by change#7895
34025      Branch: maint-5.6/perl
34026           +> ext/ByteLoader/bytecode.h utils/Makefile
34027            - utils/perlbc.PL
34028 ____________________________________________________________________________
34029 [  7897] By: gsar                                  on 2000/11/27  18:22:47
34030         Log: can't integrate these two files, for some reason
34031      Branch: maint-5.6/perl
34032            - ext/ByteLoader/bytecode.h utils/Makefile
34033 ____________________________________________________________________________
34034 [  7895] By: gsar                                  on 2000/11/27  18:11:21
34035         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
34036              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
34037              6757..6890,6892..6901 from mainline
34038              
34039              Bytecompiler patches from Benjamin Stuhl.
34040              
34041              More bytecompiler.
34042              
34043              Subject: [PATCH blead] B:: missing dependency
34044              
34045              Subject: [PATCH: 6757] configure.com updates and syslog build
34046              
34047              Long double Gconvert fixes from Yitzchak Scott-Thoennes
34048              and Spider Boardman.
34049              
34050              Subject: [PATCH blead] nextchar() abuse misses an optimisation
34051              
34052              Long double fixes from Spider Boardman.
34053              
34054              Make the selection of NVff et al stricter.
34055              
34056              cSVOPo_*v things index into the current PL_curpad
34057              under ithreads, which is different from the curpad
34058              used by the XSUB.  (In other words, the code as-is
34059              before this patch wouldn't work under ithreads.)
34060              
34061              Be portable.
34062              
34063              VMS MMS (make) wants null action.
34064              
34065              Mac and other portability updates from Chris Nandor.
34066              
34067              Storable support, v-version fixes.
34068              Subject: CPAN.pm beta for testing available
34069              
34070              Portability fix from Hugo van der Sanden.
34071              
34072              Bad makefile.
34073              
34074              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
34075              
34076              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
34077              
34078              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
34079              
34080              Replace #6705 with a minimal doc patch.
34081              Subject: [PATCH 5.6.0] replace change #6705
34082              
34083              Drop the separate perlbc, perlcc -b should be enough.
34084              
34085              installperl couldn't tell whether it had run tests or not.
34086              Subject: [PATCH] Re: installperl and t/TEST
34087              
34088              Add silencer flags to installperl.
34089              Subject: [PATCH] Making installperl silent.
34090              
34091              Make "make install" by default silent.  A new "install-verbose"
34092              target is verbose.
34093              
34094              More liberal parsing of version numbers.
34095              Subject: Re: CPAN.pm beta for testing available
34096              
34097              Create directories in silence.
34098              Subject: [PATCH] Another silencer for MakeMaker
34099              
34100              DOS patches and portability/porting notes, from Tim Jenness.
34101              
34102              Make installman to recognize the silence flag -S.
34103              
34104              Actually do something with the silencer option.
34105              
34106              Continue silencing.
34107              
34108              Show the doc file, not the temp file.
34109              
34110              Regen perltoc.
34111              
34112              Subject: [PATCH] More silencing of installman.
34113              
34114              Better wording for the vec lvalue diagnostic.
34115              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
34116              
34117              Subject: [PATCH: 6805] several more tweaks to configure.com
34118              
34119              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
34120              
34121              Missing parts of 
34122              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
34123              
34124              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
34125              (applied slightly modified)
34126              
34127              installperl --verbose and --silent.
34128              Subject: Re: [PATCH] More silencing of installman.
34129              
34130              Add install-silent target.
34131              
34132              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
34133              the problem reported in
34134              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
34135              
34136              Tweak the sfio/useperlio logic, hopefully as wished in
34137              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
34138              
34139              One forgotten file from #6816.
34140              
34141              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
34142              
34143              Remove duplicately applied patch shards.
34144              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
34145              
34146              Support preserving extremely big/small angles.
34147              
34148              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
34149              
34150              Subject: [PATCH] installation not quite silent yet.
34151              
34152              Update the test count.
34153              
34154              Use UVxf, PTR2UV, NVff.
34155              
34156              Document PTR2XX and INT2PTR.
34157              
34158              no-install target a la make -n.
34159              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
34160              
34161              grep -e isn't portable.
34162              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
34163              
34164              Can't get the test to reliably work thanks to the
34165              inaccurateness of floating point.  "Resolves" bug ids
34166              20000826.003, 20000826.009, 20000826.010,
34167              
34168              Subject: installman buglet
34169              
34170              DJGPP update from Laszlo Molnar.
34171              
34172              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
34173              
34174              Passing -R in ldflags makes now it to appear in the default
34175              for lddlflags, just like with -L.
34176              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
34177              
34178              Test nit.
34179              
34180              Use the actual thread type, not the pointer-to-struct.
34181              
34182              Provice virtual $Config{ccflags_nolargefiles} etc. 
34183              
34184              display_format used as a class method without arguments was broken,
34185              reported in
34186              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
34187              
34188              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
34189              
34190              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
34191              
34192              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
34193              
34194              opmini.o may be left around if a build is interrupted.
34195              
34196              Typo in #6858.
34197              
34198              Fix for ID 20000828.001, long doubles were not formatted
34199              correctly (showed up in $], which stopped installing perl).
34200              
34201              An attempt to fix the problem reported in
34202              Subject: Building perl@6856 using gcc/AIX 4.3.3 
34203              I can't test this properly since the gcc installation I have
34204              access to seems to be botched (gcc is calling the AIX cpp,
34205              a losing proposition...)
34206              
34207              Add -ld to archname on long tr...double platforms.
34208              
34209              Subject: hv.h Doc Patch
34210              
34211              Potential cruft.
34212              
34213              Subject: [PATCH bleedperl@6856] warnings fixes
34214              
34215              -S is the silent flag, -s is the strip flag.
34216              Subject: [PATCH] Re: [PATCH] make no-install          
34217              
34218              Take out the SUIDMAIL thing, that will not be
34219              a problem in 5.7.*.
34220              
34221              Subject: [PATCH bleedperl@6866] spellings
34222              
34223              Subject: [PATCH] Re: files not cleaned even by veryclean
34224              
34225              Use minimal @INC in tests, most of the time just '../lib',
34226              so that we simply can't pick up stuff from other Perls than
34227              the one we are testing.  Pointed out by
34228              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
34229              
34230              Update to Getopt::Long 2.24, from Johan Vromans.
34231              
34232              Fix for thinko in #6848.
34233              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
34234              
34235              Patches all over for people and the files they (hopefully) care about.
34236              
34237              Subject: Net::protoent does not export 'getproto'
34238              
34239              Missed a change in #6869.
34240              
34241              Subject: [PATCH] Warnings in B::Deparse
34242              
34243              Subject: [PATCH] Glob dumping
34244              
34245              Disable one of the tests for now.
34246              
34247              Disabling the one test is a bit tricky.
34248              
34249              Don't forget to tidy up.
34250              
34251              The #6881 removed one dump line.
34252              
34253              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
34254              
34255              Under usethreads the dumped variable is IN_PAD.
34256              Subject: Re: [PATCH] Glob dumping
34257              
34258              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
34259              
34260              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
34261              
34262              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
34263              
34264              Regen Configure for #6894.
34265              
34266              Subject: [PATCH: 6889] updates to perlebcdic.pod
34267              
34268              Undo namespace pollution of #6878.
34269              Subject: Re: Net::protoent does not export 'getproto'
34270              
34271              Admit that we are leaking scalars.
34272              
34273              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
34274      Branch: maint-5.6/perl
34275           !> (integrate 271 files)
34276 ____________________________________________________________________________
34277 [  7894] By: gsar                                  on 2000/11/27  16:00:34
34278         Log: a couple of nits
34279      Branch: maint-5.6/perl
34280            ! MANIFEST pp_sys.c
34281 ____________________________________________________________________________
34282 [  7893] By: gsar                                  on 2000/11/27  15:10:56
34283         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
34284              6740..6745,6747..6757,6760
34285              
34286              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
34287              
34288              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
34289              
34290              Doc nits spotted by Richard Soderberg.
34291              
34292              move WNOHANG definition to where other such things are
34293              
34294              Make $Config{byteorder} more magical so that it is
34295              dynamically computed: nice for 'fat binaries'.
34296              Subject: [PATCH]: default byteorder
34297              
34298              Subject: [PATCH] Cwd.pm now uses strict
34299              
34300              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
34301              
34302              Get -DLEAKTEST to compile (not necessarily to work, mind)
34303              Subject: [ID 20000724.006] -DLEAKTEST problem
34304              
34305              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
34306              
34307              Add perlebcdic from Peter Prymmer, regen toc.
34308              
34309              Don't propose using modules built for 5.005 if no binary
34310              compatibility with 5.005 is attempted.
34311              
34312              Do not use prototyping here.
34313              Subject: [ID 20000817.016] [PATCH] Peek.xs
34314              
34315              Document what the backtick returns if the command fails.
34316              
34317              Add byteorder to the myconfig output.
34318              
34319              Introduce NVef, NVff, and NVgf, use the middle one.
34320              (helps for lib/peek + Linux + long doubles)  Reported in
34321              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
34322              Use NVs in POSIX math, not doubles.
34323              Subject: [ID 20000817.014] POSIX & modfl
34324              
34325              Subject: [PATCH 5.6.0+] newSVrv() memory leak
34326              
34327              The byteorder code in #6671 was wrong.
34328              
34329              Fix the lib/complex failure of
34330              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
34331              Linux long double accuracy issue: something that
34332              when printed with %g looks like "2" but int() of it is 1.
34333              
34334              Propagate new Configure vars.
34335              
34336              Unbuffer the output.
34337              
34338              Subject: [PATCH] perltrap.pod spring cleaning
34339              
34340              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
34341              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
34342              
34343              Tiny Getopt::Long patch from Johan Vromans.
34344              
34345              Document code point which makes if (defined %stash::) to work
34346              (noted by Spider Boardman).
34347              
34348              Subject: [PATCH perl@6698] cygwin port
34349              
34350              Document the NDBM_File and ODBM_File as SDBM_File
34351              was documented in #6417.
34352              
34353              The new tests were missing from #6415.
34354              
34355              Add [[:blank:]] as suggested in
34356              Subject: [ID 20000716.024] [=cc=] / [:blank:]
34357              (the [=cc=] has already been taken care of by #6439
34358              so the whole bug report can be closed)
34359              and make [[:space:]] to be equivalent to isspace(3)
34360              (as opposed to \s, which is isSPACE()).  The difference
34361              is that now [[:space:]] matches the mythical vertical tab,
34362              while \s doesn't.
34363              
34364              Don't eat leading os from index entries.
34365              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
34366              
34367              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
34368              
34369              Typo in pp_complement().
34370              Subject: [PATCH perl-current] Deparse
34371              
34372              Add warnif(), check warnings further up the stack,
34373              all the warnings functions now can take an optional object reference.
34374              Subject: [PATCH bleedperl@6691] warnings pragma update
34375              
34376              Fix a core dump in lib/selfloader under -DDEBUGGING.
34377              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
34378              
34379              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
34380              
34381              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
34382              
34383              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
34384              Put back the long double avoidance code to POSIX.xs
34385              because VMS seems to need it still.
34386              
34387              Introduce a 'veryclean' target that is like 'distclean'
34388              but also removes *~ and *.orig.
34389              
34390              Subject: [ID 20000817.023] endianness description in perlfunc.pod
34391              
34392              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
34393              
34394              Let's try #6717 again.
34395              
34396              UTF8 concat fixes.
34397              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
34398              
34399              pp_open() could pass an uninitialized filename down to do_open9().
34400              
34401              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
34402              
34403              Update to CGI 2.72, from Lincoln Stein.
34404              
34405              Subject: [PATCH] Silence MakeMaker (Was: installman)
34406              
34407              Use temporary directory instead of current directory.
34408              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
34409              
34410              Document odd vs even subreleases and -Dusedevel.
34411              
34412              The veryclean target needs to clobber.
34413              
34414              Use File::Spec->tmpdir().
34415              
34416              Document the number of exponent digits.
34417              
34418              Mention perlebcdic and perlposix-bc.
34419              
34420              s/this one/the 5.6.0 release/
34421              
34422              The #6724 is here.
34423              
34424              The correct cleaning order is an art.
34425              
34426              small tweaks for change#6705: avoid C++ style comments in C code;
34427              use Perl's malloc API rather than the low level system one
34428              
34429              Array context keeps slithering in.
34430              
34431              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
34432              
34433              Subject: [PATCH] os2.c fix for use64bitint
34434              
34435              Update to Pod::LaTeX 0.53.
34436              Subject: [PATCH] lib/Pod/LaTeX.pm updates
34437              
34438              Document the endianness of Alpha more precisely.
34439              
34440              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
34441              
34442              Rename the macro argument because some preprocessors
34443              can't tell the difference and expand arguments also inside
34444              double quoted strings.
34445              
34446              free TLS slot properly on Windows
34447              
34448              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
34449              
34450              Unicos/mk requires elaborate paranoia.
34451              
34452              Tweak the floating point output routine preferences.
34453              
34454              Also under djgpp the timestamps are funky.
34455              
34456              Apply some PodParser 1.18 patches; the Pod/Find.pm
34457              patches cannot be applied since #6712 conflicts.
34458              
34459              Use PodParser 1.18 new test.
34460              
34461              A pod nit.
34462              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
34463              
34464              Be verydeepclean.
34465      Branch: maint-5.6/perl
34466           +> pod/perlebcdic.pod
34467           !> (integrate 106 files)
34468 ____________________________________________________________________________
34469 [  7892] By: jhi                                   on 2000/11/27  15:02:32
34470         Log: Update Changes.
34471      Branch: perl
34472            ! Changes patchlevel.h
34473 ____________________________________________________________________________
34474 [  7891] By: jhi                                   on 2000/11/27  14:57:23
34475         Log: Subject: Re: perlfaq style changes
34476              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34477              Date: Sat, 25 Nov 2000 23:32:26 -0800
34478              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
34479              
34480              plus a note from Ronald Kimball.
34481      Branch: perl
34482            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
34483 ____________________________________________________________________________
34484 [  7890] By: jhi                                   on 2000/11/27  14:53:14
34485         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
34486              From: Benjamin Holzman <bah@ecnvantage.com>
34487              Date: Sun, 26 Nov 2000 16:27:33 -0500
34488              Message-ID: <20001126162733.J25040@ecnvantage.com>
34489      Branch: perl
34490            ! gv.c
34491 ____________________________________________________________________________
34492 [  7889] By: jhi                                   on 2000/11/27  14:43:11
34493         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
34494              From: lvirden@cas.org
34495              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
34496              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
34497      Branch: perl
34498            ! README.amiga
34499 ____________________________________________________________________________
34500 [  7888] By: jhi                                   on 2000/11/27  14:32:34
34501         Log: Restore also the locale test to no-sprintf-taint state.
34502              Fixes the bug 20001127.003.
34503      Branch: perl
34504            ! sv.c t/pragma/locale.t
34505 ____________________________________________________________________________
34506 [  7887] By: gsar                                  on 2000/11/27  14:13:05
34507         Log: integrate changes#6613..6616,6620..6665 from mainline
34508              
34509              VMS configure.com update continues.
34510              
34511              Subject: Test fails / warnings with perl-current #6612
34512              
34513              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
34514              
34515              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
34516              
34517              For now remove the mail code.
34518              
34519              Subject: Re: [PATCH] @+, @- readonly
34520              
34521              Subject: warning: storage class after type is obsolescent
34522              
34523              Subject: sfio2000
34524              
34525              Subject: Re: File::Temp problems on VMS in bleedperl
34526              
34527              README.os2 update.
34528              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
34529              
34530              Make the user to give up his firstborn, err, to knowingly
34531              verify installing an unstable developer release.  Also bump
34532              the release to 5.7.0, but leave a patch tag in the local
34533              patches saying that this is not yet the real thing.
34534              
34535              Update (kinda) to Test 1.14, from Joshua Pritikin.
34536              
34537              make ok etc also for win32.
34538              
34539              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
34540              
34541              Don't blow limited stacks, a lower number is enough to
34542              tickle the lookbehind limit.
34543              
34544              Use -Dusedevel; regen Configure and the respective Porting stuff.
34545              
34546              Subject: [PATCH] debugger exit code should reflect user exit code
34547              
34548              Subject: [PATCH perl@6620] cygwin port
34549              
34550              Missed a file from #6638.
34551              
34552              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)
34553              
34554              magic callbacks all need to have same type signature
34555              
34556              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
34557              
34558              Fix a dependency problem.
34559              Subject: [PATCH: 6640] VMS Makefile.SH update
34560              
34561              The numeric locale was reset to "C" by s?printf and never restored.
34562              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
34563              No test since adding the failing example to locale.t
34564              does not fail -- probably because the locale settings are so
34565              thoroughly tweaked by that time.  Running the example standalone
34566              does fail, though.  UPDATE: test case added at change #7540.
34567              
34568              Subject: [ID 20000324.040] minor fix to perlhpux.pod
34569              
34570              Update to CPAN 1.57.
34571              
34572              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
34573              
34574              Change the perlbug address to perl.org since it's more forgiving.
34575              
34576              Change the regx compilation error markers to use = instead of <
34577              since pod makes using the latter quite messy.  Reported in
34578              ID 20000814.006 by Abigail and in
34579              Subject: Unknown escape E<> ?
34580              
34581              Update to perldebtut 1.9, from Richard Foley.
34582              
34583              check that the number pseudo children doesn't exceed
34584              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
34585              the WaitForMultipleObjects() limit that would cause wait()
34586              to crash)
34587              wait() and waitpid() could potentially be rewritten to use
34588              more than one thread to do the waiting to eliminate this
34589              limitation
34590              
34591              change#6328 could make close(SOCKET) return false on windows
34592              when it shouldn't
34593              
34594              pod nit seen in passing
34595              
34596              on windows, the return values from wait() and waitpid() don't
34597              match those of pseudo-pids
34598              
34599              waitpid() now handles externally spawned pids correctly;
34600              fixes for backtick/wait/waitpid failures on Windows 9x
34601              these changes make the pid returned by process functions on
34602              Windows 9x always positive by clearing the high bit (which
34603              is always set on Win9x); pseudo-process PIDs are likewise
34604              always negative now on Win9x (just as on NT/2000)
34605              
34606              trailing new %ENV entries weren't being pushed into the real
34607              environment of subprocesses on Windows
34608              
34609              Tweak the regex compilation errors once more.
34610              
34611              avoid warnings from dense compiler
34612              
34613              add "ok" targets from change#6632 in makefile.mk
34614      Branch: maint-5.6/perl
34615            - lib/Pod/PlainText.pm vms/configure.com
34616           !> (integrate 66 files)
34617 ____________________________________________________________________________
34618 [  7886] By: jhi                                   on 2000/11/27  13:54:18
34619         Log: __FUNCTION__ isn't portable and trying to emulate it leads
34620              into practically spelling out the name of the function.
34621              Takes care of the bug 20001127.001.
34622      Branch: perl
34623            ! perlio.c
34624 ____________________________________________________________________________
34625 [  7885] By: gsar                                  on 2000/11/27  13:53:18
34626         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
34627              6610..6611 from mainline
34628              
34629              Make regular expression parse error messages easier to understand.
34630              Subject: Re: enhanced(?) regex error messages
34631              
34632              Tiny tidying on report_evil_fh().
34633              
34634              Subject: Re: enhanced(?) regex error messages 
34635              plus Capitalize the error messages, plus perldiag them.
34636              
34637              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
34638              
34639              Document here-doc better.
34640              
34641              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
34642              
34643              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
34644              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
34645              (either perlbug or p5p ate the original), plus regen
34646              perlapi and perltoc. 
34647              
34648              Regen global.sym.
34649              
34650              Double check that we have a dirhandle.
34651              
34652              Subject: Re: enhanced(?) regex error messages
34653              (plus two small patches sent privately)
34654              (this still seems to leave few test failures)
34655              
34656              warn is a macro, avoid using at a variable to avoid warnings
34657              in some configurations; readdir.t is too conservative in
34658              estimating number of *.t's
34659              
34660              Get back into sync with Jeffrey on the enhanced regex warnings.
34661              
34662              Subject: [PATCH 5.6.0] cygwin port
34663              
34664              Zero entries were skipped, fix from Adrian Goalby
34665              <argoalby@yahoo.co.uk>
34666              
34667              Subject: Remove dead entry in perldiag
34668              
34669              Amend the description of Perl6.
34670              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
34671              
34672              detypo
34673              
34674              It's the 2ndO'ROSSC.
34675              
34676              Revert the sv.c part of #6559, a better fix is needed.
34677              
34678              Iterating perl6 description.
34679              
34680              Update to Term::ANSIColor 1.03, from Russ Allbery.
34681              
34682              Update to Getopt::Long 2.23_05, from Johan Vromans.
34683              
34684              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
34685              
34686              Update to Pod::Parser 1.17, from Brad Appleton.
34687              
34688              Update to CPAN 1.56, from Andreas König.
34689              
34690              Update to CGI 2.70, from Lincoln Stein.
34691              
34692              Put back the std @INC thing.
34693              
34694              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
34695              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
34696              
34697              Document the IO::Select timeout.
34698              
34699              sleep(1) does not necessarily return 1.
34700              Subject: [PATCH bleadperl] op/lex_assign.t  
34701              
34702              Subject: debugger "d" command doesnt check line number
34703              
34704              B::Deparse didn't do sub attributes.
34705              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
34706              
34707              Preprocessing and postprocessing for File::Find.
34708              Subject: Patch to Find::File.pm to allow alphabetical results
34709              
34710              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
34711              
34712              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
34713              
34714              Subject: Re: [ID 20000730.003] utf8::length() bad
34715              
34716              Subject: Getting perlio and threads to compile
34717              (the Solaris version changes in Configure skipped)
34718              
34719              Tests for #6589.
34720              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
34721              
34722              Add Perl debugging tutorial, regen toc. 
34723              Subject: perldebtut.pod
34724              
34725              Add a few missing files, update MANIFEST.
34726              
34727              Rewrite of vms/subconfigure.com as configure.com,
34728              from Peter Prymmer and the vmsperl crew.
34729              
34730              Should have deleted this in #6603.
34731              
34732              Fix the test for 5005threads.
34733              
34734              Fix-n-skip the tests under 5005threads.
34735              
34736              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
34737              
34738              Upgrade to CGI 2.71, from Lincoln Stein.
34739      Branch: maint-5.6/perl
34740           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
34741           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
34742           +> t/op/regmesg.t t/pod/find.t vms/configure.com
34743            - vms/subconfigure.com
34744            ! lib/lib.pm
34745           !> (integrate 115 files)
34746 ____________________________________________________________________________
34747 [  7884] By: jhi                                   on 2000/11/27  13:44:33
34748         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
34749              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34750              Date:     Mon, 27 Nov 2000 08:23:54 EST
34751              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
34752      Branch: perl
34753            ! vms/descrip_mms.template vms/test.com
34754 ____________________________________________________________________________
34755 [  7883] By: gsar                                  on 2000/11/27  11:50:46
34756         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
34757              6511..6513,6515..6523,6525..6536
34758              
34759              The swallow_bom() saga continues.  The #23 of require.t
34760              (UTF16-LE) still fails (silently, no output) but the #22
34761              (UTF16-BE) seems to be working now.  The root of the
34762              failure may be in sv_gets(): is it UTF-16LE-aware,
34763              especially when it comes to line endings? 
34764              
34765              Document the problem with -P in HP-UX and its workaround.
34766              
34767              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
34768              (aka ID 20000730.002)
34769              
34770              Subject: fix and question re: waitpid() under win32
34771              
34772              Make the safety catch for buggy gccs work with triple version
34773              numbers like 2.95.2.  Reported in
34774              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
34775              
34776              In Digital UNIX warn if gcc explicitly chosen because even
34777              2.95.2 is known to cause problems.
34778              
34779              Make chr() for values >127 to create utf8 when under utf8.
34780              
34781              various syntax errors and such (not fixed: comp/require.t#22 coredump
34782              on Windows)
34783              
34784              Stash away the largefiles flags and libswanted.
34785              
34786              BOM patching from Simon Cozens.
34787              
34788              If gccosandvers is equal to osname, clear gccosandvers.
34789              
34790              Make p4desc to skip non-mainperl branches by default.
34791              
34792              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
34793              
34794              The test from this
34795              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
34796              
34797              In new BSDs changes to argv[] do not show up in ps(1) output,
34798              instead one must use setproctitle().  This was already addressed
34799              by change #6457, but the below has a new variant for FreeBSD 4.0
34800              or later, and the matter is also documented more.
34801              
34802              FreeBSD 3.* updates from
34803              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
34804              
34805              regen_headers, regen perltoc.
34806              
34807              Document in one place the memory abstractions used in Perl core.
34808              
34809              memcpy has n o in it, as pinted ut by Sarathy.
34810              
34811              Remove the extraneous "main::" prefix from all the
34812              "opened only for", "on closed", and "never opened" warnings.
34813              
34814              The name of a filehandle does not have <these>.
34815              
34816              The tr utf8 patching continues.
34817              
34818              The new setproctitle() feature is available only in 
34819              bleeding edge FreeBSD.  From Paul Saab.
34820              
34821              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
34822              
34823              Dump UVs as UVs in Data::Dumper.
34824              
34825              detypo #6494
34826              
34827              Document the IVdf UVuf UVof UVxf.
34828              
34829              require.t needs binmode() to work on windows
34830              
34831              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
34832              that are hopefully soon put into use.
34833              
34834              Allow "no Module;" even if there is no 'unimport'.
34835              
34836              Better skip message for the test; one of the two problems in
34837              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
34838              
34839              The subtest 4 may fail also on VOBS, as pointed out
34840              by Nick Ing-Simmons in November 1999, bug id 19991124.003
34841              (but the failure in that bug report isn't the subtest 4).
34842              
34843              Be more informative on what is skipped and why,
34844              also repeat the list at the end.
34845              
34846              Add a URL for FSF.
34847              
34848              Subject: [PATCH] sv.h documentation - SvLEN
34849              
34850              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
34851              
34852              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
34853              
34854              Subject: [PATCH] bad cppsymbols on os2 + Configure question
34855              
34856              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
34857              
34858              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
34859              mention the idea of @( and @)
34860              
34861              This is 6512.  Really.
34862              
34863              Subject: [ID 19990721.004] Documentation bug in perlfunc
34864              
34865              Subject: Minor tweak to perlvar.pod
34866              
34867              In the warnings call filehandles consistently so;
34868              add "unopened" warning for stat().
34869              
34870              After the #6519 a warning about stat() is just that,
34871              not about a filetest, which now have their own warning.
34872              
34873              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
34874              
34875              Subject: Re: Array vs. List context
34876              
34877              Subject: New perlcc, take 2
34878              
34879              Weed buglets pointed out by
34880              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
34881              
34882              gcc versions might have (parentheses) in them.
34883              
34884              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
34885              
34886              Essential prototype changes were missing from #6527.
34887              Also make report_evil_fh() more bomb-proof.
34888              
34889              Zap lib/Sys directory when cleaning up.
34890              
34891              Change the Policy policy: now -Dprefix= with an existing
34892              Policy.sh and prefix == siteprefix == vendorprefix, then all
34893              of them follow along the new prefix.
34894              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
34895              
34896              Continue fixing the io warnings.  This also
34897              sort of fixes bug ID 20000802.003: the core dump
34898              is no more.  Whether the current behaviour is correct
34899              (giving a warning: "Not a format reference"), is another matter.
34900              
34901              Have symbols for the IoTYPEs.
34902              
34903              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
34904              
34905              Document a bit that UDP is not what you might think.
34906              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
34907              tr memory corruption fix from Simon Cozens.
34908              
34909              Plug the security hole described in the Aug 05 2000 bugtraq message
34910              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
34911              The security hole exists only in suidperls, which isn't
34912              installed or even built by default.
34913      Branch: maint-5.6/perl
34914           !> (integrate 71 files)
34915 ____________________________________________________________________________
34916 [  7882] By: gsar                                  on 2000/11/27  10:25:36
34917         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
34918              from mainline
34919              
34920              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
34921              to be fatal errors (instead of by default ignoring them, and
34922              ignoring with a bug: even though -w gave an error, the opening [
34923              was left in)  Reported in:
34924              
34925              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
34926              
34927              Subject: [PATCH] split /^/
34928              
34929              MacOS nits from Matthias Neeracher.
34930              
34931              More split() doc and test patches from Mike Guy.
34932              
34933              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
34934              from Graham Barr in the module list.
34935              
34936              docfix from Peter Scott <Peter@PSDT.com>.
34937              
34938              File::Temp patches for VMS and OS/2 from Tim Jenness.
34939              
34940              open() wariness in perlbug.
34941              
34942              Subject: [PATCH] minor doc change - perlguts
34943              
34944              Subject: Minor doc patch: handy.h
34945              
34946              Be wary of close()s, too.
34947              
34948              Further File::Temp patches from Yitzchak Scott-Thoennes
34949              and Craig A. Berry.
34950              
34951              Subject: [PATCH] fixes bug 20000508.004
34952              
34953              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
34954              
34955              Allow "no AutoLoader;", based on change #6444,
34956              suggested by Graham Barr.
34957              
34958              Use setproctitle() if available to modify $0.
34959              
34960              Warn if the version of the operating system used to compile gcc
34961              differs from the current version of the operating system.
34962              Also display the gcc compilation os and version in myconfig.
34963              Inspiration from
34964              
34965              Tiny fixes for #6460.
34966              
34967              The problem described in this
34968              Subject: [ID 20000322.018] named chars aren't magical enough
34969              has been fixed in perl 5.6.0 but just in case added a test
34970              to keep it away.  (The report from Joseph Hall.)
34971              
34972              Tune the comments and hopefully stop a memory leak.
34973              
34974              Subject: UTF8 concat
34975              (with a memory leak fixed, plus a few casts added)
34976              This also seems to help for
34977              Subject: [ID 20000716.015] join UTF8 weirdness
34978              
34979              Do not upgrade SVs into utf8 just because they participate
34980              in eq or cmp.  Reported and fix suggested in
34981              Subject: [ID 20000720.009] sv_eq UTF8 bug
34982              
34983              Fix the HALF_UPGRADE() macro introduced in #6263.
34984              
34985              Find green threads before native threads.
34986              Subject: Re: Patch to jpl/JNI/Makefile.PL
34987      Branch: maint-5.6/perl
34988           !> (integrate 30 files)
34989 ____________________________________________________________________________
34990 [  7881] By: jhi                                   on 2000/11/27  05:48:41
34991         Log: It seems that *both* the unused submatch loop cleanup
34992              codes are needed.
34993      Branch: perl
34994            ! regexec.c
34995 ____________________________________________________________________________
34996 [  7880] By: jhi                                   on 2000/11/27  04:50:07
34997         Log: Clean .exists deeper.
34998      Branch: perl
34999            ! Makefile.SH
35000 ____________________________________________________________________________
35001 [  7879] By: jhi                                   on 2000/11/27  02:31:35
35002         Log: The code in regcppop() (see #7878) contains the correct lower
35003              limit for the unused submatch 'cleanup' loop so that under
35004              "use utf8" the following code wouldn't dump core:
35005              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
35006              the cleanup loop in regtry() stomped beyond allocated area
35007              in the startp[] array.  Therefore, copied the correct lower
35008              loop limit (*PL_reglastparen) to regtry().  Note: something
35009              may still not be quite right: why was the _higher_ loop limit
35010              (prog->nparens) different in the utf8 case?
35011              
35012              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
35013              without core dumps, there were about 17 of them before
35014              the patch (with us since Perl 5.7.0).  Two failures, still:
35015              496 and 505 (though these may not be severe).
35016              
35017              Patch #7881 is also needed since both the cleanup loops
35018              seem to be needed.
35019              
35020              Also, the t/op/pat#44 seems to core dump under utf8.
35021              Plus a couple of failures.  UGH-8.
35022      Branch: perl
35023            ! regexec.c
35024 ____________________________________________________________________________
35025 [  7878] By: jhi                                   on 2000/11/27  02:21:17
35026         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
35027              the code in regcppop() seems to be redundant for the test suite --
35028              but it contains a germ of truth, and it needed for the build
35029              process itself: see #7879 and #7881.
35030      Branch: perl
35031            ! regexec.c
35032 ____________________________________________________________________________
35033 [  7877] By: jhi                                   on 2000/11/27  01:53:09
35034         Log: Comment on comment.
35035      Branch: perl
35036            ! regexec.c
35037 ____________________________________________________________________________
35038 [  7876] By: jhi                                   on 2000/11/27  00:49:59
35039         Log: Adjust the docs to agree with #7875.
35040      Branch: perl
35041            ! pod/perllocale.pod
35042 ____________________________________________________________________________
35043 [  7875] By: jhi                                   on 2000/11/27  00:49:27
35044         Log: Retract #7863.  It makes more sense not to taint formatted output,
35045              not even by sprintf().
35046      Branch: perl
35047            ! sv.c
35048 ____________________________________________________________________________
35049 [  7874] By: jhi                                   on 2000/11/26  23:36:02
35050         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
35051              Not really fixed (should really dump the UTF-8 charclass),
35052              but stopped displaying the garbage.
35053              
35054              Also add a note on the (missing) Unicode PSXSPC and BLANK.
35055      Branch: perl
35056            ! regcomp.c
35057 ____________________________________________________________________________
35058 [  7873] By: jhi                                   on 2000/11/26  21:31:13
35059         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
35060      Branch: perl
35061            ! regexec.c
35062 ____________________________________________________________________________
35063 [  7872] By: jhi                                   on 2000/11/26  21:06:04
35064         Log: No need to scan till infinity, 13 is enough.
35065      Branch: perl
35066            ! handy.h utf8.c
35067 ____________________________________________________________________________
35068 [  7871] By: jhi                                   on 2000/11/26  20:20:32
35069         Log: Test line numbers are different with utf8.
35070      Branch: perl
35071            ! t/op/re_tests
35072 ____________________________________________________________________________
35073 [  7870] By: jhi                                   on 2000/11/26  20:10:12
35074         Log: Message nit.
35075      Branch: perl
35076            ! regcomp.c
35077 ____________________________________________________________________________
35078 [  7869] By: jhi                                   on 2000/11/26  19:01:05
35079         Log: Make utf8_length() and utf8_distance() (the latter of which
35080              is unused at the moment) to be less forgiving about bad UTF-8.
35081      Branch: perl
35082            ! embed.h embed.pl objXSUB.h proto.h utf8.c
35083 ____________________________________________________________________________
35084 [  7868] By: jhi                                   on 2000/11/26  18:45:56
35085         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
35086              From: Benjamin Holzman <bah@ecnvantage.com>
35087              Date: Sat, 25 Nov 2000 20:40:20 -0500       
35088              Message-ID: <20001125204020.A25040@ecnvantage.com>              
35089              
35090              Debian allows installing /usr/bin/locale without installing
35091              any locales, an error message will ensue.
35092      Branch: perl
35093            ! t/pragma/locale.t
35094 ____________________________________________________________________________
35095 [  7867] By: jhi                                   on 2000/11/26  18:31:12
35096         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
35097              From: Benjamin Holzman <bah@ecnvantage.com>
35098              Date: Sun, 26 Nov 2000 02:42:34 -0500
35099              Message-ID: <20001126024234.G25040@ecnvantage.com>
35100              
35101              Patch for the bug 20000212.002.
35102      Branch: perl
35103            ! sv.c t/op/array.t
35104 ____________________________________________________________________________
35105 [  7866] By: jhi                                   on 2000/11/26  18:28:09
35106         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
35107              From: Tim Jenness <t.jenness@jach.hawaii.edu>
35108              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
35109              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
35110              
35111              File::Temp 0.11.
35112      Branch: perl
35113            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
35114 ____________________________________________________________________________
35115 [  7865] By: jhi                                   on 2000/11/26  18:24:22
35116         Log: The metaconfig unit change for #7864.
35117      Branch: metaconfig/U/perl
35118            ! need_va_copy.U
35119 ____________________________________________________________________________
35120 [  7864] By: jhi                                   on 2000/11/26  18:23:41
35121         Log: Make the va_copy() test not to be so talkative.
35122      Branch: perl
35123            ! Configure config_h.SH
35124 ____________________________________________________________________________
35125 [  7863] By: jhi                                   on 2000/11/26  18:11:02
35126         Log: Fix locale inconsistencies unearthed by Hugo's work.
35127              Now the floating point sprintf really does taint the result
35128              string as perllocale promises (has promised for a long time)
35129              if "use locale" is in the lexical scope.
35130      Branch: perl
35131            ! sv.c t/pragma/locale.t
35132 ____________________________________________________________________________
35133 [  7862] By: jhi                                   on 2000/11/26  00:35:15
35134         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
35135              From: Nicholas Clark <nick@ccl4.org>
35136              Date: Sun, 26 Nov 2000 00:07:50 +0000
35137              Message-ID: <20001126000750.A22446@plum.flirble.org>
35138              
35139              Infinit.
35140      Branch: perl
35141            ! sv.c
35142 ____________________________________________________________________________
35143 [  7861] By: jhi                                   on 2000/11/26  00:01:26
35144         Log: Integrate perlio.
35145      Branch: perl
35146           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
35147 ____________________________________________________________________________
35148 [  7860] By: nick                                  on 2000/11/25  22:04:17
35149         Log: Correct relative path from new ext\Filter\Util\Call location
35150              back to miniperl.
35151      Branch: perlio
35152            ! win32/makefile.mk
35153 ____________________________________________________________________________
35154 [  7859] By: nick                                  on 2000/11/25  21:26:54
35155         Log: Integrate mainline.
35156      Branch: perlio
35157           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
35158           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
35159           +> t/lib/filter-util.t
35160            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
35161            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
35162            - t/lib/filt-util.t
35163           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
35164           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
35165           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
35166           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
35167           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
35168           !> win32/makefile.mk
35169 ____________________________________________________________________________
35170 [  7858] By: gsar                                  on 2000/11/25  20:52:17
35171         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
35172              parent's memory; fix it by keeping track of the actual pad
35173              offset rather than a raw pointer (this change is probably also
35174              relevant to non-ithreads case to avoid fallout from reallocs of
35175              the pad array, but is currently only enabled for the ithreads
35176              case in the interests of minimal disruption to existing "well
35177              tested" code)
35178      Branch: perl
35179            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
35180            ! proto.h scope.c scope.h sv.c t/op/fork.t
35181 ____________________________________________________________________________
35182 [  7857] By: nick                                  on 2000/11/25  20:01:28
35183         Log: All tests pass on Win32/gcc/USE_PERLIO.
35184              - when crlf layer is pushed make unix-level binary.
35185              - remove :crlf injection in pp_backtick in pp_sys.c
35186              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
35187      Branch: perlio
35188            ! doio.c perlio.c pp_sys.c win32/makefile.mk
35189 ____________________________________________________________________________
35190 [  7856] By: jhi                                   on 2000/11/25  18:38:30
35191         Log: Update the metaconfig units for #7855.
35192      Branch: metaconfig/U/perl
35193            ! useperlio.U usesocks.U
35194 ____________________________________________________________________________
35195 [  7855] By: jhi                                   on 2000/11/25  18:37:54
35196         Log: Undo the SOCKS workarounds, instead start using PerlIO
35197              if SOCKS is selected.
35198              
35199              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
35200              From: Jens Hamisch <jens@Strawberry.COM>
35201              Date: Fri, 24 Nov 2000 18:31:30 +0100
35202              Message-ID: <20001124183130.E28337@Strawberry.COM>
35203              
35204              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
35205              From: Jens Hamisch <jens@Strawberry.COM>
35206              Date: Fri, 24 Nov 2000 19:11:51 +0100
35207              Message-ID: <20001124191151.A28753@Strawberry.COM>
35208      Branch: perl
35209            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
35210            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
35211 ____________________________________________________________________________
35212 [  7854] By: jhi                                   on 2000/11/25  17:39:08
35213         Log: Undo #7848.  Some of the code seems to use walkoptree(),
35214              some walkoptree_slow().  An unfinished renaming?
35215              Now the sub is walkoptree() (which is @EXPORT_OK),
35216              the walkoptree_slow() is a typeglob alias to walkoptree.
35217              This makes the tests to pass, at least.
35218      Branch: perl
35219            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
35220 ____________________________________________________________________________
35221 [  7853] By: nick                                  on 2000/11/24  22:24:33
35222         Log: Re-arrange crlf vs binary for platforms that care.
35223              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
35224              Lip-service to making stdio layer work on such platfroms (untested).
35225              Now fails 3 tests rather than one, checkin to see if I can debug 
35226              the issue under linux. (Do not merge.)
35227      Branch: perlio
35228            ! doio.c perlio.c perliol.h
35229 ____________________________________________________________________________
35230 [  7852] By: jhi                                   on 2000/11/24  18:57:39
35231         Log: AUTHORS edits.
35232      Branch: perl
35233            ! AUTHORS
35234 ____________________________________________________________________________
35235 [  7851] By: jhi                                   on 2000/11/24  17:34:56
35236         Log: Add Jan-Erik Karlsson.
35237      Branch: perl
35238            ! AUTHORS
35239 ____________________________________________________________________________
35240 [  7850] By: jhi                                   on 2000/11/24  17:27:56
35241         Log: Configure should find stdchar on its own.
35242      Branch: perl
35243            ! hints/solaris_2.sh
35244 ____________________________________________________________________________
35245 [  7849] By: jhi                                   on 2000/11/24  17:24:55
35246         Log: Subject: PATCH over 7848: Filter test flawed
35247              From: andreas.koenig@anima.de (Andreas J. Koenig)
35248              Date: 24 Nov 2000 10:28:29 +0100
35249              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
35250      Branch: perl
35251            ! t/lib/filter-util.t
35252 ____________________________________________________________________________
35253 [  7848] By: jhi                                   on 2000/11/24  17:22:15
35254         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
35255              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
35256              Date: Fri, 24 Nov 2000 16:12:58 +0000
35257              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
35258      Branch: perl
35259            ! ext/B/B.pm
35260 ____________________________________________________________________________
35261 [  7847] By: jhi                                   on 2000/11/24  03:07:01
35262         Log: Integrate perlio.
35263      Branch: perl
35264           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
35265           !> win32/makefile.mk
35266 ____________________________________________________________________________
35267 [  7846] By: gsar                                  on 2000/11/24  00:55:57
35268         Log: integrate changes#6415..6418,6420..6438 from mainline
35269              
35270              Fix the bitvector ops for utf8 (tricky since past 7 bits
35271              the utf8 'characters' can be more than one octet).
35272              
35273              MPE/ix updates for perl 5.6.0 from Mark Bixby.
35274              
35275              Subject: SDBM_File documentation
35276              
35277              Detypo.
35278              
35279              Decutandpasto.
35280              
35281              Send all installperl messages to STDERR and be -w clean.
35282              
35283              Out-of-date note removed.
35284              
35285              Protect against "wild next"s, that is, callbacks doing "next"
35286              instead of "return".
35287              
35288              Use STDOUT consistently.
35289              
35290              The output might have been produced in the wrong order.
35291              
35292              A missing 'break' after the [[:space:]] switch case.
35293              
35294              Add tests for
35295              [ID 19991110.003] another matching finding by pcre author
35296              which has already been fixed by some patch, as verified in
35297              
35298              Documentation to explain the behaviour of map().
35299              
35300              Add an optimization for map-maps-a-list-element-to-more-list-elements
35301              case, but add also notes explaining the relationship of this
35302              patch and the earlier notes by Sarathy.
35303              
35304              Subject: [ID 20000716.023] syslog test fails without sockets
35305              
35306              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
35307              Test cases for #6431.
35308              
35309              File::Spec::VMS fixup for tmpdir from Craig Berry.
35310              
35311              Make the "uninit variable" warning to say "concat or string"
35312              or "join or string" when in concat or join .
35313              
35314              Get UTF16 BOMs working.  Patch from
35315              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
35316              
35317              Subject: [PATCH] Make large file tests deal with SIGXFSZ
35318              
35319              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
35320              
35321              Subject: [PATCH] av.c apidoc
35322      Branch: maint-5.6/perl
35323           !> (integrate 43 files)
35324 ____________________________________________________________________________
35325 [  7845] By: gsar                                  on 2000/11/24  00:20:45
35326         Log: integrate changes#6406..6414 from mainline
35327              
35328              Merge perlhacktut into perlhack, update perlguts.
35329              
35330              Fix AutoSplit to use File::Spec the right way in VMS,
35331              from Peter Prymmer.
35332              
35333              The bug report
35334              [ID 19991110.002] minimal matching discrepancy found by pcre author
35335              seems to have been fixed (though differently from what was suggested
35336              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
35337              
35338              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
35339              not in pod, from Peter Prymmer
35340              
35341              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
35342              From: Hugo <hv@crypt.compulink.co.uk>
35343              Date: Fri, 14 Jul 2000 23:05:20 +0100
35344              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
35345              
35346              Didn't anymore apply, but that point still could use another fix.
35347              
35348              lib/b test fixes from Peter Prymmer.
35349              
35350              More docs for sv functions.
35351              
35352              perlvms.pod whitespace cleanup to keep pod utils happy.
35353              
35354              another VMS build tweak from Peter Prymmer
35355      Branch: maint-5.6/perl
35356           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
35357           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
35358           !> vms/descrip_mms.template vms/perlvms.pod
35359 ____________________________________________________________________________
35360 [  7844] By: nick                                  on 2000/11/23  23:42:45
35361         Log: Win32/perlio Now just fails one io/argv.t test - lack 
35362              of default :crlf on standard streams.
35363      Branch: perlio
35364            ! doio.c perlio.c
35365 ____________________________________________________________________________
35366 [  7843] By: nick                                  on 2000/11/23  23:04:05
35367         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
35368              peek fail is showing a real problem (multiple crlf layers
35369              are getting pushed.)
35370      Branch: perlio
35371            ! doio.c perlio.c win32/makefile.mk
35372 ____________________________________________________________________________
35373 [  7842] By: nick                                  on 2000/11/23  19:46:23
35374         Log: Implement PerlIO_binmode()
35375              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
35376              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
35377              make binmode in t/lib/io_tell.t unconditional so that works.
35378              Checkin just so Win32 machine can see these changes.
35379      Branch: perlio
35380            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
35381 ____________________________________________________________________________
35382 [  7841] By: jhi                                   on 2000/11/23  19:30:00
35383         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
35384      Branch: perl
35385            ! README.amiga
35386 ____________________________________________________________________________
35387 [  7840] By: jhi                                   on 2000/11/23  17:18:02
35388         Log: SOCKS wrestling continues, patches from Jens Hamisch.
35389      Branch: perl
35390            ! doio.c embed.h embed.pl perlsdio.h proto.h
35391 ____________________________________________________________________________
35392 [  7839] By: jhi                                   on 2000/11/23  16:54:14
35393         Log: Push Filter::Util::Call one level deeper.
35394      Branch: perl
35395            + t/lib/filter-util.t
35396           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
35397           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
35398            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
35399            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
35400            - t/lib/filt-util.t
35401            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
35402            ! win32/Makefile win32/makefile.mk
35403 ____________________________________________________________________________
35404 [  7838] By: jhi                                   on 2000/11/23  16:52:40
35405         Log: Reach back one higher up when searching for PERL_SRC.
35406      Branch: perl
35407            ! lib/ExtUtils/MM_Unix.pm
35408 ____________________________________________________________________________
35409 [  7837] By: jhi                                   on 2000/11/23  16:05:41
35410         Log: Subject: Re: perl@7826
35411              Date: Thu, 23 Nov 2000 02:20:25 -0600
35412              From: "Craig A. Berry" <craigberry@mac.com>
35413              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
35414              
35415              Make VMS to like Filter::Util::Call. 
35416      Branch: perl
35417            ! configure.com ext/Filter/Util/Makefile.PL
35418 ____________________________________________________________________________
35419 [  7836] By: nick                                  on 2000/11/23  16:04:08
35420         Log: Implement crlf layer - not ready for merge.
35421      Branch: perlio
35422            ! perlio.c win32/makefile.mk
35423 ____________________________________________________________________________
35424 [  7835] By: jhi                                   on 2000/11/23  15:56:52
35425         Log: STDCHAR is different in Sparc v9 vs x86.
35426      Branch: perl
35427            ! hints/solaris_2.sh
35428 ____________________________________________________________________________
35429 [  7834] By: jhi                                   on 2000/11/23  15:50:47
35430         Log: The type needs to be visible to protos.
35431      Branch: perl
35432            ! perl.h
35433 ____________________________________________________________________________
35434 [  7833] By: jhi                                   on 2000/11/23  15:40:46
35435         Log: Finish unfinished SOCKS workaround changes.
35436      Branch: perl
35437            ! doio.c
35438 ____________________________________________________________________________
35439 [  7832] By: jhi                                   on 2000/11/23  15:33:30
35440         Log: Integrate perlio.
35441      Branch: perl
35442           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
35443           !> win32/makefile.mk
35444 ____________________________________________________________________________
35445 [  7831] By: nick                                  on 2000/11/23  10:31:07
35446         Log: Correct makefile.mk dependancies for ext/Filter/Util
35447              Build ext/Encode
35448              Run dmake regen_config_h
35449      Branch: perlio
35450            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35451            ! win32/makefile.mk
35452 ____________________________________________________________________________
35453 [  7830] By: nick                                  on 2000/11/23  08:05:07
35454         Log: Integrate mainline
35455      Branch: perlio
35456           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
35457           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
35458           +> t/lib/filt-util.pl t/lib/filt-util.t
35459           !> (integrate 41 files)
35460 ____________________________________________________________________________
35461 [  7829] By: gsar                                  on 2000/11/23  03:07:11
35462         Log: build the Filter extension on windows
35463      Branch: perl
35464            ! win32/Makefile win32/makefile.mk
35465 ____________________________________________________________________________
35466 [  7828] By: gsar                                  on 2000/11/23  02:46:35
35467         Log: regenerate win32/config* and fix some inconsistencies in the
35468              makefiles; always export Perl_deb() because it is needed
35469              by ext/re/* (whether perl itself is built with -DDEBUGGING
35470              or not)
35471      Branch: perl
35472            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
35473            ! win32/config_H.vc win32/makefile.mk
35474 ____________________________________________________________________________
35475 [  7827] By: gsar                                  on 2000/11/23  02:18:38
35476         Log: get sources building on windows+MSVC again (untested with other
35477              compilers)
35478      Branch: perl
35479            ! win32/include/sys/socket.h win32/perllib.c
35480 ____________________________________________________________________________
35481 [  7826] By: jhi                                   on 2000/11/23  01:18:26
35482         Log: Update Changes.
35483      Branch: perl
35484            ! Changes patchlevel.h
35485 ____________________________________________________________________________
35486 [  7825] By: jhi                                   on 2000/11/23  00:20:41
35487         Log: Subject: Re: av.c patch (having slight problems)
35488              From: "Ben Tilly" <ben_tilly@hotmail.com>
35489              Date: Tue, 21 Nov 2000 23:29:31 -0500
35490              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
35491              
35492              unshift() speedup.
35493      Branch: perl
35494            ! av.c
35495 ____________________________________________________________________________
35496 [  7824] By: jhi                                   on 2000/11/22  23:59:15
35497         Log: Fixes for signedness warnings noticed by VMSperlers.
35498      Branch: perl
35499            ! ext/Storable/Storable.xs regcomp.c sv.c
35500 ____________________________________________________________________________
35501 [  7823] By: jhi                                   on 2000/11/22  23:19:31
35502         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
35503              From: Peter Prymmer <pvhp@forte.com>
35504              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
35505              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
35506      Branch: perl
35507            ! t/pragma/warn/pp_hot
35508 ____________________________________________________________________________
35509 [  7822] By: jhi                                   on 2000/11/22  22:52:20
35510         Log: Be clean.
35511      Branch: perl
35512            ! Makefile.SH
35513 ____________________________________________________________________________
35514 [  7821] By: jhi                                   on 2000/11/22  22:46:39
35515         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
35516              by Damian Conway, as suggested by Paul Marquess.
35517      Branch: perl
35518            + lib/Filter/Simple.pm
35519 ____________________________________________________________________________
35520 [  7820] By: jhi                                   on 2000/11/22  22:45:51
35521         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
35522      Branch: perl
35523            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
35524            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
35525            + t/lib/filt-util.t
35526            ! MANIFEST
35527 ____________________________________________________________________________
35528 [  7819] By: jhi                                   on 2000/11/22  22:03:27
35529         Log: Integrate perlio.
35530      Branch: perl
35531           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
35532           !> win32/makefile.mk
35533 ____________________________________________________________________________
35534 [  7818] By: jhi                                   on 2000/11/22  21:56:02
35535         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
35536      Branch: perl
35537            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
35538            ! t/lib/io_sock.t
35539 ____________________________________________________________________________
35540 [  7817] By: jhi                                   on 2000/11/22  21:39:49
35541         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
35542              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35543              Date: Wed, 22 Nov 2000 16:08:12 -0500
35544              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
35545      Branch: perl
35546            ! lib/ExtUtils/Liblist.pm
35547 ____________________________________________________________________________
35548 [  7816] By: jhi                                   on 2000/11/22  21:38:25
35549         Log: Go ahead and #include <unistd.h> in perl.h.
35550      Branch: perl
35551            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
35552            ! util.c
35553 ____________________________________________________________________________
35554 [  7815] By: jhi                                   on 2000/11/22  21:22:52
35555         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
35556              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35557              Date: Mon, 20 Nov 2000 18:30:52 -0500
35558              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
35559      Branch: perl
35560            ! pod/perlre.pod regcomp.c t/op/re_tests
35561 ____________________________________________________________________________
35562 [  7814] By: jhi                                   on 2000/11/22  21:21:46
35563         Log: Subject: [PATCH 5.7.0] Liblist finally works
35564              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35565              Date: Tue, 21 Nov 2000 22:02:17 -0500
35566              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
35567      Branch: perl
35568            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
35569            ! lib/ExtUtils/MakeMaker.pm
35570 ____________________________________________________________________________
35571 [  7813] By: jhi                                   on 2000/11/22  21:20:23
35572         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
35573              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35574              Date: Wed, 22 Nov 2000 17:53:15 +0100
35575              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
35576              
35577              AIX dynaloader and perlio patch.
35578      Branch: perl
35579            ! ext/DynaLoader/dl_aix.xs
35580 ____________________________________________________________________________
35581 [  7812] By: jhi                                   on 2000/11/22  21:17:52
35582         Log: (Accidentally empty patch.)
35583      Branch: perl
35584            ! av.c
35585 ____________________________________________________________________________
35586 [  7811] By: jhi                                   on 2000/11/22  21:16:31
35587         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
35588              From: Peter Prymmer <pvhp@forte.com>
35589              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
35590              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
35591      Branch: perl
35592            ! vms/test.com
35593 ____________________________________________________________________________
35594 [  7810] By: jhi                                   on 2000/11/22  21:15:36
35595         Log: Subject: Re: perl@7777 
35596              From: "John P. Linderman" <jpl@research.att.com>
35597              Date: Wed, 22 Nov 2000 13:11:11 -0500
35598              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
35599              
35600              Detypoing.
35601      Branch: perl
35602            ! lib/CPAN.pm
35603 ____________________________________________________________________________
35604 [  7809] By: jhi                                   on 2000/11/22  21:14:19
35605         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
35606              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35607              Date:     Wed, 22 Nov 2000 13:51:37 EST
35608              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
35609      Branch: perl
35610            ! perlsdio.h
35611 ____________________________________________________________________________
35612 [  7808] By: jhi                                   on 2000/11/22  21:13:27
35613         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
35614              From: Casey Tweten <crt@kiski.net>
35615              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
35616              Message-Id: <200011201653.LAA10194@home.kiski.net>
35617      Branch: perl
35618            ! t/lib/io_udp.t
35619 ____________________________________________________________________________
35620 [  7807] By: jhi                                   on 2000/11/22  21:12:35
35621         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
35622              From: Casey Tweten <crt@kiski.net>
35623              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
35624              Message-Id: <200011201636.LAA07227@home.kiski.net>
35625      Branch: perl
35626            ! t/lib/io_sock.t
35627 ____________________________________________________________________________
35628 [  7806] By: jhi                                   on 2000/11/22  21:10:59
35629         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
35630              From: "Casey R. Tweten" <crt@kiski.net>
35631              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
35632              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
35633      Branch: perl
35634            ! utils/h2xs.PL
35635 ____________________________________________________________________________
35636 [  7805] By: nick                                  on 2000/11/22  21:05:06
35637         Log: Integrate mainline
35638      Branch: perlio
35639           !> Changes Porting/genlog ext/DB_File/DB_File.xs
35640           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
35641           !> utils/perlbug.PL
35642 ____________________________________________________________________________
35643 [  7804] By: jhi                                   on 2000/11/22  21:01:12
35644         Log: Subject: [PATCH] Test.pm POD peculiarity
35645              From: "Casey R. Tweten" <crt@kiski.net>
35646              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
35647              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
35648      Branch: perl
35649            ! lib/Test.pm
35650 ____________________________________________________________________________
35651 [  7803] By: jhi                                   on 2000/11/22  20:59:59
35652         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
35653              From: "Philip Newton" <pnewton@gmx.de>
35654              Date: Wed, 22 Nov 2000 14:25:53 +0100
35655              Message-Id: <3A1BD771.25462.1939FAD@localhost>
35656              
35657              Be case-understanding also on 's', and use the -oi of sendmail
35658              not to terminate the transmission on a lone '.'.
35659      Branch: perl
35660            ! utils/perlbug.PL
35661 ____________________________________________________________________________
35662 [  7802] By: nick                                  on 2000/11/22  20:51:42
35663         Log: Win32 PerlIO intermediate state now working as expected.
35664              - In current state we are still using C runtime in text/binary
35665              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
35666              - PERLIO=stdio and PERLIO=unix pass all expected tests.
35667              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
35668              and PerlIO_seek() and the dummy crlf layer is not making adjustments
35669              for CRLF translation happening in C runtime. All other tests pass.
35670              
35671              Added note to README.win32 to point out the snags of doing a perl build
35672              with Norton AntiVirus turned on.
35673              
35674              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
35675              which file a fail comes from.
35676              
35677              Updated "canned" config.h to match the one generated.
35678      Branch: perlio
35679            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
35680            ! win32/makefile.mk
35681 ____________________________________________________________________________
35682 [  7801] By: jhi                                   on 2000/11/22  06:50:20
35683         Log: Nickety nits.
35684      Branch: perl
35685            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
35686 ____________________________________________________________________________
35687 [  7800] By: jhi                                   on 2000/11/22  01:29:55
35688         Log: Changes had accidentally gone too silent on non-main branches.
35689      Branch: perl
35690            ! Changes Porting/genlog patchlevel.h
35691 ____________________________________________________________________________
35692 [  7799] By: gsar                                  on 2000/11/22  01:02:56
35693         Log: some lib_pm.PL changes snuck in via change#7772
35694      Branch: maint-5.6/perl
35695            ! Makefile.SH
35696 ____________________________________________________________________________
35697 [  7798] By: nick                                  on 2000/11/21  21:59:40
35698         Log: Integrate mainline
35699      Branch: perlio
35700           !> (integrate 28 files)
35701 ____________________________________________________________________________
35702 [  7797] By: jhi                                   on 2000/11/21  21:01:45
35703         Log: Integrate perlio.
35704      Branch: perl
35705           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
35706 ____________________________________________________________________________
35707 [  7796] By: nick                                  on 2000/11/21  20:36:22
35708         Log: Win32 builds and runs (mostly) with USE_PERLIO.
35709              PERLIO=perlio passes all tests. 
35710              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
35711      Branch: perlio
35712            ! perlio.c win32/perllib.c win32/win32.c
35713 ____________________________________________________________________________
35714 [  7795] By: jhi                                   on 2000/11/21  19:03:44
35715         Log: Update Changes.
35716      Branch: perl
35717            ! Changes patchlevel.h
35718 ____________________________________________________________________________
35719 [  7794] By: jhi                                   on 2000/11/21  18:56:34
35720         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
35721              From: "Craig A. Berry" <craigberry@mac.com>
35722              Date: Mon, 20 Nov 2000 20:27:06 -0600
35723              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
35724              
35725              A cut-and-pasto.
35726      Branch: perl
35727            ! perlio.h
35728 ____________________________________________________________________________
35729 [  7793] By: jhi                                   on 2000/11/21  18:54:41
35730         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
35731              From: Dominic Dunlop <domo@computer.org> 
35732              Date: Mon, 20 Nov 2000 18:55:29 +0100
35733              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
35734              
35735              va_copy() and the need of it.
35736              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
35737      Branch: metaconfig/U/perl
35738            + need_va_copy.U
35739      Branch: perl
35740            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35741            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
35742            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
35743            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
35744            ! win32/config.bc win32/config.gc win32/config.vc
35745 ____________________________________________________________________________
35746 [  7792] By: jhi                                   on 2000/11/21  17:04:10
35747         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
35748      Branch: perl
35749           !> scope.h
35750 ____________________________________________________________________________
35751 [  7791] By: jhi                                   on 2000/11/21  17:01:16
35752         Log: Export the SOCKS workaround symbols only if necessary.
35753      Branch: perl
35754            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
35755 ____________________________________________________________________________
35756 [  7790] By: nick                                  on 2000/11/20  23:57:11
35757         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
35758      Branch: perlio
35759            ! scope.h
35760 ____________________________________________________________________________
35761 [  7789] By: nick                                  on 2000/11/20  23:38:33
35762         Log: Integrate mainline
35763      Branch: perlio
35764           +> lib/File/Spec/Epoc.pm
35765           !> (integrate 34 files)
35766 ____________________________________________________________________________
35767 [  7788] By: nick                                  on 2000/11/20  23:20:18
35768         Log: Make extra buffer layer work (dummy crlf layer)
35769      Branch: perlio
35770            ! doio.c perlio.c perlio.h
35771 ____________________________________________________________________________
35772 [  7787] By: jhi                                   on 2000/11/20  22:44:04
35773         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
35774              From: Peter Prymmer <pvhp@forte.com>
35775              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
35776              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
35777      Branch: perl
35778            ! t/pragma/locale.t
35779 ____________________________________________________________________________
35780 [  7786] By: jhi                                   on 2000/11/20  22:29:10
35781         Log: Subject: DOC PATCH 5.6.0 perlreftut
35782              From: mjd@plover.com
35783              Date: 20 Nov 2000 19:45:06 -0000
35784              Message-ID: <20001120194506.9505.qmail@plover.com>
35785      Branch: perl
35786            ! pod/perlreftut.pod
35787 ____________________________________________________________________________
35788 [  7785] By: jhi                                   on 2000/11/20  22:27:44
35789         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
35790              From: David Dyck <dcd@tc.fluke.com>
35791              Date: Mon, 20 Nov 2000 11:43:40 -0800
35792              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
35793      Branch: perl
35794            ! lib/Cwd.pm
35795 ____________________________________________________________________________
35796 [  7784] By: jhi                                   on 2000/11/20  22:23:21
35797         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
35798              Date: Mon, 20 Nov 2000 17:06:10 -0500
35799              To: Mailing list Perl5 <perl5-porters@perl.org>
35800              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
35801      Branch: perl
35802            ! pp_ctl.c t/op/pat.t
35803 ____________________________________________________________________________
35804 [  7783] By: jhi                                   on 2000/11/20  22:11:18
35805         Log: Subject: [PATCH] doop.c - UTF8 tr///               
35806              From: Simon Cozens <simon@cozens.net>
35807              Date: Sat, 18 Nov 2000 18:49:30 +0000
35808              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
35809              
35810              Subject: Re: [PATCH] doop.c - UTF8 tr///           
35811              From: Simon Cozens <simon@cozens.net>
35812              Date: Mon, 20 Nov 2000 20:45:22 +0000
35813              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
35814              
35815              Make tr on UTF-8 better but still not correct.
35816      Branch: perl
35817            ! doop.c
35818 ____________________________________________________________________________
35819 [  7782] By: jhi                                   on 2000/11/20  22:02:16
35820         Log: Remove the shared object before attempting to create
35821              (by linking) a new one.  E.g. in AIX not removing
35822              becomes quite painful if one tries to do more than one
35823              build in the same tree (an interrupted build, for example),
35824              since the AIX' shared dynaloader seemingly keeps the shared
35825              objects open and therefore 'busy' for quite a while, even when
35826              nobody is using the objects, leading into link failures.
35827      Branch: perl
35828            ! lib/ExtUtils/MM_Unix.pm
35829 ____________________________________________________________________________
35830 [  7781] By: gsar                                  on 2000/11/20  19:02:55
35831         Log: type mismatch due to faulty integration
35832      Branch: maint-5.6/perl
35833            ! toke.c win32/Makefile
35834 ____________________________________________________________________________
35835 [  7780] By: gsar                                  on 2000/11/20  17:31:55
35836         Log: integrate changes#6392,6394..6399,6401..6404
35837              
35838              The {multiplier} of a fixed substring was overlooked which
35839              caused a wrong initial search offset for that substring.
35840              
35841              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
35842              From: Hugo <hv@crypt.compulink.co.uk>
35843              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
35844              Date: Thu, 13 Jul 2000 19:27:13 +0100
35845              
35846              Fix the BOM bug: not a byteorder bug, a signedness bug.
35847              
35848              Replace change #6337 with a better one.
35849              
35850              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
35851              From: Hugo <hv@crypt.compulink.co.uk>
35852              Date: Fri, 14 Jul 2000 04:16:20 +0100
35853              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
35854              
35855              MakeMaker should not remove editor backups (*~) on `make clean`
35856              by default (completes change#6383)
35857              
35858              move new variables to the end of the interpreter structure (for
35859              bincompat in code that doesn't #include XSUB.h)
35860              
35861              rename totally bletcherous SvLOCK() thingy (doesn't do what the
35862              name suggests anyway)
35863              
35864              various cleanups (typos, misformatted code, and small bugs)
35865              
35866              typecasts needed for change#6394
35867              
35868              typos in change#6399, regen headers
35869              
35870              inconsistent types needs casts
35871              
35872              PERL_OBJECT build tweaks
35873      Branch: maint-5.6/perl
35874           !> MANIFEST doop.c embed.h embed.pl embedvar.h
35875           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
35876           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
35877           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
35878           !> toke.c util.c
35879 ____________________________________________________________________________
35880 [  7779] By: gsar                                  on 2000/11/20  17:06:29
35881         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
35882              
35883              Cosmetics and perldelta.
35884              
35885              Fix nits noticed by Boston.pm.
35886              
35887              Do the cc sanity check both before the hints and
35888              after the cc selction.
35889              
35890              get sprintf.t to adjust properly for 3-digit exponents
35891              
35892              don't clobber *.orig files on *clean targets
35893              
35894              fix bugs in processing %v-*d and similar format specs (from
35895              Avi Finkel <avi@finkel.org>)
35896              
35897              sprintf test tweaks (from Dominic Dunlop)
35898              
35899              new selfloader.t in change#6183 doesn't close DATA handles,
35900              and thus fails to clean up tmp files on dosish platforms
35901              
35902              typos (spotted by Peter Prymmer)
35903              
35904              typo fix from Craig Berry
35905      Branch: maint-5.6/perl
35906           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
35907           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
35908           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
35909           !> x2p/Makefile.SH
35910 ____________________________________________________________________________
35911 [  7778] By: gsar                                  on 2000/11/20  16:46:51
35912         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
35913              
35914              Subject: Re: format bug report  [Patch]
35915              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35916              Date: Wed, 05 Jul 2000 13:12:52 +0200
35917              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
35918              
35919              Subject: Re: format bug report  [Patch]
35920              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35921              Date: Wed, 05 Jul 2000 14:10:01 +0200
35922              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
35923              
35924              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
35925              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
35926              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
35927              Date: Fri, 07 Jul 2000 17:57:16 +0100
35928              
35929              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
35930              To: perl5-porters@perl.org
35931              From: Karsten Sperling <spiff@phreax.net>
35932              Date: Mon, 10 Jul 2000 15:12:52 +0200
35933              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
35934              
35935              README.posix-bc podified from Thomas Dorner.
35936              
35937              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
35938              From: Dominic Dunlop <domo@computer.org>
35939              Date: Tue, 11 Jul 2000 12:27:33 +0200
35940              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
35941              
35942              Typo in #6341.
35943              
35944              Fix for
35945              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
35946              From: Roderick Schertler <roderick@argon.org>
35947              Date: Tue, 11 Jul 2000 13:55:05 -0400
35948              Message-Id: <200007111755.NAA05077@jones.argon.org>
35949              
35950              Minor cleanups on the booklist.
35951              
35952              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
35953              regen perltoc.
35954              
35955              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
35956      Branch: maint-5.6/perl
35957           +> pod/perlbook.pod
35958           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
35959           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
35960           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
35961 ____________________________________________________________________________
35962 [  7777] By: jhi                                   on 2000/11/20  16:08:49
35963         Log: Update Changes.
35964      Branch: perl
35965            ! Changes patchlevel.h
35966 ____________________________________________________________________________
35967 [  7776] By: jhi                                   on 2000/11/20  15:27:56
35968         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
35969              This may be overly harsh but until proven otherwise, we think this
35970              way, or until we have a simple test for Configure (having to start
35971              up servers is does not count as simple) to check for the problems.
35972      Branch: perl
35973            ! perl.h
35974 ____________________________________________________________________________
35975 [  7775] By: jhi                                   on 2000/11/20  15:22:17
35976         Log: Solaris hints tweaks.
35977      Branch: perl
35978            ! hints/solaris_2.sh
35979 ____________________________________________________________________________
35980 [  7774] By: jhi                                   on 2000/11/20  15:01:20
35981         Log: Add a workaround to SOCKS 64-bit problems.
35982      Branch: perl
35983            ! doio.c embed.h embed.pl perlsdio.h proto.h
35984 ____________________________________________________________________________
35985 [  7773] By: jhi                                   on 2000/11/20  14:51:47
35986         Log: sysseek() instead of seek().
35987      Branch: perl
35988            ! t/lib/syslfs.t
35989 ____________________________________________________________________________
35990 [  7772] By: gsar                                  on 2000/11/20  13:06:23
35991         Log: integrate changes#6315..6319,6321..6331,6333..6338
35992              
35993              Integrate with Sarathy, preliminary fix for unicos
35994              alignment problems in [ID 20000612.002] Perl problem on Cray system.
35995              
35996              some debugger output does not go to the socket when RemotePort is set
35997              
35998              winsock cleanup never done on Windows (leads to handle leaks)
35999              
36000              fix UNC path handling on Windows under ithreads, and chdir()
36001              return value when given a non-existent directory
36002              
36003              Autogenerate pod/Makefile and pod/buildtoc.
36004              buildtoc also checks whether the existin pods are
36005              mentioned in MANIFEST and perl.pod, and vice versa.
36006              (None of the thusly found discrepancies fixed yet.)
36007              roffitall also needs to be autogenerated similarly but it
36008              seems so badly out of date that I didn't touch it yet.
36009              
36010              Config is being used.
36011              
36012              Add =head1 NAMEs so that buildtoc is happy.
36013              (The CGI::Util nit reported to Lincoln.)
36014              
36015              Fix complaints of buildtoc.
36016              
36017              Fix the alignment problem in Crays ([ID 20000612.002]).
36018              
36019              Remove perlbook, update perlfaq book listing,
36020              rearrange perl.pod, regenerate perltoc.
36021              
36022              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
36023              was cast to an unsigned (32-bit) integer with wild abandon.
36024              
36025              winsock options weren't being set in all threads under ithreads
36026              (caused send()s from second and subsequent threads to fail)
36027              
36028              accept() leaks memory on windows due to incorrect ordering of
36029              closesocket() and fclose() calls
36030              
36031              Reorder perl.pod once more.
36032              
36033              More POSIX.pod tweaks.
36034              
36035              Sprinkle ldlibpath.
36036              
36037              Precedence goof, fix based on
36038              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
36039              From: Hugo <hv@crypt.compulink.co.uk>
36040              Date: Tue, 11 Jul 2000 12:52:38 +0100
36041              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
36042              
36043              Subject: PATCH perlguts.pod: Document D and d magic types
36044              From: mjd@plover.com
36045              Date: 5 Jul 2000 18:01:51 -0000
36046              Message-ID: <20000705180151.29413.qmail@plover.com>
36047              
36048              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
36049              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
36050              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
36051              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
36052              
36053              Subject: [PATCH cfgperl] $& segfaults if you trick it
36054              From: simon@brecon.co.uk (Simon Cozens)
36055              Date: 7 Jul 2000 11:26:09 GMT
36056              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
36057              
36058              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
36059              From: Hugo <hv@crypt.compulink.co.uk>
36060              Date: Tue, 11 Jul 2000 12:44:50 +0100
36061              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
36062              
36063              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
36064              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36065              Date: Tue, 11 Jul 2000 13:50:51 +0100
36066              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
36067      Branch: maint-5.6/perl
36068           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
36069           +> pod/buildtoc.PL
36070            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
36071           !> (integrate 26 files)
36072 ____________________________________________________________________________
36073 [  7771] By: gsar                                  on 2000/11/20  12:31:42
36074         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
36075              6310,6311,6314
36076              
36077              Subject: [PATCH bleedperl] File::Spec 0.82 beta
36078              From: Barrie Slaymaker <barries@jester.slaysys.com>
36079              Date: Wed, 28 Jun 2000 11:35:29 -0400
36080              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
36081              
36082              tweak perlembed for multiplicity/usethreads sanity; correct notes
36083              about Windows
36084              
36085              localize %INC in a Safe compartment so that use/require work
36086              (many other magic globals probably need similar treatment)
36087              
36088              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
36089              when @_ is modified, causing coredumps
36090              
36091              slurp mode fix in change#4736 still not quite right
36092              
36093              Point to perlipc for more SysV IPC examples.
36094              
36095              Elaborate POSIX.pod.  Still needs work.
36096              
36097              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
36098              
36099              fix large memory leak that has been around for ever, masked by
36100              -DPURIFY (most of the arenas were never freed!)
36101              
36102              fix memory leak on Windows (PL_sys_intern contents were never
36103              freed)
36104              
36105              PERL_OBJECT build tweak
36106              
36107              adjust change#6299
36108              
36109              remove rel2abs prototypes (from Barrie Slaymaker)
36110              
36111              missing perldiag entry for unpack("w",...) diagnostic (from
36112              Andreas Koenig)
36113              
36114              better diagnostic on Frob->stuff() when Frob:: doesn't exist
36115              (from Richard Soderberg <rs@oregonnet.com>)
36116              
36117              Win32 patches for cfgperl from Sarathy.
36118              
36119              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
36120              
36121              More POSIX.pod embellishment.
36122              
36123              tyop in change#6306
36124      Branch: maint-5.6/perl
36125           !> (integrate 44 files)
36126 ____________________________________________________________________________
36127 [  7770] By: gsar                                  on 2000/11/20  11:51:00
36128         Log: integrate changes#6268..6282 from cfgperl branch
36129              
36130              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
36131              From: Dominic Dunlop <domo@computer.org>
36132              Date: Thu, 29 Jun 2000 12:32:39 +0200
36133              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
36134              
36135              Regen headers for #6261 (and update embed.pl for this) and #6267,
36136              silence few compiler warnings.
36137              
36138              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
36139              From: Nicholas Clark <nick@talking.bollo.cx>
36140              Date: Fri, 23 Jun 2000 16:21:15 +0100
36141              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
36142              
36143              Subject: PATCH pod/perltie.pod
36144              From: Ian Phillipps <Ian.Phillipps@iname.com>
36145              Date: Fri, 16 Jun 2000 00:17:19 +0100
36146              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
36147              (only the first hunk, the second hunk had already been done
36148              by some other patch)
36149              
36150              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
36151              From: Tom Phoenix <rootbeer@redcat.com>
36152              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
36153              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
36154              
36155              Subject: [PATCH] xsub attributes
36156              From: Doug MacEachern <dougm@covalent.net>
36157              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
36158              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
36159              
36160              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
36161              From: Andy Dougherty <doughera@lafayette.edu>
36162              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
36163              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
36164              
36165              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
36166              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
36167              Date: Tue, 13 Jun 2000 02:43:48 -0500
36168              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
36169              
36170              Subject: [PATCH] Re: eval documentation: context
36171              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36172              Date: Mon, 12 Jun 2000 15:07:29 +0100
36173              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
36174              
36175              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
36176              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36177              Date: Mon, 12 Jun 2000 14:55:59 +0100
36178              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
36179              
36180              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
36181              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
36182              Date: Fri, 09 Jun 2000 12:39:27 -0400
36183              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
36184              (plus update the version "number" of Text::Wrap)
36185              
36186              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
36187              From: Tim Ayers <tayers@bridge.com>
36188              Date: Thu, 08 Jun 2000 08:11:06 +0200
36189              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
36190              [resent by Richard Foley, Message-Id probably wrong]
36191              
36192              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
36193              From: rspier@pobox.com (Robert Spier)
36194              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
36195              Message-ID: <14654.31913.845602.610277@rls.cx>
36196              
36197              Subject: [PATCH 5.6.0] utils/h2xs.PL
36198              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
36199              Date: Wed, 7 Jun 2000 04:02:04 -0500
36200              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
36201              
36202              Subject: [PATCH 5.6.0]ITHREADs for VMS
36203              From: Dan Sugalski <dan@sidhe.org>
36204              Date: Tue, 06 Jun 2000 11:59:50 -0400
36205              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
36206      Branch: maint-5.6/perl
36207           !> (integrate 31 files)
36208 ____________________________________________________________________________
36209 [  7769] By: gsar                                  on 2000/11/20  11:29:06
36210         Log: integrate changes#6261..6266 from cfgperl
36211              
36212              Subject: Re: [PATCH cfgperl] BOMs away!
36213              From: simon@brecon.co.uk (Simon Cozens)
36214              Date: 17 Jun 2000 11:49:57 GMT
36215              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
36216              
36217              Subject: 5.6.0 Patch for EPOC
36218              From: Olaf Flebbe <o.flebbe@gmx.de>
36219              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
36220              Message-ID: <23449.960929969@www11.gmx.net>
36221              
36222              tr fixes from Simon Cozens
36223              
36224              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
36225              From: Marty Lucich <marty@netcom.com>
36226              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
36227              Message-Id: <200006282116.OAA11148@netcom.com>
36228              ccdlflags update (the BSD/OS 4.1 part had already been taken
36229              care of by #6141).
36230              
36231              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
36232              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36233              Date: Wed, 28 Jun 2000 17:50:12 -0700
36234              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
36235              
36236              Subject: [PATCH 5.6.0] cygwin port
36237              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
36238              From: "Fifer, Eric" <EFifer@sanwaint.com>
36239              Date: Thu, 29 Jun 2000 12:58:29 +0100
36240      Branch: maint-5.6/perl
36241           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
36242           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
36243           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
36244           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
36245 ____________________________________________________________________________
36246 [  7768] By: gsar                                  on 2000/11/20  11:13:44
36247         Log: integrate changes#6252..6256,6259..6260
36248              
36249              Paranoia tweak on #6249.
36250              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
36251              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
36252              Date: Sun, 25 Jun 2000 23:43:12 -0400
36253              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
36254              
36255              Subject: tr///, help wanted.
36256              From: simon@brecon.co.uk (Simon Cozens)
36257              Date: 28 Jun 2000 11:29:04 GMT
36258              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
36259              
36260              small thinko tweaks
36261              
36262              tweaks from Simon Conzes to further fix tr/// under utf8
36263              
36264              perlnewmod was missing from MANIFEST.
36265              
36266              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
36267              From: simon@brecon.co.uk (Simon Cozens)
36268              Date: 17 Jun 2000 11:56:44 GMT
36269              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
36270              pack U0, pack C0
36271      Branch: maint-5.6/perl
36272           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
36273           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
36274           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
36275           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
36276 ____________________________________________________________________________
36277 [  7767] By: gsar                                  on 2000/11/20  10:51:38
36278         Log: integrate change#6250 from cfgperl
36279              
36280              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
36281              From: Doug MacEachern <dougm@covalent.net>
36282              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
36283              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
36284      Branch: maint-5.6/perl
36285           +> t/op/my_stash.t
36286           !> MANIFEST embed.pl global.sym proto.h toke.c
36287 ____________________________________________________________________________
36288 [  7766] By: gsar                                  on 2000/11/20  10:48:34
36289         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
36290              
36291              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
36292              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
36293              Date: Mon, 26 Jun 2000 18:40:14 +0100
36294              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
36295              
36296              Subject: [PATCH] bytes<->utf8 fixes
36297              From: simon@brecon.co.uk (Simon Cozens)
36298              Date: 26 Jun 2000 04:55:45 GMT
36299              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
36300              
36301              Subject: [PATCH] is_utf8_string
36302              From: simon@brecon.co.uk (Simon Cozens)
36303              Date: 26 Jun 2000 02:25:59 GMT
36304              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
36305              
36306              Subject: [PATCH] avoid mg_ptr in '*' magic
36307              From: Doug MacEachern <dougm@covalent.net>
36308              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
36309              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
36310              
36311              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
36312              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
36313              Date: Sat, 24 Jun 2000 13:06:20 +0100
36314              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
36315              
36316              Allow for standalone testing.
36317              
36318              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
36319              From: Mark-Jason Dominus <mjd@plover.com>
36320              Date: Tue, 27 Jun 2000 22:36:42 -0400
36321              Message-ID: <20000628023642.12166.qmail@plover.com>
36322              
36323              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
36324              From: Frank Tobin <ftobin@uiuc.edu>
36325              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
36326              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
36327      Branch: maint-5.6/perl
36328           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
36329           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
36330           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
36331           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
36332           !> utf8.c utils/h2xs.PL
36333 ____________________________________________________________________________
36334 [  7765] By: gsar                                  on 2000/11/20  10:29:13
36335         Log: integrate change#6239 from cfgperl
36336              
36337              Configure maintenance.  Sever some dependency cycles,
36338              separate gccversion from the cc unit,
36339              address [ID 20000623.006] Configure script patch for using gcc on AIX
36340              (but solve it a little bit differently),
36341              unduplex some accidentally duplicated units,
36342              suggest using gcc if no cc available
36343              (p5p thread: "Solaris configure: counterproposal", 1999-09)
36344      Branch: maint-5.6/perl
36345           !> Configure Todo-5.6 config_h.SH
36346 ____________________________________________________________________________
36347 [  7764] By: gsar                                  on 2000/11/20  10:25:55
36348         Log: integrate changes#6233..6238 from cfgperl
36349              
36350              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
36351              From: Mark-Jason Dominus <mjd@plover.com>
36352              Date: Fri, 16 Jun 2000 20:53:04 -0400
36353              Message-ID: <20000617005304.8008.qmail@plover.com>
36354              
36355              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
36356              because when run as services (Win32ese for daemons)
36357              no environment variables are set and tmpdir ends up as /tmp,
36358              which is ambiguous.
36359              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
36360              From: matt@sergeant.org
36361              Date: 16 Jun 2000 16:30:43 -0000
36362              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
36363              
36364              The thread begun by
36365              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
36366              From: Kevin.Ruscoe@ubsw.com
36367              Date: Fri, 16 Jun 2000 16:38:51 +0100
36368              Message-Id: <H000019b03c300d6@MHS>
36369              
36370              Tweak embed.pl, regen headers.
36371              
36372              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
36373              From: Dan Sugalski <dan@sidhe.org>
36374              Date: Fri, 23 Jun 2000 17:00:00 -0400
36375              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
36376      Branch: maint-5.6/perl
36377           !> (integrate 27 files)
36378 ____________________________________________________________________________
36379 [  7763] By: gsar                                  on 2000/11/20  10:08:08
36380         Log: s/perl56delta/perldelta/g
36381      Branch: maint-5.6/perl
36382            ! pod/Makefile
36383 ____________________________________________________________________________
36384 [  7762] By: gsar                                  on 2000/11/20  10:04:00
36385         Log: integrate changes#6225,6229,6231,6232 from cfgperl
36386              
36387              Add source code filenames to apidoc.
36388              From: simon@brecon.co.uk (Simon Cozens)
36389              Subject: [PATCH embed.pl] Source X-ref
36390              Date: 22 Jun 2000 02:18:49 GMT
36391              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
36392              
36393              Subject: README.hpux version 0.6.1
36394              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
36395              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
36396              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
36397              
36398              Subject: [PATCH 5.6.0] cygwin port
36399              From: "Fifer, Eric" <EFifer@sanwaint.com>
36400              Date: Tue, 20 Jun 2000 14:30:58 +0100
36401              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
36402              
36403              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
36404              From: simon@brecon.co.uk (Simon Cozens)
36405              Date: 19 Jun 2000 15:18:27 GMT
36406              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
36407              
36408              plus update pod/Makefile and regenerate perltoc
36409      Branch: maint-5.6/perl
36410           +> pod/perlutil.pod
36411           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
36412           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
36413 ____________________________________________________________________________
36414 [  7761] By: jhi                                   on 2000/11/20  04:09:55
36415         Log: Miraculous typo.
36416      Branch: perl
36417            ! t/op/pat.t
36418 ____________________________________________________________________________
36419 [  7760] By: jhi                                   on 2000/11/20  04:06:08
36420         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
36421              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36422              Date: Sun, 19 Nov 2000 22:30:26 -0500
36423              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
36424      Branch: perl
36425            ! regexec.c scope.h t/op/pat.t
36426 ____________________________________________________________________________
36427 [  7759] By: jhi                                   on 2000/11/20  02:05:22
36428         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
36429      Branch: perl
36430            ! perl.h
36431 ____________________________________________________________________________
36432 [  7758] By: jhi                                   on 2000/11/20  01:58:11
36433         Log: Subject: [perl 7711: EPOC] updates
36434              From: Olaf Flebbe <o.flebbe@gmx.de>
36435              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
36436              Message-ID: <25575.974658810@www23.gmx.net>               
36437      Branch: perl
36438            + lib/File/Spec/Epoc.pm
36439            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
36440            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
36441            ! lib/File/Spec.pm perl.c sv.c
36442 ____________________________________________________________________________
36443 [  7757] By: jhi                                   on 2000/11/20  01:53:11
36444         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
36445      Branch: perl
36446            ! MANIFEST
36447 ____________________________________________________________________________
36448 [  7756] By: jhi                                   on 2000/11/20  01:47:22
36449         Log: Integrate perlio.
36450      Branch: perl
36451            - ext/re/hints/MSWin32.pl
36452           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
36453           !> win32/config.gc win32/config_H.gc win32/win32sck.c
36454 ____________________________________________________________________________
36455 [  7755] By: nick                                  on 2000/11/19  20:57:17
36456         Log: Add dummy crlf layer (just as buffer)
36457              Correct 1st bug - one layer of indirection.
36458      Branch: perlio
36459            ! perlio.c perlio.h perliol.h
36460 ____________________________________________________________________________
36461 [  7754] By: nick                                  on 2000/11/19  20:56:12
36462         Log: Work-round to Perl_deb_nocontext is no longer required
36463      Branch: perlio
36464            - ext/re/hints/MSWin32.pl
36465 ____________________________________________________________________________
36466 [  7753] By: nick                                  on 2000/11/19  20:01:16
36467         Log: diff -se shows these as different
36468      Branch: perlio
36469            ! global.sym pod/perlapi.pod
36470 ____________________________________________________________________________
36471 [  7752] By: nick                                  on 2000/11/19  18:57:30
36472         Log: Configure GCC/Win32 build -Duseperlio
36473              Fix a couple of gross issues
36474              - double-include of ../deb.o in re.dll
36475              - win32sck.c needs PerlIO and FILE 
36476      Branch: perlio
36477            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
36478            ! win32/win32sck.c
36479 ____________________________________________________________________________
36480 [  7751] By: nick                                  on 2000/11/19  17:05:36
36481         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
36482      Branch: perlio
36483            ! perlio.c
36484 ____________________________________________________________________________
36485 [  7750] By: nick                                  on 2000/11/19  16:57:14
36486         Log: Missing aTHX_
36487      Branch: perlio
36488            ! sv.c
36489 ____________________________________________________________________________
36490 [  7749] By: jhi                                   on 2000/11/19  16:28:40
36491         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
36492              From: "Peter J. Farley III" <pjfarley@banet.net>
36493              Date: Sun, 19 Nov 2000 01:42:58 -0500
36494              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
36495      Branch: perl
36496            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
36497 ____________________________________________________________________________
36498 [  7748] By: jhi                                   on 2000/11/19  16:08:10
36499         Log: Subject: podlators 1.05 available        
36500              From: Russ Allbery <rra@stanford.edu>   
36501              Date: 18 Nov 2000 22:04:28 -0800
36502              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
36503      Branch: perl
36504            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
36505 ____________________________________________________________________________
36506 [  7747] By: nick                                  on 2000/11/19  11:19:39
36507         Log: Integrate mainline
36508      Branch: perlio
36509           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
36510           !> util.c
36511 ____________________________________________________________________________
36512 [  7746] By: jhi                                   on 2000/11/19  06:42:22
36513         Log: Make hex scanning warn on "\x{x}" and "\xx".
36514              "\x" and and hex("x") are still valid.
36515      Branch: perl
36516            ! util.c
36517 ____________________________________________________________________________
36518 [  7745] By: nick                                  on 2000/11/18  22:52:28
36519         Log: Integrate mainline
36520      Branch: perlio
36521           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
36522           !> perl.h perlio.c proto.h regcomp.c regcomp.h
36523 ____________________________________________________________________________
36524 [  7744] By: jhi                                   on 2000/11/18  22:50:28
36525         Log: Introduce Perl_utf8_length().  Use it.
36526      Branch: perl
36527            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
36528 ____________________________________________________________________________
36529 [  7743] By: jhi                                   on 2000/11/18  22:38:51
36530         Log: Compiler denit.
36531      Branch: perl
36532            ! perlio.c
36533 ____________________________________________________________________________
36534 [  7742] By: jhi                                   on 2000/11/18  20:33:05
36535         Log: Integrate perlio.
36536      Branch: perl
36537           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
36538           !> perlio.h pp_ctl.c pp_sys.c sv.c
36539 ____________________________________________________________________________
36540 [  7741] By: jhi                                   on 2000/11/18  20:31:27
36541         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
36542              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36543              Date: Fri, 17 Nov 2000 20:35:11 -0500
36544              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
36545              
36546              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
36547              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36548              Date: Fri, 17 Nov 2000 21:03:47 -0500
36549              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
36550              
36551              Plus a little bit of tweaking in pregcomp().
36552      Branch: perl
36553            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
36554 ____________________________________________________________________________
36555 [  7740] By: nick                                  on 2000/11/18  20:17:22
36556         Log: Lexical use open ... support:
36557              add ->cop_io to COP structure in cop.h.
36558              Make mg.c and gv.c associate it with ${^OPEN}.
36559              Make lib/open.pm set it.
36560              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
36561              manner similar to ->cop_warnings.
36562              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
36563              call new PerlIO_apply_layers().
36564              Declare latter in perlio.h and define in perlio.c
36565      Branch: perlio
36566            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
36567            ! perlio.h pp_ctl.c pp_sys.c sv.c
36568 ____________________________________________________________________________
36569 [  7739] By: jhi                                   on 2000/11/18  19:54:00
36570         Log: Integrate perlio.
36571      Branch: perl
36572           !> doio.c perlio.c pp.c
36573 ____________________________________________________________________________
36574 [  7738] By: jhi                                   on 2000/11/18  17:16:13
36575         Log: Subject: [PATCH 5.7.0] etags broken again
36576              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36577              Date: Sat, 18 Nov 2000 02:41:36 -0500
36578              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
36579      Branch: perl
36580            ! emacs/ptags
36581 ____________________________________________________________________________
36582 [  7737] By: jhi                                   on 2000/11/18  17:12:18
36583         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
36584      Branch: perl
36585            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
36586 ____________________________________________________________________________
36587 [  7736] By: nick                                  on 2000/11/18  14:06:20
36588         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
36589              part to be isolated.
36590      Branch: perlio
36591            ! doio.c perlio.c
36592 ____________________________________________________________________________
36593 [  7735] By: nick                                  on 2000/11/18  11:03:32
36594         Log: Integrate mainline
36595      Branch: perlio
36596           !> Changes README.amiga README.win32 patchlevel.h
36597           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
36598 ____________________________________________________________________________
36599 [  7734] By: jhi                                   on 2000/11/18  01:18:56
36600         Log: Update Changes.
36601      Branch: perl
36602            ! Changes patchlevel.h
36603 ____________________________________________________________________________
36604 [  7733] By: jhi                                   on 2000/11/18  00:32:54
36605         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
36606              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36607              Date: Fri, 17 Nov 2000 17:28:02 -0500
36608              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
36609      Branch: perl
36610            ! regcomp.c regexec.c t/op/re_tests
36611 ____________________________________________________________________________
36612 [  7732] By: jhi                                   on 2000/11/18  00:28:56
36613         Log: Sparc 64-bit pack() fix from Jens Hamisch.
36614      Branch: perl
36615            ! pp.c
36616 ____________________________________________________________________________
36617 [  7731] By: jhi                                   on 2000/11/18  00:18:39
36618         Log: Explain in more detail the {} syntax ambiguousity.
36619              
36620              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
36621              From: Nicholas Clark <nick@ccl4.org>
36622              Date: Fri, 17 Nov 2000 22:10:28 +0000
36623              Message-ID: <20001117221028.A88930@plum.flirble.org>
36624      Branch: perl
36625            ! pod/perlfunc.pod
36626 ____________________________________________________________________________
36627 [  7730] By: jhi                                   on 2000/11/18  00:12:18
36628         Log: Subject: Fix for README.amiga (20000323.033)
36629              From: "Stephen P. Potter" <spp@spotter.yi.org>
36630              Date: Fri, 17 Nov 2000 12:25:51 -0500
36631              Message-Id: <200011171725.MAA05768@spotter.yi.org>
36632      Branch: perl
36633            ! README.amiga
36634 ____________________________________________________________________________
36635 [  7729] By: jhi                                   on 2000/11/18  00:08:34
36636         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
36637              From: "A. C. Yardley" <yardley@tanet.net>
36638              Date: Mon, 3 Apr 2000 11:35:33 -0700
36639              Message-ID: <3483.000403@tanet.net>
36640      Branch: perl
36641            ! README.win32
36642 ____________________________________________________________________________
36643 [  7728] By: nick                                  on 2000/11/17  21:59:47
36644         Log: Integrate mainline
36645      Branch: perlio
36646           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
36647           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
36648           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
36649           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
36650 ____________________________________________________________________________
36651 [  7727] By: nick                                  on 2000/11/17  21:56:31
36652         Log: Experiment on use of attributes.pm interface.
36653              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
36654              SVt_PVRV if not already something better (else vivify of say magic gets
36655              core dump).
36656      Branch: perlio
36657            ! perlio.c pp.c
36658 ____________________________________________________________________________
36659 [  7726] By: jhi                                   on 2000/11/17  14:15:49
36660         Log: Subject: Fix for 20000815.006
36661              From: "Stephen P. Potter" <spp@spotter.yi.org>
36662              Date: Fri, 17 Nov 2000 08:57:45 -0500
36663              Message-Id: <200011171357.IAA05122@spotter.yi.org>
36664              
36665              It's really 20000518.006.
36666      Branch: perl
36667            ! pod/perlmodlib.PL
36668 ____________________________________________________________________________
36669 [  7725] By: jhi                                   on 2000/11/17  14:12:31
36670         Log: Subject: Fix for 20000409.001
36671              From: "Stephen P. Potter" <spp@spotter.yi.org>
36672              Date: Fri, 17 Nov 2000 08:55:45 -0500
36673              Message-Id: <200011171355.IAA05104@spotter.yi.org>
36674      Branch: perl
36675            ! pod/perlfaq9.pod
36676 ____________________________________________________________________________
36677 [  7724] By: jhi                                   on 2000/11/17  14:08:58
36678         Log: Undo #7627 now that we have =head3.
36679      Branch: perl
36680            ! pod/perlhack.pod
36681 ____________________________________________________________________________
36682 [  7723] By: jhi                                   on 2000/11/17  14:04:09
36683         Log: As surmised the #7719 wasn't a good move.
36684      Branch: perl
36685            ! hints/solaris_2.sh
36686 ____________________________________________________________________________
36687 [  7722] By: jhi                                   on 2000/11/17  13:59:04
36688         Log: Also the 64bitall hints can be either here or there.
36689      Branch: perl
36690            ! hints/solaris_2.sh
36691 ____________________________________________________________________________
36692 [  7721] By: jhi                                   on 2000/11/17  02:26:23
36693         Log: Test tweak for the open pragma.
36694      Branch: perl
36695            ! t/lib/b.t
36696 ____________________________________________________________________________
36697 [  7720] By: jhi                                   on 2000/11/17  00:23:22
36698         Log: The long double hints can be here or there.
36699      Branch: perl
36700            ! hints/solaris_2.sh
36701 ____________________________________________________________________________
36702 [  7719] By: jhi                                   on 2000/11/17  00:14:06
36703         Log: For Solaris use64bitall the stdchar needs a little bit of help.
36704      Branch: perl
36705            ! hints/solaris_2.sh
36706 ____________________________________________________________________________
36707 [  7718] By: jhi                                   on 2000/11/16  23:27:34
36708         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
36709              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
36710              Date: Wed, 15 Nov 2000 08:56:32 +0100
36711              Message-ID: <3A1241B0.64477E00@alcatel.at>
36712      Branch: perl
36713            ! lib/Carp/Heavy.pm
36714 ____________________________________________________________________________
36715 [  7717] By: jhi                                   on 2000/11/16  23:23:29
36716         Log: Subject: [PATCH] Re: 20001101.003 PDL
36717              From: Nicholas Clark <nick@ccl4.org>
36718              Date: Thu, 16 Nov 2000 16:48:25 +0000
36719              Message-ID: <20001116164825.B93487@plum.flirble.org>
36720      Branch: perl
36721            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
36722 ____________________________________________________________________________
36723 [  7716] By: jhi                                   on 2000/11/16  23:21:31
36724         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
36725              From: "Casey R. Tweten" <crt@kiski.net>
36726              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
36727              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
36728      Branch: perl
36729            ! lib/Pod/Checker.pm pod/perlpod.pod
36730 ____________________________________________________________________________
36731 [  7715] By: jhi                                   on 2000/11/16  23:19:40
36732         Log: Avoid an infinite loop in VMS when utils scripts are run
36733              with no arguments, from Charles Lane.
36734      Branch: perl
36735            ! configure.com
36736 ____________________________________________________________________________
36737 [  7714] By: jhi                                   on 2000/11/16  23:17:08
36738         Log: Subject: perllocale.pod changes
36739              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
36740              Date: Mon, 13 Nov 2000 10:09:22 +0300
36741              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
36742      Branch: perl
36743            ! pod/perllocale.pod
36744 ____________________________________________________________________________
36745 [  7713] By: jhi                                   on 2000/11/16  23:14:06
36746         Log: Integrate perlio.
36747      Branch: perl
36748           !> doio.c perlio.c perlio.h util.c
36749 ____________________________________________________________________________
36750 [  7712] By: nick                                  on 2000/11/16  21:10:58
36751         Log: Integrate mainline
36752      Branch: perlio
36753           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
36754           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
36755           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
36756           !> vos/config.ga.def vos/config.ga.h win32/config.bc
36757           !> win32/config.gc win32/config.vc
36758 ____________________________________________________________________________
36759 [  7711] By: nick                                  on 2000/11/16  19:56:41
36760         Log: Minor tweaks:
36761              consistent way of getting 'rb', 'wb' etc. for binary opens
36762              move *perlio::layers to *open::layers
36763              a #define to show layers available
36764              DOSISH popen/PerlIO had export/import sense inverted.
36765      Branch: perlio
36766            ! doio.c perlio.c perlio.h util.c
36767 ____________________________________________________________________________
36768 [  7710] By: jhi                                   on 2000/11/16  15:46:05
36769         Log: Add HAS_SBRK_PROTO.
36770      Branch: metaconfig/U/perl
36771            + d_sbrkproto.U
36772      Branch: perl
36773            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36774            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
36775            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
36776            ! vos/config.ga.def vos/config.ga.h win32/config.bc
36777            ! win32/config.gc win32/config.vc
36778 ____________________________________________________________________________
36779 [  7709] By: nick                                  on 2000/11/16  07:31:49
36780         Log: Integrate mainline
36781      Branch: perlio
36782           !> (integrate 35 files)
36783 ____________________________________________________________________________
36784 [  7708] By: jhi                                   on 2000/11/16  05:33:03
36785         Log: These files are text, not binary.
36786      Branch: perl
36787            ! ext/Encode/Encode/iso8859-10.enc
36788            ! ext/Encode/Encode/iso8859-13.enc
36789            ! ext/Encode/Encode/iso8859-14.enc
36790            ! ext/Encode/Encode/iso8859-15.enc
36791 ____________________________________________________________________________
36792 [  7707] By: jhi                                   on 2000/11/16  01:53:37
36793         Log: Update Changes.
36794      Branch: perl
36795            ! Changes patchlevel.h
36796 ____________________________________________________________________________
36797 [  7706] By: jhi                                   on 2000/11/16  01:35:59
36798         Log: More #undefing of stdio.
36799      Branch: perl
36800            ! fakesdio.h nostdio.h
36801 ____________________________________________________________________________
36802 [  7705] By: jhi                                   on 2000/11/16  01:34:18
36803         Log: Add fwalk() probe to the configuration files and regen perltoc.
36804      Branch: perl
36805            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36806            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
36807            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
36808            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
36809            ! win32/config.bc win32/config.gc win32/config.vc
36810 ____________________________________________________________________________
36811 [  7704] By: jhi                                   on 2000/11/16  01:33:07
36812         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
36813              an optional third argument to Inlibc?)
36814      Branch: metaconfig/U/perl
36815            + d__fwalk.U
36816 ____________________________________________________________________________
36817 [  7703] By: jhi                                   on 2000/11/16  01:09:22
36818         Log: The type of the hash_cb() size argument is tricky.
36819      Branch: perl
36820            ! ext/DB_File/DB_File.xs
36821 ____________________________________________________________________________
36822 [  7702] By: jhi                                   on 2000/11/15  23:01:16
36823         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
36824      Branch: perl
36825            ! nostdio.h
36826 ____________________________________________________________________________
36827 [  7701] By: jhi                                   on 2000/11/15  22:52:32
36828         Log: Detypo.
36829      Branch: perl
36830            ! t/lib/bigfltpm.t
36831 ____________________________________________________________________________
36832 [  7700] By: jhi                                   on 2000/11/15  22:51:56
36833         Log: UINT64_C() work continues.
36834      Branch: perl
36835            ! handy.h perl.h utf8.h
36836 ____________________________________________________________________________
36837 [  7699] By: jhi                                   on 2000/11/15  14:13:04
36838         Log: SOCKS has its own USE_THREADS, based on
36839              
36840              Subject: [ID 20001114.002] et. al. bugfix followup
36841              From: Jens Hamisch <jens@Strawberry.COM> 
36842              Date: Wed, 15 Nov 2000 14:23:11 +0100
36843              Message-ID: <20001115142311.A21164@Strawberry.COM>
36844      Branch: perl
36845            ! perl.h
36846 ____________________________________________________________________________
36847 [  7698] By: jhi                                   on 2000/11/15  03:50:56
36848         Log: Add few missing #undefs and sort them.
36849      Branch: perl
36850            ! fakesdio.h
36851 ____________________________________________________________________________
36852 [  7697] By: jhi                                   on 2000/11/15  03:39:14
36853         Log: Linenumber fix.
36854      Branch: perl
36855            ! t/pragma/warn/utf8
36856 ____________________________________________________________________________
36857 [  7696] By: jhi                                   on 2000/11/15  02:55:26
36858         Log: EBCDIC tweaks.
36859              
36860              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
36861              From: Peter Prymmer <pvhp@forte.com>
36862              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
36863              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
36864      Branch: perl
36865            ! t/op/regmesg.t t/pragma/warn/utf8
36866 ____________________________________________________________________________
36867 [  7695] By: jhi                                   on 2000/11/15  02:53:58
36868         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
36869              From: Peter Prymmer <pvhp@forte.com>
36870              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
36871              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
36872      Branch: perl
36873            ! utf8.c
36874 ____________________________________________________________________________
36875 [  7694] By: jhi                                   on 2000/11/15  02:50:55
36876         Log: Subject: [PATCH: perl@7674] updates to README.os390
36877              From: Prymmer/Kahn <pvhp@best.com>
36878              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
36879              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
36880      Branch: perl
36881            ! README.os390
36882 ____________________________________________________________________________
36883 [  7693] By: jhi                                   on 2000/11/15  02:48:37
36884         Log: Quit utf8_to_uv() instantly if curlen == 0.
36885      Branch: perl
36886            ! utf8.c
36887 ____________________________________________________________________________
36888 [  7692] By: jhi                                   on 2000/11/15  02:24:29
36889         Log: Use u_int32_t for the size of hash_cb(), not size_t.
36890              
36891              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
36892              From: Jens Hamisch <jens@Strawberry.COM>     
36893              Date: Tue, 14 Nov 2000 19:03:55 +0100
36894              Message-Id: <20001114190355.A20559@Strawberry.COM>
36895      Branch: perl
36896            ! ext/DB_File/DB_File.xs
36897 ____________________________________________________________________________
36898 [  7691] By: jhi                                   on 2000/11/15  02:20:12
36899         Log: Use UINT64_C().
36900              
36901              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
36902              From: Jens Hamisch <jens@Strawberry.COM>
36903              Date: Tue, 14 Nov 2000 19:16:23 +0100
36904              Message-Id: <20001114191623.G20559@Strawberry.COM>
36905      Branch: perl
36906            ! utf8.c utf8.h
36907 ____________________________________________________________________________
36908 [  7690] By: jhi                                   on 2000/11/15  02:17:06
36909         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
36910              (a macro to define signed and unsigned integer constants).
36911      Branch: perl
36912            ! handy.h
36913 ____________________________________________________________________________
36914 [  7689] By: jhi                                   on 2000/11/15  01:56:51
36915         Log: Regen Configure.
36916      Branch: perl
36917            ! Configure
36918 ____________________________________________________________________________
36919 [  7688] By: jhi                                   on 2000/11/15  01:56:32
36920         Log: Make the unit know about SOCKS.
36921      Branch: metaconfig
36922            ! U/protos/socksizetype.U
36923 ____________________________________________________________________________
36924 [  7687] By: jhi                                   on 2000/11/15  01:54:47
36925         Log: Remove unused dependencies.
36926      Branch: metaconfig
36927            ! U/compline/d_getpagsz.U
36928 ____________________________________________________________________________
36929 [  7686] By: nick                                  on 2000/11/14  21:25:13
36930         Log: Integrate mainline.
36931      Branch: perlio
36932           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
36933           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
36934           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
36935           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
36936           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
36937           !> win32/config.bc win32/config.gc win32/config.vc
36938           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
36939 ____________________________________________________________________________
36940 [  7685] By: jhi                                   on 2000/11/14  17:54:56
36941         Log: Integrate perlio.
36942      Branch: perl
36943           +> fakesdio.h perliol.h
36944           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
36945           !> perlsdio.h perlsfio.h pod/perlfunc.pod
36946 ____________________________________________________________________________
36947 [  7684] By: nick                                  on 2000/11/14  17:43:04
36948         Log: PerlIO #include and #ifdef re-work.
36949      Branch: perlio
36950            + fakesdio.h perliol.h
36951            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
36952            ! perlsdio.h perlsfio.h
36953 ____________________________________________________________________________
36954 [  7683] By: jhi                                   on 2000/11/14  15:42:40
36955         Log: Hoist the duplicated socket/netdb include logic to perl.h;
36956              undef SETERRNO in case SOCKS has defined it.  Based on:
36957              
36958              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
36959              From: Jens Hamisch <jens@Strawberry.COM> 
36960              Date: Tue, 14 Nov 2000 11:34:40 +0100
36961              Message-Id: <20001114113440.A20005@Strawberry.COM>
36962      Branch: perl
36963            ! doio.c perl.h pp_sys.c
36964 ____________________________________________________________________________
36965 [  7682] By: jhi                                   on 2000/11/14  14:07:28
36966         Log: Subject: some additions for makefiles for win32 (for perl@7674)
36967              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
36968              Date: Tue, 14 Nov 2000 09:31:13 +0300
36969              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
36970      Branch: perl
36971            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
36972            ! win32/makefile.mk
36973 ____________________________________________________________________________
36974 [  7681] By: jhi                                   on 2000/11/14  14:01:41
36975         Log: Subject: tiny typo in perl5db.pl
36976              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
36977              Date: Tue, 14 Nov 2000 09:29:28 +0300
36978              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
36979      Branch: perl
36980            ! lib/perl5db.pl
36981 ____________________________________________________________________________
36982 [  7680] By: jhi                                   on 2000/11/14  04:13:50
36983         Log: Redo #7679 with LFs instead of CRLFs.
36984      Branch: perl
36985            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
36986            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
36987            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
36988 ____________________________________________________________________________
36989 [  7679] By: jhi                                   on 2000/11/14  01:21:09
36990         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
36991              From: Benjamin Stuhl <tiriath@yahoo.com> 
36992              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
36993              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
36994      Branch: perl
36995            + win32/bin/mdelete.bat
36996            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
36997            ! makedef.pl perlio.c win32/Makefile win32/config.gc
36998            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
36999 ____________________________________________________________________________
37000 [  7678] By: jhi                                   on 2000/11/14  01:19:20
37001         Log: Fix the re extension building for Win32.
37002              
37003              Subject: [PATCH perl@7638] Get PerlIO building on Win32
37004              From: Benjamin Stuhl <tiriath@yahoo.com> 
37005              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
37006              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
37007      Branch: perl
37008            + ext/re/hints/MSWin32.pl
37009            ! MANIFEST
37010 ____________________________________________________________________________
37011 [  7677] By: jhi                                   on 2000/11/14  01:13:54
37012         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
37013              From: sthoenna@efn.org
37014              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
37015              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
37016      Branch: perl
37017            ! doop.c pp.c toke.c utf8.c utf8.h
37018 ____________________________________________________________________________
37019 [  7676] By: jhi                                   on 2000/11/13  20:23:15
37020         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
37021              From: Nicholas Clark <nick@ccl4.org>
37022              Date: Mon, 13 Nov 2000 18:55:04 +0000
37023              Message-ID: <20001113185504.J29183@plum.flirble.org>
37024      Branch: perl
37025            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
37026 ____________________________________________________________________________
37027 [  7675] By: nick                                  on 2000/11/13  20:21:57
37028         Log: Integrate mainline ...
37029      Branch: perlio
37030           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
37031           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
37032           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
37033           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
37034 ____________________________________________________________________________
37035 [  7674] By: jhi                                   on 2000/11/13  15:07:56
37036         Log: Update Changes.
37037      Branch: perl
37038            ! Changes patchlevel.h
37039 ____________________________________________________________________________
37040 [  7673] By: jhi                                   on 2000/11/13  14:42:42
37041         Log: Remove the new two tests of lib/io_xs for now, they seem to
37042              fail under perlio on some platforms.
37043      Branch: perl
37044            ! t/lib/io_xs.t
37045 ____________________________________________________________________________
37046 [  7672] By: jhi                                   on 2000/11/13  13:57:53
37047         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
37048      Branch: perl
37049            ! perlio.c
37050 ____________________________________________________________________________
37051 [  7671] By: jhi                                   on 2000/11/13  05:30:48
37052         Log: Placate nervous compilers that see longer than ints switch()ing.
37053      Branch: perl
37054            ! utf8.c
37055 ____________________________________________________________________________
37056 [  7670] By: jhi                                   on 2000/11/13  05:14:21
37057         Log: fputs() does return EOF on error but here we don't care.
37058      Branch: perl
37059            ! perlio.c
37060 ____________________________________________________________________________
37061 [  7669] By: jhi                                   on 2000/11/13  05:02:45
37062         Log: Declare reg_data like reg_substr_data.
37063      Branch: perl
37064            ! regexp.h
37065 ____________________________________________________________________________
37066 [  7668] By: jhi                                   on 2000/11/13  04:54:34
37067         Log: Typos in #7667.
37068      Branch: perl
37069            ! perl.h
37070 ____________________________________________________________________________
37071 [  7667] By: jhi                                   on 2000/11/13  04:49:49
37072         Log: Cleanup messy #ifdef.
37073      Branch: perl
37074            ! perl.h
37075 ____________________________________________________________________________
37076 [  7666] By: jhi                                   on 2000/11/13  04:17:34
37077         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
37078              From: Nicholas Clark <nick@talking.bollo.cx>
37079              Date: Sun, 12 Nov 2000 21:14:11 +0000
37080              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
37081              
37082              Note: only one breakage of the two reported is fixed by this patch.
37083      Branch: perl
37084            ! perlio.c
37085 ____________________________________________________________________________
37086 [  7665] By: jhi                                   on 2000/11/13  04:05:07
37087         Log: Tweak the definition of the bit complement on UTF-8 data:
37088              if none of the characters in the string are > 0xff,
37089              the result is a complemented byte string, not a (UTF-8)
37090              char string.  Based on the summary in
37091              
37092              Subject: Re: [ID 20000918.005] ~ on wide chars
37093              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
37094              Date: Fri, 10 Nov 2000 09:47:15 -0800
37095              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
37096              
37097              This should give us the maximum backward (pre-char string)
37098              compatibility and utf8 compatibility.  The other alternative
37099              would be to limit the bit complement to be always byte only,
37100              taking the least significant byte of the chars.
37101      Branch: perl
37102            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
37103 ____________________________________________________________________________
37104 [  7664] By: jhi                                   on 2000/11/13  00:23:44
37105         Log: Couple of tests from #7660 salvaged.
37106      Branch: perl
37107            - t/op/tell.t
37108            ! MANIFEST t/io/tell.t
37109 ____________________________________________________________________________
37110 [  7663] By: jhi                                   on 2000/11/13  00:02:48
37111         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
37112              From: Nicholas Clark <nick@talking.bollo.cx>
37113              Date: Sun, 12 Nov 2000 21:23:43 +0000
37114              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
37115      Branch: perl
37116            ! perlsfio.h
37117 ____________________________________________________________________________
37118 [  7662] By: jhi                                   on 2000/11/13  00:01:39
37119         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
37120              From: Nicholas Clark <nick@talking.bollo.cx>
37121              Date: Sun, 12 Nov 2000 21:30:04 +0000
37122              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
37123      Branch: perl
37124            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
37125 ____________________________________________________________________________
37126 [  7661] By: jhi                                   on 2000/11/12  23:57:29
37127         Log: Document tell() on special streams.
37128      Branch: perl
37129            ! pod/perlfunc.pod
37130 ____________________________________________________________________________
37131 [  7660] By: jhi                                   on 2000/11/12  23:54:22
37132         Log: (Subsumed by #7664)
37133      Branch: perl
37134            + t/op/tell.t
37135            ! MANIFEST
37136 ____________________________________________________________________________
37137 [  7659] By: jhi                                   on 2000/11/12  22:55:25
37138         Log: Many subdocumented return values of the IO extension now documented.
37139              ungetc and write still left subdocumented.
37140              
37141              Subject: [PATCH] (was Re: IO::Handle::ungetc)
37142              From: Nicholas Clark <nick@talking.bollo.cx>
37143              Date: Sun, 12 Nov 2000 21:35:53 +0000
37144              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
37145      Branch: perl
37146            ! ext/IO/lib/IO/Handle.pm
37147 ____________________________________________________________________________
37148 [  7658] By: jhi                                   on 2000/11/12  21:37:06
37149         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
37150              From: Nicholas Clark <nick@talking.bollo.cx>
37151              Date: Sun, 12 Nov 2000 20:03:22 +0000
37152              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
37153      Branch: perl
37154            ! pod/perlfunc.pod
37155 ____________________________________________________________________________
37156 [  7657] By: jhi                                   on 2000/11/12  20:34:55
37157         Log: Integrate perlio.
37158      Branch: perl
37159           !> perlio.c
37160 ____________________________________________________________________________
37161 [  7656] By: nick                                  on 2000/11/12  19:25:06
37162         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
37163      Branch: perlio
37164            ! perlio.c
37165 ____________________________________________________________________________
37166 [  7655] By: nick                                  on 2000/11/12  19:09:41
37167         Log: Integrate mainline
37168      Branch: perlio
37169           +> README.solaris ext/Encode/Encode/cp1006.enc
37170           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
37171           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
37172           +> ext/Encode/Encode/iso8859-13.enc
37173           +> ext/Encode/Encode/iso8859-14.enc
37174           +> ext/Encode/Encode/iso8859-15.enc
37175           !> (integrate 34 files)
37176 ____________________________________________________________________________
37177 [  7654] By: jhi                                   on 2000/11/12  19:00:22
37178         Log: Add a metaconfig unit for fsync.
37179      Branch: metaconfig/U/perl
37180            + d_fsync.U
37181 ____________________________________________________________________________
37182 [  7653] By: jhi                                   on 2000/11/12  19:00:01
37183         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
37184      Branch: perl
37185            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37186            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
37187            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37188            ! vos/config.ga.h win32/config.bc win32/config.gc
37189            ! win32/config.vc
37190 ____________________________________________________________________________
37191 [  7652] By: jhi                                   on 2000/11/11  21:12:01
37192         Log: Copy the s// information of README.hpux also to the perlrun.
37193      Branch: perl
37194            ! README.hpux pod/perlrun.pod
37195 ____________________________________________________________________________
37196 [  7651] By: jhi                                   on 2000/11/11  21:03:13
37197         Log: More README.solaris updates from Andy Dougherty.
37198      Branch: perl
37199            ! README.solaris
37200 ____________________________________________________________________________
37201 [  7650] By: jhi                                   on 2000/11/11  18:38:57
37202         Log: More descriptive error for unknown perlio layers.
37203              
37204              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
37205              From: Dominic Dunlop <domo@computer.org> 
37206              Date: Sat, 11 Nov 2000 18:20:32 +0100             
37207              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
37208      Branch: perl
37209            ! perlio.c pod/perldiag.pod
37210 ____________________________________________________________________________
37211 [  7649] By: jhi                                   on 2000/11/11  18:37:52
37212         Log: MachTen doesn't really do mmap() and munmap().
37213              
37214              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
37215              From: Dominic Dunlop <domo@computer.org> 
37216              Date: Sat, 11 Nov 2000 18:20:32 +0100             
37217              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
37218      Branch: perl
37219            ! hints/machten.sh
37220 ____________________________________________________________________________
37221 [  7648] By: jhi                                   on 2000/11/11  18:36:46
37222         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
37223              From: rspier@pobox.com (Robert Spier)
37224              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
37225              Message-ID: <14861.32839.491271.985797@rls.cx>
37226      Branch: perl
37227            ! Porting/Contract pod/perltoot.pod
37228 ____________________________________________________________________________
37229 [  7647] By: jhi                                   on 2000/11/11  18:35:30
37230         Log: Simplify the getpagesize() unit by dropping the
37231              pagesize probe since it's nowadays slightly more
37232              complicated because of sysconf(). (Note: if some
37233              platform really needs the -lPW for getpagesize,
37234              I just broke it.)
37235              
37236              TODO: a new pagesize unit.
37237      Branch: metaconfig
37238            ! U/compline/d_getpagsz.U
37239 ____________________________________________________________________________
37240 [  7646] By: jhi                                   on 2000/11/11  18:33:23
37241         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
37242      Branch: perl
37243            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37244            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
37245            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37246            ! vos/config.ga.h win32/config.bc win32/config.gc
37247            ! win32/config.vc
37248 ____________________________________________________________________________
37249 [  7645] By: jhi                                   on 2000/11/11  16:45:15
37250         Log: Use sysconf() or getpagesize() to find out the pagesize.
37251      Branch: perl
37252            ! perlio.c
37253 ____________________________________________________________________________
37254 [  7644] By: jhi                                   on 2000/11/11  15:46:08
37255         Log: Integrate perlio.
37256      Branch: perl
37257           !> perlio.c
37258 ____________________________________________________________________________
37259 [  7643] By: jhi                                   on 2000/11/11  15:33:36
37260         Log: Subject: Re: [PATCH] README.solaris
37261              From: Lupe Christoph <lupe@lupe-christoph.de>
37262              Date: Sat, 11 Nov 2000 14:08:10 +0100
37263              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
37264      Branch: perl
37265            ! README.solaris
37266 ____________________________________________________________________________
37267 [  7642] By: jhi                                   on 2000/11/11  15:22:12
37268         Log: Subject: [PATCH perl@7638] cygwin port
37269              From: "Eric Fifer" <egf7@columbia.edu>            
37270              Date: Fri, 10 Nov 2000 19:30:30 -0000
37271              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
37272      Branch: perl
37273            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
37274 ____________________________________________________________________________
37275 [  7641] By: nick                                  on 2000/11/11  14:50:36
37276         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
37277              Also call "Buf" layer directly when unread'ing non-read chars.
37278      Branch: perlio
37279            ! perlio.c
37280 ____________________________________________________________________________
37281 [  7640] By: jhi                                   on 2000/11/11  02:05:02
37282         Log: Add more encoding tables.
37283      Branch: perl
37284            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
37285            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
37286            + ext/Encode/Encode/iso8859-10.enc
37287            + ext/Encode/Encode/iso8859-13.enc
37288            + ext/Encode/Encode/iso8859-14.enc
37289            + ext/Encode/Encode/iso8859-15.enc
37290            ! MANIFEST
37291 ____________________________________________________________________________
37292 [  7639] By: jhi                                   on 2000/11/10  18:49:25
37293         Log: Subject: [PATCH] README.solaris
37294              From: Andy Dougherty <doughera@lafayette.edu>
37295              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
37296              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
37297      Branch: perl
37298            + README.solaris
37299            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
37300            ! pod/perl.pod pod/perltoc.pod
37301 ____________________________________________________________________________
37302 [  7638] By: jhi                                   on 2000/11/10  15:04:15
37303         Log: Update Changes.
37304      Branch: perl
37305            ! Changes patchlevel.h
37306 ____________________________________________________________________________
37307 [  7637] By: jhi                                   on 2000/11/10  14:14:28
37308         Log: Explain better why certain regex tests are skipped.
37309              
37310              Subject: Re: tests skipped: unknown reason
37311              From: Lupe Christoph <lupe@lupe-christoph.de>
37312              Date: Fri, 10 Nov 2000 09:08:56 +0100
37313              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
37314      Branch: perl
37315            ! t/op/regexp.t
37316 ____________________________________________________________________________
37317 [  7636] By: nick                                  on 2000/11/10  13:40:00
37318         Log: Integrate mainline.
37319      Branch: perlio
37320           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
37321           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
37322           !> win32/bin/search.pl
37323 ____________________________________________________________________________
37324 [  7635] By: nick                                  on 2000/11/10  13:25:52
37325         Log: Re-instate stdio large file support via perlio.
37326      Branch: perl
37327            ! perlio.c
37328 ____________________________________________________________________________
37329 [  7634] By: jhi                                   on 2000/11/10  04:49:55
37330         Log: Amdahl UTS hints updates.
37331              
37332              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
37333              From: hom00@utsglobal.com (Harold O Morris)
37334              Date: Thu, 9 Nov 2000 20:02 PST
37335              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
37336      Branch: perl
37337            ! hints/uts.sh
37338 ____________________________________________________________________________
37339 [  7633] By: jhi                                   on 2000/11/09  23:33:28
37340         Log: Subject: [PATCH] IO::Seekable pod
37341              From: Nicholas Clark <nick@talking.bollo.cx>
37342              Date: Thu, 9 Nov 2000 20:29:45 +0000
37343              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
37344      Branch: perl
37345            ! ext/IO/lib/IO/Handle.pm
37346 ____________________________________________________________________________
37347 [  7632] By: jhi                                   on 2000/11/09  21:55:41
37348         Log: Various doc oddball characters.
37349              
37350              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
37351              From: Michael Somos <somos@grail.cba.csuohio.edu>
37352              Date: Mon, 6 Nov 2000 17:44:20 -0500
37353              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
37354      Branch: perl
37355            ! emacs/cperl-mode.el lib/unicode/syllables.txt
37356            ! win32/bin/search.pl
37357 ____________________________________________________________________________
37358 [  7631] By: jhi                                   on 2000/11/09  21:12:29
37359         Log: Subject: Re: bash -c exit and linux hints 
37360              From: "John P. Linderman" <jpl@research.att.com>
37361              Date: Thu, 02 Nov 2000 09:37:25 -0500
37362              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
37363      Branch: perl
37364            ! hints/linux.sh
37365 ____________________________________________________________________________
37366 [  7630] By: nick                                  on 2000/11/09  20:34:11
37367         Log: Integrate mainline.
37368      Branch: perlio
37369           !> (integrate 91 files)
37370 ____________________________________________________________________________
37371 [  7629] By: jhi                                   on 2000/11/09  19:46:31
37372         Log: Missing dTHXs.
37373              
37374              Subject: RE: perl@7595 builds not on cygwin
37375              From: "Eric Fifer" <egf7@columbia.edu>
37376              Date: Thu, 9 Nov 2000 19:26:50 -0000
37377              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
37378      Branch: perl
37379            ! ext/Devel/Peek/Peek.xs
37380 ____________________________________________________________________________
37381 [  7628] By: jhi                                   on 2000/11/09  14:48:27
37382         Log: Disable only the tests 99 and 166 for UTF-8 locales.
37383      Branch: perl
37384            ! t/pragma/locale.t
37385 ____________________________________________________________________________
37386 [  7627] By: jhi                                   on 2000/11/09  14:40:27
37387         Log: There's no =head3.
37388      Branch: perl
37389            ! pod/perlhack.pod
37390 ____________________________________________________________________________
37391 [  7626] By: jhi                                   on 2000/11/09  13:54:26
37392         Log: The generated boot_* headers are wrong.  Pickier compiler,
37393              such as KAI C++ will refuse to compile the resulting perlmain.
37394              
37395              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
37396              From: Harri Pasanen <harri.pasanen@trema.com>
37397              Date: Thu, 09 Nov 2000 14:23:28 +0100
37398              Message-Id: <3A0AA550.26D548A3@trema.com>
37399      Branch: perl
37400            ! minimod.pl
37401 ____________________________________________________________________________
37402 [  7625] By: jhi                                   on 2000/11/09  13:50:44
37403         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
37404              From: Prymmer/Kahn <pvhp@best.com>
37405              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
37406              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
37407              
37408              All except the "cow orker" change.
37409      Branch: perl
37410            ! Porting/pumpkin.pod
37411 ____________________________________________________________________________
37412 [  7624] By: jhi                                   on 2000/11/09  13:45:33
37413         Log: Fix for
37414              
37415              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
37416              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
37417              Date: Thu, 09 Nov 2000 11:05:52 +0100
37418              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
37419      Branch: perl
37420            ! pod/perldiag.pod t/pragma/warn/pp_sys
37421 ____________________________________________________________________________
37422 [  7623] By: jhi                                   on 2000/11/09  13:37:16
37423         Log: Typo in an ifndef.
37424              
37425              Subject: Re: [PATCH 5.7.0] better messages from malloc()
37426              From: Joe Smith <jms@inwap.com>         
37427              Date: Thu, 09 Nov 2000 01:33:14 -0800
37428              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
37429      Branch: perl
37430            ! malloc.c
37431 ____________________________________________________________________________
37432 [  7622] By: jhi                                   on 2000/11/09  13:31:18
37433         Log: Remove unused extra arguments.
37434      Branch: metaconfig/U/perl
37435            ! perlxv.U
37436      Branch: perl
37437            ! Configure config_h.SH
37438 ____________________________________________________________________________
37439 [  7621] By: jhi                                   on 2000/11/09  13:16:36
37440         Log: More VMS moves on environment handling, from Charles Lane.
37441      Branch: perl
37442            ! t/pragma/locale.t
37443 ____________________________________________________________________________
37444 [  7620] By: jhi                                   on 2000/11/09  04:42:38
37445         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
37446              From: David Dyck <dcd@tc.fluke.com>
37447              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
37448              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
37449      Branch: perl
37450            ! pp_sys.c
37451 ____________________________________________________________________________
37452 [  7619] By: jhi                                   on 2000/11/09  04:36:21
37453         Log: Forgot from #7618.
37454      Branch: perl
37455            ! lib/File/stat.pm
37456 ____________________________________________________________________________
37457 [  7618] By: jhi                                   on 2000/11/09  04:28:44
37458         Log: Make deleting for %ENV work for (newer versions of) VMS,
37459              from Craig A. Berry.
37460      Branch: perl
37461            ! vms/vms.c
37462 ____________________________________________________________________________
37463 [  7617] By: jhi                                   on 2000/11/09  04:25:05
37464         Log: Subject: [PATCH] Class::Struct at compile time
37465              From: "Casey R. Tweten" <crt@kiski.net>
37466              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
37467              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
37468      Branch: perl
37469            ! lib/Class/Struct.pm
37470 ____________________________________________________________________________
37471 [  7616] By: jhi                                   on 2000/11/09  04:15:17
37472         Log: Subject: [ID 20001108.013] spelling
37473              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
37474              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
37475              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
37476      Branch: perl
37477            ! lib/ftp.pl
37478 ____________________________________________________________________________
37479 [  7615] By: jhi                                   on 2000/11/09  04:12:42
37480         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
37481              From: Peter Prymmer <pvhp@forte.com>
37482              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
37483              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
37484      Branch: perl
37485            ! configure.com
37486 ____________________________________________________________________________
37487 [  7614] By: jhi                                   on 2000/11/08  22:42:55
37488         Log: A missing aTHX_.
37489      Branch: perl
37490            ! ext/IPC/SysV/SysV.xs
37491 ____________________________________________________________________________
37492 [  7613] By: jhi                                   on 2000/11/08  19:30:21
37493         Log: Update Changes.
37494      Branch: perl
37495            ! Changes patchlevel.h
37496 ____________________________________________________________________________
37497 [  7612] By: jhi                                   on 2000/11/08  18:35:25
37498         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
37499              From: David Dyck <dcd@tc.fluke.com>
37500              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
37501              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
37502      Branch: perl
37503            ! pp_sys.c
37504 ____________________________________________________________________________
37505 [  7611] By: jhi                                   on 2000/11/08  18:30:26
37506         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
37507              From: Dominic Dunlop <domo@computer.org>
37508              Date: Tue, 7 Nov 2000 12:05:25 +0100
37509              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
37510      Branch: perl
37511            ! malloc.c
37512 ____________________________________________________________________________
37513 [  7610] By: jhi                                   on 2000/11/08  18:25:14
37514         Log: Do not test UTF-8 locales since that the tests would require
37515              polymorphic regexen.
37516      Branch: perl
37517            ! t/pragma/locale.t
37518 ____________________________________________________________________________
37519 [  7609] By: jhi                                   on 2000/11/08  17:12:51
37520         Log: Locale buglets.
37521              
37522              Subject: RE: Locales support (setlocale) fixes
37523              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
37524              Date: Wed, 8 Nov 2000 20:01:39 +0300
37525              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
37526      Branch: perl
37527            ! t/pragma/locale.t util.c
37528 ____________________________________________________________________________
37529 [  7608] By: jhi                                   on 2000/11/08  17:00:16
37530         Log: Deleting $ENV{PATH} in VMS is not recommendable.
37531      Branch: perl
37532            ! t/pragma/locale.t
37533 ____________________________________________________________________________
37534 [  7607] By: jhi                                   on 2000/11/08  16:58:26
37535         Log: Subject: PATCH std stdio for (Free)BSD
37536              From: Nicholas Clark <nick@ccl4.org>
37537              Date: Wed, 8 Nov 2000 15:36:29 +0000
37538              Message-ID: <20001108153629.D98736@plum.flirble.org>
37539      Branch: metaconfig
37540            ! U/compline/d_stdstdio.U
37541      Branch: perl
37542            ! Configure config_h.SH
37543 ____________________________________________________________________________
37544 [  7606] By: jhi                                   on 2000/11/08  16:43:31
37545         Log: Forgot to bump the line numbers in #7601.
37546      Branch: perl
37547            ! t/pragma/warn/pp_sys
37548 ____________________________________________________________________________
37549 [  7605] By: jhi                                   on 2000/11/08  16:39:12
37550         Log: More careful detection of how well NVs and UVs mix.
37551              
37552              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))
37553              From: Nicholas Clark <nick@ccl4.org>
37554              Date: Wed, 8 Nov 2000 15:14:12 +0000
37555              Message-ID: <20001108151412.B98736@plum.flirble.org>
37556              
37557              Added some SIGFPE paranoia.
37558      Branch: metaconfig/U/perl
37559            ! perlxv.U
37560      Branch: perl
37561            ! Configure config_h.SH
37562 ____________________________________________________________________________
37563 [  7604] By: jhi                                   on 2000/11/08  14:39:10
37564         Log: Subject: [patch perl@7595] VMS configure.com tweak
37565              From: "Craig A. Berry" <craigberry@mac.com>
37566              Date: Wed, 8 Nov 2000 00:24:12 -0600
37567              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
37568      Branch: perl
37569            ! configure.com
37570 ____________________________________________________________________________
37571 [  7603] By: jhi                                   on 2000/11/08  14:27:11
37572         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
37573              From: Robin Barker <rmb1@cise.npl.co.uk>
37574              Date: Wed, 8 Nov 2000 11:11:39 GMT
37575              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
37576      Branch: perl
37577            ! perlio.c
37578 ____________________________________________________________________________
37579 [  7602] By: jhi                                   on 2000/11/08  14:25:03
37580         Log: Fix for the tie-refhash string table leaks.
37581              
37582              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
37583              Date: Wed, 8 Nov 2000 13:03:04 GMT
37584              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
37585      Branch: perl
37586            ! t/lib/tie-refhash.t
37587 ____________________________________________________________________________
37588 [  7601] By: jhi                                   on 2000/11/08  14:21:08
37589         Log: Try to avoid flockless and emulationless places.
37590      Branch: perl
37591            ! t/pragma/warn/pp_sys
37592 ____________________________________________________________________________
37593 [  7600] By: jhi                                   on 2000/11/08  02:28:54
37594         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
37595              
37596              Subject: [PATCH] prototyped functions that should be overrideable
37597              From: "Casey R. Tweten" <crt@kiski.net>
37598              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
37599              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
37600      Branch: perl
37601            ! toke.c
37602 ____________________________________________________________________________
37603 [  7599] By: jhi                                   on 2000/11/08  01:12:05
37604         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
37605              
37606              Subject: [PATCH] perlbug.PL
37607              From: "Kurt D. Starsinic" <kstar@chapin.edu>
37608              Date: Mon, 6 Nov 2000 21:39:01 -0500
37609              Message-ID: <20001106213901.B20955@O2.chapin.edu>
37610      Branch: perl
37611            ! utils/perlbug.PL
37612 ____________________________________________________________________________
37613 [  7598] By: jhi                                   on 2000/11/07  23:42:00
37614         Log: Bad thinko in #7581 (I used the test program with the expanded
37615              values as-is).
37616      Branch: metaconfig
37617            ! U/compline/d_stdstdio.U
37618      Branch: perl
37619            ! Configure
37620 ____________________________________________________________________________
37621 [  7597] By: jhi                                   on 2000/11/07  21:43:29
37622         Log: Subject: [PATCH perl@7573] cygwin port
37623              From: "Fifer, Eric" <EFifer@sanwaint.com>
37624              Date: Tue, 7 Nov 2000 18:08:51 -0000 
37625              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
37626              
37627              Synchronize with Cygwin 1.1.5.
37628      Branch: perl
37629            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
37630            ! pod/perlport.pod unixish.h util.c
37631 ____________________________________________________________________________
37632 [  7596] By: jhi                                   on 2000/11/07  21:39:25
37633         Log: perlhack updates from H.Merijn Brand.
37634      Branch: perl
37635            ! pod/perlhack.pod
37636 ____________________________________________________________________________
37637 [  7595] By: jhi                                   on 2000/11/07  20:21:41
37638         Log: Update Changes.
37639      Branch: perl
37640            ! Changes patchlevel.h
37641 ____________________________________________________________________________
37642 [  7594] By: jhi                                   on 2000/11/07  19:18:58
37643         Log: Be more robust in Dynaloader.pm.
37644      Branch: perl
37645            ! ext/DynaLoader/DynaLoader_pm.PL
37646 ____________________________________________________________________________
37647 [  7593] By: jhi                                   on 2000/11/07  16:49:31
37648         Log: AUTHORS update.
37649      Branch: perl
37650            ! AUTHORS
37651 ____________________________________________________________________________
37652 [  7592] By: gsar                                  on 2000/11/07  16:39:51
37653         Log: normalize relative paths in virtualized current directory on windows,
37654              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
37655              returns)
37656      Branch: perl
37657            ! win32/vdir.h
37658 ____________________________________________________________________________
37659 [  7591] By: jhi                                   on 2000/11/07  16:04:26
37660         Log: Too profiler-happy: with optimization the #7590 actually makes
37661              the test to run 0.5% _slower_.  Requires much more instrumentation.
37662              Retract #7590.
37663      Branch: perl
37664            ! regcomp.c regcomp.h
37665 ____________________________________________________________________________
37666 [  7590] By: jhi                                   on 2000/11/07  15:51:13
37667         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
37668              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
37669              by using memset() and testing bytewise (as opposed to bitwise).
37670      Branch: perl
37671            ! regcomp.c regcomp.h
37672 ____________________________________________________________________________
37673 [  7589] By: jhi                                   on 2000/11/07  12:56:39
37674         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
37675              From: "Craig A. Berry" <craig.berry@psinetcs.com>
37676              Date: Mon, 06 Nov 2000 23:45:30 -0500
37677              Message-Id: <0011079735.AA973576259@univpress.com>
37678      Branch: perl
37679            ! configure.com t/lib/st-lock.t
37680 ____________________________________________________________________________
37681 [  7588] By: jhi                                   on 2000/11/07  01:03:28
37682         Log: Tweak #7587.
37683      Branch: perl
37684            ! pod/perldiag.pod
37685 ____________________________________________________________________________
37686 [  7587] By: jhi                                   on 2000/11/07  01:00:27
37687         Log: A doc addition for bug id 20001105.019, beware \p.
37688      Branch: perl
37689            ! pod/perldiag.pod
37690 ____________________________________________________________________________
37691 [  7586] By: jhi                                   on 2000/11/07  00:32:22
37692         Log: Fake support of holey files in win/dosish platforms.
37693              
37694              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
37695              From: kipp@shonanblue.ne.jp
37696              Date: Mon, 6 Nov 2000 13:30:55 -0800
37697              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
37698      Branch: perl
37699            ! ext/SDBM_File/sdbm/sdbm.c
37700 ____________________________________________________________________________
37701 [  7585] By: jhi                                   on 2000/11/07  00:12:54
37702         Log: Subject: Pod updates
37703              From: "Stephen P. Potter" <spp@spotter.yi.org>
37704              Date: Mon, 06 Nov 2000 18:56:43 -0500
37705              Message-Id: <200011062357.SAA18173@spotter.yi.org>
37706      Branch: perl
37707            ! README.dos README.os2 README.win32 pod/buildtoc.PL
37708            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
37709            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
37710            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
37711            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
37712            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
37713            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
37714            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
37715            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
37716            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
37717            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
37718            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
37719            ! pod/perltootc.pod pod/perlunicode.pod
37720 ____________________________________________________________________________
37721 [  7584] By: jhi                                   on 2000/11/07  00:04:17
37722         Log: Varargs don't always work too well if one puts an unsigned
37723              char on the stack and pop an unsigned quad off the stack.
37724              
37725              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
37726              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
37727              Date: Mon, 06 Nov 2000 15:19:05 -0800
37728              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
37729      Branch: perl
37730            ! utf8.c
37731 ____________________________________________________________________________
37732 [  7583] By: jhi                                   on 2000/11/06  23:58:48
37733         Log: %ENV note tweaks from Dan Sugalski.
37734      Branch: perl
37735            ! pod/perlport.pod vms/perlvms.pod
37736 ____________________________________________________________________________
37737 [  7582] By: jhi                                   on 2000/11/06  23:05:49
37738         Log: glibc5 detection by __GNU_LIBRARY__.
37739      Branch: perl
37740            ! toke.c
37741 ____________________________________________________________________________
37742 [  7581] By: jhi                                   on 2000/11/06  22:51:29
37743         Log: Make the stdio test program of 7427 less noisy while being 
37744              compiled so that Digital UNIX wouldn't get both
37745              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
37746              undefined.  This makes perlio happy.
37747      Branch: metaconfig
37748            ! U/compline/d_stdstdio.U
37749      Branch: perl
37750            ! Configure config_h.SH
37751 ____________________________________________________________________________
37752 [  7580] By: jhi                                   on 2000/11/06  22:41:41
37753         Log: Document %ENV = () portability issues.
37754      Branch: perl
37755            ! pod/perlport.pod vms/perlvms.pod
37756 ____________________________________________________________________________
37757 [  7579] By: jhi                                   on 2000/11/06  21:29:24
37758         Log: VOS updates from Paul Green.
37759      Branch: perl
37760            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
37761 ____________________________________________________________________________
37762 [  7578] By: jhi                                   on 2000/11/06  21:00:40
37763         Log: Sanitize the environment further.
37764      Branch: perl
37765            ! t/pragma/locale.t
37766 ____________________________________________________________________________
37767 [  7577] By: jhi                                   on 2000/11/06  20:53:51
37768         Log: Re-introduce 7552 lost in integration.
37769      Branch: perl
37770            ! perlio.c
37771 ____________________________________________________________________________
37772 [  7576] By: jhi                                   on 2000/11/06  20:33:46
37773         Log: Admit that the test leaks scalars.
37774      Branch: perl
37775            ! t/comp/proto.t
37776 ____________________________________________________________________________
37777 [  7575] By: jhi                                   on 2000/11/06  20:17:08
37778         Log: Integrate perlio.
37779      Branch: perl
37780           !> perlio.c
37781 ____________________________________________________________________________
37782 [  7574] By: nick                                  on 2000/11/06  20:07:28
37783         Log: Remove debug. Try (Mmap_t) on madvise() call.
37784      Branch: perlio
37785            ! perlio.c
37786 ____________________________________________________________________________
37787 [  7573] By: jhi                                   on 2000/11/06  13:56:05
37788         Log: Update Changes.
37789      Branch: perl
37790            ! Changes patchlevel.h
37791 ____________________________________________________________________________
37792 [  7572] By: jhi                                   on 2000/11/06  13:48:41
37793         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
37794              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37795              Date: Mon, 06 Nov 2000 10:11:42 +0100
37796              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
37797      Branch: perl
37798            ! pod/perlhack.pod
37799 ____________________________________________________________________________
37800 [  7571] By: jhi                                   on 2000/11/06  01:45:51
37801         Log: AUTHORS updates.
37802      Branch: perl
37803            ! AUTHORS
37804 ____________________________________________________________________________
37805 [  7570] By: jhi                                   on 2000/11/06  00:18:00
37806         Log: Fix for
37807              
37808              Subject: [ID 20000728.005] perl -P broken
37809              From: David Dyck <dcd@tc.fluke.com>
37810              Date: Fri, 28 Jul 2000 17:19:16 -0700
37811              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
37812              
37813              (hopefully).  The fix is also not complete, it seems to break
37814              BOM swallowing for libc5 systems, but until someone figures
37815              out a way to do this without ftell(), this will do.
37816      Branch: perl
37817            ! toke.c
37818 ____________________________________________________________________________
37819 [  7569] By: jhi                                   on 2000/11/06  00:05:30
37820         Log: Document that the evaled syntax errors cause scalar leaks.
37821      Branch: perl
37822            ! t/comp/proto.t
37823 ____________________________________________________________________________
37824 [  7568] By: jhi                                   on 2000/11/05  23:14:47
37825         Log: opmini.o can linger from Configures past.
37826      Branch: perl
37827            ! Makefile.SH
37828 ____________________________________________________________________________
37829 [  7567] By: jhi                                   on 2000/11/05  21:28:39
37830         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
37831              first argument correctly.
37832      Branch: perl
37833            ! perlio.c
37834 ____________________________________________________________________________
37835 [  7566] By: jhi                                   on 2000/11/05  21:15:56
37836         Log: Integrate perlio.
37837      Branch: perl
37838           !> perlio.c
37839 ____________________________________________________________________________
37840 [  7565] By: jhi                                   on 2000/11/05  21:15:13
37841         Log: Use -dM for gcc (the suggested patch did it only for Linux,
37842              but I think it can be generalized).
37843              
37844              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
37845              From: Pixel <pixel@mandrakesoft.com>
37846              Date: 05 Nov 2000 21:49:34 +0100 
37847              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
37848      Branch: perl
37849            ! ext/Errno/Errno_pm.PL
37850 ____________________________________________________________________________
37851 [  7564] By: nick                                  on 2000/11/05  21:09:18
37852         Log: Added a mmap layer as a "subclass" of perlio.
37853              PERLIO=mmap ./perl harness passes
37854      Branch: perlio
37855            ! perlio.c
37856 ____________________________________________________________________________
37857 [  7563] By: jhi                                   on 2000/11/05  19:48:55
37858         Log: Add a note for future generations about bug id 20000229.006.
37859      Branch: perl
37860            ! malloc.c
37861 ____________________________________________________________________________
37862 [  7562] By: jhi                                   on 2000/11/05  19:38:24
37863         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
37864      Branch: perl
37865            ! pp_ctl.c t/op/pos.t
37866 ____________________________________________________________________________
37867 [  7561] By: jhi                                   on 2000/11/05  18:21:46
37868         Log: Add =pod to be tidy.
37869      Branch: perl
37870            ! lib/Math/Complex.pm
37871 ____________________________________________________________________________
37872 [  7560] By: jhi                                   on 2000/11/05  17:38:46
37873         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
37874      Branch: perl
37875            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
37876            ! ext/Storable/Storable.xs t/lib/st-recurse.t
37877 ____________________________________________________________________________
37878 [  7559] By: jhi                                   on 2000/11/05  17:32:59
37879         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
37880              From: "Peter J. Farley III" <pjfarley@banet.net>
37881              Date: Sun, 05 Nov 2000 11:55:59 -0500
37882              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
37883      Branch: perl
37884            ! t/lib/syslog.t
37885 ____________________________________________________________________________
37886 [  7558] By: jhi                                   on 2000/11/05  17:29:19
37887         Log: Integrate perlio.
37888      Branch: perl
37889           !> perlio.c
37890 ____________________________________________________________________________
37891 [  7557] By: jhi                                   on 2000/11/05  17:22:01
37892         Log: A fix of sorts for 20000329.026, a better error message
37893              for a missing "use charnames" when using the \N{...}. 
37894      Branch: perl
37895            ! pod/perldiag.pod toke.c
37896 ____________________________________________________________________________
37897 [  7556] By: jhi                                   on 2000/11/05  16:33:50
37898         Log: Test tweak: show also the failed locales.
37899              
37900              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
37901              From: Lupe Christoph <lupe@lupe-christoph.de>         
37902              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
37903              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
37904      Branch: perl
37905            ! t/pragma/locale.t
37906 ____________________________________________________________________________
37907 [  7555] By: nick                                  on 2000/11/05  11:09:34
37908         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
37909              open RDWR so does not fail. (pragma/warnings 303 again...)
37910      Branch: perlio
37911            ! perlio.c
37912 ____________________________________________________________________________
37913 [  7554] By: nick                                  on 2000/11/05  10:10:13
37914         Log: Fix case where ungetc(f,EOF) was allowed.
37915              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
37916              so we can see similarities.
37917              Use types more carefully and a STDCHAR array in hope that this will
37918              fix Jarrko's 64bit machine.
37919      Branch: perlio
37920            ! perlio.c
37921 ____________________________________________________________________________
37922 [  7553] By: jhi                                   on 2000/11/05  01:12:16
37923         Log: Fix for
37924              
37925              Subject: [ID 20001004.007] taint propogation is inconsistent
37926              From: pimlott@idiomtech.com (Andrew Pimlott) 
37927              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
37928              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
37929              
37930              The culprit was sv_setsv() which was rather blindly
37931              propagating taint, which lead to behaviour where if
37932              a tainted anon hash value was seen all the hash values
37933              from then on at that level became tainted, or at any
37934              upper levels in the case of nested anon hashes.
37935      Branch: perl
37936            ! sv.c t/op/taint.t
37937 ____________________________________________________________________________
37938 [  7552] By: jhi                                   on 2000/11/04  23:44:18
37939         Log: Some cpps don't like splitting conditionals across several lines.
37940      Branch: perl
37941            ! perlio.c
37942 ____________________________________________________________________________
37943 [  7551] By: nick                                  on 2000/11/04  23:40:44
37944         Log: Integrate mainline
37945      Branch: perlio
37946           !> pp_hot.c t/op/taint.t
37947 ____________________________________________________________________________
37948 [  7550] By: nick                                  on 2000/11/04  23:39:05
37949         Log: Integrate mainline again
37950      Branch: perlio
37951           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
37952           !> t/lib/b.t t/op/misc.t util.c
37953 ____________________________________________________________________________
37954 [  7549] By: jhi                                   on 2000/11/04  23:14:01
37955         Log: Fix for
37956              
37957              Subject: [ID 20001004.006] undef is never tainted
37958              From: pimlott@idiomtech.com (Andrew Pimlott)
37959              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
37960              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
37961              
37962              An undef read from a slurped file was not tainted.
37963      Branch: perl
37964            ! pp_hot.c t/op/taint.t
37965 ____________________________________________________________________________
37966 [  7548] By: jhi                                   on 2000/11/04  22:56:21
37967         Log: Test tweak ($Config{useperlio} is by default undef) .
37968      Branch: perl
37969            ! t/lib/b.t
37970 ____________________________________________________________________________
37971 [  7547] By: jhi                                   on 2000/11/04  22:43:56
37972         Log: Integrate perlio.
37973      Branch: perl
37974           +> lib/perlio.pm
37975           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
37976           !> pod/perlapi.pod t/lib/b.t
37977 ____________________________________________________________________________
37978 [  7546] By: jhi                                   on 2000/11/04  22:40:59
37979         Log: Configure would use a bad $myuname from an old config.sh.
37980              
37981              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
37982              From: Andy Dougherty <doughera@lafayette.edu>
37983              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
37984              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
37985      Branch: metaconfig
37986            ! U/modified/Oldconfig.U
37987      Branch: perl
37988            ! Configure config_h.SH
37989 ____________________________________________________________________________
37990 [  7545] By: jhi                                   on 2000/11/04  22:36:54
37991         Log: Subject: Locales support (setlocale) fixes
37992              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
37993              Date: Sat, 4 Nov 2000 10:15:48 +0300 
37994              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
37995              
37996              Modified quite a bit to be more portable.
37997      Branch: perl
37998            ! embed.h embed.pl perl.h proto.h util.c
37999 ____________________________________________________________________________
38000 [  7544] By: jhi                                   on 2000/11/04  22:32:47
38001         Log: Dying is too strict here, better just skip.
38002      Branch: perl
38003            ! t/op/misc.t
38004 ____________________________________________________________________________
38005 [  7543] By: nick                                  on 2000/11/04  21:55:13
38006         Log: Merge mainline
38007      Branch: perlio
38008           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
38009           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
38010           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
38011           !> (integrate 64 files)
38012 ____________________________________________________________________________
38013 [  7542] By: jhi                                   on 2000/11/04  21:09:28
38014         Log: More Changes tweakery.
38015      Branch: perl
38016            ! Changes Porting/genlog
38017 ____________________________________________________________________________
38018 [  7541] By: jhi                                   on 2000/11/04  20:58:18
38019         Log: Changes fixups.
38020      Branch: perl
38021            ! Changes
38022 ____________________________________________________________________________
38023 [  7540] By: jhi                                   on 2000/11/04  20:42:38
38024         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
38025              create a "fast path" for locale name probing using "locale -a"
38026              if available, squash finally hopefully the s?printf resetting
38027              the numeric locale (since, IIUC perllocale, it never shouldn't). 
38028      Branch: perl
38029            ! sv.c t/op/misc.t t/pragma/locale.t
38030 ____________________________________________________________________________
38031 [  7539] By: nick                                  on 2000/11/04  19:56:10
38032         Log: PerlIO infrastructure complete.
38033      Branch: perlio
38034            + lib/perlio.pm
38035            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
38036 ____________________________________________________________________________
38037 [  7538] By: nick                                  on 2000/11/04  14:31:32
38038         Log: Type tweaks + less contorted allocation scheme
38039      Branch: perlio
38040            ! perlio.c
38041 ____________________________________________________________________________
38042 [  7537] By: nick                                  on 2000/11/04  12:40:42
38043         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
38044              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
38045              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
38046              sensible) which lead to some interesting fails.
38047      Branch: perlio
38048            ! perlio.c
38049 ____________________________________________________________________________
38050 [  7536] By: jhi                                   on 2000/11/04  00:20:02
38051         Log: Add FCNTL_CAN_LOCK.
38052              
38053              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
38054              From: Andy Dougherty <doughera@lafayette.edu>
38055              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
38056              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
38057              
38058              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
38059              From: Andy Dougherty <doughera@lafayette.edu>
38060              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
38061              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
38062      Branch: metaconfig/U/perl
38063            + d_fcntl_can_lock.U
38064            ! startperl.U
38065      Branch: perl
38066            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38067            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
38068            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38069            ! vos/config.ga.h win32/config.bc win32/config.gc
38070            ! win32/config.vc
38071 ____________________________________________________________________________
38072 [  7535] By: nick                                  on 2000/11/03  22:19:10
38073         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
38074              - Works on Linux with
38075              perlio + unix
38076              stdio
38077              - Works on Solaris with
38078              perlio + unix
38079              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
38080              - Fails (hangs in openpid) if you try and stack
38081              perlio + stdio - Linux stdio's read() logic is hanging.
38082      Branch: perlio
38083            ! iperlsys.h perlio.c
38084 ____________________________________________________________________________
38085 [  7534] By: jhi                                   on 2000/11/03  15:16:02
38086         Log: Subject: Re: README.aix
38087              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38088              Date: Fri, 03 Nov 2000 16:03:15 +0100
38089              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
38090      Branch: perl
38091            ! README.aix
38092 ____________________________________________________________________________
38093 [  7533] By: jhi                                   on 2000/11/03  03:59:02
38094         Log: Subject: [PATCH 5.7.0] better messages from malloc()
38095              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38096              Date: Wed, 1 Nov 2000 23:39:56 -0500
38097              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
38098      Branch: perl
38099            ! malloc.c pod/perldiag.pod
38100 ____________________________________________________________________________
38101 [  7532] By: jhi                                   on 2000/11/03  00:11:56
38102         Log: The #7521 touched things it shouldn't have.
38103      Branch: perl
38104            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
38105 ____________________________________________________________________________
38106 [  7531] By: jhi                                   on 2000/11/02  22:32:33
38107         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
38108              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38109              Date:     Thu, 2 Nov 2000 16:58:36 EST
38110              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
38111      Branch: perl
38112            ! vms/gen_shrfls.pl
38113 ____________________________________________________________________________
38114 [  7530] By: jhi                                   on 2000/11/02  22:08:49
38115         Log: Fix the problem discussed in
38116              
38117              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
38118              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
38119              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
38120              
38121              originally from Linc Madison.  Also Andreas König's comments
38122              taken into account.  Some other problems with Tie::SubstrHash
38123              fixed: didn't croak when the table exceeded the requested number
38124              of entries (as documented) but instead when the number of entries
38125              exceeded the size of the table, a croak() had an unnecessary \n,
38126              didn't have a CLEAR method, documented that there is no exists().
38127              Didn't fix to be strict-proof because the module uses &foo; and
38128              dynamic scope.  Added a test script exercizing both first tamely 
38129              the basic functionality, and then the failure cases reported by
38130              Linc Madison.
38131      Branch: perl
38132            + t/lib/tie-substrhash.t
38133            ! MANIFEST lib/Tie/SubstrHash.pm
38134 ____________________________________________________________________________
38135 [  7529] By: jhi                                   on 2000/11/02  17:58:08
38136         Log: recv() can fail and return undef.
38137              
38138              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
38139              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
38140              Date: Thu, 2 Nov 2000 20:12:20 +0300
38141              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
38142      Branch: perl
38143            ! lib/Net/Ping.pm
38144 ____________________________________________________________________________
38145 [  7528] By: jhi                                   on 2000/11/02  17:49:09
38146         Log: Detpyo.
38147      Branch: perl
38148            ! pod/perlop.pod
38149 ____________________________________________________________________________
38150 [  7527] By: jhi                                   on 2000/11/02  15:48:37
38151         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
38152              fix a autovivification bug in Tie::RefHash, add tests for both.
38153              
38154              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
38155              From: Edward Avis <epa98@doc.ic.ac.uk>
38156              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
38157              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
38158      Branch: perl
38159            + t/lib/tie-refhash.t
38160            ! MANIFEST lib/Tie/RefHash.pm
38161 ____________________________________________________________________________
38162 [  7526] By: jhi                                   on 2000/11/02  13:56:26
38163         Log: Test::Harness revealed buglets in the new DynaLoader.
38164              
38165              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
38166              From: andreas.koenig@anima.de (Andreas J. Koenig)
38167              Date: 02 Nov 2000 11:26:48 +0100 
38168              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
38169      Branch: perl
38170            ! ext/DynaLoader/DynaLoader_pm.PL
38171 ____________________________________________________________________________
38172 [  7525] By: jhi                                   on 2000/11/01  23:52:08
38173         Log: The entry for #7503 was missing.
38174      Branch: perl
38175            ! Changes
38176 ____________________________________________________________________________
38177 [  7524] By: jhi                                   on 2000/11/01  23:40:52
38178         Log: Update Changes.
38179      Branch: perl
38180            ! Changes patchlevel.h
38181 ____________________________________________________________________________
38182 [  7523] By: jhi                                   on 2000/11/01  22:57:09
38183         Log: More tweaking on the #7522 theme.
38184      Branch: perl
38185            ! ext/DynaLoader/DynaLoader_pm.PL
38186 ____________________________________________________________________________
38187 [  7522] By: jhi                                   on 2000/11/01  22:06:15
38188         Log: Expand %Config variables and %ENV variables only if
38189              so requested during build time using the
38190              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
38191              Not expanding makes relocating distributions easier.
38192      Branch: perl
38193            ! ext/DynaLoader/DynaLoader_pm.PL
38194 ____________________________________________________________________________
38195 [  7521] By: jhi                                   on 2000/11/01  20:56:34
38196         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
38197              and setgid() because they were just changing $< and $( which means
38198              only changing the real uid/gid, as opposed to changing both
38199              real and effective ids.  (The alternative way could have been
38200              in POSIX.pm to change $> and $), too, but making a direct call
38201              to the C API feels cleaner.)  Fixes the bug
38202              
38203              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
38204              From: "Garry T. Williams" <garry@zvolve.com>
38205              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
38206              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
38207      Branch: perl
38208            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
38209            ! ext/POSIX/typemap pod/perlvar.pod
38210 ____________________________________________________________________________
38211 [  7520] By: jhi                                   on 2000/11/01  20:08:33
38212         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
38213              From: "Garry T. Williams" <garry@zvolve.com>
38214              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
38215              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
38216      Branch: perl
38217            ! pod/perlsec.pod
38218 ____________________________________________________________________________
38219 [  7519] By: jhi                                   on 2000/11/01  20:01:22
38220         Log: Locale warning explanation tweak.
38221      Branch: perl
38222            ! pod/perldiag.pod
38223 ____________________________________________________________________________
38224 [  7518] By: jhi                                   on 2000/11/01  18:57:13
38225         Log: C.pm part of
38226              
38227              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
38228              From: Jarkko Hietaniemi <jhi@iki.fi>
38229              Date: Tue, 10 Oct 2000 08:22:28 -0500
38230              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
38231      Branch: perl
38232            ! ext/B/B/C.pm
38233 ____________________________________________________________________________
38234 [  7517] By: jhi                                   on 2000/11/01  18:41:59
38235         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
38236              From: Martien Verbruggen <mgjv@comdyn.com.au>
38237              Date: Fri, 6 Oct 2000 14:09:10 +1100
38238              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
38239      Branch: perl
38240            ! pod/perlop.pod
38241 ____________________________________________________________________________
38242 [  7516] By: jhi                                   on 2000/11/01  18:34:55
38243         Log: Generalize the Camel wording.
38244              
38245              Subject: Re: perlfaq style changes
38246              From: John Borwick <jhborwic@unity.ncsu.edu>
38247              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
38248              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
38249      Branch: perl
38250            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
38251 ____________________________________________________________________________
38252 [  7515] By: jhi                                   on 2000/11/01  16:52:31
38253         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
38254              From: pimlott@idiomtech.com (Andrew Pimlott)
38255              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
38256              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
38257      Branch: perl
38258            ! pod/perlsec.pod
38259 ____________________________________________________________________________
38260 [  7514] By: jhi                                   on 2000/11/01  15:03:40
38261         Log: More AIX lore.
38262      Branch: perl
38263            ! ext/re/hints/aix.pl
38264 ____________________________________________________________________________
38265 [  7513] By: jhi                                   on 2000/11/01  14:48:30
38266         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
38267              From: root <root@chronos.fi.muni.cz>
38268              Date: Wed, 1 Nov 2000 12:31:32 +0100
38269              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
38270      Branch: perl
38271            ! lib/Net/Ping.pm
38272 ____________________________________________________________________________
38273 [  7512] By: jhi                                   on 2000/11/01  14:46:47
38274         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
38275              From: Martin Husemann <martin@duskware.de>
38276              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
38277              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
38278      Branch: perl
38279            ! regcomp.c
38280 ____________________________________________________________________________
38281 [  7511] By: jhi                                   on 2000/11/01  14:39:50
38282         Log: AUTHORS updates.
38283      Branch: perl
38284            ! AUTHORS
38285 ____________________________________________________________________________
38286 [  7510] By: jhi                                   on 2000/11/01  14:29:50
38287         Log: Subject: [PATCH] startperl to respect versiononly
38288              From: Robin Barker <rmb1@cise.npl.co.uk> 
38289              Date: Tue, 31 Oct 2000 16:29:36 GMT
38290              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
38291      Branch: metaconfig/U/perl
38292            ! startperl.U
38293      Branch: perl
38294            ! Configure config_h.SH
38295 ____________________________________________________________________________
38296 [  7509] By: jhi                                   on 2000/11/01  14:19:53
38297         Log: printf UVs the correct way, noticed by Robin Barker.
38298      Branch: perl
38299            ! utf8.c
38300 ____________________________________________________________________________
38301 [  7508] By: jhi                                   on 2000/11/01  14:10:03
38302         Log: Do not cleanup *% because the % has special meanings in some
38303              shell environments.
38304      Branch: perl
38305            ! ext/Storable/Makefile.PL
38306 ____________________________________________________________________________
38307 [  7507] By: jhi                                   on 2000/11/01  14:06:00
38308         Log: The NonStop-UX libraries have a novel way to say NaN.
38309      Branch: perl
38310            ! t/lib/bigfltpm.t
38311 ____________________________________________________________________________
38312 [  7506] By: jhi                                   on 2000/11/01  14:03:35
38313         Log: The osname has been lowercased by now, from Tom Bates.
38314      Branch: metaconfig
38315            ! U/modified/Oldconfig.U
38316      Branch: perl
38317            ! Configure config_h.SH
38318 ____________________________________________________________________________
38319 [  7505] By: jhi                                   on 2000/10/31  19:18:39
38320         Log: The compiler is either gcc or cc, from Tom Bates.
38321      Branch: perl
38322            ! hints/nonstopux.sh
38323 ____________________________________________________________________________
38324 [  7504] By: jhi                                   on 2000/10/31  14:53:42
38325         Log: Update Changes.
38326      Branch: perl
38327            ! Changes patchlevel.h
38328 ____________________________________________________________________________
38329 [  7503] By: jhi                                   on 2000/10/31  14:30:50
38330         Log: Whitespace style tweak.  Was originally going to see to
38331              
38332              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
38333              From: Joe Smith <jms@inwap.com>
38334              Date: Mon, 30 Oct 2000 18:47:57 -0800
38335              Message-Id: <39FE32DD.24AAC4D@inwap.com>
38336              
38337              but that had already been taken care of.
38338      Branch: metaconfig
38339            ! U/compline/d_stdstdio.U
38340      Branch: perl
38341            ! Configure config_h.SH
38342 ____________________________________________________________________________
38343 [  7502] By: jhi                                   on 2000/10/31  14:25:02
38344         Log: AUTHORS tweaks.
38345      Branch: perl
38346            ! AUTHORS
38347 ____________________________________________________________________________
38348 [  7501] By: jhi                                   on 2000/10/31  14:23:59
38349         Log: Subject: perlfaq style changes
38350              From: John Borwick <jhborwic@unity.ncsu.edu>
38351              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
38352              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
38353      Branch: perl
38354            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
38355            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
38356            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
38357            ! pod/perlfaq9.pod
38358 ____________________________________________________________________________
38359 [  7500] By: jhi                                   on 2000/10/31  14:22:15
38360         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
38361              
38362              Subject: Re: [ID 20000918.005] ~ on wide chars
38363              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38364              Date: Mon, 30 Oct 2000 21:09:55 -0800
38365              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
38366              
38367              (The ord() part of the patch skipped.)
38368      Branch: perl
38369            ! doop.c
38370 ____________________________________________________________________________
38371 [  7499] By: jhi                                   on 2000/10/31  14:20:08
38372         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
38373              From: Jens Hamisch <jens@Strawberry.COM>
38374              Date: Mon, 30 Oct 2000 15:17:07 +0100
38375              Message-Id: <20001030151707.A9597@Strawberry.COM>
38376      Branch: perl
38377            ! av.c
38378 ____________________________________________________________________________
38379 [  7498] By: jhi                                   on 2000/10/31  14:16:29
38380         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
38381              From: Peter Prymmer <pvhp@forte.com>
38382              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
38383              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
38384      Branch: perl
38385            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
38386            + ext/Encode/Encode/posix-bc.enc
38387            ! MANIFEST t/lib/encode.t
38388 ____________________________________________________________________________
38389 [  7497] By: jhi                                   on 2000/10/31  14:13:22
38390         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
38391              From: Peter Prymmer <pvhp@forte.com>
38392              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
38393              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
38394      Branch: perl
38395            ! t/lib/cgi-html.t
38396 ____________________________________________________________________________
38397 [  7496] By: jhi                                   on 2000/10/31  14:12:05
38398         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
38399              From: Peter Prymmer <pvhp@forte.com>
38400              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
38401              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
38402      Branch: perl
38403            ! t/lib/cgi-function.t
38404 ____________________________________________________________________________
38405 [  7495] By: jhi                                   on 2000/10/31  14:11:08
38406         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
38407              From: Peter Prymmer <pvhp@forte.com>
38408              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
38409              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
38410      Branch: perl
38411            + ext/re/hints/aix.pl
38412            ! MANIFEST ext/re/Makefile.PL
38413 ____________________________________________________________________________
38414 [  7494] By: jhi                                   on 2000/10/31  14:08:32
38415         Log: Use Errno magic.
38416              
38417              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
38418              From: Casey Tweten <perl@ctweten.amsite.com>
38419              Date: Mon, 30 Oct 2000 15:51:17 -0500
38420              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
38421      Branch: perl
38422            ! lib/File/Temp.pm
38423 ____________________________________________________________________________
38424 [  7493] By: jhi                                   on 2000/10/31  14:05:07
38425         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
38426              
38427              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
38428              From: Nicholas Clark <nick@ccl4.org>
38429              Date: Mon, 30 Oct 2000 17:38:45 +0000
38430              Message-ID: <20001030173845.O60355@plum.flirble.org>
38431      Branch: perl
38432            ! Makefile.SH utils/perlbug.PL
38433 ____________________________________________________________________________
38434 [  7492] By: nick                                  on 2000/10/30  19:37:23
38435         Log: Change files which are mysteriously different to mainline to be
38436              copies of mainline.
38437      Branch: perlio
38438            ! objXSUB.h perlapi.c pod/perlapi.pod
38439 ____________________________________________________________________________
38440 [  7491] By: nick                                  on 2000/10/30  18:05:54
38441         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
38442              - typo in endian code in putc.
38443              - Don't allow read of write-only files and vice-versa
38444              - and off-by-one in flush-all loop.
38445              Remove debug calls as they were using GCC specific features.
38446      Branch: perlio
38447            ! perlio.c
38448 ____________________________________________________________________________
38449 [  7490] By: nick                                  on 2000/10/29  21:45:45
38450         Log: Integrate mainline to perlio
38451      Branch: perlio
38452           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
38453           !> toke.c
38454 ____________________________________________________________________________
38455 [  7489] By: jhi                                   on 2000/10/29  21:11:08
38456         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
38457              From: andreas.koenig@anima.de (Andreas J. Koenig)
38458              Date: 29 Oct 2000 22:05:59 +0100
38459              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
38460      Branch: perl
38461            ! lib/ExtUtils/Manifest.pm
38462 ____________________________________________________________________________
38463 [  7488] By: jhi                                   on 2000/10/29  21:07:47
38464         Log: Tests for #7487.
38465              
38466              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
38467              From: andreas.koenig@anima.de (Andreas J. Koenig)
38468              Date: 29 Oct 2000 19:37:09 +0100
38469              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
38470      Branch: perl
38471            ! t/comp/proto.t
38472 ____________________________________________________________________________
38473 [  7487] By: jhi                                   on 2000/10/29  21:06:27
38474         Log: constsub spillage.
38475              
38476              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
38477              From: John Tobey <jtobey@john-edwin-tobey.org>
38478              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
38479              Message-Id: <m13pvSr-000FObC@feynman.localnet>
38480      Branch: perl
38481            ! op.c
38482 ____________________________________________________________________________
38483 [  7486] By: nick                                  on 2000/10/29  21:05:04
38484         Log: Integrate mainline to perlio branch
38485      Branch: perlio
38486           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
38487           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
38488           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
38489           +> vos/install_perl.cm
38490            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
38491            - vos/config.h vos/config_h.SH_orig
38492           !> (integrate 141 files)
38493 ____________________________________________________________________________
38494 [  7485] By: jhi                                   on 2000/10/29  21:00:47
38495         Log: Make \x{...} consistently produce UTF-8.
38496              
38497              Subject: Re: \x{...} is confused 
38498              From: Simon Cozens <simon@cozens.net>
38499              Date: Sun, 29 Oct 2000 19:36:48 +0000
38500              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
38501      Branch: perl
38502            ! t/pragma/utf8.t toke.c
38503 ____________________________________________________________________________
38504 [  7484] By: nick                                  on 2000/10/29  20:05:29
38505         Log: PerlIO passes all tests.
38506      Branch: perlio
38507            ! perlio.c
38508 ____________________________________________________________________________
38509 [  7483] By: jhi                                   on 2000/10/29  18:06:55
38510         Log: Update Changes.
38511      Branch: perl
38512            ! Changes patchlevel.h
38513 ____________________________________________________________________________
38514 [  7482] By: nick                                  on 2000/10/29  17:43:28
38515         Log: Include <unistd.h> to get correct lseek() prototype etc.
38516              (I thought perl.h did that) - down to two fails
38517              - comp/require.t (last test)
38518              - lib/io_xs.t - possibly import/export of FILE * ?
38519      Branch: perlio
38520            ! perlio.c
38521 ____________________________________________________________________________
38522 [  7481] By: jhi                                   on 2000/10/29  17:02:37
38523         Log: UTF-8 decoder tweak.
38524      Branch: perl
38525            ! utf8.c
38526 ____________________________________________________________________________
38527 [  7480] By: nick                                  on 2000/10/29  16:26:11
38528         Log: Fixed two bugs:
38529              - error code not being set on close (of broken pipe)
38530              - append mode was truncating.
38531              At least one seek/tell bug remains.
38532      Branch: perlio
38533            ! perlio.c
38534 ____________________________________________________________________________
38535 [  7479] By: nick                                  on 2000/10/29  11:18:16
38536         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
38537              in case of accidents. Still several worrying fails, no line disciplines yet.
38538      Branch: perlio
38539            ! iperlsys.h perlio.c
38540 ____________________________________________________________________________
38541 [  7478] By: jhi                                   on 2000/10/29  02:04:01
38542         Log: Add also emailless people.
38543      Branch: perl
38544            ! AUTHORS
38545 ____________________________________________________________________________
38546 [  7477] By: jhi                                   on 2000/10/29  01:36:00
38547         Log: The #7476 needs a MANIFEST change, too.
38548      Branch: perl
38549            ! MANIFEST
38550 ____________________________________________________________________________
38551 [  7476] By: jhi                                   on 2000/10/29  01:35:21
38552         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
38553      Branch: perl
38554            - MAINTAIN
38555            ! AUTHORS Changes
38556 ____________________________________________________________________________
38557 [  7475] By: jhi                                   on 2000/10/28  23:57:25
38558         Log: De-quoted-unreadable to ISO Latin 1.
38559              (There's one ISO-2022-JP name in Changes5.004.)
38560      Branch: perl
38561            ! Changes Changes5.6
38562 ____________________________________________________________________________
38563 [  7474] By: jhi                                   on 2000/10/28  19:13:06
38564         Log: Subject: [ID 20001027.007] uniq array in perlfaq
38565              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
38566              Date: Fri, 27 Oct 2000 19:28:30 +0200
38567              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
38568      Branch: perl
38569            ! pod/perlfaq4.pod
38570 ____________________________________________________________________________
38571 [  7473] By: jhi                                   on 2000/10/28  18:02:05
38572         Log: Locking null mutexes is not recommendable.
38573              
38574              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
38575              From: Hugo <hv@crypt.compulink.co.uk>
38576              Date: Sat, 28 Oct 2000 18:41:12 +0100
38577              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
38578      Branch: perl
38579            ! op.c
38580 ____________________________________________________________________________
38581 [  7472] By: jhi                                   on 2000/10/28  17:52:58
38582         Log: Better create a true mailing list for the repository keepers.
38583      Branch: perl
38584            ! Porting/repository.pod
38585 ____________________________________________________________________________
38586 [  7471] By: jhi                                   on 2000/10/28  17:28:24
38587         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
38588              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
38589      Branch: perl
38590            + Porting/repository.pod
38591            ! MANIFEST
38592 ____________________________________________________________________________
38593 [  7470] By: jhi                                   on 2000/10/28  17:20:54
38594         Log: Subject: DOC PATCH 5.6.0
38595              From: mjd@plover.com
38596              Date: 27 Oct 2000 17:32:44 -0000
38597              Message-ID: <20001027173244.23754.qmail@plover.com>
38598      Branch: perl
38599            ! pod/perlfunc.pod
38600 ____________________________________________________________________________
38601 [  7469] By: jhi                                   on 2000/10/28  17:16:45
38602         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
38603              From: "Peter J. Farley III" <pjfarley@banet.net>
38604              Date: Fri, 27 Oct 2000 20:32:56 -0400
38605              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
38606      Branch: perl
38607            ! README.dos
38608 ____________________________________________________________________________
38609 [  7468] By: jhi                                   on 2000/10/28  17:07:18
38610         Log: Make target reordering to avoid pointless re-makes.
38611              
38612              Subject: Re: Total re-make of 'make okfile' after 7451 ?
38613              From: Nicholas Clark <nick@ccl4.org>
38614              Date: Sat, 28 Oct 2000 00:31:02 +0100
38615              Message-ID: <20001028003101.A54517@plum.flirble.org>
38616      Branch: perl
38617            ! Makefile.SH
38618 ____________________________________________________________________________
38619 [  7467] By: jhi                                   on 2000/10/28  17:05:31
38620         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
38621              From: lvirden@cas.org
38622              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
38623              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
38624      Branch: perl
38625            ! README.os2
38626 ____________________________________________________________________________
38627 [  7466] By: jhi                                   on 2000/10/28  16:09:16
38628         Log: Upgrade to CPAN 1.58_55.
38629              
38630              Subject: CPAN.pm status
38631              From: andreas.koenig@anima.de (Andreas J. Koenig) 
38632              Date: 28 Oct 2000 08:18:00 +0200 
38633              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
38634      Branch: perl
38635            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
38636 ____________________________________________________________________________
38637 [  7465] By: jhi                                   on 2000/10/28  16:02:47
38638         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
38639      Branch: perl
38640            ! embed.h embed.pl perl.h proto.h toke.c
38641 ____________________________________________________________________________
38642 [  7464] By: nick                                  on 2000/10/28  10:43:44
38643         Log: Fix for sv_2iv() on "shared" value from keys %hash.
38644      Branch: perl
38645            ! sv.c
38646 ____________________________________________________________________________
38647 [  7463] By: jhi                                   on 2000/10/27  16:18:29
38648         Log: Update Changes.
38649      Branch: perl
38650            ! Changes patchlevel.h
38651 ____________________________________________________________________________
38652 [  7462] By: jhi                                   on 2000/10/27  16:17:44
38653         Log: Too enthusiastic editing in #7460.
38654      Branch: metaconfig
38655            ! U/modified/Oldsym.U
38656      Branch: perl
38657            ! Configure config_h.SH
38658 ____________________________________________________________________________
38659 [  7461] By: jhi                                   on 2000/10/27  15:37:38
38660         Log: Retract #7459, the script needs more work.
38661      Branch: perl
38662            - mkreef
38663            ! MANIFEST
38664 ____________________________________________________________________________
38665 [  7460] By: jhi                                   on 2000/10/27  15:23:14
38666         Log: Use $sort, $uniq (and $tr) consistently as wondered
38667              by Nicholas Clark.
38668      Branch: metaconfig
38669            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
38670            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
38671            ! U/modified/libc.U
38672      Branch: perl
38673            ! Configure config_h.SH
38674 ____________________________________________________________________________
38675 [  7459] By: jhi                                   on 2000/10/27  15:02:07
38676         Log: (Retracted by #7461)
38677              
38678              Add a shell script for creating/removing symbolic link farms,
38679              useful for keeping the source code read-only and doing the
38680              builds somewhere else.
38681      Branch: perl
38682            + mkreef
38683            ! MANIFEST
38684 ____________________________________________________________________________
38685 [  7458] By: jhi                                   on 2000/10/27  14:42:20
38686         Log: Do away with the fix_pl.
38687      Branch: perl
38688            - fix_pl
38689            ! MANIFEST Makefile.SH
38690 ____________________________________________________________________________
38691 [  7457] By: jhi                                   on 2000/10/27  12:43:13
38692         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
38693              From: Jens Hamisch <jens@Strawberry.COM>
38694              Date: Fri, 27 Oct 2000 14:38:21 +0200
38695              Message-Id: <20001027143821.B3366@Strawberry.COM>
38696      Branch: perl
38697            ! perl.h
38698 ____________________________________________________________________________
38699 [  7456] By: jhi                                   on 2000/10/27  12:33:42
38700         Log: Subject: [PATCH] todo
38701              From: Nicholas Clark <nick@ccl4.org>
38702              Date: Thu, 26 Oct 2000 22:32:29 +0100
38703              Message-ID: <20001026223229.A44540@plum.flirble.org>
38704      Branch: perl
38705            ! pod/perltodo.pod
38706 ____________________________________________________________________________
38707 [  7455] By: jhi                                   on 2000/10/27  12:02:21
38708         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
38709              From: John Tobey <jtobey@john-edwin-tobey.org>
38710              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
38711              Message-Id: <m13ozHF-000FObC@feynman.localnet>
38712      Branch: perl
38713            ! op.c t/pragma/sub_lval.t
38714 ____________________________________________________________________________
38715 [  7454] By: jhi                                   on 2000/10/27  11:59:42
38716         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
38717              From: sthoenna@efn.org
38718              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
38719              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
38720      Branch: perl
38721            ! pp.c t/op/assignwarn.t
38722 ____________________________________________________________________________
38723 [  7453] By: jhi                                   on 2000/10/27  00:15:08
38724         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
38725      Branch: perl
38726            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
38727            ! ext/Storable/Storable.xs t/lib/st-lock.t
38728 ____________________________________________________________________________
38729 [  7452] By: jhi                                   on 2000/10/26  13:05:52
38730         Log: Undo #7451, this seems to be a deficiency in Perforce,
38731              there is no per-file line-terminator type, only per-client.
38732      Branch: perl
38733            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
38734            ! win32/makefile.mk
38735 ____________________________________________________________________________
38736 [  7451] By: jhi                                   on 2000/10/26  04:56:03
38737         Log: Experimenting in DOS arcana.
38738      Branch: perl
38739            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
38740            ! win32/makefile.mk
38741 ____________________________________________________________________________
38742 [  7450] By: jhi                                   on 2000/10/26  04:50:52
38743         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
38744              From: "Peter J. Farley III" <pjfarley@banet.net>            
38745              Date: Wed, 25 Oct 2000 23:10:18 -0400
38746              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
38747      Branch: perl
38748            ! t/io/open.t
38749 ____________________________________________________________________________
38750 [  7449] By: jhi                                   on 2000/10/26  04:49:16
38751         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
38752              From: Hugo <hv@crypt.compulink.co.uk>
38753              Date: Thu, 26 Oct 2000 01:55:17 +0100
38754              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
38755              
38756              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
38757      Branch: perl
38758            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
38759 ____________________________________________________________________________
38760 [  7448] By: jhi                                   on 2000/10/26  04:38:36
38761         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
38762              From: Peter Prymmer <pvhp@forte.com>
38763              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
38764              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
38765      Branch: perl
38766            ! configure.com
38767 ____________________________________________________________________________
38768 [  7447] By: jhi                                   on 2000/10/25  23:20:02
38769         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
38770              in platforms that strictly require all the symbols being present
38771              at link time.
38772      Branch: perl
38773            ! handy.h
38774 ____________________________________________________________________________
38775 [  7446] By: jhi                                   on 2000/10/25  21:55:57
38776         Log: Update Changes.
38777      Branch: perl
38778            ! Changes patchlevel.h
38779 ____________________________________________________________________________
38780 [  7445] By: jhi                                   on 2000/10/25  21:27:08
38781         Log: Integrate with vmsperl #7430 by Charles Bailey:
38782              
38783              Cleanup from prior patch (Charles Lane?):
38784              - improve handling of MFDs in Basename and Path
38785              - default to no xsubpp line # munging when building debug images
38786      Branch: perl
38787           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
38788 ____________________________________________________________________________
38789 [  7444] By: jhi                                   on 2000/10/25  21:03:50
38790         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
38791              From: John Peacock <JPeacock@UnivPress.com>
38792              Date: Thu, 18 May 2000 11:55:27 -0400
38793              Message-ID: <3924126F.A58BE57A@UnivPress.com>
38794      Branch: perl
38795            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
38796            ! t/op/write.t
38797 ____________________________________________________________________________
38798 [  7443] By: jhi                                   on 2000/10/25  20:43:10
38799         Log: Temporary stopgap for the self-tying issue: for now only
38800              array and hash self-ties are verboten.  The real fix, of
38801              course, would be to comprehensively test (and implement?)
38802              and debug (and document) self-ties.
38803      Branch: perl
38804            ! pod/perldiag.pod pp_sys.c t/op/tie.t
38805 ____________________________________________________________________________
38806 [  7442] By: jhi                                   on 2000/10/25  20:14:30
38807         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
38808              From: Dan Sugalski <dan@sidhe.org>
38809              Date: Wed, 25 Oct 2000 13:36:35 -0400
38810              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
38811              
38812              plus regen global.sym.
38813      Branch: perl
38814            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
38815            ! thrdvar.h util.c
38816 ____________________________________________________________________________
38817 [  7441] By: jhi                                   on 2000/10/25  20:12:20
38818         Log: buildtoc target tweaks.
38819      Branch: perl
38820            ! pod/Makefile.SH
38821 ____________________________________________________________________________
38822 [  7440] By: jhi                                   on 2000/10/25  20:03:53
38823         Log: A new version of making the syslog test more robust.
38824              (Replaces #7421.)
38825              
38826              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
38827              From: "Kurt D. Starsinic" <kstar@chapin.edu>
38828              Date: Wed, 25 Oct 2000 12:13:54 -0400
38829              Message-ID: <20001025121354.B2264@O2.chapin.edu>
38830      Branch: perl
38831            ! t/lib/syslog.t
38832 ____________________________________________________________________________
38833 [  7439] By: jhi                                   on 2000/10/25  20:00:48
38834         Log: Continue the internal UTF-8 API tweaking.
38835              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
38836              used much more than the simpler API, now called utf8_to_uv_simple().
38837              Still not quite happy with API, too much partial duplication
38838              of functionality.
38839      Branch: perl
38840            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
38841            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
38842            ! regcomp.c regexec.c sv.c toke.c utf8.c
38843 ____________________________________________________________________________
38844 [  7438] By: jhi                                   on 2000/10/25  18:52:30
38845         Log: Allow poking holes at the UTF-8 decoding strictness.
38846      Branch: perl
38847            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
38848            ! utf8.h
38849 ____________________________________________________________________________
38850 [  7437] By: jhi                                   on 2000/10/25  13:53:05
38851         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
38852              UTF8LEN() and UTF8SKIP(). 
38853      Branch: perl
38854            ! pp.c utf8.c utf8.h
38855 ____________________________________________________________________________
38856 [  7436] By: jhi                                   on 2000/10/25  13:51:37
38857         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
38858              From: Nicholas Clark <nick@ccl4.org>
38859              Date: Wed, 25 Oct 2000 14:44:05 +0100
38860              Message-ID: <20001025144404.D27253@plum.flirble.org>
38861      Branch: perl
38862            ! pod/perlrun.pod
38863 ____________________________________________________________________________
38864 [  7435] By: jhi                                   on 2000/10/25  13:49:32
38865         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
38866              From: Mike Guy <mjtg@cam.ac.uk>
38867              Date: Tue, 24 Oct 2000 14:59:40 +0100
38868              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
38869      Branch: perl
38870            ! scope.c
38871 ____________________________________________________________________________
38872 [  7434] By: jhi                                   on 2000/10/25  13:48:41
38873         Log: AIX is picky about its symbol exports.  Solution for now
38874              is to include the deb.o explicitly to the re extension build.
38875              
38876              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
38877              From: Peter Prymmer <pvhp@forte.com>
38878              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
38879              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
38880      Branch: perl
38881            ! ext/re/Makefile.PL hints/aix.sh
38882 ____________________________________________________________________________
38883 [  7433] By: jhi                                   on 2000/10/25  13:46:49
38884         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
38885              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38886              Date: Wed, 25 Oct 2000 12:02:20 +0200
38887              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
38888      Branch: perl
38889            ! perlsdio.h
38890 ____________________________________________________________________________
38891 [  7432] By: jhi                                   on 2000/10/25  13:44:28
38892         Log: Subject: Minor update to find2perl, for portability
38893              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
38894              Date: Wed, 25 Oct 2000 12:05:47 +0100
38895              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
38896      Branch: perl
38897            ! x2p/find2perl.PL
38898 ____________________________________________________________________________
38899 [  7431] By: jhi                                   on 2000/10/25  13:40:39
38900         Log: Add targets to Makefile.SH, most importantly
38901              'regen_all' which also remembers to update vms/perly*.
38902      Branch: perl
38903            ! Makefile.SH
38904 ____________________________________________________________________________
38905 [  7430] By: bailey                                on 2000/10/25  03:13:53
38906         Log: Cleanup from prior patch (Charles Lane?):
38907              - improve handling of MFDs in Basename and Path
38908              - default to no xsubpp line # munging when building debug images
38909      Branch: vmsperl
38910            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
38911 ____________________________________________________________________________
38912 [  7429] By: jhi                                   on 2000/10/24  20:03:40
38913         Log: Podify README.epoc and README.vos.
38914      Branch: perl
38915            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
38916            ! pod/perlport.pod pod/perltoc.pod
38917 ____________________________________________________________________________
38918 [  7428] By: jhi                                   on 2000/10/24  19:10:33
38919         Log: Stratus VOS updates from Paul Green.
38920      Branch: perl
38921            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38922            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
38923            - vos/config.def vos/config.h vos/config_h.SH_orig
38924            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
38925            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
38926 ____________________________________________________________________________
38927 [  7427] By: jhi                                   on 2000/10/24  18:59:48
38928         Log: Check if stdio supports tweaking lval and cnt simultaneously.
38929              
38930              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
38931              From: Nicholas Clark <nick@ccl4.org>
38932              Date: Mon, 23 Oct 2000 15:39:32 +0100
38933              Message-ID: <20001023153932.A10786@plum.flirble.org>
38934      Branch: metaconfig
38935            ! U/compline/d_stdstdio.U
38936      Branch: perl
38937            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38938            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
38939            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
38940            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
38941            ! vos/config.h vos/config_h.SH_orig win32/config.bc
38942            ! win32/config.gc win32/config.vc
38943 ____________________________________________________________________________
38944 [  7426] By: jhi                                   on 2000/10/24  17:57:44
38945         Log: Missed the header file changes from #7425.
38946      Branch: perl
38947            ! embed.h embed.pl objXSUB.h proto.h
38948 ____________________________________________________________________________
38949 [  7425] By: jhi                                   on 2000/10/24  17:55:17
38950         Log: Fix the bug reported in
38951              
38952              From: andreas.koenig@anima.de (Andreas J. Koenig)
38953              Subject: Encode bug?
38954              Date: 24 Oct 2000 14:01:26 +0200 
38955              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
38956              
38957              Also make is_utf8_char() stricter.
38958      Branch: perl
38959            ! ext/Encode/Encode.xs utf8.c
38960 ____________________________________________________________________________
38961 [  7424] By: jhi                                   on 2000/10/24  15:15:39
38962         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
38963              From: Peter Scott <Peter@PSDT.com>
38964              Date: Mon, 23 Oct 2000 19:46:01 -0700
38965              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
38966      Branch: perl
38967            ! pod/perlfaq5.pod
38968 ____________________________________________________________________________
38969 [  7423] By: jhi                                   on 2000/10/24  14:25:30
38970         Log: Test tweak to avoid pulling in the whole Config.
38971      Branch: perl
38972            ! t/lib/st-lock.t
38973 ____________________________________________________________________________
38974 [  7422] By: jhi                                   on 2000/10/24  14:03:16
38975         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
38976      Branch: perl
38977            ! pp.c
38978 ____________________________________________________________________________
38979 [  7421] By: jhi                                   on 2000/10/24  13:32:09
38980         Log: (Replaced by #7440.)
38981              
38982              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
38983              From: "Kurt D. Starsinic" <kstar@chapin.edu>
38984              Date: Mon, 23 Oct 2000 16:40:54 -0400
38985              Message-ID: <20001023164054.B14491@O2.chapin.edu>
38986      Branch: perl
38987            ! t/lib/syslog.t
38988 ____________________________________________________________________________
38989 [  7420] By: jhi                                   on 2000/10/24  13:30:53
38990         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
38991              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38992              Date: Mon, 23 Oct 2000 17:29:03 -0400
38993              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
38994      Branch: perl
38995            ! lib/ExtUtils/MM_Unix.pm
38996 ____________________________________________________________________________
38997 [  7419] By: jhi                                   on 2000/10/24  13:29:57
38998         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
38999              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39000              Date: Mon, 23 Oct 2000 19:01:32 -0400
39001              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
39002      Branch: perl
39003            ! utils/h2xs.PL
39004 ____________________________________________________________________________
39005 [  7418] By: jhi                                   on 2000/10/24  13:26:04
39006         Log: Replace #7409 with
39007              
39008              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
39009              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
39010              Date: Mon, 23 Oct 2000 20:08:56 +0200
39011              Message-ID: <20001023200855.A14850@nice.ram.loc>
39012      Branch: perl
39013            ! ext/Storable/Storable.pm t/lib/st-lock.t
39014 ____________________________________________________________________________
39015 [  7417] By: jhi                                   on 2000/10/24  13:17:52
39016         Log: Run vms/vms_yfix.pl, should have done that after changing
39017              perly.c in #7382.
39018      Branch: perl
39019            ! vms/perly_c.vms vms/perly_h.vms
39020 ____________________________________________________________________________
39021 [  7416] By: jhi                                   on 2000/10/24  02:55:33
39022         Log: Make the UTF-8 decoding stricter and more verbose when
39023              malformation happens.  This involved adding an argument
39024              to utf8_to_uv_chk(), which involved changing its prototype,
39025              and prefer STRLEN over I32 for the UTF-8 length, which as
39026              a domino effect necessitated changing the prototypes of
39027              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
39028              The stricter UTF-8 decoding checking uses Markus Kuhn's
39029              UTF-8 Decode Stress Tester from
39030              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
39031      Branch: perl
39032            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
39033            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
39034            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
39035            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
39036 ____________________________________________________________________________
39037 [  7415] By: jhi                                   on 2000/10/23  14:06:06
39038         Log: Update Changes.
39039      Branch: perl
39040            ! Changes patchlevel.h
39041 ____________________________________________________________________________
39042 [  7414] By: jhi                                   on 2000/10/23  12:39:52
39043         Log: Undo the basename() part of #7412 since the lib/basename
39044              tests would need upgrading too.
39045      Branch: perl
39046            ! lib/File/Basename.pm
39047 ____________________________________________________________________________
39048 [  7413] By: jhi                                   on 2000/10/23  12:19:27
39049         Log: Document PERL_INSTALL_ROOT of #7210.
39050      Branch: perl
39051            ! lib/ExtUtils/Install.pm
39052 ____________________________________________________________________________
39053 [  7412] By: jhi                                   on 2000/10/23  12:16:47
39054         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
39055      Branch: perl
39056            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
39057            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
39058 ____________________________________________________________________________
39059 [  7411] By: jhi                                   on 2000/10/23  12:07:41
39060         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
39061              From: Prymmer/Kahn <pvhp@best.com>
39062              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
39063              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
39064      Branch: perl
39065            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
39066 ____________________________________________________________________________
39067 [  7410] By: jhi                                   on 2000/10/23  04:10:11
39068         Log: The change #7187 was not so good on VMS.
39069              
39070              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
39071              From: "Craig A. Berry" <craig.berry@psinetcs.com>
39072              Date: Sun, 22 Oct 2000 23:03:08 -0500
39073              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
39074      Branch: perl
39075            ! utils/perldoc.PL
39076 ____________________________________________________________________________
39077 [  7409] By: jhi                                   on 2000/10/23  03:57:36
39078         Log: Avoid Storable locking on DJGPP for now.
39079              
39080              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
39081              From: "Peter J. Farley III" <pjfarley@banet.net>
39082              Date: Sun, 22 Oct 2000 20:00:00 -0400
39083              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
39084      Branch: perl
39085            ! ext/Storable/Storable.pm t/lib/st-lock.t
39086 ____________________________________________________________________________
39087 [  7408] By: jhi                                   on 2000/10/23  03:50:24
39088         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
39089              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
39090              Date: Sun, 22 Oct 2000 21:12:22 -0400
39091              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
39092      Branch: perl
39093            ! lib/vars.pm
39094 ____________________________________________________________________________
39095 [  7407] By: jhi                                   on 2000/10/23  03:43:12
39096         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
39097              From: Hugo <hv@crypt.compulink.co.uk>
39098              Date: Mon, 23 Oct 2000 00:47:22 +0100
39099              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
39100      Branch: perl
39101            ! regexec.c t/op/pat.t
39102 ____________________________________________________________________________
39103 [  7406] By: jhi                                   on 2000/10/23  03:40:29
39104         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
39105      Branch: perl
39106            ! lib/ExtUtils/MakeMaker.pm
39107 ____________________________________________________________________________
39108 [  7405] By: jhi                                   on 2000/10/22  21:32:00
39109         Log: Doc patch.
39110              
39111              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
39112              From: rspier@pobox.com (Robert Spier)
39113              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
39114              Message-ID: <14835.16112.13457.447971@rls.cx>
39115      Branch: perl
39116            ! lib/strict.pm
39117 ____________________________________________________________________________
39118 [  7404] By: jhi                                   on 2000/10/22  21:30:51
39119         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
39120              From: rspier@pobox.com (Robert Spier)
39121              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
39122              Message-ID: <14835.17223.72448.705566@rls.cx>
39123      Branch: perl
39124            ! lib/ExtUtils/MakeMaker.pm
39125 ____________________________________________________________________________
39126 [  7403] By: jhi                                   on 2000/10/22  21:24:11
39127         Log: Subject: [PATCH bleadperl] ripples from constsub patch
39128              From: John Tobey <jtobey@john-edwin-tobey.org>
39129              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
39130              Message-Id: <m13nSOB-000FObC@feynman.localnet>
39131      Branch: perl
39132            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
39133 ____________________________________________________________________________
39134 [  7402] By: jhi                                   on 2000/10/22  20:59:35
39135         Log: Support s?printf parameter reordering.
39136      Branch: perl
39137            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
39138 ____________________________________________________________________________
39139 [  7401] By: jhi                                   on 2000/10/22  19:19:14
39140         Log: Expand %Config variables only if explicitly so requested
39141              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
39142              
39143              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
39144              From: Gurusamy Sarathy <gsar@ActiveState.com>
39145              Date: Sun, 22 Oct 2000 11:47:32 -0700
39146              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
39147      Branch: perl
39148            ! Makefile.SH lib/lib_pm.PL
39149 ____________________________________________________________________________
39150 [  7400] By: jhi                                   on 2000/10/22  18:24:10
39151         Log: Move the #7390 test from warn/op to comp/redef.
39152              
39153              Subject: Re: Creating const subs for constants.
39154              From: John Tobey <jtobey@john-edwin-tobey.org>
39155              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
39156              Message-Id: <m13nG72-000FObC@feynman.localnet>               
39157      Branch: perl
39158            ! t/comp/redef.t t/pragma/warn/op
39159 ____________________________________________________________________________
39160 [  7399] By: jhi                                   on 2000/10/22  17:49:59
39161         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
39162              From: Nicholas Clark <nick@ccl4.org>
39163              Date: Sat, 21 Oct 2000 22:23:19 +0100
39164              Message-ID: <20001021222319.B45586@plum.flirble.org>
39165      Branch: perl
39166            ! ext/DynaLoader/DynaLoader_pm.PL
39167 ____________________________________________________________________________
39168 [  7398] By: jhi                                   on 2000/10/22  17:47:35
39169         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
39170              From: Hugo <hv@crypt.compulink.co.uk>
39171              Date: Sat, 21 Oct 2000 18:19:59 +0100
39172              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
39173      Branch: perl
39174            ! ext/B/B.pm ext/B/B/C.pm
39175 ____________________________________________________________________________
39176 [  7397] By: jhi                                   on 2000/10/22  17:35:18
39177         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
39178              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
39179              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
39180              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
39181      Branch: perl
39182            ! hints/openbsd.sh
39183 ____________________________________________________________________________
39184 [  7396] By: jhi                                   on 2000/10/22  17:19:46
39185         Log: Subject: installman go-faster stripes
39186              From: Nicholas Clark <nick@talking.bollo.cx>
39187              Date: Sat, 21 Oct 2000 17:24:53 +0100
39188              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
39189              
39190              Subject: Re: installman go-faster stripes
39191              From: Russ Allbery <rra@stanford.edu>
39192              Date: 21 Oct 2000 11:04:13 -0700
39193              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
39194      Branch: perl
39195            ! installman pod/pod2man.PL
39196 ____________________________________________________________________________
39197 [  7395] By: jhi                                   on 2000/10/22  17:17:35
39198         Log: Hints tweak from Anton Berezin.
39199      Branch: perl
39200            ! hints/freebsd.sh
39201 ____________________________________________________________________________
39202 [  7394] By: jhi                                   on 2000/10/22  04:50:04
39203         Log: Tweak the Is* definitions of Unicode character classes
39204              to better match the official categorizations; embrace
39205              the official categorizations; add the combining marks
39206              as alpha (and -numeric); fix DCinital (a typo and edito)
39207              to be DCmedial.
39208      Branch: perl
39209            + lib/unicode/Is/DCmedial.pl
39210            - lib/unicode/Is/DCinital.pl
39211            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
39212            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
39213            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
39214            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
39215 ____________________________________________________________________________
39216 [  7393] By: jhi                                   on 2000/10/21  18:06:05
39217         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
39218              From: Daniel Chetlin <daniel@chetlin.com>
39219              Date: Sat, 21 Oct 2000 02:57:03 -0700
39220              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
39221      Branch: perl
39222            + t/lib/tie-splice.t
39223            ! MANIFEST lib/Tie/Array.pm
39224 ____________________________________________________________________________
39225 [  7392] By: gsar                                  on 2000/10/21  18:05:15
39226         Log: resync utfperl branch with mainline
39227      Branch: utfperl
39228           !> (integrate 1760 files)
39229 ____________________________________________________________________________
39230 [  7391] By: jhi                                   on 2000/10/21  14:37:49
39231         Log: Testcases for a #7383,#7385 related bug.
39232              
39233              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
39234              From: Nicholas Clark <nick@ccl4.org>
39235              Date: Sat, 21 Oct 2000 15:04:51 +0100
39236              Message-ID: <20001021150451.A51566@plum.flirble.org>
39237      Branch: perl
39238            ! t/pragma/utf8.t
39239 ____________________________________________________________________________
39240 [  7390] By: jhi                                   on 2000/10/21  14:35:57
39241         Log: Add a testcase for #7389.
39242      Branch: perl
39243            ! t/pragma/warn/op
39244 ____________________________________________________________________________
39245 [  7389] By: jhi                                   on 2000/10/21  14:26:45
39246         Log: Subject: Re: Creating const subs for constants.
39247              From: John Tobey <jtobey@john-edwin-tobey.org>
39248              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
39249              Message-Id: <m13mo0N-000FObC@feynman.localnet>
39250      Branch: perl
39251            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
39252            ! proto.h sv.c
39253 ____________________________________________________________________________
39254 [  7388] By: nick                                  on 2000/10/21  11:44:23
39255         Log: Populate perlio branch
39256      Branch: perlio
39257           +> (branch 1760 files)
39258 ____________________________________________________________________________
39259 [  7387] By: nick                                  on 2000/10/21  10:52:05
39260         Log: Get branch back as replica of mainline via :
39261              p4 integrate -b utfperl
39262              p4 resolve -at ./...
39263      Branch: utfperl
39264           +> (branch 269 files)
39265            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
39266            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
39267            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
39268            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
39269            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
39270            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
39271            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
39272            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
39273            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
39274            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
39275            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
39276            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
39277            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
39278            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
39279            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
39280            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
39281            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
39282            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
39283            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
39284            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
39285            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
39286            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
39287            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
39288            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
39289            - lib/unicode/UCD300.html lib/unicode/Unicode.300
39290            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
39291            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
39292            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
39293            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
39294           !> (integrate 965 files)
39295 ____________________________________________________________________________
39296 [  7386] By: jhi                                   on 2000/10/21  01:31:12
39297         Log: Update Changes.
39298      Branch: perl
39299            ! Changes patchlevel.h
39300 ____________________________________________________________________________
39301 [  7385] By: jhi                                   on 2000/10/21  01:28:42
39302         Log: The #7383 was right only in the context of the original bug report,
39303              not in more general case.
39304      Branch: perl
39305            ! pp_hot.c
39306 ____________________________________________________________________________
39307 [  7384] By: jhi                                   on 2000/10/21  01:08:23
39308         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
39309      Branch: perl
39310            ! ext/IO/lib/IO/Select.pm
39311 ____________________________________________________________________________
39312 [  7383] By: jhi                                   on 2000/10/21  00:44:18
39313         Log: Fix for ID 20001020.006, concatenating an unset submatch
39314              with utf8 resulted in "Modification of a read-only value".
39315      Branch: perl
39316            ! pp_hot.c t/pragma/utf8.t
39317 ____________________________________________________________________________
39318 [  7382] By: jhi                                   on 2000/10/20  20:44:31
39319         Log: Make scan_num() reëntrant, as suggested in
39320              
39321              Subject: [PATCH perl@7229] Rentrant parser and yylex()
39322              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
39323              Date: Fri, 20 Oct 2000 14:17:27 +0100
39324              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
39325      Branch: perl
39326            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
39327            ! toke.c
39328 ____________________________________________________________________________
39329 [  7381] By: jhi                                   on 2000/10/20  20:07:29
39330         Log: Reëntrancy fix.
39331              
39332              Subject: [PATCH perl@7229] Rentrant parser and yylex()
39333              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
39334              Date: Fri, 20 Oct 2000 14:17:27 +0100
39335              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
39336      Branch: perl
39337            ! embed.h embed.pl perl.h proto.h toke.c
39338 ____________________________________________________________________________
39339 [  7380] By: jhi                                   on 2000/10/20  19:15:54
39340         Log: Don't write double values through long double pointers,
39341              based on a part of
39342              
39343              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
39344              From: Jens Hamisch <jens@Strawberry.COM>
39345              Date: Tue, 17 Oct 2000 08:39:36 +0200
39346              Message-Id: <20001017083936.A11104@Strawberry.COM>
39347      Branch: perl
39348            ! perl.h pp.c
39349 ____________________________________________________________________________
39350 [  7379] By: jhi                                   on 2000/10/20  18:43:37
39351         Log: Portability tweak on #7377.
39352              
39353              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
39354              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39355              Date:     Fri, 20 Oct 2000 13:13:41 EDT
39356              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
39357      Branch: perl
39358            ! t/lib/dprof.t
39359 ____________________________________________________________________________
39360 [  7378] By: jhi                                   on 2000/10/20  12:57:19
39361         Log: SOCKS function redefinitions need prototypes, too, otherwise
39362              for example 32 bit versus 64 bit differences cause a lot of
39363              problems.  Part of
39364              
39365              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
39366              From: Jens Hamisch <jens@Strawberry.COM>
39367              Date: Tue, 17 Oct 2000 08:39:36 +0200
39368              Message-Id: <20001017083936.A11104@Strawberry.COM>
39369      Branch: perl
39370            ! doio.c pp_sys.c
39371 ____________________________________________________________________________
39372 [  7377] By: jhi                                   on 2000/10/20  12:37:12
39373         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
39374              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39375              Date:     Fri, 20 Oct 2000 08:26:04 EDT
39376              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
39377      Branch: perl
39378            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
39379 ____________________________________________________________________________
39380 [  7376] By: jhi                                   on 2000/10/20  12:35:31
39381         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
39382              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39383              Date:     Fri, 20 Oct 2000 07:48:15 EDT
39384              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
39385      Branch: perl
39386            ! configure.com vms/gen_shrfls.pl
39387 ____________________________________________________________________________
39388 [  7375] By: bailey                                on 2000/10/20  04:44:37
39389         Log: SYN SYN
39390      Branch: vmsperl
39391           +> (branch 134 files)
39392            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
39393            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
39394            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
39395            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
39396            - eg/cgi/frameset.cgi eg/cgi/index.html
39397            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
39398            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
39399            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
39400            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
39401            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
39402            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
39403            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
39404            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
39405            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
39406            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
39407            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
39408            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
39409            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
39410            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
39411            - lib/unicode/Props.txt lib/unicode/UCD300.html
39412            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
39413            - utils/perlbc.PL vms/subconfigure.com
39414           !> (integrate 785 files)
39415 ____________________________________________________________________________
39416 [  7374] By: jhi                                   on 2000/10/20  00:59:48
39417         Log: In the latest compiler builds cccdlflags must not become -fpic,
39418              from Wilfredo Sánchez.
39419      Branch: perl
39420            ! hints/darwin.sh
39421 ____________________________________________________________________________
39422 [  7373] By: jhi                                   on 2000/10/20  00:56:35
39423         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
39424              From: Tony Cook <tony@develop-help.com>
39425              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
39426              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
39427      Branch: perl
39428            ! pod/perlop.pod
39429 ____________________________________________________________________________
39430 [  7372] By: jhi                                   on 2000/10/19  19:34:40
39431         Log: Typo noted by Mark Lutz.
39432      Branch: perl
39433            ! t/op/64bitint.t
39434 ____________________________________________________________________________
39435 [  7371] By: jhi                                   on 2000/10/19  19:33:13
39436         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
39437      Branch: metaconfig
39438            ! U/modified/Cppsym.U U/modified/Oldconfig.U
39439      Branch: metaconfig/U/perl
39440            ! End.U dlsrc.U libperl.U
39441      Branch: perl
39442            + hints/nonstopux.sh
39443            ! Configure MANIFEST config_h.SH
39444 ____________________________________________________________________________
39445 [  7370] By: jhi                                   on 2000/10/19  17:18:08
39446         Log: Subject: PATCH do_print has 2 PerlIO_error()s
39447              From: nick@ccl4.org
39448              Date: Thu, 19 Oct 2000 18:09:20 +0100
39449              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
39450      Branch: perl
39451            ! doio.c
39452 ____________________________________________________________________________
39453 [  7369] By: jhi                                   on 2000/10/19  14:01:49
39454         Log: Update Changes.
39455      Branch: perl
39456            ! Changes patchlevel.h
39457 ____________________________________________________________________________
39458 [  7368] By: jhi                                   on 2000/10/19  13:04:29
39459         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
39460              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39461              Date: Wed, 18 Oct 2000 13:12:01 +0200
39462              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
39463      Branch: perl
39464            ! hints/aix.sh
39465 ____________________________________________________________________________
39466 [  7367] By: jhi                                   on 2000/10/19  02:22:40
39467         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
39468              of a 'pmshort' anywhere in the B, so the offending line was simply
39469              removed.
39470      Branch: perl
39471            ! ext/B/B/Debug.pm
39472 ____________________________________________________________________________
39473 [  7366] By: jhi                                   on 2000/10/19  02:12:37
39474         Log: Add the test case for the bug id 20000730.004 which seems
39475              to have been fixed by now.
39476      Branch: perl
39477            ! t/pragma/utf8.t
39478 ____________________________________________________________________________
39479 [  7365] By: jhi                                   on 2000/10/18  23:36:24
39480         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
39481              From: Hugo <hv@crypt.compulink.co.uk>
39482              Date: Wed, 18 Oct 2000 23:25:58 +0100
39483              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
39484      Branch: perl
39485            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
39486 ____________________________________________________________________________
39487 [  7364] By: jhi                                   on 2000/10/18  21:12:53
39488         Log: (retracted)
39489      Branch: perl
39490            ! pp.c
39491 ____________________________________________________________________________
39492 [  7363] By: jhi                                   on 2000/10/18  20:55:38
39493         Log: Missing change from #7362.
39494      Branch: perl
39495            ! win32/perlhost.h
39496 ____________________________________________________________________________
39497 [  7362] By: jhi                                   on 2000/10/18  20:52:01
39498         Log: Borland C fstat() never saw the fd as writable.
39499              
39500              Subject: fix for Borland's weak "stat" (perl@7211)
39501              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
39502              Date: Mon, 16 Oct 2000 09:55:03 +0400
39503              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
39504      Branch: perl
39505            ! win32/win32.c
39506 ____________________________________________________________________________
39507 [  7361] By: jhi                                   on 2000/10/18  17:43:50
39508         Log: Regen toc.
39509      Branch: perl
39510            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
39511 ____________________________________________________________________________
39512 [  7360] By: jhi                                   on 2000/10/18  17:07:44
39513         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39514              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
39515              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
39516              Date: Mon, 16 Oct 2000 15:19:49 +0200
39517      Branch: perl
39518            + README.aix
39519            ! MANIFEST
39520 ____________________________________________________________________________
39521 [  7359] By: jhi                                   on 2000/10/18  17:04:49
39522         Log: Subject: Pod patch for Devel::Peek
39523              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39524              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
39525              Date: Mon, 16 Oct 2000 12:26:34 +0200
39526      Branch: perl
39527            ! ext/Devel/Peek/Peek.pm
39528 ____________________________________________________________________________
39529 [  7358] By: jhi                                   on 2000/10/18  17:03:15
39530         Log: Make Cwd more bulletproof in chrooted environments.
39531              
39532              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
39533              From: "Eric E. Coe" <Eric.Coe@oracle.com>
39534              Date: Wed, 18 Oct 2000 04:03:54 -0400
39535              Message-Id: <39ED596A.70E599FE@oracle.com>
39536      Branch: perl
39537            ! lib/Cwd.pm
39538 ____________________________________________________________________________
39539 [  7357] By: jhi                                   on 2000/10/18  16:37:26
39540         Log: Disable the UTF8 downgrade croakage for now to avoid
39541              too many not okay messages.
39542      Branch: perl
39543            ! doio.c
39544 ____________________________________________________________________________
39545 [  7356] By: jhi                                   on 2000/10/17  23:29:41
39546         Log: Show the failed remote port, instead of the failing line number.
39547              
39548              Subject: [PATCH 5.6.1 Debugger] More diagnostics
39549              From: David Sparks <daves@ActiveState.com>
39550              Date: Tue, 17 Oct 2000 15:00:24 -0700
39551              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
39552      Branch: perl
39553            ! lib/perl5db.pl
39554 ____________________________________________________________________________
39555 [  7355] By: jhi                                   on 2000/10/17  14:11:31
39556         Log: On output try to downgrade to bytes, croak if impossible,
39557              from Simon Cozens.  This means that outputting >255 UTF8
39558              is impossible.  Consider this as a strong incentive to get
39559              the I/O disciplines implemented.
39560      Branch: perl
39561            ! doio.c pod/perldiag.pod sv.c
39562 ____________________________________________________________________________
39563 [  7354] By: jhi                                   on 2000/10/17  13:42:23
39564         Log: Clarify documentation on 'use bytes'.
39565              
39566              Subject: Re: What does 'use bytes' "mean" ?
39567              From: Simon Cozens <simon@cozens.net>
39568              Date: Mon, 18 Sep 2000 18:24:25 +0100
39569              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
39570      Branch: perl
39571            ! lib/bytes.pm
39572 ____________________________________________________________________________
39573 [  7353] By: jhi                                   on 2000/10/17  13:28:12
39574         Log: Workaround for a sfio bug where the stream error indicator
39575              is not cleared as documented.
39576              
39577              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
39578              From: Nicholas Clark <nick@ccl4.org>
39579              Date: Mon, 16 Oct 2000 18:28:23 +0100
39580              Message-ID: <20001016182823.J19700@plum.flirble.org>
39581      Branch: perl
39582            ! doio.c
39583 ____________________________________________________________________________
39584 [  7352] By: jhi                                   on 2000/10/17  13:06:19
39585         Log: More IoTYPE sprinkling.
39586      Branch: perl
39587            ! doio.c pp_hot.c
39588 ____________________________________________________________________________
39589 [  7351] By: jhi                                   on 2000/10/16  22:47:07
39590         Log: Detect early whether the std streams have gone bad.
39591              
39592              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
39593              Date: Mon, 16 Oct 2000 23:28:42 +0100
39594              From: Nicholas Clark <nick@ccl4.org>
39595              Message-ID: <20001016232842.A37942@plum.flirble.org>
39596      Branch: perl
39597            ! t/op/misc.t
39598 ____________________________________________________________________________
39599 [  7350] By: jhi                                   on 2000/10/16  22:45:16
39600         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
39601              From: "Peter J. Farley III" <pjfarley@banet.net>
39602              Date: Mon, 16 Oct 2000 18:15:59 -0400
39603              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
39604      Branch: perl
39605            ! djgpp/djgpp.c dosish.h t/io/open.t
39606 ____________________________________________________________________________
39607 [  7349] By: jhi                                   on 2000/10/16  22:36:45
39608         Log: perldelta tweak.
39609      Branch: perl
39610            ! pod/perldelta.pod
39611 ____________________________________________________________________________
39612 [  7348] By: jhi                                   on 2000/10/16  15:17:53
39613         Log: Update Changes.
39614      Branch: perl
39615            ! Changes patchlevel.h
39616 ____________________________________________________________________________
39617 [  7347] By: jhi                                   on 2000/10/16  13:55:27
39618         Log: Add the capability to include/exclude branches.
39619      Branch: perl
39620            ! Porting/genlog
39621 ____________________________________________________________________________
39622 [  7346] By: jhi                                   on 2000/10/16  13:18:04
39623         Log: Add Charles Lane.
39624      Branch: perl
39625            ! AUTHORS Changes
39626 ____________________________________________________________________________
39627 [  7345] By: jhi                                   on 2000/10/16  13:13:21
39628         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
39629      Branch: perl
39630            ! pod/perldelta.pod
39631 ____________________________________________________________________________
39632 [  7344] By: gsar                                  on 2000/10/16  09:30:21
39633         Log: integrate change#6220 from cfgperl
39634              
39635              Win32 patches from Benjamin Stuhl.
39636      Branch: maint-5.6/perl
39637           !> makedef.pl win32/win32.h
39638 ____________________________________________________________________________
39639 [  7343] By: gsar                                  on 2000/10/16  08:32:19
39640         Log: integrate changes#6221,6222 from cfgperl
39641              
39642              Remove tr///CU (the feature is to be obsoleted by better interfaces).
39643              From: simon@brecon.co.uk (Simon Cozens)
39644              Subject: [PATCH] Eliminate tr///[CU][CU]
39645              Date: 23 Jun 2000 11:05:40 GMT
39646              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
39647              
39648              doc typo fix
39649              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
39650              From: Ian Phillipps <Ian.Phillipps@iname.com>
39651              Date: Fri, 23 Jun 2000 10:40:58 +0100
39652              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
39653      Branch: maint-5.6/perl
39654           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
39655 ____________________________________________________________________________
39656 [  7342] By: gsar                                  on 2000/10/16  08:28:08
39657         Log: integrate change#6217 from cfgperl (in part)
39658              
39659              Rename the fdpid locking and integrate with Sarathy.
39660      Branch: maint-5.6/perl
39661           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
39662           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
39663           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
39664           !> win32/win32.c
39665 ____________________________________________________________________________
39666 [  7341] By: gsar                                  on 2000/10/16  08:23:39
39667         Log: integrate changes#6214..6216 from mainline
39668              
39669              @_ can't have junk in it even in the non-USE_ITHREADS case because
39670              caller() wants to populate @DB::args with it (causes a coredump
39671              in Carp::confess())
39672              
39673              tweak comment about @DB::args
39674              
39675              be more optimal about clearing @_
39676      Branch: maint-5.6/perl
39677           !> av.h cop.h pp_ctl.c t/op/runlevel.t
39678 ____________________________________________________________________________
39679 [  7340] By: gsar                                  on 2000/10/16  08:20:37
39680         Log: integrate changes#6207..6210 from cfgperl
39681              
39682              Subject: [PATCH 5.6.0] Threadsafe patches
39683              From: Dan Sugalski <dan@sidhe.org>
39684              To: perl5-porters@perl.org
39685              Date: Mon, 08 May 2000 18:08:13 -0400
39686              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
39687              
39688              Regen headers for #6207.
39689              
39690              Lock PL_fdpid against race conditions, based on:
39691              Subject: [PATCH 5.6.0]subprocess fixup for threads
39692              From: Dan Sugalski <dan@sidhe.org>
39693              To: perl5-porters@perl.org
39694              Date: Tue, 11 Apr 2000 17:02:32 -0400
39695              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
39696              
39697              Mopup for #6207 and #6209.
39698      Branch: maint-5.6/perl
39699           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
39700           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
39701           !> win32/win32.c
39702 ____________________________________________________________________________
39703 [  7339] By: gsar                                  on 2000/10/16  08:14:34
39704         Log: integrate change#6203 from cfgperl
39705              
39706              perldiag should refer to perlos2.pod not README.os2
39707      Branch: maint-5.6/perl
39708           !> pod/perldiag.pod
39709 ____________________________________________________________________________
39710 [  7338] By: gsar                                  on 2000/10/16  08:11:42
39711         Log: integrate change#6201 from mainline
39712              
39713              Perl_eval_pv() leaks 4 bytes every time it is called because it
39714              does a PUSHMARK that's never ever POPMARKed; in general, only
39715              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
39716              Perl_eval_[sp]v() don't because they don't take any incoming
39717              arguments (this leak has been around since the original version
39718              of perl_eval_pv() in 5.003_97e)
39719      Branch: maint-5.6/perl
39720           !> perl.c
39721 ____________________________________________________________________________
39722 [  7337] By: gsar                                  on 2000/10/16  08:08:47
39723         Log: integrate changes#6197..6200 from cfgperl
39724              
39725              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
39726              From: John Borwick <jhborwic@unity.ncsu.edu>
39727              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
39728              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
39729              
39730              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
39731              From: Dan Sugalski <dan@sidhe.org>
39732              To: vmsperl@perl.org, perl5-porters@perl.org
39733              Date: Fri, 02 Jun 2000 16:00:41 -0400
39734              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
39735              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
39736              
39737              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
39738              From: Dan Sugalski <dan@sidhe.org>
39739              To: perl5-porters@perl.org, vmsperl@perl.org
39740              Date: Fri, 02 Jun 2000 17:30:51 -0400
39741              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
39742              
39743              Update to cperl-mode.el 4.31 from
39744              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
39745              Subject: A couple of notes
39746              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39747              To: Mailing list Perl5 <perl5-porters@perl.org>
39748              Date: Sat, 3 Jun 2000 23:33:32 -0400
39749              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
39750      Branch: maint-5.6/perl
39751           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
39752           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
39753           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
39754           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
39755           !> vms/vmsish.h
39756 ____________________________________________________________________________
39757 [  7336] By: gsar                                  on 2000/10/16  08:03:46
39758         Log: integrate changes#6194,6195 from mainline
39759              
39760              fix small eval"" memory leaks under USE_ITHREADS
39761              
39762              fix yet another eval"" leak under USE_ITHREADS
39763      Branch: maint-5.6/perl
39764           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
39765           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
39766           !> vms/perly_c.vms
39767 ____________________________________________________________________________
39768 [  7335] By: gsar                                  on 2000/10/16  08:02:15
39769         Log: integrate changes#6190,6191 from mainline
39770              
39771              submit missing embed.pl change
39772              
39773              vec() loses numericalness (modified version of patch suggested
39774              by Robin Barker)
39775      Branch: maint-5.6/perl
39776           !> doop.c embed.pl t/op/vec.t
39777 ____________________________________________________________________________
39778 [  7334] By: gsar                                  on 2000/10/16  08:01:03
39779         Log: integrate change#6189 from mainline
39780              
39781              counting tr/// corrupts later operation (from M.J.T Guy)
39782      Branch: maint-5.6/perl
39783           !> doop.c t/op/tr.t
39784 ____________________________________________________________________________
39785 [  7333] By: gsar                                  on 2000/10/16  07:59:07
39786         Log: integrate changes#6183..6188 from mainline
39787              
39788              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
39789              <nick@ccl4.org>)
39790              
39791              tweak for change#6127
39792              
39793              remove incorrect documentation about implicit split to @_ in
39794              list context, which never really worked in perl 5 (from
39795              M.J.T. Guy)
39796              
39797              further qualify references to "alphanumeric" (from Wolfgang Laun
39798              <wolfgang.laun@alcatel.at>)
39799              
39800              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
39801              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
39802              
39803              h2xs tweaks
39804      Branch: maint-5.6/perl
39805           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
39806           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
39807           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
39808           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
39809           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
39810           !> pod/pod2latex.PL utils/h2xs.PL
39811 ____________________________________________________________________________
39812 [  7332] By: gsar                                  on 2000/10/16  07:53:52
39813         Log: integrate change#6179 from mainline
39814              
39815              buggy modulus on UVs introduced by change#3378 (resulted in
39816              4063328477 % 65535 amounting to 27406, instead of 27407)
39817      Branch: maint-5.6/perl
39818           !> pp.c t/op/arith.t
39819 ____________________________________________________________________________
39820 [  7331] By: gsar                                  on 2000/10/16  07:52:49
39821         Log: integrate changes#6176,6177,6178,6182 from cfgperl
39822              
39823              Single-quoted utf8 patch from Simon Cozens.
39824              
39825              Substitution utf8 patch from Simon Cozens.
39826              
39827              Be cleaner.
39828              
39829              Be Cleaner Part Deux.
39830      Branch: maint-5.6/perl
39831           !> Makefile.SH pp_hot.c toke.c
39832 ____________________________________________________________________________
39833 [  7330] By: gsar                                  on 2000/10/16  07:41:36
39834         Log: integrate change#6172 from mainline
39835              
39836              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
39837              (from Ilya Zakharevich)
39838      Branch: maint-5.6/perl
39839           !> regexec.c t/op/re_tests
39840 ____________________________________________________________________________
39841 [  7329] By: gsar                                  on 2000/10/16  07:40:25
39842         Log: integrate change#6171 from mainline
39843              
39844              scalar() doesn't force scalar context when used in void context
39845              (from Simon Cozens)
39846      Branch: maint-5.6/perl
39847           !> op.c t/op/wantarray.t
39848 ____________________________________________________________________________
39849 [  7328] By: gsar                                  on 2000/10/16  07:39:33
39850         Log: integrate change#6170 from mainline
39851              
39852              change#6142 needs tweaks to tests to work where there's no
39853              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
39854      Branch: maint-5.6/perl
39855           !> t/lib/filefind.t
39856 ____________________________________________________________________________
39857 [  7327] By: gsar                                  on 2000/10/16  07:35:34
39858         Log: integrate changes#6166..6168 from cfgperl
39859              
39860              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
39861              in case somebody wants to write an extension for more
39862              shadow database interfaces.
39863              
39864              tweak todo
39865              
39866              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
39867      Branch: maint-5.6/perl
39868           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
39869           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
39870           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
39871           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
39872           !> win32/config.vc win32/config_H.bc win32/config_H.gc
39873           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
39874 ____________________________________________________________________________
39875 [  7326] By: gsar                                  on 2000/10/16  07:29:05
39876         Log: integrate changes#6157,6159..6161,6164 from cfgperl
39877              
39878              Regen Configure to jive with #6149.
39879              
39880              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
39881              
39882              Changes for the File::Temp 0.08 (change #6159) test suite
39883              to fit better into the Perl distribution test framework.
39884              
39885              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
39886              both from Simon Cozens.
39887              
39888              detypo
39889      Branch: maint-5.6/perl
39890           +> pod/perlmodlib.PL pod/perlnewmod.pod
39891           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
39892           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
39893           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
39894           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
39895 ____________________________________________________________________________
39896 [  7325] By: gsar                                  on 2000/10/16  07:25:13
39897         Log: integrate change#6158 from vmsperl
39898              
39899              Add fallback to tmpfile for use in cases where user's relying on
39900              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
39901              Lane's patch)
39902      Branch: maint-5.6/perl
39903           !> vms/vms.c vms/vmsish.h
39904 ____________________________________________________________________________
39905 [  7324] By: gsar                                  on 2000/10/16  07:20:50
39906         Log: integrate changes#6153..6155 from mainline
39907              
39908              prettier Test::Harness output on failed tests (from Nicholas Clark
39909              <nick@Bagpuss.uk.boo.com>)
39910              
39911              avoid type mismatch warning
39912              
39913              small bug in change#6144; remove random \xA0 character that snuck
39914              in via change#6145
39915      Branch: maint-5.6/perl
39916           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
39917           !> perl.c
39918 ____________________________________________________________________________
39919 [  7323] By: gsar                                  on 2000/10/16  07:18:47
39920         Log: integrate changes#6151,6152 from mainline
39921              
39922              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
39923              
39924              cosmetic fixups of RE debug output (from Ilya Zakharevich)
39925      Branch: maint-5.6/perl
39926           !> regexec.c
39927 ____________________________________________________________________________
39928 [  7322] By: gsar                                  on 2000/10/16  07:17:25
39929         Log: integrate changes#6146..6150 from mainline
39930              
39931              doc typo
39932              
39933              add a make entry to Config.pm so "perl -V:make" works on VMS
39934              (from Peter Prymmer)
39935              
39936              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
39937              
39938              OS/2 tweaks for usethreads build (from Rocco Caputo
39939              <troc@netrus.net>)
39940              
39941              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
39942      Branch: maint-5.6/perl
39943           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
39944           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
39945           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
39946           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
39947           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
39948           !> warnings.pl x2p/a2p.h
39949 ____________________________________________________________________________
39950 [  7321] By: gsar                                  on 2000/10/16  07:14:02
39951         Log: integrate changes#6143..6145 from mainline
39952              
39953              MacOS support, part 1 (from Matthias Neeracher
39954              <neeri@iis.ee.ethz.ch>)
39955              
39956              MacOS support, part 2: make AutoSplit use File::Spec instead
39957              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
39958              <neeri@iis.ee.ethz.ch>)
39959              
39960              make xsubpp skip embedded pod (from Matthias Neeracher
39961              <neeri@iis.ee.ethz.ch>)
39962      Branch: maint-5.6/perl
39963           +> ext/DynaLoader/dl_mac.xs
39964           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
39965           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
39966           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
39967           !> pp_ctl.c proto.h toke.c util.c util.h
39968 ____________________________________________________________________________
39969 [  7320] By: gsar                                  on 2000/10/16  07:12:13
39970         Log: integrate changes#6141,6142 from mainline
39971              
39972              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
39973              forwarded by Peter Seebach from the bsdi-users mailing list.
39974              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
39975              
39976              File::Find fails to chdir when chasing symlinks (from
39977              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
39978      Branch: maint-5.6/perl
39979           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
39980 ____________________________________________________________________________
39981 [  7319] By: gsar                                  on 2000/10/16  07:04:30
39982         Log: integrate change#6139 from mainline
39983              
39984              revise mktables.PL for bugs and newness in Unicode 3.0
39985              (from James Bence <jbence@amgen.com>)
39986      Branch: maint-5.6/perl
39987           +> (branch 30 files)
39988           !> (integrate 49 files)
39989 ____________________________________________________________________________
39990 [  7318] By: gsar                                  on 2000/10/16  07:01:01
39991         Log: integrate changes#6137,6138 from mainline
39992              
39993              fix bogus redeclaration warning for "our" variables in different
39994              scopes
39995              
39996              add note about the handling of negative indices to tied arrays
39997              (from Michael G Schwern <schwern@pobox.com>)
39998      Branch: maint-5.6/perl
39999           !> op.c pod/perltie.pod t/pragma/strict-vars
40000 ____________________________________________________________________________
40001 [  7317] By: gsar                                  on 2000/10/16  06:58:46
40002         Log: integrate changes#6127..6136 from mainline
40003              
40004              call_method(...,G_EVAL) can longjmp() out if the method probing
40005              failed (from Gisle Aas)
40006              
40007              new perlxstut example for passing/returning refs to arrays
40008              (from David Lowe <dlowe@pootpoot.com>)
40009              
40010              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
40011              
40012              fix places that mean C<"word" character> but say C<alphanumeric
40013              character>
40014              
40015              avoid warnings in POSIX.pm (from Barrie Slaymaker)
40016              
40017              warnings::enabled() doesn't fall back to looking at $^W if
40018              caller isn't using lexical warnings (from Paul Marquess)
40019              
40020              elide bogus test in change#6132
40021              
40022              make Test::Harness use wait.h/WCOREDUMP if available
40023              (from Ben Tilly <ben_tilly@hotmail.com>)
40024              
40025              enable Test::Harness to dynamically determine column width etc.
40026              (from Rob Napier <rnapier@employees.org>)
40027              
40028              random pod typos (from Peter Scott <Peter@PSDT.com>)
40029      Branch: maint-5.6/perl
40030           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
40031           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
40032           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
40033           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
40034 ____________________________________________________________________________
40035 [  7316] By: gsar                                  on 2000/10/16  06:53:23
40036         Log: integrate change#6126 from mainline
40037              
40038              change#2879 broke rvalue autovivification of magicals such as
40039              ${$num} (reworked variant of patch suggested by Simon Cozens)
40040      Branch: maint-5.6/perl
40041           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
40042           !> pp_hot.c proto.h t/op/gv.t
40043 ____________________________________________________________________________
40044 [  7315] By: gsar                                  on 2000/10/16  06:51:38
40045         Log: integrate changes#6123,6125 from mainline
40046              
40047              clarify gotcha with #line directives (from Rocco Caputo
40048              <troc@netrus.net>)
40049              
40050              enable propagating exception objects via Perl_croak() in XS code
40051              (from Gisle Aas)
40052      Branch: maint-5.6/perl
40053           !> pod/perldebug.pod pod/perlsyn.pod util.c
40054 ____________________________________________________________________________
40055 [  7314] By: gsar                                  on 2000/10/16  06:49:28
40056         Log: integrate change#6122 from mainline
40057              
40058              downgrade fatal error on C<"foo@nosucharray.com"> to optional
40059              warning (from Mark-Jason Dominus)
40060      Branch: maint-5.6/perl
40061           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
40062           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
40063           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
40064           !> toke.c
40065 ____________________________________________________________________________
40066 [  7313] By: gsar                                  on 2000/10/16  06:46:54
40067         Log: integrate changes#6112..6121 from vmsperl
40068              
40069              Check for existence of file before trying to delete
40070              
40071              Ugly workaround for version-specific RTL error
40072              
40073              Urk -- undo previous removal of vmsish 'exit' change
40074              
40075              Add bounds checking for several strings (Charles Lane)
40076              
40077              Miscellaneous cosmetic fixes (Charles Lane)
40078              
40079              Treat sockets as special in sys(read|write) (Charles Lane et al.)
40080              
40081              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
40082              Flatten case labels in switch statements uniformly (Charles Bailey)
40083              
40084              Quiet error messages in vmsish.t (Charles Lane)
40085              
40086              Add missing escape (Charles Lane)
40087              
40088              Allow eliminate_macros() and fixpath() to handle space-delimited
40089              lists (based on fixes by Craig Berry)
40090      Branch: maint-5.6/perl
40091           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
40092           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
40093           !> vms/vmsish.h
40094 ____________________________________________________________________________
40095 [  7312] By: gsar                                  on 2000/10/16  06:41:18
40096         Log: integrate changes#6107,6110 from cfgperl
40097              
40098              Tweak the todo list.
40099              
40100              todo tweak
40101      Branch: maint-5.6/perl
40102           !> Todo-5.6
40103 ____________________________________________________________________________
40104 [  7311] By: gsar                                  on 2000/10/16  06:38:38
40105         Log: integrate changes#6104,6108 from mainline
40106              
40107              PL_sys_intern was being initialized too late on windows
40108              
40109              reenable fake signal handling on Windows, bugs and all
40110      Branch: maint-5.6/perl
40111           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
40112           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
40113           !> win32/win32.c
40114 ____________________________________________________________________________
40115 [  7310] By: gsar                                  on 2000/10/16  06:36:03
40116         Log: integrate changes#6095,6097..6103 from cfgperl
40117              
40118              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
40119              might be useful in future.
40120              
40121              Add a note about possible compilation problems from Allen Smith.
40122              
40123              Add a note about other, yet unsupported, shadow password APIs.
40124              
40125              Tweaks for the cc bugs from Allen Smith.
40126              
40127              More compilation tweakery from Allen Smith.
40128              
40129              Hints and test tweaks for Unicos.
40130              
40131              The test suite tweak in #6101 wasn't quite right.
40132              
40133              Test tweaking for Unicos continues.
40134      Branch: maint-5.6/perl
40135           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
40136           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
40137           !> t/lib/complex.t t/op/64bitint.t
40138 ____________________________________________________________________________
40139 [  7309] By: gsar                                  on 2000/10/16  06:29:41
40140         Log: integrate changes#6093,6094 from mainline
40141              
40142              fork() failure to create pseudo process sets errno=EAGAIN and returns
40143              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
40144              
40145              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
40146      Branch: maint-5.6/perl
40147           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
40148           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
40149 ____________________________________________________________________________
40150 [  7308] By: gsar                                  on 2000/10/16  06:27:29
40151         Log: integrate change#6092 from cfgperl
40152              
40153              Regen perltoc with the fixed buildtoc.
40154      Branch: maint-5.6/perl
40155           !> pod/perltoc.pod
40156 ____________________________________________________________________________
40157 [  7307] By: gsar                                  on 2000/10/16  06:26:40
40158         Log: integrate changes#6089,6090 from mainline
40159              
40160              buildtoc tweak to fix newline lossage
40161              
40162              concat doesn't preserve utf8-ness, and doesn't invalidate
40163              [NI]OK; added tests for both
40164      Branch: maint-5.6/perl
40165           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
40166 ____________________________________________________________________________
40167 [  7306] By: gsar                                  on 2000/10/16  06:24:05
40168         Log: integrate change#6088 from cfgperl
40169              
40170              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
40171              because we do not use those.  The HAS_GETSPNAM remains,
40172              though, because we still do use that.
40173      Branch: maint-5.6/perl
40174           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
40175           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
40176           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
40177           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
40178           !> win32/config.vc win32/config_H.bc win32/config_H.gc
40179           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
40180 ____________________________________________________________________________
40181 [  7305] By: gsar                                  on 2000/10/16  06:15:52
40182         Log: integrate changes#6084,6085,6087 from mainline
40183              
40184              substr() does not preserve utf8-ness (from Stefan Eissing
40185              <Eissing@medicaldataservice.de>); added tests
40186              
40187              repeat operator (x) doesn't preserve utf8-ness
40188              
40189              reverse() and quotemeta() weren't preserving utf8-ness; add tests
40190      Branch: maint-5.6/perl
40191           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
40192 ____________________________________________________________________________
40193 [  7304] By: gsar                                  on 2000/10/16  06:13:10
40194         Log: integrate changes#6077..6083 from mainline
40195              
40196              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
40197              and Tom Phoenix)
40198              
40199              workaround for CRT bug in chdir() (from Charles Lane, via
40200              Peter Prymmer)
40201              
40202              remove outdated kludge in Carp (NULLs are permitted in diagnostics
40203              now)
40204              
40205              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
40206              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
40207              
40208              better default perlbug categories for ok reports (from Richard Foley)
40209              
40210              peek.t non-portable to ithreads
40211              
40212              note about undocumented caller() return value (from M.J.T. Guy);
40213              yet another peek.t tweak
40214      Branch: maint-5.6/perl
40215           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
40216           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
40217           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
40218           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
40219           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
40220           !> vms/vmsish.h
40221 ____________________________________________________________________________
40222 [  7303] By: gsar                                  on 2000/10/16  06:03:18
40223         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
40224              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
40225              
40226              &HUGE_VAL is not defined, it exists.
40227              
40228              Do not warn that an infinity does not look like a number.
40229              
40230              Rewrite the pwent/spent logic to be a little bit more clearer.
40231              
40232              Continue on the pwent/spent case.
40233              
40234              Correct Freudian slip.
40235              
40236              Use HUGE_VALL if applicable.
40237              
40238              pwent/spent #ifdef imbalance.
40239              
40240              Infinite problems.
40241              
40242              Call getspnam() only iff needd.
40243              
40244              Test both the scalar and list contexts.
40245              
40246              Use setxxent()/endxxent().
40247              
40248              Complex tweakery.
40249              
40250              Unicos hint tweak.
40251              
40252              Be more forgiving in POSIX about HUGE_VALL.
40253              
40254              Detypo.
40255              
40256              The search of infinity continues, this time simplified.
40257              
40258              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
40259              in natively 64-bit platforms where a long is a quad (no need
40260              for long longs).  Also added bias for IVs.
40261              
40262              Complex tweaks.
40263              
40264              Introduce t/lib/peek.t.
40265              
40266              Make the test more portable.
40267      Branch: maint-5.6/perl
40268           +> t/lib/peek.t
40269            ! pp_sys.c
40270           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
40271           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
40272           !> t/op/pwent.t toke.c util.c
40273 ____________________________________________________________________________
40274 [  7302] By: gsar                                  on 2000/10/16  05:03:37
40275         Log: integrate changes#6066..6071 from mainline
40276              
40277              s/END/CHECK/
40278              
40279              replace direct call to sighandler() with (*PL_sighandlerp)()
40280              
40281              note about values()
40282              
40283              File::Spec compatibility update (from Barrie Slaymaker
40284              <barries@slaysys.com>)
40285              
40286              remove misleading comment (from M.J.T. Guy)
40287              
40288              misformatted perllocal.pod (from Tim Jenness
40289              <t.jenness@jach.hawaii.edu>)
40290      Branch: maint-5.6/perl
40291           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
40292           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
40293           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
40294           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
40295 ____________________________________________________________________________
40296 [  7301] By: gsar                                  on 2000/10/16  05:00:08
40297         Log: integrate changes#6061..6063 from mainline
40298              
40299              change#5921 neglected to make eq honor "use bytes"
40300              
40301              additional tests for utf8.t
40302              
40303              tokeq() could read unallocated field in argument
40304      Branch: maint-5.6/perl
40305           !> sv.c t/pragma/utf8.t toke.c
40306 ____________________________________________________________________________
40307 [  7300] By: gsar                                  on 2000/10/16  04:56:54
40308         Log: integrate changes#6046,6048,6057,6058 from mainline
40309              
40310              libscheck has insufficient checks for n32 libs (from
40311              Albert Chin-A-Young <china@thewrittenword.com>)
40312              
40313              add note about how $( doesn't interpolate in REs (from
40314              Philip Newton <newton@ficus.frogspace.net>)
40315              
40316              fix broken parsing of /\x{ab}/
40317              
40318              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
40319              (spotted by Donald Kinzer <dkinzer@premia.com>)
40320      Branch: maint-5.6/perl
40321           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
40322           !> t/pragma/utf8.t
40323 ____________________________________________________________________________
40324 [  7299] By: gsar                                  on 2000/10/16  04:52:50
40325         Log: integrate change#6044 from mainline
40326              
40327              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
40328              such that underscores are only ignored in literal numbers,
40329              "\x{...}", and hex/oct argument
40330      Branch: maint-5.6/perl
40331           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
40332 ____________________________________________________________________________
40333 [  7298] By: gsar                                  on 2000/10/16  04:50:53
40334         Log: integrate changes#6027..6043 from mainline
40335              
40336              podlators-1.02 update (from Russ Allbery)
40337              
40338              Pod::Man generates groff-incompatible macro definition (from
40339              Tom Christiansen)
40340              
40341              add CGI.pm v2.66 (from Lincoln Stein)
40342              
40343              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
40344              for @- and @+ (from Johan Vromans)
40345              
40346              small nits in diagnostics.pm (from Robin Barker)
40347              
40348              whitespace adjustments
40349              
40350              missing files in MANIFEST
40351              
40352              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
40353              to compensate
40354              
40355              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
40356              
40357              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
40358      Branch: maint-5.6/perl
40359           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
40360           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
40361           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
40362           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
40363           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
40364           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
40365           !> t/lib/cgi-html.t t/lib/cgi-request.t
40366 ____________________________________________________________________________
40367 [  7297] By: gsar                                  on 2000/10/16  04:44:30
40368         Log: integrate change#6025 from mainline
40369              
40370              Is{Alnum,Alpha,Word} don't match titlecase
40371              TODO: IsSpace is defined recursively!
40372              (both spotted by Larry)
40373      Branch: maint-5.6/perl
40374           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
40375           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
40376 ____________________________________________________________________________
40377 [  7296] By: gsar                                  on 2000/10/16  04:39:30
40378         Log: integrate change#6023 from mainline
40379              
40380              debugger stomps on $. (from M.J.T. Guy)
40381      Branch: maint-5.6/perl
40382           !> lib/perl5db.pl
40383 ____________________________________________________________________________
40384 [  7295] By: gsar                                  on 2000/10/16  04:38:02
40385         Log: integrate change#6022 from mainline
40386              
40387              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
40388      Branch: maint-5.6/perl
40389           !> sv.c
40390 ____________________________________________________________________________
40391 [  7294] By: gsar                                  on 2000/10/16  04:37:05
40392         Log: integrate changes#6018..6021 from mainline
40393              
40394              make lib/syslog.t portable to systems that don't have _PATH_LOG,
40395              make _PATH_LOG() return "" if unavailable
40396              
40397              windows portability tweaks
40398              
40399              test tweak
40400              
40401              remove Win2K issue in pod (fixed by change#6020)
40402      Branch: maint-5.6/perl
40403           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
40404           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
40405           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
40406 ____________________________________________________________________________
40407 [  7293] By: gsar                                  on 2000/10/16  04:20:00
40408         Log: integrate changes#6013..6015 from mainline
40409              
40410              tweak change#5945 to display correct switch name in diagnostic
40411              
40412              glob() loading File::Glob behind the scenes may cause syntax errors
40413              
40414              tweak test for portability
40415      Branch: maint-5.6/perl
40416           !> op.c perl.c pod/perldiag.pod t/lib/b.t
40417 ____________________________________________________________________________
40418 [  7292] By: gsar                                  on 2000/10/16  04:18:11
40419         Log: integrate changes#6005..6010 from mainline, cfgperl
40420              
40421              perldoc might fail via "use blib" (from Hugo van der Sanden)
40422              
40423              Regen Configure.
40424              
40425              note about compile failures and END blocks (from M.J.T. Guy)
40426              
40427              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
40428              
40429              (change#6009 integrated earlier in change#7255)
40430              
40431              clarify note about shadow password support (from
40432              gellyfish@gellyfish.com)
40433      Branch: maint-5.6/perl
40434           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
40435           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
40436           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
40437 ____________________________________________________________________________
40438 [  7291] By: gsar                                  on 2000/10/16  04:12:03
40439         Log: integrate changes#6002,6003 from mainline
40440              
40441              destructive sv_setsv() can lose UV-ness from source, causing
40442              numeric promotions/comparisons to fail to do the right thing
40443              
40444              allow REG_EXPAND_SZ keys in Windows registry (from
40445              John Clayton <John.Clayton@barclayscapital.com>)
40446      Branch: maint-5.6/perl
40447           !> sv.c win32/win32.c
40448 ____________________________________________________________________________
40449 [  7290] By: gsar                                  on 2000/10/16  04:10:19
40450         Log: integrate change#6001 from mainline
40451              
40452              support additional library locations via $Config{otherlibdirs}
40453              (from Andy Dougherty)
40454      Branch: maint-5.6/perl
40455           !> Configure INSTALL Porting/Glossary Porting/config.sh
40456           !> Porting/config_H config_h.SH epoc/config.sh perl.c
40457           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
40458           !> win32/config.bc win32/config.gc win32/config.vc
40459 ____________________________________________________________________________
40460 [  7289] By: gsar                                  on 2000/10/16  04:08:28
40461         Log: integrate change#5999 from mainline
40462              
40463              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
40464      Branch: maint-5.6/perl
40465           !> t/pragma/warn/toke toke.c
40466 ____________________________________________________________________________
40467 [  7288] By: gsar                                  on 2000/10/16  04:07:01
40468         Log: integrate changes#5997,5998 from cfgperl
40469              
40470              Preserve $!.
40471              
40472              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
40473      Branch: maint-5.6/perl
40474           !> lib/Math/Complex.pm
40475 ____________________________________________________________________________
40476 [  7287] By: gsar                                  on 2000/10/16  04:04:37
40477         Log: integrate change#5995 from mainline
40478              
40479              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
40480      Branch: maint-5.6/perl
40481           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
40482 ____________________________________________________________________________
40483 [  7286] By: gsar                                  on 2000/10/16  04:03:21
40484         Log: integrate change#5994 from mainline
40485              
40486              fix for missed accounting for null byte in pack("Z",...) (from
40487              M.J.T. Guy)
40488      Branch: maint-5.6/perl
40489           !> pp.c t/op/pack.t
40490 ____________________________________________________________________________
40491 [  7285] By: gsar                                  on 2000/10/16  04:02:11
40492         Log: integrate changes#5989..5993 from mainline
40493              
40494              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
40495              itself and no other (from Tom Hughes)
40496              
40497              use $ENV{LIB} to search for libs under Visual C compiler
40498              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
40499              
40500              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
40501              
40502              pod nit (from Simon Cozens)
40503              
40504              various minor tweaks seen on p5p
40505      Branch: maint-5.6/perl
40506           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
40507           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
40508           !> t/op/array.t toke.c
40509 ____________________________________________________________________________
40510 [  7284] By: gsar                                  on 2000/10/16  03:59:00
40511         Log: integrate changes#5978..5988 from mainline
40512              
40513              sync version numbers in File::Spec with the ones on CPAN
40514              (from Barrie Slaymaker)
40515              
40516              under useithreads, constant pad entries could inadvertantly be
40517              shared across threads (from Eric Blood <eblood@xmission.com>);
40518              added Eric's test case to testsuite
40519              
40520              allow Configure -S to run non-interactively (spotted by Greg Hudson
40521              <ghudson@mit.edu>)
40522              
40523              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
40524              prototype mismatch with CORE::glob(); update pod and tests to
40525              suit (File::Glob::glob() is still available for backward
40526              compatibility, but should be considered deprecated)
40527              
40528              avoid error in IO::Socket::INET when given an unknown service name
40529              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
40530              
40531              numeric conversion of non-number in change#3378 tramples on
40532              OOK offset, causing segfaults
40533              
40534              attributes::reftype() doesn't work on tied argument
40535              
40536              forked child may not exit correctly if it failed to open
40537              /dev/console (from Graham Barr)
40538              
40539              add regular expressions tutorial and quick-start guide (from
40540              Mark Kvale <kvale@phy.ucsf.edu>)
40541              
40542              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
40543              
40544              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
40545              <paul@miraclefish.com>)
40546      Branch: maint-5.6/perl
40547           +> pod/perlrequick.pod pod/perlretut.pod
40548           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
40549           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
40550           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
40551           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
40552           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
40553           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
40554           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
40555           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
40556 ____________________________________________________________________________
40557 [  7283] By: gsar                                  on 2000/10/16  03:52:14
40558         Log: integrate change#5977 from mainline
40559              
40560              autoquote barewords followed by newline and arrow properly
40561              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
40562      Branch: maint-5.6/perl
40563           !> t/pragma/warn/toke toke.c
40564 ____________________________________________________________________________
40565 [  7282] By: gsar                                  on 2000/10/16  03:50:48
40566         Log: integrate change#5976 from mainline
40567              
40568              DB_File v1.73 update (from Paul Marquess)
40569      Branch: maint-5.6/perl
40570           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
40571           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
40572 ____________________________________________________________________________
40573 [  7281] By: gsar                                  on 2000/10/16  03:49:14
40574         Log: integrate change#5975 from mainline
40575              
40576              allow sort() reentrancy (variant of patch suggested by
40577              Hugo van der Sanden)
40578      Branch: maint-5.6/perl
40579           !> pp_ctl.c t/op/sort.t
40580 ____________________________________________________________________________
40581 [  7280] By: gsar                                  on 2000/10/16  03:48:22
40582         Log: integrate change#5974 from mainline
40583              
40584              change#4197 somehow missed initializing PL_errors, meaning
40585              syntax error queueing wasn't working outside eval"" at all;
40586              also fixed eval"" to localize PL_error_count, so that compile-time
40587              eval's don't clobber the error state of the outer context
40588      Branch: maint-5.6/perl
40589           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
40590           !> t/pragma/warn/toke
40591 ____________________________________________________________________________
40592 [  7279] By: gsar                                  on 2000/10/16  03:46:21
40593         Log: integrate change#5973 from mainline
40594              
40595              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
40596      Branch: maint-5.6/perl
40597           !> regcomp.c regexec.c t/op/re_tests
40598 ____________________________________________________________________________
40599 [  7278] By: gsar                                  on 2000/10/16  03:44:54
40600         Log: integrate change#5971 from cfgperl
40601              
40602              Unicos tweaks from Mark P. Lutz.
40603      Branch: maint-5.6/perl
40604           !> hints/unicos.sh lib/Math/Complex.pm
40605 ____________________________________________________________________________
40606 [  7277] By: gsar                                  on 2000/10/16  03:42:59
40607         Log: integrate changes#5966..5970 from mainline
40608              
40609              add testsuite for B backends, fix bug in B::Deparse (from
40610              Simon Cozens <simon@brecon.co.uk>)
40611              
40612              improved docs on the warn_uninit diagnostic (from David Glasser
40613              and Simon Cozens)
40614              
40615              tolerate spaces in group names in test on solaris (from David Boyce
40616              <dsb@boyski.com>)
40617              
40618              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
40619              
40620              Data::Dumper fumbles negative numbers on 32-bit platforms where
40621              IV is >32bits
40622      Branch: maint-5.6/perl
40623           +> t/lib/b.t t/lib/syslog.t
40624           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
40625           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
40626           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
40627 ____________________________________________________________________________
40628 [  7276] By: gsar                                  on 2000/10/16  03:39:30
40629         Log: integrate change#5965 from mainline
40630              
40631              avoid "will not stay shared" warnings for our variables (from
40632              Robin Barker)
40633      Branch: maint-5.6/perl
40634           !> op.c t/pragma/warn/op
40635 ____________________________________________________________________________
40636 [  7275] By: gsar                                  on 2000/10/16  03:38:18
40637         Log: integrate change#5964 from mainline
40638              
40639              reformat to 72 columns (again)
40640      Branch: maint-5.6/perl
40641           !> pod/perldiag.pod
40642 ____________________________________________________________________________
40643 [  7274] By: gsar                                  on 2000/10/16  03:36:58
40644         Log: integrate change#5963 from mainline
40645              
40646              patch from Larry to make (\&) prototype work; added tests for
40647              the same
40648      Branch: maint-5.6/perl
40649           !> op.c t/comp/proto.t
40650 ____________________________________________________________________________
40651 [  7273] By: gsar                                  on 2000/10/16  03:35:51
40652         Log: integrate changes#5956..5962 from mainline
40653              
40654              better diagnostics on failed tests (from Ilya Zakharevich)
40655              
40656              pod nits (from A. C. Yardley <yardley@tanet.net>)
40657              
40658              change#3569 deleted some essential code, revert; avoid use of
40659              atexit() to make DynaLoader work properly on AIX under mod_perl
40660              (from Jens-Uwe Mager <jum@helios.de>)
40661              
40662              doubled words in pods (from Simon Cozens
40663              <simon.p.cozens@jp.pwcglobal.com>)
40664              
40665              better INSTALL notes on Solaris issues (from Dominic Dunlop)
40666              
40667              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
40668              
40669              updated README.hpux (from Jeff Okamoto)
40670      Branch: maint-5.6/perl
40671           !> INSTALL README.hpux emacs/cperl-mode.el
40672           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
40673           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
40674           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
40675           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
40676           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
40677           !> t/op/lex_assign.t
40678 ____________________________________________________________________________
40679 [  7272] By: gsar                                  on 2000/10/16  03:31:22
40680         Log: integrate change#5955 from mainline
40681              
40682              longstanding bug exposed by change#3307: sort arguments weren't
40683              compiled with the right wantarray context (ensuing runtime lookup
40684              via block_gimme() was getting the incidental context of the
40685              sort() itself)
40686      Branch: maint-5.6/perl
40687           !> op.c t/op/sort.t
40688 ____________________________________________________________________________
40689 [  7271] By: gsar                                  on 2000/10/16  03:29:11
40690         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
40691              branch
40692              
40693              Flatten the cpp jungle doing the nosuid checking.
40694              
40695              Do not assume sign propagation. (from M.J.T. Guy)
40696              
40697              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
40698              
40699              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
40700              Now pp_ncmp() returns undef is either operand is a NaN.
40701              
40702              On second thoughts frexp() does have two arguments.
40703              
40704              Document that tr() is not tr(1).
40705              
40706              Be more robust on "extreme" (large absolute value)
40707              arguments.  Originally reported by Daniel Connelly
40708              as a problem with asinh() on large negative arguments,
40709              asinh() used to bail out because an argument to log()
40710              ended up being zero.  Ilya Zakharevich proposed using
40711              Taylor's series in such cases, which for such large
40712              arguments is a very good approximation.
40713              
40714              Undo "use integer" addition from 64bitint as it seems
40715              to break most of the subtests in Digital UNIX;
40716              Unicos needs to find another way.
40717      Branch: maint-5.6/perl
40718           !> (integrate 29 files)
40719 ____________________________________________________________________________
40720 [  7270] By: gsar                                  on 2000/10/16  03:09:44
40721         Log: integrate changes#5948,5949,5950 from mainline
40722              
40723              typo in vars.pm that leads to cryptic message (from Piotr
40724              Piatkowski <kompas@kompas.usr.onet.pl>)
40725              
40726              make perldoc use the pod2man from the same version (from
40727              M.J.T. Guy)
40728              
40729              reformat perldiag to avoid long lines
40730      Branch: maint-5.6/perl
40731           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
40732 ____________________________________________________________________________
40733 [  7269] By: gsar                                  on 2000/10/16  03:05:54
40734         Log: integrate change#5947 from mainline
40735              
40736              use &dl_error rather than &dl_load_file as the guard for calling
40737              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
40738              statically built perl)
40739      Branch: maint-5.6/perl
40740           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
40741 ____________________________________________________________________________
40742 [  7268] By: gsar                                  on 2000/10/16  03:04:48
40743         Log: integrate change#5945 from mainline
40744              
40745              make module name mandatory after -M switch; reorder perldiag
40746              alphabetically (from Mark-Jason Dominus)
40747      Branch: maint-5.6/perl
40748           !> perl.c pod/perldiag.pod
40749 ____________________________________________________________________________
40750 [  7267] By: gsar                                  on 2000/10/16  03:03:01
40751         Log: integrate change#5939 from mainline
40752              
40753              more pod nits (from Larry Virden)
40754      Branch: maint-5.6/perl
40755           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
40756           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
40757           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
40758 ____________________________________________________________________________
40759 [  7266] By: gsar                                  on 2000/10/16  03:01:39
40760         Log: integrate change#5938 from mainline
40761              
40762              Consolidated B::Deparse fixes (from Stephen McCamant)
40763      Branch: maint-5.6/perl
40764           !> ext/B/B/Deparse.pm
40765 ____________________________________________________________________________
40766 [  7265] By: gsar                                  on 2000/10/16  03:00:43
40767         Log: integrate change#5936 from mainline
40768              
40769              additional tests for change#7263 (from Paul Marquess)
40770      Branch: maint-5.6/perl
40771           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
40772           !> t/pragma/warn/5nolint t/pragma/warn/6default
40773 ____________________________________________________________________________
40774 [  7264] By: gsar                                  on 2000/10/16  02:58:34
40775         Log: integrate change#5934 from mainline
40776              
40777              propagate lexical warnings from surrounding scope correctly
40778              within string eval() (from Paul Marquess)
40779      Branch: maint-5.6/perl
40780           !> pp_ctl.c t/pragma/warn/pp_ctl
40781 ____________________________________________________________________________
40782 [  7263] By: gsar                                  on 2000/10/16  02:56:53
40783         Log: integrate change#5932 from mainline
40784              
40785              add rsignal(), whichsig() and do_join() to public API list
40786              (mod_perl uses them to good advantage)
40787      Branch: maint-5.6/perl
40788           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
40789 ____________________________________________________________________________
40790 [  7262] By: gsar                                  on 2000/10/16  02:55:53
40791         Log: integrate change#5931 from mainline
40792              
40793              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
40794      Branch: maint-5.6/perl
40795           !> pp_hot.c regexec.c t/op/pat.t
40796 ____________________________________________________________________________
40797 [  7261] By: gsar                                  on 2000/10/16  02:55:01
40798         Log: integrate change#5930 from mainline
40799              
40800              small os390 tweaks (from Peter Prymmer)
40801      Branch: maint-5.6/perl
40802           !> config_h.SH makedepend.SH
40803 ____________________________________________________________________________
40804 [  7260] By: gsar                                  on 2000/10/16  02:54:10
40805         Log: integrate change#5929 from mainline
40806              
40807              pod nits
40808      Branch: maint-5.6/perl
40809           !> pod/perlguts.pod
40810 ____________________________________________________________________________
40811 [  7259] By: gsar                                  on 2000/10/16  02:52:55
40812         Log: integrate change#5927 from mainline
40813              
40814              arrange for next() to resume at the unstack op rather than the
40815              loop conditional, so that scope cleanup happens correctly
40816              (from Stephen McCamant)
40817      Branch: maint-5.6/perl
40818           !> op.c pp_ctl.c t/op/misc.t
40819 ____________________________________________________________________________
40820 [  7258] By: gsar                                  on 2000/10/16  02:51:38
40821         Log: integrate change#5926 from mainline
40822              
40823              on windows, reserve 16M of stack rather than 128M (allows more
40824              threads to run concurrently)
40825      Branch: maint-5.6/perl
40826           !> win32/Makefile win32/makefile.mk
40827 ____________________________________________________________________________
40828 [  7257] By: gsar                                  on 2000/10/16  02:50:37
40829         Log: integrate change#5925 from mainline
40830              
40831              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
40832      Branch: maint-5.6/perl
40833           !> toke.c
40834 ____________________________________________________________________________
40835 [  7256] By: gsar                                  on 2000/10/16  02:49:36
40836         Log: integrate change#5924 from mainline
40837              
40838              avoid using uninitialized memory in require version check
40839      Branch: maint-5.6/perl
40840           !> pp_ctl.c universal.c
40841 ____________________________________________________________________________
40842 [  7255] By: gsar                                  on 2000/10/16  02:48:03
40843         Log: integrate changes#5923,5928,6009 from mainline
40844              
40845              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
40846      Branch: maint-5.6/perl
40847           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
40848 ____________________________________________________________________________
40849 [  7254] By: gsar                                  on 2000/10/16  02:44:46
40850         Log: integrate change#5922 from mainline
40851              
40852              commentary about IoTYPE() (from Nathan Torkington)
40853      Branch: maint-5.6/perl
40854           !> sv.h
40855 ____________________________________________________________________________
40856 [  7253] By: gsar                                  on 2000/10/16  02:43:49
40857         Log: integrate change#5921 from mainline
40858              
40859              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
40860      Branch: maint-5.6/perl
40861           !> sv.c t/lib/charnames.t t/pragma/utf8.t
40862 ____________________________________________________________________________
40863 [  7252] By: gsar                                  on 2000/10/16  02:42:31
40864         Log: integrate change#5920 from mainline
40865              
40866              Larry's fix for buggy propagation of utf8-ness in join(); add test
40867      Branch: maint-5.6/perl
40868           !> doop.c t/op/ver.t
40869 ____________________________________________________________________________
40870 [  7251] By: gsar                                  on 2000/10/16  02:41:14
40871         Log: integrate changes#5915..5919 from mainline
40872              
40873              various (pod tweaks &c)
40874      Branch: maint-5.6/perl
40875           !> (integrate 33 files)
40876 ____________________________________________________________________________
40877 [  7250] By: gsar                                  on 2000/10/16  02:38:16
40878         Log: integrate change#5914 from mainline
40879              
40880              caller() wasn't returning the right number of elements for
40881              eval {...}
40882      Branch: maint-5.6/perl
40883           !> pp_ctl.c t/pragma/warn/9enabled
40884 ____________________________________________________________________________
40885 [  7249] By: gsar                                  on 2000/10/16  02:37:02
40886         Log: integrate change#5913 from mainline
40887              
40888              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
40889              (from Mark-Jason Dominus)
40890      Branch: maint-5.6/perl
40891           !> pod/perlfunc.pod
40892 ____________________________________________________________________________
40893 [  7248] By: gsar                                  on 2000/10/16  02:35:58
40894         Log: integrate change#5912 from mainline
40895              
40896              fix totally broken caching in UNIVERSAL::isa() (from
40897              Nick Ing-Simmons)
40898      Branch: maint-5.6/perl
40899           !> t/op/universal.t universal.c
40900 ____________________________________________________________________________
40901 [  7247] By: gsar                                  on 2000/10/16  02:34:27
40902         Log: integrate changes#5910,5911 from mainline
40903              
40904              typo in pod
40905              
40906              add linebreak properties from unicode/LineBrk.txt (from
40907              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
40908      Branch: maint-5.6/perl
40909           +> (branch 29 files)
40910           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
40911 ____________________________________________________________________________
40912 [  7246] By: gsar                                  on 2000/10/16  02:33:29
40913         Log: integrate change#5909 from mainline
40914              
40915              mode argument to do_binmode() should be file mode, not boolean
40916      Branch: maint-5.6/perl
40917           !> pp_sys.c
40918 ____________________________________________________________________________
40919 [  7245] By: gsar                                  on 2000/10/16  02:31:04
40920         Log: integrate change#5908 from mainline
40921              
40922              introduce illegal symbols into null package so that
40923              gv_fetchpv(...,TRUE) always returns a valid GV even when the
40924              symbol is trapped by strictures (avoids coredumps)
40925      Branch: maint-5.6/perl
40926           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
40927           !> t/pragma/strict-vars
40928 ____________________________________________________________________________
40929 [  7244] By: jhi                                   on 2000/10/16  02:29:54
40930         Log: Subject: $Carp::ExportLevel confusion in Exporter
40931              From: "Ben Tilly" <ben_tilly@hotmail.com>
40932              Date: Sat, 14 Oct 2000 16:44:34 EDT
40933              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
40934      Branch: perl
40935            ! lib/Exporter/Heavy.pm
40936 ____________________________________________________________________________
40937 [  7243] By: jhi                                   on 2000/10/16  02:28:33
40938         Log: Subject: [PATCH perlguts.pod] Document offset hack
40939              From: Simon Cozens <simon@cozens.net>
40940              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
40941              Date: Sat, 14 Oct 2000 19:32:25 +0100
40942      Branch: perl
40943            ! pod/perlguts.pod
40944 ____________________________________________________________________________
40945 [  7242] By: gsar                                  on 2000/10/16  02:26:51
40946         Log: integrate changes#5905,5906,5907,6064 from mainline
40947              
40948              printf/sprintf didn't get quad types right under use64bitint
40949      Branch: maint-5.6/perl
40950           !> pp_sys.c sv.c t/op/64bitint.t
40951 ____________________________________________________________________________
40952 [  7241] By: jhi                                   on 2000/10/16  02:22:44
40953         Log: Subject: small pod patch
40954              From: Dan Boorstein <dan_boo@bellsouth.net>
40955              Date: Sat, 14 Oct 2000 14:29:24 -0400
40956              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
40957      Branch: perl
40958            ! pod/perlfaq7.pod pod/perlmod.pod
40959 ____________________________________________________________________________
40960 [  7240] By: jhi                                   on 2000/10/16  02:13:46
40961         Log: -w cleanup.
40962              
40963              Subject: Re: Problems with bleadperl 
40964              From: "Stephen P. Potter" <spp@ds.net>
40965              Date: Fri, 13 Oct 2000 13:32:49 -0400
40966              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
40967      Branch: perl
40968            ! t/pragma/overload.t
40969 ____________________________________________________________________________
40970 [  7239] By: jhi                                   on 2000/10/16  01:41:18
40971         Log: One more ~utf8 tweak.
40972      Branch: perl
40973            ! t/op/bop.t
40974 ____________________________________________________________________________
40975 [  7238] By: jhi                                   on 2000/10/16  01:34:14
40976         Log: Tweak the test of #7235.
40977      Branch: perl
40978            ! t/op/bop.t
40979 ____________________________________________________________________________
40980 [  7237] By: jhi                                   on 2000/10/16  01:25:04
40981         Log: Fix a couple of compiler-noted nits in #7235.
40982      Branch: perl
40983            ! pp.c
40984 ____________________________________________________________________________
40985 [  7236] By: jhi                                   on 2000/10/16  01:22:46
40986         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
40987      Branch: perl
40988            ! pp.c pp_hot.c
40989 ____________________________________________________________________________
40990 [  7235] By: jhi                                   on 2000/10/15  16:24:44
40991         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
40992              
40993              From: Simon Cozens <simon@cozens.net>
40994              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
40995              Date: Sat, 14 Oct 2000 20:52:13 +0100
40996              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
40997      Branch: perl
40998            ! pp.c t/op/bop.t utf8.h
40999 ____________________________________________________________________________
41000 [  7234] By: jhi                                   on 2000/10/15  15:19:29
41001         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
41002              The problem was that rx->minlen was in chars while pp_split()
41003              thought it would be in bytes. 
41004      Branch: perl
41005            ! pp.c t/pragma/utf8.t
41006 ____________________________________________________________________________
41007 [  7233] By: jhi                                   on 2000/10/14  20:24:24
41008         Log: Document FNCASE=y as discussed in the bug 20000902.009.
41009      Branch: perl
41010            ! README.dos
41011 ____________________________________________________________________________
41012 [  7232] By: jhi                                   on 2000/10/14  18:52:21
41013         Log: Add test for bug id 20000427.003 (which seems to have
41014              been fixed) (also duplicate as 20000427.004, though
41015              with a higher severity).  Move one utf8 from op/append
41016              to pragma/utf8, tag the tests with bug ids.
41017      Branch: perl
41018            ! t/op/append.t t/pragma/utf8.t
41019 ____________________________________________________________________________
41020 [  7231] By: jhi                                   on 2000/10/14  17:28:37
41021         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
41022      Branch: perl
41023            ! t/pragma/utf8.t
41024 ____________________________________________________________________________
41025 [  7230] By: jhi                                   on 2000/10/14  14:24:50
41026         Log: Needs to be conditional on SunOS 4.
41027              
41028              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
41029              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
41030              Date: Sat, 14 Oct 2000 13:37:49 +0100
41031              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
41032      Branch: metaconfig/U/perl
41033            ! End.U
41034      Branch: perl
41035            ! Configure myconfig.SH pod/perldelta.pod
41036 ____________________________________________________________________________
41037 [  7229] By: jhi                                   on 2000/10/14  00:49:22
41038         Log: Update Changes.
41039      Branch: perl
41040            ! Changes patchlevel.h
41041 ____________________________________________________________________________
41042 [  7228] By: jhi                                   on 2000/10/14  00:46:10
41043         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
41044              From: Peter Prymmer <pvhp@forte.com>
41045              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
41046              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
41047      Branch: perl
41048            ! lib/utf8.pm
41049 ____________________________________________________________________________
41050 [  7227] By: jhi                                   on 2000/10/13  23:20:30
41051         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
41052      Branch: perl
41053            ! t/op/tie.t
41054 ____________________________________________________________________________
41055 [  7226] By: jhi                                   on 2000/10/13  22:14:32
41056         Log: Tweak #7225.
41057              
41058              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
41059              From: Peter Prymmer <pvhp@forte.com>
41060              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
41061              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
41062      Branch: perl
41063            ! t/op/sprintf.t
41064 ____________________________________________________________________________
41065 [  7225] By: jhi                                   on 2000/10/13  22:11:31
41066         Log: op/sprintf.t patch for OS/390 (and any other host with limited
41067              floating-point exponent length)
41068              
41069              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
41070              From: Dominic Dunlop <domo@computer.org>
41071              Date: Fri, 13 Oct 2000 19:17:57 +0200
41072              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
41073      Branch: perl
41074            ! t/op/sprintf.t
41075 ____________________________________________________________________________
41076 [  7224] By: jhi                                   on 2000/10/13  18:40:48
41077         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
41078      Branch: perl
41079            ! toke.c
41080 ____________________________________________________________________________
41081 [  7223] By: jhi                                   on 2000/10/13  18:37:13
41082         Log: Thinko in #7222.
41083      Branch: perl
41084            ! utf8.c
41085 ____________________________________________________________________________
41086 [  7222] By: jhi                                   on 2000/10/13  18:05:23
41087         Log: Use UTF8SKIP(), from Simon Cozens.
41088      Branch: perl
41089            ! utf8.c
41090 ____________________________________________________________________________
41091 [  7221] By: jhi                                   on 2000/10/13  15:43:19
41092         Log: (accidentally empty check-in)
41093      Branch: perl
41094            ! utf8.c
41095 ____________________________________________________________________________
41096 [  7220] By: jhi                                   on 2000/10/13  15:23:51
41097         Log: Add (optimistically) Storable to static extensions.
41098      Branch: perl
41099            ! hints/uwin.sh hints/vmesa.sh
41100 ____________________________________________________________________________
41101 [  7219] By: jhi                                   on 2000/10/13  15:20:05
41102         Log: Amdahl UTS doesn't seem to do dynaloading.
41103      Branch: perl
41104            ! hints/uts.sh
41105 ____________________________________________________________________________
41106 [  7218] By: jhi                                   on 2000/10/13  15:15:20
41107         Log: Slight tweak of the code to appease Amdahl UTS cc.
41108      Branch: perl
41109            ! pp.c
41110 ____________________________________________________________________________
41111 [  7217] By: jhi                                   on 2000/10/13  14:50:42
41112         Log: In Amdahl UTS "struct sv" is defined by a system header,
41113              <ksync.h>.
41114      Branch: perl
41115            ! perl.h sv.h
41116 ____________________________________________________________________________
41117 [  7216] By: jhi                                   on 2000/10/13  11:58:25
41118         Log: Ilya implemented the memory profiling API.
41119      Branch: perl
41120            ! Todo
41121 ____________________________________________________________________________
41122 [  7215] By: jhi                                   on 2000/10/13  02:56:38
41123         Log: Subject: [PATCH 5.7.0] Perl API for mstats
41124              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41125              Date: Thu, 12 Oct 2000 22:52:40 -0400
41126              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
41127      Branch: perl
41128            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
41129 ____________________________________________________________________________
41130 [  7214] By: jhi                                   on 2000/10/13  02:55:38
41131         Log: Subject: [PATCH 5.7.0] IVs in mtats
41132              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41133              Date: Thu, 12 Oct 2000 22:51:04 -0400
41134              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
41135      Branch: perl
41136            ! malloc.c perl.h
41137 ____________________________________________________________________________
41138 [  7213] By: jhi                                   on 2000/10/13  02:31:47
41139         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
41140      Branch: perl
41141            ! pod/perldiag.pod pp_sys.c
41142 ____________________________________________________________________________
41143 [  7212] By: jhi                                   on 2000/10/13  01:27:38
41144         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
41145              From: Peter Prymmer <pvhp@forte.com>
41146              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
41147              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
41148      Branch: perl
41149            ! t/op/oct.t
41150 ____________________________________________________________________________
41151 [  7211] By: jhi                                   on 2000/10/13  00:35:09
41152         Log: Update Changes.
41153      Branch: perl
41154            ! Changes patchlevel.h
41155 ____________________________________________________________________________
41156 [  7210] By: jhi                                   on 2000/10/12  23:59:40
41157         Log: The Install.pm third of
41158              
41159              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
41160              From: Bill Campbell <bill@celestial.com>
41161              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
41162              Date: Thu, 5 Oct 2000 18:04:51 -0700
41163      Branch: perl
41164            ! lib/ExtUtils/Install.pm
41165 ____________________________________________________________________________
41166 [  7209] By: jhi                                   on 2000/10/12  23:58:43
41167         Log: Two thirds of
41168              
41169              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
41170              Date: Thu, 5 Oct 2000 18:04:51 -0700
41171              From: Bill Campbell <bill@celestial.com>
41172              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
41173              
41174              The Install.pm changes will be submitted separately because
41175              they need some work and discussion still.
41176      Branch: perl
41177            ! lib/getopts.pl lib/termcap.pl
41178 ____________________________________________________________________________
41179 [  7208] By: jhi                                   on 2000/10/12  23:41:19
41180         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
41181              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41182              Date:     Thu, 12 Oct 2000 07:30:02 EDT
41183              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
41184      Branch: perl
41185            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
41186            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
41187 ____________________________________________________________________________
41188 [  7207] By: jhi                                   on 2000/10/12  23:39:01
41189         Log: An updated EBCDIC tr patch.
41190              
41191              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
41192              From: Peter Prymmer <pvhp@forte.com>
41193              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
41194              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
41195      Branch: perl
41196            ! t/op/tr.t
41197 ____________________________________________________________________________
41198 [  7206] By: jhi                                   on 2000/10/12  23:34:55
41199         Log: Upgrade to CPAN 1.58, from Andreas König.
41200      Branch: perl
41201            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
41202 ____________________________________________________________________________
41203 [  7205] By: jhi                                   on 2000/10/12  23:29:08
41204         Log: Introduce the man[24-8] variables, from Andy Dougherty.
41205      Branch: metaconfig/U/perl
41206            + mandirs.U mandirstyle.U
41207      Branch: perl
41208            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41209            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
41210            ! vos/config.h vos/config.pl vos/config_h.SH_orig
41211            ! win32/config.bc win32/config.gc win32/config.vc
41212 ____________________________________________________________________________
41213 [  7204] By: gsar                                  on 2000/10/12  18:11:24
41214         Log: restore change#7202
41215      Branch: perl
41216            ! mg.c
41217 ____________________________________________________________________________
41218 [  7203] By: gsar                                  on 2000/10/12  18:09:40
41219         Log: another test of the Emergency Broadcast System--back out 
41220              change#7202
41221      Branch: perl
41222            ! mg.c
41223 ____________________________________________________________________________
41224 [  7202] By: gsar                                  on 2000/10/12  16:40:47
41225         Log: (submitted on behalf of Jarkko)
41226              Fix the lib/encode.t subtest 6 failure as reported by Andreas
41227              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
41228              was unearthed by change 7182, as was a bug in HTML::Entities.
41229      Branch: perl
41230            ! mg.c
41231 ____________________________________________________________________________
41232 [  7201] By: jhi                                   on 2000/10/11  03:16:05
41233         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
41234      Branch: perl
41235            ! pp_hot.c t/pragma/utf8.t
41236 ____________________________________________________________________________
41237 [  7200] By: jhi                                   on 2000/10/11  00:40:30
41238         Log: The #7198 was a false alarm.
41239      Branch: perl
41240            ! pp_hot.c
41241 ____________________________________________________________________________
41242 [  7199] By: jhi                                   on 2000/10/11  00:26:04
41243         Log: Remove duplicated code.
41244      Branch: perl
41245            ! t/lib/cgi-html.t
41246 ____________________________________________________________________________
41247 [  7198] By: jhi                                   on 2000/10/10  23:30:46
41248         Log: (Retracted by #7200.)
41249      Branch: perl
41250            ! pp_hot.c
41251 ____________________________________________________________________________
41252 [  7197] By: jhi                                   on 2000/10/10  21:49:30
41253         Log: Add the test case for #7190, from the original bug report
41254              by Andreas König.
41255      Branch: perl
41256            ! t/pragma/utf8.t
41257 ____________________________________________________________________________
41258 [  7196] By: jhi                                   on 2000/10/10  21:40:49
41259         Log: Reapply Andy's patch and regen Configure.
41260      Branch: perl
41261            ! Configure INSTALL Makefile.SH Porting/Glossary
41262            ! Porting/config.sh config_h.SH epoc/config.sh installperl
41263            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
41264            ! win32/config.vc
41265 ____________________________________________________________________________
41266 [  7195] By: jhi                                   on 2000/10/10  21:09:30
41267         Log: Use the versiononly instead of the installscripts,
41268              retract the changes 7146 and 7147.
41269      Branch: perl
41270            ! Configure INSTALL Makefile.SH Porting/Glossary
41271            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
41272            ! installperl uconfig.sh vos/config.def win32/config.bc
41273            ! win32/config.gc win32/config.vc
41274 ____________________________________________________________________________
41275 [  7194] By: jhi                                   on 2000/10/10  21:06:15
41276         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
41277              From: Peter Prymmer <pvhp@forte.com>
41278              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
41279              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
41280      Branch: perl
41281            ! t/op/ver.t
41282 ____________________________________________________________________________
41283 [  7193] By: jhi                                   on 2000/10/10  21:05:12
41284         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
41285              From: Peter Prymmer <pvhp@forte.com>
41286              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
41287              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
41288      Branch: perl
41289            ! t/op/tr.t
41290 ____________________________________________________________________________
41291 [  7192] By: jhi                                   on 2000/10/10  20:57:30
41292         Log: Add versiononly, delete installscripts, from Andy Dougherty.
41293      Branch: metaconfig
41294            - U/installdirs/installscripts.U
41295      Branch: metaconfig/U/perl
41296            + versiononly.U
41297 ____________________________________________________________________________
41298 [  7191] By: jhi                                   on 2000/10/10  19:41:21
41299         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
41300              From: Peter Prymmer <pvhp@forte.com>
41301              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
41302              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
41303      Branch: perl
41304            ! pod/perlebcdic.pod
41305 ____________________________________________________________________________
41306 [  7190] By: jhi                                   on 2000/10/10  19:26:14
41307         Log: Subject: Re: utf8 concat, mg_get
41308              From: Simon Cozens <simon@cozens.net>
41309              Date: Tue, 10 Oct 2000 17:40:17 +0100
41310              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
41311      Branch: perl
41312            ! pp_hot.c
41313 ____________________________________________________________________________
41314 [  7189] By: jhi                                   on 2000/10/10  19:23:03
41315         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
41316              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
41317              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
41318              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
41319      Branch: perl
41320            ! lib/ExtUtils/MM_Unix.pm
41321 ____________________________________________________________________________
41322 [  7188] By: jhi                                   on 2000/10/10  15:31:24
41323         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
41324              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
41325              Date: Fri, 14 Jul 2000 10:47:36 +0100
41326              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
41327      Branch: perl
41328            ! README.win32
41329 ____________________________________________________________________________
41330 [  7187] By: jhi                                   on 2000/10/10  13:30:10
41331         Log: Quote the temp file name, needed in Win32 because the
41332              default name unfortunately contains spaces, shouldn't
41333              hurt elsewhere.
41334              
41335              Subject: FW: perldoc fails if $TEMP contains spaces
41336              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
41337              Date: Thu, 14 Sep 2000 08:58:45 +0100
41338              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
41339      Branch: perl
41340            ! utils/perldoc.PL
41341 ____________________________________________________________________________
41342 [  7186] By: jhi                                   on 2000/10/10  13:16:27
41343         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
41344              From: hv@hugo.hybyte.com
41345              Date: Tue, 10 Oct 2000 14:10:20 +0100
41346              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
41347      Branch: perl
41348            ! t/lib/thr5005.t util.c
41349 ____________________________________________________________________________
41350 [  7185] By: jhi                                   on 2000/10/10  12:06:22
41351         Log: Upgrade to podlators 1.04, from Russ Allbery.
41352      Branch: perl
41353            ! lib/Pod/Man.pm lib/Pod/Text.pm
41354 ____________________________________________________________________________
41355 [  7184] By: jhi                                   on 2000/10/10  12:01:32
41356         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
41357      Branch: perl
41358            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
41359 ____________________________________________________________________________
41360 [  7183] By: jhi                                   on 2000/10/09  23:47:15
41361         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
41362              From: Peter Prymmer <pvhp@forte.com>
41363              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
41364              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
41365      Branch: perl
41366            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
41367 ____________________________________________________________________________
41368 [  7182] By: jhi                                   on 2000/10/09  23:43:16
41369         Log: Make eq work again with utf8 (disabling the upgrading
41370              should no more be necessary since the copies of the
41371              scalars are upgraded, not the scalars themselves).
41372              Takes care of ID 20001009.001.  (The claimed length()
41373              bug in 20001009.001 seems bogus to me.)
41374      Branch: perl
41375            ! sv.c t/pragma/utf8.t
41376 ____________________________________________________________________________
41377 [  7181] By: gsar                                  on 2000/10/09  19:41:54
41378         Log: tweak for change#7173
41379      Branch: perl
41380            ! win32/win32sck.c
41381 ____________________________________________________________________________
41382 [  7180] By: gsar                                  on 2000/10/09  19:26:56
41383         Log: on Windows, clean targets might not work under some flavors of the shell
41384      Branch: perl
41385            ! win32/Makefile win32/makefile.mk
41386 ____________________________________________________________________________
41387 [  7179] By: jhi                                   on 2000/10/09  19:21:02
41388         Log: Update Changes.
41389      Branch: perl
41390            ! Changes patchlevel.h
41391 ____________________________________________________________________________
41392 [  7178] By: jhi                                   on 2000/10/09  19:18:23
41393         Log: Warn about unknown scripts.
41394              
41395              Subject: Re: ideas? patches? [PATCH bleadperl]
41396              From: Dominic Dunlop <domo@computer.org>
41397              Date: Mon, 9 Oct 2000 14:57:17 +0200
41398              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
41399      Branch: perl
41400            ! lib/charnames.pm
41401 ____________________________________________________________________________
41402 [  7177] By: jhi                                   on 2000/10/09  19:13:27
41403         Log: Change #7160 had a nasty typo.
41404      Branch: metaconfig
41405            ! U/compline/Compile.U
41406      Branch: perl
41407            ! Configure config_h.SH
41408 ____________________________________________________________________________
41409 [  7176] By: gsar                                  on 2000/10/09  18:59:33
41410         Log: pod nit
41411      Branch: perl
41412            ! pod/perlport.pod
41413 ____________________________________________________________________________
41414 [  7175] By: gsar                                  on 2000/10/09  18:54:28
41415         Log: Windows9x doesn't support link(), despite what Config.pm
41416              might think
41417      Branch: perl
41418            ! lib/ExtUtils/Manifest.pm
41419 ____________________________________________________________________________
41420 [  7174] By: gsar                                  on 2000/10/09  18:50:03
41421         Log: avoid nonportable example code
41422      Branch: perl
41423            ! lib/File/Copy.pm
41424 ____________________________________________________________________________
41425 [  7173] By: gsar                                  on 2000/10/09  18:46:54
41426         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
41427              being used) when closing a socket handle
41428      Branch: perl
41429            ! win32/win32.c win32/win32.h win32/win32sck.c
41430 ____________________________________________________________________________
41431 [  7172] By: gsar                                  on 2000/10/09  18:41:40
41432         Log: on Windows, cwd strings in the environment should be of the
41433              form =X:=X:\foo instead of =X=X:\foo\
41434      Branch: perl
41435            ! win32/vdir.h
41436 ____________________________________________________________________________
41437 [  7171] By: gsar                                  on 2000/10/09  18:30:09
41438         Log: on Windows, LoadLibrary() could load an extension DLL multiple
41439              times if forward slashes are used in the path
41440      Branch: perl
41441            ! win32/win32.c
41442 ____________________________________________________________________________
41443 [  7170] By: jhi                                   on 2000/10/09  17:53:59
41444         Log: Add a todo note about overloadable assertions.
41445      Branch: perl
41446            ! Todo-5.6
41447 ____________________________________________________________________________
41448 [  7169] By: jhi                                   on 2000/10/09  13:43:45
41449         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
41450              From: mjd@plover.com
41451              Date: 9 Oct 2000 00:24:44 -0000
41452              Message-ID: <20001009002444.10616.qmail@plover.com>
41453      Branch: perl
41454            ! pod/perldebguts.pod
41455 ____________________________________________________________________________
41456 [  7168] By: nick                                  on 2000/10/08  13:16:33
41457         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
41458              is not right thing to do on (e.g. x86). Network order is also "right" for
41459              X fonts.
41460      Branch: perl
41461            ! ext/Encode/Encode.pm
41462 ____________________________________________________________________________
41463 [  7167] By: nick                                  on 2000/10/08  12:54:42
41464         Log: Make "encodings" work post-install when Encode/*.enc files may not
41465              be in same directory as Encode.pm
41466      Branch: perl
41467            ! ext/Encode/Encode.pm
41468 ____________________________________________________________________________
41469 [  7166] By: nick                                  on 2000/10/08  11:51:26
41470         Log: Work round the fact that $hash->{$key} does not take into account
41471              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
41472              so that key is always in the "expected" encoding - i.e. same way we put
41473              it in the hash.
41474      Branch: perl
41475            ! ext/Encode/Encode.pm
41476 ____________________________________________________________________________
41477 [  7165] By: gsar                                  on 2000/10/08  04:15:29
41478         Log: save_re_context() could reset PL_curcop to freed memory, causing core
41479              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
41480      Branch: perl
41481            ! pp_ctl.c
41482 ____________________________________________________________________________
41483 [  7164] By: jhi                                   on 2000/10/06  20:51:48
41484         Log: UTF8ize split() so that the cloned substrings get the UTF8
41485              flag of the original scalar.  Problem reported by Simon Cozens.
41486      Branch: perl
41487            ! pp.c t/pragma/utf8.t
41488 ____________________________________________________________________________
41489 [  7163] By: nick                                  on 2000/10/06  20:48:34
41490         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
41491              got a false +ve and so did not reach code which would have un-FAKEd the SV.
41492      Branch: perl
41493            ! sv.c
41494 ____________________________________________________________________________
41495 [  7162] By: nick                                  on 2000/10/06  20:25:37
41496         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
41497              To fix  (sort {$a <=> $b} keys %hash) in particular but
41498              should cover a number of other as-yet-unknown cases as well.
41499      Branch: perl
41500            ! sv.c
41501 ____________________________________________________________________________
41502 [  7161] By: jhi                                   on 2000/10/06  19:56:18
41503         Log: Change the version number of Tie::Handle in the core to 4.0,
41504              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
41505              
41506              Subject: Note on Tie::Handle
41507              From: andreas.koenig@anima.de (Andreas J. Koenig)
41508              Date:      06 Oct 2000 21:48:58 +0200
41509              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
41510      Branch: perl
41511            ! lib/Tie/Handle.pm
41512 ____________________________________________________________________________
41513 [  7160] By: jhi                                   on 2000/10/06  18:20:35
41514         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
41515              as the first option of cc/ld because of ultrapicky compilers
41516              (e.g. OS/390 R2.5)
41517      Branch: metaconfig
41518            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
41519            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
41520            ! U/compline/orderlib.U U/modified/Cppsym.U
41521            ! U/modified/d_access.U
41522      Branch: metaconfig/U/perl
41523            ! Checkcc.U d_dlsymun.U gccvers.U
41524      Branch: perl
41525            ! Configure config_h.SH
41526 ____________________________________________________________________________
41527 [  7159] By: jhi                                   on 2000/10/06  13:56:39
41528         Log: Update Changes.
41529      Branch: perl
41530            ! Changes patchlevel.h
41531 ____________________________________________________________________________
41532 [  7158] By: jhi                                   on 2000/10/06  12:48:40
41533         Log: Eliminate $Is_VMS code from the test.
41534              
41535              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
41536              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41537              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
41538              Date:     Thu, 5 Oct 2000 07:46:33 EDT
41539      Branch: perl
41540            ! t/lib/b.t
41541 ____________________________________________________________________________
41542 [  7157] By: jhi                                   on 2000/10/06  12:47:13
41543         Log: Also the $ccflags is needed for the C compiler check.
41544              
41545              Subject: Configure (check for C-compiler)
41546              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41547              Date: Fri, 06 Oct 2000 08:47:15 +0200
41548              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
41549      Branch: metaconfig/U/perl
41550            ! Checkcc.U
41551      Branch: perl
41552            ! Configure config_h.SH
41553 ____________________________________________________________________________
41554 [  7156] By: jhi                                   on 2000/10/06  11:45:15
41555         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
41556      Branch: perl
41557            ! perl.c pp_ctl.c sv.h utf8.c
41558 ____________________________________________________________________________
41559 [  7155] By: jhi                                   on 2000/10/06  11:40:41
41560         Log: IO::Handle->syswrite() did not handle length omission
41561              like CORE::syswrite() does.
41562              
41563              Subject: [Fwd] IO::Handle, syswrite and arguments
41564              From: Graham Barr <gbarr@pobox.com>
41565              Date: Fri, 6 Oct 2000 10:22:05 +0100
41566              Message-ID: <20001006102205.U6312@pobox.com>
41567              
41568              The original patch from andrew@ugh.net.au.
41569      Branch: perl
41570            ! ext/IO/lib/IO/Handle.pm
41571 ____________________________________________________________________________
41572 [  7154] By: jhi                                   on 2000/10/06  01:42:15
41573         Log: Tweak #7153.
41574      Branch: perl
41575            ! utf8.h
41576 ____________________________________________________________________________
41577 [  7153] By: jhi                                   on 2000/10/06  00:39:55
41578         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
41579      Branch: perl
41580            ! utf8.h
41581 ____________________________________________________________________________
41582 [  7152] By: jhi                                   on 2000/10/06  00:38:11
41583         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
41584      Branch: perl
41585            ! perl.c pp_ctl.c sv.h utf8.c
41586 ____________________________________________________________________________
41587 [  7151] By: jhi                                   on 2000/10/06  00:36:38
41588         Log: Subject: Re: Questions about Tie::Array and perl modules
41589              From: Nick Ing-Simmons <nik@tiuk.ti.com>
41590              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
41591              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
41592              
41593              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
41594      Branch: perl
41595            ! lib/Tie/Array.pm t/op/array.t
41596 ____________________________________________________________________________
41597 [  7150] By: jhi                                   on 2000/10/05  00:20:45
41598         Log: Regen Changes.
41599      Branch: perl
41600            ! Changes patchlevel.h
41601 ____________________________________________________________________________
41602 [  7149] By: jhi                                   on 2000/10/05  00:20:01
41603         Log: Regen toc.
41604      Branch: perl
41605            ! pod/perltoc.pod
41606 ____________________________________________________________________________
41607 [  7148] By: jhi                                   on 2000/10/04  23:35:08
41608         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
41609              reported several times by Dominic Dunlop, for example in
41610              ID 20000315.008.  Patch from Dominic.  Patch affects at
41611              least MachTen, and possibly other oldish BSDs. Should not
41612              break non-broken platforms (tested on LinuxPPC). 
41613      Branch: perl
41614            ! doio.c
41615 ____________________________________________________________________________
41616 [  7147] By: jhi                                   on 2000/10/04  23:26:34
41617         Log: The one that got away from 7146.
41618      Branch: metaconfig
41619            + U/installdirs/installscripts.U
41620 ____________________________________________________________________________
41621 [  7146] By: jhi                                   on 2000/10/04  23:25:04
41622         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
41623              suggested by H. Merijn Brand.
41624      Branch: perl
41625            ! Configure INSTALL Makefile.SH Porting/Glossary
41626            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
41627            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
41628            ! win32/config.vc
41629 ____________________________________________________________________________
41630 [  7145] By: jhi                                   on 2000/10/04  22:08:21
41631         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
41632              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41633              Date: Wed, 4 Oct 2000 17:37:46 -0400
41634              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
41635      Branch: perl
41636            ! utils/h2xs.PL
41637 ____________________________________________________________________________
41638 [  7144] By: jhi                                   on 2000/10/04  18:11:41
41639         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
41640              From: Jeff Pinyan <jeffp@crusoe.net>
41641              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
41642              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
41643      Branch: perl
41644            ! pod/perlrun.pod
41645 ____________________________________________________________________________
41646 [  7143] By: jhi                                   on 2000/10/04  18:09:58
41647         Log: Subject: perlhack.pod Patch for Externals Tools
41648              From: Fisher Mark <fisherm@tce.com>
41649              Date: Tue, 3 Oct 2000 15:43:27 -0500 
41650              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
41651      Branch: perl
41652            ! pod/perlhack.pod
41653 ____________________________________________________________________________
41654 [  7142] By: jhi                                   on 2000/10/04  18:08:41
41655         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
41656              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41657              Date:     Wed, 4 Oct 2000 12:11:11 EDT
41658              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
41659      Branch: perl
41660            ! vms/vms.c
41661 ____________________________________________________________________________
41662 [  7141] By: jhi                                   on 2000/10/04  12:20:16
41663         Log: Subject: [PATCH 5.7.0] h2xs not working
41664              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41665              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
41666              Date: Tue, 3 Oct 2000 21:43:01 -0400
41667              
41668              Subject: [PATCH 5.7.0] h2xs not documenting the created module
41669              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41670              Date: Tue, 3 Oct 2000 22:55:19 -0400
41671              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
41672      Branch: perl
41673            ! utils/h2xs.PL
41674 ____________________________________________________________________________
41675 [  7140] By: jhi                                   on 2000/10/04  11:53:44
41676         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
41677              From: nick@babyhippo.com
41678              Date: Wed, 4 Oct 2000 12:06:45 +0100
41679              Message-Id: <20001004120645.A7356@babyhippo.com>
41680              
41681              Retract 7118 and 7135.
41682      Branch: perl
41683            ! installman installperl op.c t/pragma/subs.t
41684 ____________________________________________________________________________
41685 [  7139] By: jhi                                   on 2000/10/03  22:09:41
41686         Log: It is possible to have no hosts database at all.  Pointed out in
41687              
41688              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
41689              From: Peter Prymmer <pvhp@forte.com>
41690              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
41691              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
41692      Branch: metaconfig
41693            ! U/modified/myhostname.U
41694      Branch: perl
41695            ! Configure config_h.SH
41696 ____________________________________________________________________________
41697 [  7138] By: jhi                                   on 2000/10/03  21:49:49
41698         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
41699              From: Peter Prymmer <pvhp@forte.com>
41700              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
41701              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
41702      Branch: perl
41703            ! pp_sys.c
41704 ____________________________________________________________________________
41705 [  7137] By: jhi                                   on 2000/10/03  20:10:05
41706         Log: One remaining nit less at the VMS mailbox sizing.
41707      Branch: perl
41708            ! vms/vms.c
41709 ____________________________________________________________________________
41710 [  7136] By: jhi                                   on 2000/10/03  20:08:47
41711         Log: Test harness update to sync with the new perlcc,
41712              from Simon Cozens.
41713      Branch: perl
41714            ! t/TEST t/UTEST
41715 ____________________________________________________________________________
41716 [  7135] By: jhi                                   on 2000/10/03  15:15:42
41717         Log: Subject: Re: PATCH for 20001003.004
41718              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
41719              From: "AARON B. DOSSETT" <aaron@iglou.com>
41720              Message-Id: <E13gTay-0006od-00@iglou.com>
41721      Branch: perl
41722            ! installman installperl
41723 ____________________________________________________________________________
41724 [  7134] By: jhi                                   on 2000/10/03  15:00:34
41725         Log: Subject: [ID 20001003.006] B::Debug not -w clean
41726              From: Nicholas Clark <nick@babyhippo.co.uk>
41727              Date: Tue, 03 Oct 2000 15:46:32 +0100
41728              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
41729      Branch: perl
41730            ! ext/B/B/Debug.pm
41731 ____________________________________________________________________________
41732 [  7133] By: jhi                                   on 2000/10/03  14:58:39
41733         Log: Scale down the VMS message boxes, by Charles Lane.
41734              Fix for ID 20000903.009, workaround at
41735              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
41736      Branch: perl
41737            ! vms/vms.c
41738 ____________________________________________________________________________
41739 [  7132] By: jhi                                   on 2000/10/03  11:20:37
41740         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
41741      Branch: perl
41742            + t/lib/st-lock.t t/lib/st-utf8.t
41743            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
41744            ! ext/Storable/Storable.xs t/lib/st-recurse.t
41745 ____________________________________________________________________________
41746 [  7131] By: jhi                                   on 2000/10/03  03:38:23
41747         Log: Encode nits.
41748      Branch: perl
41749            ! MANIFEST Makefile.SH
41750 ____________________________________________________________________________
41751 [  7130] By: jhi                                   on 2000/10/03  03:31:05
41752         Log: Update Changes.
41753      Branch: perl
41754            ! Changes patchlevel.h
41755 ____________________________________________________________________________
41756 [  7129] By: jhi                                   on 2000/10/03  02:24:02
41757         Log: Misplaced else.
41758      Branch: metaconfig/U/perl
41759            ! d_strtoll.U
41760      Branch: perl
41761            ! Configure config_h.SH
41762 ____________________________________________________________________________
41763 [  7128] By: jhi                                   on 2000/10/03  02:08:29
41764         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
41765              From: sthoenna@efn.org
41766              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
41767              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
41768      Branch: metaconfig/U/perl
41769            ! d_strtoll.U
41770      Branch: perl
41771            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
41772 ____________________________________________________________________________
41773 [  7127] By: jhi                                   on 2000/10/03  01:13:14
41774         Log: Update Changes.
41775      Branch: perl
41776            ! Changes patchlevel.h
41777 ____________________________________________________________________________
41778 [  7126] By: jhi                                   on 2000/10/03  00:57:08
41779         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
41780              as suggested by Olaf Flebbe and Nick Clark.
41781      Branch: perl
41782            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
41783 ____________________________________________________________________________
41784 [  7125] By: jhi                                   on 2000/10/03  00:50:56
41785         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
41786              From: Nick Clark <nick@plum.flirble.org>
41787              Date: Mon, 2 Oct 2000 11:03:24 +0100
41788              Message-Id: <20001002110324.D20073@plum.flirble.org>
41789              
41790              Also fixes bug ID 20001002.005.
41791      Branch: perl
41792            ! t/lib/encode.t
41793 ____________________________________________________________________________
41794 [  7124] By: jhi                                   on 2000/10/03  00:34:59
41795         Log: Subject: [PATCH 5.7.0] Epoc update
41796              From: Olaf Flebbe <o.flebbe@gmx.de>
41797              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
41798              Message-ID: <26423.969484586@www10.gmx.net>
41799      Branch: perl
41800            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
41801            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
41802            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
41803            ! util.c util.h
41804 ____________________________________________________________________________
41805 [  7123] By: jhi                                   on 2000/10/03  00:30:07
41806         Log: Regen headers.
41807      Branch: perl
41808            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
41809 ____________________________________________________________________________
41810 [  7122] By: jhi                                   on 2000/10/03  00:10:48
41811         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
41812      Branch: perl
41813            ! hints/openbsd.sh
41814 ____________________________________________________________________________
41815 [  7121] By: jhi                                   on 2000/10/03  00:05:06
41816         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
41817              From: <abigail@foad.org>
41818              Date: Tue, 26 Sep 2000 13:36:14 -0400
41819              Message-ID: <20000926173614.4356.qmail@foad.org>
41820      Branch: perl
41821            ! pod/perlop.pod
41822 ____________________________________________________________________________
41823 [  7120] By: jhi                                   on 2000/10/03  00:04:00
41824         Log: Inside require() $^S was always left undefined.
41825              
41826              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
41827              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41828              Date: Wed, 27 Sep 2000 18:54:49 -0400
41829              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
41830      Branch: perl
41831            ! cop.h mg.c pp_ctl.c util.c
41832 ____________________________________________________________________________
41833 [  7119] By: jhi                                   on 2000/10/03  00:00:16
41834         Log: Subject: [PATCH] DLL not restartabke with threaded perl
41835              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
41836              Date: Thu, 28 Sep 2000 09:20:46 +0100
41837              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
41838      Branch: perl
41839            ! perl.c
41840 ____________________________________________________________________________
41841 [  7118] By: jhi                                   on 2000/10/02  23:59:20
41842         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
41843              From: Nicholas Clark <nick@ccl4.org>
41844              Date: Thu, 28 Sep 2000 11:52:24 +0100
41845              Message-ID: <20000928115224.D7924@plum.flirble.org>
41846      Branch: perl
41847            ! op.c
41848 ____________________________________________________________________________
41849 [  7117] By: jhi                                   on 2000/10/02  23:57:51
41850         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
41851              From: Nicholas Clark <nick@babyhippo.co.uk>
41852              Date: Thu, 28 Sep 2000 12:18:10 +0100
41853              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
41854              
41855              Did not apply cleanly, manual intervention was needed.
41856      Branch: perl
41857            ! ext/B/B/Bytecode.pm utils/perlcc.PL
41858 ____________________________________________________________________________
41859 [  7116] By: jhi                                   on 2000/10/02  23:50:40
41860         Log: Document the issue (is not a syntax error, kind of)
41861              
41862              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
41863              From: Nicholas Clark <nick@ccl4.org>
41864              Date: Thu, 28 Sep 2000 17:12:42 +0100
41865              Message-ID: <20000928171242.K7924@plum.flirble.org>
41866      Branch: perl
41867            ! pod/perldata.pod
41868 ____________________________________________________________________________
41869 [  7115] By: jhi                                   on 2000/10/02  23:48:58
41870         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
41871              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41872              Date: Thu, 28 Sep 2000 21:55:31 -0400
41873              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
41874      Branch: perl
41875            ! regexec.c
41876 ____________________________________________________________________________
41877 [  7114] By: jhi                                   on 2000/10/02  23:47:57
41878         Log: Subject: DOC PATCH 5.6.0
41879              From: mjd@plover.com
41880              Date: 30 Sep 2000 06:02:34 -0000
41881              Message-ID: <20000930060234.4559.qmail@plover.com>
41882      Branch: perl
41883            ! pod/perldebguts.pod
41884 ____________________________________________________________________________
41885 [  7113] By: jhi                                   on 2000/10/02  23:46:43
41886         Log: SOCK_DGRAM and listen() do not mix as reported in
41887              
41888              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
41889              From: Petter Reinholdtsen <pere@hungry.com>
41890              Date: Sun, 1 Oct 2000 10:57:20 +0800
41891              Message-Id: <200010010257.KAA05735@localhost.localdomain>
41892              
41893              The patch for 5.7.0+ had to be reengineered, though.
41894      Branch: perl
41895            ! ext/IO/lib/IO/Socket/UNIX.pm
41896 ____________________________________________________________________________
41897 [  7112] By: jhi                                   on 2000/10/02  23:36:57
41898         Log: Subject: Re: [PATCH 5.005_64 missed]
41899              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41900              Date: Sun, 1 Oct 2000 18:50:10 -0400
41901              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
41902      Branch: perl
41903            ! pod/perlxs.pod
41904 ____________________________________________________________________________
41905 [  7111] By: jhi                                   on 2000/10/02  23:35:40
41906         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
41907              From: Radu Greab <radu@netsoft.ro>
41908              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
41909              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
41910      Branch: perl
41911            ! op.c opcode.pl t/op/substr.t
41912 ____________________________________________________________________________
41913 [  7110] By: jhi                                   on 2000/10/02  23:32:38
41914         Log: Subject: [PATCH] Fix aliasing of tied filehandles
41915              From: Daniel Chetlin <daniel@chetlin.com>
41916              Date: Mon, 2 Oct 2000 14:53:27 -0700
41917              Message-ID: <20001002145327.C1617@ilmd>
41918      Branch: perl
41919            ! perl.h pp_hot.c t/op/tiehandle.t
41920 ____________________________________________________________________________
41921 [  7109] By: jhi                                   on 2000/10/02  23:31:30
41922         Log: s/Robin Parker/Robin Barker/
41923      Branch: perl
41924            ! Changes5.6
41925 ____________________________________________________________________________
41926 [  7108] By: jhi                                   on 2000/10/02  23:15:46
41927         Log: Retract #7091 as suggested in
41928              
41929              From: Robin Barker <rmb1@cise.npl.co.uk> 
41930              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
41931              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
41932              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
41933      Branch: perl
41934            ! embed.pl proto.h
41935 ____________________________________________________________________________
41936 [  7107] By: nick                                  on 2000/10/02  18:23:14
41937         Log: A few tweaks to get Tk803 to work with Encode scheme.
41938      Branch: perl
41939            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
41940 ____________________________________________________________________________
41941 [  7106] By: nick                                  on 2000/10/01  21:34:14
41942         Log: Add checking cases to Encode's toUnicode and fromUnicode.
41943      Branch: perl
41944            ! ext/Encode/Encode.pm
41945 ____________________________________________________________________________
41946 [  7105] By: nick                                  on 2000/10/01  17:18:01
41947         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
41948              To read and use them.
41949              Add a lib/encode.t which checks a few things.
41950      Branch: perl
41951            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
41952            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
41953            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
41954            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
41955            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
41956            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
41957            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
41958            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
41959            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
41960            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
41961            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
41962            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
41963            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
41964            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
41965            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
41966            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
41967            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
41968            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
41969            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
41970            + ext/Encode/Encode/iso2022-jp.enc
41971            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
41972            + ext/Encode/Encode/iso8859-1.enc
41973            + ext/Encode/Encode/iso8859-2.enc
41974            + ext/Encode/Encode/iso8859-3.enc
41975            + ext/Encode/Encode/iso8859-4.enc
41976            + ext/Encode/Encode/iso8859-5.enc
41977            + ext/Encode/Encode/iso8859-6.enc
41978            + ext/Encode/Encode/iso8859-7.enc
41979            + ext/Encode/Encode/iso8859-8.enc
41980            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
41981            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
41982            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
41983            + ext/Encode/Encode/macCentEuro.enc
41984            + ext/Encode/Encode/macCroatian.enc
41985            + ext/Encode/Encode/macCyrillic.enc
41986            + ext/Encode/Encode/macDingbats.enc
41987            + ext/Encode/Encode/macGreek.enc
41988            + ext/Encode/Encode/macIceland.enc
41989            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
41990            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
41991            + ext/Encode/Encode/macTurkish.enc
41992            + ext/Encode/Encode/macUkraine.enc
41993            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
41994            + t/lib/encode.t
41995            ! MANIFEST ext/Encode/Encode.pm
41996 ____________________________________________________________________________
41997 [  7104] By: nick                                  on 2000/09/30  13:04:30
41998         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
41999              From: Daniel Chetlin <daniel@chetlin.com>
42000              Date: Mon, 18 Sep 2000 05:05:40 -0700
42001              Message-Id: <20000918050540.C652@ilmd>
42002      Branch: perl
42003            ! lib/overload.pm sv.c t/pragma/overload.t
42004 ____________________________________________________________________________
42005 [  7103] By: nick                                  on 2000/09/30  12:53:36
42006         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
42007              From: Johan Vromans <jvromans@squirrel.nl>
42008              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
42009              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
42010      Branch: perl
42011            ! pod/Makefile.SH
42012 ____________________________________________________________________________
42013 [  7102] By: nick                                  on 2000/09/30  12:52:31
42014         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
42015              From: Spider Boardman <spider@Orb.Nashua.NH.US>
42016              Date: Sat, 16 Sep 2000 16:36:45 -0400
42017              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
42018      Branch: perl
42019            ! ext/B/B/Deparse.pm
42020 ____________________________________________________________________________
42021 [  7101] By: nick                                  on 2000/09/30  12:51:41
42022         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
42023              From: Craig A. Berry <craig.berry@psinetcs.com>
42024              Date: Sat, 16 Sep 2000 10:11:10 -0500
42025              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
42026      Branch: perl
42027            ! vms/vms.c
42028 ____________________________________________________________________________
42029 [  7100] By: nick                                  on 2000/09/30  12:50:33
42030         Log: Subject: Re: unicode support and perl [ID 20000901.097]
42031              From: Spider Boardman <spider@Orb.Nashua.NH.US>
42032              Date: Fri, 15 Sep 2000 16:37:58 -0400
42033              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
42034      Branch: perl
42035            ! t/op/append.t
42036 ____________________________________________________________________________
42037 [  7099] By: nick                                  on 2000/09/30  12:49:35
42038         Log: Subject: Re: unicode support and perl [ID 20000901.097]
42039              From: Spider Boardman <spider@Orb.Nashua.NH.US>
42040              Date: Fri, 15 Sep 2000 16:25:30 -0400
42041              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
42042      Branch: perl
42043            ! pp_hot.c
42044 ____________________________________________________________________________
42045 [  7098] By: nick                                  on 2000/09/30  12:48:00
42046         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
42047              From: Gisle Aas <gisle@ActiveState.com>
42048              Date: 15 Sep 2000 16:23:41 +0200
42049              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
42050      Branch: perl
42051            ! toke.c
42052 ____________________________________________________________________________
42053 [  7097] By: nick                                  on 2000/09/30  12:45:16
42054         Log: Subject: [PATCH] Nits in perlmod.pod
42055              From: Daniel Chetlin <daniel@chetlin.com>
42056              Date: Fri, 15 Sep 2000 02:04:09 -0700
42057              Message-Id: <20000915020409.A2104@ilmd>
42058      Branch: perl
42059            ! pod/perlmod.pod
42060 ____________________________________________________________________________
42061 [  7096] By: nick                                  on 2000/09/30  12:18:00
42062         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
42063              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
42064              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
42065              0 to checking to get the warning.
42066      Branch: perl
42067            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
42068            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
42069            ! regexec.c sv.c toke.c utf8.c
42070 ____________________________________________________________________________
42071 [  7095] By: nick                                  on 2000/09/15  16:55:59
42072         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
42073              
42074              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
42075              From: Spider Boardman <spider@Orb.Nashua.NH.US>
42076              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
42077              Date: Fri, 15 Sep 2000 06:37:30 -0400
42078      Branch: perl
42079            ! ext/Encode/Encode.xs sv.c
42080 ____________________________________________________________________________
42081 [  7094] By: jhi                                   on 2000/09/15  03:23:32
42082         Log: Update Changes.
42083      Branch: perl
42084            ! Changes patchlevel.h
42085 ____________________________________________________________________________
42086 [  7093] By: jhi                                   on 2000/09/15  03:11:44
42087         Log: Fix for the charnames.t failures from Spider Boardman.
42088      Branch: perl
42089            ! toke.c
42090 ____________________________________________________________________________
42091 [  7092] By: jhi                                   on 2000/09/15  00:15:48
42092         Log: Botched the #7090 check-in.
42093      Branch: perl
42094            ! sv.c
42095 ____________________________________________________________________________
42096 [  7091] By: jhi                                   on 2000/09/14  23:33:24
42097         Log: Part of #7081 didn't come through.
42098      Branch: perl
42099            ! embed.pl proto.h
42100 ____________________________________________________________________________
42101 [  7090] By: jhi                                   on 2000/09/14  23:17:39
42102         Log: Subject: Re: perl@7078 
42103              From: Spider Boardman <spider@web.zk3.dec.com>
42104              Date: Thu, 14 Sep 2000 19:06:36 -0400
42105              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
42106      Branch: perl
42107            ! sv.c toke.c
42108 ____________________________________________________________________________
42109 [  7089] By: jhi                                   on 2000/09/14  23:11:21
42110         Log: Small portability tweaks.
42111      Branch: perl
42112            ! ext/Encode/Encode.xs
42113 ____________________________________________________________________________
42114 [  7088] By: jhi                                   on 2000/09/14  22:57:23
42115         Log: Fake return to pacify picky compilers.
42116      Branch: perl
42117            ! ext/Encode/Encode.xs
42118 ____________________________________________________________________________
42119 [  7087] By: jhi                                   on 2000/09/14  22:53:37
42120         Log: Subject: [PATCH] utf8.c apidoc
42121              From: Simon Cozens <simon@cozens.net>
42122              Date: Thu, 14 Sep 2000 23:46:57 +0100
42123              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
42124      Branch: perl
42125            ! perlapi.c pod/perlapi.pod utf8.c
42126 ____________________________________________________________________________
42127 [  7086] By: jhi                                   on 2000/09/14  22:40:38
42128         Log: We don't need to count the high bit bytes, a boolean is enough. 
42129      Branch: perl
42130            ! sv.c
42131 ____________________________________________________________________________
42132 [  7085] By: jhi                                   on 2000/09/14  21:20:09
42133         Log: Replace #7084 with
42134              
42135              Subject: Re: perl@7078 
42136              From: Spider Boardman <spider@web.zk3.dec.com>
42137              Date: Thu, 14 Sep 2000 17:09:36 -0400
42138              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
42139      Branch: perl
42140            ! sv.c utf8.c
42141 ____________________________________________________________________________
42142 [  7084] By: jhi                                   on 2000/09/14  20:03:34
42143         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
42144              convertable to bytes by checking it doesn't go above 0xc3
42145              
42146              Subject: Re: perl@7078
42147              From: Simon Cozens <simon@cozens.net>
42148              Date: Thu, 14 Sep 2000 20:59:19 +0100
42149              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
42150      Branch: perl
42151            ! utf8.c
42152 ____________________________________________________________________________
42153 [  7083] By: jhi                                   on 2000/09/14  19:38:47
42154         Log: Subject: Re: perl@7078
42155              From: Simon Cozens <simon@cozens.net>
42156              Date: Thu, 14 Sep 2000 20:13:09 +0100
42157              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
42158      Branch: perl
42159            ! t/op/bop.t
42160 ____________________________________________________________________________
42161 [  7082] By: jhi                                   on 2000/09/14  17:50:44
42162         Log: The one that got away.
42163      Branch: perl
42164            ! lib/File/Find.pm
42165 ____________________________________________________________________________
42166 [  7081] By: jhi                                   on 2000/09/14  17:45:35
42167         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
42168              From: Robin Barker <rmb1@cise.npl.co.uk>
42169              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
42170              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
42171      Branch: perl
42172            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
42173            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
42174            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
42175            ! regcomp.c toke.c universal.c
42176 ____________________________________________________________________________
42177 [  7080] By: jhi                                   on 2000/09/14  17:40:35
42178         Log: Problems picked up by AIX cc.
42179              
42180              Subject: Re: perl@7078 (patch included)
42181              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42182              Date: Thu, 14 Sep 2000 18:53:30 +0200
42183              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
42184      Branch: perl
42185            ! ext/Encode/Encode.xs
42186 ____________________________________________________________________________
42187 [  7079] By: jhi                                   on 2000/09/14  17:38:27
42188         Log: Subject: File::Find 5.7.0 POD nits
42189              From: Rich Morin <rdm@cfcl.com>
42190              Date: Wed, 13 Sep 2000 22:03:58 -0700
42191              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
42192      Branch: perl
42193            ! lib/File/Find.pm
42194 ____________________________________________________________________________
42195 [  7078] By: jhi                                   on 2000/09/14  14:58:20
42196         Log: Update Changes.
42197      Branch: perl
42198            ! Changes patchlevel.h
42199 ____________________________________________________________________________
42200 [  7077] By: jhi                                   on 2000/09/14  14:55:54
42201         Log: Compilation warnings and an error.
42202      Branch: perl
42203            ! sv.c
42204 ____________________________________________________________________________
42205 [  7076] By: jhi                                   on 2000/09/14  14:42:56
42206         Log: Fix for a parsing bug, not for the original bug.
42207              
42208              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
42209              From: Spider Boardman <spider@web.zk3.dec.com>
42210              Date: Wed, 13 Sep 2000 17:52:20 -0400
42211              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
42212      Branch: perl
42213            ! regcomp.c
42214 ____________________________________________________________________________
42215 [  7075] By: jhi                                   on 2000/09/14  14:40:40
42216         Log: Batch of UTF-8 patches from Simon Cozens.
42217      Branch: perl
42218            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
42219            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
42220            ! toke.c utf8.c
42221 ____________________________________________________________________________
42222 [  7074] By: jhi                                   on 2000/09/14  14:29:58
42223         Log: Subject: Re: Two advertising clauses need to be removed
42224              From: Russ Allbery <rra@stanford.edu>
42225              Date: 13 Sep 2000 18:50:26 -0700
42226              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
42227      Branch: perl
42228            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
42229 ____________________________________________________________________________
42230 [  7073] By: jhi                                   on 2000/09/14  14:28:20
42231         Log: Subject: [PATCH] de-wall t/README
42232              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42233              Date: Wed, 13 Sep 2000 17:46:55 -0700
42234              Message-ID: <//Bw5gzkge/e092yn@efn.org>
42235      Branch: perl
42236            ! t/README
42237 ____________________________________________________________________________
42238 [  7072] By: jhi                                   on 2000/09/14  14:25:10
42239         Log: Hints optimization.
42240              
42241              Subject: Minor nit
42242              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42243              Date: Wed, 13 Sep 2000 21:42:07 +0200
42244              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
42245      Branch: perl
42246            ! hints/hpux.sh
42247 ____________________________________________________________________________
42248 [  7071] By: jhi                                   on 2000/09/14  14:23:30
42249         Log: Allow chop() and chomp() to be overridden.
42250              
42251              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
42252              From: "Casey R. Tweten" <crt@kiski.net>
42253              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
42254              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
42255      Branch: perl
42256            ! toke.c
42257 ____________________________________________________________________________
42258 [  7070] By: jhi                                   on 2000/09/14  14:20:36
42259         Log: The return value of setlocale must be copied away.
42260              
42261              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
42262              From: Alan Burlison <Alan.Burlison@uk.sun.com>
42263              Date: Wed, 13 Sep 2000 16:27:37 +0100 
42264              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
42265      Branch: perl
42266            ! util.c
42267 ____________________________________________________________________________
42268 [  7069] By: jhi                                   on 2000/09/14  14:16:27
42269         Log: Remove vestiges of tr//CU.
42270              
42271              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
42272              From: Nick Clark <nick@plum.flirble.org>
42273              Date: Tue, 12 Sep 2000 22:50:14 +0100
42274              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
42275              
42276              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
42277              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42278              Date: Tue, 12 Sep 2000 21:38:48 -0700
42279              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
42280      Branch: perl
42281            ! op.h pod/perlunicode.pod
42282 ____________________________________________________________________________
42283 [  7068] By: jhi                                   on 2000/09/13  14:18:39
42284         Log: Add the Encode extension.  The code is still largely just skeleton.
42285      Branch: perl
42286            + ext/Encode/Encode.pm ext/Encode/Encode.xs
42287            + ext/Encode/Makefile.PL ext/Encode/Todo
42288            ! MANIFEST Todo-5.6
42289 ____________________________________________________________________________
42290 [  7067] By: jhi                                   on 2000/09/12  17:43:33
42291         Log: Allow for whitespace between "#" and "line" in cpp output.
42292              
42293              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
42294              From: Calle Dybedahl <calle@lysator.liu.se>
42295              Date: 12 Sep 2000 19:38:02 +0200 
42296              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
42297      Branch: perl
42298            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
42299 ____________________________________________________________________________
42300 [  7066] By: gsar                                  on 2000/09/12  17:24:29
42301         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
42302              initialization in all the threads on Windows
42303      Branch: perl
42304            ! win32/win32.c
42305 ____________________________________________________________________________
42306 [  7065] By: jhi                                   on 2000/09/12  15:11:31
42307         Log: Update Changes.
42308      Branch: perl
42309            ! Changes patchlevel.h
42310 ____________________________________________________________________________
42311 [  7064] By: jhi                                   on 2000/09/12  14:54:54
42312         Log: Retract #7062, the pod tests are not ready.
42313      Branch: perl
42314            ! t/TEST t/harness
42315 ____________________________________________________________________________
42316 [  7063] By: jhi                                   on 2000/09/12  14:25:41
42317         Log: The #7054 truncated Configure badly.
42318      Branch: metaconfig/U/perl
42319            ! End.U
42320      Branch: perl
42321            ! Configure config_h.SH
42322 ____________________________________________________________________________
42323 [  7062] By: jhi                                   on 2000/09/12  14:08:32
42324         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
42325              From: sthoenna@efn.org
42326              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
42327              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
42328      Branch: perl
42329            ! t/TEST t/harness
42330 ____________________________________________________________________________
42331 [  7061] By: jhi                                   on 2000/09/12  14:07:18
42332         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
42333              From: sthoenna@efn.org
42334              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
42335              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
42336      Branch: perl
42337            ! pod/perlxs.pod
42338 ____________________________________________________________________________
42339 [  7060] By: jhi                                   on 2000/09/12  14:06:08
42340         Log: Break up the myconfig lines a bit.
42341              
42342              Subject: perlbug/perl -V output format
42343              From: sthoenna@efn.org
42344              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
42345              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
42346      Branch: perl
42347            ! myconfig.SH
42348 ____________________________________________________________________________
42349 [  7059] By: jhi                                   on 2000/09/12  14:05:04
42350         Log: Test for the #7049.
42351              
42352              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
42353              From: andreas.koenig@anima.de (Andreas J. Koenig)
42354              Date: 12 Sep 2000 06:42:01 +0200
42355              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
42356      Branch: perl
42357            ! t/op/my.t
42358 ____________________________________________________________________________
42359 [  7058] By: jhi                                   on 2000/09/12  14:03:05
42360         Log: Subject: [patch: perl@7045] vms updates
42361              From: Peter Prymmer <pvhp@forte.com>
42362              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
42363              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
42364      Branch: perl
42365            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
42366 ____________________________________________________________________________
42367 [  7057] By: jhi                                   on 2000/09/12  14:00:51
42368         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
42369              From: sthoenna@efn.org
42370              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
42371              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
42372      Branch: perl
42373            ! t/op/64bitint.t
42374 ____________________________________________________________________________
42375 [  7056] By: jhi                                   on 2000/09/12  13:58:14
42376         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
42377              From: Jeff Pinyan <jeffp@crusoe.net>
42378              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
42379              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
42380      Branch: perl
42381            ! pod/perlfunc.pod
42382 ____________________________________________________________________________
42383 [  7055] By: jhi                                   on 2000/09/12  13:56:32
42384         Log: Do in VMS as the #7054 does.
42385      Branch: perl
42386            ! configure.com
42387 ____________________________________________________________________________
42388 [  7054] By: jhi                                   on 2000/09/12  13:50:31
42389         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
42390              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
42391              Date: Mon, 11 Sep 2000 08:33:09 +0100
42392              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
42393      Branch: metaconfig/U/perl
42394            ! End.U
42395      Branch: perl
42396            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
42397            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
42398 ____________________________________________________________________________
42399 [  7053] By: jhi                                   on 2000/09/12  13:29:19
42400         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
42401              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42402              Date:     Tue, 12 Sep 2000 08:35:59 EDT
42403              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
42404      Branch: perl
42405            ! vms/test.com
42406 ____________________________________________________________________________
42407 [  7052] By: jhi                                   on 2000/09/11  23:01:50
42408         Log: Document the SvUTF8*().
42409      Branch: perl
42410            ! pod/perlapi.pod sv.h
42411 ____________________________________________________________________________
42412 [  7051] By: gsar                                  on 2000/09/11  14:46:30
42413         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
42414              (missed a spot when fixing up op_pmreplroot hack for ithreads)
42415      Branch: perl
42416            ! op.c t/op/split.t
42417 ____________________________________________________________________________
42418 [  7050] By: nick                                  on 2000/09/11  10:03:51
42419         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
42420              
42421              Subject: borland C++ win32.c tweak
42422              From: Vadim Konovalov <vkonovalov@lucent.com>
42423              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
42424              Date: Mon, 11 Sep 2000 11:22:33 +0400
42425      Branch: perl
42426            ! win32/win32.c
42427 ____________________________________________________________________________
42428 [  7049] By: nick                                  on 2000/09/11  09:57:33
42429         Log: Point fix for s/// on foreach (keys %xxx).
42430      Branch: perl
42431            ! pp_hot.c
42432 ____________________________________________________________________________
42433 [  7048] By: jhi                                   on 2000/09/10  23:37:09
42434         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
42435              by Pod::Text, from Brad Appleton.
42436      Branch: perl
42437            ! t/pod/testp2pt.pl
42438 ____________________________________________________________________________
42439 [  7047] By: jhi                                   on 2000/09/10  14:32:53
42440         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
42441              by Russ Allbery.
42442      Branch: perl
42443            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
42444 ____________________________________________________________________________
42445 [  7046] By: jhi                                   on 2000/09/10  14:15:08
42446         Log: Upgrade to CPAN 1.57_65, from Andreas König.
42447      Branch: perl
42448            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
42449 ____________________________________________________________________________
42450 [  7045] By: jhi                                   on 2000/09/08  21:36:32
42451         Log: Update Changes.
42452      Branch: perl
42453            ! Changes patchlevel.h
42454 ____________________________________________________________________________
42455 [  7044] By: jhi                                   on 2000/09/08  21:29:56
42456         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
42457              From: Peter Prymmer <pvhp@forte.com>
42458              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
42459              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
42460      Branch: perl
42461            ! configure.com
42462 ____________________________________________________________________________
42463 [  7043] By: jhi                                   on 2000/09/08  21:27:50
42464         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
42465              From: Peter Prymmer <pvhp@forte.com>
42466              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
42467              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
42468      Branch: perl
42469            ! Makefile.SH installperl
42470 ____________________________________________________________________________
42471 [  7042] By: jhi                                   on 2000/09/08  21:23:21
42472         Log: Continue #7041.
42473      Branch: perl
42474            ! cygwin/Makefile.SHs os2/Makefile.SHs
42475 ____________________________________________________________________________
42476 [  7041] By: jhi                                   on 2000/09/08  21:18:10
42477         Log: Do away with memory models cruft.  Sorry, PDP users.
42478      Branch: metaconfig
42479            ! U/modified/cc.U U/modified/libpth.U
42480      Branch: perl
42481            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
42482            ! Porting/config_H cflags.SH config_h.SH configure.com
42483            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
42484            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
42485            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
42486 ____________________________________________________________________________
42487 [  7040] By: jhi                                   on 2000/09/08  14:34:18
42488         Log: Major rewrite of s2p.  And I mean really major, it is
42489              an implementation of sed in perl.  If called as s2p it
42490              will function as s2p.  Note: needs non-UNIXifying.
42491              
42492              Subject: s2p
42493              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
42494              Date: Mon, 28 Aug 2000 14:05:12 +0200
42495              Message-ID: <39AA5578.2102E2AA@alcatel.at>
42496      Branch: perl
42497            ! x2p/s2p.PL
42498 ____________________________________________________________________________
42499 [  7039] By: jhi                                   on 2000/09/08  14:19:49
42500         Log: Re-allow vec() for characters > 255.
42501              
42502              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
42503              From: Spider Boardman <spider@web.zk3.dec.com>
42504              Date: Fri, 08 Sep 2000 02:21:02 -0400
42505              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
42506      Branch: perl
42507            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
42508            ! t/op/vec.t
42509 ____________________________________________________________________________
42510 [  7038] By: jhi                                   on 2000/09/08  14:14:18
42511         Log: Subject: [PATCH lib/Benchmark.pm]
42512              From: <abigail@foad.org>
42513              Date: Thu, 7 Sep 2000 15:03:20 -0400
42514              Message-ID: <20000907190320.888.qmail@foad.org>
42515      Branch: perl
42516            ! lib/Benchmark.pm
42517 ____________________________________________________________________________
42518 [  7037] By: jhi                                   on 2000/09/08  14:11:06
42519         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
42520              
42521              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
42522              From: Spider Boardman <spider@web.zk3.dec.com>
42523              Date: Fri, 08 Sep 2000 01:30:27 -0400
42524              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
42525      Branch: perl
42526            ! op.c
42527 ____________________________________________________________________________
42528 [  7036] By: jhi                                   on 2000/09/08  14:08:58
42529         Log: Subject: [ID 20000908.002] perlipc documentation bug.
42530              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
42531              Date: Fri, 08 Sep 2000 12:38:32 +0200
42532              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
42533      Branch: perl
42534            ! pod/perlipc.pod
42535 ____________________________________________________________________________
42536 [  7035] By: jhi                                   on 2000/09/08  14:03:12
42537         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
42538              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42539              Date: Fri, 08 Sep 2000 11:47:34 +0200
42540              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
42541      Branch: perl
42542            ! hints/dec_osf.sh
42543 ____________________________________________________________________________
42544 [  7034] By: jhi                                   on 2000/09/08  13:59:35
42545         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
42546              From: Simon Cozens <simon@cozens.net>
42547              Date: Thu, 7 Sep 2000 20:40:38 +0100
42548              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
42549      Branch: perl
42550            ! pp_hot.c
42551 ____________________________________________________________________________
42552 [  7033] By: jhi                                   on 2000/09/08  04:03:03
42553         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
42554              From: "Larry W. Virden" <lvirden@cas.org>
42555              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
42556              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
42557      Branch: perl
42558            ! pod/perldiag.pod
42559 ____________________________________________________________________________
42560 [  7032] By: jhi                                   on 2000/09/07  22:18:30
42561         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
42562              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
42563              Date: Mon, 04 Sep 2000 13:16:38 -0700
42564              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
42565      Branch: perl
42566            ! lib/perl5db.pl
42567 ____________________________________________________________________________
42568 [  7031] By: jhi                                   on 2000/09/07  22:02:29
42569         Log: Fix the ccversion detection for 5.1 and beyond.
42570              
42571              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
42572              From: Spider Boardman <spider@leggy.zk3.dec.com>
42573              Date: Thu, 7 Sep 2000 17:54:27 -0400
42574              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
42575      Branch: perl
42576            ! hints/dec_osf.sh
42577 ____________________________________________________________________________
42578 [  7030] By: jhi                                   on 2000/09/07  19:12:28
42579         Log: Fix for
42580              
42581              Subject: [ID 20000903.001] \w in utf8-strings
42582              From: Marc Lehmann <pcg@goof.com>
42583              Date: Sun, 03 Sep 2000 09:44:29 +0200
42584              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
42585              
42586              and various related nits.
42587      Branch: perl
42588            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
42589 ____________________________________________________________________________
42590 [  7029] By: jhi                                   on 2000/09/07  18:49:09
42591         Log: Fix the URL, but the server is still missing in action.
42592              
42593              Subject: [ID 20000905.002] perlfaq1.pod URL error
42594              From: "Larry W. Virden" <lvirden@cas.org>
42595              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
42596              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
42597      Branch: perl
42598            ! pod/perlfaq1.pod
42599 ____________________________________________________________________________
42600 [  7028] By: jhi                                   on 2000/09/07  18:47:13
42601         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
42602              From: Hugo <hv@crypt.compulink.co.uk>
42603              Date: Tue, 05 Sep 2000 14:13:37 +0100
42604              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
42605      Branch: perl
42606            ! toke.c
42607 ____________________________________________________________________________
42608 [  7027] By: jhi                                   on 2000/09/07  18:45:35
42609         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
42610              From: Daniel Chetlin <daniel@chetlin.com>
42611              Date: Tue, 5 Sep 2000 04:57:07 -0700
42612              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
42613      Branch: perl
42614            ! pod/perlfaq6.pod pod/perlop.pod
42615 ____________________________________________________________________________
42616 [  7026] By: jhi                                   on 2000/09/07  18:44:01
42617         Log: Document the new ref() semantics.
42618              
42619              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
42620              From: Gisle Aas <gisle@ActiveState.com>
42621              Date: 05 Sep 2000 08:10:30 +0200
42622              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
42623      Branch: perl
42624            ! pod/perldelta.pod
42625 ____________________________________________________________________________
42626 [  7025] By: jhi                                   on 2000/09/07  18:42:27
42627         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
42628              
42629              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
42630              From: Gisle Aas <gisle@ActiveState.com>
42631              Date: 05 Sep 2000 08:11:40 +0200
42632              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
42633      Branch: perl
42634            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
42635 ____________________________________________________________________________
42636 [  7024] By: jhi                                   on 2000/09/07  18:39:32
42637         Log: Subject: [PATCH] Modernize Opcode.pm documentation
42638              From: Gisle Aas <gisle@ActiveState.com>
42639              Date: 4 Sep 2000 00:18:55 -0000
42640              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
42641      Branch: perl
42642            ! ext/Opcode/Opcode.pm
42643 ____________________________________________________________________________
42644 [  7023] By: jhi                                   on 2000/09/07  18:37:42
42645         Log: Subject: [PATCH] Tied filehandle documentation
42646              From: Gisle Aas <gisle@ActiveState.com>
42647              Date: 4 Sep 2000 00:14:40 -0000
42648              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
42649      Branch: perl
42650            ! pod/perlfunc.pod pod/perltie.pod
42651 ____________________________________________________________________________
42652 [  7022] By: jhi                                   on 2000/09/07  18:35:37
42653         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
42654              From: Gisle Aas <gisle@ActiveState.com>
42655              Date: 4 Sep 2000 00:04:22 -0000
42656              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
42657      Branch: perl
42658            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
42659 ____________________________________________________________________________
42660 [  7021] By: jhi                                   on 2000/09/07  18:33:22
42661         Log: Subject: small apidoc fix
42662              From: Marc Lehmann <pcg@goof.com>
42663              Date: Sun, 3 Sep 2000 05:12:06 +0200
42664              Message-ID: <20000903051206.A5909@cerebro.laendle>
42665      Branch: perl
42666            ! pod/perlapi.pod utf8.c
42667 ____________________________________________________________________________
42668 [  7020] By: jhi                                   on 2000/09/07  16:14:57
42669         Log: Tiny perldelta nits.
42670      Branch: perl
42671            ! pod/perldelta.pod
42672 ____________________________________________________________________________
42673 [  7019] By: jhi                                   on 2000/09/07  16:04:20
42674         Log: Guard against bad string->int conversion for quads.
42675      Branch: perl
42676            ! t/op/64bitint.t
42677 ____________________________________________________________________________
42678 [  7018] By: jhi                                   on 2000/09/06  17:07:03
42679         Log: Update Unicode todo list.
42680      Branch: perl
42681            ! Todo-5.6
42682 ____________________________________________________________________________
42683 [  7017] By: jhi                                   on 2000/09/05  21:16:01
42684         Log: Document the SvIOK_.*UV().
42685      Branch: perl
42686            ! pod/perlapi.pod sv.h
42687 ____________________________________________________________________________
42688 [  7016] By: nick                                  on 2000/09/03  21:54:46
42689         Log: Hash lookup of constant strings optimization:
42690              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
42691              to string table (as per sharepvn). Add newSV_pvn_share to create such
42692              a thing. Make hv.c compare addresses of strings and skip string compare
42693              if equal. Make method_named and helem ops use these shared-string SVs
42694              when arg is constant. Make keys op return shared-string SVs (less clearly
42695              a win).
42696      Branch: perl
42697            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
42698            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
42699            ! pod/perlintern.pod pp_hot.c proto.h sv.c
42700 ____________________________________________________________________________
42701 [  7015] By: jhi                                   on 2000/09/02  17:48:59
42702         Log: This is 5.7.0.
42703      Branch: perl
42704            ! Changes
42705 ____________________________________________________________________________
42706 [  7014] By: jhi                                   on 2000/09/02  17:35:45
42707         Log: Changes and patchlevel tweaks.
42708      Branch: perl
42709            ! Changes patchlevel.h
42710 ____________________________________________________________________________
42711 [  7013] By: jhi                                   on 2000/09/02  17:30:50
42712         Log: Update Changes.
42713      Branch: perl
42714            ! Changes patchlevel.h
42715 ____________________________________________________________________________
42716 [  7012] By: nick                                  on 2000/09/02  17:25:20
42717         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
42718      Branch: perl
42719            ! gv.c lib/overload.pm
42720 ____________________________________________________________________________
42721 [  7011] By: jhi                                   on 2000/09/02  17:16:25
42722         Log: Update perlhist.
42723      Branch: perl
42724            ! pod/perlhist.pod
42725 ____________________________________________________________________________
42726 [  7010] By: jhi                                   on 2000/09/02  17:01:35
42727         Log: perldelta nits.
42728      Branch: perl
42729            ! pod/perldelta.pod
42730 ____________________________________________________________________________
42731 [  7009] By: nick                                  on 2000/09/02  16:48:35
42732         Log: If overloaded %{} etc. return the object do not loop.
42733              Thus  sub deref { $_[0] } functions if object is wanted type.
42734      Branch: perl
42735            ! pp.h
42736 ____________________________________________________________________________
42737 [  7008] By: jhi                                   on 2000/09/02  16:26:11
42738         Log: Retab MANIFEST.
42739      Branch: perl
42740            ! ext/Storable/MANIFEST
42741 ____________________________________________________________________________
42742 [  7007] By: jhi                                   on 2000/09/02  16:23:02
42743         Log: Make certain cc is set before trying to run it.
42744      Branch: perl
42745            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
42746 ____________________________________________________________________________
42747 [  7006] By: jhi                                   on 2000/09/02  15:45:41
42748         Log: Unicode notes.
42749      Branch: perl
42750            ! pod/perldelta.pod
42751 ____________________________________________________________________________
42752 [  7005] By: jhi                                   on 2000/09/02  15:42:11
42753         Log: Various Configure nits by Philip Newton,
42754              plus the ebcdic one by me.
42755      Branch: metaconfig
42756            + U/modified/pager.U
42757            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
42758      Branch: metaconfig/U/perl
42759            ! Devel.U quadfio.U
42760      Branch: perl
42761            ! Configure config_h.SH
42762 ____________________________________________________________________________
42763 [  7004] By: jhi                                   on 2000/09/02  15:06:14
42764         Log: Apparently avoiding the swapping is too costly.
42765              
42766              From: "Ben Tilly" <ben_tilly@hotmail.com>
42767              Subject: Re: the door is closed.
42768              Date: Fri, 01 Sep 2000 20:23:16 EDT
42769              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
42770      Branch: perl
42771            ! pod/perlfaq4.pod
42772 ____________________________________________________________________________
42773 [  7003] By: nick                                  on 2000/09/02  12:26:04
42774         Log: Undo part of change 6489 which looks like a bulk edit which
42775              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
42776              The supressing of main:: on return from select() is undesirable.
42777      Branch: perl
42778            ! pp_sys.c
42779 ____________________________________________________________________________
42780 [  7002] By: jhi                                   on 2000/09/01  23:08:54
42781         Log: Update Changes.
42782      Branch: perl
42783            ! Changes patchlevel.h
42784 ____________________________________________________________________________
42785 [  7001] By: jhi                                   on 2000/09/01  23:00:13
42786         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
42787              From: Peter Prymmer <pvhp@forte.com>
42788              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
42789              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
42790              
42791              plus rework the http: spots as suggested by Tom Christiansen,
42792              plus regen perltoc.
42793      Branch: perl
42794            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
42795            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
42796 ____________________________________________________________________________
42797 [  7000] By: jhi                                   on 2000/09/01  22:36:01
42798         Log: Only the first line, thank you very much.
42799      Branch: perl
42800            ! hints/solaris_2.sh
42801 ____________________________________________________________________________
42802 [  6999] By: gsar                                  on 2000/09/01  22:16:40
42803         Log: change#6791 accidentally clobbered change#6710, put it back
42804      Branch: perl
42805            ! win32/win32.c
42806 ____________________________________________________________________________
42807 [  6998] By: jhi                                   on 2000/09/01  22:14:16
42808         Log: Mention the HP-UX LP64 freak failure.
42809      Branch: perl
42810            ! pod/perldelta.pod
42811 ____________________________________________________________________________
42812 [  6997] By: jhi                                   on 2000/09/01  21:48:32
42813         Log: Detypo.
42814      Branch: perl
42815            ! hints/hpux.sh
42816 ____________________________________________________________________________
42817 [  6996] By: jhi                                   on 2000/09/01  21:27:10
42818         Log: Update Changes.
42819      Branch: perl
42820            ! Changes patchlevel.h
42821 ____________________________________________________________________________
42822 [  6995] By: jhi                                   on 2000/09/01  21:14:24
42823         Log: Mi splgn s gnin.g
42824      Branch: perl
42825            ! pp_ctl.c
42826 ____________________________________________________________________________
42827 [  6994] By: jhi                                   on 2000/09/01  21:09:54
42828         Log: Subject: http:// in L<>
42829              From: Nicholas Clark <nick@ccl4.org>
42830              Date: Fri, 1 Sep 2000 22:03:21 +0100
42831              Message-ID: <20000901220321.B72074@plum.flirble.org>
42832      Branch: perl
42833            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
42834 ____________________________________________________________________________
42835 [  6993] By: jhi                                   on 2000/09/01  21:06:54
42836         Log: Update to Storable 1.0, from Raphael Manfredi.
42837      Branch: perl
42838            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
42839            ! ext/Storable/Makefile.PL ext/Storable/README
42840            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
42841            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
42842            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
42843            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
42844            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
42845            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
42846 ____________________________________________________________________________
42847 [  6992] By: jhi                                   on 2000/09/01  20:43:05
42848         Log: Mention known sfio+linux buglet.
42849      Branch: perl
42850            ! pod/perldelta.pod
42851 ____________________________________________________________________________
42852 [  6991] By: jhi                                   on 2000/09/01  20:40:11
42853         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
42854              From: Peter Prymmer <pvhp@forte.com>
42855              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
42856              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
42857      Branch: perl
42858            ! vms/vms.c
42859 ____________________________________________________________________________
42860 [  6990] By: jhi                                   on 2000/09/01  20:25:26
42861         Log: Retract #6986.
42862      Branch: perl
42863            ! hints/solaris_2.sh
42864 ____________________________________________________________________________
42865 [  6989] By: jhi                                   on 2000/09/01  20:23:00
42866         Log: Mergesort is back.
42867      Branch: perl
42868            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
42869 ____________________________________________________________________________
42870 [  6988] By: jhi                                   on 2000/09/01  19:37:40
42871         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
42872              From: Mike Guy <mjtg@cam.ac.uk>
42873              Date: Fri, 01 Sep 2000 17:43:33 +0100
42874              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
42875      Branch: perl
42876            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
42877            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
42878 ____________________________________________________________________________
42879 [  6987] By: jhi                                   on 2000/09/01  19:17:10
42880         Log: Regen perltoc.
42881      Branch: perl
42882            ! pod/perltoc.pod
42883 ____________________________________________________________________________
42884 [  6986] By: jhi                                   on 2000/09/01  18:51:10
42885         Log: Subject: Re: Solaris x86 has no SPARC libraries!
42886              From: Lupe Christoph <lupe@lupe-christoph.de>
42887              Date: Fri, 1 Sep 2000 20:41:20 +0200
42888              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
42889      Branch: perl
42890            ! hints/solaris_2.sh
42891 ____________________________________________________________________________
42892 [  6985] By: jhi                                   on 2000/09/01  18:28:10
42893         Log: Update Changes.
42894      Branch: perl
42895            ! Changes patchlevel.h
42896 ____________________________________________________________________________
42897 [  6984] By: jhi                                   on 2000/09/01  18:26:53
42898         Log: Feature ordering tweak.
42899      Branch: perl
42900            ! myconfig.SH
42901 ____________________________________________________________________________
42902 [  6983] By: jhi                                   on 2000/09/01  18:19:50
42903         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
42904              From: <abigail@foad.org>
42905              Date: Fri, 1 Sep 2000 13:07:32 -0400
42906              Message-ID: <20000901170732.18249.qmail@foad.org>
42907      Branch: perl
42908            ! t/pragma/overload.t
42909 ____________________________________________________________________________
42910 [  6982] By: jhi                                   on 2000/09/01  18:17:54
42911         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
42912              so that case-ignoring systems like DCL can tell them from
42913              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
42914      Branch: metaconfig/U/perl
42915            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
42916      Branch: perl
42917            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42918            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
42919            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
42920            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
42921            ! vos/config.def vos/config.h vos/config_h.SH_orig
42922            ! win32/config.bc win32/config.gc win32/config.vc
42923 ____________________________________________________________________________
42924 [  6981] By: nick                                  on 2000/09/01  17:21:57
42925         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
42926              warning when UNTIE exists and instead pass the cound of extra references to
42927              the UNTIE method.
42928      Branch: perl
42929            ! pod/perltie.pod pp_sys.c
42930 ____________________________________________________________________________
42931 [  6980] By: jhi                                   on 2000/09/01  16:54:44
42932         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
42933              From: Peter Prymmer <pvhp@forte.com>
42934              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
42935              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
42936      Branch: perl
42937            ! configure.com
42938 ____________________________________________________________________________
42939 [  6979] By: jhi                                   on 2000/09/01  16:06:20
42940         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
42941              From: Mike Guy <mjtg@cam.ac.uk> 
42942              Date: Fri, 01 Sep 2000 16:49:27 +0100
42943              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
42944      Branch: perl
42945            ! t/base/rs.t
42946 ____________________________________________________________________________
42947 [  6978] By: jhi                                   on 2000/09/01  16:00:42
42948         Log: Update to PodParser 1.18, from Brad Appleton.
42949      Branch: perl
42950            ! lib/Pod/Checker.pm t/pod/find.t
42951 ____________________________________________________________________________
42952 [  6977] By: jhi                                   on 2000/09/01  14:48:58
42953         Log: Subject: Nit in Configure (bleadperl@6961)
42954              From: Lupe Christoph <lupe@lupe-christoph.de>
42955              Date: Fri, 1 Sep 2000 16:34:29 +0200
42956              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
42957      Branch: metaconfig
42958            ! U/compline/ccflags.U
42959      Branch: perl
42960            ! Configure config_h.SH
42961 ____________________________________________________________________________
42962 [  6976] By: jhi                                   on 2000/09/01  14:39:52
42963         Log: Update Changes.
42964      Branch: perl
42965            ! Changes patchlevel.h
42966 ____________________________________________________________________________
42967 [  6975] By: jhi                                   on 2000/09/01  14:37:36
42968         Log: microperl config update.
42969      Branch: perl
42970            ! uconfig.h uconfig.sh
42971 ____________________________________________________________________________
42972 [  6974] By: jhi                                   on 2000/09/01  14:36:53
42973         Log: Document known deficiencies.
42974      Branch: perl
42975            ! pod/perldelta.pod
42976 ____________________________________________________________________________
42977 [  6973] By: jhi                                   on 2000/09/01  14:10:20
42978         Log: Mention warnings fixes and updates.
42979      Branch: perl
42980            ! pod/perldelta.pod
42981 ____________________________________________________________________________
42982 [  6972] By: jhi                                   on 2000/09/01  14:01:52
42983         Log: Drop unused argument.
42984              
42985              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
42986              From: Spider Boardman <spider@web.zk3.dec.com>
42987              Date: Thu, 31 Aug 2000 16:10:15 -0400
42988              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
42989      Branch: perl
42990            ! toke.c
42991 ____________________________________________________________________________
42992 [  6971] By: jhi                                   on 2000/09/01  13:59:24
42993         Log: Add the overload warnings to perldiag.
42994      Branch: perl
42995            ! lib/overload.pm pod/perldiag.pod
42996 ____________________________________________________________________________
42997 [  6970] By: jhi                                   on 2000/09/01  13:55:10
42998         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
42999              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
43000              Date: Fri, 1 Sep 2000 13:43:15 +0100 
43001              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
43002      Branch: perl
43003            ! lib/overload.pm t/pragma/overload.t
43004 ____________________________________________________________________________
43005 [  6969] By: jhi                                   on 2000/09/01  13:52:27
43006         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
43007              From: <abigail@foad.org>
43008              Date: Fri, 1 Sep 2000 05:46:54 -0400
43009              Message-ID: <20000901094654.6476.qmail@foad.org>
43010      Branch: perl
43011            ! lib/overload.pm
43012 ____________________________________________________________________________
43013 [  6968] By: jhi                                   on 2000/09/01  13:50:05
43014         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
43015              From: Daniel Chetlin <daniel@chetlin.com>
43016              Date: Fri, 1 Sep 2000 02:10:55 -0700
43017              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
43018      Branch: perl
43019            ! pod/perlretut.pod
43020 ____________________________________________________________________________
43021 [  6967] By: jhi                                   on 2000/09/01  13:47:54
43022         Log: Part of the solution.
43023              
43024              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
43025              From: Mike Guy <mjtg@cam.ac.uk>
43026              Date: Fri, 01 Sep 2000 14:16:01 +0100
43027              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
43028      Branch: perl
43029            ! gv.c mg.c
43030 ____________________________________________________________________________
43031 [  6966] By: jhi                                   on 2000/09/01  13:46:17
43032         Log: Subject: CPAN.pm beta 1.57_57 for the core
43033              From: andreas.koenig@anima.de (Andreas J. Koenig)
43034              Date: 01 Sep 2000 15:16:31 +0200
43035              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
43036      Branch: perl
43037            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
43038 ____________________________________________________________________________
43039 [  6965] By: jhi                                   on 2000/09/01  13:43:18
43040         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
43041              From: "Craig A. Berry" <craig.berry@psinetcs.com>
43042              Date: Fri, 01 Sep 2000 01:47:22 -0500
43043              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
43044      Branch: perl
43045            ! pod/perldelta.pod vms/vms.c
43046 ____________________________________________________________________________
43047 [  6964] By: jhi                                   on 2000/09/01  13:35:35
43048         Log: File::Temp patches from Andreas König,
43049              
43050              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
43051              From: andreas.koenig@anima.de (Andreas J. Koenig)
43052              Date: 01 Sep 2000 10:07:20 +0200
43053              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
43054              
43055              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
43056              From: andreas.koenig@anima.de (Andreas J. Koenig)
43057              Date: 31 Aug 2000 23:26:08 +0200
43058              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
43059      Branch: perl
43060            ! lib/File/Temp.pm t/lib/ftmp-security.t
43061 ____________________________________________________________________________
43062 [  6963] By: jhi                                   on 2000/09/01  02:22:24
43063         Log: Retract the mergesort code, way too incompatible licensing
43064              and copyrights.
43065      Branch: perl
43066            ! pod/perldelta.pod pp_ctl.c
43067 ____________________________________________________________________________
43068 [  6962] By: jhi                                   on 2000/08/31  23:27:32
43069         Log: Update Changes.
43070      Branch: perl
43071            ! Changes patchlevel.h
43072 ____________________________________________________________________________
43073 [  6961] By: jhi                                   on 2000/08/31  23:20:04
43074         Log: Small tweaks all over.
43075      Branch: metaconfig
43076            ! U/compline/d_gconvert.U
43077      Branch: perl
43078            ! AUTHORS Configure config_h.SH pp_ctl.c
43079 ____________________________________________________________________________
43080 [  6960] By: jhi                                   on 2000/08/31  22:39:36
43081         Log: Further rewording.
43082      Branch: perl
43083            ! pp_ctl.c
43084 ____________________________________________________________________________
43085 [  6959] By: jhi                                   on 2000/08/31  21:26:44
43086         Log: More address tweaking.
43087      Branch: perl
43088            ! AUTHORS Changes
43089 ____________________________________________________________________________
43090 [  6958] By: jhi                                   on 2000/08/31  20:47:25
43091         Log: AUTHORS tweaks, from Peter Prymmer.
43092              
43093              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
43094              From: Peter Prymmer <pvhp@forte.com>
43095              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
43096              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
43097      Branch: perl
43098            ! AUTHORS MAINTAIN
43099 ____________________________________________________________________________
43100 [  6957] By: jhi                                   on 2000/08/31  20:34:43
43101         Log: perldelta tweaks.
43102      Branch: perl
43103            ! pod/perldelta.pod
43104 ____________________________________________________________________________
43105 [  6956] By: jhi                                   on 2000/08/31  19:11:06
43106         Log: Regen perltoc.
43107      Branch: perl
43108            ! pod/perltoc.pod
43109 ____________________________________________________________________________
43110 [  6955] By: jhi                                   on 2000/08/31  19:06:30
43111         Log: Clarify the mergesort situation.
43112      Branch: perl
43113            ! pp_ctl.c
43114 ____________________________________________________________________________
43115 [  6954] By: jhi                                   on 2000/08/31  18:24:17
43116         Log: Move the Solaris 7 scan to use64bitall, make the
43117              failure to find 64-bot sparc libc to mention the
43118              possibility of being in an intel, from Lupe and Alan.
43119      Branch: perl
43120            ! hints/solaris_2.sh
43121 ____________________________________________________________________________
43122 [  6953] By: jhi                                   on 2000/08/31  18:09:20
43123         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
43124              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
43125      Branch: metaconfig
43126            ! U/compline/d_gconvert.U U/threads/archname.U
43127      Branch: metaconfig/U/perl
43128            ! perlxv.U
43129      Branch: perl
43130            ! Configure config_h.SH sv.c
43131 ____________________________________________________________________________
43132 [  6952] By: jhi                                   on 2000/08/31  17:42:24
43133         Log: :: not allowed in pathnames, change to .
43134              
43135              Subject: [PATCH perl@6938] cygwin port
43136              From: "Fifer, Eric" <EFifer@sanwaint.com>
43137              Date: Thu, 31 Aug 2000 16:32:59 +0100
43138              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
43139      Branch: metaconfig/U/perl
43140            ! perlxv.U
43141 ____________________________________________________________________________
43142 [  6951] By: jhi                                   on 2000/08/31  17:02:05
43143         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
43144      Branch: perl
43145            ! perl.h
43146 ____________________________________________________________________________
43147 [  6950] By: jhi                                   on 2000/08/31  16:26:08
43148         Log: More author updates.
43149              
43150              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
43151              From: Simon Cozens <simon@cozens.net>
43152              Date: Thu, 31 Aug 2000 17:13:32 +0100
43153              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
43154      Branch: perl
43155            ! AUTHORS
43156 ____________________________________________________________________________
43157 [  6949] By: jhi                                   on 2000/08/31  16:04:49
43158         Log: POSIX doesn't report long double values under -Duselongdouble
43159              when the long doubles are "real" (bigger than doubles).
43160              
43161              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
43162              From: Spider Boardman <spider@peano.zk3.dec.com>
43163              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
43164              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
43165      Branch: perl
43166            ! ext/POSIX/POSIX.xs
43167 ____________________________________________________________________________
43168 [  6948] By: jhi                                   on 2000/08/31  15:25:10
43169         Log: Update Changes.
43170      Branch: perl
43171            ! Changes patchlevel.h
43172 ____________________________________________________________________________
43173 [  6947] By: jhi                                   on 2000/08/31  15:22:29
43174         Log: Document UNTIE in a very minimalistic way.
43175      Branch: perl
43176            ! pod/perlfunc.pod pod/perltie.pod
43177 ____________________________________________________________________________
43178 [  6946] By: jhi                                   on 2000/08/31  15:15:23
43179         Log: Document known failures.
43180      Branch: perl
43181            ! pod/perldelta.pod
43182 ____________________________________________________________________________
43183 [  6945] By: jhi                                   on 2000/08/31  15:07:00
43184         Log: Don't attach -ld to the archname if pointless.
43185      Branch: metaconfig
43186            ! U/threads/archname.U
43187      Branch: perl
43188            ! Configure config_h.SH
43189 ____________________________________________________________________________
43190 [  6944] By: jhi                                   on 2000/08/31  14:37:42
43191         Log: Wrap the test in eval.
43192              
43193              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
43194              From: Tim Jenness <timj@jach.hawaii.edu>
43195              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
43196              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
43197      Branch: perl
43198            ! t/lib/ftmp-security.t
43199 ____________________________________________________________________________
43200 [  6943] By: jhi                                   on 2000/08/31  14:30:57
43201         Log: Make -Dusemorebits find long doubles in Solaris.
43202      Branch: perl
43203            ! hints/solaris_2.sh
43204 ____________________________________________________________________________
43205 [  6942] By: jhi                                   on 2000/08/31  13:48:45
43206         Log: Clarify the third case of ftmp-security warnings.
43207      Branch: perl
43208            ! INSTALL
43209 ____________________________________________________________________________
43210 [  6941] By: jhi                                   on 2000/08/31  13:40:31
43211         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
43212              From: <abigail@foad.org>
43213              Date: Thu, 31 Aug 2000 01:35:05 -0400
43214              Message-ID: <20000831053505.32120.qmail@foad.org>
43215      Branch: perl
43216            ! pod/perldelta.pod
43217 ____________________________________________________________________________
43218 [  6940] By: jhi                                   on 2000/08/31  13:38:48
43219         Log: Issue useful diagnostic on unknown pod commands.
43220              
43221              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
43222              From: <abigail@foad.org>
43223              Date: Thu, 31 Aug 2000 03:41:18 -0400
43224              Message-ID: <20000831074118.24880.qmail@foad.org>
43225      Branch: perl
43226            ! lib/Pod/Man.pm
43227 ____________________________________________________________________________
43228 [  6939] By: jhi                                   on 2000/08/31  13:34:33
43229         Log: Reveal Borland's isnan.
43230              
43231              Subject: build with BC++ tweak
43232              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
43233              Date: Thu, 31 Aug 2000 13:09:37 +0400
43234              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
43235      Branch: perl
43236            ! win32/win32.h
43237 ____________________________________________________________________________
43238 [  6938] By: jhi                                   on 2000/08/31  05:01:20
43239         Log: Update Changes.
43240      Branch: perl
43241            ! Changes patchlevel.h
43242 ____________________________________________________________________________
43243 [  6937] By: jhi                                   on 2000/08/31  04:26:23
43244         Log: sscanf() may be the only way to read long doubles from strings.
43245      Branch: metaconfig/U/perl
43246            ! longdblfio.U
43247      Branch: perl
43248            ! Configure config_h.SH perl.h util.c
43249 ____________________________________________________________________________
43250 [  6936] By: jhi                                   on 2000/08/31  04:18:19
43251         Log: The #6929 was too skimpy.
43252      Branch: perl
43253            ! sv.c
43254 ____________________________________________________________________________
43255 [  6935] By: jhi                                   on 2000/08/31  02:47:07
43256         Log: Subject: Re: typos in pods
43257              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43258              Date: Wed, 30 Aug 2000 19:25:34 -0700
43259              Message-ID: <eIcr5gzkg25X092yn@efn.org>
43260      Branch: perl
43261            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
43262 ____________________________________________________________________________
43263 [  6934] By: jhi                                   on 2000/08/31  02:42:55
43264         Log: Missed one Unicode file.
43265      Branch: perl
43266            + lib/unicode/UCDFF301.html
43267 ____________________________________________________________________________
43268 [  6933] By: jhi                                   on 2000/08/30  23:42:27
43269         Log: Update Changes.
43270      Branch: perl
43271            ! Changes patchlevel.h
43272 ____________________________________________________________________________
43273 [  6932] By: jhi                                   on 2000/08/30  23:40:07
43274         Log: Mention UNTIE in perldelta.  Still needs documenting
43275              in perltie et alia.
43276      Branch: perl
43277            ! pod/perldelta.pod
43278 ____________________________________________________________________________
43279 [  6931] By: jhi                                   on 2000/08/30  23:36:02
43280         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
43281              From: <abigail@foad.org>
43282              Date: Wed, 30 Aug 2000 19:28:07 -0400
43283              Message-ID: <20000830232807.305.qmail@foad.org>
43284      Branch: perl
43285            ! pod/perldelta.pod
43286 ____________________________________________________________________________
43287 [  6930] By: jhi                                   on 2000/08/30  23:32:40
43288         Log: Update to Unicode 3.0.1.
43289      Branch: perl
43290            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
43291            + lib/unicode/PropList.txt lib/unicode/README.perl
43292            + lib/unicode/UCD301.html lib/unicode/Unicode.301
43293            - lib/unicode/Props.txt lib/unicode/UCD300.html
43294            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
43295            ! (edit 257 files)
43296 ____________________________________________________________________________
43297 [  6929] By: jhi                                   on 2000/08/30  22:38:18
43298         Log: Heap decorruption.
43299              
43300              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
43301              From: Alan Burlison <Alan.Burlison@uk.sun.com>
43302              Date: Wed, 30 Aug 2000 22:39:52 +0100
43303              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
43304      Branch: perl
43305            ! sv.c
43306 ____________________________________________________________________________
43307 [  6928] By: jhi                                   on 2000/08/30  22:29:34
43308         Log: Retract the dummy test, skip the security tests (instead of failing),
43309              explain what the warnings mean.
43310      Branch: perl
43311            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
43312 ____________________________________________________________________________
43313 [  6927] By: jhi                                   on 2000/08/30  22:14:13
43314         Log: Change the internal implementation of sort() to be mergesort
43315              instead of quicksort, from John Linderman <jpl@research.att.com>.
43316              Gives us better worst case, better average case, and stability.
43317              What's there not to like?  (Small fixes for threaded builds
43318              were required).
43319      Branch: perl
43320            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
43321 ____________________________________________________________________________
43322 [  6926] By: jhi                                   on 2000/08/30  20:55:20
43323         Log: A better fix for the Socket building problem from Craig Berry.
43324      Branch: perl
43325            ! vms/vms.c
43326 ____________________________________________________________________________
43327 [  6925] By: jhi                                   on 2000/08/30  20:20:25
43328         Log: Subject: [PATCH] Re: UNTIE method 
43329              From: Nick Ing-Simmons <nik@tiuk.ti.com>
43330              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
43331              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
43332      Branch: perl
43333            ! pp_sys.c t/op/tie.t
43334 ____________________________________________________________________________
43335 [  6924] By: jhi                                   on 2000/08/30  20:17:11
43336         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
43337              From: "Craig A. Berry" <craig.berry@psinetcs.com>
43338              Date: Wed, 30 Aug 2000 15:03:14 -0500
43339              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
43340      Branch: perl
43341            ! vms/vms.c
43342 ____________________________________________________________________________
43343 [  6923] By: jhi                                   on 2000/08/30  20:15:18
43344         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
43345              From: "Craig A. Berry" <craig.berry@psinetcs.com>
43346              Date: Wed, 30 Aug 2000 13:30:36 -0500
43347              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
43348      Branch: perl
43349            ! vms/vms.c
43350 ____________________________________________________________________________
43351 [  6922] By: jhi                                   on 2000/08/30  19:54:43
43352         Log: Better options for rsync.
43353      Branch: perl
43354            ! pod/perlhack.pod
43355 ____________________________________________________________________________
43356 [  6921] By: jhi                                   on 2000/08/30  19:40:16
43357         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
43358              From: Rick Delaney <rick@consumercontact.com>
43359              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
43360              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
43361      Branch: perl
43362            ! pod/perlfunc.pod
43363 ____________________________________________________________________________
43364 [  6920] By: jhi                                   on 2000/08/30  19:36:40
43365         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
43366              From: Peter Prymmer <pvhp@forte.com>
43367              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
43368              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
43369      Branch: perl
43370            ! configure.com
43371 ____________________________________________________________________________
43372 [  6919] By: jhi                                   on 2000/08/30  14:52:02
43373         Log: Update Changes.
43374      Branch: perl
43375            ! Changes patchlevel.h
43376 ____________________________________________________________________________
43377 [  6918] By: jhi                                   on 2000/08/30  14:48:34
43378         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
43379      Branch: perl
43380            ! lib/ExtUtils/typemap
43381 ____________________________________________________________________________
43382 [  6917] By: jhi                                   on 2000/08/30  14:46:34
43383         Log: Subject: typos in pods
43384              From: Nicholas Clark <nick@ccl4.org>
43385              Date: Wed, 30 Aug 2000 01:12:50 +0100
43386              Message-ID: <20000830011249.A61388@plum.flirble.org>
43387      Branch: perl
43388            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
43389            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
43390            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
43391            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
43392 ____________________________________________________________________________
43393 [  6916] By: jhi                                   on 2000/08/30  14:19:09
43394         Log: Document Storable problems on Crays.  (Will have
43395              to document all the other Storable problems, too.)
43396      Branch: perl
43397            ! pod/perldelta.pod
43398 ____________________________________________________________________________
43399 [  6915] By: jhi                                   on 2000/08/30  14:06:02
43400         Log: Subject: [PATCH] fix misc cast warnings
43401              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43402              Date: Tue, 29 Aug 2000 23:16:14 -0700
43403              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
43404      Branch: perl
43405            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
43406            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
43407            ! os2/os2ish.h
43408 ____________________________________________________________________________
43409 [  6914] By: jhi                                   on 2000/08/30  14:03:45
43410         Log: Timestamp mismatch again.  Need to fix this dependence on
43411              config_h.SH timestamp, since it's the contents of config_h.SH
43412              that matter.
43413      Branch: perl
43414            ! uconfig.h uconfig.sh
43415 ____________________________________________________________________________
43416 [  6913] By: jhi                                   on 2000/08/30  13:54:06
43417         Log: Don't say "Perl 5.0 source kit".
43418      Branch: perl
43419            ! perl.c
43420 ____________________________________________________________________________
43421 [  6912] By: jhi                                   on 2000/08/30  13:51:24
43422         Log: Reset archname and archname64 always, forcing them be
43423              recomputed at each Configure run, make Configure and
43424              the hints files agree on the naming of largefiles variables.
43425      Branch: metaconfig
43426            ! U/threads/archname.U
43427      Branch: metaconfig/U/perl
43428            ! use64bits.U
43429      Branch: perl
43430            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
43431            ! hints/linux.sh hints/solaris_2.sh
43432 ____________________________________________________________________________
43433 [  6911] By: jhi                                   on 2000/08/30  13:30:13
43434         Log: Put back the slice accidentally removed by #6907.
43435      Branch: perl
43436            ! hints/solaris_2.sh
43437 ____________________________________________________________________________
43438 [  6910] By: jhi                                   on 2000/08/30  01:24:26
43439         Log: Be consistent: other Net::get* do export theirs.
43440              
43441              Subject: Re: Net::protoent does not export 'getproto'
43442              From: Yasushi Nakajima <sey@jkc.co.jp>
43443              Date: Wed, 30 Aug 2000 09:53:14 +0900
43444              Message-Id: <200008300051.DAA24700@taku.hut.fi>
43445      Branch: perl
43446            ! lib/Net/protoent.pm
43447 ____________________________________________________________________________
43448 [  6909] By: jhi                                   on 2000/08/30  01:17:25
43449         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
43450              From: Gurusamy Sarathy <gsar@ActiveState.com>
43451              Date: Tue, 29 Aug 2000 17:17:07 -0700
43452              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
43453      Branch: perl
43454            ! cop.h
43455 ____________________________________________________________________________
43456 [  6908] By: jhi                                   on 2000/08/30  00:58:05
43457         Log: Update Changes.
43458      Branch: perl
43459            ! Changes patchlevel.h
43460 ____________________________________________________________________________
43461 [  6907] By: jhi                                   on 2000/08/30  00:57:22
43462         Log: Introduce ccname to keep track of what compiler kind of we have.
43463      Branch: metaconfig/U/perl
43464            ! Checkcc.U gccvers.U
43465      Branch: perl
43466            ! Configure config_h.SH hints/solaris_2.sh
43467 ____________________________________________________________________________
43468 [  6906] By: jhi                                   on 2000/08/30  00:25:47
43469         Log: Put back the flags dump as reasoned in
43470              
43471              Subject: Re: [PATCH] Glob dumping
43472              From: Mike Guy <mjtg@cam.ac.uk> 
43473              Date: Tue, 29 Aug 2000 21:41:32 +0100
43474              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
43475      Branch: perl
43476            ! dump.c t/lib/peek.t
43477 ____________________________________________________________________________
43478 [  6905] By: jhi                                   on 2000/08/30  00:16:17
43479         Log: Make the epsilon to be relative, not absolute.
43480              
43481              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
43482              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
43483              Date: Tue, 29 Aug 2000 19:58:56 -0400
43484              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
43485      Branch: perl
43486            ! t/lib/trig.t
43487 ____________________________________________________________________________
43488 [  6904] By: jhi                                   on 2000/08/30  00:13:09
43489         Log: From now on, Gisle is on my list of usual suspects :-)
43490              Retract #6902.
43491      Branch: perl
43492            ! ext/Opcode/Safe.pm
43493 ____________________________________________________________________________
43494 [  6903] By: jhi                                   on 2000/08/29  23:51:20
43495         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
43496              From: "Craig A. Berry" <craig.berry@psinetcs.com>
43497              Date: Tue, 29 Aug 2000 18:43:26 -0500
43498              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
43499      Branch: perl
43500            + vms/vmspipe.com
43501            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
43502            ! vms/vms.c
43503 ____________________________________________________________________________
43504 [  6902] By: jhi                                   on 2000/08/29  23:44:14
43505         Log: Retry what #6882 attempted.
43506              
43507              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
43508              From: Gisle Aas <gisle@ActiveState.com>
43509              Date: 30 Aug 2000 00:33:09 +0200
43510              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
43511      Branch: perl
43512            ! ext/Opcode/Safe.pm
43513 ____________________________________________________________________________
43514 [  6901] By: jhi                                   on 2000/08/29  22:59:32
43515         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
43516              From: Hugo <hv@crypt.compulink.co.uk>
43517              Date: Mon, 12 Jun 2000 19:36:08 +0100
43518              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
43519      Branch: perl
43520            ! sv.c
43521 ____________________________________________________________________________
43522 [  6900] By: jhi                                   on 2000/08/29  22:58:35
43523         Log: Admit that we are leaking scalars.
43524              
43525              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
43526              From: Spider Boardman <spider@leggy.zk3.dec.com>
43527              Date: Tue, 29 Aug 2000 18:48:29 -0400
43528              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
43529      Branch: perl
43530            ! t/pragma/warnings.t
43531 ____________________________________________________________________________
43532 [  6899] By: jhi                                   on 2000/08/29  20:53:13
43533         Log: Update Changes.
43534      Branch: perl
43535            ! Changes patchlevel.h
43536 ____________________________________________________________________________
43537 [  6898] By: jhi                                   on 2000/08/29  20:46:21
43538         Log: Undo namespace pollution of #6878.
43539              
43540              Subject: Re: Net::protoent does not export 'getproto'
43541              From: Mike Guy <mjtg@cam.ac.uk>
43542              Date: Tue, 29 Aug 2000 21:32:37 +0100
43543              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
43544      Branch: perl
43545            ! lib/Net/protoent.pm
43546 ____________________________________________________________________________
43547 [  6897] By: jhi                                   on 2000/08/29  20:44:29
43548         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
43549              From: Peter Prymmer <pvhp@forte.com>
43550              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
43551              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
43552      Branch: perl
43553            ! pod/perlebcdic.pod
43554 ____________________________________________________________________________
43555 [  6896] By: jhi                                   on 2000/08/29  20:40:57
43556         Log: There's no point repeating the 'revision' (5) of perl5.
43557      Branch: metaconfig/U/perl
43558            ! Devel.U patchlevel.U
43559      Branch: perl
43560            ! Configure config_h.SH
43561 ____________________________________________________________________________
43562 [  6895] By: jhi                                   on 2000/08/29  20:16:58
43563         Log: Regen Configure for #6894.
43564      Branch: metaconfig/U/perl
43565            ! perladmin.U
43566      Branch: perl
43567            ! Configure config_h.SH
43568 ____________________________________________________________________________
43569 [  6894] By: jhi                                   on 2000/08/29  19:59:52
43570         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
43571              From: "Philip Newton" <Philip.Newton@gmx.net>
43572              Date: Tue, 29 Aug 2000 21:39:14 +0200
43573              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
43574      Branch: perl
43575            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
43576            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
43577            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
43578            ! utils/perlbug.PL
43579 ____________________________________________________________________________
43580 [  6893] By: jhi                                   on 2000/08/29  19:55:30
43581         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
43582              From: "Philip Newton" <Philip.Newton@gmx.net>
43583              Date: Tue, 29 Aug 2000 21:39:14 +0200
43584              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
43585      Branch: perl
43586            ! installhtml
43587 ____________________________________________________________________________
43588 [  6892] By: jhi                                   on 2000/08/29  19:53:59
43589         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
43590              From: "Philip Newton" <Philip.Newton@gmx.net>
43591              Date: Tue, 29 Aug 2000 21:48:18 +0200
43592              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
43593      Branch: perl
43594            ! lib/File/Temp.pm
43595 ____________________________________________________________________________
43596 [  6891] By: jhi                                   on 2000/08/29  18:30:03
43597         Log: Nail the ID 20000828.023.
43598      Branch: perl
43599            ! ext/Storable/Storable.xs
43600 ____________________________________________________________________________
43601 [  6890] By: jhi                                   on 2000/08/29  16:50:17
43602         Log: Under usethreads the dumped variable is IN_PAD.
43603              
43604              Subject: Re: [PATCH] Glob dumping
43605              From: Gisle Aas <gisle@ActiveState.com>
43606              Date: 29 Aug 2000 18:45:05 +0200
43607              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
43608      Branch: perl
43609            ! t/lib/peek.t
43610 ____________________________________________________________________________
43611 [  6889] By: jhi                                   on 2000/08/29  15:17:37
43612         Log: Update Changes.
43613      Branch: perl
43614            ! Changes patchlevel.h
43615 ____________________________________________________________________________
43616 [  6888] By: jhi                                   on 2000/08/29  14:49:59
43617         Log: Retract #6882, broke the safe tests.
43618      Branch: perl
43619            ! ext/Opcode/Safe.pm
43620 ____________________________________________________________________________
43621 [  6887] By: jhi                                   on 2000/08/29  14:47:06
43622         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
43623              From: Gisle Aas <gisle@ActiveState.com> 
43624              Date: 09 Jun 2000 20:00:11 +0200
43625              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
43626      Branch: perl
43627            ! utils/perldoc.PL
43628 ____________________________________________________________________________
43629 [  6886] By: jhi                                   on 2000/08/29  14:42:45
43630         Log: The #6881 removed one dump line.
43631      Branch: perl
43632            ! t/lib/peek.t
43633 ____________________________________________________________________________
43634 [  6885] By: jhi                                   on 2000/08/29  14:30:47
43635         Log: Don't forget to tidy up.
43636      Branch: perl
43637            ! t/lib/ftmp-security.t
43638 ____________________________________________________________________________
43639 [  6884] By: jhi                                   on 2000/08/29  14:25:17
43640         Log: Disabling the one test is a bit tricky.
43641      Branch: perl
43642            ! t/lib/ftmp-security.t
43643 ____________________________________________________________________________
43644 [  6883] By: jhi                                   on 2000/08/29  14:16:25
43645         Log: Disable one of the tests for now.
43646      Branch: perl
43647            ! t/lib/ftmp-security.t
43648 ____________________________________________________________________________
43649 [  6882] By: jhi                                   on 2000/08/29  14:05:50
43650         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
43651              From: gisle@aas.no
43652              Date: 29 Aug 2000 10:35:06 -0000
43653              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
43654      Branch: perl
43655            ! ext/Opcode/Safe.pm
43656 ____________________________________________________________________________
43657 [  6881] By: jhi                                   on 2000/08/29  14:03:51
43658         Log: Subject: [PATCH] Glob dumping
43659              From: Gisle Aas <gisle@ActiveState.com>
43660              Date: 29 Aug 2000 07:59:42 -0000
43661              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
43662      Branch: perl
43663            ! dump.c
43664 ____________________________________________________________________________
43665 [  6880] By: jhi                                   on 2000/08/29  14:02:01
43666         Log: Subject: [PATCH] Warnings in B::Deparse
43667              From: <abigail@foad.org>
43668              Date: Tue, 29 Aug 2000 00:00:01 -0400
43669              Message-ID: <20000829040001.2999.qmail@foad.org>
43670      Branch: perl
43671            ! ext/B/B/Deparse.pm
43672 ____________________________________________________________________________
43673 [  6879] By: jhi                                   on 2000/08/29  13:57:26
43674         Log: Missed a change in #6869.
43675      Branch: perl
43676            ! mg.c
43677 ____________________________________________________________________________
43678 [  6878] By: jhi                                   on 2000/08/29  13:45:04
43679         Log: Subject: Net::protoent does not export 'getproto'
43680              From: Yasushi Nakajima <sey@jkc.co.jp>
43681              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
43682      Branch: perl
43683            ! lib/Net/protoent.pm
43684 ____________________________________________________________________________
43685 [  6877] By: jhi                                   on 2000/08/29  13:39:19
43686         Log: Patches all over for people and the files they (hopefully) care about.
43687      Branch: perl
43688            ! AUTHORS Changes MAINTAIN
43689 ____________________________________________________________________________
43690 [  6876] By: jhi                                   on 2000/08/29  12:53:54
43691         Log: Fix for thinko in #6848.
43692              
43693              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
43694              From: Lupe Christoph <lupe@lupe-christoph.de>
43695              Date: Tue, 29 Aug 2000 09:04:08 +0200
43696              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
43697      Branch: perl
43698            ! ext/Thread/Thread.xs
43699 ____________________________________________________________________________
43700 [  6875] By: jhi                                   on 2000/08/29  12:50:14
43701         Log: Update to Getopt::Long 2.24, from Johan Vromans.
43702      Branch: perl
43703            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
43704 ____________________________________________________________________________
43705 [  6874] By: jhi                                   on 2000/08/29  02:09:53
43706         Log: Use minimal @INC in tests, most of the time just '../lib',
43707              so that we simply can't pick up stuff from other Perls than
43708              the one we are testing.  Pointed out by
43709              
43710              From: Mike Guy <mjtg@cam.ac.uk>
43711              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
43712              Date: Fri, 25 Aug 2000 15:15:59 +0100
43713              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
43714      Branch: perl
43715            ! (edit 185 files)
43716 ____________________________________________________________________________
43717 [  6873] By: jhi                                   on 2000/08/29  01:07:11
43718         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
43719              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43720              Date: Mon, 28 Aug 2000 17:45:52 -0700
43721              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
43722      Branch: perl
43723            ! Makefile.SH hints/os2.sh
43724 ____________________________________________________________________________
43725 [  6872] By: jhi                                   on 2000/08/28  23:33:39
43726         Log: Subject: [PATCH bleedperl@6866] spellings
43727              From: marcel@codewerk.com (Marcel Grunauer)
43728              Date: Tue, 29 Aug 2000 01:19:59 +0200
43729              Message-Id: <200008282319.BAA29862@gandalf.local>
43730      Branch: perl
43731            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
43732            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
43733            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
43734 ____________________________________________________________________________
43735 [  6871] By: jhi                                   on 2000/08/28  23:22:09
43736         Log: Take out the SUIDMAIL thing, that will not be
43737              a problem in 5.7.*.
43738      Branch: perl
43739            ! patchlevel.h
43740 ____________________________________________________________________________
43741 [  6870] By: jhi                                   on 2000/08/28  23:19:30
43742         Log: -S is the silent flag, -s is the strip flag.
43743              
43744              Subject: [PATCH] Re: [PATCH] make no-install          
43745              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43746              Date: Mon, 28 Aug 2000 15:12:55 -0700
43747              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
43748      Branch: perl
43749            ! Makefile.SH
43750 ____________________________________________________________________________
43751 [  6869] By: jhi                                   on 2000/08/28  23:12:05
43752         Log: Subject: [PATCH bleedperl@6856] warnings fixes
43753              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
43754              Date: Mon, 28 Aug 2000 23:55:06 +0100
43755              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
43756      Branch: perl
43757            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
43758            ! warnings.h warnings.pl
43759 ____________________________________________________________________________
43760 [  6868] By: jhi                                   on 2000/08/28  21:38:22
43761         Log: Potential cruft.
43762      Branch: perl
43763            ! Makefile.SH
43764 ____________________________________________________________________________
43765 [  6867] By: jhi                                   on 2000/08/28  21:35:36
43766         Log: Update Changes.
43767      Branch: perl
43768            ! Changes patchlevel.h
43769 ____________________________________________________________________________
43770 [  6866] By: jhi                                   on 2000/08/28  21:33:49
43771         Log: Subject: hv.h Doc Patch
43772              From: Fisher Mark <fisherm@tce.com>
43773              Date: Mon, 28 Aug 2000 16:24:59 -0500
43774              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
43775      Branch: perl
43776            ! hv.h
43777 ____________________________________________________________________________
43778 [  6865] By: jhi                                   on 2000/08/28  21:02:15
43779         Log: Add -ld to archname on long tr...double platforms.
43780      Branch: metaconfig
43781            ! U/threads/archname.U
43782      Branch: perl
43783            ! Configure config_h.SH
43784 ____________________________________________________________________________
43785 [  6864] By: jhi                                   on 2000/08/28  20:38:59
43786         Log: An attempt to fix the problem reported in
43787              
43788              Subject: Building perl@6856 using gcc/AIX 4.3.3 
43789              From: Daniel Muino <dmuino@afip.gov.ar> 
43790              Date: Mon, 28 Aug 2000 15:50:01 -0300   
43791              Message-ID: <20000828155001.A14403@con2-dgi>
43792              
43793              I can't test this properly since the gcc installation I have
43794              access to seems to be botched (gcc is calling the AIX cpp,
43795              a losing proposition...)
43796      Branch: perl
43797            ! hints/aix.sh
43798 ____________________________________________________________________________
43799 [  6863] By: jhi                                   on 2000/08/28  18:57:52
43800         Log: Fix for ID 20000828.001, long doubles were not formatted
43801              correctly (showed up in $], which stopped installing perl).
43802      Branch: perl
43803            ! sv.c
43804 ____________________________________________________________________________
43805 [  6862] By: jhi                                   on 2000/08/28  18:07:15
43806         Log: Typo in #6858.
43807      Branch: perl
43808            ! lib/Cwd.pm
43809 ____________________________________________________________________________
43810 [  6861] By: jhi                                   on 2000/08/28  17:57:27
43811         Log: opmini.o may be left around if a build is interrupted.
43812      Branch: perl
43813            ! Makefile.SH
43814 ____________________________________________________________________________
43815 [  6860] By: jhi                                   on 2000/08/28  16:52:50
43816         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
43817              From: Daniel Chetlin <daniel@chetlin.com>
43818              Date: Mon, 28 Aug 2000 01:14:18 -0700
43819              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
43820      Branch: perl
43821            ! lib/overload.pm
43822 ____________________________________________________________________________
43823 [  6859] By: jhi                                   on 2000/08/28  16:08:46
43824         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
43825              From: Nicholas Clark <nick@ccl4.org>
43826              Date: Mon, 28 Aug 2000 16:03:27 +0100
43827              Message-Id: <20000828160327.C49785@plum.flirble.org>
43828      Branch: perl
43829            ! ext/ByteLoader/bytecode.h
43830 ____________________________________________________________________________
43831 [  6858] By: jhi                                   on 2000/08/28  16:02:10
43832         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
43833              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
43834              Date: Mon, 28 Aug 2000 13:08:30 +0200
43835              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
43836      Branch: perl
43837            ! lib/Cwd.pm
43838 ____________________________________________________________________________
43839 [  6857] By: jhi                                   on 2000/08/28  15:42:47
43840         Log: display_format used as a class method without arguments was broken,
43841              reported in
43842              
43843              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
43844              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
43845              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
43846              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
43847      Branch: perl
43848            ! lib/Math/Complex.pm t/lib/complex.t
43849 ____________________________________________________________________________
43850 [  6856] By: jhi                                   on 2000/08/27  22:09:48
43851         Log: Update Changes.
43852      Branch: perl
43853            ! Changes patchlevel.h
43854 ____________________________________________________________________________
43855 [  6855] By: jhi                                   on 2000/08/27  21:59:21
43856         Log: Retract #6853 (false alarm).
43857      Branch: perl
43858            ! lib/ExtUtils/xsubpp
43859 ____________________________________________________________________________
43860 [  6854] By: jhi                                   on 2000/08/27  21:37:44
43861         Log: Update Changes.
43862      Branch: perl
43863            ! Changes patchlevel.h
43864 ____________________________________________________________________________
43865 [  6853] By: jhi                                   on 2000/08/27  21:37:16
43866         Log: Subject: [PATCH perl@6850] workaround for xsubpp
43867              From: Hugo <hv@crypt.compulink.co.uk>
43868              Date: Sun, 27 Aug 2000 22:30:25 +0100
43869              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
43870      Branch: perl
43871            ! lib/ExtUtils/xsubpp
43872 ____________________________________________________________________________
43873 [  6852] By: jhi                                   on 2000/08/27  21:33:58
43874         Log: Big-endian 64-bit patch from Raphael Manfredi.
43875      Branch: perl
43876            ! ext/Storable/Storable.xs
43877 ____________________________________________________________________________
43878 [  6851] By: jhi                                   on 2000/08/27  21:22:21
43879         Log: More ruthless editing from Hugo van der Sanden.
43880      Branch: perl
43881            ! pod/perldelta.pod
43882 ____________________________________________________________________________
43883 [  6850] By: jhi                                   on 2000/08/27  16:11:46
43884         Log: Update Changes.
43885      Branch: perl
43886            ! Changes patchlevel.h
43887 ____________________________________________________________________________
43888 [  6849] By: jhi                                   on 2000/08/27  16:11:05
43889         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
43890      Branch: perl
43891            ! configpm pod/perldelta.pod
43892 ____________________________________________________________________________
43893 [  6848] By: jhi                                   on 2000/08/27  15:35:08
43894         Log: Use the actual thread type, not the pointer-to-struct.
43895      Branch: perl
43896            ! ext/Thread/Thread.xs
43897 ____________________________________________________________________________
43898 [  6847] By: jhi                                   on 2000/08/27  15:30:49
43899         Log: Test nit.
43900      Branch: perl
43901            ! t/pragma/warn/pp_sys
43902 ____________________________________________________________________________
43903 [  6846] By: jhi                                   on 2000/08/27  15:19:02
43904         Log: Passing -R in ldflags makes now it to appear in the default
43905              for lddlflags, just like with -L.
43906              
43907              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
43908              From: Lupe Christoph <lupe@lupe-christoph.de>
43909              Date: Sun, 27 Aug 2000 10:28:21 +0200
43910              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
43911      Branch: metaconfig/U/perl
43912            ! dlsrc.U
43913      Branch: perl
43914            ! Configure
43915 ____________________________________________________________________________
43916 [  6845] By: jhi                                   on 2000/08/27  15:08:54
43917         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
43918              From: Alan Burlison <Alan.Burlison@uk.sun.com>
43919              Date: Sat, 26 Aug 2000 22:23:27 +0100
43920              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
43921      Branch: perl
43922            ! lib/ExtUtils/MM_Unix.pm
43923 ____________________________________________________________________________
43924 [  6844] By: jhi                                   on 2000/08/27  15:02:37
43925         Log: DJGPP update from Laszlo Molnar.
43926              
43927              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
43928              From: ml1050 <ml1050@freemail.hu>
43929              Date: Sat, 26 Aug 2000 23:24:40 +0200
43930              Message-Id: <20000826232440.A439@freemail.hu>
43931      Branch: perl
43932            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
43933            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
43934 ____________________________________________________________________________
43935 [  6843] By: jhi                                   on 2000/08/27  14:53:58
43936         Log: Subject: installman buglet
43937              From: Lupe Christoph <lupe@lupe-christoph.de>
43938              Date: Sun, 27 Aug 2000 14:38:59 +0200
43939              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
43940      Branch: perl
43941            ! installman
43942 ____________________________________________________________________________
43943 [  6842] By: jhi                                   on 2000/08/27  14:52:08
43944         Log: Can't get the test to reliably work thanks to the
43945              inaccurateness of floating point.  "Resolves" bug ids
43946              20000826.003, 20000826.009, 20000826.010,
43947      Branch: perl
43948            ! t/lib/trig.t
43949 ____________________________________________________________________________
43950 [  6841] By: jhi                                   on 2000/08/26  15:53:58
43951         Log: Update Changes.
43952      Branch: perl
43953            ! Changes patchlevel.h
43954 ____________________________________________________________________________
43955 [  6840] By: jhi                                   on 2000/08/26  14:23:03
43956         Log: grep -e isn't portable.
43957              
43958              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
43959              From: chris@broadband.att.com
43960              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
43961              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
43962      Branch: perl
43963            ! hints/solaris_2.sh
43964 ____________________________________________________________________________
43965 [  6839] By: jhi                                   on 2000/08/26  14:12:23
43966         Log: no-install target a la make -n.
43967              
43968              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
43969              From: <abigail@foad.org>
43970              Date: Sat, 26 Aug 2000 03:57:34 -0400
43971              Message-ID: <20000826075735.18912.qmail@foad.org>
43972      Branch: perl
43973            ! Makefile.SH installman installperl
43974 ____________________________________________________________________________
43975 [  6838] By: jhi                                   on 2000/08/26  14:06:33
43976         Log: Retract #6826 as the #6828 should be do the same
43977              in a More Correct Way.
43978      Branch: perl
43979            ! installperl
43980 ____________________________________________________________________________
43981 [  6837] By: jhi                                   on 2000/08/26  05:24:00
43982         Log: More casting.
43983      Branch: perl
43984            ! ext/Storable/Storable.xs
43985 ____________________________________________________________________________
43986 [  6836] By: jhi                                   on 2000/08/26  05:05:46
43987         Log: Nicer in decimal.
43988      Branch: perl
43989            ! ext/Storable/Storable.xs
43990 ____________________________________________________________________________
43991 [  6835] By: jhi                                   on 2000/08/26  05:03:50
43992         Log: There be no UVdf.
43993      Branch: perl
43994            ! ext/Storable/Storable.xs
43995 ____________________________________________________________________________
43996 [  6834] By: jhi                                   on 2000/08/26  05:00:18
43997         Log: Continue IVdfing and UVxfing.
43998      Branch: perl
43999            ! ext/Storable/Storable.xs
44000 ____________________________________________________________________________
44001 [  6833] By: jhi                                   on 2000/08/26  04:53:14
44002         Log: Use IVdf.
44003      Branch: perl
44004            ! ext/Storable/Storable.xs
44005 ____________________________________________________________________________
44006 [  6832] By: jhi                                   on 2000/08/26  04:40:41
44007         Log: Document PTR2XX and INT2PTR.
44008      Branch: perl
44009            ! pod/perlguts.pod
44010 ____________________________________________________________________________
44011 [  6831] By: jhi                                   on 2000/08/26  04:33:18
44012         Log: Use UVxf, PTR2UV, NVff.
44013      Branch: perl
44014            ! ext/Storable/Storable.xs
44015 ____________________________________________________________________________
44016 [  6830] By: jhi                                   on 2000/08/26  04:31:32
44017         Log: Update the test count.
44018      Branch: perl
44019            ! t/lib/trig.t
44020 ____________________________________________________________________________
44021 [  6829] By: jhi                                   on 2000/08/26  03:05:50
44022         Log: Subject: [PATCH] installation not quite silent yet.
44023              From: <abigail@foad.org>
44024              Date: Fri, 25 Aug 2000 20:07:53 -0400
44025              Message-ID: <20000826000753.7822.qmail@foad.org>
44026      Branch: perl
44027            ! installman installperl
44028 ____________________________________________________________________________
44029 [  6828] By: jhi                                   on 2000/08/26  03:05:14
44030         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
44031              From: Spider Boardman <spider@web.zk3.dec.com>
44032              Date: Fri, 25 Aug 2000 19:12:40 -0400
44033              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
44034      Branch: perl
44035            ! gv.c
44036 ____________________________________________________________________________
44037 [  6827] By: jhi                                   on 2000/08/25  23:54:34
44038         Log: Support preserving extremely big/small angles.
44039      Branch: perl
44040            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
44041 ____________________________________________________________________________
44042 [  6826] By: jhi                                   on 2000/08/25  23:01:20
44043         Log: Patch installperl to be long double-aware.
44044              
44045              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
44046              From: Spider Boardman <spider@web.zk3.dec.com>
44047              Date: Fri, 25 Aug 2000 18:15:23 -0400
44048              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
44049      Branch: perl
44050            ! installperl
44051 ____________________________________________________________________________
44052 [  6825] By: jhi                                   on 2000/08/25  22:58:25
44053         Log: Remove duplicately applied patch shards.
44054              
44055              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
44056              From: Spider Boardman <spider@leggy.zk3.dec.com>
44057              Date: Fri, 25 Aug 2000 16:45:03 -0400
44058              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
44059      Branch: perl
44060            ! t/lib/cgi-html.t
44061 ____________________________________________________________________________
44062 [  6824] By: jhi                                   on 2000/08/25  22:57:00
44063         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
44064              From: Daniel Chetlin <daniel@chetlin.com>
44065              Date: Fri, 25 Aug 2000 12:23:16 -0700
44066              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
44067              
44068              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
44069              From: Daniel Chetlin <daniel@chetlin.com>
44070              Date: Fri, 25 Aug 2000 14:47:19 -0700
44071              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
44072      Branch: perl
44073            ! installman
44074 ____________________________________________________________________________
44075 [  6823] By: jhi                                   on 2000/08/25  22:44:17
44076         Log: Timestamp problem?
44077      Branch: perl
44078            ! uconfig.h uconfig.sh
44079 ____________________________________________________________________________
44080 [  6822] By: jhi                                   on 2000/08/25  19:01:06
44081         Log: One forgotten file from #6816.
44082      Branch: perl
44083            ! vos/config.h
44084 ____________________________________________________________________________
44085 [  6821] By: jhi                                   on 2000/08/25  18:56:39
44086         Log: Regen Changes.
44087      Branch: perl
44088            ! Changes patchlevel.h
44089 ____________________________________________________________________________
44090 [  6820] By: jhi                                   on 2000/08/25  18:52:35
44091         Log: Fix Changes ordering.
44092      Branch: perl
44093            ! Changes
44094 ____________________________________________________________________________
44095 [  6819] By: jhi                                   on 2000/08/25  18:50:25
44096         Log: Update Changes.
44097      Branch: perl
44098            ! Changes patchlevel.h
44099 ____________________________________________________________________________
44100 [  6818] By: jhi                                   on 2000/08/25  18:47:45
44101         Log: Tweak the sfio/useperlio logic, hopefully as wished in
44102              
44103              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
44104              From: Nicholas Clark <nick@babyhippo.co.uk>
44105              Date: Fri, 25 Aug 2000 12:01:45 +0100
44106              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
44107      Branch: metaconfig/U/perl
44108            ! d_sfio.U
44109      Branch: perl
44110            ! Configure
44111 ____________________________________________________________________________
44112 [  6817] By: jhi                                   on 2000/08/25  18:32:51
44113         Log: Allow microperl to assume <math.h>, without it the math
44114              functions like floor() are assumed to return int, which makes
44115              for core dumps in machines where integer and floating register
44116              don't mix.
44117      Branch: perl
44118            ! uconfig.h uconfig.sh
44119 ____________________________________________________________________________
44120 [  6816] By: jhi                                   on 2000/08/25  18:27:17
44121         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
44122              the problem reported in
44123              
44124              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
44125              From: danhale@us.ibm.com
44126              Date: Fri, 25 Aug 2000 10:58:06 -0400
44127              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
44128      Branch: metaconfig/U/perl
44129            + d_socks5_init.U
44130      Branch: perl
44131            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
44132            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
44133            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
44134            ! win32/config.gc win32/config.vc
44135 ____________________________________________________________________________
44136 [  6815] By: jhi                                   on 2000/08/25  17:43:31
44137         Log: A solution for the retrieve_fd autosplit warning,
44138              idea suggested by Mike Guy.
44139      Branch: perl
44140            ! ext/Storable/Storable.pm
44141 ____________________________________________________________________________
44142 [  6814] By: jhi                                   on 2000/08/25  17:16:03
44143         Log: Add install-silent target.
44144      Branch: perl
44145            ! Makefile.SH
44146 ____________________________________________________________________________
44147 [  6813] By: jhi                                   on 2000/08/25  17:14:23
44148         Log: Subject: Re: [PATCH] More silencing of installman.
44149              From: <abigail@foad.org>
44150              Date: Thu, 24 Aug 2000 19:27:03 -0400
44151              Message-ID: <20000824232703.7001.qmail@foad.org>
44152              
44153              Subject: Re: [PATCH] More silencing of installman.
44154              From: <abigail@foad.org>
44155              Date: Fri, 25 Aug 2000 03:00:58 -0400
44156              Message-ID: <20000825070058.10697.qmail@foad.org>
44157      Branch: perl
44158            ! installman
44159 ____________________________________________________________________________
44160 [  6812] By: jhi                                   on 2000/08/25  17:11:28
44161         Log: installperl --verbose and --silent.
44162              
44163              Subject: Re: [PATCH] More silencing of installman.
44164              From: <abigail@foad.org>
44165              Message-ID: <20000825064430.9719.qmail@foad.org>
44166              Date: Fri, 25 Aug 2000 02:44:30 -0400
44167      Branch: perl
44168            ! installperl
44169 ____________________________________________________________________________
44170 [  6811] By: jhi                                   on 2000/08/25  17:05:43
44171         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
44172              From: "Peter J. Farley III" <pjfarley@banet.net>
44173              Date: Thu, 24 Aug 2000 21:58:03 -0400
44174              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
44175              
44176              (applied slightly modified)
44177      Branch: perl
44178            ! lib/ExtUtils/MM_Unix.pm
44179 ____________________________________________________________________________
44180 [  6810] By: jhi                                   on 2000/08/25  17:01:18
44181         Log: Missing parts of 
44182              
44183              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
44184              From: Peter Prymmer <pvhp@forte.com>
44185              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
44186              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
44187      Branch: perl
44188            ! t/lib/cgi-html.t
44189 ____________________________________________________________________________
44190 [  6809] By: jhi                                   on 2000/08/25  16:46:32
44191         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
44192              From: "Craig A. Berry" <craig.berry@psinetcs.com>
44193              Date: Thu, 24 Aug 2000 19:13:11 -0500
44194              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
44195      Branch: perl
44196            ! vms/vms.c
44197 ____________________________________________________________________________
44198 [  6808] By: jhi                                   on 2000/08/25  16:39:22
44199         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
44200              From: Peter Prymmer <pvhp@forte.com>
44201              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
44202              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
44203      Branch: perl
44204            ! configure.com
44205 ____________________________________________________________________________
44206 [  6807] By: jhi                                   on 2000/08/25  16:36:37
44207         Log: Better wording for the vec lvalue diagnostic.
44208              
44209              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
44210              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
44211              Date: Wed, 23 Aug 2000 14:12:16 -0400
44212              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
44213      Branch: perl
44214            ! pod/perldiag.pod
44215 ____________________________________________________________________________
44216 [  6806] By: jhi                                   on 2000/08/24  18:17:22
44217         Log: Subject: [PATCH] More silencing of installman.
44218              From: <abigail@foad.org>
44219              Date: Thu, 24 Aug 2000 14:01:44 -0400
44220              Message-ID: <20000824180144.20062.qmail@foad.org>
44221      Branch: perl
44222            ! installman
44223 ____________________________________________________________________________
44224 [  6805] By: jhi                                   on 2000/08/24  15:00:31
44225         Log: Update Changes.
44226      Branch: perl
44227            ! Changes patchlevel.h
44228 ____________________________________________________________________________
44229 [  6804] By: jhi                                   on 2000/08/24  14:59:07
44230         Log: Regen perltoc.
44231      Branch: perl
44232            ! pod/perltoc.pod
44233 ____________________________________________________________________________
44234 [  6803] By: jhi                                   on 2000/08/24  14:44:39
44235         Log: Show the doc file, not the temp file.
44236      Branch: perl
44237            ! installman
44238 ____________________________________________________________________________
44239 [  6802] By: jhi                                   on 2000/08/24  14:41:53
44240         Log: Continue silencing.
44241      Branch: perl
44242            ! installman
44243 ____________________________________________________________________________
44244 [  6801] By: jhi                                   on 2000/08/24  14:34:40
44245         Log: Actually do something with the silencer option.
44246      Branch: perl
44247            ! installman
44248 ____________________________________________________________________________
44249 [  6800] By: jhi                                   on 2000/08/24  14:26:22
44250         Log: Make installman to recognize the silence flag -S.
44251      Branch: perl
44252            ! installman
44253 ____________________________________________________________________________
44254 [  6799] By: jhi                                   on 2000/08/24  13:49:38
44255         Log: DOS patches and portability/porting notes, from Tim Jenness.
44256      Branch: perl
44257            ! lib/File/Temp.pm
44258 ____________________________________________________________________________
44259 [  6798] By: jhi                                   on 2000/08/24  13:48:27
44260         Log: Create directories in silence.
44261              
44262              Subject: [PATCH] Another silencer for MakeMaker
44263              From: andreas.koenig@anima.de (Andreas J. Koenig)
44264              Date: 24 Aug 2000 14:18:52 +0200
44265              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
44266      Branch: perl
44267            ! lib/ExtUtils/Command.pm
44268 ____________________________________________________________________________
44269 [  6797] By: jhi                                   on 2000/08/24  13:46:42
44270         Log: More liberal parsing of version numbers.
44271              
44272              Subject: Re: CPAN.pm beta for testing available
44273              From: andreas.koenig@anima.de (Andreas J. Koenig)
44274              Date: 24 Aug 2000 13:51:57 +0200
44275              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
44276      Branch: perl
44277            ! lib/CPAN.pm
44278 ____________________________________________________________________________
44279 [  6796] By: jhi                                   on 2000/08/24  13:44:36
44280         Log: Make "make install" by default silent.  A new "install-verbose"
44281              target is verbose.
44282      Branch: perl
44283            ! Makefile.SH
44284 ____________________________________________________________________________
44285 [  6795] By: jhi                                   on 2000/08/24  13:39:14
44286         Log: Add silencer flags to installperl.
44287              
44288              Subject: [PATCH] Making installperl silent.
44289              From: <abigail@foad.org>
44290              Date: Thu, 24 Aug 2000 05:01:45 -0400
44291              Message-ID: <20000824090145.13141.qmail@foad.org>
44292      Branch: perl
44293            ! installperl
44294 ____________________________________________________________________________
44295 [  6794] By: jhi                                   on 2000/08/24  13:35:50
44296         Log: installperl couldn't tell whether it had run tests or not.
44297              
44298              Subject: [PATCH] Re: installperl and t/TEST
44299              From: <abigail@foad.org>
44300              Date: Thu, 24 Aug 2000 04:00:53 -0400
44301              Message-ID: <20000824080053.2494.qmail@foad.org>
44302      Branch: perl
44303            ! Makefile.SH installperl
44304 ____________________________________________________________________________
44305 [  6793] By: jhi                                   on 2000/08/24  13:27:50
44306         Log: Drop the separate perlbc, perlcc -b should be enough.
44307      Branch: perl
44308            - utils/perlbc.PL
44309            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
44310 ____________________________________________________________________________
44311 [  6792] By: jhi                                   on 2000/08/24  04:41:30
44312         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
44313              plus the typo fix from Peter Prymmer.
44314      Branch: perl
44315            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
44316            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
44317 ____________________________________________________________________________
44318 [  6791] By: jhi                                   on 2000/08/24  02:10:43
44319         Log: Replace #6705 with a minimal doc patch.
44320              
44321              Subject: [PATCH 5.6.0] replace change #6705
44322              From: Jan Dubois <jand@ActiveState.com>
44323              Date: Wed, 23 Aug 2000 18:31:51 -0700
44324              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
44325      Branch: perl
44326            ! lib/Win32.pod win32/win32.c
44327 ____________________________________________________________________________
44328 [  6790] By: jhi                                   on 2000/08/23  17:52:00
44329         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
44330              From: Mike Guy <mjtg@cam.ac.uk>
44331              Date: Wed, 23 Aug 2000 18:38:46 +0100
44332              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
44333      Branch: perl
44334            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
44335 ____________________________________________________________________________
44336 [  6789] By: jhi                                   on 2000/08/23  15:34:21
44337         Log: Update Changes.
44338      Branch: perl
44339            ! Changes patchlevel.h
44340 ____________________________________________________________________________
44341 [  6788] By: jhi                                   on 2000/08/23  15:33:40
44342         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
44343              From: Wilfredo Sánchez <wsanchez@apple.com>
44344              Date: Tue, 22 Aug 2000 19:31:27 -0700
44345              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
44346      Branch: perl
44347            ! perl.h
44348 ____________________________________________________________________________
44349 [  6787] By: jhi                                   on 2000/08/23  15:29:31
44350         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
44351              From: Spider Boardman <spider@leggy.zk3.dec.com>
44352              Date: Wed, 23 Aug 2000 10:33:23 -0400
44353              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
44354      Branch: perl
44355            ! lib/Pod/Html.pm
44356 ____________________________________________________________________________
44357 [  6786] By: jhi                                   on 2000/08/23  15:28:11
44358         Log: Bad makefile.
44359      Branch: perl
44360            ! ext/B/Makefile.PL
44361 ____________________________________________________________________________
44362 [  6785] By: jhi                                   on 2000/08/23  14:37:04
44363         Log: Update Changes.
44364      Branch: perl
44365            ! Changes patchlevel.h
44366 ____________________________________________________________________________
44367 [  6784] By: jhi                                   on 2000/08/23  13:58:41
44368         Log: Portability fix from Hugo van der Sanden.
44369      Branch: perl
44370            ! ext/re/Makefile.PL
44371 ____________________________________________________________________________
44372 [  6783] By: jhi                                   on 2000/08/23  13:53:53
44373         Log: Storable support, v-version fixes.
44374              
44375              Subject: CPAN.pm beta for testing available
44376              From: andreas.koenig@anima.de (Andreas J. Koenig)
44377              Date: 22 Aug 2000 23:31:33 +0200
44378              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
44379      Branch: perl
44380            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
44381 ____________________________________________________________________________
44382 [  6782] By: jhi                                   on 2000/08/23  13:51:26
44383         Log: Mac and other portability updates from Chris Nandor.
44384      Branch: perl
44385            ! pod/perlmodinstall.pod
44386 ____________________________________________________________________________
44387 [  6781] By: jhi                                   on 2000/08/23  13:47:33
44388         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
44389              From: Peter Prymmer <pvhp@forte.com>
44390              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
44391              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
44392      Branch: perl
44393            ! ext/Storable/Storable.xs
44394 ____________________________________________________________________________
44395 [  6780] By: jhi                                   on 2000/08/23  13:33:34
44396         Log: VMS MMS (make) wants null action.
44397      Branch: perl
44398            ! ext/B/Makefile.PL
44399 ____________________________________________________________________________
44400 [  6779] By: jhi                                   on 2000/08/22  19:44:47
44401         Log: Forgot portability nit.
44402      Branch: perl
44403            ! t/lib/st-forgive.t
44404 ____________________________________________________________________________
44405 [  6778] By: jhi                                   on 2000/08/22  19:35:25
44406         Log: Be portable.
44407      Branch: perl
44408            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
44409            ! t/lib/st-store.t
44410 ____________________________________________________________________________
44411 [  6777] By: jhi                                   on 2000/08/22  18:50:53
44412         Log: Update Changes.
44413      Branch: perl
44414            ! Changes patchlevel.h
44415 ____________________________________________________________________________
44416 [  6776] By: jhi                                   on 2000/08/22  18:44:46
44417         Log: cSVOPo_*v things index into the current PL_curpad
44418              under ithreads, which is different from the curpad
44419              used by the XSUB.  (In other words, the code as-is
44420              before this patch wouldn't work under ithreads.)
44421              From Sarathy.
44422      Branch: perl
44423            ! ext/B/B.xs
44424 ____________________________________________________________________________
44425 [  6775] By: jhi                                   on 2000/08/22  18:18:37
44426         Log: Make the selection of NVff et al stricter.
44427      Branch: metaconfig/U/perl
44428            ! perlxvf.U
44429      Branch: perl
44430            ! Configure config_h.SH
44431 ____________________________________________________________________________
44432 [  6774] By: jhi                                   on 2000/08/22  17:19:42
44433         Log: perldelta nits.
44434      Branch: perl
44435            ! pod/perldelta.pod
44436 ____________________________________________________________________________
44437 [  6773] By: jhi                                   on 2000/08/22  17:06:26
44438         Log: Long double fixes from Spider Boardman.
44439              
44440              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
44441              From: system PRIVILEGED account <root@peano.zk3.dec.com>
44442              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
44443              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
44444      Branch: perl
44445            ! t/lib/bigfltpm.t t/lib/st-06compat.t
44446 ____________________________________________________________________________
44447 [  6772] By: jhi                                   on 2000/08/22  15:04:53
44448         Log: Update Changes.
44449      Branch: perl
44450            ! Changes patchlevel.h
44451 ____________________________________________________________________________
44452 [  6771] By: jhi                                   on 2000/08/22  15:01:44
44453         Log: perldelta fixes from Hugo van der Sanden.
44454      Branch: perl
44455            ! pod/perldelta.pod
44456 ____________________________________________________________________________
44457 [  6770] By: jhi                                   on 2000/08/22  14:34:49
44458         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
44459              From: Hugo <hv@crypt.compulink.co.uk>
44460              Date: Tue, 22 Aug 2000 11:21:53 +0100
44461              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
44462      Branch: perl
44463            ! regcomp.c
44464 ____________________________________________________________________________
44465 [  6769] By: jhi                                   on 2000/08/22  14:30:02
44466         Log: Add Yitzchak, reformat.
44467      Branch: perl
44468            ! Changes config_h.SH
44469 ____________________________________________________________________________
44470 [  6768] By: jhi                                   on 2000/08/22  14:21:35
44471         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
44472              and Spider Boardman.
44473      Branch: metaconfig
44474            ! U/compline/d_gconvert.U
44475      Branch: perl
44476            ! Configure
44477 ____________________________________________________________________________
44478 [  6767] By: jhi                                   on 2000/08/22  14:11:24
44479         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
44480              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44481              Date: Mon, 21 Aug 2000 19:08:31 -0700
44482              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
44483      Branch: perl
44484            - ext/Storable/patchlevel.h
44485            ! MANIFEST ext/Storable/MANIFEST
44486 ____________________________________________________________________________
44487 [  6766] By: jhi                                   on 2000/08/22  13:49:29
44488         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
44489              From: Peter Prymmer <pvhp@forte.com>
44490              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
44491              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
44492      Branch: perl
44493            ! configure.com ext/Storable/Makefile.PL
44494 ____________________________________________________________________________
44495 [  6765] By: jhi                                   on 2000/08/22  13:44:59
44496         Log: Subject: [PATCH blead] B:: missing dependency
44497              From: Hugo <hv@crypt.compulink.co.uk>
44498              Date: Tue, 22 Aug 2000 06:44:33 +0100
44499              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
44500      Branch: perl
44501            ! ext/B/Makefile.PL
44502 ____________________________________________________________________________
44503 [  6764] By: jhi                                   on 2000/08/22  13:38:12
44504         Log: More bytecompiler.
44505      Branch: perl
44506            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
44507 ____________________________________________________________________________
44508 [  6763] By: jhi                                   on 2000/08/22  13:36:44
44509         Log: Bytecompiler patches from Benjamin Stuhl.
44510      Branch: perl
44511            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
44512            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
44513            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
44514            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
44515            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
44516            ! perl.c perlapi.h pod/perldelta.pod
44517 ____________________________________________________________________________
44518 [  6762] By: jhi                                   on 2000/08/21  23:43:40
44519         Log: An obsoleted diagnostic.
44520      Branch: perl
44521            ! pod/perldelta.pod
44522 ____________________________________________________________________________
44523 [  6761] By: jhi                                   on 2000/08/21  23:01:45
44524         Log: The #6759 wasn't quite right.
44525      Branch: perl
44526            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
44527            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
44528            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
44529            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
44530            ! t/lib/st-tieditems.t
44531 ____________________________________________________________________________
44532 [  6760] By: jhi                                   on 2000/08/21  22:35:49
44533         Log: Be verydeepclean.
44534      Branch: perl
44535            ! Makefile.SH
44536 ____________________________________________________________________________
44537 [  6759] By: jhi                                   on 2000/08/21  22:25:40
44538         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
44539              From: Peter Prymmer <pvhp@forte.com>
44540              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
44541              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
44542      Branch: perl
44543            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
44544            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
44545            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
44546            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
44547            ! t/lib/st-tieditems.t
44548 ____________________________________________________________________________
44549 [  6758] By: jhi                                   on 2000/08/21  22:22:32
44550         Log: Few more casts, need reported in
44551              
44552              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
44553              From: Mike Stok <mike@stok.co.uk>
44554              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
44555              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
44556              
44557              and
44558              
44559              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
44560              From: abigail@foad.org
44561              Date: 21 Aug 2000 21:31:34 -0000
44562              Message-Id: <20000821213134.30170.qmail@foad.org>
44563      Branch: perl
44564            ! ext/Storable/Storable.xs
44565 ____________________________________________________________________________
44566 [  6757] By: jhi                                   on 2000/08/21  18:37:07
44567         Log: Update Changes.
44568      Branch: perl
44569            ! Changes patchlevel.h
44570 ____________________________________________________________________________
44571 [  6756] By: jhi                                   on 2000/08/21  18:34:02
44572         Log: A pod nit.
44573              
44574              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
44575              From: <abigail@foad.org>
44576              Date: Mon, 21 Aug 2000 14:00:16 -0400
44577              Message-ID: <20000821180016.28627.qmail@foad.org>
44578      Branch: perl
44579            ! pod/perlre.pod
44580 ____________________________________________________________________________
44581 [  6755] By: jhi                                   on 2000/08/21  18:30:56
44582         Log: Use PodParser 1.18 new test.
44583      Branch: perl
44584            ! t/pod/special_seqs.t t/pod/special_seqs.xr
44585 ____________________________________________________________________________
44586 [  6754] By: jhi                                   on 2000/08/21  18:28:35
44587         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
44588              patches cannot be applied since #6712 conflicts.
44589      Branch: perl
44590            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
44591 ____________________________________________________________________________
44592 [  6753] By: jhi                                   on 2000/08/21  18:15:11
44593         Log: Weed out some smaller changes.
44594      Branch: perl
44595            ! pod/perldelta.pod
44596 ____________________________________________________________________________
44597 [  6752] By: jhi                                   on 2000/08/21  18:02:30
44598         Log: Also under djgpp the timestamps are funky.
44599      Branch: perl
44600            ! t/op/stat.t
44601 ____________________________________________________________________________
44602 [  6751] By: jhi                                   on 2000/08/21  17:55:56
44603         Log: Tweak the floating point output routine preferences.
44604      Branch: metaconfig
44605            ! U/compline/d_gconvert.U
44606      Branch: perl
44607            ! Configure
44608 ____________________________________________________________________________
44609 [  6750] By: jhi                                   on 2000/08/21  17:51:29
44610         Log: Unicos/mk requires elaborate paranoia.
44611      Branch: perl
44612            ! lib/Math/Complex.pm
44613 ____________________________________________________________________________
44614 [  6749] By: gsar                                  on 2000/08/21  16:53:31
44615         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
44616      Branch: perl
44617            ! lib/Cwd.pm
44618 ____________________________________________________________________________
44619 [  6748] By: gsar                                  on 2000/08/21  16:22:19
44620         Log: free TLS slot properly on Windows
44621      Branch: perl
44622            ! thread.h win32/perllib.c win32/win32thread.h
44623 ____________________________________________________________________________
44624 [  6747] By: jhi                                   on 2000/08/21  16:20:58
44625         Log: Rename the macro argument because some preprocessors
44626              can't tell the difference and expand arguments also inside
44627              double quoted strings.
44628      Branch: perl
44629            ! regcomp.c
44630 ____________________________________________________________________________
44631 [  6746] By: jhi                                   on 2000/08/21  16:09:41
44632         Log: Support long doubles in Storable.
44633              
44634              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
44635              From: Radu Greab <radu@netsoft.ro>
44636              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
44637              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
44638      Branch: perl
44639            ! ext/Storable/Storable.xs
44640 ____________________________________________________________________________
44641 [  6745] By: jhi                                   on 2000/08/21  15:51:40
44642         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
44643              From: "Fifer, Eric" <EFifer@sanwaint.com>
44644              Date: Mon, 21 Aug 2000 15:34:49 +0100
44645              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
44646      Branch: perl
44647            ! t/pragma/warn/9enabled
44648 ____________________________________________________________________________
44649 [  6744] By: jhi                                   on 2000/08/21  15:39:35
44650         Log: Document the endianness of Alpha more precisely.
44651      Branch: perl
44652            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
44653            ! pod/perlport.pod
44654 ____________________________________________________________________________
44655 [  6743] By: jhi                                   on 2000/08/21  14:47:05
44656         Log: perldelta fixes from the p5p crowd.
44657      Branch: perl
44658            ! pod/perldelta.pod pod/perlop.pod
44659 ____________________________________________________________________________
44660 [  6742] By: jhi                                   on 2000/08/21  13:34:51
44661         Log: Update to Pod::LaTeX 0.53.
44662              
44663              Subject: [PATCH] lib/Pod/LaTeX.pm updates
44664              From: Tim Jenness <timj@jach.hawaii.edu>
44665              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
44666              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
44667      Branch: perl
44668            ! lib/Pod/LaTeX.pm
44669 ____________________________________________________________________________
44670 [  6741] By: jhi                                   on 2000/08/21  13:33:01
44671         Log: Subject: [PATCH] os2.c fix for use64bitint
44672              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44673              Date: Mon, 21 Aug 2000 01:32:25 -0700
44674              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
44675      Branch: perl
44676            ! os2/os2.c
44677 ____________________________________________________________________________
44678 [  6740] By: jhi                                   on 2000/08/21  13:28:52
44679         Log: Array context keeps slithering in.
44680              
44681              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
44682              From: Daniel Chetlin <daniel@chetlin.com>
44683              Date: Sun, 20 Aug 2000 21:40:25 -0700
44684              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
44685      Branch: perl
44686            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
44687            ! pod/perldebtut.pod
44688 ____________________________________________________________________________
44689 [  6739] By: jhi                                   on 2000/08/21  13:23:55
44690         Log: Big-endian quad fixes for Storable from Radu Greab,
44691              plus few explicit null casts for picky compilers.
44692      Branch: perl
44693            ! ext/Storable/Storable.xs
44694 ____________________________________________________________________________
44695 [  6738] By: gsar                                  on 2000/08/21  05:56:13
44696         Log: small tweaks for change#6705: avoid C++ style comments in C code;
44697              use Perl's malloc API rather than the low level system one
44698      Branch: perl
44699            ! win32/win32.c
44700 ____________________________________________________________________________
44701 [  6737] By: gsar                                  on 2000/08/21  05:35:41
44702         Log: add Storable to list of extensions on Windows
44703      Branch: perl
44704            ! win32/Makefile win32/makefile.mk
44705 ____________________________________________________________________________
44706 [  6736] By: jhi                                   on 2000/08/21  02:57:53
44707         Log: Update Changes.
44708      Branch: perl
44709            ! Changes patchlevel.h
44710 ____________________________________________________________________________
44711 [  6735] By: jhi                                   on 2000/08/21  02:57:20
44712         Log: Draft 0.
44713      Branch: perl
44714            ! pod/perldelta.pod
44715 ____________________________________________________________________________
44716 [  6734] By: jhi                                   on 2000/08/21  02:57:03
44717         Log: Add Storable 0.7.2 from Raphael Manfredi,
44718              plus the patch from
44719              
44720              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
44721              From: Radu Greab <radu@netsoft.ro>
44722              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
44723              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
44724              
44725              plus changes to get Storable to compile with
44726              picky ANSI compilers.
44727      Branch: perl
44728            + ext/Storable/ChangeLog ext/Storable/MANIFEST
44729            + ext/Storable/Makefile.PL ext/Storable/README
44730            + ext/Storable/Storable.pm ext/Storable/Storable.xs
44731            + ext/Storable/patchlevel.h t/lib/st-06compat.t
44732            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
44733            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
44734            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
44735            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
44736            + t/lib/st-tieditems.t
44737            ! MANIFEST
44738 ____________________________________________________________________________
44739 [  6733] By: jhi                                   on 2000/08/21  02:29:09
44740         Log: The correct cleaning order is an art.
44741      Branch: perl
44742            ! Makefile.SH
44743 ____________________________________________________________________________
44744 [  6732] By: jhi                                   on 2000/08/21  01:23:39
44745         Log: The #6724 is here.
44746      Branch: perl
44747            ! t/lib/ftmp-security.t
44748 ____________________________________________________________________________
44749 [  6731] By: jhi                                   on 2000/08/20  23:17:03
44750         Log: s/this one/the 5.6.0 release/
44751      Branch: perl
44752            ! pod/perl56delta.pod
44753 ____________________________________________________________________________
44754 [  6730] By: jhi                                   on 2000/08/20  23:07:34
44755         Log: Mention perlebcdic and perlposix-bc.
44756      Branch: perl
44757            ! pod/perlport.pod
44758 ____________________________________________________________________________
44759 [  6729] By: jhi                                   on 2000/08/20  21:32:59
44760         Log: Document the number of exponent digits.
44761      Branch: perl
44762            ! pod/perlfunc.pod
44763 ____________________________________________________________________________
44764 [  6728] By: jhi                                   on 2000/08/20  21:16:47
44765         Log: Use File::Spec->tmpdir().
44766              
44767              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
44768              From: Tim Jenness <timj@jach.hawaii.edu>
44769              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
44770              MIME-Version: 1.0
44771              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
44772      Branch: perl
44773            ! utils/perlbug.PL
44774 ____________________________________________________________________________
44775 [  6727] By: jhi                                   on 2000/08/20  20:43:32
44776         Log: Update Changes.
44777      Branch: perl
44778            ! Changes patchlevel.h
44779 ____________________________________________________________________________
44780 [  6726] By: jhi                                   on 2000/08/20  20:41:44
44781         Log: The veryclean target needs to clobber.
44782      Branch: perl
44783            ! Makefile.SH
44784 ____________________________________________________________________________
44785 [  6725] By: jhi                                   on 2000/08/20  20:37:38
44786         Log: Document odd vs even subreleases and -Dusedevel.
44787      Branch: perl
44788            ! INSTALL
44789 ____________________________________________________________________________
44790 [  6724] By: jhi                                   on 2000/08/20  19:58:05
44791         Log: Use temporary directory instead of current directory.
44792              
44793              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
44794              From: Tim Jenness <timj@jach.hawaii.edu>
44795              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
44796              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
44797      Branch: perl
44798            ! t/lib/ftmp-security.t
44799 ____________________________________________________________________________
44800 [  6723] By: jhi                                   on 2000/08/20  19:55:55
44801         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
44802              From: andreas.koenig@anima.de (Andreas J. Koenig)
44803              Date: 20 Aug 2000 15:52:03 +0200
44804              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
44805      Branch: perl
44806            ! lib/ExtUtils/MM_Unix.pm
44807 ____________________________________________________________________________
44808 [  6722] By: jhi                                   on 2000/08/20  19:46:01
44809         Log: Update to CGI 2.72, from Lincoln Stein.
44810      Branch: perl
44811            ! lib/CGI.pm
44812 ____________________________________________________________________________
44813 [  6721] By: jhi                                   on 2000/08/20  19:43:54
44814         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
44815              From: Radu Greab <radu@netsoft.ro>
44816              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
44817              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
44818      Branch: perl
44819            ! ext/GDBM_File/GDBM_File.xs
44820 ____________________________________________________________________________
44821 [  6720] By: jhi                                   on 2000/08/20  19:42:01
44822         Log: pp_open() could pass an uninitialized filename down to do_open9().
44823      Branch: perl
44824            ! pp_sys.c
44825 ____________________________________________________________________________
44826 [  6719] By: jhi                                   on 2000/08/20  14:06:41
44827         Log: UTF8 concat fixes.
44828              
44829              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
44830              From: Hugo <hv@crypt.compulink.co.uk>
44831              Date: Sun, 20 Aug 2000 07:30:46 +0100
44832              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
44833      Branch: perl
44834            ! pp_hot.c t/op/append.t
44835 ____________________________________________________________________________
44836 [  6718] By: jhi                                   on 2000/08/20  02:09:37
44837         Log: Let's try #6717 again.
44838      Branch: perl
44839            ! lib/File/Temp.pm
44840 ____________________________________________________________________________
44841 [  6717] By: jhi                                   on 2000/08/20  01:56:55
44842         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
44843              From: "Craig A. Berry" <craig.berry@metamorgs.com>
44844              Date: Sat, 19 Aug 2000 18:15:39 -0500
44845              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
44846      Branch: perl
44847            ! lib/File/Temp.pm
44848 ____________________________________________________________________________
44849 [  6716] By: jhi                                   on 2000/08/19  15:50:11
44850         Log: Update Changes.
44851      Branch: perl
44852            ! Changes patchlevel.h
44853 ____________________________________________________________________________
44854 [  6715] By: jhi                                   on 2000/08/19  15:39:09
44855         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
44856              From: Jonathan D Johnston <jdjohnston2@juno.com>
44857              Date: Thu, 17 Aug 2000 23:13:01 -0400       
44858              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
44859      Branch: perl
44860            ! pod/perlfunc.pod
44861 ____________________________________________________________________________
44862 [  6714] By: jhi                                   on 2000/08/19  15:34:04
44863         Log: Introduce a 'veryclean' target that is like 'distclean'
44864              but also removes *~ and *.orig.
44865      Branch: perl
44866            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
44867            ! utils/Makefile x2p/Makefile.SH
44868 ____________________________________________________________________________
44869 [  6713] By: jhi                                   on 2000/08/19  14:15:45
44870         Log: Put back the long double avoidance code to POSIX.xs
44871              because VMS seems to need it still.
44872      Branch: perl
44873            ! ext/POSIX/POSIX.xs
44874 ____________________________________________________________________________
44875 [  6712] By: jhi                                   on 2000/08/19  14:10:41
44876         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
44877              From: Peter Prymmer <pvhp@forte.com>
44878              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
44879              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
44880      Branch: perl
44881            ! lib/Pod/Find.pm t/pod/find.t
44882 ____________________________________________________________________________
44883 [  6711] By: jhi                                   on 2000/08/19  14:09:19
44884         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
44885              From: Peter Prymmer <pvhp@forte.com>
44886              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
44887              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
44888              cc: vmsperl@perl.org
44889      Branch: perl
44890            ! t/lib/peek.t
44891 ____________________________________________________________________________
44892 [  6710] By: jhi                                   on 2000/08/19  14:08:01
44893         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
44894              From: Jan Dubois <jand@ActiveState.com>
44895              Date: Fri, 18 Aug 2000 16:31:48 -0700
44896              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
44897      Branch: perl
44898            ! win32/win32.c
44899 ____________________________________________________________________________
44900 [  6709] By: jhi                                   on 2000/08/19  14:06:57
44901         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
44902              
44903              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
44904              From: Spider.Boardman@Orb.Nashua.NH.US
44905              Date: Fri, 18 Aug 2000 18:41:14 -0400
44906              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
44907      Branch: perl
44908            ! regcomp.c
44909 ____________________________________________________________________________
44910 [  6708] By: jhi                                   on 2000/08/18  22:04:49
44911         Log: Update Changes.
44912      Branch: perl
44913            ! Changes patchlevel.h
44914 ____________________________________________________________________________
44915 [  6707] By: jhi                                   on 2000/08/18  21:55:14
44916         Log: Add warnif(), check warnings further up the stack,
44917              all the warnings functions now can take an optional object reference.
44918              
44919              Subject: [PATCH bleedperl@6691] warnings pragma update
44920              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
44921              Date: Fri, 18 Aug 2000 22:42:06 +0100
44922              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
44923      Branch: perl
44924            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
44925            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
44926            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
44927 ____________________________________________________________________________
44928 [  6706] By: jhi                                   on 2000/08/18  21:41:45
44929         Log: Typo in pp_complement().
44930              
44931              Subject: [PATCH perl-current] Deparse
44932              From: Peter Scott <Peter@PSDT.com>
44933              Date: Fri, 18 Aug 2000 12:44:37 -0700
44934              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
44935      Branch: perl
44936            ! ext/B/B/Deparse.pm
44937 ____________________________________________________________________________
44938 [  6705] By: jhi                                   on 2000/08/18  21:25:59
44939         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
44940              From: Jan Dubois <jand@ActiveState.com>
44941              Date: Fri, 18 Aug 2000 14:22:51 -0700
44942              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
44943      Branch: perl
44944            ! lib/Win32.pod win32/win32.c
44945 ____________________________________________________________________________
44946 [  6704] By: jhi                                   on 2000/08/18  21:16:14
44947         Log: Don't eat leading os from index entries.
44948              
44949              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
44950              From: Russ Allbery <rra@stanford.edu>
44951              Date: 10 Aug 2000 20:49:25 -0700
44952              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
44953      Branch: perl
44954            ! lib/Pod/Man.pm
44955 ____________________________________________________________________________
44956 [  6703] By: jhi                                   on 2000/08/18  21:07:06
44957         Log: Add [[:blank:]] as suggested in
44958              
44959              Subject: [ID 20000716.024] [=cc=] / [:blank:]
44960              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
44961              Date: Sun, 16 Jul 2000 17:55:29 -0700
44962              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
44963              
44964              (the [=cc=] has already been taken care of by #6439
44965              so the whole bug report can be closed)
44966              
44967              and make [[:space:]] to be equivalent to isspace(3)
44968              (as opposed to \s, which is isSPACE()).  The difference
44969              is that now [[:space:]] matches the mythical vertical tab,
44970              while \s doesn't.
44971      Branch: perl
44972            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
44973            ! regexec.c t/op/pat.t
44974 ____________________________________________________________________________
44975 [  6702] By: jhi                                   on 2000/08/18  18:47:47
44976         Log: The new tests were missing from #6415.
44977      Branch: perl
44978            ! t/op/bop.t
44979 ____________________________________________________________________________
44980 [  6701] By: jhi                                   on 2000/08/18  18:20:40
44981         Log: Document the NDBM_File and ODBM_File as SDBM_File
44982              was documented in #6417.
44983      Branch: perl
44984            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
44985            ! ext/SDBM_File/SDBM_File.pm
44986 ____________________________________________________________________________
44987 [  6700] By: jhi                                   on 2000/08/18  18:10:39
44988         Log: Subject: [PATCH perl@6698] cygwin port
44989              From: "Fifer, Eric" <EFifer@sanwaint.com>
44990              Date: Fri, 18 Aug 2000 17:30:05 +0100
44991              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
44992      Branch: perl
44993            ! lib/File/Temp.pm
44994 ____________________________________________________________________________
44995 [  6699] By: jhi                                   on 2000/08/18  16:21:49
44996         Log: Document code point which makes if (defined %stash::) to work
44997              (noted by Spider Boardman).
44998      Branch: perl
44999            ! op.c
45000 ____________________________________________________________________________
45001 [  6698] By: jhi                                   on 2000/08/18  13:43:27
45002         Log: Update Changes.
45003      Branch: perl
45004            ! Changes patchlevel.h
45005 ____________________________________________________________________________
45006 [  6697] By: jhi                                   on 2000/08/18  13:35:57
45007         Log: Tiny Getopt::Long patch from Johan Vromans.
45008      Branch: perl
45009            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
45010 ____________________________________________________________________________
45011 [  6696] By: jhi                                   on 2000/08/18  13:26:14
45012         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
45013              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
45014              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
45015              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
45016      Branch: perl
45017            ! pod/perldiag.pod pod/perlsyn.pod
45018 ____________________________________________________________________________
45019 [  6695] By: jhi                                   on 2000/08/18  13:13:26
45020         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
45021              From: Daniel Chetlin <daniel@chetlin.com>
45022              Date: Fri, 18 Aug 2000 03:13:36 -0700
45023              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
45024      Branch: perl
45025            ! pod/perlfunc.pod
45026 ____________________________________________________________________________
45027 [  6694] By: jhi                                   on 2000/08/18  13:08:05
45028         Log: Subject: [PATCH] perltrap.pod spring cleaning
45029              From: Daniel Chetlin <daniel@chetlin.com>
45030              Date: Fri, 18 Aug 2000 03:06:54 -0700
45031              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
45032              
45033              plus Mike Guy's nitfix.
45034      Branch: perl
45035            ! pod/perltrap.pod
45036 ____________________________________________________________________________
45037 [  6693] By: jhi                                   on 2000/08/18  13:00:26
45038         Log: Unbuffer the output.
45039              
45040              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
45041              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45042              Date: Thu, 17 Aug 2000 18:39:29 -0700
45043              Message-ID: <RPJn5gzkgydf092yn@efn.org>
45044      Branch: perl
45045            ! t/op/fork.t
45046 ____________________________________________________________________________
45047 [  6692] By: jhi                                   on 2000/08/18  05:19:17
45048         Log: Delete the image, too, not just its MANIFEStation.
45049      Branch: perl
45050            - lib/CGI/eg/wilogo.gif
45051 ____________________________________________________________________________
45052 [  6691] By: jhi                                   on 2000/08/18  05:10:26
45053         Log: Propagate new Configure vars.
45054      Branch: perl
45055            ! configure.com epoc/config.sh uconfig.h uconfig.sh
45056            ! vos/config.def vos/config.h vos/config_h.SH_orig
45057            ! win32/config.bc win32/config.gc win32/config.vc
45058            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45059 ____________________________________________________________________________
45060 [  6690] By: jhi                                   on 2000/08/18  04:30:56
45061         Log: Update Changes.
45062      Branch: perl
45063            ! Changes patchlevel.h
45064 ____________________________________________________________________________
45065 [  6689] By: jhi                                   on 2000/08/18  04:12:30
45066         Log: Fix the lib/complex failure of
45067              
45068              From: abigail@foad.org
45069              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
45070              Date: 15 Aug 2000 04:06:38 -0000
45071              Message-Id: <20000815040638.8524.qmail@foad.org> 
45072              
45073              Linux long double accuracy issue: something that
45074              when printed with %g looks like "2" but int() of it is 1.
45075      Branch: perl
45076            ! lib/Math/Complex.pm
45077 ____________________________________________________________________________
45078 [  6688] By: jhi                                   on 2000/08/18  03:15:35
45079         Log: The byteorder code in #6671 was wrong.
45080      Branch: perl
45081            ! configpm
45082 ____________________________________________________________________________
45083 [  6687] By: jhi                                   on 2000/08/18  02:08:42
45084         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
45085              From: Jan Dubois <jand@ActiveState.com>
45086              Date: Thu, 17 Aug 2000 18:31:55 -0700
45087              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
45088      Branch: perl
45089            ! sv.c
45090 ____________________________________________________________________________
45091 [  6686] By: jhi                                   on 2000/08/18  02:04:15
45092         Log: Use NVs in POSIX math, not doubles.
45093              
45094              From: abigail@foad.org
45095              Subject: [ID 20000817.014] POSIX & modfl
45096              Date: 17 Aug 2000 20:49:18 -0000
45097              Message-Id: <20000817204918.23123.qmail@foad.org>
45098      Branch: perl
45099            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
45100 ____________________________________________________________________________
45101 [  6685] By: jhi                                   on 2000/08/18  02:02:12
45102         Log: Introduce NVef, NVff, and NVgf, use the middle one.
45103              (helps for lib/peek + Linux + long doubles)  Reported in
45104              
45105              From: abigail@foad.org
45106              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
45107              Date: 15 Aug 2000 04:06:38 -0000
45108              Message-Id: <20000815040638.8524.qmail@foad.org> 
45109              
45110              (note: the lib/complex failure has not yet been addressed)
45111      Branch: metaconfig/U/perl
45112            ! perlxvf.U
45113      Branch: perl
45114            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45115            ! config_h.SH dump.c perl.h pod/perlguts.pod
45116 ____________________________________________________________________________
45117 [  6684] By: jhi                                   on 2000/08/17  23:22:19
45118         Log: Add byteorder to the myconfig output.
45119      Branch: perl
45120            ! myconfig.SH
45121 ____________________________________________________________________________
45122 [  6683] By: jhi                                   on 2000/08/17  23:20:19
45123         Log: The image doth not exist, spotted by Johan Vromans.
45124      Branch: perl
45125            ! MANIFEST
45126 ____________________________________________________________________________
45127 [  6682] By: jhi                                   on 2000/08/17  22:38:16
45128         Log: Document what the backtick returns if the command fails.
45129      Branch: perl
45130            ! pod/perlop.pod
45131 ____________________________________________________________________________
45132 [  6681] By: jhi                                   on 2000/08/17  22:33:12
45133         Log: Do not use prototyping here.
45134              
45135              Subject: [ID 20000817.016] [PATCH] Peek.xs
45136              From: abigail@foad.org
45137              Date: 17 Aug 2000 20:55:56 -0000
45138              Message-Id: <20000817205556.24270.qmail@foad.org>
45139      Branch: perl
45140            ! ext/Devel/Peek/Makefile.PL
45141 ____________________________________________________________________________
45142 [  6680] By: jhi                                   on 2000/08/17  19:46:43
45143         Log: Don't propose using modules built for 5.005 if no binary
45144              compatibility with 5.005 is attempted.
45145              
45146              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
45147              Subject: Minor nit with 5.7.0 (6655)
45148              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
45149              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
45150      Branch: metaconfig
45151            ! U/installdirs/inc_version_list.U
45152      Branch: perl
45153            ! Configure config_h.SH
45154 ____________________________________________________________________________
45155 [  6679] By: jhi                                   on 2000/08/17  19:16:39
45156         Log: Microperl config update.
45157      Branch: perl
45158            ! uconfig.h uconfig.sh
45159 ____________________________________________________________________________
45160 [  6678] By: jhi                                   on 2000/08/17  19:16:13
45161         Log: The #6648 wasn't protective enough for limited platforms
45162              (like microperl).
45163      Branch: perl
45164            ! dump.c sv.c
45165 ____________________________________________________________________________
45166 [  6677] By: jhi                                   on 2000/08/17  14:46:35
45167         Log: Update Changes.
45168      Branch: perl
45169            ! Changes patchlevel.h
45170 ____________________________________________________________________________
45171 [  6676] By: jhi                                   on 2000/08/17  14:44:02
45172         Log: Add perlebcdic from Peter Prymmer, regen toc.
45173      Branch: perl
45174            + pod/perlebcdic.pod
45175            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
45176 ____________________________________________________________________________
45177 [  6675] By: jhi                                   on 2000/08/17  14:41:52
45178         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
45179      Branch: perl
45180            ! pod/perldebtut.pod
45181 ____________________________________________________________________________
45182 [  6674] By: jhi                                   on 2000/08/17  14:29:43
45183         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
45184              
45185              Subject: [ID 20000724.006] -DLEAKTEST problem
45186              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
45187              Date: Tue, 25 Jul 2000 00:36:32 -0500
45188              Message-Id: <20000725003632.A26186@www.llamacom.com>
45189              
45190              Reminder sent
45191              
45192              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
45193              From: Hugo <hv@crypt.compulink.co.uk>
45194              Date: Thu, 17 Aug 2000 15:23:42 +0100
45195              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
45196      Branch: perl
45197            ! util.c
45198 ____________________________________________________________________________
45199 [  6673] By: jhi                                   on 2000/08/17  04:07:10
45200         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
45201              From: John Peacock <JPeacock@UnivPress.com>
45202              Date: Tue, 01 Aug 2000 09:38:12 -0400
45203              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
45204      Branch: perl
45205            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
45206 ____________________________________________________________________________
45207 [  6672] By: jhi                                   on 2000/08/17  03:04:35
45208         Log: Subject: [PATCH] Cwd.pm now uses strict
45209              From: Tim Jenness <timj@jach.hawaii.edu>
45210              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
45211              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
45212      Branch: perl
45213            ! lib/Cwd.pm
45214 ____________________________________________________________________________
45215 [  6671] By: jhi                                   on 2000/08/17  02:16:35
45216         Log: Make $Config{byteorder} more magical so that it is
45217              dynamically computed: nice for 'fat binaries'.
45218              
45219              Subject: [PATCH]: default byteorder
45220              From: Wilfredo Sánchez <wsanchez@apple.com>
45221              Date: Mon, 31 Jul 2000 19:45:31 -0700
45222              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
45223      Branch: perl
45224            ! configpm
45225 ____________________________________________________________________________
45226 [  6670] By: gsar                                  on 2000/08/17  01:22:21
45227         Log: move WNOHANG definition to where other such things are
45228      Branch: perl
45229            ! win32/win32.h
45230 ____________________________________________________________________________
45231 [  6669] By: jhi                                   on 2000/08/17  01:19:17
45232         Log: Update Changes.
45233      Branch: perl
45234            ! Changes patchlevel.h
45235 ____________________________________________________________________________
45236 [  6668] By: jhi                                   on 2000/08/17  01:16:29
45237         Log: Doc nits spotted by Richard Soderberg.
45238      Branch: perl
45239            ! README.posix-bc README.vmesa
45240 ____________________________________________________________________________
45241 [  6667] By: jhi                                   on 2000/08/17  01:12:11
45242         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
45243              From: "Casey R. Tweten" <crt@kiski.net>
45244              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
45245              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
45246      Branch: perl
45247            ! pod/perldebtut.pod
45248 ____________________________________________________________________________
45249 [  6666] By: jhi                                   on 2000/08/17  01:09:31
45250         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
45251              From: "Casey R. Tweten" <crt@kiski.net>
45252              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
45253              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
45254      Branch: perl
45255            ! lib/Shell.pm
45256 ____________________________________________________________________________
45257 [  6665] By: gsar                                  on 2000/08/17  01:03:52
45258         Log: add "ok" targets from change#6632 in makefile.mk
45259      Branch: perl
45260            ! pod/perlport.pod win32/Makefile win32/makefile.mk
45261 ____________________________________________________________________________
45262 [  6664] By: gsar                                  on 2000/08/17  00:56:11
45263         Log: avoid warnings from dense compiler
45264      Branch: perl
45265            ! win32/win32.c
45266 ____________________________________________________________________________
45267 [  6663] By: jhi                                   on 2000/08/17  00:51:49
45268         Log: Tweak the regex compilation errors once more.
45269      Branch: perl
45270            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
45271            ! t/op/regmesg.t t/pragma/warn/regcomp
45272 ____________________________________________________________________________
45273 [  6662] By: gsar                                  on 2000/08/17  00:28:19
45274         Log: trailing new %ENV entries weren't being pushed into the real
45275              environment of subprocesses on Windows
45276      Branch: perl
45277            ! t/op/magic.t win32/perlhost.h
45278 ____________________________________________________________________________
45279 [  6661] By: gsar                                  on 2000/08/17  00:19:20
45280         Log: waitpid() now handles externally spawned pids correctly;
45281              fixes for backtick/wait/waitpid failures on Windows 9x
45282              
45283              these changes make the pid returned by process functions on
45284              Windows 9x always positive by clearing the high bit (which
45285              is always set on Win9x); pseudo-process PIDs are likewise
45286              always negative now on Win9x (just as on NT/2000)
45287      Branch: perl
45288            ! pp_sys.c win32/perlhost.h win32/win32.c
45289 ____________________________________________________________________________
45290 [  6660] By: jhi                                   on 2000/08/17  00:04:32
45291         Log: Retract #6645.
45292      Branch: perl
45293            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45294            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
45295            ! t/op/sprintf.t
45296 ____________________________________________________________________________
45297 [  6659] By: gsar                                  on 2000/08/16  23:59:28
45298         Log: on windows, the return values from wait() and waitpid() don't
45299              match those of pseudo-pids
45300      Branch: perl
45301            ! pp_sys.c t/op/fork.t util.c win32/win32.c
45302 ____________________________________________________________________________
45303 [  6658] By: gsar                                  on 2000/08/16  23:56:14
45304         Log: pod nit seen in passing
45305      Branch: perl
45306            ! pod/perlfunc.pod
45307 ____________________________________________________________________________
45308 [  6657] By: gsar                                  on 2000/08/16  23:53:42
45309         Log: change#6328 could make close(SOCKET) return false on windows
45310              when it shouldn't
45311      Branch: perl
45312            ! win32/win32sck.c
45313 ____________________________________________________________________________
45314 [  6656] By: gsar                                  on 2000/08/16  23:46:57
45315         Log: check that the number pseudo children doesn't exceed
45316              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
45317              the WaitForMultipleObjects() limit that would cause wait()
45318              to crash)
45319              
45320              wait() and waitpid() could potentially be rewritten to use
45321              more than one thread to do the waiting to eliminate this
45322              limitation
45323      Branch: perl
45324            ! win32/perlhost.h
45325 ____________________________________________________________________________
45326 [  6655] By: jhi                                   on 2000/08/16  14:11:05
45327         Log: Update Changes.
45328      Branch: perl
45329            ! Changes patchlevel.h
45330 ____________________________________________________________________________
45331 [  6654] By: jhi                                   on 2000/08/16  14:10:12
45332         Log: Update to perldebtut 1.9, from Richard Foley.
45333      Branch: perl
45334            ! pod/perldebtut.pod
45335 ____________________________________________________________________________
45336 [  6653] By: jhi                                   on 2000/08/16  14:08:17
45337         Log: Change the regx compilation error markers to use = instead of <
45338              since pod makes using the latter quite messy.  Reported in
45339              ID 20000814.006 by Abigail and in
45340              Subject: Unknown escape E<> ?
45341              From: Lupe Christoph <lupe@lupe-christoph.de>
45342              Date: Fri, 11 Aug 2000 00:30:27 +0200
45343              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
45344      Branch: perl
45345            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
45346            ! t/op/regmesg.t t/pragma/warn/regcomp
45347 ____________________________________________________________________________
45348 [  6652] By: jhi                                   on 2000/08/16  13:25:31
45349         Log: Change the perlbug address to perl.org since it's more forgiving.
45350              
45351              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
45352              From: abigail@foad.org
45353              Date: 15 Aug 2000 04:15:40 -0000
45354              Message-Id: <20000815041540.8633.qmail@foad.org>
45355      Branch: perl
45356            ! utils/perlbug.PL
45357 ____________________________________________________________________________
45358 [  6651] By: jhi                                   on 2000/08/16  13:22:35
45359         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
45360              From: Tim Jenness <timj@jach.hawaii.edu>
45361              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
45362              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
45363      Branch: perl
45364            ! lib/Cwd.pm
45365 ____________________________________________________________________________
45366 [  6650] By: jhi                                   on 2000/08/16  13:18:13
45367         Log: Update to CPAN 1.57.
45368              
45369              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
45370              From: andreas.koenig@anima.de (Andreas J. Koenig)
45371              Date: 16 Aug 2000 15:09:46 +0200
45372              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
45373      Branch: perl
45374            ! lib/CPAN.pm
45375 ____________________________________________________________________________
45376 [  6649] By: jhi                                   on 2000/08/16  13:12:31
45377         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
45378              From: "Larry W. Virden" <lvirden@cas.org>
45379              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
45380              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
45381      Branch: perl
45382            ! README.hpux
45383 ____________________________________________________________________________
45384 [  6648] By: jhi                                   on 2000/08/16  13:03:53
45385         Log: The numeric locale was reset to "C" by s?printf and never restored.
45386              
45387              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
45388              From: Christian Kirsch <ck@held.mind.de>
45389              Date: Wed, 9 Aug 2000 17:05:17 +0200
45390              Message-Id: <20000809170517.A25389@held>
45391              
45392              No test since adding the failing example to locale.t
45393              does not fail -- probably because the locale settings are so
45394              thoroughly tweaked by that time.  Running the example standalone
45395              does fail, though.  UPDATE: test case added at change #7540.
45396      Branch: perl
45397            ! dump.c perl.h pp.c pp_ctl.c sv.c
45398 ____________________________________________________________________________
45399 [  6647] By: jhi                                   on 2000/08/16  00:07:54
45400         Log: Update Changes and test semi-automatic patchlevel updating.
45401      Branch: perl
45402            ! Changes patchlevel.h
45403 ____________________________________________________________________________
45404 [  6646] By: jhi                                   on 2000/08/15  23:35:07
45405         Log: Fix a dependency problem.
45406              
45407              Subject: [PATCH: 6640] VMS Makefile.SH update
45408              From: Peter Prymmer <pvhp@forte.com>
45409              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
45410              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
45411      Branch: perl
45412            ! vms/descrip_mms.template
45413 ____________________________________________________________________________
45414 [  6645] By: jhi                                   on 2000/08/15  23:33:23
45415         Log: (Retracted by #6660)
45416              
45417              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
45418              From: Dominic Dunlop <domo@computer.org>
45419              Date: Tue, 15 Aug 2000 22:20:52 +0200
45420              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
45421      Branch: metaconfig/U/perl
45422            + d_printfed.U
45423      Branch: perl
45424            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45425            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
45426            ! t/op/sprintf.t
45427 ____________________________________________________________________________
45428 [  6644] By: jhi                                   on 2000/08/15  21:17:20
45429         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
45430              From: abigail@foad.org
45431              Date: 15 Aug 2000 20:12:41 -0000
45432              Message-Id: <20000815201241.25556.qmail@foad.org>
45433      Branch: perl
45434            ! INSTALL
45435 ____________________________________________________________________________
45436 [  6643] By: jhi                                   on 2000/08/15  21:15:28
45437         Log: (an already applied patch)
45438      Branch: perl
45439            ! lib/CGI.pm
45440 ____________________________________________________________________________
45441 [  6642] By: gsar                                  on 2000/08/15  19:54:05
45442         Log: magic callbacks all need to have same type signature
45443      Branch: perl
45444            ! embed.pl mg.c proto.h
45445 ____________________________________________________________________________
45446 [  6641] By: jhi                                   on 2000/08/15  17:56:27
45447         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)
45448              From: Mike Guy <mjtg@cam.ac.uk>
45449              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
45450              Date: Tue, 15 Aug 2000 18:26:45 +0100
45451              
45452              Only the peek.t part applied, not the hash quality part.
45453      Branch: perl
45454            ! t/lib/peek.t
45455 ____________________________________________________________________________
45456 [  6640] By: jhi                                   on 2000/08/15  16:37:37
45457         Log: Update Changes.
45458      Branch: perl
45459            ! Changes
45460 ____________________________________________________________________________
45461 [  6639] By: jhi                                   on 2000/08/15  16:34:55
45462         Log: Missed a file from #6638.
45463      Branch: perl
45464            ! lib/File/Temp.pm
45465 ____________________________________________________________________________
45466 [  6638] By: jhi                                   on 2000/08/15  16:33:19
45467         Log: Subject: [PATCH perl@6620] cygwin port
45468              From: "Fifer, Eric" <EFifer@sanwaint.com>
45469              Date: Tue, 15 Aug 2000 17:00:49 +0100
45470              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
45471      Branch: perl
45472            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
45473 ____________________________________________________________________________
45474 [  6637] By: jhi                                   on 2000/08/15  16:29:22
45475         Log: Subject: [PATCH] debugger exit code should reflect user exit code
45476              From: Mike Guy <mjtg@cam.ac.uk>
45477              Date: Tue, 15 Aug 2000 16:55:59 +0100
45478              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
45479      Branch: perl
45480            ! lib/perl5db.pl
45481 ____________________________________________________________________________
45482 [  6636] By: jhi                                   on 2000/08/15  15:30:58
45483         Log: Update Changes.
45484      Branch: perl
45485            ! Changes
45486 ____________________________________________________________________________
45487 [  6635] By: jhi                                   on 2000/08/15  15:27:21
45488         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
45489      Branch: metaconfig
45490            ! U/mkglossary U/mksample
45491      Branch: metaconfig/U/perl
45492            ! Devel.U
45493      Branch: perl
45494            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45495 ____________________________________________________________________________
45496 [  6634] By: jhi                                   on 2000/08/15  14:11:55
45497         Log: Don't blow limited stacks, a lower number is enough to
45498              tickle the lookbehind limit.
45499              
45500              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
45501              From: Dominic Dunlop <domo@computer.org>
45502              Date: Tue, 15 Aug 2000 13:51:24 +0200
45503              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
45504      Branch: perl
45505            ! t/op/regmesg.t
45506 ____________________________________________________________________________
45507 [  6633] By: jhi                                   on 2000/08/15  14:01:46
45508         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
45509              From: Mike Guy <mjtg@cam.ac.uk>
45510              Date: Tue, 15 Aug 2000 12:10:50 +0100
45511              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
45512      Branch: perl
45513            ! utils/perldoc.PL
45514 ____________________________________________________________________________
45515 [  6632] By: jhi                                   on 2000/08/15  13:58:48
45516         Log: make ok etc also for win32.
45517              
45518              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
45519              From: Prymmer/Kahn <pvhp@best.com>
45520              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
45521              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
45522      Branch: perl
45523            ! win32/Makefile
45524 ____________________________________________________________________________
45525 [  6631] By: jhi                                   on 2000/08/15  13:45:03
45526         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
45527      Branch: perl
45528            ! lib/Test.pm
45529 ____________________________________________________________________________
45530 [  6630] By: jhi                                   on 2000/08/15  03:25:09
45531         Log: Update Changes.
45532      Branch: perl
45533            ! Changes
45534 ____________________________________________________________________________
45535 [  6629] By: jhi                                   on 2000/08/15  03:23:53
45536         Log: magic_regdatum_set() is void, not int.
45537      Branch: perl
45538            ! embed.pl mg.c proto.h
45539 ____________________________________________________________________________
45540 [  6628] By: jhi                                   on 2000/08/15  03:08:02
45541         Log: Make the user to give up his firstborn, err, to knowingly
45542              verify installing an unstable developer release.  Also bump
45543              the release to 5.7.0, but leave a patch tag in the local
45544              patches saying that this is not yet the real thing.
45545      Branch: metaconfig
45546            ! U/modified/Instruct.U
45547      Branch: metaconfig/U/perl
45548            + Devel.U
45549      Branch: perl
45550            ! Configure patchlevel.h
45551 ____________________________________________________________________________
45552 [  6627] By: jhi                                   on 2000/08/14  22:32:52
45553         Log: README.os2 update.
45554              
45555              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
45556              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45557              Date: Wed, 02 Aug 2000 21:55:09 -0700
45558              Message-ID: <tsPi5gzkgegX092yn@efn.org>
45559      Branch: perl
45560            ! README.os2
45561 ____________________________________________________________________________
45562 [  6626] By: jhi                                   on 2000/08/14  21:00:02
45563         Log: Subject: Re: File::Temp problems on VMS in bleedperl
45564              From: Tim Jenness <timj@jach.hawaii.edu>
45565              cc: vmsperl@perl.org
45566              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
45567              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
45568      Branch: perl
45569            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
45570 ____________________________________________________________________________
45571 [  6625] By: jhi                                   on 2000/08/14  20:52:16
45572         Log: Add SUIDMAIL as was done for the CERT alert.
45573      Branch: perl
45574            ! patchlevel.h
45575 ____________________________________________________________________________
45576 [  6624] By: jhi                                   on 2000/08/14  20:48:50
45577         Log: Subject: sfio2000
45578              From: Daniel Muino <dmuino@afip.gov.ar>
45579              Date: Mon, 14 Aug 2000 16:58:11 -0300
45580              Message-ID: <20000814165811.B16368@con2-dgi>
45581      Branch: perl
45582            ! perlsdio.h perlsfio.h
45583 ____________________________________________________________________________
45584 [  6623] By: jhi                                   on 2000/08/14  20:47:36
45585         Log: Subject: warning: storage class after type is obsolescent
45586              From: Daniel Muino <dmuino@afip.gov.ar>
45587              Date: Mon, 14 Aug 2000 16:42:47 -0300
45588              Message-ID: <20000814164247.A16368@con2-dgi>
45589      Branch: perl
45590            ! regcomp.pl regnodes.h
45591 ____________________________________________________________________________
45592 [  6622] By: jhi                                   on 2000/08/14  20:43:05
45593         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
45594              From: abigail@foad.org
45595              Date: 14 Aug 2000 20:00:10 -0000
45596              Message-Id: <20000814200010.27271.qmail@foad.org>
45597      Branch: perl
45598            ! Changes
45599 ____________________________________________________________________________
45600 [  6621] By: jhi                                   on 2000/08/14  15:23:05
45601         Log: Update Changes.
45602      Branch: perl
45603            ! Changes
45604 ____________________________________________________________________________
45605 [  6620] By: jhi                                   on 2000/08/14  15:22:14
45606         Log: Subject: Re: [PATCH] @+, @- readonly
45607              From: Mike Guy <mjtg@cam.ac.uk>
45608              Date: Mon, 14 Aug 2000 15:26:55 +0100
45609              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
45610      Branch: perl
45611            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
45612            ! sv.c t/op/pat.t
45613 ____________________________________________________________________________
45614 [  6619] By: jhi                                   on 2000/08/14  14:12:08
45615         Log: Update Changes.
45616      Branch: perl
45617            ! Changes
45618 ____________________________________________________________________________
45619 [  6618] By: jhi                                   on 2000/08/14  14:09:34
45620         Log: For now remove the mail code.
45621      Branch: perl
45622            ! perl.c
45623 ____________________________________________________________________________
45624 [  6617] By: jhi                                   on 2000/08/14  14:08:28
45625         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
45626      Branch: perl
45627            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
45628            ! pod/perlfaq8.pod pod/perlsec.pod
45629 ____________________________________________________________________________
45630 [  6616] By: jhi                                   on 2000/08/14  14:00:11
45631         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
45632              From: Mike Guy <mjtg@cam.ac.uk>
45633              Date: Mon, 14 Aug 2000 08:26:02 +0100
45634              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
45635      Branch: perl
45636            ! lib/perl5db.pl
45637 ____________________________________________________________________________
45638 [  6615] By: jhi                                   on 2000/08/14  13:58:45
45639         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
45640              From: Mike Guy <mjtg@cam.ac.uk>
45641              Date: Mon, 14 Aug 2000 08:04:22 +0100
45642              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
45643      Branch: perl
45644            ! gv.c mg.c t/op/pat.t
45645 ____________________________________________________________________________
45646 [  6614] By: jhi                                   on 2000/08/14  13:56:45
45647         Log: Subject: Test fails / warnings with perl-current #6612
45648              From: Mike Guy <mjtg@cam.ac.uk>
45649              Date: Mon, 14 Aug 2000 07:57:23 +0100
45650              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
45651      Branch: perl
45652            ! t/lib/b.t t/lib/peek.t
45653 ____________________________________________________________________________
45654 [  6613] By: jhi                                   on 2000/08/14  13:45:33
45655         Log: VMS configure.com update continues.
45656      Branch: perl
45657            - vms/configure.com
45658            ! MANIFEST configure.com
45659 ____________________________________________________________________________
45660 [  6612] By: jhi                                   on 2000/08/13  22:13:35
45661         Log: Update Changes.
45662      Branch: perl
45663            ! Changes
45664 ____________________________________________________________________________
45665 [  6611] By: jhi                                   on 2000/08/13  16:21:45
45666         Log: Upgrade to CGI 2.71, from Lincoln Stein.
45667      Branch: perl
45668            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
45669 ____________________________________________________________________________
45670 [  6610] By: jhi                                   on 2000/08/13  15:09:16
45671         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
45672              From: Mike Guy <mjtg@cam.ac.uk>
45673              Date: Sun, 13 Aug 2000 13:45:51 +0100
45674              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
45675      Branch: perl
45676            ! t/op/regmesg.t
45677 ____________________________________________________________________________
45678 [  6609] By: jhi                                   on 2000/08/13  14:31:26
45679         Log: Andreas says that 1.56 is fine, so reverting back to it.
45680      Branch: perl
45681            ! lib/CPAN.pm
45682 ____________________________________________________________________________
45683 [  6608] By: jhi                                   on 2000/08/13  05:34:20
45684         Log: Update Changes.
45685      Branch: perl
45686            ! Changes
45687 ____________________________________________________________________________
45688 [  6607] By: jhi                                   on 2000/08/13  05:32:01
45689         Log: Put back the \z changes of #5406 to CPAN.pm.
45690      Branch: perl
45691            ! lib/CPAN.pm
45692 ____________________________________________________________________________
45693 [  6606] By: jhi                                   on 2000/08/13  05:20:16
45694         Log: Fix-n-skip the tests under 5005threads.
45695      Branch: perl
45696            ! t/lib/b.t
45697 ____________________________________________________________________________
45698 [  6605] By: jhi                                   on 2000/08/13  05:07:48
45699         Log: Fix the test for 5005threads.
45700      Branch: perl
45701            ! t/lib/peek.t
45702 ____________________________________________________________________________
45703 [  6604] By: jhi                                   on 2000/08/13  03:35:37
45704         Log: Should have deleted this in #6603.
45705      Branch: perl
45706            - vms/subconfigure.com
45707 ____________________________________________________________________________
45708 [  6603] By: jhi                                   on 2000/08/12  18:29:32
45709         Log: Rewrite of vms/subconfigure.com as configure.com,
45710              from Peter Prymmer and the vmsperl crew.
45711      Branch: perl
45712            + vms/configure.com
45713            ! MANIFEST
45714 ____________________________________________________________________________
45715 [  6602] By: jhi                                   on 2000/08/11  13:00:01
45716         Log: PlainText.pm is dead.
45717      Branch: perl
45718            - lib/Pod/PlainText.pm
45719            ! MANIFEST
45720 ____________________________________________________________________________
45721 [  6601] By: jhi                                   on 2000/08/11  04:06:45
45722         Log: Update Changes.
45723      Branch: perl
45724            ! Changes
45725 ____________________________________________________________________________
45726 [  6600] By: jhi                                   on 2000/08/11  04:06:10
45727         Log: Add a few missing files, update MANIFEST.
45728      Branch: perl
45729            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
45730            + lib/Pod/PlainText.pm t/pod/find.t
45731            ! MANIFEST t/op/regmesg.t
45732 ____________________________________________________________________________
45733 [  6599] By: jhi                                   on 2000/08/11  03:31:10
45734         Log: Add Perl debugging tutorial, regen toc. 
45735              
45736              Subject: perldebtut.pod
45737              From: Richard Foley <Richard.Foley@m.dasa.de>
45738              Date: Wed, 09 Aug 2000 10:17:15 +0200
45739              Message-id: <3991138B.262247B8@m.dasa.de>
45740      Branch: perl
45741            + pod/perldebtut.pod
45742            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
45743 ____________________________________________________________________________
45744 [  6598] By: jhi                                   on 2000/08/11  02:48:56
45745         Log: tiny Changes edit
45746      Branch: perl
45747            ! Changes
45748 ____________________________________________________________________________
45749 [  6597] By: jhi                                   on 2000/08/11  02:39:04
45750         Log: Tests for #6589.
45751              
45752              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
45753              From: simon@brecon.co.uk (Simon Cozens)
45754              Date: 11 Aug 2000 02:24:52 GMT
45755              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
45756      Branch: perl
45757            ! t/lib/b.t
45758 ____________________________________________________________________________
45759 [  6596] By: jhi                                   on 2000/08/11  01:50:07
45760         Log: Update Changes.
45761      Branch: perl
45762            ! Changes
45763 ____________________________________________________________________________
45764 [  6595] By: jhi                                   on 2000/08/11  01:47:16
45765         Log: nitfix
45766      Branch: perl
45767            ! Changes
45768 ____________________________________________________________________________
45769 [  6594] By: jhi                                   on 2000/08/11  01:36:16
45770         Log: Subject: Getting perlio and threads to compile
45771              From: Lupe Christoph <lupe@lupe-christoph.de>
45772              Date: Wed, 9 Aug 2000 11:35:54 +0200
45773              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
45774              
45775              (the Solaris version changes in Configure skipped)
45776      Branch: perl
45777            ! hints/solaris_2.sh thread.h
45778 ____________________________________________________________________________
45779 [  6593] By: jhi                                   on 2000/08/11  01:30:16
45780         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
45781              From: simon@brecon.co.uk (Simon Cozens)
45782              Date: 1 Aug 2000 06:55:19 GMT
45783              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
45784      Branch: perl
45785            ! lib/utf8.pm
45786 ____________________________________________________________________________
45787 [  6592] By: jhi                                   on 2000/08/11  01:26:39
45788         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
45789              From: Peter Scott <Peter@PeterScott.com>
45790              Date: Thu, 10 Aug 2000 08:23:27 -0700
45791              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
45792      Branch: perl
45793            ! lib/perl5db.pl
45794 ____________________________________________________________________________
45795 [  6591] By: jhi                                   on 2000/08/11  01:22:02
45796         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
45797              From: Hugo <hv@crypt.compulink.co.uk>
45798              Date: Thu, 10 Aug 2000 19:23:04 +0100
45799              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
45800      Branch: perl
45801            ! regexec.c t/op/pat.t
45802 ____________________________________________________________________________
45803 [  6590] By: jhi                                   on 2000/08/11  01:19:19
45804         Log: Preprocessing and postprocessing for File::Find.
45805              
45806              Subject: Patch to Find::File.pm to allow alphabetical results
45807              From: Joe Smith <jsmith@inwap.com>
45808              Date: Wed, 9 Aug 2000 02:44:54 -0700
45809              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
45810      Branch: perl
45811            ! lib/File/Find.pm
45812 ____________________________________________________________________________
45813 [  6589] By: jhi                                   on 2000/08/11  01:12:39
45814         Log: B::Deparse didn't do sub attributes.
45815              
45816              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
45817              From: simon@brecon.co.uk (Simon Cozens)
45818              Date: 9 Aug 2000 04:49:20 GMT
45819              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
45820      Branch: perl
45821            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
45822 ____________________________________________________________________________
45823 [  6588] By: jhi                                   on 2000/08/11  01:06:40
45824         Log: Subject: debugger "d" command doesnt check line number
45825              From: Mike Guy <mjtg@cam.ac.uk>
45826              Date: Tue, 08 Aug 2000 21:54:29 +0100
45827              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
45828      Branch: perl
45829            ! lib/perl5db.pl mg.c pod/perldiag.pod
45830 ____________________________________________________________________________
45831 [  6587] By: jhi                                   on 2000/08/11  00:45:03
45832         Log: sleep(1) does not necessarily return 1.
45833              
45834              Subject: [PATCH bleadperl] op/lex_assign.t  
45835              From: Hugo <hv@crypt.compulink.co.uk>
45836              Date: Thu, 03 Aug 2000 14:34:22 +0100        
45837              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
45838      Branch: perl
45839            ! t/op/lex_assign.t
45840 ____________________________________________________________________________
45841 [  6586] By: jhi                                   on 2000/08/11  00:31:50
45842         Log: Document the IO::Select timeout.
45843      Branch: perl
45844            ! ext/IO/lib/IO/Select.pm
45845 ____________________________________________________________________________
45846 [  6585] By: jhi                                   on 2000/08/11  00:13:54
45847         Log: Forgot contributor.
45848      Branch: perl
45849            ! Changes
45850 ____________________________________________________________________________
45851 [  6584] By: jhi                                   on 2000/08/11  00:09:19
45852         Log: detypo
45853      Branch: perl
45854            ! Changes
45855 ____________________________________________________________________________
45856 [  6583] By: jhi                                   on 2000/08/11  00:07:53
45857         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
45858              
45859              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
45860              From: Mike Guy <mjtg@cam.ac.uk> 
45861              Date: Thu, 10 Aug 2000 15:50:54 +0100
45862              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
45863      Branch: perl
45864            ! sv.c t/op/int.t
45865 ____________________________________________________________________________
45866 [  6582] By: jhi                                   on 2000/08/10  23:29:32
45867         Log: Update Changes.
45868      Branch: perl
45869            ! Changes
45870 ____________________________________________________________________________
45871 [  6581] By: jhi                                   on 2000/08/10  23:26:16
45872         Log: Put back the std @INC thing.
45873      Branch: perl
45874            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
45875            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
45876            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
45877            ! t/lib/gol-oo.t
45878 ____________________________________________________________________________
45879 [  6580] By: jhi                                   on 2000/08/10  23:03:34
45880         Log: Update to CGI 2.70, from Lincoln Stein.
45881      Branch: perl
45882            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
45883            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
45884            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
45885            ! t/lib/cgi-request.t
45886 ____________________________________________________________________________
45887 [  6579] By: jhi                                   on 2000/08/10  22:41:50
45888         Log: Update to CPAN 1.56, from Andreas König.
45889      Branch: perl
45890            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
45891 ____________________________________________________________________________
45892 [  6578] By: jhi                                   on 2000/08/10  22:38:13
45893         Log: Update to Pod::Parser 1.17, from Brad Appleton.
45894      Branch: perl
45895            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
45896            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
45897            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
45898            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
45899            ! t/pod/include.t t/pod/included.t t/pod/lref.t
45900            ! t/pod/multiline_items.t t/pod/nested_items.t
45901            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
45902            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
45903            ! t/pod/special_seqs.t
45904 ____________________________________________________________________________
45905 [  6577] By: jhi                                   on 2000/08/10  22:35:41
45906         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
45907      Branch: perl
45908            ! AUTHORS MAINTAIN
45909 ____________________________________________________________________________
45910 [  6576] By: jhi                                   on 2000/08/10  22:24:54
45911         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
45912      Branch: perl
45913            + t/lib/gol-oo.t
45914            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
45915            ! t/lib/gol-compat.t t/lib/gol-linkage.t
45916 ____________________________________________________________________________
45917 [  6575] By: jhi                                   on 2000/08/10  22:02:07
45918         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
45919      Branch: perl
45920            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
45921 ____________________________________________________________________________
45922 [  6574] By: jhi                                   on 2000/08/10  21:55:03
45923         Log: Iterating perl6 description.
45924      Branch: perl
45925            ! pod/perlfaq1.pod
45926 ____________________________________________________________________________
45927 [  6573] By: jhi                                   on 2000/08/10  21:48:26
45928         Log: Revert the sv.c part of #6559, a better fix is needed.
45929      Branch: perl
45930            ! sv.c
45931 ____________________________________________________________________________
45932 [  6572] By: jhi                                   on 2000/08/10  20:33:43
45933         Log: It's the 2ndO'ROSSC.
45934      Branch: perl
45935            ! pod/perlfaq1.pod
45936 ____________________________________________________________________________
45937 [  6571] By: jhi                                   on 2000/08/10  15:55:48
45938         Log: detypo
45939      Branch: perl
45940            ! pod/perlfaq1.pod
45941 ____________________________________________________________________________
45942 [  6570] By: jhi                                   on 2000/08/10  14:11:17
45943         Log: An exceptionally sticky typo.
45944      Branch: perl
45945            ! Changes
45946 ____________________________________________________________________________
45947 [  6569] By: jhi                                   on 2000/08/10  14:09:33
45948         Log: detypo (and test Changes updating script)
45949      Branch: perl
45950            ! Changes
45951 ____________________________________________________________________________
45952 [  6568] By: jhi                                   on 2000/08/10  14:07:07
45953         Log: Update Changes.
45954      Branch: perl
45955            ! Changes
45956 ____________________________________________________________________________
45957 [  6567] By: jhi                                   on 2000/08/10  14:06:19
45958         Log: Amend the description of Perl6.
45959              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
45960              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
45961              Date: Wed, 9 Aug 2000 22:11:06 -0500
45962              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
45963      Branch: perl
45964            ! pod/perlfaq1.pod
45965 ____________________________________________________________________________
45966 [  6566] By: jhi                                   on 2000/08/10  13:58:57
45967         Log: Subject: Remove dead entry in perldiag
45968              From: Mike Guy <mjtg@cam.ac.uk>
45969              Date: Thu, 10 Aug 2000 14:19:19 +0100
45970              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
45971      Branch: perl
45972            ! pod/perldiag.pod
45973 ____________________________________________________________________________
45974 [  6565] By: jhi                                   on 2000/08/10  13:51:48
45975         Log: Zero entries were skipped, fix from Adrian Goalby
45976              <argoalby@yahoo.co.uk>
45977      Branch: perl
45978            ! lib/unicode/Number.pl lib/unicode/mktables.PL
45979 ____________________________________________________________________________
45980 [  6564] By: jhi                                   on 2000/08/10  13:00:12
45981         Log: Subject: [PATCH 5.6.0] cygwin port
45982              From: "Fifer, Eric" <EFifer@sanwaint.com>
45983              Date: Thu, 10 Aug 2000 13:15:36 +0100
45984              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
45985      Branch: perl
45986            ! README.cygwin hints/cygwin.sh
45987 ____________________________________________________________________________
45988 [  6563] By: jhi                                   on 2000/08/10  12:55:16
45989         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
45990      Branch: perl
45991            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
45992 ____________________________________________________________________________
45993 [  6562] By: gsar                                  on 2000/08/10  08:38:39
45994         Log: warn is a macro, avoid using at a variable to avoid warnings
45995              in some configurations; readdir.t is too conservative in
45996              estimating number of *.t's
45997      Branch: perl
45998            ! t/op/readdir.t util.c
45999 ____________________________________________________________________________
46000 [  6561] By: jhi                                   on 2000/08/09  23:35:42
46001         Log: Update Changes.
46002      Branch: perl
46003            ! Changes
46004 ____________________________________________________________________________
46005 [  6560] By: jhi                                   on 2000/08/09  23:05:47
46006         Log: Subject: Re: enhanced(?) regex error messages
46007              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
46008              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
46009              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
46010              
46011              (plus two small patches sent privately)
46012              (this still seems to leave few test failures)
46013      Branch: perl
46014            + t/op/regmesg.t
46015            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
46016            ! t/pragma/warn/regcomp
46017 ____________________________________________________________________________
46018 [  6559] By: jhi                                   on 2000/08/09  20:41:18
46019         Log: (The fix did work but was not right, retracted in #6573)
46020              
46021              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
46022              From: Christian Kirsch <ck@held.mind.de>
46023              Date: Wed, 9 Aug 2000 17:05:17 +0200
46024              Message-Id: <20000809170517.A25389@held>
46025      Branch: perl
46026            ! sv.c t/pragma/locale.t
46027 ____________________________________________________________________________
46028 [  6558] By: jhi                                   on 2000/08/08  22:34:08
46029         Log: Tiny updates on the contributors list.
46030      Branch: perl
46031            ! Changes
46032 ____________________________________________________________________________
46033 [  6557] By: jhi                                   on 2000/08/08  19:34:28
46034         Log: Double check that we have a dirhandle.
46035      Branch: perl
46036            ! util.c
46037 ____________________________________________________________________________
46038 [  6556] By: jhi                                   on 2000/08/08  19:01:51
46039         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
46040              May be repopulated with fresh maintained examples.
46041      Branch: perl
46042            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
46043            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
46044            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
46045            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
46046            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
46047            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
46048            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
46049            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
46050            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
46051            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
46052            + lib/CGI/eg/wilogo_gif.uu
46053            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
46054            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
46055            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
46056            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
46057            - eg/cgi/frameset.cgi eg/cgi/index.html
46058            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
46059            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
46060            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
46061            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
46062            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
46063            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
46064            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
46065            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
46066            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
46067            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
46068            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
46069            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
46070            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
46071            - eg/van/vanish eg/who eg/wrapsuid
46072            ! MANIFEST
46073 ____________________________________________________________________________
46074 [  6555] By: jhi                                   on 2000/08/08  18:51:08
46075         Log: Delete chat2 as requested by Randal.
46076              
46077              Subject: Re: perlfaq8 coyness
46078              From: merlyn@stonehenge.com (Randal L. Schwartz) 
46079              Date: 15 May 2000 18:52:42 -0700 
46080              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
46081      Branch: perl
46082            - lib/chat2.pl
46083            ! MANIFEST
46084 ____________________________________________________________________________
46085 [  6554] By: jhi                                   on 2000/08/08  18:31:35
46086         Log: Regen global.sym.
46087      Branch: perl
46088            ! global.sym
46089 ____________________________________________________________________________
46090 [  6553] By: jhi                                   on 2000/08/08  18:28:13
46091         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
46092              (either perlbug or p5p ate the original), plus regen
46093              perlapi and perltoc. 
46094      Branch: perl
46095            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
46096            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
46097            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
46098            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
46099            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
46100            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
46101            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
46102            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
46103            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
46104            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
46105 ____________________________________________________________________________
46106 [  6552] By: jhi                                   on 2000/08/08  18:06:29
46107         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
46108              From: Mike Guy <mjtg@cam.ac.uk>
46109              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
46110              Date: Tue, 08 Aug 2000 15:51:27 +0100
46111      Branch: perl
46112            ! doop.c sv.h t/op/join.t t/pragma/overload.t
46113 ____________________________________________________________________________
46114 [  6551] By: jhi                                   on 2000/08/08  18:01:11
46115         Log: Re-apply #6549.
46116      Branch: perl
46117            ! lib/perl5db.pl
46118 ____________________________________________________________________________
46119 [  6550] By: jhi                                   on 2000/08/08  17:43:08
46120         Log: Accidental retraction of #6549.
46121      Branch: perl
46122            ! lib/perl5db.pl
46123 ____________________________________________________________________________
46124 [  6549] By: jhi                                   on 2000/08/08  17:40:04
46125         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
46126              From: Mike Guy <mjtg@cam.ac.uk>
46127              Date: Mon, 07 Aug 2000 21:49:58 +0100
46128              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
46129      Branch: perl
46130            ! lib/perl5db.pl
46131 ____________________________________________________________________________
46132 [  6548] By: jhi                                   on 2000/08/08  17:37:57
46133         Log: Document here-doc better.
46134              
46135              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
46136              From: Mike Guy <mjtg@cam.ac.uk>
46137              Date: Mon, 07 Aug 2000 14:02:09 +0100
46138              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
46139      Branch: perl
46140            ! pod/perldata.pod
46141 ____________________________________________________________________________
46142 [  6547] By: jhi                                   on 2000/08/08  17:33:34
46143         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
46144              From: "Randy J. Ray" <rjray@redhat.com>
46145              Date: Mon, 07 Aug 2000 19:12:25 -0700
46146              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
46147      Branch: perl
46148            ! perl.c pod/perlrun.pod
46149 ____________________________________________________________________________
46150 [  6546] By: jhi                                   on 2000/08/08  17:29:26
46151         Log: Subject: Re: enhanced(?) regex error messages 
46152              From: Hugo <hv@crypt.compulink.co.uk>
46153              Date: Tue, 08 Aug 2000 03:25:51 +0100
46154              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
46155              
46156              plus Capitalize the error messages, plus perldiag them.
46157      Branch: perl
46158            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
46159 ____________________________________________________________________________
46160 [  6545] By: jhi                                   on 2000/08/08  13:59:28
46161         Log: Augment #6539 a bit: don't croak if there's magic in the air.
46162              
46163              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
46164              From: Hugo <hv@crypt.compulink.co.uk>
46165              Date: Tue, 08 Aug 2000 03:02:03 +0100
46166              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
46167      Branch: perl
46168            ! pp.c t/op/bless.t
46169 ____________________________________________________________________________
46170 [  6544] By: jhi                                   on 2000/08/07  21:11:52
46171         Log: Make the test -w clean.
46172      Branch: perl
46173            ! t/op/bless.t
46174 ____________________________________________________________________________
46175 [  6543] By: jhi                                   on 2000/08/07  19:49:53
46176         Log: use warnings instead of $^W.
46177      Branch: perl
46178            ! t/op/bless.t
46179 ____________________________________________________________________________
46180 [  6542] By: jhi                                   on 2000/08/07  17:41:41
46181         Log: Disable a portability warning Because We Know What We Are Doing.
46182      Branch: perl
46183            ! t/op/bless.t
46184 ____________________________________________________________________________
46185 [  6541] By: jhi                                   on 2000/08/07  17:29:51
46186         Log: Tiny tidying on report_evil_fh().
46187      Branch: perl
46188            ! util.c
46189 ____________________________________________________________________________
46190 [  6540] By: jhi                                   on 2000/08/07  16:37:38
46191         Log: Make regular expression parse error messages easier to understand.
46192              
46193              Subject: Re: enhanced(?) regex error messages
46194              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
46195              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
46196              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
46197      Branch: perl
46198            ! regcomp.c
46199 ____________________________________________________________________________
46200 [  6539] By: jhi                                   on 2000/08/07  16:12:27
46201         Log: Make bless(REF, REF) a fatal error, add bless tests.
46202              
46203              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
46204              From: Hugo <hv@crypt.compulink.co.uk>
46205              Date: Mon, 07 Aug 2000 16:59:38 +0100
46206              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
46207      Branch: perl
46208            + t/op/bless.t
46209            ! MANIFEST pod/perldiag.pod pp.c sv.c
46210 ____________________________________________________________________________
46211 [  6538] By: jhi                                   on 2000/08/07  15:59:43
46212         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
46213              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
46214              Date: Thu, 3 Aug 2000 14:29:21 -0700
46215              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
46216      Branch: perl
46217            ! lib/lib_pm.PL
46218 ____________________________________________________________________________
46219 [  6537] By: jhi                                   on 2000/08/07  15:47:18
46220         Log: Retract #6419 for now since it breaks in AFS and MachTen.
46221      Branch: perl
46222            ! lib/Cwd.pm
46223 ____________________________________________________________________________
46224 [  6536] By: jhi                                   on 2000/08/07  15:05:29
46225         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
46226              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
46227              The security hole exists only in suidperls, which isn't
46228              installed or even built by default.
46229      Branch: perl
46230            ! perl.c
46231 ____________________________________________________________________________
46232 [  6535] By: jhi                                   on 2000/08/07  14:45:14
46233         Log: tr memory corruption fix from Simon Cozens.
46234      Branch: perl
46235            ! doop.c
46236 ____________________________________________________________________________
46237 [  6534] By: jhi                                   on 2000/08/06  11:38:16
46238         Log: Document a bit that UDP is not what you might think.
46239              
46240              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
46241              From: Lupe Christoph <lupe@lupe-christoph.de>
46242              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
46243              Date: Mon, 24 Jul 2000 08:59:15 +0200
46244      Branch: perl
46245            ! pod/perlipc.pod
46246 ____________________________________________________________________________
46247 [  6533] By: jhi                                   on 2000/08/06  11:35:01
46248         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
46249              From: Jeff Pinyan <jeffp@hut.crusoe.net>
46250              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
46251              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
46252      Branch: perl
46253            ! pod/perlfunc.pod
46254 ____________________________________________________________________________
46255 [  6532] By: jhi                                   on 2000/08/06  03:45:41
46256         Log: Have symbols for the IoTYPEs.
46257      Branch: perl
46258            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
46259 ____________________________________________________________________________
46260 [  6531] By: jhi                                   on 2000/08/06  01:33:55
46261         Log: Continue fixing the io warnings.  This also
46262              sort of fixes bug ID 20000802.003: the core dump
46263              is no more.  Whether the current behaviour is correct
46264              (giving a warning: "Not a format reference"), is another matter.
46265      Branch: perl
46266            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
46267            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
46268 ____________________________________________________________________________
46269 [  6530] By: jhi                                   on 2000/08/05  21:33:12
46270         Log: Change the Policy policy: now -Dprefix= with an existing
46271              Policy.sh and prefix == siteprefix == vendorprefix, then all
46272              of them follow along the new prefix.
46273              
46274              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
46275              From: Andy Dougherty <doughera@lafayette.edu>
46276              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
46277              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
46278      Branch: perl
46279            ! Policy_sh.SH
46280 ____________________________________________________________________________
46281 [  6529] By: jhi                                   on 2000/08/05  18:57:28
46282         Log: Zap lib/Sys directory when cleaning up.
46283      Branch: perl
46284            ! Makefile.SH
46285 ____________________________________________________________________________
46286 [  6528] By: jhi                                   on 2000/08/05  18:40:44
46287         Log: Essential prototype changes were missing from #6527.
46288              Also make report_evil_fh() more bomb-proof.
46289      Branch: perl
46290            ! embed.h util.c
46291 ____________________________________________________________________________
46292 [  6527] By: jhi                                   on 2000/08/05  03:22:05
46293         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
46294              From: "Ronald F. Guilmette" <rfg@monkeys.com>
46295              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
46296              Message-Id: <200007242247.PAA52177@monkeys.com>
46297      Branch: perl
46298            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
46299 ____________________________________________________________________________
46300 [  6526] By: jhi                                   on 2000/08/04  21:23:27
46301         Log: gcc versions might have (parentheses) in them.
46302      Branch: metaconfig/U/perl
46303            ! gccvers.U
46304      Branch: perl
46305            ! Configure config_h.SH
46306 ____________________________________________________________________________
46307 [  6525] By: jhi                                   on 2000/08/04  20:23:12
46308         Log: Weed buglets pointed out by
46309              
46310              From: Lupe Christoph <lupe@lupe-christoph.de>
46311              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
46312              Date: Fri, 4 Aug 2000 17:34:39 +0200
46313              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
46314      Branch: metaconfig/U/perl
46315            ! gccvers.U uselfs.U
46316      Branch: perl
46317            ! Configure config_h.SH
46318 ____________________________________________________________________________
46319 [  6524] By: jhi                                   on 2000/08/04  19:02:08
46320         Log: Warn under -w if lstat(FH) is attempted.
46321              
46322              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
46323              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
46324              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
46325              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
46326      Branch: perl
46327            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
46328            ! t/pragma/warn/pp_sys
46329 ____________________________________________________________________________
46330 [  6523] By: jhi                                   on 2000/08/04  12:31:11
46331         Log: Subject: New perlcc, take 2
46332              From: simon@brecon.co.uk (Simon Cozens)
46333              Date: 4 Aug 2000 06:21:04 GMT
46334              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
46335      Branch: perl
46336            ! utils/perlcc.PL
46337 ____________________________________________________________________________
46338 [  6522] By: jhi                                   on 2000/08/04  12:26:33
46339         Log: Subject: Re: Array vs. List context
46340              From: Daniel Chetlin <daniel@chetlin.com>
46341              Date: Fri, 4 Aug 2000 00:22:44 -0700
46342              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
46343      Branch: perl
46344            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
46345            ! pod/perlfaq4.pod
46346 ____________________________________________________________________________
46347 [  6521] By: jhi                                   on 2000/08/04  12:22:38
46348         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
46349              From: Raymund Will <ray@caldera.de>
46350              Date: Fri, 4 Aug 2000 12:07:09 +0200
46351              Message-Id: <20000804120709.A14982@caldera.de>
46352      Branch: perl
46353            ! configure.gnu
46354 ____________________________________________________________________________
46355 [  6520] By: jhi                                   on 2000/08/04  04:09:06
46356         Log: After the #6519 a warning about stat() is just that,
46357              not about a filetest, which now have their own warning.
46358      Branch: perl
46359            ! pod/perldiag.pod
46360 ____________________________________________________________________________
46361 [  6519] By: jhi                                   on 2000/08/04  04:06:30
46362         Log: In the warnings call filehandles consistently so;
46363              add "unopened" warning for stat().
46364      Branch: perl
46365            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
46366            ! t/pragma/warn/pp_sys
46367 ____________________________________________________________________________
46368 [  6518] By: jhi                                   on 2000/08/04  02:55:35
46369         Log: Subject: Minor tweak to perlvar.pod
46370              From: "Stephen P. Potter" <spp@ds.net>
46371              Date: Tue, 18 Apr 2000 09:26:03 -0400
46372              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
46373      Branch: perl
46374            ! pod/perlvar.pod
46375 ____________________________________________________________________________
46376 [  6517] By: jhi                                   on 2000/08/04  02:50:08
46377         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
46378              From: "Clinton Pierce" <cpierce1@ford.com>
46379              Date: Wed, 21 Jul 1999 16:45:31 -0400
46380              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
46381              
46382              Fix by Stephen Potter (visible in the bug db but not in p5p?)
46383      Branch: perl
46384            ! pod/perlfunc.pod pod/perlop.pod
46385 ____________________________________________________________________________
46386 [  6516] By: jhi                                   on 2000/08/04  02:09:25
46387         Log: This is 6512.  Really.
46388      Branch: perl
46389            ! dump.c
46390 ____________________________________________________________________________
46391 [  6515] By: jhi                                   on 2000/08/04  01:25:50
46392         Log: mention the idea of @( and @)
46393      Branch: perl
46394            ! Todo-5.6
46395 ____________________________________________________________________________
46396 [  6514] By: bailey                                on 2000/08/04  01:18:46
46397         Log: YA resync with mainstem, including VMS patches from others
46398      Branch: vmsperl
46399           +> (branch 48 files)
46400            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
46401           !> (integrate 354 files)
46402 ____________________________________________________________________________
46403 [  6513] By: jhi                                   on 2000/08/04  01:18:18
46404         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
46405              From: Mark Dickinson <dickins3@fas.harvard.edu>
46406              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
46407              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
46408      Branch: perl
46409            ! t/op/grent.t t/op/pwent.t
46410 ____________________________________________________________________________
46411 [  6512] By: jhi                                   on 2000/08/04  01:14:06
46412         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
46413              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46414              Date: Wed, 02 Aug 2000 10:51:01 +0100
46415              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
46416      Branch: perl
46417            ! sv.c
46418 ____________________________________________________________________________
46419 [  6511] By: jhi                                   on 2000/08/04  00:57:00
46420         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
46421              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46422              Date: Thu, 03 Aug 2000 17:20:04 -0700
46423              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
46424      Branch: metaconfig
46425            ! U/modified/Cppsym.U
46426      Branch: perl
46427            ! Configure config_h.SH
46428 ____________________________________________________________________________
46429 [  6510] By: jhi                                   on 2000/08/04  00:25:28
46430         Log: detypo
46431      Branch: perl
46432            ! Makefile.SH
46433 ____________________________________________________________________________
46434 [  6509] By: jhi                                   on 2000/08/03  23:43:18
46435         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
46436              From: Dominic Dunlop <domo@computer.org>
46437              Date: Thu, 3 Aug 2000 22:16:46 +0200
46438              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
46439      Branch: perl
46440            ! t/op/sprintf.t
46441 ____________________________________________________________________________
46442 [  6508] By: jhi                                   on 2000/08/03  23:40:37
46443         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
46444              From: Hugo <hv@crypt.compulink.co.uk>
46445              Date: Thu, 03 Aug 2000 18:25:30 +0100
46446              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
46447      Branch: perl
46448            ! regcomp.c t/op/re_tests
46449 ____________________________________________________________________________
46450 [  6507] By: jhi                                   on 2000/08/03  23:38:28
46451         Log: Subject: [PATCH] sv.h documentation - SvLEN
46452              From: Mike Guy <mjtg@cam.ac.uk>
46453              Date: Thu, 03 Aug 2000 14:43:09 +0100
46454              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
46455      Branch: perl
46456            ! sv.h
46457 ____________________________________________________________________________
46458 [  6506] By: jhi                                   on 2000/08/03  15:49:14
46459         Log: Disable the fix_pl hack for now.
46460      Branch: perl
46461            ! Makefile.SH
46462 ____________________________________________________________________________
46463 [  6505] By: jhi                                   on 2000/08/03  13:49:04
46464         Log: Add a URL for FSF.
46465              
46466              Subject: Patch for README
46467              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
46468              Date: Wed, 2 Aug 2000 13:25:09 -0500
46469              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
46470      Branch: perl
46471            ! README
46472 ____________________________________________________________________________
46473 [  6504] By: jhi                                   on 2000/08/03  13:29:19
46474         Log: Be more informative on what is skipped and why,
46475              also repeat the list at the end.
46476      Branch: perl
46477            ! Porting/p4desc
46478 ____________________________________________________________________________
46479 [  6503] By: jhi                                   on 2000/08/03  13:07:05
46480         Log: Circumvent the removal of .patch by fix_pl.
46481              
46482              Subject: Re: [ID 20000802.011] unable to 'make test'          
46483              From: simon@brecon.co.uk (Simon Cozens) 
46484              Date: 3 Aug 2000 04:17:00 GMT
46485              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
46486      Branch: perl
46487            ! Makefile.SH
46488 ____________________________________________________________________________
46489 [  6502] By: jhi                                   on 2000/08/03  00:14:34
46490         Log: Add the missing setproctitle unit.
46491      Branch: metaconfig/U/perl
46492            + d_setproctitle.U
46493 ____________________________________________________________________________
46494 [  6501] By: jhi                                   on 2000/08/03  00:00:26
46495         Log: The subtest 4 may fail also on VOBS, as pointed out
46496              by Nick Ing-Simmons in November 1999, bug id 19991124.003
46497              (but the failure in that bug report isn't the subtest 4).
46498      Branch: perl
46499            ! t/op/stat.t
46500 ____________________________________________________________________________
46501 [  6500] By: jhi                                   on 2000/08/02  23:49:30
46502         Log: Better skip message for the test; one of the two problems in
46503              
46504              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
46505              From: Lupe Christoph <lupe@lupe-christoph.de>
46506              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
46507              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
46508      Branch: perl
46509            ! t/op/numconvert.t
46510 ____________________________________________________________________________
46511 [  6499] By: jhi                                   on 2000/08/02  22:49:16
46512         Log: Allow "no Module;" even if there is no 'unimport'.
46513              
46514              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
46515              From: mjd@plover.com
46516              Date: 24 Mar 2000 15:24:34 -0000
46517              Message-Id: <20000324152434.15160.qmail@plover.com>
46518      Branch: perl
46519            ! gv.c
46520 ____________________________________________________________________________
46521 [  6498] By: jhi                                   on 2000/08/02  22:42:58
46522         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
46523              that are hopefully soon put into use.
46524      Branch: perl
46525            ! opcode.h opcode.pl opnames.h
46526 ____________________________________________________________________________
46527 [  6497] By: gsar                                  on 2000/08/02  22:28:59
46528         Log: require.t needs binmode() to work on windows
46529      Branch: perl
46530            ! t/comp/require.t
46531 ____________________________________________________________________________
46532 [  6496] By: jhi                                   on 2000/08/02  22:08:51
46533         Log: Document the IVdf UVuf UVof UVxf.
46534      Branch: perl
46535            ! pod/perlguts.pod
46536 ____________________________________________________________________________
46537 [  6495] By: jhi                                   on 2000/08/02  21:54:26
46538         Log: detypo #6494
46539      Branch: perl
46540            ! ext/Data/Dumper/Dumper.xs
46541 ____________________________________________________________________________
46542 [  6494] By: jhi                                   on 2000/08/02  21:49:17
46543         Log: Dump UVs as UVs in Data::Dumper.
46544              
46545              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
46546              From: Gurusamy Sarathy <gsar@ActiveState.com>
46547              Date: Thu, 27 Apr 2000 12:26:25 -0700
46548              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
46549      Branch: perl
46550            ! ext/Data/Dumper/Dumper.xs
46551 ____________________________________________________________________________
46552 [  6493] By: jhi                                   on 2000/08/02  17:01:58
46553         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
46554              From: Hugo <hv@crypt.compulink.co.uk>
46555              Date: Wed, 02 Aug 2000 14:53:56 +0100
46556              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
46557      Branch: perl
46558            ! regexec.c t/op/re_tests
46559 ____________________________________________________________________________
46560 [  6492] By: jhi                                   on 2000/08/02  15:02:46
46561         Log: The new setproctitle() feature is available only in 
46562              bleeding edge FreeBSD.  From Paul Saab.
46563      Branch: perl
46564            ! mg.c
46565 ____________________________________________________________________________
46566 [  6491] By: jhi                                   on 2000/08/02  13:34:36
46567         Log: The tr utf8 patching continues.
46568              
46569              Subject: Re: #6469, too many tests claimed in require.t
46570              From: simon@brecon.co.uk (Simon Cozens)
46571              Date: 2 Aug 2000 02:37:17 GMT
46572              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
46573              
46574              (the logic of the test was the wrong way round in the patch)
46575      Branch: perl
46576            ! doop.c
46577 ____________________________________________________________________________
46578 [  6490] By: jhi                                   on 2000/08/02  13:27:38
46579         Log: The name of a filehandle does not have <these>.
46580      Branch: perl
46581            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
46582            ! t/pragma/warn/pp_sys util.c
46583 ____________________________________________________________________________
46584 [  6489] By: jhi                                   on 2000/08/02  04:26:46
46585         Log: Remove the extraneous "main::" prefix from all the
46586              "opened only for", "on closed", and "never opened" warnings.
46587              
46588              Subject: Re: inappropriate warning
46589              From: Gurusamy Sarathy <gsar@ActiveState.com>
46590              Date: Mon, 20 Mar 2000 11:28:02 -0800
46591              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
46592      Branch: perl
46593            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
46594            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
46595            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
46596 ____________________________________________________________________________
46597 [  6488] By: jhi                                   on 2000/08/02  03:02:57
46598         Log: memcpy has n o in it, as pinted ut by Sarathy.
46599      Branch: perl
46600            ! pod/perlguts.pod
46601 ____________________________________________________________________________
46602 [  6487] By: jhi                                   on 2000/08/02  02:44:51
46603         Log: Document in one place the memory abstractions used in Perl core.
46604              
46605              Subject: Re: Memory abstraction
46606              From: simon@brecon.co.uk (Simon Cozens)
46607              Date: 2 Aug 2000 02:20:23 GMT
46608              Organization: Earth.li Origins
46609      Branch: perl
46610            ! pod/perlguts.pod
46611 ____________________________________________________________________________
46612 [  6486] By: jhi                                   on 2000/08/02  02:41:57
46613         Log: regen_headers, regen perltoc.
46614      Branch: perl
46615            ! perlapi.c pod/perltoc.pod
46616 ____________________________________________________________________________
46617 [  6485] By: jhi                                   on 2000/08/02  01:43:33
46618         Log: "This little thing tests for a file .patch, and if it contains
46619              a number, pops into patchlevel.h" (making it easier to track
46620              which development version people are reporting bugs against)
46621              
46622              Subject: Patchlevel autogeneration for repository perls
46623              From: simon@brecon.co.uk (Simon Cozens)
46624              Date: 14 Jul 2000 07:12:15 GMT
46625              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
46626      Branch: perl
46627            + fix_pl
46628            ! MANIFEST Makefile.SH
46629 ____________________________________________________________________________
46630 [  6484] By: jhi                                   on 2000/08/02  01:32:54
46631         Log: FreeBSD 3.* updates from
46632              
46633              From: Paul Saab <ps@yahoo-inc.com>
46634              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
46635              Date: Tue, 1 Aug 2000 15:41:39 -0700
46636              Message-Id: <20000801154139.A53740@yahoo-inc.com>
46637      Branch: perl
46638            ! hints/freebsd.sh
46639 ____________________________________________________________________________
46640 [  6483] By: jhi                                   on 2000/08/02  01:27:44
46641         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
46642              instead one must use setproctitle().  This was already addressed
46643              by change #6457, but the below has a new variant for FreeBSD 4.0
46644              or later, and the matter is also documented more.
46645              
46646              From: Paul Saab <ps@yahoo-inc.com>
46647              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
46648              Date: Tue, 1 Aug 2000 15:41:39 -0700
46649              Message-Id: <20000801154139.A53740@yahoo-inc.com>
46650      Branch: metaconfig/U/perl
46651            + i_libutil.U
46652      Branch: perl
46653            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
46654 ____________________________________________________________________________
46655 [  6482] By: jhi                                   on 2000/08/01  22:17:32
46656         Log: The test from this
46657              
46658              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
46659              Date: Sat, 15 Apr 2000 17:03:44 +0100
46660              From: Tom Hughes <tom@compton.nu>
46661              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
46662              
46663              was missing, the code change went in as #5989
46664              (which had a different test?)
46665      Branch: perl
46666            ! t/op/misc.t
46667 ____________________________________________________________________________
46668 [  6481] By: jhi                                   on 2000/08/01  21:48:38
46669         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
46670              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
46671              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
46672              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
46673      Branch: perl
46674            ! perl.h
46675 ____________________________________________________________________________
46676 [  6480] By: jhi                                   on 2000/08/01  18:05:28
46677         Log: Make p4desc to skip non-mainperl branches by default.
46678      Branch: perl
46679            ! Porting/p4desc
46680 ____________________________________________________________________________
46681 [  6479] By: jhi                                   on 2000/08/01  17:29:19
46682         Log: If gccosandvers is equal to osname, clear gccosandvers.
46683      Branch: metaconfig/U/perl
46684            ! gccvers.U
46685      Branch: perl
46686            ! Configure config_h.SH
46687 ____________________________________________________________________________
46688 [  6478] By: jhi                                   on 2000/08/01  15:54:08
46689         Log: BOM patching from Simon Cozens.
46690      Branch: perl
46691            ! toke.c
46692 ____________________________________________________________________________
46693 [  6477] By: jhi                                   on 2000/08/01  04:50:33
46694         Log: Stash away the largefiles flags and libswanted.
46695      Branch: perl
46696            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
46697 ____________________________________________________________________________
46698 [  6476] By: gsar                                  on 2000/08/01  04:24:24
46699         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
46700              on Windows)
46701      Branch: perl
46702            ! t/pragma/utf8.t utf8.c win32/win32.c
46703 ____________________________________________________________________________
46704 [  6475] By: jhi                                   on 2000/08/01  03:35:24
46705         Log: Make chr() for values >127 to create utf8 when under utf8.
46706              
46707              Subject: Re: uft8/chr()
46708              From: simon@brecon.co.uk (Simon Cozens)
46709              Date: 1 Aug 2000 02:37:02 GMT
46710              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
46711      Branch: perl
46712            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
46713 ____________________________________________________________________________
46714 [  6474] By: jhi                                   on 2000/08/01  02:36:18
46715         Log: In Digital UNIX warn if gcc explicitly chosen because even
46716              2.95.2 is known to cause problems.
46717      Branch: perl
46718            ! hints/dec_osf.sh
46719 ____________________________________________________________________________
46720 [  6473] By: jhi                                   on 2000/08/01  02:00:56
46721         Log: Make the safety catch for buggy gccs work with triple version
46722              numbers like 2.95.2.  Reported in
46723              
46724              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
46725              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
46726              Date: Mon, 31 Jul 2000 14:55:06 +0200
46727              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
46728      Branch: perl
46729            ! hints/dec_osf.sh
46730 ____________________________________________________________________________
46731 [  6472] By: jhi                                   on 2000/08/01  01:13:33
46732         Log: Subject: fix and question re: waitpid() under win32
46733              From: Brian Clarke <clarke@appliedmeta.com>
46734              Date: Fri, 28 Jul 2000 15:18:29 -0400
46735              Message-ID: <3981DC85.290314EB@appliedmeta.com>
46736              
46737              Slightly reformatted and WNOHANG # define moved to win32.h
46738              so that also POSIX.xs sees it, as suggsted by Sarathy.
46739      Branch: perl
46740            ! win32/win32.c win32/win32.h
46741 ____________________________________________________________________________
46742 [  6471] By: jhi                                   on 2000/08/01  00:55:05
46743         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
46744              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46745              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
46746              Date: Mon, 31 Jul 2000 13:28:51 +0100
46747              
46748              (aka ID 20000730.002)
46749      Branch: perl
46750            ! op.c t/op/tr.t
46751 ____________________________________________________________________________
46752 [  6470] By: jhi                                   on 2000/07/31  23:34:42
46753         Log: Document the problem with -P in HP-UX and its workaround.
46754              
46755              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
46756              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
46757              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
46758              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
46759      Branch: perl
46760            ! README.hpux
46761 ____________________________________________________________________________
46762 [  6469] By: jhi                                   on 2000/07/31  04:15:02
46763         Log: The swallow_bom() saga continues.  The #23 of require.t
46764              (UTF16-LE) still fails (silently, no output) but the #22
46765              (UTF16-BE) seems to be working now.  The root of the
46766              failure may be in sv_gets(): is it UTF-16LE-aware,
46767              especially when it comes to line endings? 
46768      Branch: perl
46769            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
46770            ! t/comp/require.t toke.c utf8.c
46771 ____________________________________________________________________________
46772 [  6468] By: jhi                                   on 2000/07/30  19:05:48
46773         Log: Find green threads before native threads.
46774              
46775              Subject: Re: Patch to jpl/JNI/Makefile.PL
46776              From: Jens Thomsen <jens@fiend.cis.com>
46777              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
46778              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
46779      Branch: perl
46780            ! jpl/JNI/Makefile.PL
46781 ____________________________________________________________________________
46782 [  6467] By: jhi                                   on 2000/07/30  18:36:22
46783         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
46784      Branch: perl
46785            ! doop.c
46786 ____________________________________________________________________________
46787 [  6466] By: jhi                                   on 2000/07/30  04:37:29
46788         Log: A new version of the "remove UPPERACSE string comparison"
46789              operators.  The problem with the previous one (change #6454)
46790              was that it was for Perl 5.6.0.  From Paul Marquess.
46791      Branch: perl
46792            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
46793            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
46794            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
46795 ____________________________________________________________________________
46796 [  6465] By: jhi                                   on 2000/07/29  22:39:56
46797         Log: Do not upgrade SVs into utf8 just because they participate
46798              in eq or cmp.  Reported and fix suggested in
46799              
46800              Subject: [ID 20000720.009] sv_eq UTF8 bug
46801              From: "Simon Cozens" <simon@othersideofthe.earth.li>
46802              Date: 21 Jul 2000 04:37:29 -0000
46803              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
46804              
46805              Exercise for the kind reader: should we or should we not
46806              cache the utf8 conversion alonside the SV? (as magic,
46807              as thestrxfrm()ed version is cached under use locale)
46808              Argue both for and against.
46809      Branch: perl
46810            ! sv.c
46811 ____________________________________________________________________________
46812 [  6464] By: jhi                                   on 2000/07/29  22:36:22
46813         Log: Subject: UTF8 concat
46814              From: simon@brecon.co.uk (Simon Cozens) 
46815              Date: 30 Jun 2000 06:13:25 GMT
46816              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
46817              
46818              (with a memory leak fixed, plus a few casts added)
46819              
46820              This also seems to help for
46821              
46822              Subject: [ID 20000716.015] join UTF8 weirdness
46823              From: root <root@ak-71.mind.de> 
46824              Date: Sat, 15 Jul 2000 15:29:54 +0200
46825              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
46826              
46827              (from Andreas König)
46828      Branch: perl
46829            ! pp_hot.c
46830 ____________________________________________________________________________
46831 [  6463] By: jhi                                   on 2000/07/29  00:55:39
46832         Log: Tune the comments and hopefully stop a memory leak.
46833      Branch: perl
46834            ! toke.c utf8.c
46835 ____________________________________________________________________________
46836 [  6462] By: jhi                                   on 2000/07/29  00:16:53
46837         Log: The problem described in this
46838              
46839              Subject: [ID 20000322.018] named chars aren't magical enough
46840              From: root <root@dixie.cscaper.com>     
46841              Date: Wed, 22 Mar 2000 18:37:42 -0700
46842              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
46843              
46844              has been fixed in perl 5.6.0 but just in case added a test
46845              to keep it away.  (The report from Joseph Hall.)
46846      Branch: perl
46847            ! t/lib/charnames.t
46848 ____________________________________________________________________________
46849 [  6461] By: jhi                                   on 2000/07/28  23:56:36
46850         Log: Tiny fixes for #6460.
46851      Branch: metaconfig/U/perl
46852            ! gccvers.U
46853      Branch: perl
46854            ! Configure config_h.SH
46855 ____________________________________________________________________________
46856 [  6460] By: jhi                                   on 2000/07/28  23:24:41
46857         Log: Warn if the version of the operating system used to compile gcc
46858              differs from the current version of the operating system.
46859              Also display the gcc compilation os and version in myconfig.
46860              Inspiration from
46861              
46862              Subject: Re: [ID 20000710.003] ERRORS!!         
46863              From: "Kurt D. Starsinic" <kstar@chapin.edu>
46864              Date: Mon, 10 Jul 2000 15:54:16 -0400
46865              Message-ID: <20000710155416.A1384@O2.chapin.edu>
46866      Branch: metaconfig/U/perl
46867            ! gccvers.U
46868      Branch: perl
46869            ! Configure config_h.SH myconfig.SH
46870 ____________________________________________________________________________
46871 [  6459] By: jhi                                   on 2000/07/28  22:00:32
46872         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
46873              letter to $Config{osvers}.
46874      Branch: metaconfig
46875            ! U/modified/Oldconfig.U
46876      Branch: perl
46877            ! Configure config_h.SH
46878 ____________________________________________________________________________
46879 [  6458] By: jhi                                   on 2000/07/28  04:15:39
46880         Log: Back out #6454, doesn't seem to work.
46881              (Reason: that patch was for perl 5.6.0, not perl-current)
46882              (A version of the patch for perl-current came in later as #6466)
46883      Branch: perl
46884            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
46885            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
46886            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
46887 ____________________________________________________________________________
46888 [  6457] By: jhi                                   on 2000/07/27  23:31:49
46889         Log: Use setproctitle() if available to modify $0.
46890              
46891              Subject: setting $* on BSD4 broken
46892              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
46893              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
46894              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
46895      Branch: metaconfig
46896            ! U/modified/Myinit.U
46897      Branch: perl
46898            ! Configure config_h.SH mg.c
46899 ____________________________________________________________________________
46900 [  6456] By: jhi                                   on 2000/07/27  14:50:47
46901         Log: Allow "no AutoLoader;", based on change #6444,
46902              suggested by Graham Barr.
46903      Branch: perl
46904            ! lib/AutoLoader.pm
46905 ____________________________________________________________________________
46906 [  6455] By: jhi                                   on 2000/07/27  14:19:10
46907         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
46908              From: rspier@pobox.com (Robert Spier)
46909              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
46910              Message-ID: <14720.15855.787664.424783@rls.cx>
46911      Branch: perl
46912            ! pod/perldiag.pod
46913 ____________________________________________________________________________
46914 [  6454] By: jhi                                   on 2000/07/27  14:03:02
46915         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
46916              for a long time).
46917              
46918              Reported in
46919              
46920              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
46921              From: Ryan Herbert <rherbert@sycamorehq.com>
46922              Date: Mon, 17 Jul 2000 11:40:42 -0400
46923              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
46924              
46925              Patched in
46926              
46927              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
46928              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
46929              Date: Wed, 26 Jul 2000 23:40:18 +0100
46930              Message-ID: <000001bff752$79511880$0a17073e@tiny>
46931              
46932              based on an earlier patch from Stephen P. Potter.
46933              
46934              (Removed later by change #6458 because this patch was for
46935              perl 5.6.0, not perl-current)
46936      Branch: perl
46937            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
46938            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
46939            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
46940 ____________________________________________________________________________
46941 [  6453] By: jhi                                   on 2000/07/27  13:48:02
46942         Log: Subject: [PATCH] fixes bug 20000508.004
46943              From: Michael Stevens <mstevens@globnix.org>
46944              Date: Thu, 27 Jul 2000 13:49:04 +0100
46945              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
46946      Branch: perl
46947            ! pod/perldata.pod
46948 ____________________________________________________________________________
46949 [  6452] By: jhi                                   on 2000/07/26  23:51:26
46950         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
46951              and Craig A. Berry.
46952      Branch: perl
46953            ! lib/File/Temp.pm pod/perlport.pod
46954 ____________________________________________________________________________
46955 [  6451] By: jhi                                   on 2000/07/26  19:43:30
46956         Log: Be wary of close()s, too.
46957              
46958              Subject: Re: [PATCH] perlbug cleanup
46959              From: Tim Jenness <t.jenness@jach.hawaii.edu>
46960              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
46961              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
46962      Branch: perl
46963            ! utils/perlbug.PL
46964 ____________________________________________________________________________
46965 [  6450] By: jhi                                   on 2000/07/26  18:41:40
46966         Log: Subject: Minor doc patch: handy.h
46967              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
46968              Date: Wed, 26 Jul 2000 15:34:25 -0300
46969              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
46970      Branch: perl
46971            ! handy.h pod/perlapi.pod
46972 ____________________________________________________________________________
46973 [  6449] By: jhi                                   on 2000/07/26  18:23:55
46974         Log: Subject: [PATCH] minor doc change - perlguts
46975              From: Michael Stevens <mstevens@globnix.org>
46976              Date: Thu, 13 Jul 2000 12:39:18 +0100
46977              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
46978      Branch: perl
46979            ! pod/perlguts.pod
46980 ____________________________________________________________________________
46981 [  6448] By: jhi                                   on 2000/07/26  18:20:30
46982         Log: open() wariness in perlbug.
46983              
46984              Subject: [PATCH] perlbug cleanup
46985              From: Michael Stevens <mstevens@globnix.org>
46986              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
46987              Date: Thu, 13 Jul 2000 15:52:23 +0100
46988      Branch: perl
46989            ! utils/perlbug.PL
46990 ____________________________________________________________________________
46991 [  6447] By: jhi                                   on 2000/07/26  18:13:04
46992         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
46993      Branch: perl
46994            ! lib/File/Temp.pm t/lib/ftmp-security.t
46995 ____________________________________________________________________________
46996 [  6446] By: jhi                                   on 2000/07/26  18:06:32
46997         Log: docfix from Peter Scott <Peter@PSDT.com>.
46998      Branch: perl
46999            ! pod/perlfunc.pod
47000 ____________________________________________________________________________
47001 [  6445] By: jhi                                   on 2000/07/26  17:53:31
47002         Log: Fix *foo{FORMAT}.
47003              
47004              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47005              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
47006              Date: Wed, 26 Jul 2000 19:51:02 +0200
47007              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
47008              
47009              From: Graham Barr <gbarr@pobox.com>
47010              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
47011              Date: Wed, 26 Jul 2000 17:38:36 +0100
47012              Message-ID: <20000726173836.L472@pobox.com>
47013      Branch: perl
47014            ! pp.c sv.c t/op/gv.t
47015 ____________________________________________________________________________
47016 [  6444] By: jhi                                   on 2000/07/26  17:49:14
47017         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
47018              from Graham Barr in the module list.
47019      Branch: perl
47020            ! gv.c pod/perlobj.pod
47021 ____________________________________________________________________________
47022 [  6443] By: jhi                                   on 2000/07/26  16:06:56
47023         Log: More split() doc and test patches from Mike Guy.
47024      Branch: perl
47025            ! pod/perlfunc.pod t/op/split.t
47026 ____________________________________________________________________________
47027 [  6442] By: jhi                                   on 2000/07/26  16:05:30
47028         Log: MacOS nits from Matthias Neeracher.
47029      Branch: perl
47030            ! perl.c pp_ctl.c
47031 ____________________________________________________________________________
47032 [  6441] By: jhi                                   on 2000/07/26  04:39:57
47033         Log: Subject: [PATCH] split /^/
47034              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47035              Date: Tue, 25 Jul 2000 14:18:57 +0100
47036              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
47037              
47038              (with notes from tchrist and gbarr)
47039      Branch: perl
47040            ! pod/perlfunc.pod t/op/split.t
47041 ____________________________________________________________________________
47042 [  6440] By: jhi                                   on 2000/07/26  04:32:32
47043         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
47044              From: Peter Prymmer <pvhp@forte.com>
47045              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
47046              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
47047      Branch: perl
47048            ! vms/munchconfig.c
47049 ____________________________________________________________________________
47050 [  6439] By: jhi                                   on 2000/07/26  04:31:01
47051         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
47052              to be fatal errors (instead of by default ignoring them, and
47053              ignoring with a bug: even though -w gave an error, the opening [
47054              was left in)  Reported in:
47055              
47056              Subject: [ID 20000716.024] [=cc=] / [:blank:]
47057              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
47058              Date: Sun, 16 Jul 2000 17:55:29 -0700
47059              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
47060      Branch: perl
47061            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
47062 ____________________________________________________________________________
47063 [  6438] By: jhi                                   on 2000/07/25  15:41:15
47064         Log: Subject: [PATCH] av.c apidoc
47065              From: simon@brecon.co.uk (Simon Cozens)
47066              Date: 24 Jul 2000 06:40:52 GMT
47067              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
47068      Branch: perl
47069            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
47070            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
47071 ____________________________________________________________________________
47072 [  6437] By: jhi                                   on 2000/07/25  14:05:36
47073         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
47074              From: "Stephen P. Potter" <spp@ds.net>
47075              Date: Mon, 24 Jul 2000 14:22:23 -0400
47076              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
47077      Branch: perl
47078            ! pod/perllocale.pod
47079 ____________________________________________________________________________
47080 [  6436] By: jhi                                   on 2000/07/25  14:02:03
47081         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
47082              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47083              Date: Mon, 24 Jul 2000 18:04:28 +0100
47084              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
47085      Branch: perl
47086            ! t/lib/syslfs.t t/op/lfs.t
47087 ____________________________________________________________________________
47088 [  6435] By: jhi                                   on 2000/07/25  13:59:28
47089         Log: Get UTF16 BOMs working.  Patch from
47090              
47091              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
47092              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47093              Date: Tue, 25 Jul 2000 12:52:45 +0100
47094              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
47095              
47096              and notes from
47097              
47098              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
47099              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47100              Date: Tue, 25 Jul 2000 11:43:25 +0100
47101              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
47102      Branch: perl
47103            ! t/comp/require.t toke.c utf8.c
47104 ____________________________________________________________________________
47105 [  6434] By: jhi                                   on 2000/07/25  02:39:54
47106         Log: Make the "uninit variable" warning to say "concat or string"
47107              or "join or string" when in concat or join .
47108              
47109              Subject: Re: [ID 20000403.009] uninitialised concatenation???
47110              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47111              Date: Tue, 04 Apr 2000 18:22:58 +0100
47112              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
47113              
47114              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
47115              From: William R Ward <hermit@BayView.COM>
47116              Date: Thu, 30 Mar 2000 19:50:03 -0800
47117              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
47118      Branch: perl
47119            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
47120            ! t/pragma/warn/op t/pragma/warn/sv
47121 ____________________________________________________________________________
47122 [  6433] By: jhi                                   on 2000/07/24  17:52:56
47123         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
47124      Branch: perl
47125            ! lib/File/Spec/VMS.pm
47126 ____________________________________________________________________________
47127 [  6432] By: jhi                                   on 2000/07/24  17:44:44
47128         Log: Test cases for #6431.
47129              
47130              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
47131              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47132              Date: Mon, 24 Jul 2000 15:32:29 +0100
47133              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
47134      Branch: perl
47135            ! t/op/pat.t t/op/split.t
47136 ____________________________________________________________________________
47137 [  6431] By: jhi                                   on 2000/07/24  17:43:17
47138         Log: Bind op fix.
47139              
47140              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
47141              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47142              Date: Mon, 17 Jul 2000 20:04:56 +0100
47143              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
47144      Branch: perl
47145            ! op.c
47146 ____________________________________________________________________________
47147 [  6430] By: jhi                                   on 2000/07/24  03:42:42
47148         Log: Subject: [ID 20000716.023] syslog test fails without sockets
47149              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47150              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
47151              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
47152      Branch: metaconfig/U/perl
47153            ! Extensions.U
47154      Branch: perl
47155            ! Configure config_h.SH
47156 ____________________________________________________________________________
47157 [  6429] By: jhi                                   on 2000/07/24  03:11:52
47158         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
47159              case, but add also notes explaining the relationship of this
47160              patch and the earlier notes by Sarathy.
47161              
47162              Subject: Map is still slow
47163              From: "Ben Tilly" <ben_tilly@hotmail.com>
47164              Date: Sat, 15 Jul 2000 17:23:27 EDT
47165              Message-ID: <20000715212327.21656.qmail@hotmail.com>
47166      Branch: perl
47167            ! pp_ctl.c
47168 ____________________________________________________________________________
47169 [  6428] By: jhi                                   on 2000/07/24  02:58:52
47170         Log: Documentation to explain the behaviour of map().
47171              
47172              Subject: Re: Map is still slow 
47173              From: Gurusamy Sarathy <gsar@ActiveState.com>
47174              Date: Sat, 15 Jul 2000 16:05:09 -0700
47175              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
47176      Branch: perl
47177            ! pp_ctl.c
47178 ____________________________________________________________________________
47179 [  6427] By: jhi                                   on 2000/07/24  02:50:03
47180         Log: Add tests for
47181              [ID 19991110.003] another matching finding by pcre author
47182              which has already been fixed by some patch, as verified in
47183              
47184              Subject: Re: two regex bugs from the mists of time (well, last November)
47185              From: Hugo <hv@crypt.compulink.co.uk>
47186              Date: Sat, 22 Jul 2000 18:12:58 +0100
47187              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
47188      Branch: perl
47189            ! t/op/re_tests
47190 ____________________________________________________________________________
47191 [  6426] By: jhi                                   on 2000/07/24  02:11:20
47192         Log: A missing 'break' after the [[:space:]] switch case.
47193              
47194              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
47195              From: "Stephen P. Potter" <spp@ds.net>
47196              Date: Tue, 18 Jul 2000 16:25:17 -0400
47197              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
47198      Branch: perl
47199            ! regcomp.c
47200 ____________________________________________________________________________
47201 [  6425] By: jhi                                   on 2000/07/24  02:06:12
47202         Log: The output might have been produced in the wrong order.
47203              
47204              Subject: [ID 20000720.003] [PATCH] t/op/write.t
47205              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47206              Date: Thu, 20 Jul 2000 18:49:18 +0100
47207              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
47208      Branch: perl
47209            ! t/op/write.t
47210 ____________________________________________________________________________
47211 [  6424] By: jhi                                   on 2000/07/24  02:00:07
47212         Log: Use STDOUT consistently.
47213              
47214              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
47215              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47216              Date: Thu, 20 Jul 2000 18:04:01 +0100
47217              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
47218      Branch: perl
47219            ! lib/Test/Harness.pm
47220 ____________________________________________________________________________
47221 [  6423] By: jhi                                   on 2000/07/24  01:54:54
47222         Log: Protect against "wild next"s, that is, callbacks doing "next"
47223              instead of "return".
47224              
47225              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
47226              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47227              Date: Tue, 18 Jul 2000 11:30:16 +0100
47228              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
47229      Branch: perl
47230            ! lib/File/Find.pm
47231 ____________________________________________________________________________
47232 [  6422] By: jhi                                   on 2000/07/24  01:35:47
47233         Log: Out-of-date note removed.
47234              
47235              Subject: [PATCH] documentation perlipc
47236              From: rspier@pobox.com (Robert Spier)
47237              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
47238              Message-ID: <14711.35178.572612.502654@rls.cx>
47239      Branch: perl
47240            ! pod/perlipc.pod
47241 ____________________________________________________________________________
47242 [  6421] By: jhi                                   on 2000/07/24  00:09:18
47243         Log: Send all installperl messages to STDERR and be -w clean.
47244              
47245              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
47246              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47247              Date: Sat, 22 Jul 2000 14:02:11 +0100
47248              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
47249      Branch: perl
47250            ! installperl
47251 ____________________________________________________________________________
47252 [  6420] By: jhi                                   on 2000/07/24  00:04:19
47253         Log: Decutandpasto.
47254              
47255              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
47256              From: "Richard Soderberg" <rs@crystalflame.net>
47257              Date: Sun, 23 Jul 2000 01:37:23 -0700
47258              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
47259      Branch: perl
47260            ! pod/perlipc.pod
47261 ____________________________________________________________________________
47262 [  6419] By: jhi                                   on 2000/07/24  00:01:12
47263         Log: A cleaner abs_path().
47264              Subject: Re: unix alternative to Cwd.pm
47265              From: Jeff Pinyan <jeffp@crusoe.net>
47266              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
47267              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
47268      Branch: perl
47269            ! lib/Cwd.pm
47270 ____________________________________________________________________________
47271 [  6418] By: jhi                                   on 2000/07/23  23:48:56
47272         Log: Detypo.
47273              
47274              Subject: [PATCH perl-current] Typo in hints/powerux.sh
47275              From: "Richard Soderberg" <rs@crystalflame.net>
47276              Date: Sun, 23 Jul 2000 01:27:33 -0700
47277              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
47278      Branch: perl
47279            ! hints/powerux.sh
47280 ____________________________________________________________________________
47281 [  6417] By: jhi                                   on 2000/07/17  22:13:31
47282         Log: Subject: SDBM_File documentation
47283              From: mjd@plover.com
47284              Date: 16 Jul 2000 17:41:17 -0000
47285              Message-ID: <20000716174117.18515.qmail@plover.com>
47286      Branch: perl
47287            ! ext/SDBM_File/SDBM_File.pm
47288 ____________________________________________________________________________
47289 [  6416] By: jhi                                   on 2000/07/17  19:13:26
47290         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
47291      Branch: perl
47292            ! hints/mpeix.sh mpeix/relink
47293 ____________________________________________________________________________
47294 [  6415] By: jhi                                   on 2000/07/15  14:11:02
47295         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
47296              the utf8 'characters' can be more than one octet).
47297              
47298              Date: Sat, 15 Jul 2000 00:21:56 +0100
47299              From: Tom Hughes <tom@compton.nu>
47300              Subject: Re: [ID 20000714.002]
47301              Message-ID: <db2334de49.tom@compton.compton.nu>
47302              
47303              Reported in
47304              
47305              Subject: [ID 20000714.002]
47306              From: "Simon Cozens" <simon@othersideofthe.earth.li>
47307              Date: 14 Jul 2000 15:13:09 -0000
47308              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
47309      Branch: perl
47310            ! doop.c
47311 ____________________________________________________________________________
47312 [  6414] By: jhi                                   on 2000/07/15  03:13:41
47313         Log: another VMS build tweak from Peter Prymmer
47314      Branch: perl
47315            ! vms/descrip_mms.template
47316 ____________________________________________________________________________
47317 [  6413] By: jhi                                   on 2000/07/15  03:10:40
47318         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
47319      Branch: perl
47320            ! vms/perlvms.pod
47321 ____________________________________________________________________________
47322 [  6412] By: jhi                                   on 2000/07/15  00:31:05
47323         Log: More docs for sv functions.
47324              
47325              Subject: [PATCH cfgperl] sv.c apidoc
47326              From: simon@brecon.co.uk (Simon Cozens)
47327              Date: 13 Jul 2000 09:00:20 GMT
47328              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
47329              
47330              Subject: Re: [PATCH cfgperl] sv.c apidoc
47331              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47332              Date: Thu, 13 Jul 2000 12:27:41 +0100
47333              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
47334              
47335              Subject: Re: [PATCH cfgperl] sv.c apidoc
47336              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47337              Date: Thu, 13 Jul 2000 13:23:09 +0100
47338              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
47339              
47340              Subject: Re: [PATCH cfgperl] sv.c apidoc
47341              From: simon@brecon.co.uk (Simon Cozens)
47342              Date: 14 Jul 2000 06:51:02 GMT
47343              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
47344      Branch: perl
47345            ! embed.pl pod/perlapi.pod sv.c
47346 ____________________________________________________________________________
47347 [  6411] By: jhi                                   on 2000/07/15  00:10:41
47348         Log: lib/b test fixes from Peter Prymmer.
47349      Branch: perl
47350            ! t/lib/b.t
47351 ____________________________________________________________________________
47352 [  6410] By: jhi                                   on 2000/07/15  00:02:09
47353         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
47354              From: Hugo <hv@crypt.compulink.co.uk>
47355              Date: Fri, 14 Jul 2000 23:05:20 +0100
47356              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
47357              
47358              Didn't anymore apply, but that point still could use another fix.
47359      Branch: perl
47360            ! pod/perlfunc.pod
47361 ____________________________________________________________________________
47362 [  6409] By: jhi                                   on 2000/07/14  23:15:15
47363         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
47364              not in pod, from Peter Prymmer
47365      Branch: perl
47366            ! vms/descrip_mms.template
47367 ____________________________________________________________________________
47368 [  6408] By: jhi                                   on 2000/07/14  20:35:05
47369         Log: The bug report
47370              [ID 19991110.002] minimal matching discrepancy found by pcre author
47371              seems to have been fixed (though differently from what was suggested
47372              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
47373      Branch: perl
47374            ! t/op/re_tests
47375 ____________________________________________________________________________
47376 [  6407] By: jhi                                   on 2000/07/14  17:38:08
47377         Log: Fix AutoSplit to use File::Spec the right way in VMS,
47378              from Peter Prymmer.
47379      Branch: perl
47380            ! lib/AutoSplit.pm
47381 ____________________________________________________________________________
47382 [  6406] By: jhi                                   on 2000/07/14  14:13:22
47383         Log: Merge perlhacktut into perlhack, update perlguts.
47384              
47385              Subject: Re: Perlhacktut
47386              From: simon@brecon.co.uk (Simon Cozens)
47387              Date: 14 Jul 2000 06:49:21 GMT
47388              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
47389              
47390              Subject: Re: Perlhacktut
47391              From: simon@brecon.co.uk (Simon Cozens)
47392              Date: 14 Jul 2000 07:09:45 GMT
47393              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
47394      Branch: perl
47395            ! pod/perlguts.pod pod/perlhack.pod
47396 ____________________________________________________________________________
47397 [  6405] By: jhi                                   on 2000/07/14  14:02:31
47398         Log: Integrate with Sarathy.
47399      Branch: cfgperl
47400           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
47401           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
47402           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
47403 ____________________________________________________________________________
47404 [  6404] By: gsar                                  on 2000/07/14  12:15:02
47405         Log: PERL_OBJECT build tweaks
47406      Branch: perl
47407            ! toke.c
47408 ____________________________________________________________________________
47409 [  6403] By: gsar                                  on 2000/07/14  11:23:41
47410         Log: inconsistent types needs casts
47411      Branch: perl
47412            ! toke.c
47413 ____________________________________________________________________________
47414 [  6402] By: gsar                                  on 2000/07/14  11:12:04
47415         Log: typos in change#6399, regen headers
47416      Branch: perl
47417            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
47418 ____________________________________________________________________________
47419 [  6401] By: gsar                                  on 2000/07/14  10:59:12
47420         Log: typecasts needed for change#6394
47421      Branch: perl
47422            ! toke.c
47423 ____________________________________________________________________________
47424 [  6400] By: gsar                                  on 2000/07/14  10:49:37
47425         Log: integrate cfgperl contents into mainline
47426      Branch: perl
47427           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
47428           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
47429 ____________________________________________________________________________
47430 [  6399] By: gsar                                  on 2000/07/14  10:38:35
47431         Log: enable UTF-16 filter by default if relevant BOM is seen; various
47432              cleanups (typos, misformatted code, and small bugs)
47433      Branch: perl
47434            ! doop.c embed.pl mg.c op.c pp.c toke.c
47435 ____________________________________________________________________________
47436 [  6398] By: gsar                                  on 2000/07/14  08:55:38
47437         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
47438              name suggests anyway)
47439      Branch: perl
47440            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
47441 ____________________________________________________________________________
47442 [  6397] By: gsar                                  on 2000/07/14  08:44:33
47443         Log: move new variables to the end of the interpreter structure (for
47444              bincompat in code that doesn't #include XSUB.h)
47445      Branch: perl
47446            ! intrpvar.h
47447 ____________________________________________________________________________
47448 [  6396] By: gsar                                  on 2000/07/14  08:13:58
47449         Log: MakeMaker should not remove editor backups (*~) on `make clean`
47450              by default (completes change#6383)
47451      Branch: perl
47452            ! lib/ExtUtils/MM_Unix.pm
47453 ____________________________________________________________________________
47454 [  6395] By: jhi                                   on 2000/07/14  05:20:33
47455         Log: Replace change #6337 with a better one.
47456              
47457              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
47458              From: Hugo <hv@crypt.compulink.co.uk>
47459              Date: Fri, 14 Jul 2000 04:16:20 +0100
47460              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
47461      Branch: cfgperl
47462            ! regexec.c t/op/re_tests
47463 ____________________________________________________________________________
47464 [  6394] By: jhi                                   on 2000/07/14  01:33:59
47465         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
47466      Branch: cfgperl
47467            ! embed.pl global.sym proto.h toke.c
47468 ____________________________________________________________________________
47469 [  6393] By: jhi                                   on 2000/07/13  23:41:23
47470         Log: remove discarded test
47471      Branch: cfgperl
47472            ! MANIFEST
47473 ____________________________________________________________________________
47474 [  6392] By: jhi                                   on 2000/07/13  23:32:25
47475         Log: The {multiplier} of a fixed substring was overlooked which
47476              caused a wrong initial search offset for that substring.
47477              
47478              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
47479              From: Hugo <hv@crypt.compulink.co.uk>
47480              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
47481              Date: Thu, 13 Jul 2000 19:27:13 +0100
47482      Branch: cfgperl
47483            ! regcomp.c t/op/re_tests
47484 ____________________________________________________________________________
47485 [  6391] By: jhi                                   on 2000/07/13  16:37:42
47486         Log: typo fix from Craig Berry
47487      Branch: cfgperl
47488            ! vms/subconfigure.com
47489 ____________________________________________________________________________
47490 [  6390] By: jhi                                   on 2000/07/13  13:20:12
47491         Log: Integrate with Sarathy.
47492      Branch: cfgperl
47493            - t/op/method2entersub.t
47494           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
47495           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
47496           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
47497           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
47498 ____________________________________________________________________________
47499 [  6389] By: jhi                                   on 2000/07/13  13:18:48
47500         Log: Detypo from Peter Prymmer, part of #6388.
47501      Branch: cfgperl
47502            ! Configure config_h.SH
47503      Branch: metaconfig
47504            ! U/modified/d_longlong.U
47505 ____________________________________________________________________________
47506 [  6388] By: gsar                                  on 2000/07/13  06:33:40
47507         Log: typos (spotted by Peter Prymmer)
47508      Branch: perl
47509            ! Configure t/lib/english.t
47510 ____________________________________________________________________________
47511 [  6387] By: gsar                                  on 2000/07/13  05:35:28
47512         Log: new selfloader.t in change#6183 doesn't close DATA handles,
47513              and thus fails to clean up tmp files on dosish platforms
47514      Branch: perl
47515            ! t/lib/selfloader.t
47516 ____________________________________________________________________________
47517 [  6386] By: gsar                                  on 2000/07/12  21:42:39
47518         Log: sprintf test tweaks (from Dominic Dunlop)
47519      Branch: perl
47520            ! t/op/sprintf.t
47521 ____________________________________________________________________________
47522 [  6385] By: gsar                                  on 2000/07/12  21:33:46
47523         Log: fix bugs in processing %v-*d and similar format specs (from
47524              Avi Finkel <avi@finkel.org>)
47525      Branch: perl
47526            ! sv.c t/op/sprintf.t
47527 ____________________________________________________________________________
47528 [  6384] By: gsar                                  on 2000/07/12  16:04:19
47529         Log: readd missing perldelta.pod changes from changes#6339,6376
47530      Branch: perl
47531            ! pod/perldelta.pod
47532 ____________________________________________________________________________
47533 [  6383] By: gsar                                  on 2000/07/12  16:00:51
47534         Log: don't clobber *.orig files on *clean targets
47535      Branch: perl
47536            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
47537 ____________________________________________________________________________
47538 [  6382] By: gsar                                  on 2000/07/12  07:59:12
47539         Log: fix broken integrations in cfgperl
47540      Branch: cfgperl
47541           !> Changes pod/perldelta.pod
47542 ____________________________________________________________________________
47543 [  6381] By: gsar                                  on 2000/07/12  07:42:17
47544         Log: integrate cfgperl changes into mainline
47545      Branch: perl
47546            ! Changes
47547           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
47548           !> pod/perlre.pod
47549 ____________________________________________________________________________
47550 [  6380] By: gsar                                  on 2000/07/12  07:31:00
47551         Log: get sprintf.t to adjust properly for 3-digit exponents
47552      Branch: perl
47553            ! t/op/sprintf.t
47554 ____________________________________________________________________________
47555 [  6379] By: gsar                                  on 2000/07/12  06:40:04
47556         Log: change#6174 needs corresponding change in win32/config_h.PL,
47557              which grovels through config_h.SH to find the config.h name
47558      Branch: perl
47559            ! win32/config_h.PL
47560 ____________________________________________________________________________
47561 [  6378] By: jhi                                   on 2000/07/12  05:03:59
47562         Log: Do the cc sanity check both before the hints and
47563              after the cc selction.
47564      Branch: cfgperl
47565            ! Configure config_h.SH
47566      Branch: metaconfig
47567            ! U/modified/Oldconfig.U U/modified/cc.U
47568      Branch: metaconfig/U/perl
47569            + Checkcc.U
47570 ____________________________________________________________________________
47571 [  6377] By: jhi                                   on 2000/07/12  02:49:22
47572         Log: Fix nits noticed by Boston.pm.
47573      Branch: cfgperl
47574            ! pod/perlre.pod
47575 ____________________________________________________________________________
47576 [  6376] By: jhi                                   on 2000/07/11  21:22:13
47577         Log: Configure cosmetics and perldelta.
47578      Branch: cfgperl
47579            ! Configure config_h.SH pod/perldelta.pod
47580      Branch: metaconfig
47581            ! U/modified/cc.U
47582 ____________________________________________________________________________
47583 [  6375] By: gsar                                  on 2000/07/11  21:17:35
47584         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
47585      Branch: perl
47586            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
47587            ! win32/win32sck.c
47588 ____________________________________________________________________________
47589 [  6374] By: gsar                                  on 2000/07/11  20:48:50
47590         Log: tweak for build failure under multiplicity
47591      Branch: perl
47592            ! toke.c
47593 ____________________________________________________________________________
47594 [  6373] By: gsar                                  on 2000/07/11  20:37:23
47595         Log: integrate cfgperl changes#6325..6373 into mainline
47596              (NOTE: today's batch of integrations still untested)
47597      Branch: perl
47598           +> ext/DynaLoader/hints/netbsd.pl
47599            ! Changes
47600           !> (integrate 26 files)
47601 ____________________________________________________________________________
47602 [  6372] By: jhi                                   on 2000/07/11  20:30:36
47603         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
47604              regen perltoc.
47605      Branch: cfgperl
47606            + pod/perlbook.pod
47607            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
47608            ! pod/perltoc.pod
47609 ____________________________________________________________________________
47610 [  6371] By: jhi                                   on 2000/07/11  20:08:56
47611         Log: Minor cleanups on the booklist.
47612      Branch: cfgperl
47613            ! pod/perlfaq2.pod
47614 ____________________________________________________________________________
47615 [  6370] By: jhi                                   on 2000/07/11  19:31:13
47616         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
47617      Branch: cfgperl
47618            ! t/pragma/overload.t
47619 ____________________________________________________________________________
47620 [  6369] By: gsar                                  on 2000/07/11  19:27:48
47621         Log: integrate cfgperl changes#6293..6324 into mainline
47622      Branch: perl
47623           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
47624            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
47625           !> (integrate 30 files)
47626 ____________________________________________________________________________
47627 [  6368] By: gsar                                  on 2000/07/11  19:18:57
47628         Log: skip integrate of problematic change#6292 from cfgperl into mainline
47629      Branch: perl
47630           !> pp_hot.c
47631 ____________________________________________________________________________
47632 [  6367] By: gsar                                  on 2000/07/11  19:17:21
47633         Log: integrate cfgperl changes#6288..6290 into mainline
47634      Branch: perl
47635           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
47636 ____________________________________________________________________________
47637 [  6366] By: gsar                                  on 2000/07/11  19:11:18
47638         Log: integrate cfgperl changes#6268..6282 into mainline
47639      Branch: perl
47640           !> (integrate 30 files)
47641 ____________________________________________________________________________
47642 [  6365] By: gsar                                  on 2000/07/11  18:57:00
47643         Log: delete new accidentally branched file
47644      Branch: perl
47645            - t/op/method2entersub.t
47646 ____________________________________________________________________________
47647 [  6364] By: gsar                                  on 2000/07/11  18:55:13
47648         Log: skip integrate of change#6267 from cfgperl into mainline (the
47649              method call optimization is flawed without additional hints
47650              from user about immutableness of @ISA and no runtime method
47651              definitions)
47652      Branch: perl
47653           +> t/op/method2entersub.t
47654           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
47655           !> perl.h t/op/sprintf.t xsutils.c
47656 ____________________________________________________________________________
47657 [  6363] By: gsar                                  on 2000/07/11  18:49:43
47658         Log: integrate cfgperl changes#6261..6266 into mainline
47659      Branch: perl
47660           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
47661           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
47662           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
47663           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
47664 ____________________________________________________________________________
47665 [  6362] By: gsar                                  on 2000/07/11  18:43:26
47666         Log: integrate cfgperl changes#6252..6260 into mainline
47667      Branch: perl
47668           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
47669           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
47670           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
47671           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
47672 ____________________________________________________________________________
47673 [  6361] By: gsar                                  on 2000/07/11  18:37:12
47674         Log: skip integrate of problematic change#6251 from cfgperl into mainline
47675      Branch: perl
47676           !> lib/Exporter.pm
47677 ____________________________________________________________________________
47678 [  6360] By: gsar                                  on 2000/07/11  18:34:56
47679         Log: integrate cfgperl change#6250 into mainline
47680      Branch: perl
47681           +> t/op/my_stash.t
47682           !> MANIFEST embed.pl proto.h toke.c
47683 ____________________________________________________________________________
47684 [  6359] By: gsar                                  on 2000/07/11  18:21:19
47685         Log: integrate cfgperl changes#6242..6249 into mainline
47686      Branch: perl
47687           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
47688           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
47689           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
47690           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
47691           !> t/lib/peek.t utf8.c
47692 ____________________________________________________________________________
47693 [  6358] By: gsar                                  on 2000/07/11  18:15:45
47694         Log: skip integrate of problematic change#6241 from cfgperl into mainline
47695      Branch: perl
47696           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
47697 ____________________________________________________________________________
47698 [  6357] By: jhi                                   on 2000/07/11  18:15:16
47699         Log: Fix for
47700              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
47701              From: Roderick Schertler <roderick@argon.org> 
47702              Date: Tue, 11 Jul 2000 13:55:05 -0400 
47703              Message-Id: <200007111755.NAA05077@jones.argon.org> 
47704      Branch: cfgperl
47705            ! doio.c
47706 ____________________________________________________________________________
47707 [  6356] By: jhi                                   on 2000/07/11  18:12:51
47708         Log: Typo in #6341.
47709      Branch: cfgperl
47710            ! pp_hot.c
47711 ____________________________________________________________________________
47712 [  6355] By: gsar                                  on 2000/07/11  18:12:10
47713         Log: integrate cfgperl changes#6231..6240 into mainline
47714      Branch: perl
47715           +> pod/perlutil.pod
47716           !> (integrate 35 files)
47717 ____________________________________________________________________________
47718 [  6354] By: jhi                                   on 2000/07/11  18:04:34
47719         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
47720              From: Dominic Dunlop <domo@computer.org> 
47721              Date: Tue, 11 Jul 2000 12:27:33 +0200 
47722              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
47723              
47724              Replaces change #6268.
47725      Branch: cfgperl
47726            ! t/op/sprintf.t
47727 ____________________________________________________________________________
47728 [  6353] By: gsar                                  on 2000/07/11  17:59:51
47729         Log: skip integrate of problematic change#6230 from cfgperl into mainline
47730              (a later version of File::Spec is already in mainline)
47731      Branch: perl
47732           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
47733           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
47734 ____________________________________________________________________________
47735 [  6352] By: gsar                                  on 2000/07/11  17:57:48
47736         Log: integrate cfgperl changes#6224..6229 into mainline
47737      Branch: perl
47738           +> lib/lib.pm.PL
47739            - lib/lib.pm
47740           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
47741           !> lib/English.pm op.c t/lib/english.t
47742 ____________________________________________________________________________
47743 [  6351] By: gsar                                  on 2000/07/11  17:50:10
47744         Log: skip integrate of problematic change#6223 from cfgperl into mainline
47745      Branch: perl
47746           !> doio.c
47747 ____________________________________________________________________________
47748 [  6350] By: gsar                                  on 2000/07/11  17:48:28
47749         Log: integrate cfgperl changes#6220..6222 into mainline
47750      Branch: perl
47751           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
47752           !> toke.c utf8.c win32/win32.h
47753 ____________________________________________________________________________
47754 [  6349] By: gsar                                  on 2000/07/11  17:46:13
47755         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
47756              mainline
47757      Branch: perl
47758           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
47759           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
47760           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
47761 ____________________________________________________________________________
47762 [  6348] By: jhi                                   on 2000/07/11  17:45:49
47763         Log: README.posix-bc podified from Thomas Dorner.
47764      Branch: cfgperl
47765            ! README.posix-bc
47766 ____________________________________________________________________________
47767 [  6347] By: gsar                                  on 2000/07/11  17:42:04
47768         Log: integrate cfgperl change#6217 into mainline
47769      Branch: perl
47770           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
47771           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
47772           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
47773 ____________________________________________________________________________
47774 [  6346] By: gsar                                  on 2000/07/11  17:39:37
47775         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
47776              mainline
47777      Branch: perl
47778           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
47779           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
47780           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
47781           !> perlapi.h pod/perlapi.pod
47782 ____________________________________________________________________________
47783 [  6345] By: gsar                                  on 2000/07/11  17:36:42
47784         Log: integrate cfgperl changes#6207..6210 into mainline
47785      Branch: perl
47786           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
47787           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
47788 ____________________________________________________________________________
47789 [  6344] By: gsar                                  on 2000/07/11  17:31:20
47790         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
47791              mainline
47792      Branch: perl
47793           !> (integrate 40 files)
47794 ____________________________________________________________________________
47795 [  6343] By: gsar                                  on 2000/07/11  17:19:08
47796         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
47797      Branch: perl
47798           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
47799            ! Changes
47800           !> (integrate 34 files)
47801 ____________________________________________________________________________
47802 [  6342] By: jhi                                   on 2000/07/11  16:05:48
47803         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
47804              To: perl5-porters@perl.org
47805              From: Karsten Sperling <spiff@phreax.net>
47806              Date: Mon, 10 Jul 2000 15:12:52 +0200
47807              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
47808      Branch: cfgperl
47809            ! lib/Symbol.pm
47810 ____________________________________________________________________________
47811 [  6341] By: jhi                                   on 2000/07/11  15:59:23
47812         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
47813              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47814              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
47815              Date: Fri, 07 Jul 2000 17:57:16 +0100
47816      Branch: cfgperl
47817            ! pp_hot.c
47818 ____________________________________________________________________________
47819 [  6340] By: jhi                                   on 2000/07/11  15:55:47
47820         Log: Subject: Re: format bug report  [Patch]
47821              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47822              Date: Wed, 05 Jul 2000 13:12:52 +0200
47823              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
47824              
47825              Subject: Re: format bug report  [Patch]
47826              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47827              Date: Wed, 05 Jul 2000 14:10:01 +0200
47828              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
47829      Branch: cfgperl
47830            ! t/op/write.t toke.c
47831 ____________________________________________________________________________
47832 [  6339] By: jhi                                   on 2000/07/11  13:54:09
47833         Log: Be less forgiving about ambiguous and illegal tr ranges.
47834              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
47835              From: Mark-Jason Dominus <mjd@plover.com>
47836              Date: Tue, 04 Jul 2000 10:00:12 -0400
47837              Message-ID: <20000704140012.17772.qmail@plover.com>
47838              
47839              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
47840              From: Mark-Jason Dominus <mjd@plover.com>
47841              Date: Wed, 05 Jul 2000 09:37:36 -0400
47842              Message-ID: <20000705133736.27293.qmail@plover.com>
47843      Branch: cfgperl
47844            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
47845 ____________________________________________________________________________
47846 [  6338] By: jhi                                   on 2000/07/11  13:31:24
47847         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
47848              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47849              Date: Tue, 11 Jul 2000 13:50:51 +0100
47850              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
47851      Branch: cfgperl
47852            ! sv.c
47853 ____________________________________________________________________________
47854 [  6337] By: jhi                                   on 2000/07/11  13:29:14
47855         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
47856              From: Hugo <hv@crypt.compulink.co.uk>
47857              Date: Tue, 11 Jul 2000 12:44:50 +0100
47858              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
47859      Branch: cfgperl
47860            ! regexec.c t/op/re_tests
47861 ____________________________________________________________________________
47862 [  6336] By: jhi                                   on 2000/07/11  13:26:47
47863         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
47864              From: simon@brecon.co.uk (Simon Cozens)
47865              Date: 7 Jul 2000 11:26:09 GMT
47866              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
47867      Branch: cfgperl
47868            ! mg.c
47869 ____________________________________________________________________________
47870 [  6335] By: jhi                                   on 2000/07/11  13:23:37
47871         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
47872              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
47873              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
47874              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
47875      Branch: cfgperl
47876            + ext/DynaLoader/hints/netbsd.pl
47877            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
47878 ____________________________________________________________________________
47879 [  6334] By: jhi                                   on 2000/07/11  13:20:38
47880         Log: Subject: PATCH perlguts.pod: Document D and d magic types
47881              From: mjd@plover.com
47882              Date: 5 Jul 2000 18:01:51 -0000
47883              Message-ID: <20000705180151.29413.qmail@plover.com>
47884      Branch: cfgperl
47885            ! pod/perlguts.pod
47886 ____________________________________________________________________________
47887 [  6333] By: jhi                                   on 2000/07/11  13:15:51
47888         Log: Precedence goof, fix based on
47889              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
47890              From: Hugo <hv@crypt.compulink.co.uk>
47891              Date: Tue, 11 Jul 2000 12:52:38 +0100
47892              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
47893      Branch: cfgperl
47894            ! t/op/taint.t
47895 ____________________________________________________________________________
47896 [  6332] By: jhi                                   on 2000/07/11  12:40:17
47897         Log: Integrate with Sarathy.
47898      Branch: cfgperl
47899           !> win32/win32sck.c
47900 ____________________________________________________________________________
47901 [  6331] By: jhi                                   on 2000/07/10  20:14:16
47902         Log: Sprinkle ldlibpath.
47903      Branch: cfgperl
47904            ! pod/Makefile.SH
47905 ____________________________________________________________________________
47906 [  6330] By: jhi                                   on 2000/07/10  17:54:49
47907         Log: More POSIX.pod tweaks.
47908      Branch: cfgperl
47909            ! ext/POSIX/POSIX.pod
47910 ____________________________________________________________________________
47911 [  6329] By: jhi                                   on 2000/07/10  14:02:12
47912         Log: Reorder perl.pod once more.
47913      Branch: cfgperl
47914            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
47915 ____________________________________________________________________________
47916 [  6328] By: gsar                                  on 2000/07/10  07:06:00
47917         Log: accept() leaks memory on windows due to incorrect ordering of
47918              closesocket() and fclose() calls
47919      Branch: perl
47920            ! win32/win32sck.c
47921 ____________________________________________________________________________
47922 [  6327] By: gsar                                  on 2000/07/10  06:49:17
47923         Log: winsock options weren't being set in all threads under ithreads
47924              (caused send()s from second and subsequent threads to fail)
47925      Branch: perl
47926            ! win32/win32sck.c
47927 ____________________________________________________________________________
47928 [  6326] By: jhi                                   on 2000/07/08  02:45:40
47929         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
47930              was cast to an unsigned (32-bit) integer with wild abandon.
47931      Branch: cfgperl
47932            ! ext/Devel/DProf/DProf.xs
47933 ____________________________________________________________________________
47934 [  6325] By: jhi                                   on 2000/07/07  18:50:33
47935         Log: Remove perlbook, update perlfaq book listing,
47936              rearrange perl.pod, regenerate perltoc.
47937      Branch: cfgperl
47938            - pod/perlbook.pod
47939            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
47940            ! pod/perlfaq2.pod pod/perltoc.pod
47941 ____________________________________________________________________________
47942 [  6324] By: jhi                                   on 2000/07/07  14:03:40
47943         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
47944      Branch: cfgperl
47945            ! sv.h toke.c
47946 ____________________________________________________________________________
47947 [  6323] By: jhi                                   on 2000/07/06  16:03:55
47948         Log: Fix complaints of buildtoc.
47949      Branch: cfgperl
47950            + lib/Win32.pod
47951            - pod/Win32.pod
47952            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
47953 ____________________________________________________________________________
47954 [  6322] By: jhi                                   on 2000/07/06  15:15:52
47955         Log: Add =head1 NAMEs so that buildtoc is happy.
47956              (The CGI::Util nit reported to Lincoln.)
47957      Branch: cfgperl
47958            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
47959            ! pod/perltoc.pod
47960 ____________________________________________________________________________
47961 [  6321] By: jhi                                   on 2000/07/06  03:16:04
47962         Log: Config is being used.
47963      Branch: cfgperl
47964            ! t/op/method.t
47965 ____________________________________________________________________________
47966 [  6320] By: jhi                                   on 2000/07/06  03:13:13
47967         Log: Integrate with Sarathy.
47968      Branch: cfgperl
47969           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
47970 ____________________________________________________________________________
47971 [  6319] By: jhi                                   on 2000/07/06  03:11:46
47972         Log: Autogenerate pod/Makefile and pod/buildtoc.
47973              buildtoc also checks whether the existin pods are
47974              mentioned in MANIFEST and perl.pod, and vice versa.
47975              (None of the thusly found discrepancies fixed yet.)
47976              roffitall also needs to be autogenerated similarly but it
47977              seems so badly out of date that I didn't touch it yet.
47978      Branch: cfgperl
47979            + pod/Makefile.SH pod/buildtoc.PL
47980            - pod/Makefile pod/buildtoc
47981            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
47982 ____________________________________________________________________________
47983 [  6318] By: gsar                                  on 2000/07/05  22:10:54
47984         Log: fix UNC path handling on Windows under ithreads, and chdir()
47985              return value when given a non-existent directory
47986      Branch: perl
47987            ! win32/vdir.h
47988 ____________________________________________________________________________
47989 [  6317] By: gsar                                  on 2000/07/05  22:08:19
47990         Log: winsock cleanup never done on Windows (leads to handle leaks)
47991      Branch: perl
47992            ! win32/perllib.c win32/win32sck.c
47993 ____________________________________________________________________________
47994 [  6316] By: gsar                                  on 2000/07/05  22:06:19
47995         Log: some debugger output does not go to the socket when RemotePort is set
47996      Branch: perl
47997            ! lib/perl5db.pl
47998 ____________________________________________________________________________
47999 [  6315] By: jhi                                   on 2000/07/05  00:25:21
48000         Log: Integrate with Sarathy, preliminary fix for unicos
48001              alignment problems in [ID 20000612.002] Perl problem on Cray system.
48002      Branch: cfgperl
48003            ! sv.h
48004           !> pp_hot.c
48005 ____________________________________________________________________________
48006 [  6314] By: gsar                                  on 2000/07/04  23:34:02
48007         Log: tyop in change#6306
48008      Branch: perl
48009            ! pp_hot.c
48010 ____________________________________________________________________________
48011 [  6313] By: jhi                                   on 2000/07/04  22:14:38
48012         Log: Multiline string literals ENONPORTABLE.
48013      Branch: cfgperl
48014            ! pp_hot.c
48015 ____________________________________________________________________________
48016 [  6312] By: jhi                                   on 2000/07/04  20:34:44
48017         Log: Integrate with Sarathy.
48018      Branch: cfgperl
48019           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
48020           !> t/op/method.t
48021 ____________________________________________________________________________
48022 [  6311] By: jhi                                   on 2000/07/04  20:30:56
48023         Log: More POSIX.pod embellishment.
48024      Branch: cfgperl
48025            ! ext/POSIX/POSIX.pod
48026 ____________________________________________________________________________
48027 [  6310] By: gsar                                  on 2000/07/04  17:28:48
48028         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
48029      Branch: perl
48030            ! t/lib/b.t
48031 ____________________________________________________________________________
48032 [  6309] By: jhi                                   on 2000/07/04  17:22:18
48033         Log: The #6308 required a little bit more.
48034      Branch: cfgperl
48035            ! Makefile.SH win32/Makefile
48036 ____________________________________________________________________________
48037 [  6308] By: jhi                                   on 2000/07/04  16:35:24
48038         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
48039      Branch: cfgperl
48040            + lib/lib_pm.PL
48041            - lib/lib.pm.PL
48042            ! MANIFEST Makefile.SH
48043 ____________________________________________________________________________
48044 [  6307] By: jhi                                   on 2000/07/04  16:28:58
48045         Log: Win32 patches for cfgperl from Sarathy.
48046      Branch: cfgperl
48047            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
48048            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
48049            ! thread.h toke.c util.c win32/Makefile win32/win32.c
48050 ____________________________________________________________________________
48051 [  6306] By: gsar                                  on 2000/07/04  16:28:40
48052         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
48053              (from Richard Soderberg <rs@oregonnet.com>)
48054      Branch: perl
48055            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
48056 ____________________________________________________________________________
48057 [  6305] By: jhi                                   on 2000/07/04  16:24:24
48058         Log: Integrate with Sarathy.
48059      Branch: cfgperl
48060           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
48061           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
48062           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
48063           !> proto.h win32/win32.c
48064 ____________________________________________________________________________
48065 [  6304] By: gsar                                  on 2000/07/04  16:17:24
48066         Log: missing perldiag entry for unpack("w",...) diagnostic (from
48067              Andreas Koenig)
48068      Branch: perl
48069            ! pod/perldiag.pod
48070 ____________________________________________________________________________
48071 [  6303] By: gsar                                  on 2000/07/04  16:14:44
48072         Log: remove rel2abs prototypes (from Barrie Slaymaker)
48073      Branch: perl
48074            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
48075            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
48076 ____________________________________________________________________________
48077 [  6302] By: gsar                                  on 2000/07/04  04:59:35
48078         Log: adjust change#6299
48079      Branch: perl
48080            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
48081            ! win32/win32.c
48082 ____________________________________________________________________________
48083 [  6301] By: jhi                                   on 2000/07/04  04:50:07
48084         Log: Integrate with Sarathy.
48085      Branch: cfgperl
48086           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
48087           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
48088           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
48089 ____________________________________________________________________________
48090 [  6300] By: gsar                                  on 2000/07/04  04:42:09
48091         Log: PERL_OBJECT build tweak
48092      Branch: perl
48093            ! perl.h
48094 ____________________________________________________________________________
48095 [  6299] By: gsar                                  on 2000/07/04  04:37:00
48096         Log: fix memory leak on Windows (PL_sys_intern contents were never
48097              freed)
48098      Branch: perl
48099            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
48100            ! perlapi.c proto.h win32/win32.c
48101 ____________________________________________________________________________
48102 [  6298] By: gsar                                  on 2000/07/04  04:15:59
48103         Log: fix large memory leak that has been around for ever, masked by
48104              -DPURIFY (most of the arenas were never freed!)
48105      Branch: perl
48106            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
48107 ____________________________________________________________________________
48108 [  6297] By: gsar                                  on 2000/07/04  04:07:46
48109         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
48110      Branch: perl
48111            ! perl.c
48112 ____________________________________________________________________________
48113 [  6296] By: jhi                                   on 2000/06/30  18:28:37
48114         Log: Elaborate POSIX.pod.  Still needs work.
48115      Branch: cfgperl
48116            ! ext/POSIX/POSIX.pod
48117 ____________________________________________________________________________
48118 [  6295] By: jhi                                   on 2000/06/30  14:58:18
48119         Log: Point to perlipc for more SysV IPC examples.
48120      Branch: cfgperl
48121            ! pod/perlfunc.pod
48122 ____________________________________________________________________________
48123 [  6294] By: gsar                                  on 2000/06/30  14:47:45
48124         Log: slurp mode fix in change#4736 still not quite right
48125      Branch: perl
48126            ! pp_hot.c t/io/argv.t
48127 ____________________________________________________________________________
48128 [  6293] By: jhi                                   on 2000/06/30  12:02:55
48129         Log: Integrate with Sarathy.
48130      Branch: cfgperl
48131           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
48132 ____________________________________________________________________________
48133 [  6292] By: jhi                                   on 2000/06/30  12:01:11
48134         Log: From: simon@brecon.co.uk (Simon Cozens)
48135              Subject: UTF8 concat
48136              Date: 30 Jun 2000 06:13:25 GMT
48137              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
48138      Branch: cfgperl
48139            ! pp_hot.c
48140 ____________________________________________________________________________
48141 [  6291] By: gsar                                  on 2000/06/30  04:37:33
48142         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
48143              when @_ is modified, causing coredumps
48144      Branch: perl
48145            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
48146 ____________________________________________________________________________
48147 [  6290] By: jhi                                   on 2000/06/30  02:21:44
48148         Log: Integrate with Sarathy.
48149      Branch: cfgperl
48150           !> vms/vms.c vms/vmsish.h
48151 ____________________________________________________________________________
48152 [  6289] By: jhi                                   on 2000/06/30  02:21:02
48153         Log: Check VERSIONs.
48154      Branch: cfgperl
48155            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
48156            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
48157            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
48158 ____________________________________________________________________________
48159 [  6288] By: jhi                                   on 2000/06/30  02:18:52
48160         Log: Integrate with Sarathy.
48161      Branch: cfgperl
48162           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
48163           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
48164           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
48165           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
48166 ____________________________________________________________________________
48167 [  6287] By: gsar                                  on 2000/06/30  02:17:08
48168         Log: integrate vmsperl changes into mainline
48169      Branch: perl
48170           !> vms/vms.c vms/vmsish.h
48171 ____________________________________________________________________________
48172 [  6285] By: gsar                                  on 2000/06/30  02:05:28
48173         Log: localize %INC in a Safe compartment so that use/require work
48174              (many other magic globals probably need similar treatment)
48175      Branch: perl
48176            ! ext/Opcode/Opcode.xs
48177 ____________________________________________________________________________
48178 [  6284] By: gsar                                  on 2000/06/30  01:54:54
48179         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
48180              about Windows
48181      Branch: perl
48182            ! pod/perlembed.pod
48183 ____________________________________________________________________________
48184 [  6283] By: jhi                                   on 2000/06/30  01:50:10
48185         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
48186              From: Barrie Slaymaker <barries@jester.slaysys.com>
48187              Date: Wed, 28 Jun 2000 11:35:29 -0400
48188              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
48189      Branch: perl
48190            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
48191            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
48192            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
48193            ! lib/File/Spec/Win32.pm
48194 ____________________________________________________________________________
48195 [  6282] By: jhi                                   on 2000/06/29  22:57:22
48196         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
48197              From: Dan Sugalski <dan@sidhe.org>
48198              Date: Tue, 06 Jun 2000 11:59:50 -0400
48199              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
48200      Branch: cfgperl
48201            ! vms/vms.c
48202 ____________________________________________________________________________
48203 [  6281] By: jhi                                   on 2000/06/29  22:52:50
48204         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
48205              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
48206              Date: Wed, 7 Jun 2000 04:02:04 -0500
48207              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
48208      Branch: cfgperl
48209            ! utils/h2xs.PL
48210 ____________________________________________________________________________
48211 [  6280] By: jhi                                   on 2000/06/29  22:45:47
48212         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
48213              From: rspier@pobox.com (Robert Spier)
48214              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
48215              Message-ID: <14654.31913.845602.610277@rls.cx>
48216      Branch: cfgperl
48217            ! utils/h2xs.PL
48218 ____________________________________________________________________________
48219 [  6279] By: jhi                                   on 2000/06/29  22:38:16
48220         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
48221              From: Tim Ayers <tayers@bridge.com>
48222              Date: Thu, 08 Jun 2000 08:11:06 +0200
48223              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
48224              [resent by Richard Foley, Message-Id probably wrong]
48225      Branch: cfgperl
48226            ! pod/perlsub.pod
48227 ____________________________________________________________________________
48228 [  6278] By: jhi                                   on 2000/06/29  22:21:45
48229         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
48230              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
48231              Date: Fri, 09 Jun 2000 12:39:27 -0400
48232              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
48233              (plus update the version "number" of Text::Wrap)
48234      Branch: cfgperl
48235            ! lib/Text/Wrap.pm
48236 ____________________________________________________________________________
48237 [  6277] By: jhi                                   on 2000/06/29  22:13:10
48238         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
48239              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48240              Date: Mon, 12 Jun 2000 14:55:59 +0100
48241              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
48242      Branch: cfgperl
48243            ! pod/perlfunc.pod
48244 ____________________________________________________________________________
48245 [  6276] By: jhi                                   on 2000/06/29  22:11:06
48246         Log: Subject: [PATCH] Re: eval documentation: context
48247              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48248              Date: Mon, 12 Jun 2000 15:07:29 +0100
48249              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
48250      Branch: cfgperl
48251            ! pod/perlfunc.pod
48252 ____________________________________________________________________________
48253 [  6275] By: jhi                                   on 2000/06/29  21:59:46
48254         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
48255              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
48256              Date: Tue, 13 Jun 2000 02:43:48 -0500
48257              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
48258      Branch: cfgperl
48259            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
48260 ____________________________________________________________________________
48261 [  6274] By: jhi                                   on 2000/06/29  21:56:14
48262         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
48263              From: Andy Dougherty <doughera@lafayette.edu>
48264              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
48265              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
48266      Branch: cfgperl
48267            ! ext/File/Glob/Glob.pm
48268 ____________________________________________________________________________
48269 [  6273] By: jhi                                   on 2000/06/29  21:49:09
48270         Log: Subject: [PATCH] xsub attributes
48271              From: Doug MacEachern <dougm@covalent.net>
48272              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
48273              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
48274      Branch: cfgperl
48275            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
48276            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
48277 ____________________________________________________________________________
48278 [  6272] By: jhi                                   on 2000/06/29  21:41:28
48279         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
48280              From: Tom Phoenix <rootbeer@redcat.com>
48281              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
48282              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
48283      Branch: cfgperl
48284            ! lib/Net/Ping.pm
48285 ____________________________________________________________________________
48286 [  6271] By: jhi                                   on 2000/06/29  21:36:55
48287         Log: Subject: PATCH pod/perltie.pod
48288              From: Ian Phillipps <Ian.Phillipps@iname.com>
48289              Date: Fri, 16 Jun 2000 00:17:19 +0100
48290              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
48291              (only the first hunk, the second hunk had already been done
48292              by some other patch)
48293      Branch: cfgperl
48294            ! pod/perltie.pod
48295 ____________________________________________________________________________
48296 [  6270] By: jhi                                   on 2000/06/29  21:24:51
48297         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
48298              From: Nicholas Clark <nick@talking.bollo.cx>
48299              Date: Fri, 23 Jun 2000 16:21:15 +0100
48300              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
48301      Branch: cfgperl
48302            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
48303            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
48304 ____________________________________________________________________________
48305 [  6269] By: jhi                                   on 2000/06/29  19:38:15
48306         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
48307              silence few compiler warnings.
48308      Branch: cfgperl
48309            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
48310 ____________________________________________________________________________
48311 [  6268] By: jhi                                   on 2000/06/29  18:21:50
48312         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
48313              From: Dominic Dunlop <domo@computer.org> 
48314              Date: Thu, 29 Jun 2000 12:32:39 +0200 
48315              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
48316      Branch: cfgperl
48317            ! t/op/sprintf.t
48318 ____________________________________________________________________________
48319 [  6267] By: jhi                                   on 2000/06/29  18:16:07
48320         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
48321              From: Doug MacEachern <dougm@covalent.net>
48322              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
48323              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
48324      Branch: cfgperl
48325            + t/op/method2entersub.t
48326            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
48327            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
48328            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
48329            ! xsutils.c
48330 ____________________________________________________________________________
48331 [  6266] By: jhi                                   on 2000/06/29  15:11:15
48332         Log: Subject: [PATCH 5.6.0] cygwin port
48333              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
48334              From: "Fifer, Eric" <EFifer@sanwaint.com>
48335              Date: Thu, 29 Jun 2000 12:58:29 +0100
48336      Branch: cfgperl
48337            ! cygwin/Makefile.SHs
48338 ____________________________________________________________________________
48339 [  6265] By: jhi                                   on 2000/06/29  15:04:05
48340         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
48341              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48342              Date: Wed, 28 Jun 2000 17:50:12 -0700
48343              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
48344      Branch: cfgperl
48345            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
48346 ____________________________________________________________________________
48347 [  6264] By: jhi                                   on 2000/06/29  15:00:57
48348         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
48349              From: Marty Lucich <marty@netcom.com>
48350              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
48351              Message-Id: <200006282116.OAA11148@netcom.com>
48352              ccdlflags update (the BSD/OS 4.1 part had already been taken
48353              care of by #6141).
48354      Branch: cfgperl
48355            ! hints/bsdos.sh
48356 ____________________________________________________________________________
48357 [  6263] By: jhi                                   on 2000/06/29  13:47:44
48358         Log: tr fixes from Simon Cozens
48359      Branch: cfgperl
48360            ! doop.c
48361 ____________________________________________________________________________
48362 [  6262] By: jhi                                   on 2000/06/28  18:46:01
48363         Log: Subject: 5.6.0 Patch for EPOC
48364              From: Olaf Flebbe <o.flebbe@gmx.de>
48365              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
48366              Message-ID: <23449.960929969@www11.gmx.net>
48367      Branch: cfgperl
48368            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
48369            ! epoc/epocish.h
48370 ____________________________________________________________________________
48371 [  6261] By: jhi                                   on 2000/06/28  18:29:07
48372         Log: Subject: Re: [PATCH cfgperl] BOMs away!
48373              From: simon@brecon.co.uk (Simon Cozens)
48374              Date: 17 Jun 2000 11:49:57 GMT
48375              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
48376      Branch: cfgperl
48377            ! pod/perldiag.pod t/comp/require.t toke.c
48378 ____________________________________________________________________________
48379 [  6260] By: jhi                                   on 2000/06/28  17:47:16
48380         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
48381              From: simon@brecon.co.uk (Simon Cozens) 
48382              Date: 17 Jun 2000 11:56:44 GMT 
48383              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
48384              pack U0, pack C0
48385      Branch: cfgperl
48386            ! pod/perlfunc.pod pp.c t/op/pack.t
48387 ____________________________________________________________________________
48388 [  6259] By: jhi                                   on 2000/06/28  16:43:17
48389         Log: perlnewmod was missing from MANIFEST.
48390      Branch: cfgperl
48391            ! MANIFEST
48392 ____________________________________________________________________________
48393 [  6258] By: jhi                                   on 2000/06/28  15:54:30
48394         Log: linenumber tweak
48395      Branch: cfgperl
48396            ! t/pragma/warn/regcomp
48397 ____________________________________________________________________________
48398 [  6257] By: jhi                                   on 2000/06/28  15:50:44
48399         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
48400              From: Doug MacEachern <dougm@covalent.net>
48401              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
48402              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
48403              (one part of the patch had been applied earlier)
48404      Branch: cfgperl
48405            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
48406 ____________________________________________________________________________
48407 [  6256] By: jhi                                   on 2000/06/28  15:40:22
48408         Log: tweaks from Simon Cozens to further fix tr/// under utf8
48409      Branch: cfgperl
48410            ! doop.c
48411 ____________________________________________________________________________
48412 [  6255] By: jhi                                   on 2000/06/28  15:33:45
48413         Log: small thinko tweaks
48414      Branch: cfgperl
48415            ! lib/IPC/Open3.pm t/op/my_stash.t
48416 ____________________________________________________________________________
48417 [  6254] By: jhi                                   on 2000/06/28  15:33:25
48418         Log: Subject: tr///, help wanted.
48419              From: simon@brecon.co.uk (Simon Cozens)
48420              Date: 28 Jun 2000 11:29:04 GMT
48421              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
48422      Branch: cfgperl
48423            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
48424            ! pp_proto.h proto.h t/op/tr.t
48425 ____________________________________________________________________________
48426 [  6253] By: jhi                                   on 2000/06/28  15:09:17
48427         Log: Paranoia tweak on #6249.
48428              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
48429              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
48430              Date: Sun, 25 Jun 2000 23:43:12 -0400
48431              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
48432      Branch: cfgperl
48433            ! lib/IPC/Open3.pm
48434 ____________________________________________________________________________
48435 [  6252] By: jhi                                   on 2000/06/28  15:01:38
48436         Log: Document #6249 and #6251.
48437      Branch: cfgperl
48438            ! lib/Exporter.pm lib/IPC/Open3.pm
48439 ____________________________________________________________________________
48440 [  6251] By: jhi                                   on 2000/06/28  14:50:43
48441         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
48442              From: Doug MacEachern <dougm@covalent.net>
48443              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
48444              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
48445      Branch: cfgperl
48446            ! lib/Exporter.pm
48447 ____________________________________________________________________________
48448 [  6250] By: jhi                                   on 2000/06/28  14:45:23
48449         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
48450              From: Doug MacEachern <dougm@covalent.net>
48451              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
48452              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
48453      Branch: cfgperl
48454            + t/op/my_stash.t
48455            ! MANIFEST embed.pl global.sym proto.h toke.c
48456 ____________________________________________________________________________
48457 [  6249] By: jhi                                   on 2000/06/28  14:36:34
48458         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
48459              From: Frank Tobin <ftobin@uiuc.edu>
48460              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
48461              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
48462      Branch: cfgperl
48463            ! lib/IPC/Open3.pm
48464 ____________________________________________________________________________
48465 [  6248] By: jhi                                   on 2000/06/28  14:11:25
48466         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
48467              From: Mark-Jason Dominus <mjd@plover.com>
48468              Date: Tue, 27 Jun 2000 22:36:42 -0400
48469              Message-ID: <20000628023642.12166.qmail@plover.com>
48470      Branch: cfgperl
48471            ! pod/perlfunc.pod
48472 ____________________________________________________________________________
48473 [  6247] By: jhi                                   on 2000/06/27  12:46:37
48474         Log: Tweak $VERSION, patch from Doug MacEachern.
48475      Branch: cfgperl
48476            ! lib/File/Spec.pm
48477 ____________________________________________________________________________
48478 [  6246] By: jhi                                   on 2000/06/27  03:34:46
48479         Log: Allow for standalone testing.
48480      Branch: cfgperl
48481            ! t/lib/filefunc.t t/lib/filespec.t
48482 ____________________________________________________________________________
48483 [  6245] By: jhi                                   on 2000/06/27  02:50:02
48484         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
48485              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
48486              Date: Sat, 24 Jun 2000 13:06:20 +0100
48487              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
48488      Branch: cfgperl
48489            ! ext/DynaLoader/DynaLoader_pm.PL
48490 ____________________________________________________________________________
48491 [  6244] By: jhi                                   on 2000/06/27  02:46:10
48492         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
48493              From: Doug MacEachern <dougm@covalent.net>
48494              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
48495              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
48496      Branch: cfgperl
48497            ! gv.c sv.c t/lib/peek.t
48498 ____________________________________________________________________________
48499 [  6243] By: jhi                                   on 2000/06/27  02:38:07
48500         Log: Subject: [PATCH] is_utf8_string
48501              From: simon@brecon.co.uk (Simon Cozens)
48502              Date: 26 Jun 2000 02:25:59 GMT
48503              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
48504      Branch: cfgperl
48505            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
48506            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
48507            ! proto.h utf8.c
48508 ____________________________________________________________________________
48509 [  6242] By: jhi                                   on 2000/06/27  02:24:00
48510         Log: Subject: [PATCH] bytes<->utf8 fixes
48511              From: simon@brecon.co.uk (Simon Cozens)
48512              Date: 26 Jun 2000 04:55:45 GMT
48513              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
48514      Branch: cfgperl
48515            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
48516 ____________________________________________________________________________
48517 [  6241] By: jhi                                   on 2000/06/27  02:12:42
48518         Log: Do no -warn on \_, only on \alpha.
48519              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
48520              From: David Dyck <dcd@tc.fluke.com>
48521              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
48522              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
48523      Branch: cfgperl
48524            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
48525 ____________________________________________________________________________
48526 [  6240] By: jhi                                   on 2000/06/27  02:00:01
48527         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
48528              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
48529              Date: Mon, 26 Jun 2000 18:40:14 +0100
48530              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
48531      Branch: cfgperl
48532            ! utils/h2xs.PL
48533 ____________________________________________________________________________
48534 [  6239] By: jhi                                   on 2000/06/27  01:53:40
48535         Log: Configure maintenance.  Sever some dependency cycles,
48536              separate gccversion from the cc unit,
48537              address [ID 20000623.006] Configure script patch for using gcc on AIX
48538              (but solve it a little bit differently),
48539              unduplex some accidentally duplicated units,
48540              suggest using gcc if no cc available
48541              (p5p thread: "Solaris configure: counterproposal", 1999-09)
48542      Branch: cfgperl
48543            ! Configure Todo-5.6 config_h.SH
48544      Branch: metaconfig
48545            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
48546            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
48547      Branch: metaconfig/U/perl
48548            + gccvers.U
48549            ! d_getespwnam.U d_getprpwnam.U i_prot.U
48550 ____________________________________________________________________________
48551 [  6238] By: jhi                                   on 2000/06/25  18:04:56
48552         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
48553              From: Dan Sugalski <dan@sidhe.org>
48554              Date: Fri, 23 Jun 2000 17:00:00 -0400
48555              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
48556      Branch: cfgperl
48557            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
48558 ____________________________________________________________________________
48559 [  6237] By: jhi                                   on 2000/06/25  16:36:45
48560         Log: Tweak embed.pl, regen headers.
48561      Branch: cfgperl
48562            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
48563            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
48564            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
48565            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
48566            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
48567 ____________________________________________________________________________
48568 [  6236] By: jhi                                   on 2000/06/25  15:26:42
48569         Log: Regen headers.
48570      Branch: cfgperl
48571            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
48572            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
48573            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
48574            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
48575            ! regnodes.h warnings.h
48576 ____________________________________________________________________________
48577 [  6235] By: jhi                                   on 2000/06/23  19:39:35
48578         Log: The thread begun by
48579              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
48580              From: Kevin.Ruscoe@ubsw.com
48581              Date: Fri, 16 Jun 2000 16:38:51 +0100
48582              Message-Id: <H000019b03c300d6@MHS>
48583      Branch: cfgperl
48584            ! hints/solaris_2.sh
48585 ____________________________________________________________________________
48586 [  6234] By: jhi                                   on 2000/06/23  19:23:36
48587         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
48588              because when run as services (Win32ese for daemons)
48589              no environment variables are set and tmpdir ends up as /tmp,
48590              which is ambiguous.
48591              
48592              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
48593              From: matt@sergeant.org
48594              Date: 16 Jun 2000 16:30:43 -0000
48595              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
48596      Branch: cfgperl
48597            ! lib/File/Spec/Win32.pm
48598 ____________________________________________________________________________
48599 [  6233] By: jhi                                   on 2000/06/23  19:18:58
48600         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
48601              From: Mark-Jason Dominus <mjd@plover.com>
48602              Date: Fri, 16 Jun 2000 20:53:04 -0400
48603              Message-ID: <20000617005304.8008.qmail@plover.com>
48604      Branch: cfgperl
48605            ! op.h
48606 ____________________________________________________________________________
48607 [  6232] By: jhi                                   on 2000/06/23  16:10:02
48608         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
48609              From: simon@brecon.co.uk (Simon Cozens)
48610              Date: 19 Jun 2000 15:18:27 GMT
48611              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
48612              
48613              plus update pod/Makefile and regenerate perltoc
48614      Branch: cfgperl
48615            + pod/perlutil.pod
48616            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
48617 ____________________________________________________________________________
48618 [  6231] By: jhi                                   on 2000/06/23  15:19:18
48619         Log: Subject: [PATCH 5.6.0] cygwin port
48620              From: "Fifer, Eric" <EFifer@sanwaint.com>
48621              Date: Tue, 20 Jun 2000 14:30:58 +0100
48622              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
48623      Branch: cfgperl
48624            ! README.cygwin lib/File/Find.pm
48625 ____________________________________________________________________________
48626 [  6230] By: jhi                                   on 2000/06/23  14:25:21
48627         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
48628      Branch: cfgperl
48629            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
48630            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
48631            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
48632            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
48633 ____________________________________________________________________________
48634 [  6229] By: jhi                                   on 2000/06/23  14:13:34
48635         Log: Subject: README.hpux version 0.6.1
48636              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
48637              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
48638              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
48639      Branch: cfgperl
48640            ! README.hpux
48641 ____________________________________________________________________________
48642 [  6228] By: jhi                                   on 2000/06/23  14:07:20
48643         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
48644              From: Doug MacEachern <dougm@covalent.net>
48645              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
48646              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
48647      Branch: cfgperl
48648            ! op.c
48649 ____________________________________________________________________________
48650 [  6227] By: jhi                                   on 2000/06/23  14:01:06
48651         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
48652              From: Doug MacEachern <dougm@covalent.net>
48653              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
48654              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
48655      Branch: cfgperl
48656            + lib/lib.pm.PL
48657            - lib/lib.pm
48658            ! MANIFEST Makefile.SH
48659 ____________________________________________________________________________
48660 [  6226] By: jhi                                   on 2000/06/23  13:53:07
48661         Log: Subject: [PATCH] remove forward declarations in Socket.pm
48662              From: Doug MacEachern <dougm@covalent.net>
48663              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
48664              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
48665              
48666              From: Doug MacEachern <dougm@covalent.net>
48667              Subject: Re: [PATCH] remove forward declarations in Socket.pm
48668              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
48669              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
48670      Branch: cfgperl
48671            ! ext/Socket/Socket.pm op.c
48672 ____________________________________________________________________________
48673 [  6225] By: jhi                                   on 2000/06/23  13:41:52
48674         Log: Add source code filenames to apidoc.
48675              From: simon@brecon.co.uk (Simon Cozens)
48676              Subject: [PATCH embed.pl] Source X-ref
48677              Date: 22 Jun 2000 02:18:49 GMT
48678              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
48679      Branch: cfgperl
48680            ! embed.pl
48681 ____________________________________________________________________________
48682 [  6224] By: jhi                                   on 2000/06/23  13:32:33
48683         Log: A way to avoid English.pm performance hit.
48684              From: root <root@jester.slaysys.com>
48685              Subject: [YAPATCH English.pm] My turn to putt again
48686              Date: Thu, 22 Jun 2000 20:33:58 -0400
48687              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
48688      Branch: cfgperl
48689            ! lib/English.pm t/lib/english.t
48690 ____________________________________________________________________________
48691 [  6223] By: jhi                                   on 2000/06/23  13:27:06
48692         Log: Avoid double close().
48693              Subject: [PATCH] avoid double close()
48694              From: Doug MacEachern <dougm@covalent.net>
48695              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
48696              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
48697      Branch: cfgperl
48698            ! doio.c
48699 ____________________________________________________________________________
48700 [  6222] By: jhi                                   on 2000/06/23  13:25:54
48701         Log: doc typo fix
48702              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
48703              From: Ian Phillipps <Ian.Phillipps@iname.com>
48704              Date: Fri, 23 Jun 2000 10:40:58 +0100
48705              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
48706      Branch: cfgperl
48707            ! lib/Pod/Usage.pm
48708 ____________________________________________________________________________
48709 [  6221] By: jhi                                   on 2000/06/23  13:24:15
48710         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
48711              From: simon@brecon.co.uk (Simon Cozens)
48712              Subject: [PATCH] Eliminate tr///[CU][CU]
48713              Date: 23 Jun 2000 11:05:40 GMT
48714              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
48715      Branch: cfgperl
48716            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
48717 ____________________________________________________________________________
48718 [  6220] By: jhi                                   on 2000/06/22  16:07:51
48719         Log: Win32 patches from Benjamin Stuhl.
48720      Branch: cfgperl
48721            ! makedef.pl win32/win32.h
48722 ____________________________________________________________________________
48723 [  6219] By: jhi                                   on 2000/06/22  16:06:34
48724         Log: Bytecode patches from Benjamin Stuhl.
48725      Branch: cfgperl
48726            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
48727            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
48728            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
48729 ____________________________________________________________________________
48730 [  6218] By: jhi                                   on 2000/06/15  23:54:16
48731         Log: Bytecode patches from Benjamin Stuhl.
48732      Branch: cfgperl
48733            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
48734 ____________________________________________________________________________
48735 [  6217] By: jhi                                   on 2000/06/09  13:38:29
48736         Log: Rename the fdpid locking and integrate with Sarathy.
48737      Branch: cfgperl
48738            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
48739            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
48740            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
48741            ! win32/win32.c
48742           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
48743 ____________________________________________________________________________
48744 [  6216] By: gsar                                  on 2000/06/08  14:54:21
48745         Log: be more optimal about clearing @_
48746      Branch: perl
48747            ! cop.h
48748 ____________________________________________________________________________
48749 [  6215] By: gsar                                  on 2000/06/08  14:33:04
48750         Log: tweak comment about @DB::args
48751      Branch: perl
48752            ! av.h pp_ctl.c
48753 ____________________________________________________________________________
48754 [  6214] By: gsar                                  on 2000/06/08  13:57:54
48755         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
48756              caller() wants to populate @DB::args with it (causes a coredump
48757              in Carp::confess())
48758      Branch: perl
48759            ! cop.h t/op/runlevel.t
48760 ____________________________________________________________________________
48761 [  6213] By: gsar                                  on 2000/06/08  07:06:35
48762         Log: back out change#6106 (seems problematic)
48763      Branch: perl
48764            ! hints/solaris_2.sh
48765 ____________________________________________________________________________
48766 [  6212] By: jhi                                   on 2000/06/07  03:10:36
48767         Log: Continuing mopup for #6204.
48768      Branch: cfgperl
48769            ! ext/B/defsubs_h.PL
48770 ____________________________________________________________________________
48771 [  6211] By: jhi                                   on 2000/06/07  02:41:50
48772         Log: Mopup for #6204.
48773              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
48774              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
48775              This is comes from const() where POK isn't on when expected.
48776      Branch: cfgperl
48777            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
48778            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
48779            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
48780            ! perlapi.h pod/perlapi.pod
48781 ____________________________________________________________________________
48782 [  6210] By: jhi                                   on 2000/06/07  01:56:29
48783         Log: Mopup for #6207 and #6209.
48784      Branch: cfgperl
48785            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
48786 ____________________________________________________________________________
48787 [  6209] By: jhi                                   on 2000/06/07  01:33:12
48788         Log: Lock PL_fdpid against race conditions, based on:
48789              Subject: [PATCH 5.6.0]subprocess fixup for threads
48790              From: Dan Sugalski <dan@sidhe.org>
48791              To: perl5-porters@perl.org
48792              Date: Tue, 11 Apr 2000 17:02:32 -0400
48793              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
48794      Branch: cfgperl
48795            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
48796            ! win32/win32.c
48797 ____________________________________________________________________________
48798 [  6208] By: jhi                                   on 2000/06/07  01:05:23
48799         Log: Regen headers for #6207.
48800      Branch: cfgperl
48801            ! embed.h global.sym objXSUB.h proto.h
48802 ____________________________________________________________________________
48803 [  6207] By: jhi                                   on 2000/06/06  23:43:13
48804         Log: Subject: [PATCH 5.6.0] Threadsafe patches
48805              From: Dan Sugalski <dan@sidhe.org>
48806              To: perl5-porters@perl.org
48807              Date: Mon, 08 May 2000 18:08:13 -0400
48808              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
48809      Branch: cfgperl
48810            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
48811            ! proto.h sv.h util.c
48812 ____________________________________________________________________________
48813 [  6206] By: jhi                                   on 2000/06/06  23:21:23
48814         Log: Subject: [PATCH] Eliminate $a/$b in pod
48815              From: David Glasser <me@davidglasser.net>
48816              To: perl5-porters@perl.org
48817              Date: Mon, 29 May 2000 21:15:59 -0400
48818              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
48819      Branch: cfgperl
48820            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
48821            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
48822            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
48823            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
48824            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
48825            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
48826            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
48827            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
48828            ! pod/perlvar.pod pod/perlxs.pod
48829 ____________________________________________________________________________
48830 [  6205] By: jhi                                   on 2000/06/06  23:12:14
48831         Log: Subject: [PATCH] Win32 improvements
48832              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
48833              To: gsar@activestate.com, perl5-porters@perl.org
48834              Date: Mon, 29 May 2000 17:22:24 PDT
48835              Message-ID: <20000530002224.91142.qmail@hotmail.com>
48836              (MUA had mangled many lines by wordwrapping)
48837      Branch: cfgperl
48838            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
48839 ____________________________________________________________________________
48840 [  6204] By: jhi                                   on 2000/06/06  23:01:50
48841         Log: Subject: [PATCH] B::Bytecode patches
48842              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
48843              To: gsar@activestate.com, jhi@iki.fi
48844              Cc: perl5-porters@perl.org
48845              Message-ID: <20000602202526.48694.qmail@hotmail.com>
48846              (MUA had mangled many lines by wordwrapping)
48847      Branch: cfgperl
48848            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
48849            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
48850            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
48851            ! intrpvar.h perl.c
48852 ____________________________________________________________________________
48853 [  6203] By: jhi                                   on 2000/06/06  22:32:43
48854         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
48855              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48856              Date: Tue, 06 Jun 2000 13:07:45 -0700
48857              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
48858      Branch: cfgperl
48859            ! pod/perldiag.pod
48860 ____________________________________________________________________________
48861 [  6202] By: jhi                                   on 2000/06/06  19:38:35
48862         Log: Integrate with Sarathy.
48863      Branch: cfgperl
48864           !> perl.c
48865 ____________________________________________________________________________
48866 [  6201] By: gsar                                  on 2000/06/06  00:42:59
48867         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
48868              does a PUSHMARK that's never ever POPMARKed; in general, only
48869              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
48870              Perl_eval_[sp]v() don't because they don't take any incoming
48871              arguments (this leak has been around since the original version
48872              of perl_eval_pv() in 5.003_97e)
48873      Branch: perl
48874            ! perl.c
48875 ____________________________________________________________________________
48876 [  6200] By: jhi                                   on 2000/06/04  03:44:52
48877         Log: Update to cperl-mode.el 4.31 from
48878              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
48879              Subject: A couple of notes
48880              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48881              To: Mailing list Perl5 <perl5-porters@perl.org>
48882              Date: Sat, 3 Jun 2000 23:33:32 -0400
48883              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
48884      Branch: cfgperl
48885            ! emacs/cperl-mode.el
48886 ____________________________________________________________________________
48887 [  6199] By: jhi                                   on 2000/06/03  15:11:05
48888         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
48889              From: Dan Sugalski <dan@sidhe.org>
48890              To: perl5-porters@perl.org, vmsperl@perl.org
48891              Date: Fri, 02 Jun 2000 17:30:51 -0400
48892              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
48893      Branch: cfgperl
48894            ! vms/descrip_mms.template vms/gen_shrfls.pl
48895 ____________________________________________________________________________
48896 [  6198] By: jhi                                   on 2000/06/03  14:59:15
48897         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
48898              From: Dan Sugalski <dan@sidhe.org>
48899              To: vmsperl@perl.org, perl5-porters@perl.org
48900              Date: Fri, 02 Jun 2000 16:00:41 -0400
48901              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
48902              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
48903      Branch: cfgperl
48904            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
48905            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
48906            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
48907 ____________________________________________________________________________
48908 [  6197] By: jhi                                   on 2000/06/03  14:41:30
48909         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
48910              From: John Borwick <jhborwic@unity.ncsu.edu>
48911              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
48912              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
48913      Branch: cfgperl
48914            ! pod/perlsyn.pod
48915 ____________________________________________________________________________
48916 [  6196] By: jhi                                   on 2000/06/03  14:38:09
48917         Log: Integrate with Sarathy.
48918      Branch: cfgperl
48919           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
48920           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
48921           !> vms/perly_c.vms
48922 ____________________________________________________________________________
48923 [  6195] By: gsar                                  on 2000/06/02  22:43:13
48924         Log: fix yet another eval"" leak under USE_ITHREADS
48925      Branch: perl
48926            ! op.c
48927 ____________________________________________________________________________
48928 [  6194] By: gsar                                  on 2000/06/02  18:22:06
48929         Log: fix small eval"" memory leaks under USE_ITHREADS
48930      Branch: perl
48931            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
48932            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
48933            ! vms/perly_c.vms
48934 ____________________________________________________________________________
48935 [  6193] By: jhi                                   on 2000/06/01  13:03:56
48936         Log: Signals-be-gone for microperl.
48937      Branch: cfgperl
48938            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
48939 ____________________________________________________________________________
48940 [  6192] By: jhi                                   on 2000/06/01  12:52:02
48941         Log: Integrate with Sarathy.
48942      Branch: cfgperl
48943           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
48944           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
48945           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
48946           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
48947           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
48948           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
48949           !> t/op/vec.t utils/h2xs.PL
48950 ____________________________________________________________________________
48951 [  6191] By: gsar                                  on 2000/06/01  09:38:21
48952         Log: vec() loses numericalness (modified version of patch suggested
48953              by Robin Barker)
48954      Branch: perl
48955            ! doop.c t/op/vec.t
48956 ____________________________________________________________________________
48957 [  6190] By: gsar                                  on 2000/06/01  09:26:15
48958         Log: submit missing embed.pl change
48959      Branch: perl
48960            ! embed.pl
48961 ____________________________________________________________________________
48962 [  6189] By: gsar                                  on 2000/06/01  09:05:34
48963         Log: counting tr/// corrupts later operation (from M.J.T Guy)
48964      Branch: perl
48965            ! doop.c t/op/tr.t
48966 ____________________________________________________________________________
48967 [  6188] By: gsar                                  on 2000/06/01  08:58:39
48968         Log: h2xs tweaks
48969      Branch: perl
48970            ! utils/h2xs.PL
48971 ____________________________________________________________________________
48972 [  6187] By: gsar                                  on 2000/06/01  08:50:07
48973         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
48974              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
48975      Branch: perl
48976            + lib/Pod/LaTeX.pm
48977            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
48978            ! pod/pod2latex.PL
48979 ____________________________________________________________________________
48980 [  6186] By: gsar                                  on 2000/06/01  08:24:40
48981         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
48982              <wolfgang.laun@alcatel.at>)
48983      Branch: perl
48984            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
48985            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
48986 ____________________________________________________________________________
48987 [  6185] By: gsar                                  on 2000/06/01  08:12:00
48988         Log: remove incorrect documentation about implicit split to @_ in
48989              list context, which never really worked in perl 5 (from
48990              M.J.T. Guy)
48991      Branch: perl
48992            ! pod/perlfunc.pod pod/perltrap.pod
48993 ____________________________________________________________________________
48994 [  6184] By: gsar                                  on 2000/06/01  07:52:27
48995         Log: tweak for change#6127
48996      Branch: perl
48997            ! perl.c
48998 ____________________________________________________________________________
48999 [  6183] By: gsar                                  on 2000/06/01  07:41:02
49000         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
49001              <nick@ccl4.org>)
49002      Branch: perl
49003            + t/lib/selfloader.t
49004            ! MANIFEST lib/SelfLoader.pm
49005 ____________________________________________________________________________
49006 [  6182] By: jhi                                   on 2000/06/01  00:34:42
49007         Log: Be Cleaner Part Deux.
49008      Branch: cfgperl
49009            ! Makefile.SH
49010 ____________________________________________________________________________
49011 [  6181] By: jhi                                   on 2000/06/01  00:32:09
49012         Log: Integrate with Sarathy.
49013      Branch: cfgperl
49014           !> pp.c t/op/arith.t
49015 ____________________________________________________________________________
49016 [  6180] By: jhi                                   on 2000/06/01  00:31:13
49017         Log: microperl nits from Simon Cozens.
49018      Branch: cfgperl
49019            + uconfig.h
49020            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
49021            ! unixish.h
49022 ____________________________________________________________________________
49023 [  6179] By: gsar                                  on 2000/05/31  22:37:51
49024         Log: buggy modulus on UVs introduced by change#3378 (resulted in
49025              4063328477 % 65535 amounting to 27406, instead of 27407)
49026      Branch: perl
49027            ! pp.c t/op/arith.t
49028 ____________________________________________________________________________
49029 [  6178] By: jhi                                   on 2000/05/31  21:52:41
49030         Log: Be cleaner.
49031      Branch: cfgperl
49032            ! Makefile.SH
49033 ____________________________________________________________________________
49034 [  6177] By: jhi                                   on 2000/05/31  21:47:33
49035         Log: Substitution utf8 patch from Simon Cozens.
49036      Branch: cfgperl
49037            ! pp_hot.c
49038 ____________________________________________________________________________
49039 [  6176] By: jhi                                   on 2000/05/31  21:45:34
49040         Log: Single-quoted utf8 patch from Simon Cozens.
49041      Branch: cfgperl
49042            ! toke.c
49043 ____________________________________________________________________________
49044 [  6175] By: jhi                                   on 2000/05/31  21:40:18
49045         Log: Integrate with Sarathy.
49046      Branch: cfgperl
49047           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
49048 ____________________________________________________________________________
49049 [  6174] By: jhi                                   on 2000/05/31  21:37:31
49050         Log: microperl changes from Simon Cozens; Makefile for microperl
49051              written from scratch; few casts added as microperl compilation
49052              doesn't have all prototypes available.
49053      Branch: cfgperl
49054            + Makefile.micro README.micro Todo.micro uconfig.sh
49055            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
49056            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
49057      Branch: metaconfig
49058            + U/modified/Config_h.U
49059 ____________________________________________________________________________
49060 [  6173] By: jhi                                   on 2000/05/31  20:00:24
49061         Log: metaconfig maintenance.
49062      Branch: metaconfig
49063            + U/modified/Inhdr.U U/typedefs/inotype.U
49064      Branch: metaconfig/U/perl
49065            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
49066            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
49067 ____________________________________________________________________________
49068 [  6172] By: gsar                                  on 2000/05/31  05:05:42
49069         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
49070              (from Ilya Zakharevich)
49071      Branch: perl
49072            ! regexec.c t/op/re_tests
49073 ____________________________________________________________________________
49074 [  6171] By: gsar                                  on 2000/05/31  05:01:47
49075         Log: scalar() doesn't force scalar context when used in void context
49076              (from Simon Cozens)
49077      Branch: perl
49078            ! op.c t/op/wantarray.t
49079 ____________________________________________________________________________
49080 [  6170] By: gsar                                  on 2000/05/31  04:41:33
49081         Log: change#6142 needs tweaks to tests to work where there's no symlink()
49082              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
49083      Branch: perl
49084            ! t/lib/filefind.t
49085 ____________________________________________________________________________
49086 [  6169] By: gsar                                  on 2000/05/31  04:29:49
49087         Log: integrate cfgperl contents into mainline
49088      Branch: perl
49089           +> pod/perlmodlib.PL pod/perlnewmod.pod
49090           !> (integrate 42 files)
49091 ____________________________________________________________________________
49092 [  6168] By: jhi                                   on 2000/05/30  22:53:37
49093         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
49094      Branch: cfgperl
49095            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49096            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
49097            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
49098            ! win32/config.bc win32/config.gc win32/config.vc
49099            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
49100            ! win32/config_h.PL win32/config_sh.PL
49101      Branch: metaconfig/U/perl
49102            ! perlxv.U
49103 ____________________________________________________________________________
49104 [  6167] By: jhi                                   on 2000/05/30  22:20:21
49105         Log: tweak todo 
49106      Branch: cfgperl
49107            ! Todo-5.6
49108 ____________________________________________________________________________
49109 [  6166] By: jhi                                   on 2000/05/30  22:11:51
49110         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
49111              in case somebody wants to write an extension for more
49112              shadow database interfaces.
49113      Branch: cfgperl
49114            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49115            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
49116            ! vos/config.def vos/config.h vos/config_h.SH_orig
49117            ! win32/config.bc win32/config.gc win32/config.vc
49118            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
49119      Branch: metaconfig
49120            ! U/modified/Myinit.U
49121      Branch: metaconfig/U/perl
49122            + d_getespwnam.U d_getprpwnam.U i_prot.U
49123 ____________________________________________________________________________
49124 [  6165] By: jhi                                   on 2000/05/30  18:35:34
49125         Log: Integrate with Sarathy.
49126      Branch: cfgperl
49127           !> op.c
49128 ____________________________________________________________________________
49129 [  6164] By: jhi                                   on 2000/05/30  18:30:16
49130         Log: detypo
49131      Branch: cfgperl
49132            ! Configure config_h.SH
49133      Branch: metaconfig/U/perl
49134            ! perlxv.U
49135 ____________________________________________________________________________
49136 [  6163] By: gsar                                  on 2000/05/30  03:24:03
49137         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
49138      Branch: perl
49139            ! op.c
49140 ____________________________________________________________________________
49141 [  6162] By: gsar                                  on 2000/05/30  03:09:38
49142         Log: fix memory leak in method call optimization (change#3768);
49143              made C<eval "$x->foo()"> leak
49144      Branch: perl
49145            ! op.c
49146 ____________________________________________________________________________
49147 [  6161] By: jhi                                   on 2000/05/29  17:56:26
49148         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
49149              both from Simon Cozens.
49150      Branch: cfgperl
49151            + pod/perlmodlib.PL pod/perlnewmod.pod
49152            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
49153            ! pod/perlmodlib.pod pod/perltoc.pod
49154 ____________________________________________________________________________
49155 [  6160] By: jhi                                   on 2000/05/29  17:23:55
49156         Log: Changes for the File::Temp 0.08 (change #6159) test suite
49157              to fit better into the Perl distribution test framework.
49158      Branch: cfgperl
49159            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
49160            ! t/lib/ftmp-tempfile.t
49161 ____________________________________________________________________________
49162 [  6159] By: jhi                                   on 2000/05/29  16:55:36
49163         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
49164      Branch: cfgperl
49165            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
49166            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
49167 ____________________________________________________________________________
49168 [  6158] By: bailey                                on 2000/05/29  16:22:08
49169         Log: Add fallback to tmpfile for use in cases where user's relying on
49170              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
49171              Lane's patch)
49172      Branch: vmsperl
49173            ! vms/vms.c vms/vmsish.h
49174 ____________________________________________________________________________
49175 [  6157] By: jhi                                   on 2000/05/29  03:10:36
49176         Log: Regen Configure to jive with #6149.
49177      Branch: cfgperl
49178            ! Configure
49179      Branch: metaconfig
49180            ! U/modified/Getfile.U
49181 ____________________________________________________________________________
49182 [  6156] By: jhi                                   on 2000/05/29  03:01:38
49183         Log: Integrate with Sarathy.
49184      Branch: cfgperl
49185           +> ext/DynaLoader/dl_mac.xs
49186           !> (integrate 38 files)
49187 ____________________________________________________________________________
49188 [  6155] By: gsar                                  on 2000/05/28  21:15:58
49189         Log: small bug in change#6144; remove random \xA0 character that snuck
49190              in via change#6145
49191      Branch: perl
49192            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
49193 ____________________________________________________________________________
49194 [  6154] By: gsar                                  on 2000/05/28  21:04:19
49195         Log: avoid type mismatch warning
49196      Branch: perl
49197            ! perl.c
49198 ____________________________________________________________________________
49199 [  6153] By: gsar                                  on 2000/05/28  20:58:31
49200         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
49201              <nick@Bagpuss.uk.boo.com>)
49202      Branch: perl
49203            ! lib/Test/Harness.pm
49204 ____________________________________________________________________________
49205 [  6152] By: gsar                                  on 2000/05/28  20:53:42
49206         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
49207      Branch: perl
49208            ! regexec.c
49209 ____________________________________________________________________________
49210 [  6151] By: gsar                                  on 2000/05/28  20:50:28
49211         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
49212      Branch: perl
49213            ! regexec.c
49214 ____________________________________________________________________________
49215 [  6150] By: gsar                                  on 2000/05/28  20:39:58
49216         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
49217      Branch: perl
49218            ! pod/perlrequick.pod
49219 ____________________________________________________________________________
49220 [  6149] By: gsar                                  on 2000/05/28  20:35:16
49221         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
49222              <troc@netrus.net>)
49223      Branch: perl
49224            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
49225            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
49226            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
49227            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
49228 ____________________________________________________________________________
49229 [  6148] By: gsar                                  on 2000/05/28  20:21:07
49230         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
49231      Branch: perl
49232            ! lib/ExtUtils/MM_Unix.pm
49233 ____________________________________________________________________________
49234 [  6147] By: gsar                                  on 2000/05/28  20:12:41
49235         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
49236              (from Peter Prymmer)
49237      Branch: perl
49238            ! vms/subconfigure.com
49239 ____________________________________________________________________________
49240 [  6146] By: gsar                                  on 2000/05/28  20:06:15
49241         Log: doc typo
49242      Branch: perl
49243            ! lib/warnings.pm warnings.h warnings.pl
49244 ____________________________________________________________________________
49245 [  6145] By: gsar                                  on 2000/05/28  18:44:33
49246         Log: make xsubpp skip embedded pod (from Matthias Neeracher
49247              <neeri@iis.ee.ethz.ch>)
49248      Branch: perl
49249            ! lib/ExtUtils/xsubpp
49250 ____________________________________________________________________________
49251 [  6144] By: gsar                                  on 2000/05/28  18:42:49
49252         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
49253              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
49254              <neeri@iis.ee.ethz.ch>)
49255      Branch: perl
49256            ! lib/AutoSplit.pm
49257 ____________________________________________________________________________
49258 [  6143] By: gsar                                  on 2000/05/28  18:41:12
49259         Log: MacOS support, part 1 (from Matthias Neeracher
49260              <neeri@iis.ee.ethz.ch>)
49261      Branch: perl
49262            + ext/DynaLoader/dl_mac.xs
49263            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
49264            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
49265            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
49266            ! util.h
49267 ____________________________________________________________________________
49268 [  6142] By: gsar                                  on 2000/05/28  18:21:51
49269         Log: File::Find fails to chdir when chasing symlinks (from
49270              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
49271      Branch: perl
49272            ! lib/File/Find.pm t/lib/filefind.t
49273 ____________________________________________________________________________
49274 [  6141] By: jhi                                   on 2000/05/28  14:25:15
49275         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
49276              forwarded by Peter Seebach from the bsdi-users mailing list.
49277              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
49278      Branch: perl
49279            ! hints/bsdos.sh
49280 ____________________________________________________________________________
49281 [  6140] By: jhi                                   on 2000/05/28  14:11:57
49282         Log: Integrate with Sarathy.
49283      Branch: cfgperl
49284           +> (branch 30 files)
49285           !> (integrate 93 files)
49286 ____________________________________________________________________________
49287 [  6139] By: gsar                                  on 2000/05/28  10:01:48
49288         Log: revise mktables.PL for bugs and newness in Unicode 3.0
49289              (from James Bence <jbence@amgen.com>)
49290      Branch: perl
49291            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
49292            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
49293            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
49294            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
49295            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
49296            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
49297            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
49298            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
49299            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
49300            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
49301            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
49302            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
49303            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
49304            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
49305            + lib/unicode/Is/SylWU.pl
49306            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
49307            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
49308            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
49309            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
49310            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
49311            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
49312            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
49313            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
49314            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
49315            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
49316            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
49317            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
49318            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
49319            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
49320            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
49321            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
49322            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
49323            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
49324            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
49325            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
49326            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
49327            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
49328            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
49329            ! lib/unicode/Makefile lib/unicode/mktables.PL
49330 ____________________________________________________________________________
49331 [  6138] By: gsar                                  on 2000/05/28  08:50:32
49332         Log: add note about the handling of negative indices to tied arrays
49333              (from Michael G Schwern <schwern@pobox.com>)
49334      Branch: perl
49335            ! pod/perltie.pod
49336 ____________________________________________________________________________
49337 [  6137] By: gsar                                  on 2000/05/28  08:46:10
49338         Log: fix bogus redeclaration warning for "our" variables in different
49339              scopes
49340      Branch: perl
49341            ! op.c t/pragma/strict-vars
49342 ____________________________________________________________________________
49343 [  6136] By: gsar                                  on 2000/05/28  08:31:20
49344         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
49345      Branch: perl
49346            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
49347 ____________________________________________________________________________
49348 [  6135] By: gsar                                  on 2000/05/28  08:17:50
49349         Log: enable Test::Harness to dynamically determine column width etc.
49350              (from Rob Napier <rnapier@employees.org>)
49351      Branch: perl
49352            ! lib/Test/Harness.pm
49353 ____________________________________________________________________________
49354 [  6134] By: gsar                                  on 2000/05/28  08:13:39
49355         Log: make Test::Harness use wait.h/WCOREDUMP if available
49356              (from Ben Tilly <ben_tilly@hotmail.com>)
49357      Branch: perl
49358            ! lib/Test/Harness.pm
49359 ____________________________________________________________________________
49360 [  6133] By: gsar                                  on 2000/05/28  08:08:05
49361         Log: elide bogus test in change#6132
49362      Branch: perl
49363            ! t/pragma/warn/9enabled
49364 ____________________________________________________________________________
49365 [  6132] By: gsar                                  on 2000/05/28  08:03:14
49366         Log: warnings::enabled() doesn't fall back to looking at $^W if
49367              caller isn't using lexical warnings (from Paul Marquess)
49368      Branch: perl
49369            ! pp_ctl.c t/pragma/warn/9enabled
49370 ____________________________________________________________________________
49371 [  6131] By: gsar                                  on 2000/05/28  07:57:47
49372         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
49373      Branch: perl
49374            ! ext/POSIX/POSIX.pm
49375 ____________________________________________________________________________
49376 [  6130] By: gsar                                  on 2000/05/28  07:29:12
49377         Log: fix places that mean C<"word" character> but say C<alphanumeric
49378              character>
49379      Branch: perl
49380            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
49381 ____________________________________________________________________________
49382 [  6129] By: gsar                                  on 2000/05/28  07:18:41
49383         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
49384      Branch: perl
49385            ! vms/test.com
49386 ____________________________________________________________________________
49387 [  6128] By: gsar                                  on 2000/05/28  07:12:55
49388         Log: new perlxstut example for passing/returning refs to arrays
49389              (from David Lowe <dlowe@pootpoot.com>)
49390      Branch: perl
49391            ! pod/perlxstut.pod
49392 ____________________________________________________________________________
49393 [  6127] By: gsar                                  on 2000/05/28  07:02:50
49394         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
49395              failed (from Gisle Aas)
49396      Branch: perl
49397            ! cop.h perl.c
49398 ____________________________________________________________________________
49399 [  6126] By: gsar                                  on 2000/05/28  06:39:53
49400         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
49401              (reworked variant of patch suggested by Simon Cozens)
49402      Branch: perl
49403            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
49404            ! pp_hot.c proto.h t/op/gv.t
49405 ____________________________________________________________________________
49406 [  6125] By: gsar                                  on 2000/05/28  05:14:55
49407         Log: enable propagating exception objects via Perl_croak() in XS code
49408              (from Gisle Aas)
49409      Branch: perl
49410            ! util.c
49411 ____________________________________________________________________________
49412 [  6124] By: gsar                                  on 2000/05/28  05:07:28
49413         Log: integrate vmsperl contents into mainline
49414      Branch: perl
49415           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
49416           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
49417           !> vms/vmsish.h
49418 ____________________________________________________________________________
49419 [  6123] By: gsar                                  on 2000/05/28  05:03:53
49420         Log: clarify gotcha with #line directives (from Rocco Caputo
49421              <troc@netrus.net>)
49422      Branch: perl
49423            ! pod/perldebug.pod pod/perlsyn.pod
49424 ____________________________________________________________________________
49425 [  6122] By: gsar                                  on 2000/05/28  04:58:29
49426         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
49427              (from Mark-Jason Dominus)
49428      Branch: perl
49429            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
49430            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
49431            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
49432            ! toke.c
49433 ____________________________________________________________________________
49434 [  6121] By: bailey                                on 2000/05/25  04:46:54
49435         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
49436              lists (based on fixes by Craig Berry)
49437      Branch: vmsperl
49438            ! lib/File/Spec/VMS.pm
49439 ____________________________________________________________________________
49440 [  6120] By: bailey                                on 2000/05/25  04:25:38
49441         Log: Add missing escape (Charles Lane)
49442      Branch: vmsperl
49443            ! t/op/lex_assign.t
49444 ____________________________________________________________________________
49445 [  6119] By: bailey                                on 2000/05/25  04:21:25
49446         Log: Quiet error messages in vmsish.t (Charles Lane)
49447      Branch: vmsperl
49448            ! vms/ext/vmsish.t
49449 ____________________________________________________________________________
49450 [  6118] By: bailey                                on 2000/05/25  04:17:57
49451         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
49452              Flatten case labels in switch statements uniformly (Charles Bailey)
49453      Branch: vmsperl
49454            ! vms/vms.c
49455 ____________________________________________________________________________
49456 [  6117] By: bailey                                on 2000/05/25  03:58:09
49457         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
49458      Branch: vmsperl
49459            ! vms/vmsish.h
49460 ____________________________________________________________________________
49461 [  6116] By: bailey                                on 2000/05/25  03:11:15
49462         Log: Miscellaneous cosmetic fixes (Charles Lane)
49463      Branch: vmsperl
49464            ! lib/ExtUtils/MM_VMS.pm
49465 ____________________________________________________________________________
49466 [  6115] By: bailey                                on 2000/05/25  03:10:36
49467         Log: Add bounds checking for several strings (Charles Lane)
49468      Branch: vmsperl
49469            ! vms/vms.c
49470 ____________________________________________________________________________
49471 [  6114] By: bailey                                on 2000/05/25  02:25:34
49472         Log: Urk -- undo previous removal of vmsish 'exit' change
49473      Branch: vmsperl
49474            ! vms/ext/vmsish.pm vms/vmsish.h
49475 ____________________________________________________________________________
49476 [  6113] By: bailey                                on 2000/05/24  02:24:40
49477         Log: Ugly workaround for version-specific RTL error
49478      Branch: vmsperl
49479            ! vms/vms.c
49480 ____________________________________________________________________________
49481 [  6112] By: bailey                                on 2000/05/24  02:19:55
49482         Log: Check for existence of file before trying to delete
49483      Branch: vmsperl
49484            ! vms/test.com
49485 ____________________________________________________________________________
49486 [  6111] By: bailey                                on 2000/05/23  23:35:13
49487         Log: Resync with mainline prior to post-5.6.0 updates
49488      Branch: vmsperl
49489           +> (branch 49 files)
49490            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
49491            ! vms/ext/vmsish.pm
49492           !> (integrate 334 files)
49493 ____________________________________________________________________________
49494 [  6110] By: jhi                                   on 2000/05/23  19:28:32
49495         Log: todo tweak
49496      Branch: cfgperl
49497            ! Todo-5.6
49498 ____________________________________________________________________________
49499 [  6109] By: jhi                                   on 2000/05/18  17:38:54
49500         Log: Integrate with Sarathy.
49501      Branch: cfgperl
49502           !> mg.c perl.h win32/perlhost.h
49503 ____________________________________________________________________________
49504 [  6108] By: gsar                                  on 2000/05/17  02:24:56
49505         Log: reenable fake signal handling on Windows, bugs and all
49506      Branch: perl
49507            ! mg.c perl.h win32/perlhost.h
49508 ____________________________________________________________________________
49509 [  6107] By: jhi                                   on 2000/05/15  18:01:41
49510         Log: Tweak the todo list.
49511      Branch: cfgperl
49512            ! Todo-5.6
49513 ____________________________________________________________________________
49514 [  6106] By: jhi                                   on 2000/05/15  13:41:48
49515         Log: The (Configure) script refuses to go on, after asking for
49516              'You may also choose to try maximal 64-bitness....'.
49517              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
49518              -- Patrick Zima
49519              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
49520      Branch: cfgperl
49521            ! hints/solaris_2.sh
49522 ____________________________________________________________________________
49523 [  6105] By: jhi                                   on 2000/05/11  14:37:43
49524         Log: Integrate with Sarathy.
49525      Branch: cfgperl
49526           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
49527           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
49528 ____________________________________________________________________________
49529 [  6104] By: gsar                                  on 2000/05/11  03:39:07
49530         Log: PL_sys_intern was being initialized too late on windows
49531      Branch: perl
49532            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
49533            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
49534 ____________________________________________________________________________
49535 [  6103] By: jhi                                   on 2000/05/09  19:42:20
49536         Log: Test tweaking for Unicos continues.
49537      Branch: cfgperl
49538            ! t/op/64bitint.t
49539 ____________________________________________________________________________
49540 [  6102] By: jhi                                   on 2000/05/09  16:47:27
49541         Log: The test suite tweak in #6101 wasn't quite right.
49542      Branch: cfgperl
49543            ! t/lib/complex.t
49544 ____________________________________________________________________________
49545 [  6101] By: jhi                                   on 2000/05/09  15:35:34
49546         Log: Hints and test tweaks for Unicos.
49547      Branch: cfgperl
49548            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
49549 ____________________________________________________________________________
49550 [  6100] By: jhi                                   on 2000/05/08  21:15:06
49551         Log: More compilation tweakery from Allen Smith.
49552      Branch: cfgperl
49553            ! hints/irix_6.sh
49554 ____________________________________________________________________________
49555 [  6099] By: jhi                                   on 2000/05/08  19:21:18
49556         Log: Tweaks for the cc bugs from Allen Smith.
49557      Branch: cfgperl
49558            ! hints/irix_6.sh
49559 ____________________________________________________________________________
49560 [  6098] By: jhi                                   on 2000/05/08  19:13:37
49561         Log: Add a note about other, yet unsupported, shadow password APIs.
49562      Branch: cfgperl
49563            ! pp_sys.c
49564 ____________________________________________________________________________
49565 [  6097] By: jhi                                   on 2000/05/08  18:46:34
49566         Log: Add a note about possible compilation problems from Allen Smith.
49567      Branch: cfgperl
49568            ! hints/irix_6.sh
49569 ____________________________________________________________________________
49570 [  6096] By: jhi                                   on 2000/05/08  17:33:10
49571         Log: Integrate with Sarathy.
49572      Branch: cfgperl
49573           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
49574           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
49575 ____________________________________________________________________________
49576 [  6095] By: jhi                                   on 2000/05/08  16:21:33
49577         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
49578              might be useful in future.
49579      Branch: cfgperl
49580            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49581            ! config_h.SH
49582      Branch: metaconfig
49583            ! U/installdirs/inc_version_list.U
49584      Branch: metaconfig/U/perl
49585            ! perlxv.U
49586 ____________________________________________________________________________
49587 [  6094] By: gsar                                  on 2000/05/08  14:22:22
49588         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
49589      Branch: perl
49590            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
49591            ! hints/cygwin.sh pp_sys.c
49592 ____________________________________________________________________________
49593 [  6093] By: gsar                                  on 2000/05/08  12:52:28
49594         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
49595              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
49596      Branch: perl
49597            ! pp_sys.c sv.c win32/perlhost.h
49598 ____________________________________________________________________________
49599 [  6092] By: jhi                                   on 2000/05/07  22:40:34
49600         Log: Regen perltoc with the fixed buildtoc.
49601      Branch: cfgperl
49602            ! pod/perltoc.pod
49603 ____________________________________________________________________________
49604 [  6091] By: jhi                                   on 2000/05/07  22:24:16
49605         Log: Integrate with Sarathy.
49606      Branch: cfgperl
49607           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
49608           !> t/op/substr.t toke.c
49609 ____________________________________________________________________________
49610 [  6090] By: gsar                                  on 2000/05/07  19:47:07
49611         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
49612              [NI]OK; added tests for both
49613      Branch: perl
49614            ! perl.c pp_hot.c sv.c t/op/substr.t
49615 ____________________________________________________________________________
49616 [  6089] By: gsar                                  on 2000/05/07  18:18:38
49617         Log: buildtoc tweak to fix newline lossage
49618      Branch: perl
49619            ! pod/buildtoc
49620 ____________________________________________________________________________
49621 [  6088] By: jhi                                   on 2000/05/07  16:35:36
49622         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
49623              because we do not use those.  The HAS_GETSPNAM remains,
49624              though, because we still do use that.
49625      Branch: cfgperl
49626            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49627            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
49628            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
49629            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
49630            ! win32/config.vc win32/config_H.bc win32/config_H.gc
49631            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
49632 ____________________________________________________________________________
49633 [  6087] By: gsar                                  on 2000/05/07  16:05:16
49634         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
49635      Branch: perl
49636            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
49637 ____________________________________________________________________________
49638 [  6086] By: jhi                                   on 2000/05/07  15:27:07
49639         Log: Integrate with Sarathy.
49640      Branch: cfgperl
49641           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
49642           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
49643           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
49644           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
49645           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
49646           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
49647 ____________________________________________________________________________
49648 [  6085] By: gsar                                  on 2000/05/07  05:52:02
49649         Log: repeat operator (x) doesn't preserve utf8-ness
49650      Branch: perl
49651            ! pp.c t/op/substr.t
49652 ____________________________________________________________________________
49653 [  6084] By: gsar                                  on 2000/05/07  05:39:55
49654         Log: substr() does not preserve utf8-ness (from Stefan Eissing
49655              <Eissing@medicaldataservice.de>); added tests
49656      Branch: perl
49657            ! pp.c t/op/substr.t
49658 ____________________________________________________________________________
49659 [  6083] By: gsar                                  on 2000/05/07  05:24:46
49660         Log: note about undocumented caller() return value (from M.J.T. Guy);
49661              yet another peek.t tweak
49662      Branch: perl
49663            ! pod/perlfunc.pod t/lib/peek.t
49664 ____________________________________________________________________________
49665 [  6082] By: gsar                                  on 2000/05/07  05:08:40
49666         Log: peek.t non-portable to ithreads
49667      Branch: perl
49668            ! t/lib/peek.t
49669 ____________________________________________________________________________
49670 [  6081] By: gsar                                  on 2000/05/07  04:17:04
49671         Log: better default perlbug categories for ok reports (from Richard Foley)
49672      Branch: perl
49673            ! utils/perlbug.PL
49674 ____________________________________________________________________________
49675 [  6080] By: gsar                                  on 2000/05/07  04:08:07
49676         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
49677              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
49678      Branch: perl
49679            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
49680            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
49681            ! AUTHORS MAINTAIN MANIFEST
49682 ____________________________________________________________________________
49683 [  6079] By: gsar                                  on 2000/05/07  04:01:38
49684         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
49685      Branch: perl
49686            ! lib/Carp/Heavy.pm
49687 ____________________________________________________________________________
49688 [  6078] By: gsar                                  on 2000/05/07  01:24:19
49689         Log: workaround for CRT bug in chdir() (from Charles Lane, via
49690              Peter Prymmer)
49691      Branch: perl
49692            ! iperlsys.h vms/vms.c vms/vmsish.h
49693 ____________________________________________________________________________
49694 [  6077] By: gsar                                  on 2000/05/07  01:22:23
49695         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
49696              and Tom Phoenix)
49697      Branch: perl
49698            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
49699 ____________________________________________________________________________
49700 [  6076] By: gsar                                  on 2000/05/06  17:36:29
49701         Log: integrate cfgperl contents into mainline
49702      Branch: perl
49703           +> t/lib/peek.t
49704           !> Configure MANIFEST Porting/Glossary Porting/config.sh
49705           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
49706           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
49707           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
49708 ____________________________________________________________________________
49709 [  6075] By: jhi                                   on 2000/05/05  18:56:10
49710         Log: Make the test more portable.
49711      Branch: cfgperl
49712            ! t/lib/peek.t
49713 ____________________________________________________________________________
49714 [  6074] By: jhi                                   on 2000/05/05  18:49:20
49715         Log: Introduce t/lib/peek.t.
49716      Branch: cfgperl
49717            + t/lib/peek.t
49718            ! MANIFEST
49719 ____________________________________________________________________________
49720 [  6073] By: jhi                                   on 2000/05/05  14:30:45
49721         Log: Complex tweaks.
49722      Branch: cfgperl
49723            ! lib/Math/Complex.pm t/lib/complex.t
49724 ____________________________________________________________________________
49725 [  6072] By: jhi                                   on 2000/05/05  12:27:13
49726         Log: Integrate with Sarathy.
49727      Branch: cfgperl
49728           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
49729           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
49730           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
49731           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
49732 ____________________________________________________________________________
49733 [  6071] By: gsar                                  on 2000/05/05  02:24:46
49734         Log: misformatted perllocal.pod (from Tim Jenness
49735              <t.jenness@jach.hawaii.edu>)
49736      Branch: perl
49737            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
49738 ____________________________________________________________________________
49739 [  6070] By: gsar                                  on 2000/05/05  02:16:52
49740         Log: remove misleading comment (from M.J.T. Guy)
49741      Branch: perl
49742            ! t/lib/anydbm.t
49743 ____________________________________________________________________________
49744 [  6069] By: gsar                                  on 2000/05/05  02:15:13
49745         Log: File::Spec compatibility update (from Barrie Slaymaker
49746              <barries@slaysys.com>)
49747      Branch: perl
49748            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
49749            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
49750 ____________________________________________________________________________
49751 [  6068] By: gsar                                  on 2000/05/05  02:01:50
49752         Log: note about values()
49753      Branch: perl
49754            ! pod/perlfunc.pod
49755 ____________________________________________________________________________
49756 [  6067] By: gsar                                  on 2000/05/05  01:33:09
49757         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
49758      Branch: perl
49759            ! win32/win32.c
49760 ____________________________________________________________________________
49761 [  6066] By: gsar                                  on 2000/05/05  01:23:43
49762         Log: s/END/CHECK/
49763      Branch: perl
49764            ! perl.c
49765 ____________________________________________________________________________
49766 [  6065] By: jhi                                   on 2000/05/04  17:30:22
49767         Log: Integrate with Sarathy.
49768      Branch: cfgperl
49769           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
49770 ____________________________________________________________________________
49771 [  6064] By: gsar                                  on 2000/05/04  17:26:14
49772         Log: change#5905 wasn't quite right--it's intent only applies when arguments
49773              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
49774      Branch: perl
49775            ! pp_sys.c sv.c
49776 ____________________________________________________________________________
49777 [  6063] By: gsar                                  on 2000/05/04  16:52:29
49778         Log: tokeq() could read unallocated field in argument
49779      Branch: perl
49780            ! toke.c
49781 ____________________________________________________________________________
49782 [  6062] By: gsar                                  on 2000/05/04  16:34:51
49783         Log: additional tests for utf8.t
49784      Branch: perl
49785            ! t/pragma/utf8.t
49786 ____________________________________________________________________________
49787 [  6061] By: gsar                                  on 2000/05/04  16:09:28
49788         Log: change#5921 neglected to make eq honor "use bytes"
49789      Branch: perl
49790            ! sv.c
49791 ____________________________________________________________________________
49792 [  6060] By: jhi                                   on 2000/05/04  15:30:16
49793         Log: Integrate with Sarathy.
49794      Branch: cfgperl
49795           !> perl.c regcomp.c t/pragma/utf8.t
49796 ____________________________________________________________________________
49797 [  6059] By: jhi                                   on 2000/05/04  15:26:37
49798         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
49799              in natively 64-bit platforms where a long is a quad (no need
49800              for long longs).  Also added bias for IVs.
49801      Branch: cfgperl
49802            ! toke.c
49803 ____________________________________________________________________________
49804 [  6058] By: gsar                                  on 2000/05/04  00:19:14
49805         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
49806              (spotted by Donald Kinzer <dkinzer@premia.com>)
49807      Branch: perl
49808            ! perl.c
49809 ____________________________________________________________________________
49810 [  6057] By: gsar                                  on 2000/05/03  18:34:01
49811         Log: fix broken parsing of /\x{ab}/
49812      Branch: perl
49813            ! regcomp.c t/pragma/utf8.t
49814 ____________________________________________________________________________
49815 [  6056] By: jhi                                   on 2000/05/03  17:57:16
49816         Log: The search of infinity continues, this time simplified.
49817      Branch: cfgperl
49818            ! lib/Math/Complex.pm
49819 ____________________________________________________________________________
49820 [  6055] By: jhi                                   on 2000/05/03  17:45:30
49821         Log: Detypo.
49822      Branch: cfgperl
49823            ! hints/unicos.sh
49824 ____________________________________________________________________________
49825 [  6054] By: jhi                                   on 2000/05/02  22:28:27
49826         Log: Be more forgiving in POSIX about HUGE_VALL.
49827      Branch: cfgperl
49828            ! ext/POSIX/POSIX.xs
49829 ____________________________________________________________________________
49830 [  6053] By: jhi                                   on 2000/05/02  22:25:05
49831         Log: Integrate with Sarathy.
49832      Branch: cfgperl
49833           !> hints/irix_6.sh pod/perlop.pod
49834 ____________________________________________________________________________
49835 [  6052] By: jhi                                   on 2000/05/02  22:24:31
49836         Log: Unicos hint tweak.
49837      Branch: cfgperl
49838            ! hints/unicos.sh
49839 ____________________________________________________________________________
49840 [  6051] By: jhi                                   on 2000/05/02  22:21:26
49841         Log: Complex tweakery.
49842      Branch: cfgperl
49843            ! lib/Math/Complex.pm t/lib/complex.t
49844 ____________________________________________________________________________
49845 [  6050] By: jhi                                   on 2000/05/02  19:26:22
49846         Log: Use setxxent()/endxxent().
49847      Branch: cfgperl
49848            ! t/op/grent.t t/op/pwent.t
49849 ____________________________________________________________________________
49850 [  6049] By: jhi                                   on 2000/05/02  19:06:02
49851         Log: Test both the scalar and list contexts.
49852      Branch: cfgperl
49853            ! t/op/grent.t t/op/pwent.t
49854 ____________________________________________________________________________
49855 [  6048] By: gsar                                  on 2000/05/02  18:29:10
49856         Log: add note about how $( doesn't interpolate in REs (from
49857              Philip Newton <newton@ficus.frogspace.net>)
49858      Branch: perl
49859            ! pod/perlop.pod
49860 ____________________________________________________________________________
49861 [  6047] By: jhi                                   on 2000/05/02  17:41:24
49862         Log: Call getspnam() only iff needd.
49863      Branch: cfgperl
49864            ! pp_sys.c
49865 ____________________________________________________________________________
49866 [  6046] By: gsar                                  on 2000/05/02  17:07:25
49867         Log: libscheck has insufficient checks for n32 libs (from
49868              Albert Chin-A-Young <china@thewrittenword.com>)
49869      Branch: perl
49870            ! hints/irix_6.sh
49871 ____________________________________________________________________________
49872 [  6045] By: jhi                                   on 2000/05/02  13:57:17
49873         Log: Integrate with Sarathy.
49874      Branch: cfgperl
49875           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
49876           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
49877 ____________________________________________________________________________
49878 [  6044] By: gsar                                  on 2000/05/02  06:48:19
49879         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
49880              such that underscores are only ignored in literal numbers,
49881              "\x{...}", and hex/oct argument
49882      Branch: perl
49883            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
49884 ____________________________________________________________________________
49885 [  6043] By: gsar                                  on 2000/05/02  02:22:29
49886         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
49887      Branch: perl
49888            ! pod/perlretut.pod
49889 ____________________________________________________________________________
49890 [  6042] By: gsar                                  on 2000/05/02  02:17:51
49891         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
49892      Branch: perl
49893            ! pod/perltrap.pod
49894 ____________________________________________________________________________
49895 [  6041] By: gsar                                  on 2000/05/02  01:53:51
49896         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
49897              to compensate
49898      Branch: perl
49899            ! Porting/makerel
49900 ____________________________________________________________________________
49901 [  6040] By: gsar                                  on 2000/05/02  01:51:57
49902         Log: missing files in MANIFEST
49903      Branch: perl
49904            ! MANIFEST
49905 ____________________________________________________________________________
49906 [  6039] By: jhi                                   on 2000/05/02  00:36:46
49907         Log: Infinite problems.
49908      Branch: cfgperl
49909            ! lib/Math/Complex.pm
49910 ____________________________________________________________________________
49911 [  6038] By: jhi                                   on 2000/05/02  00:06:38
49912         Log: pwent/spent #ifdef imbalance.
49913      Branch: cfgperl
49914            ! pp_sys.c
49915 ____________________________________________________________________________
49916 [  6037] By: jhi                                   on 2000/05/01  22:50:11
49917         Log: Use HUGE_VALL if applicable.
49918      Branch: cfgperl
49919            ! ext/POSIX/POSIX.xs util.c
49920 ____________________________________________________________________________
49921 [  6036] By: jhi                                   on 2000/05/01  22:20:53
49922         Log: Correct Freudian slip.
49923      Branch: cfgperl
49924            ! pp_sys.c
49925 ____________________________________________________________________________
49926 [  6035] By: jhi                                   on 2000/05/01  21:07:38
49927         Log: Continue on the pwent/spent case.
49928      Branch: cfgperl
49929            ! pp_sys.c
49930 ____________________________________________________________________________
49931 [  6034] By: jhi                                   on 2000/05/01  17:45:14
49932         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
49933              adjustments in 6032 conflicted badly with this, will have
49934              to revisit them later.
49935      Branch: cfgperl
49936           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
49937           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
49938           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
49939           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
49940           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
49941           !> t/lib/cgi-html.t t/lib/cgi-request.t
49942 ____________________________________________________________________________
49943 [  6033] By: jhi                                   on 2000/05/01  17:40:49
49944         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
49945      Branch: cfgperl
49946            ! pp_sys.c
49947 ____________________________________________________________________________
49948 [  6032] By: gsar                                  on 2000/05/01  15:56:32
49949         Log: whitespace adjustments
49950      Branch: perl
49951            ! pp_sys.c
49952 ____________________________________________________________________________
49953 [  6031] By: gsar                                  on 2000/05/01  15:19:41
49954         Log: small nits in diagnostics.pm (from Robin Barker)
49955      Branch: perl
49956            ! lib/diagnostics.pm pod/perldiag.pod
49957 ____________________________________________________________________________
49958 [  6030] By: gsar                                  on 2000/05/01  08:39:18
49959         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
49960              for @- and @+ (from Johan Vromans)
49961      Branch: perl
49962            ! lib/English.pm pod/perlvar.pod
49963 ____________________________________________________________________________
49964 [  6029] By: gsar                                  on 2000/05/01  08:16:10
49965         Log: add CGI.pm v2.66 (from Lincoln Stein)
49966      Branch: perl
49967            + lib/CGI/Util.pm t/lib/cgi-pretty.t
49968            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
49969            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
49970            ! t/lib/cgi-html.t t/lib/cgi-request.t
49971 ____________________________________________________________________________
49972 [  6028] By: gsar                                  on 2000/05/01  06:34:41
49973         Log: Pod::Man generates groff-incompatible macro definition (from
49974              Tom Christiansen)
49975      Branch: perl
49976            ! lib/Pod/Man.pm
49977 ____________________________________________________________________________
49978 [  6027] By: gsar                                  on 2000/05/01  06:31:36
49979         Log: podlators-1.02 update (from Russ Allbery)
49980      Branch: perl
49981            ! lib/Pod/Man.pm lib/Pod/Text.pm
49982 ____________________________________________________________________________
49983 [  6026] By: jhi                                   on 2000/04/30  23:24:23
49984         Log: Integrate with Sarathy.
49985      Branch: cfgperl
49986           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
49987           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
49988           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
49989           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
49990           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
49991           !> t/lib/syslog.t toke.c win32/win32.h
49992 ____________________________________________________________________________
49993 [  6025] By: gsar                                  on 2000/04/30  18:17:47
49994         Log: Is{Alnum,Alpha,Word} don't match titlecase
49995              
49996              TODO: IsSpace is defined recursively!
49997              
49998              (both spotted by Larry)
49999      Branch: perl
50000            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
50001            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
50002 ____________________________________________________________________________
50003 [  6024] By: gsar                                  on 2000/04/30  17:50:19
50004         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
50005              (from Hugo van der Sanden)
50006      Branch: perl
50007            ! toke.c
50008 ____________________________________________________________________________
50009 [  6023] By: gsar                                  on 2000/04/30  17:14:43
50010         Log: debugger stomps on $. (from M.J.T. Guy)
50011      Branch: perl
50012            ! lib/perl5db.pl
50013 ____________________________________________________________________________
50014 [  6022] By: gsar                                  on 2000/04/30  16:59:22
50015         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
50016      Branch: perl
50017            ! sv.c
50018 ____________________________________________________________________________
50019 [  6021] By: gsar                                  on 2000/04/29  21:00:08
50020         Log: remove Win2K issue in pod (fixed by change#6020)
50021      Branch: perl
50022            ! README.win32 pod/perl56delta.pod
50023 ____________________________________________________________________________
50024 [  6020] By: gsar                                  on 2000/04/29  20:51:49
50025         Log: test tweak
50026      Branch: perl
50027            ! t/lib/open3.t
50028 ____________________________________________________________________________
50029 [  6019] By: gsar                                  on 2000/04/29  20:34:27
50030         Log: windows portability tweaks
50031      Branch: perl
50032            ! t/lib/b.t win32/win32.h
50033 ____________________________________________________________________________
50034 [  6018] By: gsar                                  on 2000/04/29  19:55:24
50035         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
50036              make _PATH_LOG() return "" if unavailable
50037      Branch: perl
50038            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
50039            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
50040 ____________________________________________________________________________
50041 [  6017] By: jhi                                   on 2000/04/28  22:49:46
50042         Log: Integrate with Sarathy.
50043      Branch: cfgperl
50044           !> op.c perl.c pod/perldiag.pod t/lib/b.t
50045 ____________________________________________________________________________
50046 [  6016] By: jhi                                   on 2000/04/28  22:46:14
50047         Log: Do not warn that an infinity does not look like a number.
50048      Branch: cfgperl
50049            ! sv.c
50050 ____________________________________________________________________________
50051 [  6015] By: gsar                                  on 2000/04/28  22:35:49
50052         Log: tweak test for portability
50053      Branch: perl
50054            ! t/lib/b.t
50055 ____________________________________________________________________________
50056 [  6014] By: gsar                                  on 2000/04/28  22:05:31
50057         Log: glob() loading File::Glob behind the scenes may cause syntax errors
50058      Branch: perl
50059            ! op.c
50060 ____________________________________________________________________________
50061 [  6013] By: gsar                                  on 2000/04/28  21:25:22
50062         Log: tweak change#5945 to display correct switch name in diagnostic
50063      Branch: perl
50064            ! perl.c pod/perldiag.pod
50065 ____________________________________________________________________________
50066 [  6012] By: jhi                                   on 2000/04/28  21:08:12
50067         Log: Integrate with Sarathy.
50068      Branch: cfgperl
50069           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
50070           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
50071           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
50072 ____________________________________________________________________________
50073 [  6011] By: jhi                                   on 2000/04/28  21:04:46
50074         Log: &HUGE_VAL is not defined, it exists.
50075      Branch: cfgperl
50076            ! lib/Math/Complex.pm
50077 ____________________________________________________________________________
50078 [  6010] By: gsar                                  on 2000/04/28  21:02:58
50079         Log: clarify note about shadow password support (from
50080              gellyfish@gellyfish.com)
50081      Branch: perl
50082            ! pod/perlfunc.pod
50083 ____________________________________________________________________________
50084 [  6009] By: gsar                                  on 2000/04/28  21:00:00
50085         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
50086      Branch: perl
50087            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
50088 ____________________________________________________________________________
50089 [  6008] By: gsar                                  on 2000/04/28  20:56:33
50090         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
50091      Branch: perl
50092            ! installperl vms/subconfigure.com
50093 ____________________________________________________________________________
50094 [  6007] By: gsar                                  on 2000/04/28  20:51:21
50095         Log: note about compile failures and END blocks (from M.J.T. Guy)
50096      Branch: perl
50097            ! pod/perl56delta.pod pod/perlmod.pod
50098 ____________________________________________________________________________
50099 [  6006] By: jhi                                   on 2000/04/28  20:42:14
50100         Log: Regen Configure.
50101      Branch: cfgperl
50102            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50103            ! config_h.SH
50104 ____________________________________________________________________________
50105 [  6005] By: gsar                                  on 2000/04/28  20:41:16
50106         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
50107      Branch: perl
50108            ! utils/perldoc.PL
50109 ____________________________________________________________________________
50110 [  6004] By: jhi                                   on 2000/04/28  20:28:21
50111         Log: Integrate with Sarathy.
50112      Branch: cfgperl
50113           !> Configure INSTALL Porting/Glossary Porting/config.sh
50114           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
50115           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
50116           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
50117           !> win32/config.vc win32/win32.c
50118 ____________________________________________________________________________
50119 [  6003] By: gsar                                  on 2000/04/28  20:11:20
50120         Log: allow REG_EXPAND_SZ keys in Windows registry (from
50121              John Clayton <John.Clayton@barclayscapital.com>)
50122      Branch: perl
50123            ! win32/win32.c
50124 ____________________________________________________________________________
50125 [  6002] By: gsar                                  on 2000/04/28  19:34:16
50126         Log: destructive sv_setsv() can lose UV-ness from source, causing
50127              numeric promotions/comparisons to fail to do the right thing
50128      Branch: perl
50129            ! sv.c
50130 ____________________________________________________________________________
50131 [  6001] By: gsar                                  on 2000/04/28  18:44:15
50132         Log: support additional library locations via $Config{otherlibdirs}
50133              (from Andy Dougherty)
50134      Branch: perl
50135            ! Configure INSTALL Porting/Glossary Porting/config.sh
50136            ! Porting/config_H config_h.SH epoc/config.sh perl.c
50137            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
50138            ! win32/config.bc win32/config.gc win32/config.vc
50139 ____________________________________________________________________________
50140 [  6000] By: gsar                                  on 2000/04/28  18:26:58
50141         Log: reworked otherlibdirs.U (from Andy Dougherty)
50142      Branch: metaconfig
50143            ! U/installdirs/otherlibdirs.U
50144 ____________________________________________________________________________
50145 [  5999] By: gsar                                  on 2000/04/28  18:17:07
50146         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
50147      Branch: perl
50148            ! t/pragma/warn/toke toke.c
50149 ____________________________________________________________________________
50150 [  5998] By: jhi                                   on 2000/04/28  13:32:17
50151         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
50152      Branch: cfgperl
50153            ! lib/Math/Complex.pm
50154 ____________________________________________________________________________
50155 [  5997] By: jhi                                   on 2000/04/28  13:14:04
50156         Log: Preserve $!.
50157      Branch: cfgperl
50158            ! lib/Math/Complex.pm
50159 ____________________________________________________________________________
50160 [  5996] By: jhi                                   on 2000/04/28  12:59:23
50161         Log: Integrate with Sarathy.
50162      Branch: cfgperl
50163           +> pod/perlrequick.pod pod/perlretut.pod
50164           !> (integrate 51 files)
50165 ____________________________________________________________________________
50166 [  5995] By: gsar                                  on 2000/04/28  09:37:36
50167         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
50168      Branch: perl
50169            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
50170 ____________________________________________________________________________
50171 [  5994] By: gsar                                  on 2000/04/28  09:33:26
50172         Log: fix for missed accounting for null byte in pack("Z",...) (from
50173              M.J.T. Guy)
50174      Branch: perl
50175            ! pp.c t/op/pack.t
50176 ____________________________________________________________________________
50177 [  5993] By: gsar                                  on 2000/04/28  09:30:05
50178         Log: various minor tweaks seen on p5p
50179      Branch: perl
50180            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
50181 ____________________________________________________________________________
50182 [  5992] By: gsar                                  on 2000/04/28  09:08:19
50183         Log: pod nit (from Simon Cozens)
50184      Branch: perl
50185            ! pod/perlop.pod
50186 ____________________________________________________________________________
50187 [  5991] By: gsar                                  on 2000/04/28  09:06:36
50188         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
50189      Branch: perl
50190            ! README.posix-bc hints/posix-bc.sh
50191 ____________________________________________________________________________
50192 [  5990] By: gsar                                  on 2000/04/28  08:54:52
50193         Log: use $ENV{LIB} to search for libs under Visual C compiler
50194              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
50195      Branch: perl
50196            ! lib/ExtUtils/Liblist.pm
50197 ____________________________________________________________________________
50198 [  5989] By: gsar                                  on 2000/04/28  08:27:12
50199         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
50200              itself and no other (from Tom Hughes)
50201      Branch: perl
50202            ! t/op/array.t toke.c
50203 ____________________________________________________________________________
50204 [  5988] By: gsar                                  on 2000/04/28  08:01:38
50205         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
50206              <paul@miraclefish.com>)
50207      Branch: perl
50208            ! lib/ExtUtils/MakeMaker.pm
50209 ____________________________________________________________________________
50210 [  5987] By: gsar                                  on 2000/04/28  07:53:09
50211         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
50212      Branch: perl
50213            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
50214 ____________________________________________________________________________
50215 [  5986] By: gsar                                  on 2000/04/28  07:44:17
50216         Log: add regular expressions tutorial and quick-start guide (from
50217              Mark Kvale <kvale@phy.ucsf.edu>)
50218      Branch: perl
50219            + pod/perlrequick.pod pod/perlretut.pod
50220            ! AUTHORS MAINTAIN MANIFEST
50221 ____________________________________________________________________________
50222 [  5985] By: gsar                                  on 2000/04/28  07:30:28
50223         Log: forked child may not exit correctly if it failed to open
50224              /dev/console (from Graham Barr)
50225      Branch: perl
50226            ! ext/Sys/Syslog/Syslog.pm
50227 ____________________________________________________________________________
50228 [  5984] By: gsar                                  on 2000/04/28  07:27:20
50229         Log: attributes::reftype() doesn't work on tied argument
50230      Branch: perl
50231            ! xsutils.c
50232 ____________________________________________________________________________
50233 [  5983] By: gsar                                  on 2000/04/28  07:15:04
50234         Log: numeric conversion of non-number in change#3378 tramples on
50235              OOK offset, causing segfaults
50236      Branch: perl
50237            ! sv.c
50238 ____________________________________________________________________________
50239 [  5982] By: gsar                                  on 2000/04/28  04:48:25
50240         Log: avoid error in IO::Socket::INET when given an unknown service name
50241              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
50242      Branch: perl
50243            ! ext/IO/lib/IO/Socket/INET.pm
50244 ____________________________________________________________________________
50245 [  5981] By: gsar                                  on 2000/04/28  04:31:31
50246         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
50247              prototype mismatch with CORE::glob(); update pod and tests to
50248              suit (File::Glob::glob() is still available for backward
50249              compatibility, but should be considered deprecated)
50250      Branch: perl
50251            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
50252            ! t/lib/glob-taint.t
50253 ____________________________________________________________________________
50254 [  5980] By: gsar                                  on 2000/04/28  03:47:29
50255         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
50256              <ghudson@mit.edu>)
50257      Branch: metaconfig
50258            ! U/modified/Options.U
50259      Branch: perl
50260            ! Configure
50261 ____________________________________________________________________________
50262 [  5979] By: gsar                                  on 2000/04/28  03:07:54
50263         Log: under useithreads, constant pad entries could inadvertantly be
50264              shared across threads (from Eric Blood <eblood@xmission.com>);
50265              added Eric's test case to testsuite
50266      Branch: perl
50267            ! op.c t/op/misc.t
50268 ____________________________________________________________________________
50269 [  5978] By: gsar                                  on 2000/04/27  21:13:00
50270         Log: sync version numbers in File::Spec with the ones on CPAN
50271              (from Barrie Slaymaker)
50272      Branch: perl
50273            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
50274            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
50275            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
50276 ____________________________________________________________________________
50277 [  5977] By: gsar                                  on 2000/04/27  21:07:29
50278         Log: autoquote barewords followed by newline and arrow properly
50279              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
50280      Branch: perl
50281            ! t/pragma/warn/toke toke.c
50282 ____________________________________________________________________________
50283 [  5976] By: gsar                                  on 2000/04/27  20:41:20
50284         Log: DB_File v1.73 update (from Paul Marquess)
50285      Branch: perl
50286            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
50287            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
50288 ____________________________________________________________________________
50289 [  5975] By: gsar                                  on 2000/04/27  20:34:24
50290         Log: allow sort() reentrancy (variant of patch suggested by
50291              Hugo van der Sanden)
50292      Branch: perl
50293            ! pp_ctl.c t/op/sort.t
50294 ____________________________________________________________________________
50295 [  5974] By: gsar                                  on 2000/04/27  19:46:57
50296         Log: change#4197 somehow missed initializing PL_errors, meaning
50297              sytax error queueing wasn't working outside eval"" at all;
50298              also fixed eval"" to localize PL_error_count, so that compile-time
50299              eval's don't clobber the error state of the outer context
50300      Branch: perl
50301            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
50302            ! t/pragma/warn/toke
50303 ____________________________________________________________________________
50304 [  5973] By: gsar                                  on 2000/04/27  18:29:05
50305         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
50306      Branch: perl
50307            ! regcomp.c regexec.c t/op/re_tests
50308 ____________________________________________________________________________
50309 [  5972] By: jhi                                   on 2000/04/27  18:22:41
50310         Log: Integrate with Sarathy.
50311      Branch: cfgperl
50312           +> t/lib/b.t t/lib/syslog.t
50313           !> (integrate 31 files)
50314 ____________________________________________________________________________
50315 [  5971] By: jhi                                   on 2000/04/27  18:18:46
50316         Log: Unicos tweaks from Mark P. Lutz.
50317      Branch: cfgperl
50318            ! hints/unicos.sh lib/Math/Complex.pm
50319 ____________________________________________________________________________
50320 [  5970] By: gsar                                  on 2000/04/27  18:05:11
50321         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
50322              IV is >32bits
50323      Branch: perl
50324            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
50325 ____________________________________________________________________________
50326 [  5969] By: gsar                                  on 2000/04/27  17:50:56
50327         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
50328      Branch: perl
50329            + t/lib/syslog.t
50330            ! MANIFEST ext/Sys/Syslog/Syslog.pm
50331 ____________________________________________________________________________
50332 [  5968] By: gsar                                  on 2000/04/27  17:44:49
50333         Log: tolerate spaces in group names in test on solaris (from David Boyce
50334              <dsb@boyski.com>)
50335      Branch: perl
50336            ! t/op/groups.t
50337 ____________________________________________________________________________
50338 [  5967] By: gsar                                  on 2000/04/27  17:41:22
50339         Log: improved docs on the warn_uninit diagnostic (from David Glasser
50340              and Simon Cozens)
50341      Branch: perl
50342            ! pod/perldiag.pod
50343 ____________________________________________________________________________
50344 [  5966] By: gsar                                  on 2000/04/27  16:54:58
50345         Log: add testsuite for B backends, fix bug in B::Deparse (from
50346              Simon Cozens <simon@brecon.co.uk>)
50347      Branch: perl
50348            + t/lib/b.t
50349            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
50350 ____________________________________________________________________________
50351 [  5965] By: gsar                                  on 2000/04/27  16:10:37
50352         Log: avoid "will not stay shared" warnings for our variables (from
50353              Robin Barker)
50354      Branch: perl
50355            ! op.c t/pragma/warn/op
50356 ____________________________________________________________________________
50357 [  5964] By: gsar                                  on 2000/04/27  07:05:05
50358         Log: reformat to 72 columns (again)
50359      Branch: perl
50360            ! pod/perldiag.pod
50361 ____________________________________________________________________________
50362 [  5963] By: gsar                                  on 2000/04/27  06:28:31
50363         Log: patch from Larry to make (\&) prototype work; added tests for
50364              the same
50365      Branch: perl
50366            ! op.c t/comp/proto.t
50367 ____________________________________________________________________________
50368 [  5962] By: gsar                                  on 2000/04/27  06:15:47
50369         Log: updated README.hpux (from Jeff Okamoto)
50370      Branch: perl
50371            ! README.hpux
50372 ____________________________________________________________________________
50373 [  5961] By: gsar                                  on 2000/04/27  05:55:03
50374         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
50375      Branch: perl
50376            ! emacs/cperl-mode.el
50377 ____________________________________________________________________________
50378 [  5960] By: gsar                                  on 2000/04/27  05:49:26
50379         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
50380      Branch: perl
50381            ! INSTALL
50382 ____________________________________________________________________________
50383 [  5959] By: gsar                                  on 2000/04/27  05:33:41
50384         Log: doubled words in pods (from Simon Cozens
50385              <simon.p.cozens@jp.pwcglobal.com>)
50386      Branch: perl
50387            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
50388            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
50389            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
50390            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
50391            ! pod/perltootc.pod
50392 ____________________________________________________________________________
50393 [  5958] By: gsar                                  on 2000/04/27  05:11:39
50394         Log: change#3569 deleted some essential code, revert; avoid use of
50395              atexit() to make DynaLoader work properly on AIX under mod_perl
50396              (from Jens-Uwe Mager <jum@helios.de>)
50397      Branch: perl
50398            ! ext/DynaLoader/dl_aix.xs
50399 ____________________________________________________________________________
50400 [  5957] By: gsar                                  on 2000/04/27  04:54:51
50401         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
50402      Branch: perl
50403            ! pod/perlmod.pod
50404 ____________________________________________________________________________
50405 [  5956] By: gsar                                  on 2000/04/27  04:51:47
50406         Log: better diagnostics on failed tests (from Ilya Zakharevich)
50407      Branch: perl
50408            ! t/op/lex_assign.t
50409 ____________________________________________________________________________
50410 [  5955] By: gsar                                  on 2000/04/27  04:26:44
50411         Log: longstanding bug exposed by change#3307: sort arguments weren't
50412              compiled with the right wantarray context (ensuing runtime lookup
50413              via block_gimme() was getting the incidental context of the
50414              sort() itself)
50415      Branch: perl
50416            ! op.c t/op/sort.t
50417 ____________________________________________________________________________
50418 [  5954] By: gsar                                  on 2000/04/26  23:42:12
50419         Log: integrate cfgperl contents into mainline
50420      Branch: perl
50421           !> (integrate 30 files)
50422 ____________________________________________________________________________
50423 [  5953] By: jhi                                   on 2000/04/26  23:06:42
50424         Log: Integrate with Sarathy.
50425      Branch: cfgperl
50426           !> README.win32 ext/B/B/Deparse.pm
50427           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
50428           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
50429           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
50430           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
50431           !> utils/perldoc.PL vms/perlvms.pod
50432 ____________________________________________________________________________
50433 [  5952] By: jhi                                   on 2000/04/26  23:03:46
50434         Log: Undo "use integer" addition from 64bitint as it seems
50435              to break most of the subtests in Digital UNIX;
50436              Unicos needs to find another way.
50437      Branch: cfgperl
50438            ! t/op/64bitint.t
50439 ____________________________________________________________________________
50440 [  5951] By: jhi                                   on 2000/04/26  22:57:53
50441         Log: Be more robust on "extreme" (large absolute value)
50442              arguments.  Originally reported by Daniel Connelly
50443              as a problem with asinh() on large negative arguments,
50444              asinh() used to bail out because an argument to log()
50445              ended up being zero.  Ilya Zakharevich proposed using
50446              Taylor's series in such cases, which for such large
50447              arguments is a very good approximation.
50448      Branch: cfgperl
50449            ! lib/Math/Complex.pm t/lib/complex.t
50450 ____________________________________________________________________________
50451 [  5950] By: gsar                                  on 2000/04/25  19:13:12
50452         Log: reformat perldiag to avoid long lines
50453      Branch: perl
50454            ! pod/perldiag.pod
50455 ____________________________________________________________________________
50456 [  5949] By: gsar                                  on 2000/04/25  18:41:11
50457         Log: make perldoc use the pod2man from the same version (from
50458              M.J.T. Guy)
50459      Branch: perl
50460            ! utils/perldoc.PL
50461 ____________________________________________________________________________
50462 [  5948] By: gsar                                  on 2000/04/25  18:21:57
50463         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
50464              <kompas@kompas.usr.onet.pl>)
50465      Branch: perl
50466            ! lib/vars.pm
50467 ____________________________________________________________________________
50468 [  5947] By: gsar                                  on 2000/04/25  18:11:53
50469         Log: use &dl_error rather than &dl_load_file as the guard for calling
50470              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
50471              statically built perl)
50472      Branch: perl
50473            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
50474 ____________________________________________________________________________
50475 [  5946] By: jhi                                   on 2000/04/25  17:37:54
50476         Log: Document that tr() is not tr(1).
50477      Branch: cfgperl
50478            ! pod/perlop.pod
50479 ____________________________________________________________________________
50480 [  5945] By: gsar                                  on 2000/04/25  16:34:33
50481         Log: make module name mandatory after -M switch; reorder perldiag
50482              alphabetically (from Mark-Jason Dominus)
50483      Branch: perl
50484            ! perl.c pod/perldiag.pod
50485 ____________________________________________________________________________
50486 [  5944] By: jhi                                   on 2000/04/25  01:15:18
50487         Log: On second thoughts frexp() does have two arguments.
50488      Branch: cfgperl
50489            ! perl.h
50490 ____________________________________________________________________________
50491 [  5943] By: jhi                                   on 2000/04/24  22:56:32
50492         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
50493              Now pp_ncmp() returns undef is either operand is a NaN.
50494      Branch: cfgperl
50495            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50496            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
50497            ! vms/subconfigure.com vos/config.def vos/config.h
50498            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
50499            ! win32/config.vc win32/config_H.bc win32/config_H.gc
50500            ! win32/config_H.vc
50501      Branch: metaconfig/U/perl
50502            + d_modfl.U
50503 ____________________________________________________________________________
50504 [  5942] By: jhi                                   on 2000/04/24  19:45:17
50505         Log: Regen Configure to match #5937.
50506      Branch: cfgperl
50507            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50508            ! config_h.SH
50509      Branch: metaconfig
50510            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
50511 ____________________________________________________________________________
50512 [  5941] By: jhi                                   on 2000/04/24  19:24:11
50513         Log: Further Unicos fixes for Mark Lutz.
50514      Branch: cfgperl
50515            ! hints/unicos.sh pp_ctl.c
50516 ____________________________________________________________________________
50517 [  5940] By: jhi                                   on 2000/04/24  19:09:06
50518         Log: Various Unicos 10.0.0.6 fixes.
50519              
50520              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
50521              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
50522              Reply-To: tecmpl1@triton.ca.boeing.com 
50523              To: perl5-porters@perl.org 
50524              Date: Fri, 14 Apr 2000 20:21:00 GMT 
50525              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
50526      Branch: cfgperl
50527            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
50528 ____________________________________________________________________________
50529 [  5939] By: gsar                                  on 2000/04/24  19:01:24
50530         Log: more pod nits (from Larry Virden)
50531      Branch: perl
50532            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
50533            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
50534            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
50535 ____________________________________________________________________________
50536 [  5938] By: gsar                                  on 2000/04/24  18:54:01
50537         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
50538      Branch: perl
50539            ! ext/B/B/Deparse.pm
50540 ____________________________________________________________________________
50541 [  5937] By: jhi                                   on 2000/04/24  17:39:00
50542         Log: Integrate with Sarathy.
50543      Branch: cfgperl
50544           +> (branch 31 files)
50545           !> (integrate 73 files)
50546 ____________________________________________________________________________
50547 [  5936] By: gsar                                  on 2000/04/24  17:30:06
50548         Log: additional tests for change#5934 (from Paul Marquess, who also
50549              sent in the same fix)
50550      Branch: perl
50551            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
50552            ! t/pragma/warn/5nolint t/pragma/warn/6default
50553 ____________________________________________________________________________
50554 [  5935] By: jhi                                   on 2000/04/24  17:26:05
50555         Log: Do not assume sign propagation.
50556              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
50557              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
50558              To: payner@ncifcrf.gov, perl5-porters@perl.org 
50559              Date: Tue, 18 Apr 2000 18:24:49 +0100 
50560              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
50561      Branch: cfgperl
50562            ! t/op/bop.t t/op/misc.t
50563 ____________________________________________________________________________
50564 [  5934] By: gsar                                  on 2000/04/24  17:16:54
50565         Log: propagate lexical warnings from surrounding scope correctly
50566              within string eval()
50567      Branch: perl
50568            ! pp_ctl.c t/pragma/warn/pp_ctl
50569 ____________________________________________________________________________
50570 [  5933] By: jhi                                   on 2000/04/24  17:01:07
50571         Log: Flatten the cpp jungle doing the nosuid checking.
50572      Branch: cfgperl
50573            ! perl.c
50574 ____________________________________________________________________________
50575 [  5932] By: gsar                                  on 2000/04/24  09:08:14
50576         Log: add rsignal(), whichsig() and do_join() to public API list
50577              (mod_perl uses them to good advantage)
50578      Branch: perl
50579            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
50580 ____________________________________________________________________________
50581 [  5931] By: gsar                                  on 2000/04/24  09:01:40
50582         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
50583      Branch: perl
50584            ! pp_hot.c regexec.c t/op/pat.t
50585 ____________________________________________________________________________
50586 [  5930] By: gsar                                  on 2000/04/24  08:58:33
50587         Log: small os390 tweaks (from Peter Prymmer)
50588      Branch: perl
50589            ! config_h.SH makedepend.SH
50590 ____________________________________________________________________________
50591 [  5929] By: gsar                                  on 2000/04/24  08:55:25
50592         Log: pod nits
50593      Branch: perl
50594            ! pod/perlguts.pod
50595 ____________________________________________________________________________
50596 [  5928] By: gsar                                  on 2000/04/24  08:50:13
50597         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
50598      Branch: perl
50599            ! ext/IO/lib/IO/Poll.pm
50600 ____________________________________________________________________________
50601 [  5927] By: gsar                                  on 2000/04/24  08:43:24
50602         Log: arrange for next() to resume at the unstack op rather than the
50603              loop conditional, so that scope cleanup happens correctly
50604              (from Stephen McCamant)
50605      Branch: perl
50606            ! op.c pp_ctl.c t/op/misc.t
50607 ____________________________________________________________________________
50608 [  5926] By: gsar                                  on 2000/04/24  08:18:40
50609         Log: on windows, reserve 16M of stack rather than 128M (allows more
50610              threads to run concurrently)
50611      Branch: perl
50612            ! win32/Makefile win32/makefile.mk
50613 ____________________________________________________________________________
50614 [  5925] By: gsar                                  on 2000/04/24  08:13:52
50615         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
50616      Branch: perl
50617            ! toke.c
50618 ____________________________________________________________________________
50619 [  5924] By: gsar                                  on 2000/04/24  08:08:59
50620         Log: avoid using uninitialized memory in require version check
50621      Branch: perl
50622            ! pp_ctl.c universal.c
50623 ____________________________________________________________________________
50624 [  5923] By: gsar                                  on 2000/04/24  07:20:14
50625         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
50626      Branch: perl
50627            ! ext/IO/lib/IO/Poll.pm
50628 ____________________________________________________________________________
50629 [  5922] By: gsar                                  on 2000/04/24  07:08:42
50630         Log: commentary about IoTYPE() (from Nathan Torkington)
50631      Branch: perl
50632            ! sv.h
50633 ____________________________________________________________________________
50634 [  5921] By: gsar                                  on 2000/04/24  06:58:26
50635         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
50636              by fix
50637      Branch: perl
50638            ! sv.c t/lib/charnames.t t/pragma/utf8.t
50639 ____________________________________________________________________________
50640 [  5920] By: gsar                                  on 2000/04/24  06:37:59
50641         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
50642      Branch: perl
50643            ! doop.c t/op/ver.t
50644 ____________________________________________________________________________
50645 [  5919] By: gsar                                  on 2000/04/24  06:21:58
50646         Log: Configure might miss old directories when prefix must be
50647              expanded (from Robin Barker)
50648      Branch: metaconfig
50649            ! U/installdirs/inc_version_list.U
50650      Branch: perl
50651            ! Configure
50652 ____________________________________________________________________________
50653 [  5918] By: gsar                                  on 2000/04/24  06:16:11
50654         Log: VMS nits in glob() test (from Charles Lane)
50655      Branch: perl
50656            ! t/lib/glob-basic.t
50657 ____________________________________________________________________________
50658 [  5917] By: gsar                                  on 2000/04/24  06:11:56
50659         Log: various pod nits (from Larry Virden and others)
50660      Branch: perl
50661            ! README.amiga README.hpux README.machten README.os2
50662            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
50663            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
50664            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
50665            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
50666            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
50667            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
50668            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
50669            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
50670 ____________________________________________________________________________
50671 [  5916] By: gsar                                  on 2000/04/24  05:52:43
50672         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
50673              <wjones@tc.fluke.com>)
50674      Branch: perl
50675            ! t/lib/glob-basic.t
50676 ____________________________________________________________________________
50677 [  5915] By: gsar                                  on 2000/04/24  05:07:01
50678         Log: supported platforms mixed up
50679      Branch: perl
50680            ! pod/perl56delta.pod pod/perlport.pod
50681 ____________________________________________________________________________
50682 [  5914] By: gsar                                  on 2000/04/24  04:56:08
50683         Log: caller() wasn't returning the right number of elements for
50684              eval {...}
50685      Branch: perl
50686            ! pp_ctl.c t/pragma/warn/9enabled
50687 ____________________________________________________________________________
50688 [  5913] By: gsar                                  on 2000/04/24  04:35:41
50689         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
50690              Mark-Jason Dominus)
50691      Branch: perl
50692            ! pod/perlfunc.pod
50693 ____________________________________________________________________________
50694 [  5912] By: gsar                                  on 2000/04/24  04:17:15
50695         Log: fix totally broken caching in UNIVERSAL::isa() (from
50696              Nick Ing-Simmons)
50697      Branch: perl
50698            ! t/op/universal.t universal.c
50699 ____________________________________________________________________________
50700 [  5911] By: gsar                                  on 2000/04/24  03:39:47
50701         Log: add linebreak properties from unicode/LineBrk.txt (from
50702              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
50703      Branch: perl
50704            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
50705            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
50706            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
50707            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
50708            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
50709            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
50710            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
50711            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
50712            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
50713            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
50714            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
50715            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
50716            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
50717            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
50718            + lib/unicode/Is/LbrkZW.pl
50719            ! lib/unicode/mktables.PL
50720 ____________________________________________________________________________
50721 [  5910] By: gsar                                  on 2000/04/24  03:23:10
50722         Log: typo in pod
50723      Branch: perl
50724            ! ext/Thread/Thread.pm
50725 ____________________________________________________________________________
50726 [  5909] By: gsar                                  on 2000/04/24  03:22:03
50727         Log: mode argument to do_binmode() should be file mode, not boolean
50728      Branch: perl
50729            ! pp_sys.c
50730 ____________________________________________________________________________
50731 [  5908] By: gsar                                  on 2000/04/16  16:51:08
50732         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
50733              always returns a valid GV even when the symbol is trapped by strictures
50734              (avoids coredumps)
50735              
50736              TODO: the C<package;> hack needs similar treatment
50737      Branch: perl
50738            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
50739            ! t/pragma/strict-vars
50740 ____________________________________________________________________________
50741 [  5907] By: jhi                                   on 2000/03/31  23:42:56
50742         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
50743              an assumption which #5905 demolished.
50744      Branch: cfgperl
50745            ! pp_sys.c
50746 ____________________________________________________________________________
50747 [  5906] By: jhi                                   on 2000/03/31  18:54:37
50748         Log: Typo in #5905.
50749      Branch: cfgperl
50750            ! t/op/64bitint.t
50751 ____________________________________________________________________________
50752 [  5905] By: jhi                                   on 2000/03/31  18:50:54
50753         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
50754              reported by Joseph N. Hall.  The bug was that even with use64bitint
50755              one had to use the prefixes q, L, or ll with printf/sprintf,
50756              contrary to the documentation and common sense.
50757      Branch: cfgperl
50758            ! sv.c t/op/64bitint.t
50759 ____________________________________________________________________________
50760 [  5904] By: gsar                                  on 2000/03/28  02:31:32
50761         Log: add Changes, perldelta.pod
50762      Branch: perl
50763            + Changes pod/perldelta.pod
50764 ____________________________________________________________________________
50765 [  5903] By: gsar                                  on 2000/03/28  02:03:55
50766         Log: rename Changes and perldelta.pod
50767      Branch: perl
50768           +> Changes5.6 pod/perl56delta.pod
50769            - Changes pod/perldelta.pod
50770            ! MANIFEST
50771 ____________________________________________________________________________
50772 [  5902] By: gsar                                  on 2000/03/28  01:59:14
50773         Log: create maint-5.6 branch
50774      Branch: maint-5.6/perl
50775           +> (branch 1611 files)
50776 ____________________________________________________________________________
50777 [  5901] By: jhi                                   on 2000/03/23  05:48:43
50778         Log: Integrate with Sarathy.
50779      Branch: cfgperl
50780           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
50781 ____________________________________________________________________________
50782 [  5900] By: gsar                                  on 2000/03/23  05:42:43
50783         Log: three guesses on what this is :-)
50784      Branch: perl
50785            ! Changes